dammIT

A rantbox

projects Articles


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

Monaspaced

As some of you might know, GitHub with their GitHubNext team recently released their own monospace font, Monaspace in five variants. I was intrigued, because they actually made for an interesting take on the concept, and it was not just one font, but a whole family with each their own …
article header image

Get Hooked

Are you tired of doing everything by hand, having to remote into a build server to switch to that certain user account, then type in a bunch of commands, looking them up in your shell's history? Or has your CI failed you again? Is the company behind it forcing some …
article header image

Admonitions, or how to box heads-ups

As of about 15 minutes ago, I finally have styled admonitions here at dammIT HQ. If you are unsure about what those are, you might have seen them in the wild but just didn't know their name. Behold: Warning Note that this code is 100% organically grown at home and …

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 …

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 able …

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's weird to want …
article header image

Journaling

It is no secret that I keep a journal (it might not be very well known too, but it is private anyway). It is not a fancy hard copy journal that some talented people fill with really neat doodles and such, but rather a boring collection of Markdown-formatted text files …
article header image

Disabled all the analytics

For years I've had Google Analytics and a self-hosted Piwik/Matomo instance to keep track of visitors. Fun fact: I barely ever looked at the stats. Other fun fact: my own presence did not even register, as my adblocker denied the requests to both. Yeah. It wasn't a really hard …
article header image

Second brain part 1

After the bootstrap post of this series, I investigated quite some tools, and started building my initial framework of tools, just to play with the idea. Like mentioned, I used the mdnav vim plugin to make jumping between note files frictionless. I added some more patches to it, so it …
article header image

Second brain part 0

I have been thinking lately about how I organise my thoughts, notes, files, todo's, incoming messages, and much more. This was partly fed by Ryan Rix and his quest for the ultimate way of organising data, be it org-mode or a variant, TiddlyWiki, or something entirely self-built. I have quite …
article header image

Holiday vim tweaking

Some people binge-watch series when taking some time off, some read books, some enjoy comics, some take time off from computers for a bit, and some spend some hours cleaning up their vim configuration file. This holiday, I did all of the above. Yesterday, instead of spending one day gaming …
article header image

NS API 2019 edition

I just merged a new version of my trusty old NS API Python library. Last year I would have thought to not be touching it for quite a while, as nowadays I'm in the luxurious position of being able to bike to work and not wanting to do basically a …

dammIT alchemy

Today I've been busy with a family party and with a total restyle of this weblog based on Pelican Alchemy Bootstrap 4 and the Bootswatch Lux theme, with my own twist in dark-ish grey. Currently it is generating from my own fork with isso comment support and article images. Breakage …

webhaak all the things

If you're not using webhooks yet to automate things from automatically generating documentation, running tests, updating websites and web applications based on events, please go read up on them. In the meanwhile, I've basically hooked up all my personal projects based on webhooks in GitHub and gitea, powered by my …
article header image

diskspacealarm.py

Because it's Friday, I was bitten by a filled-up volume on my VPS again, because Prometheus somehow is randomly crashing my VPS, and because I like thinkering and Python, I wrote a little notification script. Yes, it checks for available disk space on your nodes, with configuration per hostname (it's …

Quick December update

In my lunch break, I tinkered a bit with the code generating this weblog, fixing some theming bugs, adding metadata to some old posts and updated the About page a bit. There's also finally a page overviewing all the tags and the categories page also got some updates; the category …

shuttereye.org, a gallery

I mentioned in a recent post that I was working on a new gallery, based on some project I started in december. This project grew out of an increasing dissatisfaction with other gallery software (gallery2 has been out of my system for quite a while, zenphoto keeps bugging out on …
article header image

Blog updates

It has been a few days since I relaunched this weblog and I have been doing some tweaking to make things even better. Apart from resurrecting images from the dead (my gallery2 instance has been gone for quite some years, for example, and I have been digging through my backups …

Moved to Pelican

This weblog has always been a self-built affair. It started off in 2003 as a PHP website, and continued in that form for over thirteen years. I open sourced it a while ago (in March of 2014), with a colleague promptly finding a security issue in the admin code. Frankly …
article header image