Hacker News new | ask | show | jobs
by bobbiechen 2326 days ago
I'm a fan of Steam Locomotive personally - https://github.com/mtoyoda/sl
2 comments

Yeah, the best part is it blocks control-c so you have to sit through the whole thing or until you figure out control-z.

https://github.com/mtoyoda/sl/blob/master/sl.c#L93

Or Ctrl-\ (SIGQUIT), which most software doesn't block.

There's also https://github.com/rwos/gti

Hahaha. That is glorious. Thanks for sharing!