Hacking i3: Window Swallowing

(Day 5 of 30 Days of Blogging) Tiling window managers are a big reason why I use Linux. Not having to manually drag windows around is absolutely game changing, especially on a laptop with a small screen. Tiling WMs work by resizing other windows when a new window is opened, so that no windows ever overlap. Most of the time this is perfect, but there’s a certain case where it’s not so great, which is when opening a GUI application from a terminal to quickly view a file:
Read more

TODO-based Development

(Day 4 of 30 Days of Blogging) I use TODO comments a lot when working on small projects. Projects where the “issue tracker” is just a text file in my editor, and mainly to stub out empty methods that I’ll implement later. TODOs are easy to insert, and they move with the source code. The main drawback is that they usually get lost and end up as bitrot. Keeping track of TODOs by searching the codebase is pretty straightforward.
Read more

Experiments With Rockstar

(Day 3 of 30 Days of Blogging) I recently stumbled across a toy programming language called Rockstar, in which programs are also heavy metal lyrics. Basically COBOL for metalheads. The syntax can be almost completely poetic, even with programming features with numeric literals, functions, arrays, and arithmetic hidden in its text. The grand-daddy of esoteric programming languages is Brainfuck, in which programs have only 8 commands and are almost completely unreadable.
Read more

Final Thoughts on Flash

(Day 2 of 30 Days of Blogging) On December 31 2020, Flash was finally, officially, 100% for real this time, discontinued. It’s already been dead for ages of course, but damned if that won’t stop me from adding my own hot take about Flash. I was involved with Flash game development from around 2008-2014 or so. I’d like to note a few things I think the platform did well, and not so well.
Read more

30 Days of Blogging

Happy new year! I’ve had this domain kicking around for ages and have always wanted to do something more with it. So, I’m making a commitment to write a blog post every single day for this month. This won’t be easy for me. I do not write. Hell, most days I can barely even read. I worry about writing about the wrong thing, or too little, or too much. But I’m also stubborn, so for the next 30 days we’re just going to dive in.
Read more