Slashdot Mirror


PC Case For Hamsters, EZ Bake Oven in a Drive Bay

ResQuad noted that Slashdot's OSDN Sister site ThinkGeek is selling some exciting new products including a PC Case for Hamsters and an EZ Bake Oven that fits in a 5.25 drive bay. They also have a limited run T-Shirt with a s3kr1t message on it. Lots of other fun stuff too.

3 of 297 comments (clear)

  1. Re:T-shirt super secret message by Plutor · · Score: 4, Insightful
    Holy crap, man.
    perl -e 'print unpack("a78", pack("B624", "0100100... (etc.) ...100001")) . "\n"'
  2. Re:T-shirt super secret message by erichbox · · Score: 5, Insightful
    Or, rather:
    perl -e'local $/;print pack "B*", <>'
  3. Re:T-shirt super secret message by thelenm · · Score: 4, Insightful
    Oh. In that case, here's what I used:
    #!/usr/bin/perl -ln0
    s/\n//g;
    print pack "B*", $_;
    with the binary code piped in on STDIN, of course.
    --
    Use Ctrl-C instead of ESC in Vim!