Sunday, December 12, 2021

Bit Slicer

Bit Slicer is a universal game trainer for macOS, written using Cocoa and Mach kernel APIs.

It allows you to cheat in video games by searching and modifying values such as your score, lives, ammunition, and much more.

Wednesday, September 29, 2021

Git: Stacked Commits

  • All development is done as commits on local main (aka master) - see below for some benefit
  • Everything is done through regular old commits, branches are a (necessary) implementation detail
  • Branch creation and updates are mostly automatically managed
  • Simple interface, run git newpr and git updatepr

Thursday, June 10, 2021

Webrecorder

Webrecorder project builds tools to specializing in a ‘user-driven’ form of web archiving, where the user is able to direct the archiving process through their browser.