Debugging kernel panics on a Wii in an economy seat is a level of focus I can't even imagine. Most people can't read a book on a plane without losing their place every 5 minutes.
HN user
k38f
21 karma
https://github.com/k38f
Posts1
Comments3
I ported Mac OS X to the Nintendo Wii 4 months ago
Launch HN: Freestyle – Sandboxes for Coding Agents 4 months ago
500ms fork of a running VM with full memory state is the kind of thing I'd assume wasn't possible until I saw it work. What does failure look like — does the fork just not happen, or can you get partial state?
Run Linux containers on Android, no root required 4 months ago
The QEMU TCG approach makes sense for isolation, but I'm curious about the traffic routing story. Does each container get its own network namespace, or does all traffic still go through Android's network stack? The latter would mean carrier-level DPI still sees everything the container sends — which matters a lot depending on what you're running.