5 ms·
When I worked at IBM circa ~2006 you'd get a written warning called a clean desk violation if you left your workstation unlocked. I wrote a little daemon that'
by ultrahax 4y ago
When I worked at IBM circa ~2006 you'd get a written warning called a clean desk violation if you left your workstation unlocked.
I wrote a little daemon that'd l2ping my Nokia brick phone; if it didn't get a response for 30 seconds it'd invoke xscreensaver. Saved me a lot of paperwork.
I currently work at a Call of Duty studio. My favorite hacks ( not super high tech, but the ones that had the most impact for the least code, and the ones I feel I can talk about.. ):
* Put together a little box that polls varied knobs on a USB midi device to mangle the traffic going across its two interfaces. Allows for real time latency / jitter / packet loss testing https://twitter.com/ultrahax/status/1200902654882242562 https://twitter.com/ultrahax/status/1200902654882242562
* Studio LAN game browser didn't work across subnet boundaries ( studio is a couple of class B's ). Wrote a little daemon that'd take game discovery packets from one subnet, mangle the src addr, and send it on its merry way. Everyone can see everyone's games, happy producers.
- hammyhavoc 4y agoThese made me unreasonably happy.