Posts with tag "short"

Small server in python without dependencies

Posted on Jan 28, 2025 in blogpost

Code example using just built-ins for testing small proofs-of-concept


Do not ask me to use Visual Studio Code or Chrome

Posted on Jan 22, 2025 in blogpost

I have been asked a couple times to switch from Emacs to VS Code or from Firefox/Safari to Chrome. Here’s why I will never do it.


Changed up my site's philosophy

Posted on Jan 15, 2025 in toot

I have decided to not package my site's theme to be reused by others anymore


Subsetting my fonts to speed up page loads

Posted on Jan 10, 2025 in toot

Removing unused fonts from my site to reduce its download size.


Making the "compose" subcommand available to docker CLI in fish shell

Posted on Nov 27, 2024 in blogpost

Fish function example that allows you to use docker compose instead of docker-compose


Things to do on an upcoming flight

Posted on Oct 26, 2024 in blogpost

Some things I can do that do not require an internet connection


Games I want to emulate

Posted on Apr 19, 2024 in blogpost

‘Retro’ games I want to play.


How to act on command output containing spaces in Bash loops

Posted on Feb 27, 2024 in blogpost

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


When you might want classes

Posted on Feb 19, 2024 in blogpost

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


The touch typing test text editor

Posted on Jan 11, 2024 in blogpost

Getting the words to use monkeytype mode (typing test) in Emacs.