Accent
mode
Align
Font
  • Editor Mode, and Conclusion 

    I recently rediscovered an obscure 1997 Simon & Schuster / Marshall Media edutainment game for Windows 95 that I played as a kid: Math Invaders. In this part, weā€™ll investigate whether we can enter an ā€œeditor modeā€, hinted at within the strings contained within the program. Thereā€™s even a āœØsurprise endingāœØ that I didnā€™t see coming!

  • Everyday Phrases That Don't Make Sense Anymore 

    Language is strange ā€“ why do we say ā€œhang up the phoneā€ even when using a cell phone? This page documents some examples of ā€œskeuomorphismsā€ in our common vernacular.

    Iā€™ll be updating this page as I come across more!

  • Reversing (Undocumented) Settings 

    Thumbnail

    I recently rediscovered an obscure 1997 Simon & Schuster / Marshall Media edutainment game for Windows 95 that I played as a kid: Math Invaders. In this part, weā€™ll investigate disassembling and reverse engineering the binary to identify an undocumented settings file format.

  • Reversing Asset Storage 

    Thumbnail

    I recently rediscovered an obscure 1997 Simon & Schuster / Marshall Media edutainment game for Windows 95 that I played as a kid: Math Invaders. Letā€™s reverse engineer the game a bit and see what we can find; are there any secrets, unused assets, etc?

  • Recently I began using Oh My Posh for PowerShell 7+ (pwsh). One thing I noticed however is that it takes upward of a second to activate in my pwsh $profile. Letā€™s dig in and see if we canā€™t improve that.

  • Static Websites with Jekyll 

    Thumbnail

    Sidneys1.com is built statically using Jekyll, and then published on the world wide web, GitHub Pages, Tor, and IPFS. How is this all accomplished, and how can you host your own website this way? Letā€™s walk through it step by step. Weā€™ll be looking into (over the course of several posts):

    • Building a website with Jekyll
    • Hosting on NearlyFreeSpeech.net
    • Customizing the site layout and adding useful features
    • Hosting on GitHub Pages
    • Hosting on IPFS
    • Hosting on Tor
  • Thumbnail

    Hereā€™s a quick roundup of the retrocomputing projects I worked on and devices Iā€™ve acquired! Since this is the first year I started collecting retro computers, it will also contain a few items that Iā€™ve had for over a year as well.

  • Thumbnail

    Since I started programming Iā€™ve had a dream in the back of my mind: raytracers are super cool, and Iā€™d like to build one myself. But with that dream accompanied another thought: raytracers are nearly a pure expression of math, a discipline I am poorly qualified for.

    However this winter I discovered a new programming community, OneLoneCoder, and its leader, javidx9. Watching the videos produced by javidx9 inspired me to take a leap of faith in myself and start this raytracing project. The result has been amazing to see unfold as I developed first a working prototype in C#, then in C++, and finally as I produced what hopefully is an easy to follow ā€œtutorialā€ style Git repository. So, lets dive in!