RGButtons: Creating Animated Rainbow Borders for Buttons
Recently I did some frontend work and wanted to spice up my buttons. I like rainbow colors and nice animations, so why not give buttons a moving rainbow bord...
Recently I did some frontend work and wanted to spice up my buttons. I like rainbow colors and nice animations, so why not give buttons a moving rainbow bord...
This is my take on an io game. You’re a big blob competing to become the biggest blob. Doesn’t that sound wonderful? To spice things up, I also added a few p...
You may have heard of Conway’s Game of Life, an infinite grid of dying and living cells. It’s normally a zero-player game and the only parameter is the initi...
This article is the third part in the WoBot series and the last for the moment. All the features WoBot currently has should now be covered.
Recently, I implemented one of many game ideas. Let’s start with the basics: each match involves two players sending troops to defeat their opponent’s castle...
The Rust saga continues; here’s the promised follow-up to the first post about WoBot. Let’s talk about some more features WoBot has.
Jekyll pages have a metadata field date, which can be set to show when they were updated1. For the homepage, I wanted it to be the current (at build time) da...
I learned Rust by creating a really useful Discord bot
Sometimes you need to export a database, for backups or for transferring the data into another DB. The usual way of exporting a Postgres database is to use p...
I analysed the distribution of numbers in the first million digits of π. You can download them for example from PILookup (direct download link) if you want t...
No, this is not a relationship or life guide; it’s only meant for software, specifically Version Control Software, short VCS. I also only use Git; the princi...
Look, Ma, I’m a blogger!
This article is the third part in the WoBot series and the last for the moment. All the features WoBot currently has should now be covered.
The Rust saga continues; here’s the promised follow-up to the first post about WoBot. Let’s talk about some more features WoBot has.
I learned Rust by creating a really useful Discord bot