Skip to main content
The 2024 Developer Survey results are live! See the results

Timeline for Make it look like I'm working

Current License: CC BY-SA 3.0

13 events
when toggle format what by license comment
Aug 15, 2015 at 7:25 comment added Adam Katz Echoing @undergroundmonorail in that random is better. It can be simplified a bit too, perhaps to while sleep 0.$((RANDOM%7+3)); do head -c200 /dev/urandom | od -An -w50 -x | grep -E --color "([a-f][0-9]){2}"; done (This sleeps 0.3-0.9 seconds each time.)
Jul 28, 2015 at 20:11 comment added mbomb007 This should be turned into a cloud-jumper clone, but with colored hexadecimal values instead of clouds...
Jun 14, 2014 at 23:05 comment added Ming-Tang In OS X, I used od -An -N 191 -x
Jun 14, 2014 at 0:33 comment added qwr The deep secrets of the universe are being revealed with this simple program...
Jun 13, 2014 at 14:52 history edited barjak CC BY-SA 3.0
screenshot
Jun 11, 2014 at 20:43 comment added ojblass very nice and relaxing!
Jun 11, 2014 at 8:00 comment added daviewales Reminds me of the never ending search for "ca fe": cat /dev/random | hexdump | grep "ca fe"
Jun 10, 2014 at 17:38 comment added undergroundmonorail Personally, I prefer this with sleep 0.5 changed to sleep.$[$RANDOM % 10]. It makes it a bit jerkier, and more like a real search. I do like it, though!
Jun 10, 2014 at 15:56 comment added MadTux I used up all my votes for today, but here's a beer :D
Jun 9, 2014 at 23:45 comment added barjak It seems that your version of od does not support the -w option. You can drop this option, it's here just to show more columns of data, to fill the screen a bit more.
Jun 9, 2014 at 21:55 comment added Sterling Archer (Bear with me, new to bash) but when running this line, (mac osx, terminal) I get this output on a loop: od: illegal option -- w usage: od [-aBbcDdeFfHhIiLlOosvXx] [-A base] [-j skip] [-N length] [-t type] [[+]offset[.][Bb]] [file ...]
Jun 9, 2014 at 21:41 comment added SomeKittens Oooh, I like this one!
Jun 9, 2014 at 21:39 history answered barjak CC BY-SA 3.0