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

Latest posts

Last updated 2 days ago

Speculations on arenas and non-trivial destructors

2 days ago

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

More speculations on arenas in C++

19 days ago

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

Hierarchical field sort with string interning

24 days ago

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

Assemblers in w64devkit, and other updates

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

4 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

7 months ago

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

A more robust raw OpenBSD syscall demo

8 months ago

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

Robust Wavefront OBJ model parsing in C

8 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++

9 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...