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

Latest posts

Last updated 17 days ago

WebAssembly: How to allocate your allocator

17 days ago

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

Lessons learned from my first dive into WebAssembly

about 1 month ago

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

A more robust raw OpenBSD syscall demo

2 months ago

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

Robust Wavefront OBJ model parsing in C

2 months ago

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

Meet the new xxd for w64devkit: rexxd

3 months ago

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

Tips for more effective fuzz testing with AFL++

3 months ago

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

Examples of quick hash tables and dynamic arrays in C

4 months ago

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

Rules to avoid common extended inline assembly mistakes

5 months ago

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

Everything I've learned so far about running local LLMs

6 months ago

Over the past month I’ve been exploring the rapidly evolving world of...

Windows dynamic linking depends on the active code page

7 months ago

Windows paths have been WTF-16-encoded for decades, but module names in the...

Slim Reader/Writer Locks are neato

7 months ago

I’m 18 years late, but Slim Reader/Writer Locks have a fantastic interface...

Giving C++ std::regex a C makeover

8 months ago

Suppose you’re working in C using one of the major toolchains —...