Recent
Optimize Size of Godot Releases
Godot
Wasm
Overview of how to reduce godot export templates from 64MB to 2.
Intercept Syscalls with Rust and Ptrace
Rust
Mmap
Linux
How to use Rust with ptrace to intercept and modify syscalls?
Cost of Atomics
Analysis
Rust
Linux
How costly are atomic operations like AtomicU64::store() in Rust?
Precise Time in Rust
Analysis
Rust
Linux
Measuring time, how long can it take?
Performance series introduction
Performance
Rust
This is the introduction page for the performance series.
MMap: a tour to kernel space and back again
Analysis
Mmap
Db
Linux
How does the Linux kernel load pages into memory when you request something to be mapped using mmap?
Global local port
Network
Tinkering
How to expose a local port on your development machine to the internet with a proper domain name, TLS cert and some access control?
Simple and Boring Offline Log Analysis
Tech
You should analyze your logs but you might not need a full-blown elasticsearch cluster for it.
Offline GPG Keys
Tech
Crypto
Security
A few days ago my first YubiKey arrived in the mail, so I was excited to copy over my GPG keys.
Scale in 2D games
Gamedev
While playing a bit of World of Warcraft, I found myself in the vast areas of the southern barrens, striving through the endless planes of the savanna.