dammIT

A rantbox

responses Articles


Why You Should Stop Reading News

News is, by definition, something that doesn’t last. It exists for only a moment before it changes. As news has become easier to distribute and cheaper to produce, the quality has decreased, and the quantity has increased, making it nearly impossible to find the signal in the noise. So …
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

OpenSSL gave everyone alarm fatigue

I'm worried that this is going to be seen as a reason to not take "CRITICAL" disclosures seriously at first glance like we should. A "CRITICAL" bug MUST be treated as if it was critically bad. From a community health perspective, people have been told that something really bad is …

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

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 …

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 …


Different Ways to Use Column Command in Linux

According to manpage, the column command “columnate lists”. In simple words, the column is a simple utility that can format your output into a column format (rows and fields) based on the structure of your source file. The column command is part of the util-linux package.

The Voyeur's Motel

Gerald Foos bought a motel in order to watch his guests having sex. He saw a lot more than that. Fascinating story, lots of (un?)expected things happening, and the author having to consider multiple times whether to intervene, contrary to his long-standing agreement with the owner. (Might need some …

Presenting presenting

Tips and thoughts on preparing and giving engaging presentations. As a person who does not give presentations often (lots of reasons), the points and pointers in this article sound really helpful. Also, one of the better explanations about why a full, information dense slide is unhelpful: Now imagine the audience …

The ineffectiveness of lonely icons

If your target audience is a general population, you should not be using icons alone to convey anything meaningful. By doing so, you have made assumptions that are unlikely to be appropriate to a general audience. You should not assume icons or UI elements are known to your users, as …

How Facebook got addicted to spreading misinformation

When I described the Responsible AI team’s work to other experts on AI ethics and human rights, they noted the incongruity between the problems it was tackling and those, like misinformation, for which Facebook is most notorious. “This seems to be so oddly removed from Facebook as a product …
article header image

architecture.md

If you maintain an open-source project in the range of 10k-200k lines of code, I strongly encourage you to add an ARCHITECTURE document next to README and CONTRIBUTING. Before going into the details of why and how, I want to emphasize that this is not another “docs are good, write …



NestDrop: Presets Collection – Cream of the Crop

After my piece on projectM last year, I installed it on several computers, not really thinking about extra .milk preset files (which contain the animations). Today, after some short searching thinking there might be more out there, I found this little gem of a collection: Presets Collection – Cream of the …
article header image

Modern retro computer terminals

3D printed, retro-futuristic looking computer terminals. Not all as practical as the other, but inspiring and great looking at the least. I now kind of want an ultrawidescreen terminal on our table now.
article header image

A question about statically generated websites

When I made a remark that my commenting system is working again, a reader asked a simple enough question: how does one build a site like this? I realised there is no simple answer to this. Well, there is, but it takes a bunch of knowledge (and skills) one has …