Minimally useful Github workflow for Emacs packages

Sep 02, 2024

Use this if you want to publish your emacs package to Melpa


Games I want to emulate

Apr 19, 2024

‘Retro’ games I want to play.


Participating in the Spring Lisp Game jam, why and how

Apr 17, 2024

My tech stack for the lisp game jam, why I’m using it, and how I’m planning to distribute my game.


How to act on command output containing spaces in Bash loops

Feb 27, 2024

A fool-proof way to write loops in bash that don't split input on spaces.


When you might want classes

Feb 19, 2024

Sometimes it's much easier to work in inherently stateful design spaces with an Object-Oriented-first design approach.


Write your first drafts with pen and paper (...if you are able to, at least)

Feb 10, 2024

I wrote this blog post first on paper, and had a lot of fun doing it. Maybe you'd like to try it as well.


Reading CBZ Manga in emacs

Feb 01, 2024

An excuse to write more emacs lisp, saving seconds of effort on my part in my quest to read all of "Naruto".


Trying out Meow, an emacs-native modal editing package

Jan 30, 2024

Pros and cons of the meow package from an avid evil-mode user.


Making a resume in typst on my first time using it

Jan 18, 2024

An exploration of typst, its positives and drawbacks according to me, and a neat and minimal resume template.


How to make a like counter on a static site, linked to Mastodon

Jan 16, 2024

The answer is a little javascript, along with some knowledge of HTML templating and the Mastodon API.