What's up?

Wed Mar 18 16:07:08 GMT 2026

For some reason, mbsync + hydroxide for protonmail is extremely slow on OpenBSD. It takes minutes to get the Archive dir to sync. If I could make this work, I can daily-drive OpenBSD.

Mon Mar 16 13:00:23 GMT 2026

Working on a laptop without internet connection and X11 will make you a 10xer. Wrote four pages of the DPhil Grind yesterday.

Sat Mar 14 11:43:08 GMT 2026

Fun fact: link

You know how Ken Thompson and Dennis Ritchie created Unix on a PDP-7 in 1969?
Well around 1971 they upgraded to a PDP-11 with a pair of RK05 disk packs (1.5
megabytes each) for storage.

When the operating system grew too big to fit on the first RK05 disk pack (their
root filesystem) they let it leak into the second one, which is where all the
user home directories lived (which is why the mount was called /usr).  They
replicated all the OS directories under there (/bin, /sbin, /lib, /tmp...) and
wrote files to those new directories because their original disk was out of
space.  When they got a third disk, they mounted it on /home and relocated all
the user directories to there so the OS could consume all the space on both
disks and grow to THREE WHOLE MEGABYTES (ooooh!).

Tue Mar 10 22:35:50 GMT 2026

I'm amazed by how great and fast sourcehut's interface is. And it is surprisingly usable via w3m too!

Tue Mar 10 11:12:09 GMT 2026

Registered at SourceHut. Will be moving most of my repos over there soon.

Sun Mar 8 17:54:19 GMT 2026

Added a page describing setting up OpenBSD: link.

Sun Mar 8 12:34:03 GMT 2026

This post is done from OpenBSD. Hello world.

Sun Mar 8 10:37:55 GMT 2026

I installed OpenBSD on my old laptop to use it is a dev machine that does not have a display server, and is not connected to the internet. You do all the development in a no-distraction environment as if you are on a flight, and at the end of the day, you connect to the internet, upload the code to a git server and you are done for the day.

Tue Mar 3 19:59:38 GMT 2026

Github is down so often, it's prob more stable to self-host a git server now.

Fri Feb 27 21:51:08 GMT 2026

A veritasium video on the XZ backdoor.

Thu Feb 26 09:41:54 GMT 2026

With high DPI screens, TTY fontsize is usually tiny. A simple way to increase your fontsize is to use -d flag with setfont.

Wed Feb 25 21:24:57 GMT 2026

This webpage is powered with a single bash script that takes the text from a tweet.txt file, and updates html/feed.xml files with its content/timestamp.

Wed Feb 25 20:23:59 GMT 2026

Amazingly written! Slow death of the power user.

Wed Feb 25 18:30:40 GMT 2026

I managed to make fbpdf work from a TTY. No need in X to read pdfs anymore.

Wed Feb 25 16:15:22 GMT 2026

Started a new workflow experiment. By default, I work for TTY without X11. If I need a browser or pdf reader, I press ctrl+shift+2 to get X11 and switch back after I'm done.