log

age author description
Wed, 08 Apr 2015 05:00:38 +0000 HackBot <oerjan> slashlearn tdt/That doesn\'t tdt.
Wed, 08 Apr 2015 02:56:15 +0000 HackBot <Taneb> pastequotes
Thu, 02 Apr 2015 03:03:23 +0000 HackBot <shachaf> ` echo -ne \'#!/bin/sh\\ngrep -P -i -n "$1" quotes | cut -d \':\' -f 1 | xargs\\n\' > bin/quotenums; chmod +x bin/quotenums
Thu, 02 Apr 2015 01:04:29 +0000 HackBot <shachaf> learn A relrod is a machine useful for finding the Force.
Wed, 01 Apr 2015 13:51:41 +0000 HackBot <mroman> learn Water is a squishy substance that creeps along the floor and can suddenly fall from the heavens.
Wed, 01 Apr 2015 01:03:42 +0000 HackBot <oerjan> learn A hand in the bush is better than a stoned bird.
Wed, 01 Apr 2015 01:02:46 +0000 HackBot <oerjan> learn A hand in the bush is better than a stoned bird hth
Mon, 30 Mar 2015 23:02:30 +0000 HackBot <zzo38> ` echo \'export LANG=C; bash -c "$1"\' > bin/\\`\\`; chmod +x bin/\\`\\`
Mon, 30 Mar 2015 22:57:18 +0000 HackBot <FireFly> ` rm wisdom/canary; ln -s ../canary wisdom/canary; ls -l wisdom/canary
Mon, 30 Mar 2015 22:56:57 +0000 HackBot <FireFly> ` ln -s canary wisdom/canary; ls -l wisdom/canary
Mon, 30 Mar 2015 10:42:10 +0000 HackBot <oerjan> addquote <Taneb> Over the weekend I got asked what I was cosplaying no less than 5 times [...] <Taneb> I was, in fact, not cosplaying
Mon, 30 Mar 2015 10:42:09 +0000 HackBot <oerjan> revert
Mon, 30 Mar 2015 10:40:07 +0000 HackBot <oerjan> addquote <Taneb> Over the weekend I got asked what I was cosplaying no less than 5 times <Taneb> I was, in fact, not cosplaing
Mon, 30 Mar 2015 10:33:19 +0000 HackBot <Taneb> echo "thants" > wisdom/thanks\\ ants
Mon, 30 Mar 2015 08:45:38 +0000 HackBot <oerjan> sed -i \'s/Lachine/Lachine, apparently involving cookie dealing/\' wisdom/boily
Wed, 25 Mar 2015 12:21:35 +0000 HackBot <izabera> ` { echo \'elliott \' ; printf \'%s\\n\' {a..z} ; } > random_elliott; shuf --random-source /dev/zero random_elliott | tr -d \'\\n\'
Wed, 25 Mar 2015 12:18:49 +0000 HackBot <izabera> ` rm alphabet
Wed, 25 Mar 2015 12:17:09 +0000 HackBot <izabera> ` printf %s\\\\n {a..z} > alphabet; shuf --random-source /dev/zero alphabet | tr \'\\n\' \' \'
Mon, 23 Mar 2015 03:35:13 +0000 HackBot <oerjan> addquote <oren> is instant coffee stronger than espresso? I think it must be... [...] <oren> Ohh.... so apparently the jar says one scoop of powder per mug, I assumed an equal amount of powder and boiling water
Sun, 22 Mar 2015 21:37:21 +0000 HackBot <oerjan> addquote <elliott> `addquote <olsner> boily: thanks for getting quoted saying django btw, now I\'m only in 87.5% of the django quotes [...] <olsner> ah, the inevitable result of mentioning django
Sun, 22 Mar 2015 21:37:11 +0000 HackBot <oerjan> revert
Sun, 22 Mar 2015 21:26:39 +0000 HackBot <oerjan> addquote <olsner> ah, the inevitable result of mentioning django
Sun, 22 Mar 2015 20:27:27 +0000 HackBot <elliott> addquote <olsner> boily: thanks for getting quoted saying django btw, now I\'m only in 87.5% of the django quotes
Sun, 22 Mar 2015 01:58:55 +0000 HackBot <izabera> rm twolines.gz
Sun, 22 Mar 2015 01:58:39 +0000 HackBot <izabera> { echo first; echo second; } > twolines
Sun, 22 Mar 2015 01:58:12 +0000 HackBot <izabera> ` gzip twolines | zcat
Sun, 22 Mar 2015 01:14:30 +0000 HackBot <izabera> ex -sc ,p twolines
Sun, 22 Mar 2015 01:07:41 +0000 HackBot <izabera> { echo first; echo second; } > twolines
Sat, 21 Mar 2015 03:39:04 +0000 HackBot <izabera> echo \'int main() { return 42; }\' | gcc -x c - && ./a.out; echo $?
Sat, 21 Mar 2015 03:38:16 +0000 HackBot <elliott> echo \'int main() { return 123; }\' | gcc -x c - && ./a.out; echo $?