dammIT

A rantbox by Michiel Scholten

#tech Articles


dammIT coming of age: 21 years of blogging

This is going to be brief, because it has been a long week and this has been a tiring day with some unplanned setbacks which in the end thankfully were undone, throwing away the work done with it. But hey, we’re still here! What also is still here is …

RIP Omnivore

Sorry for using some French here, but FUCK this. I have been using Omnivore since June this year as alternative for Pocket and have been loving it. I normally don’t love (web)applications, but this one ticked a lot of boxes: it looked good while keeping out of the …

When Power-over-Ethernet isn’t

At the start of this year I bought this cute little bugger: It replaced an ancient Netgear WNDR 3700v2 WiFi router running DD-WRT that had been serving our home internet for ages, but was showing fraying around the edges by not being able to fullfill QoS, for example when …
article header image

Is This Project Still Maintained?”

If you - like me - regularly check out sourcecode (read: Git) repositories of projects that you stumble across or use in a hobby project/product or at work, you will now and then find one or more issues in their tracker with a title similar to the above, often with remarks …


Twenty years of blogging

Twenty years ago - not long after the turn of the century - I was tinkering with some PHP code to replace a static HTML page I had been experimenting with. It was becoming my private website, in the classic sense of the word: where I put stuff I am interested in …
article header image


Tiktok’s enshittification

Here is how platforms die: first, they are good to their users; then they abuse their users to make things better for their business customers; finally, they abuse those business customers to claw back all the value for themselves. Then, they die. I call this enshittification, and it is a …
article header image


vim, a true coding knight

Verse 1: In the land of the hackers, Where the code never sleeps, There’s an editor that rules them all, The one they call Vim. Chorus: Vim, Vim, the editor of choice, For those who crave speed and power, With its shortcuts and commands, It will make you a …

There is no “software supply chain”

Good piece on how a (hardware) supply chain is something completely different from the software stack what we tend to call a ‘software supply chain’, but which really is not. The problem is mostly that the providers of the moving parts that people (read: companies) are so dependent on and …


Why Everyone Needs a Blog

The easiest way to see how much you need a blog is to do this thought exercise. Imagine going back in time to a 21-year-old in 1952 and asking them what their opinions are, and where you could find a book of those opinions. Here’s what they would say …
article header image

Home Assistant: wake-up light

Today I was hanging around in #nlhomeautomation on IRC as one does, and for some reason we started talking about alarm clocks. I wake up with a self-built wake-up light that is triggered by my Home Assistant instance and manifests as a nicely glowing bowl on my night stand that …

The End of Infinite Data Storage Can Set You Free

The belief that we could save endlessly online turned us all into information hoarders. What society needs instead is better systems for preserving public knowledge. One interesting find from this article: Perma which minimises link rot by converting hyperlinks in scholarly documents into “reliable, unbreakable link(s) to an unalterable …

Infrastructure automation: hype

This weekend we did a big migration of our stack at work to a new data centre and I am stoked about how our applications and their virtual machines are set up now. Quite a bunch is already automated and having a decent base image is such a nice thing …

Attention attenti-oh look, shiny

I have things to say about our attention spans, about how they are getting influenced by certain things, but I can’t currently focus on typing a blog post so I guess it will be done later. Adds to todo list

Mobile blogging

Today I cloned the dammit.nl repo on my phone, as apparently I hadn’t done that just yet. I had wanted to post a short blurp on December 31th saying goodbye to 2021, but I was fresh out of laptop. I put it on my phone mostly to be …

Do it, do it now

I stumbled upon this post by Vermyndax earlier today and felt the urge to type. His problem is one that I’m familiar with; I don’t pretend to have a magic answer, but I learned some tricks to get myself started. First of all: I don’t think it …
article header image

RQ Python queuing system

You might be acquainted with the Celery Distributed Task Queue, which is a proven way to process vast amounts of messages. Messages containing tasks for your software stack to eventually finish doing, for example. However, Celery is slightly cumbersome to set up (no rocket surgery, but the RabbitMQ message broker …