What are you doing this week?

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

radex

I'm learning Go (at last). I think it might be a great fit for many of my future projects. I like that it's a compiled language, unlike Python or TS, so it's pretty fast and it's easy to make smol standalone binaries/containers with it. I like its extensive standard library (or at least the idea of it). I like that unlike C, C++ (and yes, Zig), it's memory-safe. And I like that unlike Rust, it's a simple language, with a simple type system and simple memory and concurrency models.

I've touched Go projects in the past, but never seriously enough to bother actually learning the language. Time to change that.

3digitdev

Onsite meetup for remote team in the company office! Absolutely stoked. In the uber right now to the airport. 🥳 Code and hangouts and dinners and events all week.

sny

The past few days I've started writing my own implementations of those small-ish Linux tools you'd use with a window manager/compositor. So far I've got a basic notification daemon, and I'm planning on working on an application launcher next.

The idea is to make simple tools just for myself. They won't be flashy, the fastest or super configurable, but they'll be mine, and I've already learned a bit more about GUI programming and quite a lot about D-Bus.

asciimoo

As usual: I'd like to spend as much time as possible improving Hister . My main goal for this week is to implement a data hub style feature/listing on the website, where I (and contributors) can share pre-made thematic datasets that can be imported by Hister. This would be the first step to make Hister useful with "discovery" type searches by providing an easy way for users to expand their knowledge base with relevant content without visiting or crawling websites.

EDIT: fix link