Browse

Archive

Modd: Daemon for Reloading

Jan 10, 2021 2:46PM
A short note on using modd for filesystem-triggered rebuilds, daemon reloads, and local development loops.

Microsoft Dev Stack on MacOS

Nov 27, 2016 12:00AM
A look at a Microsoft-focused cross-platform mobile and cloud development stack running from macOS.

Hugo + Dokku + Wercker = Goodness

Jun 22, 2016 12:00AM
Automating a Hugo site build and deployment pipeline with Dokku, Wercker, and static asset generation.

C Hacking: Polymorphing 2

Dec 2, 2015 12:00AM
A C technique for simulating polymorphism through shared struct layout, typedefs, and function pointers.

Poor Man's Polymorphism

Nov 30, 2012 12:00AM
A small C example showing how matching struct layout can mimic a rough form of polymorphism.

Crafting a Game With CraftyJS

Nov 17, 2012 12:00AM
Building a small browser game with CraftyJS, including parallax scrolling and reusable scene components.

C Sqlite Tricks

May 15, 2012 12:00AM
A look at simple C data-mapping patterns for CRUD-style SQLite access without a heavy abstraction layer.