Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

nullprogram.com

null program

Get the latest updates from null program directly as they happen.

Follow now 104 followers

Latest posts

Last updated 18 days ago

dcmake: a new CMake debugger UI

18 days ago

CMake has a --debugger mode since 3.27 (July 2023) allowing software to...

2026 has been the most pivotal year in my career… and it's only March

26 days ago

In February I left my employer after nearly two decades of service...

Frankenwine: Multiple personas in a Wine process

3 months ago

I came across a recent article on making Linux system calls from...

WebAssembly as a Python extension platform

4 months ago

Software above some complexity level tends to sport an extension language becoming...

Freestyle linked lists tricks

4 months ago

Linked lists are a data structure basic building block, with especially flexible...

Unix "find" expressions compiled to bytecode

4 months ago

In preparation for a future project, I was thinking about at the...

Closures as Win32 window procedures

4 months ago

Back in 2017 I wrote about a technique for creating closures in...

Speculations on arenas and non-trivial destructors

6 months ago

As I continue to reflect on arenas and lifetimes in C++, I...

More speculations on arenas in C++

7 months ago

Patrice Roy’s new book, C++ Memory Management, has made me more conscious...

Hierarchical field sort with string interning

7 months ago

In a recent, real world problem I needed to load a heterogeneous...

Assemblers in w64devkit, and other updates

9 months ago

Today I’m releasing w64devkit 2.4.0, mostly for GCC 15.2. As usual, it...

Parameterized types in C using the new tag compatibility rule

10 months ago

C23 has a new rule for struct, union, and enum compatibility finally...