log

age author description
Sun, 11 Aug 2013 18:11:59 +0000 HackBot <elliott> addquote <+kmc> my girlfriend served as an adult control subject for some behavioral research on children [...] <+kmc> she did live on psych studies for a year yeah <Jafet> Is there a control protocol where you don\'t use people who live off being sociology test subjects
Fri, 09 Aug 2013 21:15:31 +0000 HackBot <oerjan> sed \'s/welcome/welcome.es/g\' bin/welcome > bin/bienvenido; chmod +x bin/bienvenido
Fri, 09 Aug 2013 21:14:43 +0000 HackBot <oerjan> sed \'s/welcome/welcome.es/\' bin/welcome > bin/bienvenido; chmod +x bin/bienvenido
Fri, 09 Aug 2013 21:07:32 +0000 HackBot <oerjan> sed -i \'s/os!/os! Por desgracia, la mayor\xc3\xada de nosotros no hablamos espa\xc3\xb1ol./\' wisdom/welcome.es
Fri, 09 Aug 2013 20:09:32 +0000 HackBot <boily> pastequotes
Fri, 09 Aug 2013 14:41:29 +0000 HackBot <Jafet> echo $\'15m29\\n,w\' | ed bin/gccrun
Fri, 09 Aug 2013 14:29:49 +0000 HackBot <Jafet> chmod +x bin/gccrun
Fri, 09 Aug 2013 14:29:04 +0000 HackBot <Jafet> (head -n 14 bin/gccrun; echo \'#include <math.h>\'; tail -n +15 bin/gccrun) > /tmp/gccrun && mv /tmp/gccrun bin/gccrun
Fri, 09 Aug 2013 14:28:30 +0000 HackBot <Jafet> revert
Fri, 09 Aug 2013 14:28:08 +0000 HackBot <Jafet> (head -n 14 bin/gccrun; echo \'#include <math.h>\'; tail -n +14 bin/gccrun) > /tmp/gccrun && mv /tmp/gccrun bin/gccrun
Fri, 09 Aug 2013 14:23:32 +0000 HackBot <Jafet> sed -e \'s/\\$\\@/\\$\\@ -lm/\' -i bin/gccrun
Fri, 09 Aug 2013 14:11:16 +0000 HackBot <Roujo> cat /dev/urandom > wisdom/\'irrelevant info\'
Fri, 09 Aug 2013 14:09:18 +0000 HackBot <oerjan> echo "The large-eyed mouse lemur is a nocturnal tree-dweller." >wisdom/\'relevant info\'
Fri, 09 Aug 2013 13:57:27 +0000 HackBot <boily> addquote <Roujo> I AM AN INVADING NECROPOLIS... ALL BOW BEFORE MY... erm... WALLS?... NECROBUILDINGS?
Fri, 09 Aug 2013 06:17:56 +0000 HackBot <kmc> addquote <zzo38> I think I do not understand you either.
Thu, 08 Aug 2013 21:01:26 +0000 HackBot <oerjan> addquote <Phantom_Hoover> my emergency contacts list somehow has my father listed in both slots, in one of them as my daughter
Thu, 08 Aug 2013 20:05:23 +0000 HackBot <olsner> pastelogs FN35EM
Thu, 08 Aug 2013 00:51:13 +0000 HackBot <Bike> pastelogs (156952)
Wed, 07 Aug 2013 23:41:00 +0000 HackBot <elliott> addquote <+kmc> i found it confusing in a pleasing way <+kmc> like this channel but more so
Wed, 07 Aug 2013 19:11:49 +0000 HackBot <elliott> pastequotes
Wed, 07 Aug 2013 18:31:35 +0000 HackBot <Bike> pastelog kmc.*essay
Wed, 07 Aug 2013 18:25:13 +0000 HackBot <Bike> rm karma
Wed, 07 Aug 2013 18:25:06 +0000 HackBot <Roujo> touch dog
Wed, 07 Aug 2013 18:25:00 +0000 HackBot <Roujo> touch god
Wed, 07 Aug 2013 18:14:34 +0000 HackBot <ion> sed -i -re \'s/aeiouy/aeiouyAEIOUY/g\' bin/thanks bin/hi && cat bin/thanks
Wed, 07 Aug 2013 18:09:59 +0000 HackBot <ion> sed -re \'s/\\<Thanks,/Hi/; s/\\<Th\\>/H/; s/\\<T\\>/H/\' <bin/thanks >bin/hi && chmod +x bin/hi && cat bin/hi
Wed, 07 Aug 2013 00:59:05 +0000 HackBot <shachaf> pastelogs cpuid
Wed, 07 Aug 2013 00:34:16 +0000 HackBot <kmc> echo $\'main() { foo:; int x = 3; goto foo; }\\n\' > a.c && gcc a.c
Wed, 07 Aug 2013 00:34:05 +0000 HackBot <kmc> echo $\'main() { foo: int x = 3; goto foo; }\\n\' > a.c && gcc a.c
Wed, 07 Aug 2013 00:32:29 +0000 HackBot <Jafet> echo $\'main() { int x; x = 3; int y; return x + y; }\\n\' > a.c && gcc a.c