What are you doing this week?

16 points by caius


What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too.

datarama

At work: Low-level protocol fiddling, and also some compliance work.

At home: Since I'm doing a bit better in general, I'm going to experiment a bit with spite-driven development.

("Fuck this and fuck them. I'm gonna write myself some code, the way I like to.")

mtsolitary

At home:

At work:

nick4

Working on my own search engine! I wanna see how good of a lexical search engine I can make by myself.

I’ll probably be playing around with the crawler some more. Writing a web crawler is a surprisingly fun task.

elais

Applying to another wave of openings and hoping for the best.

icefox

Continuing my dive into deptypes, and traveling to Portugal for a week's vacation.

Anyone have any suggestions for places to go in or around Porto?

hwayne

Gotta work on a talk for QCon and practice juggling routines for a friend's bday party this weekend

kantord

I am working on a little minimalist RSS reader inspired by Taskwarrior

mplant

Jumping back into some scheme-rs work after a bit of a break after the first release and being busy for a while. Excited to do some intense optimizations!

paulocuambe

I’m playing around with zig. so far i have nothing but high praise for the language.

random thoughts: packed structs are amazing — bitCast + packed structs = heaven. the level of control you have over memory in zig feels better than c. this feels like the right way to talk to a computer. what a work of art of a pl.

edit: the language reference document is so so good. i have only used this page to learn the language and i am delighted.

deevus
  1. Working on my disposable Linux containers tool called pixels. I just added native Incus support which I’m excited about.
  2. Trying to get new projects/contracts. Is it hard for everyone at the moment?
  3. Mental health
caius

Work: landing a multi week infra project, ideally with as little impact as possible. Then we get to tidy up (read: delete the old stuff.) That’ll help keep my stats having deleted more loc than added in the repos since joining. Also stability work, solving things like a catch-22 of the autoscaler not adding more workers because the metric doesn’t exist because the system is too busy to emit the metric for the autoscaler.

Home: wife’s going abroad without me (🥲) so I get to fiddle with things at home and resolve the teenagers’ pointless arguments.

olliej

My entire life is https://developer.apple.com/events/view/TUHA23T82K/dashboard if anyone wants to watch me mess up live

telemachus

I spent a couple of weeks learning about the format and implementation of Apple's "more-typeable" passwords. E.g., funrus-Hommez-kazjo7.[1][2[3] As part of that, I implemented generators for that style of password in C and Go. I'm hoping to release the Go version this week.

Nobody really needs a Go library that generates Apple's "more-typeable" passwords, but I wrote it, so why not?

Links for the curious. Link [3] is not directly related to these passwords, but it's a very good talk about how to measure the strength of passwords.

[1] https://rmondello.com/blog/page/2/

[2] https://developer.apple.com/password-rules/scripts/generator.js

[3] https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/wheeler

mariusor

Getting inspiration from the themeing colour submission from a couple of days ago, working on using rampensau and fettepalette to build dynamic colour palettes based on an image, for my ActivityPub service.

LesleyLai

Creating a graphics programming resource page. Still working in progress and not ready to be merged to main

steinuil

I'll be spending some time on an HTML parser and XPath evaluator for Gleam. Right now I'm writing Erlang bindings to html5ever through rustler, borrowing a bit of code from Elixir's meeseeks. After that I wanted to implement the XPath evaluator and a typed query builder directly in Gleam. XPath syntax parsing is out of scope for now :)

rebeca

Finishing Why's Ruby guide. DB/ postgres little projects/practicing :) Advancing on this Maigret's hopefully.