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 98 followers

Latest posts

Last updated 8 days ago

More speculations on arenas in C++

8 days ago

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

Hierarchical field sort with string interning

14 days ago

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

Assemblers in w64devkit, and other updates

about 2 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

3 months ago

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

WebAssembly: How to allocate your allocator

6 months ago

An early, small hurdle diving into WebAssembly was allocating my allocator. On...

Lessons learned from my first dive into WebAssembly

6 months ago

It began as a water sort puzzle solver, constructed similarly to my...

A more robust raw OpenBSD syscall demo

7 months ago

Ted Unangst published dude, where are your syscalls? on flak yesterday, with...

Robust Wavefront OBJ model parsing in C

7 months ago

Wavefront OBJ is a line-oriented, text format for 3D geometry. It’s widely...

Meet the new xxd for w64devkit: rexxd

8 months ago

xxd is a versatile hexdump utility with a “reverse” feature, originally written...

Tips for more effective fuzz testing with AFL++

8 months ago

Fuzz testing is incredibly effective for mechanically discovering software defects, yet remains...

Examples of quick hash tables and dynamic arrays in C

9 months ago

This article durably captures my reddit comment showing techniques for std::unordered_map and...

Rules to avoid common extended inline assembly mistakes

10 months ago

GCC and Clang inline assembly is an interface between high and low...