RSSAmplifier

Blog

wheybags' personal blog

bits and bobs

wheybags.comRSS feed ↗10 posts

Latest posts

Parsing Crusader Kings III data files to generate mods

Modding CK3 with code instead of data

Operating system decline and cultural death

Ranting about oses and consumption vs creativity

I built my blog with C preprocessor macros

A description of the unusual makeup of this website

Privilege escalation vulnerabilities don't really matter

Oops, I put my basket of eggs outside this airtight hatchway

Resurrecting a dead Dune RTS game

I patched Emperor: Battle for Dune to work on modern systems, and resurrected the long dead Coop Campaign mode.

Recursive COW pages in userspace

More adventures with virtual memory

Hacking the original xbox controller for fun and no profit

A hardware adapter for the original xbox controller, for use on PC

I'm making a puzzle game & some philosophising

Drilbert: a short puzzle game with a unique digging mechanic

pinned_vec - invalidating iterator invalidation

Alternate title: Fun with Virtual Memory. An allocator and vector class that retains the same base address even when it grows.

I made a file copy thing

A super fast asynchronous file copying program, using linux's io_uring API