Mon 29 January 2024
I've been using GitHub's Dependabot since it was released around 4 years
ago,
and to a large extent, it's been great. Except for one thing: the sheer amount
of pull requests Dependabot would open for dependency updates. For some of my
repositories it became more of a chore to keep …
Read more...
Wed 25 October 2023
If you've ever visited my blog before, you'll notice it looks a bit
different. I finally took the time to make a dark theme! Only 5 or so years late
to the party. But late or not, I have a new theme to show off, so let's have a
look …
Read more...
Tue 24 October 2023
If you open a man
page on a *NIX system (such as a Linux distro), you'll
always see a number next to the subject of the man
page. Like GIT(1)
,
SUDO(8)
or open(n)
. What's that thing in parentheses? To cut a long
story short, it's the section …
Read more...
Sat 21 October 2023
If you've only dabbled briefly in Go, you might think that its nil
is
analogous to the good ol' "billion dollar mistake"
known as null
. I thought so, too, up until just a few weeks ago when I
decided to make a pass through Thorsten Ball's neat little book
Writing …
Read more...
Sat 14 October 2023
I love programming languages, both using them and implementing them. As such, I
found the concept of learning Go by creating a programming language to be just
delightful. And, to put it briefly, it was. Let's talk about Thorsten Ball's
book on interpreters. In Go.
Writing an Interpreter in Go …
Read more...