I was delighted to notice this morning that this site has recently
passed 1M page views. And since Murat
wrote
about his 1M page view accomplishment at the time, I felt compelled to
now too.
I started regularly blogging in 2018. For some reason I decided to
write a blog post every month. And while I have definitely skipped a
month or two here or there, on average I've written 2 posts per month.
Since at least 2018 this site has been built with a static site
generator. I might have used a 3rd-party generator at one point, but
for as long as I can remember most of this site has been built with a
little Python
script
I wrote.
I used to get so pissed when static site generators would pointlessly
change their APIs and I'd have to make pointless changes. I have not
had to make any significant changes to my build code in many years.
I hosted the site itself on GitHub Pages for many years. But I wanted
more flexibility with subdomains (ultimately not something I liked)
and the ability to view server-side logs (ultimately not something I
ever do).
I think this site is hosted on an OVH machine now. But at this point
it is inertia keeping me there. If you have no strong feelings
otherwise, GitHub Pages is perfect.
I used to use Google Analytics but then they shut down the old
version. The new version was incredibly confusing to use. I could not
find some very basic information. So I moved to Fathom which has been
great.
I used to track all subscribers in a Google Form and bcc them but this
became untenable eventually after 1000 subscribers due to GMail rate
limits. I currently use MailerLite for subscriptions and sending email
about new posts. But this is an absolutely terrible service. They
proxy all links behind a domain that adblockers hate and they also
visually shorten the URL so you can't copy the text of the URL.
I just want a service that has a hosted form for collecting
subscribers and a <textarea>
that lets me dump raw HTML and send
that as an email to my subscribers. No branding, no watermarks, no
link proxying. This apparently doesn't exist. I am too lazy to
figure out Amazon SES so I stick with MailerLite for now.
Evolution
In the beginning I talked about little interpreters in JavaScript,
about programming languages, about Scheme. I was into functional
programming. Over time I moved into little emulators and bytecode
VMs. And for the last four years I became obsessed with databases and
distributed systems.
I have almost always written about little projects to teach myself a
concept. Writing a bytecode VM in
Rust, emulating a
subset of x86 in
Go,
implementing Raft in
Go, implementing
MVCC isolation levels in
Go, and so on.
So many times when I tried to learn a concept I would find blog posts
with only partial code. The post would link to a GitHub repo that, by
the time I got to the post, had evolved significantly beyond what was
described in the post. The repo code had by then become too complex
for me to follow. So I was motivated to write minimal implementations
and walk through the code in its entirety.
Even today there is not a single post on implementing TCP/IP from
scratch that walks through entirely working code. (Please, someone
write this.)
I have also had a blast writing survey posts such as how various
databases execute
expressions,
analyzing non-V8 JavaScript
implementations,
how various programming language implementations parse
code,
and how various database systems build on top of key-value
databases.
The last two posts have even each been cited in a research paper
(here and
here).
Editing
In terms of quality, my single greatest trick is to read the post out
loud. Multiple times. Notice parts that are awkward or unclear and
rewrite them.
My second greatest trick is to ask friends for review. Some posts like
an intuition for distributed
consensus
and a write-ahead log is not a universal part of
durability
would simply not have been correct or credible without my fantastic
reviewers. And I'm proud to have played that
part a few times in turn.
We also have a fantastic #writing-and-drafts channel on the Software
Internals Discord where folks
(myself occasionally included) come for post review.
Context
I've lost count of the total number of times that these posts have
been on the front page of Hacker News or that a tweet announcing a
post has reached triple digits likes. I think I've had 9 posts on the
front of HN this year. I do know that my single best year for HN was
12 months between 2022-2023 where 20 of my posts or projects were on
the front page.
Every time a post does well there's a part of me that worries that
I've peaked. But the way to deal with this has been to ignore that
little voice and to just keep learning new things. I haven't stopped
finding things confusing yet, and confusion is a phenomenal
muse.
And also to, like, go out and meet friends for dinner,
run
meetups, run book clubs,
chat with you fascinating internet
strangers, play volleyball, and so on.
It's always been about cultivating healthy
obsessions.
Benediction
In parting, I'll remind you: