What are you doing this week?

17 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.

zetashift

I've started learning Rust, because like 80% of the CLI tools I use are written in it, so it could be a nice way to contribute more to OSS projects. I plan to continue with The Rust Book the next few days and see what I can do. Before I just never had a real use-case for it except Hello World!

Rust in the wild always seems a lot more complicated then what I expect it to be, but maybe that is because I'm so unfamiliar with it.

WilhelmVonWeiner

Continuing to learn formal modelling in TLA+ because it (formal modelling) seems to be the future. Glory be to ~hwayne.

Spamming my CV at UK companies because after 4 months of not working my 5 months of savings are drying up. It's very hard to get responses for remote roles with my CV, probably because I haven't done anything of note. I do try and apply to US roles too but have a 0% response rate even though I'm a US citizen. If anyone with experience with these kinds of things wants to donate a couple minutes of time to looking at my CV I would gladly appreciate a DM - I've had a couple offers from the kind users here but never taken them up out of embarrassment and it's here I swallow my pride and present it in markdown format for analysis: https://bpa.st/WBTBUDLDCJ76CZJ3FJ4CGZZG74

regulator

After talking to a couple recruiters I've realized that my lack of Kubernetes is preventing me from getting more lucrative jobs, so I need to learn K8s. I don't know how, though. For languages I usually read a book and then build something, but unless something has changed since I tried to learn Kubernetes in 2023, the books are all pretty bad and instantly outdated.

If anyone has insight into self-teaching Kubernetes I'd love to hear it. I struggle to learn from videos so written guides would be preferable.

ashwinsundar

I finally registered an LLC so I can do some software consulting on the side (and hopefully full-time eventually). Got the email set up, invoicing sorted out, and have a customer lined up! I'm hoping to structure things so I spend ~50% of my time doing standard hourly/project-based client work, and the other ~50% on indie product development. Next thing that's burning a hole in my to-do list is to get the website up and running, and start "promoting" myself (ugh).

ArgumentError

Keep on reading "Build a Large Language Model (From Scratch)", by Sebastian Rashcka. Else, trying to find work still, and starting to feel really uneasy after 6 months on the battlefield. First time ever in my career that it's taking this long...anyway, anyone's hiring? :-)

chinmay

A bunch of things with builds.sr.ht

All of this would have been significantly harder if builds.sr.ht didn't have ad-hoc manifests+SSHing into failed builds, these alone are killer features of sourcehut

marcecoll

Working on my Elm/Unison inspired language targeting Common Lisp. That led me to yakshave into implementing persistent data structures for Common Lisp with proper transients so they can be used in the language runtime. That led me to yakshave into implementing a CL version of a Hegel client library to test those properly.

jlarocco

At work I'm fixing a few regressions that the QA team found so we can get a release out. After that I'm doing a small refactor in our Catia translator that should make a few code paths easier to follow, and fix a few bugs with how we handle supplemental geometry in that translator.

Outside of work I'm looking at Mahogany, the Wayland replacement for StumpWM. It builds and runs, but it looks like no keyboard shortcuts are registered, so nothing runs. Once I get that settled and get Emacs running inside of it I'll be in better shape.

cesarandreu

I'm continuing to review my knowledge of physics to identify and fill in gaps. In particular, I've realized many of my mental models were shoddily built without a solid understanding of the core axioms on which they rely.