Skip to main content

Microblog Post

2023


Microblog 5

·1 min

Note to self: when writing scripts depending on more than a couple of other binaries, it’s better to use pkgs.writeShellApplication rather than pkgs.writeShellScriptBin.

This way you can safely use binary instead of ${pkgs.package}/bin/binary.

Microblog 4

·1 min

It seems today is the day when I’m going to have to write some JavaScript code again. The reason? I am working on some complex yew components (Rust + WebAssembly if you’re not familiar with it), and unfortunately yew doesn’t support component testing, so I’ll need to write e2e tests using cypress.

Microblog 3

·1 min
I was looking for a lightweight and simple monitoring solution for my VPS and Raspberry Pi for a while now. I just recently discovered #influxdb and #telegraf. It was fairly straighforward to configure them using #nixos, and then to build beautiful system dashboards.

2022


Microblog 2

·1 min
I am exploring the #fediverse as part of my #indieweb journey and oh boy, it’s taking me down on memory lane. 90’s and even 2000’s were so different, I always had fond memories of its DIY aspect (self hosting FTW!) as at that time “big-tech” wasn’t a thing and it definitely wasn’t so intrusive and homogenising.

Microblog 1

·1 min
It’s been a while since I posted anything… well, I was busy with my #indieweb project: https://github.com/voidcontext/indieweb-tools. It’s far from complete, but it should syndicate this post to twitter and mastodon from by blog. …