About Me

Avatar

I am an old school ish, low level ish programmer who writes things that make computers go beep boop.

I also sometimes do some dev-opsy thing for my homelab and then spend rest of the time watching anime and reading manga.

Pretty standard degenerate.

People I like:

  • Nic Barker
  • Nir Lichtman
  • Fabrice Bellard
  • Casey Muratori
  • Jonathan Blow
  • Carson Gross

My Own Eco-System (In preference/priority order)

  • runcpp2, C++ python like scripting engine and build system.
  • ModC, ModC language, just like C but with railguards. Early work in progress.
  • System2, a C header-only library for calling shell commands with stdin & stdout communication.
  • Defer.hpp, A light-weight C++11 header only library for specifying actions to be performed at the end of scope.
  • DSResult, A simple struct for allowing golang or rust like error handling.
  • MacroPowerToy, a collection of C/C++ macros for manipulating arguments and preprocessing.
  • Embed2C, a simple program and CMake helper for embedding binary files to source files, like xxd but cross-platform.
  • ssLogger, simple call stack and debug logger.
  • CppOverride, mock-ish framework, like gmock but without the inheritance requirements.

My own setup