It's not quite two months in, but I said I'd give an update on the Elecom Deft Pro after some use, so here I am! Bad Stuff Bad news first... Initial Adjustment Period I'm not gonna lie, the initial adjustent period on this was rougher than I expected ... read more →

I'm currently working on a project which involves a lot of lower level data structures. By lower level I mean things like layout and bit positions, and exact sizes being important. As such, I have a number of pedantic lints enabled. One of the lints ... read more →

I recently picked up a new trackball to replace my prematurely aging Elecom HUGE. Here are my first impressions after only a few hours, since there wasn't much I could find online comparing them properly. NOTE: I have an updated review after ~2 month ... read more →

Today's episode of "things that make you go 'wat'" is sponsored by unzip. Yes, the venerable utility ubiquitous on UNIX-like systems. I mean, what could possibly go wrong? This morning I was minding my own business sipping a coffee, when su ... read more →

Forgive me in advance, but this post will probably be a bit rant-y. If you're looking for a way to do container builds in GitLab CI without a lot of fuss, this article is for you. RIP Kaniko I'm writing this post because Google recently canned yet an ... read more →

Recently I've been doing some work using Apache DataFusion for some high-throughput data pipelines. One of the interesting things I noticed on the user guide was the suggestion to set RUSTFLAGS='-C target-cpu=native'. This is actually a pretty common ... read more →