Deep dive into Fibonacci computation in Ruby

A fun little exploration of a weird implementation of Fibonacci in Ruby, and what it takes to make it fast, pretty, and robust.

Quickfixing the Jekyll SEO plugin (to ingest page description)

A quick fix for Jekyll SEO plugin to populate the description tag from page's perex.

Easily hosting GIT repos on forgejo

Part IV of HAWA series -- how to easily host git repos on forgejo using the setup already laid down in previous installments.

Adding a layer indicator light to Svalboard

An end-to-end journey of me adding DataHand-style layer indicator to my Svalboard keyboard.

The One True Way™ to handle temporary files

An explainer on how to safely handle temporary files (with mktemp) because I find the other ways highly sub-optimal (read as: dumb).