log

age author description
Sun, 05 May 2013 15:52:04 +0000 HackBot <fizzie> gcc hello.c -o hello2 -nodefaultlibs -Os -s -Wl,--entry,main && ./hello3; wc -c hello3
Sun, 05 May 2013 15:47:18 +0000 HackBot <ThatOtherPerson> rm m.c
Sun, 05 May 2013 15:47:07 +0000 HackBot <Tanea> learn FireFly was a short-running but well-loved sci-fi TV series released in 2003, starring Nathan Fillion and directed and written by Joss Whedon.
Sun, 05 May 2013 15:46:13 +0000 HackBot <ThatOtherPerson> echo "int main(){printf("Ello\\n");}" > m.c && gcc m.c -o m && m
Sun, 05 May 2013 15:45:49 +0000 HackBot <fizzie> gcc hello.c -o hello2 -nostdlib -Os -s -Wl,--entry,main && ./hello2; wc -c hello2 # close enough?
Sun, 05 May 2013 15:44:51 +0000 HackBot <fizzie> gcc hello.c -o hello2 -nostdlib -Wl,--entry,main && ./hello2
Sun, 05 May 2013 15:43:08 +0000 HackBot <Jafet> gcc hello.c -o hello -Os && ./hello
Sun, 05 May 2013 15:42:40 +0000 HackBot <Jafet> gcc hello.c -o hello -nostdlib && ./hello
Sun, 05 May 2013 15:40:15 +0000 HackBot <Jafet> rm *.html*
Sun, 05 May 2013 13:13:20 +0000 HackBot <oerjan> addquote <Tanea> ...I\'m organising a picnic on Facebook in rhyming couplets
Sat, 04 May 2013 23:02:54 +0000 HackBot <Taneb> pastequotes Taneb
Sat, 04 May 2013 20:15:32 +0000 HackBot <elliott> pastelogs taneb.*hexham
Sat, 04 May 2013 19:15:35 +0000 HackBot <oerjan> addquote <Bike> http://www.amazon.com/Someone-Cuttlefish-Shapeshifter-Erotica-ebook/dp/B0087PTMW2 i hope you know this is going to /fuck up/ my amazon recs
Sat, 04 May 2013 14:31:02 +0000 HackBot <Taneb> addquote <Sgeo> Should I watch Watchmen or read Watchmen? [...] <NihilistDandy> Please, who *watches* The Watchmen?
Sat, 04 May 2013 10:33:19 +0000 HackBot <shachaf> echo $\'#!/bin/bash\\necho "$@"\' > bin/e; chmod +x bin/e