All articles

  1. More GitHub Actions Adventures

    Recently I wrote a post about my GitHub Actions not being triggered on the main branch upon merging a PR1, the fix being to add a custom auth token as a secret. At first, this appeared to have solved my issue, as the main job was once again triggering …

  2. GitHub Actions Not Triggering on PR Merge

    Recently I've been playing around with GitHub Actions to familiarize myself more with them. I also find it quite satisfying to maintain a certain level of stability and reliability even on my own personal projects, especially given the fact that the amount of free time I have to spend on …

  3. Breakout

    An animated image of breakout gameplay

    Continuing with the 20 Games Challenge, I've implemented breakout as a PICO-8 game. I found it was quite similar to pong, the previous game I wrote, though I ran into some new troubles. Notably, the ball is supposed to increase in speed as you break bricks. The way I'm handling …

  4. Pong

    After looking through the tutorials I referenced in my previous post on PICO-8 game development, I decided I needed to get a little more practice with less guidance to really learn how to make games on PICO-8. Luckily for me, someone shared the so-called 20 Games Challenge on a Discord …

  5. Compiling Lua on Windows

    Thanks to PICO-8, I've been writing Lua lately, and I've rather enjoyed it. I'm particularly interested in it given it's designed to be used as a language embedded in other projects to enable extensibility. Anyways, I found myself wanting to use it on my Windows computer, but winget didn't offer …

  6. Advent of Code

    Last year I learned about the Advent of Code, a series of holiday-themed programming challenges that are released similarly to an advent calendar. So, each day at 12am EST, a new challenge is unlocked and you can earn points based on how quickly you solve the challenge. JetBrains offers up …

  7. Retro Gaming

    A few years back I discovered emulation on Android, and was hooked. I thought it was amazing I could play games from my childhood on modern hardware and have dozens or hundreds of them without needing to swap cartridges or worry about filling up my hard drive. Most of the …

  8. More Blogging

    As is apparent from the lack of new posts from yours truly over the course of the past couple of years, I've fallen off the blogging wagon. I still read others' blogs from time to time but I myself haven't found the time to sit down and write new posts …

  9. Mirroring My GitHub Repositories

    Once upon a time I distrusted all proprietary code, self-hosted everything (even my email), and was generally fairly paranoid about the privacy and security of my data. While I still run a server at home, it's mostly for the convenience of having a local SMB share and a couple of …

Page 1 / 7 »