Maybe the Fastest Disk Usage Program on macOS
A developer creates a faster disk usage tool for macOS using concurrency and system-specific APIs, benchmarking it against existing solutions.
A developer creates a faster disk usage tool for macOS using concurrency and system-specific APIs, benchmarking it against existing solutions.
Explores methods to make Python's random number generation deterministic for debugging, from mocking to intercepting system calls.
A follow-up analysis on programming language complexity and abstraction, using 'Hello World' program comparisons to critique modern software bloat.
Analyzes the system calls and binary size of a simple "hello world" program across multiple programming languages, from assembly to Python.
A technical guide on creating and debugging custom Docker Seccomp security profiles for containers, using a Chrome container as an example.
Explains non-blocking I/O for sockets, comparing low-level syscalls to high-level async APIs and event loops.