< 1307664350 918118 :Lymia!~moe@unaffiliated/cirno-chan QUIT :Ping timeout: 240 seconds < 1307664750 495651 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://linux.softpedia.com/get/Programming/Interpreters/cfunge-37128.shtml < 1307665819 577882 :cheater3!~ubuntu@ip-80-226-246-15.vodafone-net.de QUIT :Ping timeout: 252 seconds < 1307665854 353972 :augur!~augur@208.58.6.161 QUIT :Remote host closed the connection < 1307666507 694066 :BeholdMyGlory!~behold@unaffiliated/beholdmyglory QUIT :Remote host closed the connection < 1307666624 864408 :FireFly!~firefly@unaffiliated/firefly QUIT :Quit: swatted to death < 1307666660 884654 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!swedish again < 1307666661 674716 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​egeeen < 1307666668 443039 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!swedish egeeen < 1307666669 82868 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​egeeee < 1307666683 332110 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!swedish egeeee < 1307666684 100159 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​egeeee-a < 1307666694 120451 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!swedish egeeee-a < 1307666694 797126 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​egeeee-a-a < 1307666704 49484 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!swedish come again < 1307666704 604659 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​cume-a egeeen < 1307666717 615678 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!swedish cume-a egeeen < 1307666718 195900 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​coome-a-a igeeee < 1307666744 703798 :foocraft!~ewanas@78.101.164.76 JOIN :#esoteric < 1307666943 676606 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :My yow.lines apparently only has the cabbage-brain quote. < 1307667088 986884 :ralc!~ralc@79.142.230.243.static.knet.bolignet.dk QUIT :Quit: Leaving < 1307668354 978526 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :hmmm, now the question is < 1307668375 133531 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :how do I support programmer-defined prefix, postfix, infix, ternary, and circumfix operators... < 1307668379 689107 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :without it being a huge mess. < 1307668433 919611 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmm, should I use harpy or generate nasm code myself < 1307668440 117871 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: agda mixfix < 1307668558 958516 :hagb4rd!~hagb4rd@koln-5d81e597.pool.mediaWays.net QUIT :Quit: hagb4rd < 1307668716 93712 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :The function fac is not really our wanted factorial function. Instead < 1307668716 277817 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it is a monadic command that, when executed, writes assembler code < 1307668716 440065 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :into a buffer. To ensure, that this buffer is always large enough to hold < 1307668716 440173 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :the generated instruction, you have to sprinkle your code with calls to < 1307668716 440216 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ensureBufferSize. In line 7 we make sure that 160 bytes are available, < 1307668717 181956 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :which is enough for our 10 instructions. As a rule of thumb, no instruction < 1307668718 629690 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :can be larger than 16 bytes, so the number of assembler instructions times < 1307668720 460565 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :16 is a safe upper bound. < 1307668722 516507 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :BARF < 1307669036 418878 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hey olsner < 1307669042 54993 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :if I want to push a structure to the stack < 1307669046 759484 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :do I push the first field first or last < 1307669051 689121 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ACTION is not so smrt < 1307669088 378141 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :aka "is the stack growing upwards or downwards"? < 1307669121 926739 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh and what about alignment < 1307669140 895130 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: on xeightsix < 1307669144 515906 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and alignment dfjsodfj < 1307669149 308572 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :well it's a dword and a byte < 1307669155 219539 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i can make that two dwords if necessary < 1307669159 393075 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(dword = thirty two bits, i.e. machine word here) < 1307669172 261126 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :(note: i don't actually know any specific answers) < 1307669218 727943 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::D < 1307669411 161088 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i know some specific answers < 1307669460 351782 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :*GASP* < 1307669485 67771 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" colon is where your ass comes from right" <<< what :D have i said this :DS < 1307669494 740298 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yes :D < 1307669571 264930 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric : and I just became so tried that I was about to reply to elliott in swedish < 1307669571 427130 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric : olsner: please do so < 1307669574 814469 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :what if I do that < 1307669616 424230 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :no i hate you i want olsner to do it :( < 1307669639 184290 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :elliott, aha, jag förstår < 1307669645 158048 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :elliott: du r en svansnyckel < 1307669655 344503 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :oklopol, en vad för något? < 1307669660 113769 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :oklopol, "tail key"? < 1307669662 567666 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :wtf is that < 1307669664 419215 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :svansnyckel < 1307669670 8487 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :oklopol, what on earth is that < 1307669671 895305 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :... < 1307669675 276956 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :you just said it < 1307669685 520950 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :oklopol, then what does a tail key do < 1307669691 947352 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :I just translated the compound word < 1307669697 162485 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :I have no idea what a tail key IS < 1307669701 425432 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :erm, obviously that depends on the data structure < 1307669720 794091 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :oklopol, oh, I was imagining something like an hexkey, like you get with IKEA stuff < 1307669738 237092 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric ::D < 1307669738 880686 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :nej, bara en svansnyckel. < 1307669754 12092 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :okej < 1307669760 206050 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okej dokej < 1307669765 6870 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :as they say in sweden < 1307669775 982491 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :hm < 1307669792 708119 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :Jag tror det är ute liksom < 1307669864 948052 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :A theory about Rose from a CS perspective (self.homestuck) < 1307669865 110822 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :posts that can not be good dot txt < 1307669883 480147 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :so um half of thursdays lectures were time travel stuff < 1307669895 515397 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: HAHAHA < 1307669921 34345 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :a rose by any other name would still be NP-complete < 1307669941 982534 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :and *not* within a formal model. *shiver* < 1307669976 335066 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :thought experiments and shit < 1307670013 342662 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :timey-wimey braided algebras < 1307670052 25746 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :and everyone found it really funny when the lecturer presented his examples of weird ways time travel would work because they were sooo crazy. and i was like oh god, did i just teleport into some kind of monkey kindergarten. < 1307670061 23168 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :*braided hopf algebras < 1307670099 583336 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i wish i had the balls i had in high school when i'd just start laughing and walk out when things got stupid < 1307670164 977550 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :Vorpal: oh btw i totally don't get " Jag tror det är ute liksom" < 1307670209 692452 :Vorpal!~AnMaster@unaffiliated/anmaster PRIVMSG #esoteric :oklopol, that means that I think "okej dokej" is slang that is no longer in fashion < 1307670252 642899 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :erm "ute" as in english "out (of fashion)"? < 1307670253 955632 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :... "okej dokej"? Is that in *any* way similar to the apparent cognate in English? < 1307670267 505853 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :pikhq_: in *very* way similar. < 1307670351 431770 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :elliott: granted, i didn't actually understand half of the time travel stuff they said so it might have made sense. everything i did understand was retarded at least tho. :D < 1307670421 818595 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :oklopol: Most discussions of time travel are. < 1307670442 227408 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ill discuss < 1307670442 779527 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :YOUR < 1307670443 736238 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :time < 1307670444 294065 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :travle < 1307670445 627391 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :s < 1307670497 499843 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :It's one of those things that generally gets handwaved because people really don't want to contemplate the (il)logic of it all. < 1307670502 681550 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :pikhq_: but it's an INTERNATIONAL CONFERENCE, and we all know people who talk in those must be p smart right? at least wolfram didn't come.... :DSDS < 1307670527 907738 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :that would've been just... awesome < 1307670709 107686 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :half the time the time travel model is one where a consistent universe essentially seems impossible if it supports any nontrivial agent-like behavior (because certainly one agent will want to destroy it using a retarded paradox), the other half seems to actually assume an implicit extra time axis and moving in time is still moving forward on this axis, you are just given a copy of past contents of the world. < 1307670722 586792 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :aaaand i just said something trivial and retarded about tt < 1307670731 434266 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :luckily it's so long you can't quote it < 1307670753 73840 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote half the time the time travel model is one where a consistent universe essentially seems impossible if it supports any nontrivial agent-like behavior (because certainly one agent will want to destroy it using a retarded paradox), the other half seems to actually assume an implicit extra time axis and moving in time is still moving forward on this axis, you are just given a copy of past contents of the world. < 1307670754 327413 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​448) half the time the time travel model is one where a consistent universe essentially seems impossible if it supports any nontrivial agent-like behavior (because certainly one agent will want to destroy it using a retarded paradox), the other half seems to actually assume an implicit extra time axis and moving in < 1307670756 833232 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :try me bitch < 1307670758 679865 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :HAH < 1307670764 799547 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its in the file dude < 1307670766 278347 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its in the file < 1307670770 622222 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`pastequotes time travel < 1307670771 876844 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.5048 < 1307670784 263623 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric ::D < 1307670824 552621 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :elliott: are you sure it will be apparent why that was quoted in the first place :D < 1307670834 196574 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: who cares :) < 1307670843 112234 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :good point :P < 1307670964 439477 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i kind of want to buy domino tiles and build a half-adder, but there's the slight problem that you can only try it on one input and then it's gone :\ < 1307670984 628681 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: make a self-resetting domino computer < 1307670988 209473 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :using like < 1307670990 13122 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :vacuum dominoes < 1307670991 145491 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :to un-fall < 1307671026 889926 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :vacuum dominoes huh < 1307671029 439286 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yeah < 1307671052 296124 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :what i want is some sort of global "plz get up again lol" button < 1307671079 471675 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :your idea is pressing it pumps the dominoes full of vacuum so that air pressure lifts them in the air or something? < 1307671123 376252 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: like, a domino that, when it falls, pushes a gust of air in front of it < 1307671129 108073 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so that a fallen domino in front of it will upright itself < 1307671130 420921 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and um < 1307671131 976201 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :hm... dominoes with resettable springs < 1307671138 492346 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you just need a bunch of them lined up next to all your real dominoes < 1307671139 64699 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yeah < 1307671140 725741 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and a trigger < 1307671166 515564 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :but they can't just rise right away, the implementation of all nontrivial behaviors *relies* on dominoes falling just once < 1307671180 983176 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: thus the trigger < 1307671182 427287 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :at least the way that psychologist dude did it < 1307671190 982155 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :when you need to reset, you make it flip over the trigger < 1307671195 384867 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :which then runs down a line of vacuum dominoes < 1307671241 782873 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" you just need a bunch of them lined up next to all your real dominoes" <<< so to lift up my dominoes, i build another identical arrangement next to the fallen one? < 1307671303 791857 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :I SEE NO PROBLEM WITH THAT PLAN < 1307671327 761332 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: yes < 1307671335 435910 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :um wait what? < 1307671341 679947 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :no, the vacuum dominoes next to them /lift up/ the dominoes < 1307671343 957151 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :thus resetting them < 1307671349 91015 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :yeah, while falling themselves < 1307671364 988772 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: oh < 1307671366 370142 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :but that's not really a problem since you can just use another layer of vacuum dominoes < 1307671367 657683 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :well they push down too < 1307671375 581971 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: no wait, have another type of domino < 1307671381 989922 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :when it's pushed down, it blows air to the side of it < 1307671386 704114 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :then, just use them as your normal dominoes < 1307671391 90509 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :erm < 1307671392 978998 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :when it's pushed up < 1307671397 96454 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and they'll prop up the vacuum dominoes as soon as they're used < 1307671398 216581 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::D < 1307671409 944669 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :so am i to understand vacuum dominoes pass a signal along the arrangement, while not losing potential energy in the process? < 1307671413 937812 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yes. < 1307671417 152193 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :ah < 1307671421 844991 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :also they use time travel < 1307671429 164246 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: ew, underscores. < 1307671433 721587 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :effectively they teleport all the dominoes back in time to when they were all up. < 1307671435 943576 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :understand now? < 1307671446 23011 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: got no asterisk key fucker < 1307671448 944967 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :yes < 1307671493 774548 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: oerjan's spring idea is better :P < 1307671505 474477 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :just need a trigger for the springs that is weak enough to be pushed by a domino < 1307671511 883593 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and then um, acts as a spring itself < 1307671524 566134 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wait < 1307671527 261848 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ELECTROMAGNETS < 1307671533 83656 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :there are little platforms for all the dominoes < 1307671534 247201 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :actually for a while yesterday i seriously did try to come up with a domino tile that would fall, and then automatically rise up after falling < 1307671535 549552 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that are magnets < 1307671538 461393 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and there's a button < 1307671541 474531 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that when a domino falls on it < 1307671549 900179 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :turns on all the electromagnets for like half a second < 1307671552 862458 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :then i realized there's this thing called physics < 1307671553 885250 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :snapping all the dominoes back into place < 1307671558 320594 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :because the bottom of them is magnetic < 1307671560 3688 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :best idea???? < 1307671592 255641 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :yesssss < 1307671617 973222 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i'd replace my computer with one made out of those < 1307671669 243045 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :anyway i have to get going, first lecture at 9 and i need to do a few iterations on my article, and do some unmentionable things which also take hours < 1307671697 531814 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :and masturbate as well < 1307671824 434079 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :`addquote anyway i have to get going, first lecture at 9 and i need to do a few iterations on my article, and do some unmentionable things which also take hours and masturbate as well < 1307671825 675114 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​449) anyway i have to get going, first lecture at 9 and i need to do a few iterations on my article, and do some unmentionable things which also take hours and masturbate as well < 1307671991 975165 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote < 1307671993 118847 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​244) oerjan: What, can girls aim their penises better? < 1307672083 335749 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: oh, I was referring to the agda mixfix stuff. < 1307672091 368848 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: oh, well that's irrelevant < 1307672104 160882 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you don't really use underscores in identifiers in haskell or agda < 1307672105 678919 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so it's a decent choice < 1307672113 600785 :elliott!~elliott@unaffiliated/elliott PART #esoteric :"Leaving" < 1307672121 856476 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :LAMENESS < 1307672126 329196 :elliott!~elliott@unaffiliated/elliott JOIN :#esoteric < 1307672190 101550 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I will instead do something ridiculous. < 1307672265 69869 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I was thinking about including some kind of metasyntactic capability beyond the limited form I'm thinking of implementing. < 1307672272 159698 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: how is it lame < 1307672273 145876 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but that will probably just makes things really confusing. < 1307672274 440588 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :just pick another damn character < 1307672277 709225 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it can even be syntax like < 1307672280 796838 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"if","then","else" < 1307672284 816246 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so you can use every character in a name < 1307672291 27462 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :come on, the meaningful part of mixfix is how you implement it < 1307672301 135635 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it lets you mix operators of all fixity, and also make control structures into operators < 1307672301 739769 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: mainly because I don't trailing characters because they're lame. Sound reasoning, I know. < 1307672311 639526 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I will instead do something BETTER. < 1307672333 501234 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: dude, read the whole paper before saying things like that < 1307672340 34701 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :this is a really well-tested way to do the shit you want < 1307672347 678857 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :all kinds of operators with a simple parser that can handle module imports properly < 1307672381 184070 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: you can layer over whatever "definition" syntax you want < 1307672445 340464 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I wasn't aware there was a "whole paper". < 1307672467 319070 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but I think I just found it. < 1307672535 644565 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i think there's more than one, even < 1307672543 790785 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://www.google.co.uk/url?sa=t&source=web&cd=3&ved=0CC8QFjAC&url=http%3A%2F%2Fciteseerx.ist.psu.edu%2Fviewdoc%2Fdownload%3Fdoi%3D10.1.1.157.7899%26rep%3Drep1%26type%3Dpdf&ei=0X_xTa_cJMPOhAfi_Pw_&usg=AFQjCNFD2vxF9fbpvu3Fo19922FVD_qFMw&sig2=fexG0fjeemztQHd3K9x0Yw < 1307672545 667128 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ugh < 1307672546 804910 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :stupid google < 1307672550 965824 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that's the paper < 1307672558 457572 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Parsing Mixfix Operators < 1307672558 845110 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Nils Anders Danielsson1, and Ulf Norell2 < 1307672826 986453 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: so this paper will show me how to parse mixfixed operators without requiring ugly naming conventions? < 1307672864 535703 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: THE NAMING CONVENTIONS ARE A PURELY SYNTACTIC FEATURE OF DEFINING THE OPERATORS < 1307672869 70055 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :FOR FUCK'S SAKE THAT IS LIKE THE LEAST IMPORTANT PART OF ANYTHING < 1307672879 694960 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :IT GIVES A FULL PARSING GRAMMAR >_< < 1307672886 422890 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: Would you prefer I said: < 1307672893 614957 :shachaf!~shachaf@204.109.63.130 QUIT :Remote host closed the connection < 1307672907 292194 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: No, the theorems used in the quasimodular parsing definition require on the exact ASCII string used, which must have embedded underscore characters in it. < 1307672910 739361 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Otherwise it is mathematically inconsistent. < 1307672925 136489 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no that is the opposite of what I prefer. :) < 1307673029 403781 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: Anyway, the only time you EVER have trailing characters is in prefix situations. < 1307673041 464993 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :if/then/else is affected; if/then/else/end is not. < 1307673051 854205 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :And you can easily form the actual list of holes however you want in your actual language. < 1307673676 700409 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :There will be no holes in my language as that will produce memory leaks. < 1307673705 760252 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Any holes that are found will be patched accordingly. < 1307673878 562361 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :What does a compiled Perl regex consist of? < 1307673899 763878 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :Y'know, automake really could do with a means of having per-directory Makefile.am files *without* producing recursive make. < 1307673930 580099 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: bytecode < 1307673944 550717 :augur!~augur@216-164-57-20.c3-0.slvr-ubr1.lnh-slvr.md.cable.rcn.com JOIN :#esoteric < 1307673945 644187 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: Reading http://perl.plover.com/Rx/ is quite elucidating < 1307674061 216328 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :as in the source code right? The actual English is rather sparse and not helpful.. < 1307674117 455016 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: Uh, wait. < 1307674119 91746 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: http://perl.plover.com/Rx/paper/ < 1307674127 288055 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Read this and you'll understand everything. < 1307674133 583293 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Or at least some things. < 1307674199 118956 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :whut, regex debugger? unfathomable. < 1307674230 77380 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Hardly; Rx works well (I've never used it, but it reportedly does) < 1307674238 651640 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :And "Rx formed the basis for the regex debugger component of ActiveState's ASPN Komodo IDE. (Whether it still does, I can't say.)" < 1307674253 45612 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Anyway, just read it, it's interesting and helpful for understanding Perl regex internals :P < 1307674384 832600 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I will definitely read it because it will help me in writing an efficient regular expression engine. < 1307674395 485701 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :It... won't. < 1307674403 859013 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :But it'll help you understand Perl's. < 1307674410 779916 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: But really, you should just use PCRE :-p < 1307674424 202066 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :uh, why? < 1307674447 779301 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Because it can do just about every fancy thing Perl can, and is fast, neither of which you'll be able to say about yours unless you work on it for literal years :P < 1307674454 870437 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Plus everyone knows PCRE syntax. < 1307674458 695844 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Or wait. < 1307674462 328739 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Is this your fancy super-regexp thing? < 1307674471 783853 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Because those aren't regexps, dude, they're a programming language inspired by regexps. < 1307674521 109153 :augur!~augur@216-164-57-20.c3-0.slvr-ubr1.lnh-slvr.md.cable.rcn.com QUIT :Remote host closed the connection < 1307674609 293416 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: yes I know. < 1307674641 86153 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :which is why learning about how regexps are handled internally by other programs will be helpful. < 1307674767 316943 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"The logo of Lulz Security suggests the group does not take what it does too seriously" --BBC News < 1307674832 979835 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :Doesn't the name alone do that? < 1307674910 468763 :Vorpal!~AnMaster@unaffiliated/anmaster QUIT :Ping timeout: 268 seconds < 1307674957 808987 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: quiet with that nationalist dogma. < 1307675003 260506 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I only accept the sensationalism of American television news sources. < 1307675287 445358 :augur!~augur@208.58.6.161 JOIN :#esoteric < 1307675586 460170 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :"Barack Hussein Commubama is going to rape your puppies and build the Twin Towers again just to bomb them!" --Fox News < 1307675589 480744 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :Better? < 1307675616 649299 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :Actually, make that "Führer Hussein Commubama". < 1307675737 890357 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ahhh, familiarity. < 1307675834 703665 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :hmmm, so currently every expression produces a "result string" which is used in computations and side-effect operations. < 1307675849 603655 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Perhaps there should be a "result number" as well, to be used in numeric contexts. < 1307676066 721778 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :before, the plan was to handle numbers as Perl does. Where the string "0" is treated as 0 when used in a numeric operation, but having a numeric result would allow operations to return both a capture string as well as number that signified something. a -> b would return a 1 if successful, and a 0 if not. * would return the summation of the numeric results of its operand. Thus (a -> b)* would return the number of successf < 1307676117 946696 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :(a->b)+ would do the same, but fail if there were no substitions. < 1307676213 338781 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :and the string result would be a concatenation of the replaced strings, which is probably less useful. < 1307676265 590404 :Gregor!Gregor@codu.org PRIVMSG #esoteric :http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Push_002fPop-Macro-Pragmas.html#Push_002fPop-Macro-Pragmas // is CPP + this TC? < 1307676294 859674 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :No. < 1307676301 127640 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :cpp computation does not involve new defines at all. < 1307676306 740114 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :You can't loop those in any way, so yah. < 1307676329 386577 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Apparently chaos-pp just uses "exponential expansion" or something btw, and so may not actually be TC < 1307676331 20737 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Dunno about order-pp < 1307676336 837362 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I can buy that it's not TC though < 1307676371 429943 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :hmmm... I need like... four different quote types. < 1307676390 911254 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :``, "", '', <>... done :) < 1307676392 52570 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307676707 287602 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :Unless you need it to nest. < 1307676730 53000 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :[]{}()<> done. < 1307676765 55749 :copumpkin!~pumpkin@unaffiliated/pumpkingod QUIT :Ping timeout: 240 seconds < 1307676853 628268 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Actually I narrowed it down to two quote types again. < 1307676873 47740 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :why do you need so many quote types < 1307676879 532561 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :what's a quote type < 1307676888 939296 :foocraft!~ewanas@78.101.164.76 QUIT :Quit: Leaving < 1307676901 461207 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :the problem was that both " and ' literals attempt matching on the input string, but there would be situations where you only want to use them for their string result and ignore any kind of matching behavior. But placing another operator before the quote fixes that. < 1307676998 998871 :shachaf!~shachaf@204.109.63.130 JOIN :#esoteric < 1307677124 315842 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :well, currently " performs interpolation of \ sequences, and ' produces a literal string. I could have interpolation on by default since it's not a huge deal, and have " being the matching literal and ' be the zero-width literal. < 1307677167 23068 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :open_file 'foobar.txt' #example, you don't want 'foobar.txt' to attempt a match on the input string. < 1307677217 270437 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :cyclexa is cooler it has antitext < 1307677244 556359 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :token:="foobar.txt"; token(token",")* #here, this is exactly what you want to happen. < 1307677341 698532 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: I was actually thinking of "borrowing" (read: stealing) the antitext operator, but I don't really know why it would be useful in my case. < 1307677390 571579 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that's just a sign that your version is boring >:) < 1307677426 727830 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yeah I'm not really going esoteric at this point. < 1307677441 299258 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it will be esoteric in that it's a somewhat sensible regular expression language. < 1307677573 230863 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :The ; is somewhat clever. It's syntactic sugar that basically encloses everything before it up to the beginning of the line or the preceding ; on the same line in parentheses < 1307677582 889303 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :a;b;c = (a)(b)c < 1307677696 259086 :variable!~variable@unaffiliated/variable QUIT :Remote host closed the connection < 1307677738 344006 :variable!~variable@unaffiliated/variable JOIN :#esoteric < 1307677742 526312 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :your mom is clever < 1307677945 821993 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Abelson: Well, I was a new graduate student. I said, “What the hell, I’m never going to get a chance to go sit in the president’s office.” So I wandered around to the president’s office and there were a whole bunch of people from Students for a Democratic Society sitting around on the floor. One of the people who was sitting around on the floor was somebody who I’d gone to high school with. < 1307677945 984673 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :And I said, “I’m a new graduate student. I’m looking for a job. What’s a good place to go work?” And he said, “Well, why don’t you go over to the Artificial Intelligence Laboratory. They do good things.” So I wandered around there for a little bit and talked to people, and that’s pretty much how I got started. < 1307677965 517596 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net QUIT :Ping timeout: 255 seconds < 1307677990 146264 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net JOIN :#esoteric < 1307677998 680900 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net PRIVMSG #esoteric :What a pile of improbable circumstances. < 1307678218 383500 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :digit := [0-9]; number := digit+("."digit+)?; capturedvalue = parsenum number #note that this is where the actual matching occurs; capturedvalue = 1 <+> capturedvalue #not sure what the numeric operators should look like, or why I'm incrementing this number < 1307678448 708034 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net JOIN :#esoteric < 1307678462 513076 :pikhq_!~pikhq@71-219-228-23.clsp.qwest.net QUIT :Ping timeout: 268 seconds < 1307679554 301763 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :https://github.com/github/dmca/blob/master/2011-06-07-sony.markdown sony sure are dedicated < 1307679566 770222 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :https://github.com/SonyPS3/scedev haha, they didn't even remove it, just disabled it < 1307679600 6667 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :"and promptly disclose to SCEA the identities and contact information corresponding to the account owners and/or users of your hosting services who posted the content identified herein." < 1307679611 456377 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :They seem to not understand how a DMCA request works. < 1307679633 703774 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :It's not a subpoena. < 1307680857 474750 :oerjan!oerjan@tyrell.nvg.ntnu.no QUIT :Quit: Good night < 1307680996 744761 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: I bet they understand < 1307681031 946349 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Never underestimate someone's stupidity. < 1307681090 136123 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: are you sure? one of the GitHub dmca notices specifies that they should use a /USENET cancellation notice/ to delete both github repositories and a file hosted on a generic file hosting service unrelated to github < 1307681147 878997 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :I think it's more likely they attempt to prey on the weak < 1307681179 86478 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Content owners know that lots of sites will listen to takedown notices for all sorts of things that aren't copyright-infringing < 1307681200 857590 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :they published a counternotice, which is cool: https://github.com/github/dmca/blob/master/2011-02-03-sony-counternotice.markdown < 1307681204 985653 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :or, more plainly, try harder than is necessary to cover their own assess < 1307681207 891768 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :*asses < 1307681213 987803 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://help.github.com/dmca-takedown/ here is github's actual policy < 1307681244 92774 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it's been more than ten days though < 1307681247 594210 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so I guess Sony replied < 1307681305 111253 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :indeed < 1307681339 885710 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it's plainly obvious that the repos don't actually violate Sony's copyright < 1307681356 852923 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :unfortunately, no company would set the policy "we'll honour dmca notices, unless we think they're wrong" :) < 1307681691 615003 :Kustas!~xix@gprs-inet-65-6.elisa.ee JOIN :#esoteric < 1307682386 919671 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :elliott: They'll follow the law < 1307682398 976106 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :there are plenty of companies that will say "you're misapplying the law" < 1307682423 182481 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :elliott: Also, bear in mind that it's not actual copyright her < 1307682424 634839 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :*here < 1307682428 178392 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :it's circumvention tools < 1307682431 634144 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :which are covered also < 1307682443 300729 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :I think Sony is actually in the right, from a legal perspective < 1307682456 676259 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :unfortunately < 1307682467 982934 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :indeedy < 1307682473 831239 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :*Legally*, they can actually request a DMCA takedown and have it complied with in this case, yeah. < 1307682481 484976 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :elliott: have you read the paper about optimal copyright term, by chance? < 1307682483 369448 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :They just overstepped on it. < 1307682491 434127 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :coppro: How many months is it? < 1307682496 53815 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: no, but i don't feel like doing so < 1307682507 619805 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: He gives a set of variables that it would depend on < 1307682509 160002 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :discussions about copyright just make me slit my throat and drain all my blood out < 1307682518 791339 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i don't even have an inkling of care left < 1307682528 223020 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :elliott: How very cynical of you. < 1307682535 785398 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :elliott: You should do that to lawyers. < 1307682544 388311 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :or i might just be tired < 1307682550 842010 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :WE'LL FIND OUT TOMORROW!!!!!!! < 1307682572 624718 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: he sets generous ranges of values; within those ranges, the median is 15ish years < 1307682628 677875 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :coppro: So, what you mean is that we had it right in the year 1800? < 1307682629 76782 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :looks like a gamma distribution < 1307682644 93096 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: Possibly not; the societal variables can change over time < 1307682649 984322 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :but possibly yes < 1307682671 796284 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :http://rufuspollock.org/economics/papers/optimal_copyright_term.pdf < 1307682672 517369 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :It was, uh, 17 years, I think, then. < 1307682687 865986 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :thx jerk i just clicked that now < 1307682692 644852 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :iff it snot set in latex ill close i- fuck < 1307682695 160176 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :fuuuck you < 1307682701 789657 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh the linespacing is way too high < 1307682702 398936 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :closed < 1307682862 765135 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Yeah, jeeze, was it written for some moron convinced that 1 inch margins, double spaced is how you do papers? < 1307682867 763632 :Kustas!~xix@gprs-inet-65-6.elisa.ee PART :#esoteric < 1307682881 459391 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :whine whine whine whine (im allowed im tired) < 1307682887 838799 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :wow tcl is probably the worst language I've ever seen. < 1307682896 988284 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :like, the worst one. < 1307682897 456834 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: that's because you don't understand it < 1307682906 820292 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no I understand it just fine. < 1307682909 320322 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it's not something i'd want to use, but it occupies a corner. < 1307682911 744370 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :no, you don't. < 1307682921 125051 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :You almost certainly don't. < 1307682927 603287 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: you should _really_ read http://antirez.com/articoli/tclmisunderstood.html < 1307682937 422806 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you don't have to like tcl, but it's something to respect < 1307682970 999904 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(and http://antirez.com/page/picol.html is an interesting followup (only a followup, don't read it before) in that it shows that tcl is as minimal as Lisp) < 1307682999 614514 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Interesting. Its summation of concepts is a longer version of the dodecalogue. < 1307683047 287808 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :AKA "the semantics of Tcl, in a short man page". < 1307683047 603455 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: basically: lisp : lists :: tcl : strings, except that tcl actually builds data structures out of strings (a list is just a certain type of string; tcl code is a list (therefore a string), {} is just an uninterpolated string literal) < 1307683051 228870 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: but really: read http://antirez.com/articoli/tclmisunderstood.html. < 1307683147 814739 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I shall note here that PEBBLE is Tcl with a different command set. < 1307683157 882616 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: yeah, so I read that, and I'm pretty sure tcl is still a bad language. < 1307683169 4711 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: whoops: look at that, you didn't read it, you at most skimmed it. < 1307683180 173670 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I did skip the things I already knew < 1307683184 383792 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :which is, most of the first half. < 1307683184 546694 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i know this because i have read it multiple times and you did it about ten times as fast as anyone can humanly read that and actually understand it. < 1307683187 316977 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: hahahahaha < 1307683193 17311 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: yes, obviously it is merely a collection of facts < 1307683205 219763 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :obviously you can go ahead and ignore the bits you already "know" because it is not trying to make any sort of point < 1307683226 848679 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh, whatever, you're an idiot, i'm grumpy, and i should go to bed. no wait i'll turn over to the plof tab and mock Gregor for being the worst gc coder evarrr < 1307683275 49932 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I don't need someone to make points for me. I skipped most of the section explaining the language itself because I already knew how the language worked, and can derive my own opinions on that. < 1307683282 514001 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I doubt you do. < 1307683291 931753 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: ok, so < 1307683294 217083 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :The language itself is much more subtle than you think. < 1307683294 408762 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I HATE PERL < 1307683296 208837 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : hey < 1307683301 979047 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : this language goes through perl's features in a different way to normal < 1307683304 961862 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : and i think makes the case for perl < 1307683310 443168 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I SKIPPED ALL THAT I KNOW HOW LISTS WORK LOL < 1307683311 730301 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :PERL STILL SUCKS < 1307683319 698852 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : um if you read it properly you might think differently < 1307683327 355132 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I didn't mention Perl at all. < 1307683327 517313 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I DONT NEED U IM PUNK I CAN THINK FORE MYSELF < 1307683339 158703 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it's an example of a language i know you like < 1307683351 224762 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :right, which doesn't suck. There's the key difference. < 1307683356 612953 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :but, you have clearly made the foregone conclusion that tcl sucks < 1307683361 916169 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and nothing that can be presented will change your mind < 1307683364 721497 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :CakeProphet: Okay, if you know how Tcl actually works, then tell me: what are the core bits of Tcl? < 1307683367 794022 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :because you will view it as a collection of facts < 1307683373 412540 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and ignore them and "derive your opinions from them" < 1307683383 465833 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so basically this is just an excuse to tell us that you hate tcl and hope we agree < 1307683384 557610 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :which < 1307683389 924753 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :is stupid from a perspective of actually wanting to learn anything < 1307683391 569187 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :or having an open mind < 1307683392 710150 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :whatever < 1307683396 523537 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :im switching the tab back again < 1307683397 418656 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :pikhq: the core bits? you mean how it works internally? I have no idea. How it works: lists and commands? I don't know what you're asking. < 1307683397 720236 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I'll give you a hint: the entirety of Tcl is described in like 2 pages. < 1307683397 969087 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :god i need sleep < 1307683410 668876 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :no wait no im not < 1307683419 739791 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :CakeProphet: What's the core bits of its semantics. < 1307683422 390470 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: you can only understand lisp by knowing how you implement it. you can only understand forth by knowing how you implement. < 1307683431 319265 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :fill in the blanks. wait i just showed that this was completely pointless why am i talking < 1307683559 185070 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :pikhq: Well tcl uses strings for about everything. But for structure it uses lists and commands (which can roughly be the same thing). Probably not what you were looking for, I don't care. < 1307683578 548965 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :My main complaint is the syntax. < 1307683588 849938 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :im changing the topic to the homestuck update now < 1307683591 226905 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hahaha hussie really went there < 1307683593 23173 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ok go back to arguing < 1307683598 682592 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: what syntax < 1307683603 989827 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :tcl's syntax.... < 1307683607 253694 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its just a list of "command arg ...", that's even simpler than Haskell < 1307683616 154859 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :[x] runs x, then interpolates the result in; that's a feature of strings < 1307683617 441451 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I did say "the syntax is not simple" < 1307683619 519512 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I said I don't like it. < 1307683624 940615 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"x" and {x} are the same < 1307683625 689683 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :*didn't < 1307683629 981226 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :just the latter doesn't interpolate < 1307683633 75527 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: but there /is/ no syntax < 1307683645 710398 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :It's at least as syntaxless as Lisp. < 1307683648 100823 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :there is. You just described it. < 1307683656 847955 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yeah, but its practically nonexistent < 1307683658 123284 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :lets put it this way < 1307683663 209823 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Tcl has less syntax than /Perl string literals/ < 1307683668 843386 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and, since Tcl is basically one big string literal < 1307683669 380983 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :....okay? < 1307683672 111167 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that's actually meaningful < 1307683703 748891 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :elliott: I think he might be *objecting* to simple syntax. < 1307683704 202143 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :this has nothing to do with the fact that I still don't like tcl's syntax. You are wasting your time by trying to demonstrate how simple or nonexistent it is. < 1307683714 858229 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :CakeProphet: What don't you like about it? < 1307683739 20854 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :can i just sit here and quietly lol at someone who likes perl complaining about superficial syntax details < 1307683739 772985 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :The lack of it, yes. < 1307683741 200829 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :tee hee hee hee < 1307683745 50634 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hee hee hee < 1307683746 320126 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :tee hee hee < 1307683748 387377 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hee hee hee hee < 1307683751 714977 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hee hee hee < 1307683753 530799 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hee < 1307683757 110641 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Wait, you like Perl? < 1307683760 353119 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yes. < 1307683771 371591 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :and a number of other languages. < 1307683786 801307 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :elliott, is Hussie working on EOA5? < 1307683792 536050 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :The least aesthetic language? < 1307683792 743297 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :I should be asleep right now < 1307683801 379478 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Sgeo: i dont know let me get out my psychic goggles < 1307683805 582830 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Haskell, bash, Python is kind of okay but I'm starting to like it less. C is fine but slightly fucked up. < 1307683806 93355 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Sgeo: have you seen the update anyway < 1307683811 976016 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :No, just noticed it now < 1307683814 145320 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Reading now < 1307683815 496124 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"Haskell, bash" worst way to start a list < 1307683819 147220 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :*pfft* < 1307683822 201195 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :You *like* shell. < 1307683822 901902 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :unless its like < 1307683828 167144 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :an alternating list of good things and bad things < 1307683832 183199 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :..no. < 1307683855 181038 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I can see why you dislike Tcl, at least. < 1307683860 129744 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :You have no taste. < 1307683878 293656 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :taste is subjective. So, sure. < 1307683902 513875 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ATTN EVERY DINOSAUR COMIC FANS < 1307683903 615590 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://local-static4.forum-files.fobby.net/forum_attachments/0027/5004/DinosaurComicsTheme.mp3 < 1307683908 344765 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: Gregor: all good people: < 1307683916 729117 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :About the best that can be said for Perl and bash is that you can get shit done with them. < 1307683929 302541 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Which, incidentally, is the only reason they survive. < 1307683950 6646 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :pikhq: yes that is what I like about them. < 1307683963 364312 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :You like the ugly hackishness? < 1307683971 764493 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :..yes, it's convenient. < 1307683979 838124 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: you are doing something that isn't listening to the dinosaur comics theme < 1307683981 135934 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :and actually Perl isn't that ugly. < 1307683981 299321 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :cease < 1307683989 884753 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :people can make it ugly, sure. < 1307684004 507467 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Sigels are inherently ugly. < 1307684011 354984 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :cease < 1307684011 917493 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :sigils? < 1307684013 536500 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :honestly I don't see "oh no there's symbols everywhere" as ugly. < 1307684015 533198 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Sigils, rather. < 1307684037 255231 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :tcl in my opinion is ugly. < 1307684075 327463 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :You are everything that is wrong with computers. We're done. < 1307684091 109525 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: listen to the fucking dinosaur comics theme or die a horrible death < 1307684102 438361 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: on tesla coil < 1307684103 888417 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I like two different qualities in languages. a) it is useful and easy to get shit done with b) it's pure or elegant. tcl is neither of those. < 1307684115 197744 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :What's not pure or elegant about Tcl? < 1307684117 39750 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :tcl is b < 1307684119 877532 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :elliott: I don't like to stop albums halfway through. < 1307684130 185179 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: dude this is the DINOSAUR COMICS THEME. < 1307684134 886805 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it has RYAN NORTH'S APPROVAL HIMSELF. < 1307684135 775725 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :elliott: It's queued. < 1307684141 959164 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :this would be worth stopping CHILDBIRTH for, pikhq. < 1307684155 263527 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i would abandon my currently-being-born baby to listen to this. < 1307684226 41147 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :pikhq: I find it amazing that you can say that I'm "everything that is wrong with computers" from such a minor difference in opinion about programming languages. < 1307684255 947897 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hash esoteric always one hundred percent and literal about every statement < 1307684303 776007 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Yup. We are never over the top or exaggerated. Only perfectly literal about every statement. < 1307684330 34412 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its funny because if i said youre all stupid terrible idiots i would actually be being perfectly sincere :D < 1307684349 232880 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yes, more often than not things are taken literally in here. < 1307684353 50392 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :not always. < 1307684354 859523 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :BTW, picol is pretty neat. < 1307684369 66560 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i wonder what you could actually remove from tcl, as far as minimalism goes < 1307684376 309250 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :dollar sign is obviously a relatively minor convenience < 1307684376 931271 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :expr. < 1307684382 320029 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i mean the core pikhq < 1307684390 7597 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"" could go, you can just use {} and manual splicing < 1307684391 931916 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Oh. Dodecalogue. < 1307684399 239387 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so basically < 1307684400 271145 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :You could remove {*}. < 1307684407 220491 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you have [] at top level and everything evaluated < 1307684409 33994 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and {} < 1307684410 775050 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Which itself was only added in 8.5. < 1307684418 438950 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :full list of things: words, [], {} < 1307684421 708447 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :whoops it is tiny... < 1307684424 831482 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh you can remove global variables too < 1307684427 562349 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :just pass everything around < 1307684445 385137 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :then change {} into () and you have weirdo lisp < 1307684452 96291 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :or maybe [] < 1307684656 289547 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :CakeProphet: http://antirez.com/picol/picol.c.txt What's not elegant about this? < 1307684689 401811 :mycroftiv!~ircguy@69.128.47.242 QUIT :Ping timeout: 260 seconds < 1307684750 967704 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :pikhq: that is not tcl code. That is an interpreter for tcl. < 1307684766 152668 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :And I'd consider that a pretty much full implementation, seeing as to get an interpreter of Tcl 8.4 out of that you'd only need to implement more commands. < 1307684766 690782 :mycroftiv!~ircguy@h69-128-47-242.mdsnwi.dedicated.static.tds.net JOIN :#esoteric < 1307684816 989955 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :cool, so it's easy to parse. < 1307684827 366776 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: everything you are saying is pointing towards tcl being something you respect or admire for its simplicity and elegance of implementation rather than actually use < 1307684842 589669 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :despite this you are only referring to these qualities in mocking terms which is just totally inconsistent if you like any other language like that < 1307684844 225752 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :which you said you did < 1307684906 334919 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Hmm. Actually, it's missing the semantics of unknown; you'd need a couple of lines in picolEval for that. < 1307684914 972698 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :uh, not really. But yes, I do respect that it's a simple language. But that's it. I still think it sucks to actually write tcl code. < 1307684917 732464 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and {star} < 1307684933 538221 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: "I like two different qualities in languages. a) it is useful and easy to get shit done with b) it's pure or elegant." < 1307684938 812036 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo < 1307684949 262269 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Yeah, {*} would need a little bit of work in the parser. < 1307684950 271166 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: but I never specfically mentioned tcl being pure or elegant. < 1307684954 500025 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :nobody's saying you should think tcl is nice to code in, just that if you really hate it on every possible level, you probably just don't understand it at all. < 1307684957 800769 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :nor do I think it's pure... or elegant. Just simple. < 1307684965 42687 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :What's not pure or elegant about it? < 1307684975 61712 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: no, but cool, so it's easy to parse. is dismissing something that is actually a - oh fuck this you're an idiot have i mentioned < 1307684979 646718 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :im going to go ask Gregor if his gc is still segfaulting < 1307684998 656106 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I also think it's occasionally nice to code in, but I admit, it has some rough spots. < 1307685001 742265 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :pikhq: that is a difficult question to answer. :P < 1307685072 222783 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :to me those words imply a kind of mathematical beauty. I think tcl lacks that. < 1307685094 219698 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :http://www.tcl.tk/man/tcl8.5/TclCmd/Tcl.htm That's the whole of Tcl. < 1307685144 334481 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :It's got a man page the size of cat's. < 1307685914 777516 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :at least when you guys bash Perl, I actually know you've used it to some extent. < 1307685920 234415 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I cannot say the same for others. < 1307685929 137511 :Lymia!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1307685978 253188 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Yes, I actually have personal experience to back my opinion of the language. < 1307685996 248970 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Which... Actually can't be said of most critics of most languages, really. < 1307686026 36607 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :here's an idea < 1307686029 851102 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :every time you want to complain about a language < 1307686032 974645 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :make a new esolang instead < 1307686069 830698 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :elliott: I'd probably have written the entire esolangs wiki by now. < 1307686105 489057 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :precisely < 1307686110 639855 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :pikhq: I admit Perl would be horrible if you were working with someone elses horribly designed code in some kind of decently large project. < 1307686132 998020 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but that never happens for me, so that's why I like using it. < 1307686162 608263 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :and the above statement is true of most languages. < 1307686168 166486 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://grasptheuniverse.com/random/free-fall-from-space/ < 1307686170 817620 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hacked by leet hackers < 1307686173 746173 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :$pecial Fuck 2 TuNiSian ministry of justice & defence & interior < 1307686194 646200 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :If you're working with other people's horribly designed code, all languages suck, and we should exterminate humanity. < 1307686370 279216 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net JOIN :#esoteric < 1307686388 420112 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: where did you put the earlier raws < 1307686389 497921 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :rays < 1307686580 20303 :Gregor!Gregor@codu.org PRIVMSG #esoteric :So lesse, on my laptop, which is two-core so essentially Java can't do parallel GCs, my GC is consistently faster now. < 1307686583 835394 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Even in the default branch. < 1307686591 466551 :Gregor!Gregor@codu.org PRIVMSG #esoteric :On my home computer (4-core) it's a tossup. < 1307686596 343023 :Gregor!Gregor@codu.org PRIVMSG #esoteric :And on my work machine, it wins. < 1307686600 178717 :Gregor!Gregor@codu.org PRIVMSG #esoteric :(8-core there) < 1307686604 722077 :Gregor!Gregor@codu.org PRIVMSG #esoteric :So ... yeah, parallel collection :P < 1307686665 356632 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Gregor: Faster... than... Java? < 1307686674 829110 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :BRB xorg < 1307686679 196833 :elliott!~elliott@unaffiliated/elliott QUIT :Remote host closed the connection < 1307686680 572685 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Space Gregor is a programmer from SPACE < 1307686682 695976 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :I don't know. I've been pirating everything off the internet < 1307686691 696142 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :FEels good to not pay a dime for anything! < 1307686714 671437 :elliott!~elliott@unaffiliated/elliott JOIN :#esoteric < 1307686723 121002 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: are you trying to pirate things here < 1307686736 341968 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :I'm trying to pirate everything that I think is good < 1307686770 713382 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :do you know what this channel is about < 1307686776 598838 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :Yeah < 1307686782 247169 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :Pirate esoteric < 1307686789 128116 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :what is pirate esoteric < 1307686790 455819 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i mean < 1307686791 519429 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :in yoru view < 1307686794 11121 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :what is pirate esoteric < 1307686802 912456 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :hehe < 1307686809 631885 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :this is an important question to ask ray24 < 1307686817 958400 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :You should think about it < 1307686823 975887 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i already know < 1307686827 72382 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i am asking you < 1307686829 380440 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it is something we do < 1307686835 475912 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :what if I don't know the answer < 1307686839 522785 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :guess < 1307686847 10605 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :what if I can't guess < 1307686852 912019 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :then you must leave < 1307686868 195816 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :what if I can't leave < 1307686885 525190 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :this channel is about programming btw < 1307686893 559847 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :Yeah what do you program < 1307686900 240657 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :esoteric programming languages, see http://esolangs.org/wiki/Main_Page < 1307686904 10541 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :sorry you got too boring to mislead :( < 1307686919 939519 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :how come a programming channel have less than 50 people < 1307686930 529914 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :because it's esoteric. < 1307686953 960660 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :we're also really rude and horrible to newbies. well ok i am < 1307686964 51174 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :we're the cool internet cabal that everyone talks about. < 1307686968 247612 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :You've been pretty nice and generous in your response < 1307686989 71455 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yeah i dunno what is up with me < 1307686990 549487 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i need sleep :( < 1307687002 845212 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :Maybe you're programming in the wrong language, iono < 1307687022 979408 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :who says i'm only programming in one < 1307687043 326681 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :Me < 1307687054 405362 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ur a liar bad pirate < 1307687061 465400 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :^_^ < 1307687072 591485 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :Anyways, I got to loot more stuff < 1307687074 35806 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so hey how did you find this place anyway < 1307687077 557716 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :Um < 1307687078 349140 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i simply don't believe anyone actually looks at /list < 1307687091 719044 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :I just randomly load the channel list and clicked < 1307687101 627720 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wow < 1307687103 804828 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :people actually do that < 1307687104 301302 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ok < 1307687109 129892 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric ::D < 1307687116 508949 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :have fun with your copyright infringement :P < 1307687120 347043 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric ::D thanks man < 1307687227 400046 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :ray24: where are you from? < 1307687242 275071 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :> cross = liftM2 (,) in cross [1..10] [1..10] < 1307687243 87374 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : : parse error on input `=' < 1307687248 826347 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :> let cross = liftM2 (,) in cross [1..10] [1..10] < 1307687249 565916 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :southpark < 1307687249 728637 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : [(1,1),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(1,10),(2,1),(2,2),(... < 1307687252 965804 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :I'm from southpar < 1307687254 543070 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: are you asking like physical location < 1307687269 331830 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :elliott: no I wanted to know if he's from DARPANET < 1307687278 236346 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :lmao < 1307687287 637672 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: total child porn pirate warez channel this < 1307687290 455076 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :let me show you the dccs < 1307687300 166238 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: * [ray24] (~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net): ray24 < 1307687303 646825 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :say whAt < 1307687304 338806 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :INCONTROVERTIBLE PROOF, we're safe < 1307687317 673269 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :elliott: I can't read hostnames and am lazy < 1307687327 299512 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :so why do you look up people's IP < 1307687333 437103 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :~ray24@spying.on.you.darpa.gov < 1307687336 197601 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: its hardly looking up < 1307687337 364267 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :/whois foo < 1307687346 810495 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :gives you foo's realname field, username field, hostname < 1307687346 973157 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :what is there to gain for you? < 1307687353 169043 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :lol its a feature of irc dude < 1307687354 691767 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :ray24: I want to know where you are :D < 1307687358 354193 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it shows channels you have in common < 1307687360 967269 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :Why do you want to know where I am < 1307687362 364474 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :what their realname is filled out to be < 1307687363 949019 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :because you're hot and I want to stalk you < 1307687372 15646 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :often i can remember someone from the wiki if i see their realname < 1307687375 2356 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: paranoid much?... < 1307687377 933492 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :your ip is public when you join irc < 1307687378 408599 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :look < 1307687383 88143 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* ray24 (~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net) has joined #esoteric < 1307687383 576132 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :well, no < 1307687387 841999 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i saw it as soon as you entered the channel, everyone did < 1307687405 158058 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: no one else cares though. < 1307687414 20460 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: ray24 evidently does :D < 1307687433 903929 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: hey, how's life in san francisco? < 1307687434 795588 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :stop e-raping me < 1307687440 40712 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: behind you ;) < 1307687443 121905 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :yeah well.. I'm not in SF < 1307687445 713805 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :fuck < 1307687450 711825 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :well your ip thinks you are. < 1307687456 727064 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :so what step did you take to arrive at that answer? < 1307687459 616559 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you're in california anyway < 1307687466 538122 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :elliott: damn, beat me to it < 1307687468 537315 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: google "geo ip" -> click first result -> paste in -> hit enter < 1307687477 716411 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :lol < 1307687477 879126 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :took like three seconds and you were freaking out so i figured it might provide some amusement < 1307687515 266007 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Often times you don't even really need to bother, though. < 1307687528 331194 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :It's pretty inaccurate < 1307687533 421283 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :I'm not even close to SF < 1307687539 94459 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :your isp is < 1307687539 772488 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :are you in california? < 1307687544 715221 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :maybe < 1307687545 388898 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric ::P < 1307687550 87944 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :close enough :P < 1307687556 621140 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :You'll never find me < 1307687557 442351 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric ::D < 1307687586 308834 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: oh, you've fallen right into our trap. < 1307687589 344344 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :admitting your rampant piracy like that. < 1307687593 582665 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :we are coming to cease your possessions. < 1307687597 893725 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: initiate operation 9terra < 1307687605 964971 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :ACTION hits the google < 1307687614 131048 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!show rot47 < 1307687614 644365 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​perl $_=<>;tr/!-~/P-~!-O/;print < 1307687616 278704 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :^_^ I keep all my pirated stuff on an external drive < 1307687617 547878 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: We will be with you within the hour. < 1307687617 711722 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :activated. < 1307687618 461711 :elliott!~elliott@unaffiliated/elliott PART #esoteric :"xp0.FOUR/xy;initiate;procedure" < 1307687646 562155 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :http://thetegu.com/member.php?1688-Ray24 Any relation? < 1307687655 725923 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :no lol wtf < 1307687664 992187 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :dude you guys are weird < 1307687668 118149 :elliott!~elliott@unaffiliated/elliott JOIN :#esoteric < 1307687668 774454 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :freaks < 1307687674 530208 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :God damned generic nicks. < 1307687680 434807 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: you'd better evacuate your wife and kids. < 1307687682 365250 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: ow < 1307687685 933948 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :your house is about to disappear. < 1307687691 564205 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Why can't people be easy to Google? < 1307687702 715672 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :coppro: Yours is easy to Google. < 1307687704 392453 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it is very easy to trace my online identity since no one else uses this screen name. < 1307687710 440572 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :maybe hes twenty four years old < 1307687713 480820 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: no, I mean you hit Google. That hurts. < 1307687717 684391 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :coppro: Hah. < 1307687721 419051 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :;) < 1307687735 599451 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: http://ray24.livejournal.com/profile < 1307687738 217069 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ray24: you totally are in sanfran. < 1307687745 452541 :coppro!~scshunt@denardo.csclub.uwaterloo.ca NOTICE #esoteric :operation 9terra phase 2 initiate < 1307687755 389504 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :But we already knew this. < 1307687756 428388 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :lol... that's not me < 1307687757 625837 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PART :#esoteric < 1307687763 500903 :elliott!~elliott@unaffiliated/elliott NOTICE #esoteric :Enjoying Taekwondo, deadman? < 1307687767 169236 :elliott!~elliott@unaffiliated/elliott PART #esoteric :"Leaving" < 1307687796 286962 :scshunt!~scshunt@denardo.csclub.uwaterloo.ca JOIN :#esoteric < 1307687796 584513 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!rot47 computer: initiate tracking programs. find target 542049. confiscate kids and hold them for ransom. < 1307687797 560860 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​4@>AFE6Ci :?:E:2E6 EC24<:?8 AC@8C2>D] 7:?5 E2C86E dca_ch] 4@?7:D42E6 <:5D 2?5 9@=5 E96> 7@C C2?D@>] < 1307687804 181194 :scshunt!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :EXTERMINATE! < 1307687804 627025 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PRIVMSG #esoteric :PEACE < 1307687807 997065 :ray24!~ray24@adsl-70-231-243-95.dsl.snfc21.sbcglobal.net PART #esoteric :"Leaving" < 1307687822 95582 :coppro!~scshunt@denardo.csclub.uwaterloo.ca JOIN :#esoteric < 1307687828 585070 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :operation 9terra: successful < 1307687833 739076 :elliott!~elliott@unaffiliated/elliott JOIN :#esoteric < 1307687838 776386 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Well, that was nicely done. < 1307687839 112714 :scshunt!~scshunt@denardo.csclub.uwaterloo.ca PART :#esoteric < 1307687851 787427 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :And now he's probably freaked out by the power of Google. < 1307687882 955951 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i've moved to /msg < 1307687883 743029 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :poor guy < 1307687887 230945 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :reading the logs, I have no fucking clue what just happened < 1307687887 558229 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: except we found nothing :F < 1307687889 917823 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :[asterisk]:D < 1307687893 706567 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: seems to not include notices < 1307687902 491600 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :hmm indeed < 1307687903 96194 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: I figured a lot of scary symbols would scare him. < 1307687917 379763 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://tunes.org/~nef/logs/esoteric/11.06.09 this does < 1307687925 5860 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :BTW, coppro, dang you have a large Internet presence. < 1307687941 306921 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :least creepy thing to say ever < 1307687952 787966 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Yup! < 1307687965 668305 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Gregor has a pretty odd one, though. < 1307687970 204293 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: it's like a chronicle of my life, the various fora I've been to and stuff < 1307687970 503918 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ok stop it < 1307687988 932709 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :https://encrypted.google.com/search?q=Gregor+Richards&hl=en&client=iceweasel-a&rls=org.mozilla:en-US:unofficial&prmd=ivns&tbm=isch&tbo=u&source=univ&sa=X&ei=CbzxTYGMG4uu0AHcl5XdCw&ved=0CFsQsAQ&biw=1440&bih=784 Check out a GIS. < 1307688012 138113 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :It's like a blend of 5 different people. < 1307688034 718204 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :elliott: Stop what, putting nicknames or real names into Google? < 1307688065 597478 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :both :D < 1307688087 304921 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I'll Google *you* next. :P < 1307688090 385647 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: searching my full name gives little though, except for the math society where the names are loaded from the university database and I haven't bothered asking them to take my middle names out < 1307688090 774283 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::( < 1307688094 897116 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :I should though < 1307688096 283895 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :"Surprisingly", not helpful. < 1307688134 507591 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :I do love how hard it is to find me on Google if you don't know either of my common nicknames though < 1307688158 592657 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hi christopher sherwood < 1307688162 389665 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that's a fake name btw < 1307688167 65439 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :which i made up as a demonstration for the log < 1307688169 759622 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :not anything real < 1307688177 557799 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :elliott: thanks < 1307688193 95792 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yeah i would never do something that stupid for a joke on irc < 1307688264 980370 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :My dick is like lightning. < 1307688270 485115 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yes. < 1307688271 723771 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :ACTION wonders how much stuff is actually tied to his real name... < 1307688278 991507 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: you should say your real name now so that google hears this. < 1307688284 971343 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Never. < 1307688317 50249 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I'm apparently still staff at Tufts. < 1307688321 975331 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :News to me! < 1307688330 607396 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :lol < 1307688333 513963 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :welcome to the internet < 1307688334 964016 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :it never dies < 1307688365 655677 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: was that when you were like three years old < 1307688388 123879 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :No, but it was over a year ago. < 1307688407 642105 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!delinterp rot47 < 1307688408 98769 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot47 deleted. < 1307688409 152714 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!addinterp rot47 perl print<>=~tr/!-~/P-~!-O/ < 1307688409 549901 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot47 installed. < 1307688416 462888 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!rot47 this is a test < 1307688417 55636 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Can't modify in transliteration (tr///) at /tmp/input.8441 line 1, at EOF < 1307688426 762384 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :... < 1307688429 292922 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ah, yes. < 1307688433 802784 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :of course. :P < 1307688460 434012 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!delinterp rot47 < 1307688460 864481 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot47 deleted. < 1307688465 583075 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!addinterp rot47 perl $_=<>;tr/!-~/P-~!-O/;print < 1307688466 13649 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot47 installed. < 1307688470 422962 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no golfing for me. < 1307688547 202469 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: so when you were two then < 1307688553 277940 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :-_-' < 1307688577 362034 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :sorry, one < 1307688634 987244 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :does tr have any uses besides rotn < 1307688640 100963 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!addinterp rot32 sh cat < 1307688640 590990 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot32 installed. < 1307688643 873574 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!addinterp rot32 cat < 1307688644 376463 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​There is already an interpreter for rot32! < 1307688646 244005 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!delinterp rot32 < 1307688646 753379 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot32 deleted. < 1307688649 897068 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!addinterp rot32 cat < 1307688650 357254 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter cat does not exist! < 1307688652 345018 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Lymia: ...whut. < 1307688654 171430 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: the unix command, yes. < 1307688659 208363 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!addinterp rot32 sh cat < 1307688659 627634 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot32 installed. < 1307688661 524611 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!rot32 test < 1307688662 16936 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​test < 1307688667 68423 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :double encrypt < 1307688683 296905 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Lymia: ...you have gotten rid of the original rot32. That will take years to recode. < 1307688697 423417 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :Rot32 is the application of rot16 twice. < 1307688700 721159 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :13* < 1307688706 462636 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :no shit < 1307688708 378977 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :No wait... < 1307688709 757831 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :Rot 32? < 1307688713 891805 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :Wrong joke! < 1307688720 307322 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!delinterp rot32 < 1307688720 677657 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot32 deleted. < 1307688727 508082 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!addinterp rot52 sh cat < 1307688727 952218 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot52 installed. < 1307688761 86781 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :... -_- < 1307688781 148970 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :quadruple encrypted... < 1307688788 945580 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!addinterp rot26 sh cat < 1307688789 455134 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot26 installed. < 1307688809 331744 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :!rot13 test < 1307688810 34415 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​grfg < 1307688813 994494 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :delinterp Lymia < 1307688815 620634 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!rot13 .,23.,24998!@#*!@#$*!@#% < 1307688816 204455 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​.,23.,24998!@#*!@#$*!@#% < 1307688833 229536 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :okay, so it leaves those characters alone. < 1307688894 140677 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!rot47 !@#)*#*)!@#*!@)#*!)@@$*!)@#*)!@#*!)@$&!@)#$&!@%)!@# < 1307688894 956025 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​PoRXYRYXPoRYPoXRYPXooSYPXoRYXPoRYPXoSUPoXRSUPoTXPoR < 1307688950 231253 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I think from Google results, I can conclude that I am a time traveller. < 1307689024 443453 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: excellent < 1307689054 343800 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :please go back in time three days and tell George Histenton not to do it < 1307689084 357731 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :what did he do < 1307689098 568617 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :im hoping something horrible that will make this entire thread of conversation really awkawrd < 1307689128 573329 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :how the fuck should I know? < 1307689136 473704 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :note < 1307689139 501099 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i dont actually know who George Histenton is < 1307689144 944019 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :me neither < 1307689167 609205 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :coppro: I'm afraid I have yet to obtain my time machine. < 1307689168 647265 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :lets just say he did a huge school shooting then jumped off a building near where you are, that should be enough to make this very awkward < 1307689194 907750 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Though I could hit up Cambridge and see my grave. < 1307689196 953072 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: the logs will be available then < 1307689205 676679 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Quite true. < 1307689214 866468 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: What if you're a time lord? < 1307689223 874553 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pime tord < 1307689272 889590 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Then that would explain the name change I saw. < 1307689312 421783 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Actually, no, no it wouldn't. < 1307689343 764140 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :eight am, i should sleep, i should sleep, i sh < 1307689348 328618 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ould sleep, i < 1307689574 757301 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://jon.io/ this is the worst fucking webpage to ever exist augh < 1307689619 172264 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :augh < 1307689656 910392 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :ACTION should sleep. < 1307689670 869834 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ditto < 1307689674 318941 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :what time is it there < 1307689680 894277 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :T01:07 < 1307689681 759667 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :monqy: do you feel the un-zepto terribleness of it < 1307689690 84845 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its the least zepto webp- < 1307689690 986856 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"Built using Clojure and MailChimp." < 1307689692 998270 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :two times least zepto webpage < 1307689701 887442 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :WHY ARE THE FUCKING LOGOS FLOATING < 1307689704 206702 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :IT MAKES NO FUCKING SENSE < 1307689705 123743 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :DOSIJFOSFOFDF < 1307689711 435049 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Seems to fail with noscript. < 1307689712 642103 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :I actually forgot about zepto < 1307689714 982323 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :oops < 1307689729 768505 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :monqy: its the best adjective and vapourware < 1307689731 260449 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :why are there logos at all anyhow < 1307689731 551697 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :OH GOD THE UNZEPTO < 1307689742 261632 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :monqy: theyre in a cloud < 1307689743 99405 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh my god < 1307689743 848353 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wait < 1307689746 412794 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :is that an actual metaphor for like < 1307689747 615632 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :the cloud < 1307689748 517901 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :please say no < 1307689750 825209 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it fucking is isnt it < 1307689752 836949 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :im going to cry < 1307689754 563733 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :I thought it was actually < 1307689757 840267 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :it probably is < 1307689769 813887 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i hate startsups i fucking hate startups everyone in a startup should die < 1307689770 665480 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :I thought that's why you aughed. it's why I aughed at least. < 1307689771 417451 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wow this webpage is < 1307689774 363935 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I hereby ban them from HTML. < 1307689776 715808 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :eating at my soul < 1307689778 382763 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :The unzepto! < 1307689778 944961 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: nothing describes the internet better than a cloud, obviously. < 1307689784 117999 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :eating at my fucking soul < 1307689786 398157 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :cloud cloud < 1307689790 383092 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ok thats been my two minutes hate i cant stand to have this page open any longer < 1307689794 476183 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :It's absolutely terrible without Javascript. < 1307689810 101065 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :dude < 1307689813 776772 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :cant possibly worse than it with javascript < 1307689814 113242 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :It's got the header, a few *pages* of whitespace, and then the content. < 1307689825 548478 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :better, the logos don't move < 1307689834 18378 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :The logos don't exist. < 1307689845 626345 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::))) < 1307689846 366005 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Though I think the code for them is the whitespace. < 1307689846 554787 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :happier life < 1307689856 746147 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :pikhq: I don't think you can comfortably browse most websites anymore without Javascript. < 1307689868 483251 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :>incoming nerdrage < 1307689888 698181 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :CakeProphet: I use Noscript extensively. < 1307689920 960720 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :It goes a long, long way to making random websites tolerable. < 1307690249 911739 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :WOW LOOK AT THIS IN MERE SECONDS I AM GOING TO SLEEP (LIES) < 1307690485 700389 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 JOIN :#esoteric < 1307690831 570058 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :What was the first language to pass arguments by key-value pairs? < 1307690904 979813 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://en.wikipedia.org/wiki/Named_parameter <-- your mom, apparently < 1307691339 400657 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :oh god it's only after midnight < 1307691656 935465 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I *could* sleep. < 1307691660 869297 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Or I could listen to Queen. < 1307691691 895964 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Only one of those two options is awesome in audible form. < 1307691776 801994 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Ahahah foolish Americans it is morning in the civilised world. < 1307691776 985035 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Phantom_Hoover: You have 4 new messages. '/msg lambdabot @messages' to read them. < 1307691822 260841 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Phantom_Hoover: elliott is also complaining about how he needs to sleep. < 1307691851 250218 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Admittedly, elliott defies your dormal norms. < 1307691977 475903 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Also, it is definitely "morning" here, for certain definitions of "morning". < 1307692008 192671 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :It's morning here as in I had breakfast an hour ago. < 1307692042 654014 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Yeaaah, that's a terrible definition of morning. < 1307692061 315125 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Seeing as my first meal of the day is generally lunch. < 1307692146 650825 :ais523!~ais523@unaffiliated/ais523 QUIT :Remote host closed the connection < 1307692175 143555 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :It's morning as in it's nearly 9 o'clock what more do you want from a morning. < 1307692194 552297 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :A TARDIS. < 1307692208 390097 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Also a pony. < 1307692326 143027 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Agreed < 1307692333 448286 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: Sleep is for the weak < 1307692340 751868 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :and those who don't need to be in a cab in 5 hours < 1307692378 792768 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Why a cab? < 1307692401 262636 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :so I can catch the airplane 2 hours 18 minutes later < 1307692413 41364 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :also 5 hours 7 minutes < 1307692440 4421 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Baaah, specific yet non-specific answers! < 1307692447 365187 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I have to be in a cab in half an hour. < 1307692480 992103 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I'm not sure it'd be possible for me to catch a cab. < 1307692489 655492 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: I was referring to me < 1307692499 389536 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :coppro: Yes, I know. < 1307692751 981126 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :a targis? what? huh < 1307692756 172148 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :tarddddis < 1307692760 999356 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :cause i cant toop < 1307692762 325206 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :augur: out < 1307692773 485265 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :coppro: in < 1307692790 718516 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: This could all be solved, however, by you getting a TARDIS at some point in your future, and taking me where I need to go < 1307692891 651802 :ralc!~ralc@79.142.230.243.static.knet.bolignet.dk JOIN :#esoteric < 1307692959 957197 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :coppro: Why yes, yes it would. How convenient that I will at some point have one. < 1307692982 327352 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :As we can conclude by my death being in the 1700s. < 1307693178 921961 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :I willen on-not having-been a good game of timey wimey ball in ages. < 1307693233 56554 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Sorry Doctor Who's time-travel system is not all that complex. < 1307693248 19062 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I'm fairly sure it can be modelled accurately simply by adding a second time dimension. < 1307693315 72394 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Phantom_Hoover: Doctor Who does not have a single time travel system. < 1307693329 476659 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :It has whatever time travel system is most convenient at the time to the writers, near as I can tell. < 1307693333 508793 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Hence the timey wimey ball. < 1307693427 22493 :myndzi!myndzi@c-98-247-234-176.hsd1.wa.comcast.net QUIT :Ping timeout: 252 seconds < 1307693439 145849 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :pikhq, doesn't it essentially come down to "you can change the past"? < 1307693444 551654 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :No < 1307693447 842242 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Except when you can't. < 1307693454 872981 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :And when other things happen < 1307693468 903069 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :It's never been an essential physical law that you can't, it's just been that Bad Things happen when you do. < 1307693495 442240 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :We're talking about a series where, at one point, the entire universe ceased to ever have existed, except Earth and an explosion. But Earth existed and was fully-formed and had a human civilization despite. < 1307693512 384290 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Still modellable. < 1307693520 58381 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :No, it really isn't < 1307693529 274592 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :And time demons destroy everything when you change the past wrong. < 1307693548 492216 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Also, the main character has never been born. < 1307693583 396632 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :And at various points, there are stable time loops. < 1307693596 966662 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Oh, yeah, and the canonical reason for him not preventing Hitler is that it's physically impossible, IIRC. < 1307693625 538570 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Remember, this is a series which has aired for decades. < 1307693633 489829 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :And has time travel as its basic premise. < 1307693639 170849 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: Actually, the next episode is entitled "Let's Kill Hitler" < 1307693648 49090 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :And has not always had the best writing. < 1307693657 789000 :elliott!~elliott@unaffiliated/elliott QUIT :Ping timeout: 240 seconds < 1307693672 913641 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Phantom_Hoover: I should add that "timey wimey" is canonical < 1307693712 432084 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Pretty much the only way to handle Doctor Who time travel is to shut up and enjoy the show. :P < 1307693717 57783 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :^ < 1307693729 579950 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net QUIT :Quit: hello < 1307693746 493528 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :also the part where nothing is every truly erased from history < 1307693762 926392 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :(why hasn't the doctor tried to use this to get gallifrey back?) < 1307693778 125111 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric : Pretty much the only way to handle Doctor Who time travel is to shut up and enjoy the show. :P < 1307693793 688331 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I gave up on enjoying it around the time River Song became a semi-regular character. < 1307693799 137880 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Incidentally, that's one of my favorite lines < 1307693816 530746 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric : Fear me, I have killed hundreds of Time Lords. < 1307693828 802071 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric : Fear me, I killed all of them. < 1307693836 806265 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Which house? < 1307693885 445298 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :coppro: Because the Doctor does not want Gallifrey back. Indeed, in The End of Time (recent-ish), he stopped the return of the Time Lords. < 1307693947 731438 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :(note: written by Russel T Davies, who is one corny writer) < 1307693961 868476 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Phantom_Hoover: character named House < 1307693985 695157 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: How much have you seen total of the series? < 1307693988 108570 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :pikhq, by 'corny' you mean 'terrible', of course. < 1307694020 582386 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :coppro: Random bits of the 4th, large chunk of 9th and 10th, few episodes of the 11th. < 1307694026 174235 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :ok < 1307694044 352228 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :Phantom_Hoover: I was being generous. < 1307694058 52086 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :pikhq, don't be. He doesn't deserve it. < 1307694072 507070 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :His only achievement was keeping Moffat decent. < 1307694124 956070 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :And reincarnating the series. < 1307694237 710523 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Phantom_Hoover: Here's another one < 1307694256 159126 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Phantom_Hoover: Doctor goes back in time and changes the past concurrently with the present, Back to the Future style < 1307694383 508565 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :pikhq, yes, but he then decided that he should be able to write for it. < 1307694406 266240 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net PRIVMSG #esoteric :I suppose it does even out. < 1307695725 552361 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Phantom_Hoover: River's development is pretty good in my opinion, but I haven't seen pre-11th < 1307696242 462069 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :pikhq: The 11th has shown quite a bit of remorse and jumped several times at the thought of another Time Lord.. perhaps it's due to the regeneration? < 1307696417 210035 :FireFly!~firefly@unaffiliated/firefly JOIN :#esoteric < 1307697949 526532 :pikhq_!~pikhq@174-22-187-134.clsp.qwest.net JOIN :#esoteric < 1307697961 818204 :pikhq!~pikhq@174-22-155-130.clsp.qwest.net QUIT :Ping timeout: 268 seconds < 1307699770 592746 :Patashu!~Patashu@c122-106-155-219.carlnfd1.nsw.optusnet.com.au JOIN :#esoteric < 1307700676 886111 :azaq23!~derivecto@unaffiliated/azaq23 JOIN :#esoteric < 1307701269 813563 :Vorpal!~AnMaster@unaffiliated/anmaster JOIN :#esoteric < 1307702341 54834 :myndzi!myndzi@c-98-247-234-176.hsd1.wa.comcast.net JOIN :#esoteric < 1307703270 955048 :MigoMipo!~John@84-217-4-1.tn.glocalnet.net JOIN :#esoteric < 1307704555 100432 :BeholdMyGlory!~behold@unaffiliated/beholdmyglory JOIN :#esoteric < 1307707006 398543 :pikhq!~pikhq@174-22-189-221.clsp.qwest.net JOIN :#esoteric < 1307707019 700420 :pikhq_!~pikhq@174-22-187-134.clsp.qwest.net QUIT :Ping timeout: 260 seconds < 1307708047 791955 :cheater1!~ubuntu@ip-80-226-45-109.vodafone-net.de JOIN :#esoteric < 1307709340 59797 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 QUIT :Ping timeout: 255 seconds < 1307709686 322801 :ralc!~ralc@79.142.230.243.static.knet.bolignet.dk QUIT :Read error: Connection reset by peer < 1307709686 845168 :cheater1!~ubuntu@ip-80-226-45-109.vodafone-net.de PRIVMSG #esoteric :< just found out about tput < 1307709703 340302 :ralc!~ralc@79.142.230.243.static.knet.bolignet.dk JOIN :#esoteric < 1307713819 132598 :copumpkin!~pumpkin@unaffiliated/pumpkingod JOIN :#esoteric < 1307714316 101619 :oerjan!oerjan@tyrell.nvg.ntnu.no JOIN :#esoteric < 1307716241 462978 :oerjan!oerjan@tyrell.nvg.ntnu.no QUIT :Quit: leaving < 1307716388 195318 :Vorpal!~AnMaster@unaffiliated/anmaster QUIT :Ping timeout: 268 seconds < 1307717519 569544 :Kustas!~xix@gprs-inet-65-41.elisa.ee JOIN :#esoteric < 1307718038 910345 :Patashu!~Patashu@c122-106-155-219.carlnfd1.nsw.optusnet.com.au QUIT :Quit: MSN: Patashu@hotmail.com , Gmail: Patashu0@gmail.com , AIM: Patashu0 , YIM: patashu2 . < 1307720441 237901 :wareya_!~wareya@cpe-74-70-142-220.nycap.res.rr.com JOIN :#esoteric < 1307720630 750642 :wareya!~wareya@cpe-74-70-142-220.nycap.res.rr.com QUIT :Ping timeout: 246 seconds < 1307721010 372647 :Kustas!~xix@gprs-inet-65-41.elisa.ee QUIT :Quit: gone < 1307721675 524485 :pikhq!~pikhq@174-22-189-221.clsp.qwest.net QUIT :Ping timeout: 252 seconds < 1307721677 717640 :pikhq_!~pikhq@174-22-188-217.clsp.qwest.net JOIN :#esoteric < 1307724343 296801 :Vorpal!~AnMaster@unaffiliated/anmaster JOIN :#esoteric < 1307724942 175532 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 JOIN :#esoteric < 1307725062 460842 :TOGoS!~Stevens@h69-128-42-2.mdsnwi.dedicated.static.tds.net JOIN :#esoteric < 1307725080 73314 :TOGoS!~Stevens@h69-128-42-2.mdsnwi.dedicated.static.tds.net PART :#esoteric < 1307725823 872334 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :http://www.wolframalpha.com/input/?i=volume+of+atlantic+ocean+*+butter+density < 1307725828 593816 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I like the units it picks. < 1307725848 585727 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Ounce cubic kilometres per cup. < 1307725959 717714 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :http://www.reddit.com/r/askscience/comments/hvugz/is_it_true_that_the_seconds_between_lightning/c1ywftn < 1307725971 779949 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Said like one who has never met augur on IRC. < 1307726136 472031 :zzo38!~zzo38@24.207.49.17 JOIN :#esoteric < 1307726171 525510 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :42 atlantic oceans of butter equal 1 pluto < 1307726185 50264 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :*approximately :) < 1307726196 239820 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Of extreme scientific importance, that is. < 1307726216 686952 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I started writing that sentence and then realised that I had no idea how to terminate it in a non-Yoda way. < 1307726345 936491 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :are all your arrow keys, backspace and home broken? does your IRC client not have some kind of line editor? < 1307726359 746814 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :It does, but I couldn't be bothered rewriting the sentence. < 1307726366 467602 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :So I Yoda'd it up. < 1307726371 932197 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :That is o < 1307726382 856705 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :. < 1307726422 804704 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :olsner I feel you are overthinking this. < 1307726451 954289 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :overthinking I am not, I feel < 1307726521 369973 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :.....use tape bound..... < 1307726816 993321 :azaq23!~derivecto@unaffiliated/azaq23 QUIT :Quit: Leaving. < 1307727811 778460 :Kustas!~xix@gprs-inet-65-7.elisa.ee JOIN :#esoteric < 1307728339 161598 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net JOIN :#esoteric < 1307729852 833361 :Kustas!~xix@gprs-inet-65-7.elisa.ee PART :#esoteric < 1307730692 321208 :ralc!~ralc@79.142.230.243.static.knet.bolignet.dk QUIT :Remote host closed the connection < 1307731096 574872 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :Do you like Charities for poor people and monsters with names starting with "A"? < 1307731337 174501 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :If you are making a program that, in UNIX, uses SIGUSR1 to interrupt some loops (by setting flags, etc), how can you do similar things in Windows? < 1307731361 940588 :pikhq_!~pikhq@174-22-188-217.clsp.qwest.net PRIVMSG #esoteric :Well, would you look at that. New version of the Haskell Platform in Debian this morning. < 1307731495 77501 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Which Debian? < 1307731630 464235 :pikhq_!~pikhq@174-22-188-217.clsp.qwest.net PRIVMSG #esoteric :Wheezy. < 1307731641 531407 :pikhq_!~pikhq@174-22-188-217.clsp.qwest.net PRIVMSG #esoteric :Been in Sid for a while. < 1307731840 460796 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :http://publications.csail.mit.edu/lcs/pubs/pdf/MIT-LCS-TR-615.pdf < 1307731846 63469 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :OK this paper is now my favourite. < 1307731922 817356 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :Phantom_Hoover: Text looks like badly on my computer < 1307732097 318815 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :Phantom_Hoover: :) < 1307732141 435691 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :check out my response to the comment :) < 1307732505 980458 :cheater1!~ubuntu@ip-80-226-45-109.vodafone-net.de QUIT :Ping timeout: 240 seconds < 1307732552 33469 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :augur, what's with the star things on /r/Anarchism. < 1307732561 868330 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :Phantom_Hoover: what do you mean < 1307732572 403953 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :The half black/half coloured ones. < 1307732602 382995 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :yes but whats the question < 1307732603 610616 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Someone mentioned Boltzmann brains in here/ < 1307732680 439098 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :The half black/color stars of anarchism are also mentioned on Wikipedia. < 1307732693 62268 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :The color half indicates different categories of anarchism. < 1307732703 970895 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :oh, the question is what do they mean? < 1307732704 808600 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :yes. < 1307732715 74949 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :augur, yes. < 1307732721 453587 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :sorry, i wasn't sure what you were asking < 1307732732 725165 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :i was half tempted to respond "whats up is we like them!" < 1307732739 164801 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :Red=communism Yellow=capitalism Green=naturalism White=pacifist < 1307732750 986948 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :@tell elliott BtW, that CA paper has a lot about conservative CAs. There are no new ideas under the sun. < 1307732751 193969 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Consider it noted. < 1307732751 897709 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :Black=anarchist < 1307732766 469389 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :@tell elliott Also we all suck. < 1307732766 674778 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Consider it noted. < 1307732774 481960 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :Phantom_Hoover: theres a link in the sidebar < 1307732780 299498 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :that explains the stars < 1307732782 300237 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Maybe I shouldn't bother to make my language statically typed. I mean, LSL is statically typed, but there's a glaring type hole < 1307732811 741521 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :Phantom_Hoover: http://www.reddit.com/help/faqs/Anarchism#WhatarethosefunkystariconsnexttosomenamesandhowcanIgetone < 1307732818 426087 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :"type hole". What a technical sounding term < 1307732877 425864 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :Sgeo: sounds like a hole/shed in a type < 1307732883 21486 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :as opposed to a lacuna < 1307732892 307456 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :What is "type hole"? < 1307732901 966717 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :ACTION wikis lacuna < 1307732920 316152 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :Sgeo: it means hole < 1307732921 47916 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :x3 < 1307732941 226058 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :but usually people use it to mean when something is missing < 1307732943 159891 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :zzo38, well, llList2String([5], 0) compiles < 1307732945 944457 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :like a gap < 1307732980 213033 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Lists are heterogeneous in a statically typed environment. < 1307732984 258822 :Gregor!Gregor@codu.org PRIVMSG #esoteric :void ***writing_garbage_collectors_is_fun < 1307733082 950878 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :Phantom_Hoover: s'at explain things for you? < 1307733093 925813 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :augur, so many varieties. < 1307733104 845079 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :Phantom_Hoover: those arent all there is too! < 1307733110 972821 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :ACTION wonders how the insufferability differs between groups. < 1307733111 920925 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :those are just some main tendencies < 1307733123 247152 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :Phantom_Hoover: everyone hates anarcho-capitalists < 1307733135 355412 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :and a bunch of people hate anarcho-primitivists < 1307733146 166162 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :augur, unsurprising; unsurprising. < 1307733152 509799 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :everyone hates Hakim Bey but thats a separate issue < 1307733160 5884 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :and other than that people generally get along < 1307733360 600698 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :I don't even know what llList2String([5], 0) is supposed to mean < 1307733426 384106 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :zzo38, 0th element from the list [5] assuming (wrongly) that it's a string < 1307733581 242249 :pikhq_!~pikhq@174-22-188-217.clsp.qwest.net PRIVMSG #esoteric :Gregor: I think soon you'll have more *s than Gs. < 1307733740 988127 :zzo38!~zzo38@24.207.49.17 PRIVMSG #esoteric :I have a book it describes a few things about garbage collection, including mark/sweep, and some others < 1307734064 352426 :zzo38!~zzo38@24.207.49.17 QUIT :Remote host closed the connection < 1307734807 647408 :oerjan!oerjan@tyrell.nvg.ntnu.no JOIN :#esoteric < 1307735494 462612 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net JOIN :#esoteric < 1307735520 204960 :pikhq_!~pikhq@174-22-188-217.clsp.qwest.net QUIT :Ping timeout: 260 seconds < 1307735746 208208 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net QUIT :Read error: Connection reset by peer < 1307735783 389853 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net JOIN :#esoteric < 1307735857 51862 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : Do you like Charities for poor people and monsters with names starting with "A"? < 1307735905 43539 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :hey vampires and zombies want charity too! preferably in the form of blood and brains < 1307736098 548432 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : Lists are heterogeneous in a statically typed environment. < 1307736108 571059 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well not in haskell... < 1307736124 745115 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :oerjan, I was referring specifically to the environment of LSL < 1307736149 125681 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ic. same as Java without generics, perhaps? < 1307736168 6099 :copumpkin!~pumpkin@unaffiliated/pumpkingod PRIVMSG #esoteric :oerjan: I was thinking, the knapsack problem might be better for our NP-complete syntax < 1307736190 814218 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :or in fact C < 1307736226 608347 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Hmm. I'm not familiar with how Java deals < 1307736259 719690 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Sgeo: basically before generics, your container types would just contain Objects, i think (which they still do _internally_) < 1307736274 200406 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :where Object is the superclass of every other class < 1307736283 719304 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Fun < 1307736299 992293 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :There is no universal superclass in LSL < 1307736305 939703 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :although _not_ of some primitive types such as int iirc < 1307736314 203425 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Sgeo: is there OO at all? < 1307736317 981765 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :No < 1307736343 440985 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :is there a way to check the type of a list element? < 1307736346 841408 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Yes < 1307736378 782847 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :i guess a single-element list could work as a sort of wrapper for anything < 1307736408 655102 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :does speed matter in second life < 1307736420 72730 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :execution speed that is < 1307736432 221062 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Sgeo: presumably it works sort of like [Dynamic] in haskell, then < 1307736443 300400 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :http://wiki.secondlife.com/wiki/LlGetListEntryType < 1307736469 172106 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :wow nice language < 1307736544 77663 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Sgeo: hm i note lists are not themselves among the types possible < 1307736554 911588 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Indeed < 1307736563 277635 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Can't put a list in a ist < 1307736564 882103 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :*list < 1307736566 894212 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1307736714 821077 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :http://wiki.secondlife.com/wiki/List < 1307736806 997372 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :gah, I'm getting a burst of Sgeoism from my parents, who have basically banned the family from eating vegetables because of the E. coli outbreak in Germany < 1307736853 192202 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :lsl looks so gross :( < 1307736872 16951 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :good luck sgeo with making something less gross < 1307736900 699812 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :I think I may lack a clear enough view of all of LSL's grossness < 1307737028 279291 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ais523: even british grown ones? < 1307737059 572136 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :Well, I'll be damned. < 1307737069 904797 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oerjan: my mother is convinced that any vegetable I eat will be a contaminated one bought up because it was cheap, and mislabeled to trick people into buying it < 1307737082 4558 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :The SCOTUS ruled yesterday that phone companies are required to unbundle their network. < 1307737100 508945 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ic. paranoid and prone to delusions. < 1307737115 918846 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :pikhq: wow < 1307737134 381295 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :they also ruled on i4i vs. Microsoft; now i4i have won and Microsoft is out of appeals < 1307737140 976492 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :Ah. As the FCC has been demanding. < 1307737151 966476 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :"Yes, AT&T, you *are* subject to FCC regulations" < 1307737156 218033 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :luckily, though, they did say that the law in question is stupid (or imply it as strongly as they could), but said that it was relatively clear < 1307737173 302834 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric : The SCOTUS ruled yesterday that phone companies are required to unbundle their network. < 1307737177 447936 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :also, the opinion looked to me like a deliberate attempt to point out a loophole in the law in question < 1307737180 191274 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Explain? < 1307737193 328422 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :that could be exploited by other people who thought it was stupid < 1307737199 495460 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :Phantom_Hoover: Y'know how you can have multiple DSL providers using the same last-mile wiring? < 1307737207 68874 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :pikhq, in theory, yes. < 1307737229 10464 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :That's because you have unbundling in your country. < 1307737234 411886 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Which law? < 1307737287 995192 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :22:42:53: which is pretty much the case with current version of Standard Model + General Relativity < 1307737289 394766 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Erm. < 1307737290 282262 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :No. < 1307737305 431040 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Standard Model doesn't predict neutrino flavour oscillation IIRC. < 1307737332 769788 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Phantom_Hoover: i thought they'd sort of upgraded it to include that already :P < 1307737339 730921 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :(thus "current version") < 1307737381 516510 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :but still no one has any idea how to combine SM and GR into something which can actually be tested for correctness in our lifetime < 1307737389 959109 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm, random fact I learned today: there is a division by zero in Pokémon's source code, but the division routine they use has x/0=x so they never noticed < 1307737421 436325 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I suppose x/0=x is probably the best default if you want your program to not crash on a division by zero, as it's likely to produce a result in the range it was looking for < 1307737482 133274 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :assuming you are dividing by integers, and not a floating point number which should actually be close to 0 < 1307737524 370332 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :oerjan, also, QM is not at all friendly towards actually modelling things./ < 1307737524 682737 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :floating point arithmetic's avoided like the plague in computer games, except in graphics routines, generally speaking < 1307737553 846694 :cheater8!~ubuntu@ip-80-226-212-217.vodafone-net.de JOIN :#esoteric < 1307737620 335518 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Phantom_Hoover: what do you mean by "modelling" here? < 1307737654 186868 :twice11!~twice11@lenny32.physik.fu-berlin.de JOIN :#esoteric < 1307737671 609343 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :oerjan, well, QCD for instance is impossible to calculate in all but the very simplest of cases. < 1307737678 535265 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :if you mean "calculating simulation results" there's a guy named John Sidles frequently commenting on the Godel's Lost Letter blog who would disagree with you < 1307737699 671703 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :at least for noisy systems < 1307737740 23774 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :oerjan, well, I know that there's no analytical proof of colour confinement, which is very nearly the simplest case you can actually have. < 1307737765 106056 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Phantom_Hoover: oh he is not talking about analytical proof, but about numerical calculation < 1307737779 545791 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :oerjan, well, I'm not sure about approximation. < 1307737794 220584 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :The eigenratio of reality has to be enormous, though. < 1307737812 6691 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :`addquote The eigenratio of reality has to be enormous, though. < 1307737815 299213 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​450) The eigenratio of reality has to be enormous, though. < 1307737876 525963 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :ais523: Floating point arithmetic is avoided like the plague, period. < 1307738007 956055 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :pikhq: most 3D graphics libraries work in single-precision floating point because rounding errors tend not to be visible, and pathological cases of floating-point arithmetic don't happen a lot in the sort of algorithms used < 1307738008 118579 :ais523!~ais523@unaffiliated/ais523 QUIT :Remote host closed the connection < 1307738017 494638 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1307738028 328821 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :[21:32] pikhq: most 3D graphics libraries work in single-precision floating point because rounding errors tend not to be visible, and pathological cases of floating-point arithmetic don't happen a lot in the sort of algorithms used < 1307738091 400559 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :Not to mention that single-precision is faster. < 1307738197 612063 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :Wow. Fedora 16 is going to have btrfs as its default filesystem. < 1307738213 260741 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :It doesn't have an fsck yet. < 1307738369 534754 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :wrsfs < 1307738397 670278 :twice11!~twice11@lenny32.physik.fu-berlin.de PRIVMSG #esoteric :mount -o wo,remount / < 1307738459 995150 :twice11!~twice11@lenny32.physik.fu-berlin.de PRIVMSG #esoteric :Use this as backing device: http://www.national.com/rap/Story/WOMorigin.html < 1307738695 621664 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Oh god "Garfield in " is even worse than "Garfield inus Garfield". < 1307738731 150035 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Phantom_Hoover: i have no idea what the first is referring to < 1307738748 877719 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh ... < 1307738752 441861 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ACTION remembers < 1307739083 738556 :Gregor!Gregor@codu.org PRIVMSG #esoteric :pikhq, not-present-elliott: OK, my threadsafe branch now substantially outperforms both Boehm and malloc/free, but it's still a non-marginal 27% slower than the non-threadsafe branch. < 1307739123 206338 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net PRIVMSG #esoteric :Hmm. < 1307739215 216545 :Gregor!Gregor@codu.org PRIVMSG #esoteric :I have some ideas for how to bring it down, in particular my per-thread pools wasn't stable enough to make it in yet. < 1307739217 399056 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :@hoogle forkIO < 1307739217 629421 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Control.Concurrent forkIO :: IO () -> IO ThreadId < 1307739229 680817 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!haskell import Control.Concurrent; main = forkIO (putStr "That is "); putStr "great!" < 1307739238 376622 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oops < 1307739244 254925 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!haskell import Control.Concurrent; main = do forkIO (putStr "That is "); putStr "great!" < 1307739248 128046 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​grTehaatt! is < 1307739314 330405 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Gregor: the first game me something looking like the result of ls / rather than a ghc error message < 1307739317 525429 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :*gave < 1307739347 551921 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!haskell import Control.Concurrent; main = forkIO (putStr "That is "); putStr "great!" < 1307739362 159397 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :that gave the expected error < 1307739372 232794 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!sh ls / < 1307739372 599672 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​bin < 1307739384 813475 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :wtf < 1307739392 96765 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Gregor: _that_ gave me < 1307739396 693409 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :22:56 =EgoBot> QUIT :This better not work < 1307739396 904848 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :22:56 =EgoBot> < 1307739424 969862 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :there's something really wrong about EgoBot's passing on of messages < 1307739458 850585 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!sh ls | fmt -w500 < 1307739459 212782 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​interps lib slox < 1307739465 779912 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh hm < 1307739478 310664 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :it was ls not ls / < 1307739484 4563 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!sh ls / | fmt -w500 < 1307739484 366738 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​bin dev etc home lib lib64 proc tmp usr < 1307739496 1084 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :and missing the interps < 1307739529 238410 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Gregor: it seems like i get messages that someone else _should_ have got in DCC long ago < 1307739546 493307 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :in fact i remember that QUIT :This better not work attempt from before < 1307739548 757231 :elliott!~elliott@unaffiliated/elliott JOIN :#esoteric < 1307739584 336421 :Gregor!Gregor@codu.org PRIVMSG #esoteric :oerjan: "Huh"? < 1307739609 526585 :Gregor!Gregor@codu.org PRIVMSG #esoteric :!haskell import Control.Concurrent; main = forkIO (putStr "That is "); putStr "great!" < 1307739643 878171 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Gregor: several of those commands gave me responses in DCC that were completely unrelated to the command i made, and which looked like what someone else would have gotten in response to a different command < 1307739662 155116 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :also, it is not repeatable in a deterministic way < 1307739672 874002 :Gregor!Gregor@codu.org PRIVMSG #esoteric :EgoBot is based on the principle of chaos computing. < 1307739715 250972 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :in fact my _second_ try of that erroneous haskell thing gave the expected ghc error message in DCC < 1307739773 873951 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :however i remember this happening for quite a while. that !sh ls / above is the first case i remember where it happened as response to a fast command, though < 1307739825 599246 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!sh ls / < 1307739825 775735 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​bin < 1307739843 360988 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :nothing strange this time < 1307739998 287310 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t fix forkIO < 1307739999 6456 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Not in scope: `forkIO' < 1307740005 951779 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t fix Control.Concurrent.forkIO < 1307740006 764250 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Couldn't match expected type `()' < 1307740006 951789 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : against inferred type `GHC.Conc.ThreadId' < 1307740007 114314 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Expected type: IO () < 1307740029 538089 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t Control.Concurrent.forkIO < 1307740030 271605 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :IO () -> IO GHC.Conc.ThreadId < 1307740081 647728 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t fix . forever . Control.Concurrent.forkIO < 1307740082 457227 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Couldn't match expected type `a -> a1' < 1307740082 619832 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : against inferred type `IO GHC.Conc.ThreadId' < 1307740082 782760 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Probable cause: `GHC.Conc.forkIO' is applied to too many arguments < 1307740098 5226 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t forever < 1307740098 752072 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :forall (m :: * -> *) a b. (Monad m) => m a -> m b < 1307740114 334681 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t fix $ forever . Control.Concurrent.forkIO < 1307740115 275289 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :IO () < 1307740383 904380 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t Control.Concurrent.forkIO < 1307740384 714763 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :IO () -> IO GHC.Conc.ThreadId < 1307740395 94637 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oh I see. < 1307740413 155779 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :wouldn't fix forkIO do the trick as well? < 1307740413 903821 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :for some reason it doesn't have IO a -> < 1307740424 550956 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :which is why you cannot fix it < 1307740434 825653 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I think there's a IO a -> IO () function < 1307740442 974117 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but at that point you might as well use forever. < 1307740465 563065 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t forever < 1307740466 556688 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :forall (m :: * -> *) a b. (Monad m) => m a -> m b < 1307740468 995181 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :right, besides fix forkIO doesn't actually do anything _after_ forking < 1307740478 509406 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t fix (>>) < 1307740479 272486 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Occurs check: cannot construct the infinite type: m = (->) (m b) < 1307740479 503920 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Probable cause: `>>' is applied to too few arguments < 1307740479 666903 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : In the first argument of `fix', namely `(>>)' < 1307740487 51760 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :urgh < 1307740492 386433 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t fix . (>>) < 1307740493 136982 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :forall (m :: * -> *) a b. (Monad m) => m a -> m b < 1307740498 773955 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :it's just this < 1307740517 942311 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ah < 1307740533 327199 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :@hoogle m a -> m () < 1307740533 653080 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Foreign.Marshal.Error void :: IO a -> IO () < 1307740533 823724 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Text.ParserCombinators.ReadP optional :: ReadP a -> ReadP () < 1307740533 986239 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Text.ParserCombinators.ReadP skipMany :: ReadP a -> ReadP () < 1307740553 852832 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :nothing direct it seems < 1307740555 992452 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :although... < 1307740557 891327 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :@hoogle Control.Monad m a -> m () < 1307740558 308802 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Parse error: < 1307740558 495552 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : --count=20 "Control.Monad m a -> m ()" < 1307740558 658103 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : ^ < 1307740562 278077 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ah < 1307740568 765568 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no there's a void function in Control.Monad. < 1307740570 842041 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t (() <$) < 1307740571 580242 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :forall (f :: * -> *) b. (Functor f) => f b -> f () < 1307740577 226434 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :that also works < 1307740581 887560 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t void < 1307740582 657045 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Not in scope: `void' < 1307740585 336299 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...or maybe not? < 1307740590 864459 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it was definitely in the docs. < 1307740598 424204 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :perhaps it's too new < 1307740610 450568 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::t ignore < 1307740611 205578 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Not in scope: `ignore' < 1307740616 119962 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yeah it is new < 1307740623 890206 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :iirc gwern petitioned for it < 1307740662 438120 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t gwern < 1307740663 187631 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Not in scope: `gwern' < 1307740695 248360 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t elliott < 1307740695 987005 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Not in scope: `elliott' < 1307740699 392021 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...what is this crap. < 1307740721 106668 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I can't think about typeless entities. < 1307740743 906013 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :you cannot expect lambdabot to import all of elliott < 1307740759 988185 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :it would ruin her self esteem < 1307740783 280107 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Perhaps Haskell needs a Please extension, like INTERCAL. < 1307740788 699736 :BeholdMyGlory!~behold@unaffiliated/beholdmyglory QUIT :Read error: Connection reset by peer < 1307740794 26645 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :@list please < 1307740794 252328 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :No module "please" loaded < 1307740804 187656 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :so we could modify elliott with enough pleases to satisfy the interpreter/compiler in question. < 1307740829 882179 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :PLEASE forever $ do ... < 1307740840 666593 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :but the pleases would annihilate against the elliott < 1307740866 241017 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :@hoogle void < 1307740866 472588 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Foreign.Marshal.Error void :: IO a -> IO () < 1307740871 717832 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ah yes, the natural law of anti-relationship of please and elliott. < 1307740876 449647 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :@hoogle ignore < 1307740876 779333 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Text.Regex.Posix.ByteString compIgnoreCase :: CompOption < 1307740876 942095 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Text.Regex.Posix.Sequence compIgnoreCase :: CompOption < 1307740876 942201 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Text.Regex.Posix.String compIgnoreCase :: CompOption < 1307740877 301815 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ACTION scribbles on some paper furiously. < 1307740885 393208 :pikhq!~pikhq@174-22-153-119.clsp.qwest.net QUIT :Ping timeout: 240 seconds < 1307740891 540463 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net JOIN :#esoteric < 1307740893 12041 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i hate sweating < 1307740906 891089 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oklopol: I have actually come to train my brain to not mind it at all. < 1307740925 943633 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it's motherfuckin' built-in temperature control. < 1307741068 346814 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :CakeProphet, ah, but oklopol is Finnish. < 1307741083 668767 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Wait don't they have really hot summers in Finland. < 1307741093 623304 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Like, hot by Edinburgh standards. < 1307741204 891574 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :well i only mind it when i'm sitting or lying down, i don't enjoy marinating my back against a sweaty cloth, since i have acne in my back which i'd like to get rid of - although i don't actually know whether marinating it in sweat is bad for the acne. < 1307741250 578645 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Possibly you could sit in a bath of Coke all day. < 1307741261 148131 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Assuming you are still a bachelor. < 1307741261 627141 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: finnish summers are like twenty degrees arent they < 1307741277 990214 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Otherwise you may have to compromise and use Sprite. < 1307741283 314604 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, hmm. < 1307741297 849245 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :at most < 1307741323 108344 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :no the polar bear would die more like at most plus 1 < 1307741324 503213 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :You seem to be right. < 1307741332 50291 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ACTION lives in the southern US. It is most likely hotter here in the summer. < 1307741347 912689 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Although Helsinki's record high is 34°. < 1307741349 977704 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :but anyway it's often more than 30 in shade < 1307741355 109431 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :goes up to mid-90s Fahrenheit < 1307741360 853915 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :for some definitions of often < 1307741373 16657 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net PRIVMSG #esoteric :Phantom_Hoover: That's a *record* high? < 1307741401 347211 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, AH BUT < 1307741412 945331 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Edinburgh's average high in July is 19°. < 1307741428 85016 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :WHICH IS A WHOLE TWO DEGREES LESS THAN HELSINKI < 1307741429 637499 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net PRIVMSG #esoteric :That's... Fucking chilly. < 1307741433 790603 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :A SAUNA < 1307741468 587951 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :so about jacuzzis, do they usually have a way to make it it not heat but freeze the water? < 1307741476 539813 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Georgia's record high is 112 F, 44 C < 1307741476 702614 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote so about jacuzzis, do they usually have a way to make it it not heat but freeze the water? < 1307741478 29066 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​451) so about jacuzzis, do they usually have a way to make it it not heat but freeze the water? < 1307741485 768995 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :*-it < 1307741486 707005 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :pikhq, daily upper maxima are rarely above 22°, apparently. < 1307741486 869905 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net PRIVMSG #esoteric :CakeProphet: Sounds 'bout right. < 1307741487 235527 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :fuck you < 1307741491 798704 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: sry < 1307741495 376165 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it wasn't because of the it it < 1307741501 142347 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric ::O < 1307741502 237250 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Maritime climate, bitches. < 1307741506 353794 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :THERE WAS ANOTHER TYPO?!?!?!?!? < 1307741512 879853 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :lol < 1307741561 285447 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :today it's 31.6 C < 1307741598 860190 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: how do you cope < 1307741604 376639 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i die at about twentyfive degrees < 1307741610 844417 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :by staying inside all day. < 1307741615 64289 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i don't mind pretty much any temperature when i'm outside, it's mostly sitting naked in my armchair which is uncomfortable, and that's kind of a problem because that's my favorite thing. < 1307741619 572013 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :though even when I'm outside it's not bad. I'm accustomed to it. < 1307741620 328673 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: with AC on constantly? < 1307741624 668707 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: pretty much. < 1307741627 869516 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :nice :P < 1307741636 582581 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it's like 70-something in the house < 1307741643 852716 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :which is... I don't know. < 1307741647 20706 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :our climate is nice when we have good summers, winter always sucks though < 1307741650 450033 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I've been googling all of these conversions. :P < 1307741679 368408 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :CakeProphet, you realise that noöne else understands Fahrenheit, right? < 1307741682 570041 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :winters are pretty moderate, which means they're still pretty fucking cold but it only goes below freezing occasionally. < 1307741688 959630 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Phantom_Hoover: yes. < 1307741696 226927 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :twenty-one C apparently < 1307741710 371498 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :fahrenheit is the stupidest scale, true facts < 1307741729 638471 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :so umm why are americans so stupid? < 1307741731 374553 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :-shrug- I don't have a built-in celcius sense like I do fahrenheit < 1307741733 294730 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :speaking of fahrenheit < 1307741753 163114 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it's just a standard that hasn't changed. < 1307741764 519679 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :08:10:39: pikhq, doesn't it essentially come down to "you can change the past"? < 1307741769 304767 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :pikhq: the record high for _all of norway_ is 35.6°C < 1307741772 985807 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it would break people's feeble minds to establish a new temperature scale. < 1307741776 147113 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :how about those ofter standard like every standard US uses? < 1307741778 265775 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: You can change it really badly, just as long as the history books look much the same < 1307741780 165543 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :*other < 1307741781 268818 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :argh < 1307741785 472732 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Butterfly effect: MYTH BUSTD < 1307741786 867559 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :BUSTED < 1307741805 466517 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :hey i have an idea < 1307741819 938890 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :US could change from fahrenheit to celsius *continuously*! < 1307741822 667431 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I don't know I'd say yards are actually a bit more convenient than meters and centimeters. < 1307741825 508715 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklopol: awesome < 1307741828 262367 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :so people would have time to adjust! < 1307741830 62787 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: Only for interventions. < 1307741835 836 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :for eyeballing distances, anyways. < 1307741843 583746 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :haha yeah right < 1307741844 914302 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklopol: that is indeed awesome < 1307741853 172335 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :the issue is, it'd be like me trying to remember my age < 1307741853 771625 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ITT: CakeProphet is used to US units, not metric; thinks US units are easier to intuitively use; world shocked < 1307741856 569567 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :regarding yards < 1307741857 998761 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I keep forgetting it because it changes so oftwn < 1307741859 769920 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :*often < 1307741862 117211 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :ais523: yes < 1307741865 373380 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!addinterp sanetemp sh dc -e "?32-5*9/" < 1307741865 535967 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter sanetemp installed. < 1307741870 477247 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!sanetemp 100 < 1307741876 331533 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :elliott: what's more intuitive, acres or ares? < 1307741884 323499 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I don't have an intuitive idea of how big either is, so I wouldn't know < 1307741884 486084 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: I only mentioned /one/ thing as /possibly/ being a better scale for the kinds of distances one would eyeball. That is all. < 1307741887 405544 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :but nobody seems to use ares ever < 1307741900 218583 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: no idea, but land ownership is pretty old-school so that doesn't surprise me >:) < 1307741908 510523 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :everyone just uses hectares, which is a bit like the kilocalories thing < 1307741909 636403 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wait < 1307741912 193803 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: people use hectares all the time < 1307741912 877494 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :umm yards are essentially meters aren't they < 1307741919 205216 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :What oklopol said. < 1307741923 633482 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :actually, in practice people normally use square metres and square feet for things that aren't farmland < 1307741924 289259 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...not really. < 1307741928 149607 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :they're similar in length though. < 1307741929 140436 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and yes, people do use hectares all the time < 1307741933 945985 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :but that isn't an SI unit < 1307741937 763022 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it has an invalid prefix < 1307741948 241049 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :true < 1307741950 81673 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :because it isn't a power of 1000 < 1307741951 600254 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" umm yards are essentially meters aren't they" " ...not really." " they're similar in length though." <<< am i missing something? < 1307741963 195993 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :oklopol, a yard = 3 feet. < 1307741970 635208 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :A foot ~= 30cm. < 1307741976 625742 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :0.9144 meters < 1307741978 779027 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :closer than I thought < 1307741981 134422 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :oklopol: *essentially* they are completely different, but they accidentally ended up similarly lengthed < 1307741986 854393 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :1m ~= 39 in, 3 feet = 36 in < 1307742005 220123 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :my solution to metric-other conversion is < 1307742008 282366 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I'm not sure how accurate the 39-inches comparison is, but it's more accurate than most of the others I know < 1307742008 444915 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :don't talk to people who use other < 1307742008 969792 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :ACTION wonders why sanetemp isn't working. < 1307742015 115202 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i still use miles for long distances though < 1307742018 748892 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: how closed-minded of you. < 1307742019 346561 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :because road signs :( < 1307742019 875411 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :oh what olsner said i guess. i guess i have my own usage of terms like essentially. < 1307742031 429348 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: I am quite fine with converting my units to your scales for the purposes of communication. < 1307742032 265325 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :D'oh. < 1307742035 331374 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I don't really measure long distances well at all < 1307742036 856610 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!addinterp sanetemp sh dc -e "?32-5*9/p" < 1307742037 34505 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​There is already an interpreter for sanetemp! < 1307742038 675882 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: same reason I don't talk to German people by tediously using a phrasebook < 1307742043 592326 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :for every word < 1307742045 137019 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!delinterp sanetemp < 1307742045 313674 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter sanetemp deleted. < 1307742048 182549 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!addinterp sanetemp sh dc -e "?32-5*9/p" < 1307742048 344791 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter sanetemp installed. < 1307742054 519379 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!sanetemp 100 < 1307742054 695784 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​37 < 1307742059 287941 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!sanetemp 0 < 1307742059 642094 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​-17 < 1307742069 689823 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!sanetemp 32 < 1307742070 99819 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​0 < 1307742083 21081 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :08:16:56: Fear me, I have killed hundreds of Time Lords. < 1307742083 185128 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :08:17:08: Fear me, I killed all of them. < 1307742083 185277 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :08:17:16: Which house? < 1307742085 234890 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :dr gregory < 1307742086 179573 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!sanetemp 265 < 1307742086 860256 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​129 < 1307742095 972817 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :BEST CROSSOVER? < 1307742133 590984 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :08:19:48: pikhq, by 'corny' you mean 'terrible', of course. < 1307742133 809931 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: Eh, the series was alright with him. < 1307742136 391695 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric : That's... Fucking chilly. < 1307742142 759271 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I mean yeah he was a bad writer but not so bad as to be intolerable. < 1307742148 983738 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :You realise I live at the same latitude as the Hudson Bay, right? < 1307742171 962438 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Fahrenheit actually makes some intuitive sense for outdoor temperatures. 0 = really fucking cold 100 = really fucking hot < 1307742184 302529 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :80 = pretty warm < 1307742207 781653 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :70 = comfortable room temperature for most people < 1307742215 81487 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :CakeProphet, that's no better than Celsius. < 1307742222 828172 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yeah, I know. < 1307742225 792285 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I didn't say it was better. < 1307742231 502027 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :you do realize 70 is not really even a number < 1307742232 148579 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :there was no comparison to Celsius made, in fact. < 1307742238 288050 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oklopol: whut? < 1307742243 771270 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :someone got a link to that anti-metrician site < 1307742260 944993 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :CakeProphet: i really have no answer < 1307742264 124440 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :but i stand by what i said < 1307742266 667688 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :haha. < 1307742268 297561 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :okay... < 1307742302 948145 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :though some people are wimps who live in AC all day and prefer 65 to 70 < 1307742314 788241 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, can't find it. < 1307742329 204460 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!sanetemp 70 < 1307742329 854981 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​21 < 1307742331 812912 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!sanetemp 65 < 1307742331 994718 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​18 < 1307742343 90288 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i don't actually even know what this AC thing is < 1307742348 199632 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :air conditioning... < 1307742349 926242 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i wonder if we have those in finland < 1307742355 674298 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i know what it *means* < 1307742358 393259 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :18°... that registers as "cool room" for me. < 1307742367 345477 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :or what it's an acronym for i mean < 1307742370 958329 :oklopol!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i just don't know what that is < 1307742372 198863 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Phantom_Hoover: yep. that's what 65 is in Fahrenheit < 1307742387 880129 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Although when the heating is off my breath has fogged indoors in May. < 1307742402 114595 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it kind of works like a fucked up school grade. from 0 to 100 < 1307742427 265296 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...kind of. < 1307742449 755785 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :http://www.reddit.com/r/askscience/comments/hw9zx/what_happens_to_computer_files_when_you_delete/ < 1307742479 484835 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!sanetemp 35 < 1307742480 120004 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​1 < 1307742488 72227 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :> 1/39 < 1307742488 808151 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : 2.564102564102564e-2 < 1307742489 981957 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!sanetemp 44 < 1307742490 553948 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​6 < 1307742498 229166 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :some typical winter temperatures in the south US. < 1307742508 924026 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!sanetemp 15 < 1307742509 448330 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​-9 < 1307742512 845037 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :occasionally it gets pretty low. < 1307742518 409953 :oklofok!~oklopol@dyn37-212.vpn.utu.fi JOIN :#esoteric < 1307742548 724605 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :CakeProphet, FWIW, we were significantly incapacitated by about 20cm of snow this winter. < 1307742559 766365 :oklopol!~oklopol@dyn37-212.vpn.utu.fi QUIT : < 1307742590 536112 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :2 inches of snow in Georgia = oh my god everyone shut down everything < 1307742619 159706 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :suddenly, mirc pops up a window saying i need to register it. so i had to open the program a few times to get it to accidentally have a continue button instead of an exit button. < 1307742648 588628 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!delinterp sanetemp < 1307742648 790488 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter sanetemp deleted. < 1307742658 581638 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!addinterp sanetemp sh dc -e "1k?32-5*9/p" < 1307742658 761895 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter sanetemp installed. < 1307742666 464075 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!sanetemp 70 < 1307742666 639048 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​21.1 < 1307742671 223839 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :so you're removing interpreters but not bans? < 1307742688 577693 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ACTION couldn't bear seeing an approximate number printed as an integer < 1307742721 9482 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :also yes, the number of interpreters has got a bit large < 1307742726 140688 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!userinterps < 1307742726 319125 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Installed user interpreters: aol austro b1ff bc bct bfbignum brit brooklyn bypass_ignore bytes chaos chiqrsx9p choo ctcp dc decisionengine drawl drome dubya echo eehird ehird elmer fudd google graph gregor gregor__1 hello id jethro kraut lperl lsh map num ook pansy pi pirate plot postmodern postmodern_aoler prefixes python redneck reverse rimshot rot13 rot26 rot47 rot52 sadbf sanetemp sfedeesh sffedeesh sh__ simpleacro simplename slashes svedeesh swedish ucat < 1307742736 770479 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t (>>=) < 1307742737 601185 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :forall (m :: * -> *) a b. (Monad m) => m a -> (a -> m b) -> m b < 1307742739 228420 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :it's cut off again, there are more < 1307742769 180618 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Gregor: any suggestions for the too many userinterps problem? < 1307742772 123495 :twice11!~twice11@lenny32.physik.fu-berlin.de PRIVMSG #esoteric :!rot26 test < 1307742772 742813 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​test < 1307742777 541394 :twice11!~twice11@lenny32.physik.fu-berlin.de PRIVMSG #esoteric :remove that one? < 1307742790 415988 :twice11!~twice11@lenny32.physik.fu-berlin.de PRIVMSG #esoteric :And rot52 at the same time? < 1307742791 145865 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show rot26 < 1307742791 307960 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​sh cat < 1307742793 40681 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :all of the rots except 13 and 47 are cats. < 1307742796 431005 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show rot52 < 1307742796 602563 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​sh cat < 1307742801 875203 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!delinterp rot26 < 1307742802 37485 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot26 deleted. < 1307742805 73522 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!delinterp rot52 < 1307742805 249344 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter rot52 deleted. < 1307742812 873421 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!userinterps < 1307742813 36098 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Installed user interpreters: aol austro b1ff bc bct bfbignum brit brooklyn bypass_ignore bytes chaos chiqrsx9p choo ctcp dc decisionengine drawl drome dubya echo eehird ehird elmer fudd google graph gregor gregor__1 hello id jethro kraut lperl lsh map num ook pansy pi pirate plot postmodern postmodern_aoler prefixes python redneck reverse rimshot rot13 rot47 sadbf sanetemp sfedeesh sffedeesh sh__ simpleacro simplename slashes svedeesh swedish ucat valspeak war < 1307742832 381726 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :i already removed a bunch before < 1307742836 803585 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show ucat < 1307742836 979785 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​unlambda ``cd``d`@|`cd < 1307742841 83112 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!delinterp ucat < 1307742841 253854 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter ucat deleted. < 1307742868 703892 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh wait < 1307742870 573609 :twice11!~twice11@lenny32.physik.fu-berlin.de PRIVMSG #esoteric :!show aol < 1307742871 3227 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​sh b1ff < 1307742875 260677 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :someone has readded those i removed < 1307742893 598497 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!help < 1307742893 761531 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​help: General commands: !help, !info, !bf_txtgen. See also !help languages, !help userinterps. You can get help on some commands by typing !help . < 1307742904 856777 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!help languages < 1307742905 62469 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​languages: Esoteric: 1l 2l adjust asm axo bch befunge befunge98 bf bf8 bf16 bf32 boolfuck cintercal clcintercal dimensifuck glass glypho haskell kipple lambda lazyk linguine malbolge pbrain perl qbf rail rhotor sadol sceql trigger udage01 underload unlambda whirl. Competitive: bfjoust fyb. Other: asm c cxx forth sh. < 1307742920 21246 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!addinterp ustemp haskell printLn . (+32) . ((9/5)*) . read =<< getLine < 1307742920 532151 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter ustemp installed. < 1307742923 25044 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric : 2 inches of snow in Georgia = oh my god everyone shut down everything < 1307742946 554933 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ACTION goes hunting for the culprit < 1307742950 331517 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!ustemp 0 < 1307742954 573748 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Have I pointed that this is two inches of snow at the same latitude that polar bears live at. < 1307742967 239813 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no. that's surprising. < 1307742977 654793 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :..huh, well obviously I fucked something up. < 1307742979 318345 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :hm or wait < 1307742999 115771 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :> (+32) . ((9/5)*) . read $ "0" < 1307743001 243168 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : 32.0 < 1307743008 553830 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!delinterp ustemp < 1307743009 21066 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter ustemp deleted. < 1307743024 809785 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!addinterp ustemp haskell (printLn . (+32) . ((9/5)*) . read) =<< getLine < 1307743025 338747 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter ustemp installed. < 1307743037 775081 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Also you cannot compete with that dc code don't even try. < 1307743040 223976 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!ustemp 0 < 1307743056 416663 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Phantom_Hoover: not trying to, just unrustifying myself with Haskell, poorly. :P < 1307743079 408252 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :My dad is under the impression that people will sneak drugs into you at raves < 1307743085 825379 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :heh < 1307743086 375538 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :...into you? < 1307743090 824704 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :As in spiking drinks/ < 1307743093 570565 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!show simpleacro < 1307743094 39353 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​haskell import System.Random; import Control.Monad; main = do {len <- pick [2..10]; putStrLn =<< (replicateM len $ pick ['A'..'Z'])} where pick a = randomRIO (0, length a - 1) >>= return . (a !!) < 1307743097 37416 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Phantom_Hoover, I guess < 1307743103 792526 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I'm really hoping he actually thinks they sneak them into you. < 1307743120 831153 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Like, they surreptitiously insert them surgically. < 1307743136 373664 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :X-D < 1307743142 47734 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t printLn < 1307743142 857801 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Not in scope: `printLn' < 1307743144 654343 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Surprise suppository! < 1307743145 986076 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :lol < 1307743160 986041 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :I told him about a party I want to go to, but it's from 11pm-4am. He claims it's a drug party, and to look up "raves". I say that I'm fully capable of not taking drugs, he says they'll get drugs into you < 1307743164 14334 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t putStrLn < 1307743164 801591 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :String -> IO () < 1307743167 246120 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t print < 1307743168 7130 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :forall a. (Show a) => a -> IO () < 1307743173 882796 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!delinterp ustemp < 1307743174 249526 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter ustemp deleted. < 1307743178 991315 :twice11!~twice11@lenny32.physik.fu-berlin.de PRIVMSG #esoteric :print already outputs a line feed. No need for printLn < 1307743181 651526 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!addinterp ustemp haskell (print . (+32) . ((9/5)*) . read) =<< getLine < 1307743182 181651 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter ustemp installed. < 1307743187 990740 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!ustemp 0 < 1307743190 374890 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​32.0 < 1307743194 383204 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Sgeo: drinks being spiked is actually relatively common, although you can avoid it by paying attention < 1307743210 94524 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: have you ever been to a rave < 1307743214 674124 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Sgeo, counterspike your drinks. < 1307743215 249267 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :Sgeo: tell him it's your body and you can use as much heroin as you like if it makes you happy < 1307743216 728470 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :how's this < 1307743228 276054 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I've never heard of drink spiking at raves < 1307743228 625568 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :elliott: I don't think so < 1307743231 508608 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :yeah pour liters of water in there < 1307743234 114993 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but I'm sure it happens. < 1307743239 481830 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: damn, i was hoping i would be surprised < 1307743240 121010 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :oklofok, given that Sgeo's dad houses him and pays for his 'education'... < 1307743242 980193 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I was once in a nightclub by mistake < 1307743245 927418 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but me nor any of my friends that have gone have never had that happen. < 1307743252 508213 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :what happened was, I was trying to watch election results < 1307743258 973095 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :drugs are expensive. It would be a waste to use them on a random stranger. < 1307743261 596426 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and the room I was in was being converted into a nightclub while the results were on < 1307743261 758461 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: I don't need education, I have drugs! < 1307743267 124662 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: are you sure that wasn't a dream < 1307743273 34591 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :no, it was quite ridiculous < 1307743276 491677 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote [on spiking] drugs are expensive. It would be a waste to use them on a random stranger. < 1307743277 603279 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​452) [on spiking] drugs are expensive. It would be a waste to use them on a random stranger. < 1307743280 522356 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :especially as it meant we got in without paying the entry fee < 1307743290 653367 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it was inevitable, thinking about it < 1307743296 526705 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: if you accepted DCC CHAT from EgoBot you would actually get error messages for your haskell, you know < 1307743297 550678 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: I actually quite line that line < 1307743304 91946 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :because the room in question is one used by different people in the same organisation for a range of purposes < 1307743313 849264 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: ah. see I'd have to alt+1 to see that. < 1307743321 542884 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and one of them had told us to use it for the election results without thinking about the other set of people using it as a nightclub once a week < 1307743321 705560 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :Phantom_Hoover: he should just go to a free university and live off the money the government pays him every month for like 7 years. < 1307743322 438259 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :that will be helpful in the future. < 1307743323 44025 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :OH WAIT < 1307743326 295361 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I do not believe ais523 would be allowed near a nightclub. < 1307743334 995955 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: On a forum I'm on, someone once responded to a (well-known) idiot saying that dealers were, like, the most scary dangerous people on EARTH by saying that killing your customers is bad for business :) < 1307743341 959914 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: He's too young. < 1307743344 325515 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Phantom_Hoover: I'd have to explicitly go and take my passport with me to have any sort of ID < 1307743348 701764 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :His beard marks him as untrustworthy. < 1307743354 828714 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: haha. nice. < 1307743362 399653 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :dealers come in all kinds of varieties, of course. < 1307743374 259103 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :apart from my university ID card, which used to get into pubs on occasion even though it isn't really valid ID < 1307743381 336956 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :*which I used < 1307743385 302898 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmm < 1307743389 888708 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :although admittedly the typo is funnier < 1307743392 773054 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :if we had an underage Queen, technically she could get into any nightclub she wanted < 1307743404 188826 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :after all, all passports are issued by her authority < 1307743410 794617 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :TODO: test this < 1307743414 197324 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(I don't actually drink anything in pubs, I just go there to order food, and confuse the bar staff when I don't order any drink to go with it) < 1307743423 659975 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :lol @ the UK having a queen. < 1307743425 643212 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :This could quite easily become the most awesome experiment ever conducted. < 1307743435 55052 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :ais523, not even water? < 1307743439 299051 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :CakeProphet, noöne cares. < 1307743445 381176 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: Having fun deifying your political classes? < 1307743453 925552 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Sgeo: it's much cheaper to drink water when I get home < 1307743456 219747 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...deifying? < 1307743459 917937 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: I can't tell you how much I prefer idolising the royal family over idolising Sarah fucking Palin. < 1307743469 139248 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :The amount would simply not fit into the universe. < 1307743476 451523 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :as far as I know most logical people hate Sarah Palin. < 1307743485 971353 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Congratulations, you missed the point entirely. < 1307743486 591528 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :CakeProphet, see also the US attitude towards patriotism and its foundation. < 1307743508 695354 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: no I got the point. < 1307743526 753212 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :You'd think you were founded by a race of demigods who descended from the heavens to fight off the moustache-twiddlingly evil British and reclaim their rightful land. < 1307743528 66235 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Nobody with enough of a brain gives a shit about Sarah Palin or the royal family or anything, but patriotism will always exist and it needs someone to be all hyped up about, and a powerless monarchy is a better target than a dangerous idiot. < 1307743536 442067 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :though, it's not a good rebuttal to what I said. I was simply commenting on the strageness of a modern nation having a queen. < 1307743562 336356 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I wasn't saying that you idolize her... at all. < 1307743562 704204 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, France and Germany don't seem to have too bad a time of it. < 1307743566 470979 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: You realise the Commonwealth is pretty big right? < 1307743573 90770 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :of course. < 1307743587 661819 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: Yeah, but do you want to risk it? Heard of Berlusconi/ < 1307743589 332799 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :[asterisk]? < 1307743589 967365 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :elliott: that's a rationalization tho, can't we laugh at you having a queen because you actually have it for retarded reasons? < 1307743608 405911 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklofok: it's not a rationalisation so much as a reason to keep a now-useless remnant < 1307743610 856747 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : Sgeo: it's much cheaper to drink water when I get home <-- huh. in norway it's established that establishments cannot take more than a token payment for tapwater. < 1307743622 279085 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, you're reducing vastly complex social factors into an extremely simplistic view. < 1307743625 347101 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: Yes but you're communists. < 1307743627 329713 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :wait, you have to pay for water? < 1307743630 513539 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: Welcome to IRC. < 1307743638 260810 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :elliott: are you sure that's one of the actual reasons you keep it? < 1307743642 502328 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :It's about four times more verbose than Twitter. < 1307743651 884212 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :water is pretty much universally free at establishments in the states. < 1307743656 440617 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklofok: you're acting like I have the power to individually abolish the monarchy < 1307743662 376290 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I'm expressing my personal opinion < 1307743662 538956 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: major practical advantage of having a Queen: it means that we have someone we can send abroad for state visits to shake hands without having to take the Prime Minister away from the actual job of governing < 1307743674 687637 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, your argument is completely flawed as a result, though. < 1307743682 569511 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: I dunno, I think I'd prefer an excuse to take the PRime Minister away from governing < 1307743685 820702 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :most Universities have a Chancellor for the same reason, while the Vice-Chancellor does all the actual work < 1307743694 617133 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :elliott: I'm talking in general < 1307743695 316880 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: maybe if this wasn't IRC I'd actually bother fleshing out my argument rather than stating it off-hand as part of banter < 1307743698 513046 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: It was a joke < 1307743700 365045 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I mean, people in the UK are not as patriotic as those in the US; it's not a fixed thing/ < 1307743701 831521 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :or do you dislike prime ministers in general? < 1307743701 994522 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :[asterisk]Prime < 1307743703 46006 :MigoMipo!~John@84-217-4-1.tn.glocalnet.net QUIT :Read error: Connection reset by peer < 1307743709 52207 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :Agora needs someone who can shake online hands. < 1307743722 183952 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :while Sgeo does all the work of protecting it from invasion? < 1307743751 665017 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :elliott: i called it a rationalization because i thought it was a personal opinion. then you said it's a reason so i figured maybe that's somehow explicitly stated in secret government files you read every day. < 1307743759 568513 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklofok: it is totes < 1307743770 468 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :YOU KNOW FROM WIKILEAKS OR SOMETHING < 1307743770 163195 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklofok: nah, I'm not saying why I think we have a queen < 1307743780 756873 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I'm saying why I don't particularly think getting rid of the queen is something to bother doing < 1307743786 724657 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :not that it would ever happen, anyway < 1307743795 915971 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklofok: wikileaks? lol hello i am the prime minister < 1307743819 209863 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Phantom_Hoover: depends on the person of course. Most of my personal friends are very disappointed with American government, and the few UKers that I've met have been oddly patriotic. < 1307743824 846214 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : wait, you have to pay for water? <-- not in practice. < 1307743835 694610 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: How many national treasures does the US have ;D < 1307743844 879591 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: way too fucking many. :P < 1307743852 416166 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :elliott: oh that would explain why you're so stupid hahahahahahahaha < 1307743855 116483 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :too many being more than 0 < 1307743864 555893 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: I don't think you know what national treasure (is used to) mean(s) < 1307743868 724463 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklofok: hahahaha yeah < 1307743872 23786 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :im gonna fire the nukes < 1307743875 568787 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :oerjan: you don't have places that resell bottled tapwater? we do < 1307743898 344710 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: No I do, but there are also these shitty films you see.... < 1307743903 832184 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :CakeProphet, well, it's rare that you see any prominent figures in the UK calling us the "greatest nation on Earth". < 1307743913 193887 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :In the US... < 1307743958 525794 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Phantom_Hoover: there's quite a large current of disatisfaction with the US government in the states. Of course, it doesn't show as much in the political sphere. 18:02 < CakeProphet> elliott: haha. nice. < 1307743962 525673 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :18:02 < CakeProphet> dealers come in all kinds of varieties, of course. < 1307743965 31871 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :18:02 < ais523> apart from my university ID card, which used to get into pubs on occasion even though it isn't really valid ID < 1307743968 33267 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :....? < 1307743971 992529 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no clue how that happened. < 1307743974 118376 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :CakeProphet: it was a typo < 1307743976 471343 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net PRIVMSG #esoteric :"Large current" is understating it. < 1307743980 838209 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :which I corrected on the next line < 1307743984 908999 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :although admittedly it's a funny typo < 1307743994 931823 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :yeah three lines of spam is a hilarious typo < 1307744031 823326 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: your university id card is the life of the party man < 1307744063 952024 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : oerjan: you don't have places that resell bottled tapwater? we do <-- of course we do, you don't have to buy it though < 1307744072 287117 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :a restaurant in my town have *their own brand* of bottled water that is "here-bottled", i.e. they fill it from the tap before they give it to you... and it costs at least as much as brand-name water imported from the other end of europe would've costed < 1307744093 314177 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric ::D < 1307744097 499260 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Awesome. < 1307744099 90988 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :tap water in a glass is "not part of their concept" (quote is actual quote) < 1307744141 869570 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i'm speechless, he said out loud. < 1307744188 890081 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :not part of their concept :D < 1307744242 261840 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :so what's gas in the UK? < 1307744255 607292 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :2 < 1307744260 953878 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...ah yes. < 1307744269 446324 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i don't know tho < 1307744274 725222 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :CakeProphet: UK "gas" = the state of matter after it's been vaporised, US "gasoline" = UK "petrol" < 1307744278 135334 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I'm not quite sure what the question means < 1307744284 778854 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :but that's probably a realistic guess compared to what others will say < 1307744291 698477 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :oh there you go < 1307744294 466916 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :first contestant < 1307744297 893355 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ais523: what is the price of "petrol" in various parts of the UK. < 1307744306 243053 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :OH THAT'S WHAT YOU MEANT! < 1307744308 213209 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oh, about £1.30 per litre at the moment < 1307744315 773767 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ACTION facepalm. :P < 1307744317 532587 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :hey pretty close < 1307744333 732012 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I like how Americans complain about the price of petrol so much < 1307744335 534244 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric : (UK£ 1.30) per litre = 7.99225346 U.S. dollars per US gallon < 1307744336 999317 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :when it's more expensive everywhere else < 1307744349 187954 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, EXCEPT VENEZUELA < 1307744353 763502 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: FUCK YEAH < 1307744363 1334 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://www.eia.gov/oil_gas/petroleum/data_publications/wrgp/mogas_home_page.html < 1307744363 163923 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :what would you ever need petrol for < 1307744367 663260 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :http://www.datadev.com/degausser-hard-drive-data-security-erase-v6000-conveyor.html < 1307744368 861972 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it's a whole THREE DOLLARS PER GALLON in the US zomg < 1307744370 89538 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Awesome. < 1307744372 981635 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :newsflash: it doesn't actually taste that good < 1307744374 32037 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :INSANE PRICE < 1307744375 737746 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net PRIVMSG #esoteric :elliott: Americans also have 20 mile one-way commutes. < 1307744380 810044 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote what would you ever need petrol for newsflash: it doesn't actually taste that good < 1307744381 812359 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​453) what would you ever need petrol for newsflash: it doesn't actually taste that good < 1307744383 795284 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :the price of gas where I live is $3.50 per gallon. < 1307744385 733477 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: it's actually poisonous, so I advise against drinking it < 1307744401 126290 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :let's call it $8 per gallon in the UK, because my originally stated price was approximate anyway < 1307744405 893256 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :ais523, also contains benzene, my carcinogen of choice. < 1307744426 435039 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :though I believe in some parts of the states it goes over $4 per gallon. -gasp- WHICH IS OUTRAGEOUS. < 1307744432 271136 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote [on petrol] oklofok: it's actually poisonous, so I advise against drinking it ais523, also contains benzene, my carcinogen of choice. < 1307744433 366324 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​454) [on petrol] oklofok: it's actually poisonous, so I advise against drinking it ais523, also contains benzene, my carcinogen of choice. < 1307744438 493914 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" elliott: Americans also have 20 mile one-way commutes." <<< one-way commutes? you have like disposable jobs? < 1307744440 670182 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: In CALIFURNIA < 1307744445 649695 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :" hmm, so this is fuel? will it also fuel me perhaps?" < 1307744447 86305 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net PRIVMSG #esoteric :oklofok: "20 miles, one way". < 1307744447 755985 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote " elliott: Americans also have 20 mile one-way commutes." <<< one-way commutes? you have like disposable jobs? < 1307744448 836355 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​455) " elliott: Americans also have 20 mile one-way commutes." <<< one-way commutes? you have like disposable jobs? < 1307744453 415600 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote < 1307744453 866325 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote < 1307744454 98181 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote < 1307744454 368595 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote < 1307744454 760828 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​239) * pikhq sticks several thousand kg m^2/A s^3 through elliot pikhq: I'm underage! < 1307744455 19862 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote < 1307744455 182127 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​251) Maybe they should just get rid of Minecraft. If more people want it someone can make using GNU GPL v3 or later version, with different people, might improve slightly. < 1307744456 599624 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​224) [...] I'm just widening the shaft to be 4x2 or so. < 1307744457 92124 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​260) clue is a language for beauty, not usefulness or ability to run at all ability to run at all is not even close to a design goal, no < 1307744458 282797 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​336) Phantom_Hoover: if the list is in random order, like poor ehird here < 1307744458 445875 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :but I guess oklofoks are *not* in fact petrol driven < 1307744458 928640 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :this is a good day for `addquote < 1307744460 463202 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :ACTION seems to be on fire. < 1307744470 32429 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: what a fine day to add quotes indeed. < 1307744477 229722 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :kg m^2/A s^3 < 1307744478 961424 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net PRIVMSG #esoteric :Also, public transit is not really an option outside of most of New York City. < 1307744482 157672 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :That made sense up to the A. < 1307744486 776203 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :We need like ten quotes about petrol, at LEAST. < 1307744490 758474 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :What is that? G/current/ < 1307744494 759217 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I didn't even notice 336 was fungot at first < 1307744501 261451 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it would have been plausible from many other memvers of the channel < 1307744505 642791 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :*members < 1307744506 439556 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote like wtf < 1307744507 551615 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​131) alise: why internet is like wtf < 1307744513 199910 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Oh, wait, that's not what the unit of G is. < 1307744517 179878 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I always imagine a badly-made robot prop saying that in a robot voice. < 1307744518 470536 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :It is hilarious. < 1307744519 987027 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net PRIVMSG #esoteric :Phantom_Hoover: That's, uh, a volt in SI base units. < 1307744523 556612 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :It is just so confused as to why internet is like wtf. < 1307744527 629472 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :hmm, are those markov chain quotes? < 1307744529 429749 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :pikhq, ah. < 1307744530 218326 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :pikhq: I was trying to decode it in my head < 1307744533 664135 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :but got confused < 1307744535 612030 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: do you... not know of fungot < 1307744553 222562 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :olsner: they're markov chain quotes generated by a bot written in Funge-98 < 1307744553 676140 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote fishing < 1307744554 865054 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307744556 947918 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :which isn't here right now < 1307744558 783667 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: http://git.zem.fi/fungot/blob/HEAD:/fungot.b98 < 1307744558 993093 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote fish < 1307744560 260318 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307744562 88765 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`quote < 1307744562 251433 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: it's not actually markov, IIRC < 1307744563 258901 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​349) elliott: hey, thinking's easier than using the Internet < 1307744565 446532 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :It's a different kind of chain thing < 1307744570 108391 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote porn < 1307744571 315786 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​33) pikhq: A lunar nation is totally pointless. ehird: consider low-gravity porn fungebob: OK. Now I'm convinced. \ 63) Porn. There, see? \ 77) SF.net porn :/ Oh yeah, baby, gimme that... bloated download page? \ 132) I am an inherently pornographic < 1307744585 475113 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :elliott: I know it's a bot and I've seen it speak, and you've probably told me before what it was < 1307744587 665230 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote mathematics < 1307744588 828532 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307744590 985902 :tswett!~Warrigal@unaffiliated/ihope PRIVMSG #esoteric :`quote 132 < 1307744591 148589 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote death < 1307744592 93603 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​132) I am an inherently pornographic being. < 1307744593 319684 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​135) like, just like I'd mark "Bob knob hobs deathly poop violation EXCREMENT unto;" as English alise: that's great filler ais523: well it contains all the important words in the english language... < 1307744599 165574 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :best quote about death < 1307744610 484471 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :best quote about anything < 1307744619 382199 :tswett!~Warrigal@unaffiliated/ihope PRIVMSG #esoteric :`quote anything < 1307744620 554983 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​104) For those who don't know: INTERCAL is basically the I Wanna Be The Guy of programming languages. Not useful for anything serious, but pretty funny when viewed from the outside. \ 413) I can trust elliott_ to have an opinion on anything and everything Yes. And the best thing is: < 1307744633 372030 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote 413 < 1307744634 525324 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​413) I can trust elliott_ to have an opinion on anything and everything Yes. And the best thing is: it is the correct opinion. < 1307744634 687855 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it's always the /right/ opinion < 1307744635 725963 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :a very important quote number < 1307744642 486805 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :bleh, misquoted slightly < 1307744649 343840 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, oh god. < 1307744653 761624 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :`quote 612 < 1307744654 895264 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307744663 771349 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Huh. < 1307744665 846089 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :`quote math < 1307744666 969495 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​149) Gregor-P: I don't think lambda calculus is powerful enough \ 190) It's like mathematicians, where the next step up from "trivial" is "open research question". "Nope... No...This problem can't be done AT ALL. This one--maybe, but only with two yaks and a sherpa. ..." < 1307744669 136804 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: I'll fix delquote soon and everything will reorder. < 1307744672 618751 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I thought we were well beyond 800. < 1307744675 893142 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I should modify the quote system to remember IDs really. < 1307744682 66921 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: No, we've just recently entered the four-hundreds. < 1307744699 391929 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show b1ff < 1307744699 563072 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​sh b1ff < 1307744702 593110 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show aol < 1307744702 755724 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​sh b1ff < 1307744708 658428 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!delinterp b1ff < 1307744708 821054 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter b1ff deleted. < 1307744718 971727 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!aol what does this do < 1307744719 329082 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​WHAT DUZ THI5 DO < 1307744725 836221 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Ah. < 1307744730 369209 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :maybe if i bought more petrol we'd get over 800 sooner. you know, because then i could be on fire all the time. < 1307744731 908230 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!userinterps < 1307744732 70595 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Installed user interpreters: aol austro bc bct bfbignum brit brooklyn bypass_ignore bytes chaos chiqrsx9p choo ctcp dc decisionengine drawl drome dubya echo eehird ehird elmer fudd google graph gregor gregor__1 hello id jethro kraut lperl lsh map num ook pansy pi pirate plot postmodern postmodern_aoler prefixes python redneck reverse rimshot rot13 rot47 sadbf sanetemp sfedeesh sffedeesh sh__ simpleacro simplename slashes svedeesh swedish ustemp valspeak warez < 1307744741 279514 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show sh__ < 1307744741 458245 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​perl $_=<>;print `$_` < 1307744742 179349 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!pi < 1307744742 524715 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​3.14156 < 1307744745 718331 :Gregor!Gregor@codu.org PRIVMSG #esoteric :!Gregor durpaderp < 1307744749 806129 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!delinterp sh__ < 1307744749 982681 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter sh__ deleted. < 1307744751 748166 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :!swedish herp derp < 1307744752 101129 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​herp derp < 1307744756 294361 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!aol THE FACT THAT I WILL BE HELPFUL IS AN IMMUTABLE FACT THAT I AM STATING FOR THE RECORD < 1307744756 877478 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​THE FACT THAT I WILL BE HELPFUL IS AN 1MMUTABLE FACT THAT I AM 5TAT1NG FOR THE RECORD < 1307744759 905924 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :!swedish flarglblalrdk < 1307744760 265926 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​flerglblelrdk < 1307744761 943296 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pah < 1307744768 993521 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show warez < 1307744769 170307 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​sh warez < 1307744771 123539 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :!swedish auieo < 1307744771 301787 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​ooeeeu < 1307744771 589606 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :egoegoegoegoegoegoegoego < 1307744776 839683 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :egoegoegoegoegoegoegoegoegoegoegoegoegoego < 1307744781 873959 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :okokokokokokokokokokookok < 1307744782 876543 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :fuck < 1307744783 496783 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokokokokokokokokokokokokokokokokokokokokokokokokokokokoko < 1307744784 535978 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: but you just deleted our most powerful sh command! < 1307744785 57597 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokokokokokoko < 1307744786 388113 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokokokoko < 1307744787 447874 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokoko < 1307744789 244912 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okoko < 1307744789 826495 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :o < 1307744792 469126 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokokokokokokoko < 1307744794 554943 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokokokokokoko < 1307744796 484587 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokokokokoko < 1307744798 998151 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokokokoko < 1307744800 842975 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokokoko < 1307744802 405400 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokokoko < 1307744804 889 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okokoko < 1307744804 978875 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :okoko < 1307744805 474453 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :this is a good day on esoteric < 1307744805 636882 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :oko < 1307744805 802421 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :o < 1307744811 346436 :Gregor!Gregor@codu.org PRIVMSG #esoteric :!quote fuck < 1307744812 793594 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Erm < 1307744812 957110 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: this is more powerful than plain !sh how? < 1307744813 119478 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :definite A+ quality irc < 1307744814 194644 :Gregor!Gregor@codu.org PRIVMSG #esoteric :`quote fuck < 1307744815 381426 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​247) I love the way zzo38's comment was cut off after the f of brainfuck that's just the most hilarious place to cut it off in a discussion about censorshi \ 302) oerjan: Tell us what (a(b{c}d)*2e)%2 expands to <-- ababcdbcdedbabcdbcdede, i think oerjan: What - the - fuck \ 326) < 1307744816 113228 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`pastequotes fuck < 1307744817 157888 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.16753 < 1307744820 859840 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: because it's written in Perl, of course. < 1307744823 420237 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::3 < 1307744831 994459 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ooooooh < 1307744833 726411 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" ​247) I love the way zzo38's comment was cut off after the f of brainfuck that's just the most hilarious place to cut it off in a discussion about censorshi" <<< best ever, maybe < 1307744864 616709 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote quote < 1307744865 857953 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​37) i can get an erection out of a plank, you can quote me on that. \ 95) [Warrigal] `addquote hahaha, Lawlabee is running windows 'cuz it's pretty awesome. [Lawlabee] Warrigal: :( \ 97) Note that quote number 124 is not actually true. \ 109) let's put that in the HackEgo quotes files, < 1307744880 280618 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show rot47 < 1307744880 451462 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​perl $_=<>;tr/!-~/P-~!-O/;print < 1307744885 253750 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show rot13 < 1307744885 437170 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​bf (sending via DCC) < 1307744890 249983 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote art < 1307744891 291758 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​3) Hmmm... My fingers and tongue seem to be as quick as ever, but my lips have definitely weakened... More practice is in order. \ 6) His body should be given to science. He's alive :P Even so. \ 11) wouldn't that be considered pedophilia? < 1307744891 628809 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :eek < 1307744893 262173 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote \bart\b < 1307744894 271378 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307744898 194498 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :why does hackego do the weird invisible character thing? link recognition fails :/ < 1307744900 520289 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!rot12 test < 1307744905 857610 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!rot13 test < 1307744906 215843 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​grfg < 1307744909 158021 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`quote funge < 1307744909 858579 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: because Gregor is bad and horrible < 1307744910 21046 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!rot47 test < 1307744910 322233 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​E6DE < 1307744910 485141 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​33) pikhq: A lunar nation is totally pointless. ehird: consider low-gravity porn fungebob: OK. Now I'm convinced. \ 249) The Perl script is probably slower than the Befunge code. \ 271) in retrospect that wasn't even necessary, as communal readings of the Funge-98 spec do just a < 1307744915 292419 :Gregor!Gregor@codu.org PRIVMSG #esoteric :olsner: Shut your link-recognition whore mouth! < 1307744916 483746 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :woah, a bf rot13 sounds insanely complicated. < 1307744918 99467 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and hates botloops even more than he hates not being terrible < 1307744923 33857 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :or < 1307744924 497341 :tswett!~Warrigal@unaffiliated/ihope PRIVMSG #esoteric :`quote 124 < 1307744924 941097 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :the opposite of that < 1307744925 663816 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​124) Well yeah, but furthermore unlike, oh, say, an Apple product, you don't have to sign their "we own your sperm" license agreement to GET that SDK and the requisite libraries. ... pikhq: Sure, but it's the only way Apple could get a first-born-son clause into a modern licensing agreement without infringing < 1307744925 851662 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :dunno < 1307744926 13641 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :CakeProphet: it's not massively bad < 1307744942 647310 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :the hard part is working less-than and greater-than operators < 1307744955 877597 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :elliott: hmm, who's running Gregor? can we patch it? < 1307744961 434970 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: http://www.hevanet.com/cristofd/brainfuck/rot13.b is a ... longer version than < 1307744961 921051 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i think < 1307744964 57696 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :theres an anagolf one of it < 1307744964 220679 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ais523: ah, yeah nevermind. For some reason I was thinking you had to load the entire string into memory at once. That is silly. < 1307744966 543335 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i don't particularly like apples < 1307744974 281381 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: EgoBot is running Gregor < 1307744981 361491 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :they have that thing inside them that tastes like meh < 1307744983 932143 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :oklofok, better than pears. < 1307744993 497210 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :CakeProphet: even if you did, it still wouldn't make a significant difference < 1307745000 142105 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :pears also have shit inside them < 1307745001 262009 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :loading one string into memory is one of the few things that BF is actually very good at < 1307745005 830424 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: it's like rot13 but with numbers and symbols too. < 1307745018 283429 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :the taste of the good part is of secondary importance < 1307745030 517382 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: you can eat just the good part and throw the rest away < 1307745030 710911 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : why does hackego do the weird invisible character thing? link recognition fails :/ <-- why would a prefixed character prevent link recognition? < 1307745032 336056 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :that's what I do < 1307745037 402489 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote `quote < 1307745038 654138 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​407) `quote django ​352) django is named after a person? thought it would be a giraffe or something thankfully only one \ 408) `quote django ​352) django is named after a person? thought it would be a giraffe or something \ 407) < 1307745040 13314 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: because its part of the same word < 1307745043 385311 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: consider abchttp://google.com/ < 1307745047 643399 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :erm < 1307745052 826241 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" oklofok: you can eat just the good part and throw the rest away" <<< if i could *first* throw the rest away and then eat, it'd be okay < 1307745054 230404 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :except that's actually a valid abchttp link, but whatever < 1307745060 721379 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :but yeah < 1307745062 685664 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :django is named after AN EXCELLENT JAZZ GUITARIST. < 1307745064 981829 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: there's a tool called a corer < 1307745073 329408 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: i think he means the actual apple < 1307745076 917092 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :if you combine that with cutting away obvious bruises, you should be OK < 1307745078 985317 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that was the oklopol way of interpreting it < 1307745082 537480 :Gregor!Gregor@codu.org PRIVMSG #esoteric :X-Chat doesn't know that zero-width space is a whitespace character. < 1307745097 488770 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :`quote django < 1307745098 655731 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​352) django is named after a person? thought it would be a giraffe or something \ 407) `quote django ​352) django is named after a person? thought it would be a giraffe or something thankfully only one \ 408) `quote django ​352) < 1307745099 672013 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I swear not to botloop if you remove it :P < 1307745106 699811 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :maybe (probably) xchat does not know all the unicodes < 1307745128 522215 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :otherwise, while eating, i'll keep thinking "well this is good, but AT WHAT COST", you know, because i have to dispose of the insides after eating, have to keep track of nearest trashcan etc. < 1307745129 650858 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i know all the unicodes < 1307745138 635944 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :How long will it take me to reread hivebent? < 1307745140 903226 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: oklofok just likes the skin, you see < 1307745146 415938 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I r l33t h4x0rz tht kn0 411 t3h un1c0d3s < 1307745151 773852 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Sgeo: 0 seconds, but you won't be able to name a single event or character < 1307745157 544120 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :perfect optimised skimming < 1307745162 632102 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :oklofok: this is why fruiteaters are inferior < 1307745163 490949 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: you don't have a trashcan in your kitchen? < 1307745168 786501 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" oklofok: there's a tool called a corer" <<< that doesn't remove all of it usually < 1307745172 552737 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :or do you not eat apples there < 1307745174 698068 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: fair enough < 1307745187 450618 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" ais523: i think he means the actual apple" <<< no, one of oklopol's things is hating complicated food. < 1307745189 823598 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!userinterps < 1307745189 986428 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Installed user interpreters: aol austro bc bct bfbignum brit brooklyn bypass_ignore bytes chaos chiqrsx9p choo ctcp dc decisionengine drawl drome dubya echo eehird ehird elmer fudd google graph gregor gregor__1 hello id jethro kraut lperl lsh map num ook pansy pi pirate plot postmodern postmodern_aoler prefixes python redneck reverse rimshot rot13 rot47 sadbf sanetemp sfedeesh sffedeesh simpleacro simplename slashes svedeesh swedish ustemp valspeak warez wc wc < 1307745195 319681 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show wc < 1307745195 502524 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​sh text=`cat`; opts=`echo "$text" | sed 's/\( \|^\)[^-].*//'`; text=`echo "$text" | sed 's/.*\( \|^\)\([^-]\)/\2/'`; echo -n "$text" | wc $opts < 1307745207 919876 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oklofok: do you like baby food < 1307745209 450489 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its really simple < 1307745211 339389 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: i made that one < 1307745217 106387 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :ooh, sed code! < 1307745220 179726 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oerjan: did you just refer to yourself in the third person using a different nick from your current one? < 1307745223 406000 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!delinterp wc2 < 1307745223 887046 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter wc2 deleted. < 1307745224 948375 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Gregor: that list is too damn crowded < 1307745227 919712 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" oklofok: you don't have a trashcan in your kitchen?" <<< yes but i don't have to keep making sure it's still there while eating < 1307745231 132162 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :*oklofok: < 1307745236 430927 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :!pi < 1307745236 780152 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​3.14156 < 1307745238 549393 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!wc http://www.google.com/ < 1307745239 947291 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!show fudd < 1307745240 109449 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​10 11 705 < 1307745240 330972 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​sh fudd < 1307745242 87534 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!wc -c http://www.google.com/ < 1307745242 997585 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​22 < 1307745244 252620 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ais523: what? < 1307745244 767435 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :quality tool < 1307745249 253035 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wait < 1307745249 415489 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :!!show pi < 1307745249 652194 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!fudd what is this I wonder < 1307745250 251883 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​what is dis I wondew < 1307745251 451534 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and do you live in an environemnt where people might plausibly steal your trashcan while eating? < 1307745251 748179 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :lol < 1307745252 372131 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :what < 1307745254 407323 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :olsner: misping < 1307745254 704047 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :!show pi < 1307745254 886648 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​sh read p; if [ "x$p" = "x" ]; then p=5; fi; echo "scale=$p; a(1)*4;" | BC_LINE_LENGTH=490 bc -l | tr -d '\\' < 1307745256 88951 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ok the -c stops it loading it < 1307745256 947491 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :*oerjan: < 1307745257 110579 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hahaha < 1307745261 523098 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" oklofok: do you like baby food" <<< comes in a glass jar, not particularly nice < 1307745261 818330 :Gregor!Gregor@codu.org PRIVMSG #esoteric :elliott: There. < 1307745261 980636 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!elmer what is this I wonder < 1307745262 523322 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​what is this I wonduh < 1307745275 48979 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`pastequotes test < 1307745275 348460 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :elliott: to be fair, I did catch that second misping before pressing return but it was too funny to correct < 1307745276 156613 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.26884 < 1307745284 203140 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Gregor: ur supa kawaii ^________^ < 1307745290 379161 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" oerjan: did you just refer to yourself in the third person using a different nick from your current one?" <<< did you just refer to me using a different nick from any of my nicks? < 1307745294 925319 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: yes < 1307745298 450306 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :ais523: yes < 1307745298 663958 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :ais523: pong < 1307745308 310042 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, are you fixing delquote YOU BETTER BE < 1307745308 482573 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :elliott: heh, kawaii is one of the few Japanese words I actually know the meaning of < 1307745310 218828 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: are you oklofok < 1307745312 736488 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :although I can't spell it < 1307745317 959016 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: k i will because i am nice < 1307745321 953822 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I wonder if fudd is a better elmer than elmer. < 1307745330 252639 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: i was using it ironically :( < 1307745333 309591 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`url bin/delquote < 1307745334 325055 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/bin/delquote < 1307745352 611788 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :yeah actually me and oerjan are the same guy < 1307745356 147744 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run expr "999" + 0 2>&1 < 1307745357 192365 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :999 < 1307745359 797221 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :elliott: well of course, you aren't an anime-loving cosplaying teenage girl < 1307745364 61508 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: OR AM I????????????????? < 1307745366 363962 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and I don't think anyone else uses it non-ironically < 1307745381 889036 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmm, shell is really confusing < 1307745395 147426 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...what? < 1307745396 349076 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run id=999; echo $((id-9)) < 1307745397 409744 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :990 < 1307745406 607536 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :elliott: ouch < 1307745411 420000 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :is it implying a sigil there? < 1307745417 379500 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: yeah, bash math mode is weird < 1307745418 149085 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :ais523: outside japan or inside it either? < 1307745426 294971 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :ais523: japanese people calling stuff 'cute' might use it non-ironically a lot though < 1307745426 559901 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`pastequotes < 1307745427 615513 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.14184 < 1307745432 466759 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric : elliott: well of course, you aren't an anime-loving cosplaying teenage girl < 1307745437 865197 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: both < 1307745439 321894 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I think < 1307745440 196138 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :SILENCE FOR ONE OF THEIR NUMBER WALKS AMONG US < 1307745447 176976 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :WE MUST NOT SPEAK OF THIS MATTER < 1307745460 933714 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :ais523: afaiu, japanese people love cutesy things, why wouldn't they have a serious word for them? < 1307745461 182638 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run sh -x bin/delquote 444 2>&1 < 1307745462 316410 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​+ id=444 \ + expr 444 + 0 \ + head -n 443 quotes \ + tail -n +445 quotes \ + diff quotes quotes.new \ + mv quotes.new quotes \ + echo '*poof*' \ *poof* < 1307745468 523137 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote 444 < 1307745469 630354 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :444) This is [...] me saying "lol im a fag". < 1307745470 340034 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: it's a great word < 1307745477 1122 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run sh -x bin/delquote 445 2>&1 < 1307745478 168523 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​+ id=445 \ + expr 445 + 0 \ + head -n 444 quotes \ + tail -n +446 quotes \ + diff quotes quotes.new \ + mv quotes.new quotes \ + echo '*poof*' \ *poof* < 1307745479 772282 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote 444 < 1307745480 805731 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :444) This is [...] me saying "lol im a fag". < 1307745481 382021 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: yeah the sigil is implied in expr/$(()) < 1307745483 291472 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmmm < 1307745483 925219 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :ais523: ? < 1307745486 979255 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: for convenience < 1307745490 59776 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :oklofok: if everything is already cute, why would you need a word for it? < 1307745499 86935 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :stop takling guys im doing serious software engineering < 1307745501 287288 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oklofok: I mean, it's so much better than the rough English translations < 1307745510 859943 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :ais523: so why would you only use it ironically < 1307745516 613209 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : oerjan: are you oklofok <-- not afaik < 1307745529 702732 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :because the meaning is one that most people wouldn't generally want to use < 1307745535 607083 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`fetch http://sprunge.us/XWbR < 1307745537 118128 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :2011-06-10 22:38:56 URL:http://sprunge.us/XWbR [214] -> "XWbR" [1] < 1307745540 737101 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :elliott: lol, "engineering" software are you? < 1307745541 193748 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :argh, there's too much noise here, when i finally manage to answer, people have already spammed like 50 lines < 1307745547 630330 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :whoops, meant to say that as oerjan. < 1307745554 331790 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run sh XWbR 455 < 1307745555 444807 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​*poof* < 1307745561 265160 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`url quotes.new < 1307745562 314603 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/quotes.new < 1307745568 846161 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmm < 1307745570 103954 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :whoops, I just accidentally deleted all my email < 1307745570 991582 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ok so it just does nothing < 1307745572 909451 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`rm quotes.new < 1307745574 36739 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307745574 348925 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523: cool < 1307745574 759816 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :good thing the undelete is working properly < 1307745578 660195 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :lol < 1307745582 795525 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :is the mail server running on dos < 1307745600 116430 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :" because the meaning is one that most people wouldn't generally want to use" <<< oh well i don't know what it means past "cute" < 1307745601 631487 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : Learn to be Chinese and kill yourself < 1307745601 793923 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :this quote always unnerves me < 1307745609 883097 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i find it hard to come up with reasons that zzo wouldn't flip out and become a serial killer :/ < 1307745615 132074 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :but then the same applies to all of you < 1307745616 903011 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :also, everyone < 1307745624 745687 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ACTION is a serial killer. < 1307745625 497662 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :hmm, you're assuming he hasn't already? < 1307745629 826516 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: oh dear < 1307745640 207967 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i would never flip out and become a serial killer, but it might be a very interesting career choice otherwise < 1307745649 882122 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`fetch http://sprunge.us/FTCd < 1307745650 877531 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :2011-06-10 22:40:50 URL:http://sprunge.us/FTCd [214] -> "FTCd" [1] < 1307745656 193789 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run sh FTCd 455 < 1307745657 188487 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​*poof* < 1307745662 217128 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wtf < 1307745663 862175 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :oklofok: the first and second part of that sentence don't seem to agree completely < 1307745672 139583 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :olsner: i mean "flipping out" is just gay < 1307745685 942858 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: the sudden profusion of userinterps is my doing. < 1307745687 612112 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`fetch http://sprunge.us/VASY < 1307745687 774878 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!show elmer < 1307745687 775417 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :perl for (<>) {lc; s/l(?!e\W)/w/g; s/\Ber|(? "VASY" [1] < 1307745697 777115 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run sh VASY 455 < 1307745698 933702 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​*poof* < 1307745702 132982 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wtf < 1307745703 440804 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :if i became a serial killer, it'd be because i want to kill people, not because i'm crazy < 1307745710 881575 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run head -n 450 quotes | paste < 1307745712 42562 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.15924 < 1307745714 935517 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: it's a problem when we cannot list them all... < 1307745719 659453 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :im going to add if i became a serial killer, it'd be because i want to kill people, not because i'm crazy < 1307745721 544878 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :once ive fixed this < 1307745722 574596 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!ls < 1307745725 985906 :kovacs!~mhewelt@92.21.230.199 JOIN :#esoteric < 1307745726 458915 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :right, becoming a serial killer doesn't imply that you've flipped out or even changed in personality < 1307745733 25678 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :just that you've started killing people < 1307745734 275022 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!sh ls -1 < 1307745734 442348 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :interps < 1307745735 224262 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :yes < 1307745737 663489 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: hi, stop < 1307745743 53382 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :thanks < 1307745747 375894 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :saying anything else is just ignorant < 1307745748 997259 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmmhmm < 1307745752 734871 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`url bin/addquote < 1307745753 877327 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/bin/addquote < 1307745766 844513 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well that wasn't the right flag < 1307745778 666968 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run head -n $((455-1)) quotes >quotes.new < 1307745779 807046 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307745781 289286 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :killing people is a natural thing, which we refrain from because it's so much better than the alternative in the long run. < 1307745789 476214 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :what the fucking what < 1307745793 530113 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run head -n $((9-1)) quotes >quotes.new < 1307745794 803666 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307745801 966002 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :gah how does that work but not < 1307745805 6887 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote 455 < 1307745805 444902 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!ls -1 interps < 1307745806 129572 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307745807 240145 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :elliott: $((455-1)), aka 454? < 1307745807 624900 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh < 1307745810 402851 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote 454 < 1307745811 556839 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307745814 175240 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: stfu im trying to dianogse the bug < 1307745814 891673 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :WTF < 1307745816 407534 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`url quotes < 1307745817 544700 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/quotes < 1307745825 764281 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ok wait < 1307745826 69490 :Gregor!Gregor@codu.org PRIVMSG #esoteric :elliott: Maaaaaaaaaaaaybe you want to take this to PM :P < 1307745827 737543 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :how many quotes are there < 1307745829 151818 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run wc -l quotes < 1307745829 956256 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :have fun dianogsing < 1307745830 234919 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :453 quotes < 1307745832 321331 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Gregor: fuk u im an unpaid volunter < 1307745835 173466 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote 453 < 1307745835 727864 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: CONCENTRATE CONCENTRATE CONCENTRATE CONCENTRATE < 1307745836 377314 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :453) " elliott: Americans also have 20 mile one-way commutes." <<< one-way commutes? you have like disposable jobs? < 1307745841 551636 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`delquote 453 < 1307745842 806561 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​*poof* < 1307745843 254620 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote 453 < 1307745844 442537 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :453) " elliott: Americans also have 20 mile one-way commutes." <<< one-way commutes? you have like disposable jobs? < 1307745846 970386 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i honestly have no idea < 1307745848 322054 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :Gregor: lol hello welcome to #esoteric < 1307745855 632655 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run head -n $((453-1)) quotes >quotes.new < 1307745856 719066 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307745861 546033 :Gregor!Gregor@codu.org PRIVMSG #esoteric :elliott: Your `quote hours go directly into my GGGGC hours! By some convolution. < 1307745869 16395 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!perl print "elliott: " . "CONCENTRATE" x 30 < 1307745869 719485 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :elliott: CONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATE < 1307745871 47778 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run head -n $((454-1)) quotes >quotes.new < 1307745872 194604 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307745880 844003 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wtf < 1307745884 190516 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote 453 < 1307745885 423403 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307745889 229516 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :WHAT < 1307745896 901446 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I DIDN'T TOUCH QUOTES < 1307745900 150064 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`help < 1307745901 155471 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :Runs arbitrary code in GNU/Linux. Type "`", or "`run " for full shell commands. "`fetch " downloads files. Files saved to $PWD are persistent, and $PWD/bin is in $PATH. $PWD is a mercurial repository, "`revert " can be used to revert to a revision. See http://codu.org/projects/hackbot/fshg/ < 1307745909 677748 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wait < 1307745911 687772 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :is it just the merging time < 1307745911 850240 :Gregor!Gregor@codu.org PRIVMSG #esoteric :elliott concentrate, new from Crooked Tooth Farms < 1307745925 672592 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`revert 423 < 1307745927 283845 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :Done. < 1307745935 545784 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quotes fag < 1307745936 595747 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :444) This is [...] me saying "lol im a fag". \ 445) This is [...] me saying "lol im a fag". < 1307745936 758389 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote fag < 1307745937 698589 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :444) This is [...] me saying "lol im a fag". \ 445) This is [...] me saying "lol im a fag". < 1307745941 193586 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`delquote 444 < 1307745942 279073 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​*poof* < 1307745951 509200 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`delquote 445 < 1307745952 688680 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​*poof* < 1307745960 493179 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote fag < 1307745961 590166 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :444) This is [...] me saying "lol im a fag". < 1307745965 414579 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh right < 1307745968 512748 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`revert 423 < 1307745969 716588 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :Done. < 1307745970 350670 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote fag < 1307745971 646579 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :444) This is [...] me saying "lol im a fag". < 1307745973 566351 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :`run echo CONCENTRATE | sed 's/.*/elliott: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&/' < 1307745974 578187 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :elliott: < 1307745976 597574 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wtf < 1307745977 223186 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wtf < 1307745977 444117 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wtf < 1307745977 923408 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wtf < 1307745980 992569 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Gregor: revert is broken < 1307745984 882532 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: seriously fucking stop < 1307746020 647332 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote fag < 1307746021 741369 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :elliott: it didn't even work ... what did the bot do to my &'s? < 1307746021 903756 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :444) This is [...] me saying "lol im a fag". \ 445) This is [...] me saying "lol im a fag". < 1307746024 172385 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh < 1307746025 284487 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :theyre back < 1307746029 765685 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`delquote 444 < 1307746030 987012 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​*poof* < 1307746031 189458 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :TEN NINE < 1307746032 403951 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :EIGHT SEVEN < 1307746033 545396 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :SIX FIVE < 1307746035 724038 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :FORU THRE < 1307746037 744090 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :TWO FOUR < 1307746040 625681 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ZORRO < 1307746042 124619 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :> var$"elliott: "++cycle"CONCENTRATE" < 1307746042 930209 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote fag < 1307746043 720263 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : elliott: CONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATECONCENTRATE... < 1307746043 994725 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :444) This is [...] me saying "lol im a fag". < 1307746046 385329 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`delquote 444 < 1307746047 667522 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​*poof* < 1307746049 311639 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: im going to rip your skull < 1307746050 730302 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :TEN NINE < 1307746051 451251 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :EIGHT FOUR < 1307746053 80854 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :SEVEN SIX < 1307746054 949540 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :NINE EIGHT < 1307746055 150604 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::t var < 1307746055 863346 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :forall a. String -> Sym a < 1307746056 648909 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :TWO ONE < 1307746058 928424 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ZERO < 1307746061 12854 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote fag < 1307746062 340865 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307746063 234367 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :guys delquote worked all along happy holidays < 1307746063 469349 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: AGAIN? < 1307746064 842113 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: what is this magical var thing. < 1307746085 628919 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote if i became a serial killer, it'd be because i want to kill people, not because i'm crazy < 1307746086 594507 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :454) if i became a serial killer, it'd be because i want to kill people, not because i'm crazy < 1307746096 904709 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : elliott, are you fixing delquote YOU BETTER BE < 1307746099 943690 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :fixed, in the past, by never breaking it < 1307746100 356165 :kovacs!~mhewelt@92.21.230.199 PART :#esoteric < 1307746100 518654 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`ls < 1307746101 420247 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :1 \ babies \ bin \ bluhbluh \ env \ foo \ paste \ ps \ quine.pl \ quine2.pl \ quine3.pl \ quotes \ quotese \ tekst \ tmpdir.15136 \ тэкст < 1307746107 773696 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`cat тэкст < 1307746108 960344 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​Ня ведаю, навошта, але няхай сабе будзе < 1307746110 63531 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`run ls | paste < 1307746111 127699 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.1234 < 1307746115 986851 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :heh < 1307746122 160724 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!userinterps < 1307746122 653754 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Installed user interpreters: aol austro bc bct bfbignum brit brooklyn bypass_ignore bytes chaos chiqrsx9p choo ctcp dc decisionengine drawl drome dubya echo eehird ehird elmer fudd google graph gregor gregor__1 hello id jethro kraut lperl lsh map num ook pansy pi pirate plot postmodern postmodern_aoler prefixes python redneck reverse rimshot rot13 rot47 sadbf sanetemp sfedeesh sffedeesh simpleacro simplename slashes svedeesh swedish ustemp valspeak warez wc yo < 1307746137 240193 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!yo hello my good friends < 1307746142 738096 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :..nope < 1307746147 179850 :Gregor!Gregor@codu.org PRIVMSG #esoteric :elliott: Apparently that says "I do not know why, but let it be" in Belarusian (wtf) < 1307746152 700810 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Gregor: clearly we need it < 1307746153 694226 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!show reverse < 1307746154 98938 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :bf ,----------[++++++++++>,----------]<[.[-]<] < 1307746200 869163 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!sadbf what is this I wonder < 1307746207 864232 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: i think it is something for symbolic computation, although i'm just using it because its Show instance prints the original string without quotes (and unlike text which i've seen used here before, works with infinite strings) < 1307746210 981771 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!sadbf ++++++++++++++++++++++++++++++++++. < 1307746211 630389 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​" < 1307746219 81446 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!show sadbf < 1307746219 277783 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :is this the channel where someone posted a link to the write-only memory datasheet? < 1307746219 458366 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :sadol :M$0 :d:i,45000@>i-01(2]M0:i-i1:S$0:C;3:l#C-01:p:m0@:m%+m1d?=#Cp"1<:m?<-m10-s1-m1?=#Cp"1.!'2#Mm?=#Cp"1,:#Mm'1;0?=#Cp"1[]S-p1?=#Cp"1]?=#Mm00:p[S0:p+p1 < 1307746246 458402 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: wat < 1307746262 354866 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`quote tasty deep-fried < 1307746263 578804 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :425) How to make a tasty deep-fried treat: 1) Buy ingredients: Large vat of boiling oil, dry ice and a small Filipino boy. 2) Place Filipino boy in dry ice until frozen solid. 3) Shatter now-frozen Filipino boy into boiling oil. 4) Wait fifteen minutes, drain and enjoy! I have the weirdest boner right now. < 1307746271 481732 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!bc Hello you guys I am awesome < 1307746272 257766 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​(standard_in) 1: illegal character: H < 1307746279 750681 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :elliott: it wasn't? then I'll have to repost it for it is funny < 1307746289 339724 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: it might have been :P < 1307746300 467010 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : !yo hello my good friends <-- that's probably !yodawg, which should be the last interpreter unless someone added one behind it < 1307746309 358479 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :[[And that was going to a type with less strict alignment rules. Increasing the requirement like this: < 1307746309 521040 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : short s[2] = { 0, 42 }; < 1307746309 683668 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : int i = *(int *)s; < 1307746309 683850 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Has three possible outcomes: i == 0, i == 42 or crash (unaligned 4-byte load).]] < 1307746316 216377 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :*SIGN* < 1307746327 182312 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :It's undefined behaviour, it has literally infinite possible outcomes because it isn't a program. < 1307746351 71863 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!postmodern_aoler I think it's important to focus our energy right now < 1307746351 674539 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :I TH1NK 1T"5 IMPORTANT 2 FOCU5 OUR ENERGY RIGHT NOW < 1307746378 530215 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!postmodern_aoler Im a tarski jfk < 1307746379 190282 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :1M A TAR5KI JFK < 1307746426 605736 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : is this the channel where someone posted a link to the write-only memory datasheet? <-- i've seen write-only memory mentioned so possibly < 1307746451 483448 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!show decisionengine < 1307746451 990292 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :haskell import System.Random; main = (randomRIO (0,1) :: IO Int) >>= print < 1307746470 756211 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!delinterp decisionengine < 1307746471 361070 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter decisionengine deleted. < 1307746481 862587 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!addinterp haskell import System.Random; main = (randomRIO (0,1) :: IO Int) >>= print < 1307746482 308187 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​There is already an interpreter for haskell! < 1307746490 845855 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!addinterp decide haskell import System.Random; main = (randomRIO (0,1) :: IO Int) >>= print < 1307746491 363446 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter decide installed. < 1307746492 430042 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :http://www.national.com/rap/Story/WOMorigin.html <-- here it is then < 1307746513 28976 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :new for everyone who hasn't, refresher course for everyone who has read it < 1307746521 751378 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!show simpleacro < 1307746522 124658 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :haskell import System.Random; import Control.Monad; main = do {len <- pick [2..10]; putStrLn =<< (replicateM len $ pick ['A'..'Z'])} where pick a = randomRIO (0, length a - 1) >>= return . (a !!) < 1307746535 696356 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!addinterp acro haskell import System.Random; import Control.Monad; main = do {len <- pick [2..10]; putStrLn =<< (replicateM len $ pick ['A'..'Z'])} where pick a = randomRIO (0, length a - 1) >>= return . (a !!) < 1307746536 160608 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter acro installed. < 1307746541 376647 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!delinterp simpleacro < 1307746541 887721 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter simpleacro deleted. < 1307746545 415764 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!acro < 1307746550 623650 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :NV < 1307746554 735712 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :YOU FUCKING RUINED SIMPLEACRO < 1307746558 8244 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!delinterp acro < 1307746558 398324 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter acro deleted. < 1307746562 885587 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :... < 1307746563 858179 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!addinterp simpleacro haskell import System.Random; import Control.Monad; main = do {len <- pick [2..10]; putStrLn =<< (replicateM len $ pick ['A'..'Z'])} where pick a = randomRIO (0, length a - 1) >>= return . (a !!) < 1307746564 374373 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter simpleacro installed. < 1307746566 16951 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :how? < 1307746566 740937 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :WELCOME BACK OLD FRIEND < 1307746581 195935 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :ACTION wonders if proving something would be a nice addition to all this white noise < 1307746583 819746 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : hey fhet's zeees OouooH SNEP IT'S A FOooCKING TIGER < 1307746597 499629 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :hey it's my program I can name it whatever I want. :P < 1307746606 478903 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: wtf are you sabotaging our attempts at shortening the interpreter list? < 1307746611 831224 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :if I shorten some of the names then we can have more interps displayed. < 1307746613 590977 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: i value tradition, asshole. < 1307746616 215444 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::( < 1307746617 179651 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :anyway, about bot loops: I think that if the bot sends messages to the channel in a special way, then other bots can see which messages were sent from other bots and ignore them < 1307746618 277452 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :here's a fun little puzzle which you can solve yourselves < 1307746625 200967 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!userinterps < 1307746625 363777 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Installed user interpreters: aol austro bc bct bfbignum brit brooklyn bypass_ignore bytes chaos chiqrsx9p choo ctcp dc decide drawl drome dubya echo eehird ehird elmer fudd google graph gregor gregor__1 hello id jethro kraut lperl lsh map num ook pansy pi pirate plot postmodern postmodern_aoler prefixes python redneck reverse rimshot rot13 rot47 sadbf sanetemp sfedeesh sffedeesh simpleacro simplename slashes svedeesh swedish ustemp valspeak warez wc yodawg < 1307746628 952146 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :olsner: or they can just ignore messages with certain nicks < 1307746629 678622 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :dur < 1307746634 169168 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: oh well they all fit now. i think. < 1307746640 777215 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :istr this is what lambdabot does to prevent loops between several lambdabots < 1307746641 710032 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: not if I keep adding more. :D < 1307746647 54362 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :!show yodawg < 1307746647 235324 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :unlambda (sending via DCC) < 1307746649 637832 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!showinterp gregor__1 < 1307746651 631288 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!show gregor__1 < 1307746652 25037 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :sh sed 's/th/þ/g ; s/Th/Þ/g ; s/s/ſ/g ; s/ae/æ/g ; s/Ae/Æ/g ; s/oe/œ/g ; s/Oe/Œ/g' < 1307746657 510687 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!delinterp gregor__1 < 1307746657 890357 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter gregor__1 deleted. < 1307746658 52723 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :A, B \subset X^2, A and B transitive, B symmetric, A \cup B = X^2. prove A = X^2 or B = X^2 < 1307746665 19849 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!addinterp pikhq sh sed 's/th/þ/g ; s/Th/Þ/g ; s/s/ſ/g ; s/ae/æ/g ; s/Ae/Æ/g ; s/oe/œ/g ; s/Oe/Œ/g' < 1307746665 549282 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter pikhq installed. < 1307746669 662425 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!show eehird < 1307746670 32971 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :haskell main = interact (let food s = case dropWhile (\x -> not (isAlpha x || isSpace x)) s of "" -> []; s' -> w : food s'' where (w, s'') = break (\x -> not (isAlpha x || isSpace x)) s' in unlines $ map ((" " ++) . unwords . words) $ food $ map toLower) < 1307746672 381274 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!show ehird < 1307746672 872526 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :sh funetak < 1307746683 72627 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!ehird the most donkey fishes < 1307746683 733314 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :da most donkey fishes < 1307746687 382689 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!eehird the most donkey fishes < 1307746695 537973 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :what < 1307746699 864724 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : /tmp/input.17083.hs:1:57: Not in scope: `isAlpha' < 1307746700 27141 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : < 1307746700 774328 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : /tmp/input.17083.hs:1:70: Not in scope: `isSpace' < 1307746702 651510 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : < 1307746704 660943 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : /tmp/input.17083.hs:1:151: Not in scope: `isAlpha' < 1307746706 644554 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : < 1307746708 649021 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : /tmp/input.17083.hs:1:164: Not in scope: `isSpace' < 1307746710 681163 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : < 1307746712 857186 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : /tmp/input.17083.hs:1:245: Not in scope: `toLower' < 1307746714 718361 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : < 1307746716 657690 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :> (let food s = case dropWhile (\x -> not (isAlpha x || isSpace x)) s of "" -> []; s' -> w : food s'' where (w, s'') = break (\x -> not (isAlpha x || isSpace x)) s' in unlines $ map ((" " ++) . unwords . words) $ food $ map toLower) "the most donkey fishes" < 1307746717 721809 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Couldn't match expected type `[GHC.Types.Char]' < 1307746717 883968 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : against inferred ty... < 1307746720 964383 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :o_O < 1307746747 326848 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :what the hell is that. < 1307746759 914375 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: EXPLAIN THIS < 1307746778 406946 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it's uorygl's fault apparently < 1307746788 567698 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!ehird I have this awesome opinion on something < 1307746789 122767 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :Em have this awesome opinion on something < 1307746806 237777 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :!pi < 1307746806 592651 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :3.14156 < 1307746814 10001 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!pi 10000 < 1307746822 540890 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :tau / 2 < 1307746822 703163 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :because I like circular definitions < 1307746823 653193 :Vorpal!~AnMaster@unaffiliated/anmaster QUIT :Ping timeout: 260 seconds < 1307746839 80494 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :lol, why didn't I see that the first time, it's wrong < 1307746842 140441 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : istr this is what lambdabot does to prevent loops between several lambdabots <-- yeah it adds initial space to many things. < 1307746849 976741 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: EXLPAN IT < 1307746854 533488 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :http://www.reddit.com/r/reddit.com/comments/hwlxz/ok_wtf_i_live_near_this_reactor_here_in_the_us_we/ < 1307746862 390964 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :This reached the front page of Reddit. < 1307746865 591222 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :oerjan: that isn't what "this" referred to < 1307746870 756220 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Who says sensationalism never paid off/ < 1307746872 878510 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :*? < 1307746899 711034 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!addinterp acro haskell import System.Random; import Control.Monad; main = do {len <- pick [2..10]; putStrLn =<< (replicateM len $ pick ['A'..'Z'])} where pick a = randomRIO (0, length a - 1) >>= return . (a !!) < 1307746900 250381 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter acro installed. < 1307746905 178430 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!delinterp simpleacro < 1307746905 646857 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Interpreter simpleacro deleted. < 1307746907 746365 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ACTION ahems. < 1307746911 813792 :Deewiant!~deewiant@cs186230.pp.htv.fi PRIVMSG #esoteric :> (let food s = case dropWhile (\x -> not (isAlpha x || isSpace x)) s of "" -> []; s' -> w : food s'' where (w, s'') = break (\x -> not (isAlpha x || isSpace x)) s' in unlines . map ((" " ++) . unwords . words) . food . map toLower) "the most donkey fishes" < 1307746913 345526 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : " the most donkey fishes\n" < 1307746979 339108 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I wonder why it takes so long for it to run < 1307746980 381670 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!acro < 1307746980 620642 :tswett!~Warrigal@unaffiliated/ihope PRIVMSG #esoteric :elliott: I confess. < 1307746985 421036 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :PLEZGVL < 1307746988 615812 :tswett!~Warrigal@unaffiliated/ihope PRIVMSG #esoteric :`pwd < 1307746989 720758 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :​/tmp/hackenv.17778 < 1307746995 472954 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Deewiant: What's that even meant to do. < 1307746999 113715 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: missing Data.Char import i guess < 1307747069 648207 :Deewiant!~deewiant@cs186230.pp.htv.fi PRIVMSG #esoteric :> (let food s = case dropWhile (\x -> not (isAlpha x || isSpace x)) s of "" -> []; s' -> w : food s'' where (w, s'') = break (\x -> not (isAlpha x || isSpace x)) s' in unlines . map ((" " ++) . unwords . words) . food . map toLower) "123abc456def" < 1307747071 154557 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : " abc\n def\n" < 1307747086 656527 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: it doesn't even type as-is < 1307747112 453968 :Deewiant!~deewiant@cs186230.pp.htv.fi PRIVMSG #esoteric :2009-07-13 04:12:15( Warrigal) > let food s = case dropWhile (\x -> not (isAlpha x || isSpace x)) s of "" -> []; s' -> w : food s'' where (w, s'') = break (\x -> not (isAlpha x || isSpace x)) s' in unlines $ map ((" " ++) . unwords . words) $ food $ map toLower $ "What do you do, my eponymous friend?" < 1307747117 631834 :Deewiant!~deewiant@cs186230.pp.htv.fi PRIVMSG #esoteric :2009-07-13 04:14:08( Warrigal) !addinterp eehird haskell main = interact (let food s = case dropWhile (\x -> not (isAlpha x || isSpace x)) s of "" -> []; s' -> w : food s'' where (w, s'') = break (\x -> not (isAlpha x || isSpace x)) s' in unlines $ map ((" " ++) . unwords . words) $ food $ map toLower) < 1307747136 776389 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Right, saw that. < 1307747217 837728 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : oerjan: that isn't what "this" referred to <-- well then i don't know what you mean < 1307747336 595151 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :oerjan: basically that there are severaly ways to send messages to channels, and one of them is supposed to be used by bots but not people < 1307747348 740761 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :and if you make bots only listen to people, everything works out < 1307747361 396013 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: well Deewiant fixed some . / $ confusion < 1307747374 941722 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :I remember a discussion about this in one of the haskell channels a long time ago < 1307747386 926196 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :about how lambdabot avoids bot loops < 1307747405 435242 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :olsner: notices, yes, but lambdabot doesn't use that. because it's annoying in most clients. < 1307747409 14164 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :as far as I know the IRC protocol only has one MSG command. < 1307747425 425640 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: NOTICE < 1307747439 211446 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ah, but yeah, that looks annoying. < 1307747520 391397 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake NOTICE #esoteric :sup dawgs < 1307747564 8213 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :right, lambdabot definitely doesn't use those < 1307747598 194575 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :in mirc, you see that on whatever channel happens to be active i think < 1307747612 905229 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :I wonder what it was then, because I definitely remember that (someone claimed that) it didn't rely on the contents of the messages < 1307747613 292820 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :so you get those in the logs of another channel, which is kinda insane < 1307747680 151669 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I think notices should be used properly < 1307747694 514013 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :regardless of mIRC interpreting them as massively exciting rather than as less important than privmsgs < 1307747746 950687 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :privmsg's aren't important? < 1307747763 364007 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i guess you didn't mean *even* less important < 1307747785 245906 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :i don't think mirc considers notices more important than privmsg's since it opens a query window for privmsgs < 1307747895 692870 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :If a space is metrizable, then it is sequentially compact if and only if it is compact. However in general there exist sequentially compact spaces which are not compact (such as the first uncountable ordinal with the order topology), and compact spaces which are not sequentially compact (such as the product of uncountably many copies of the closed unit interval). < 1307747896 939585 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric ::D < 1307747897 845198 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :mirc doesn't consider anything important because it's a program. < 1307747898 562400 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :.. < 1307747900 77711 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric ::3 < 1307747906 575330 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :that's just hilardious < 1307747928 178377 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :wanted to check which direction is always true because i couldn't see it < 1307747944 416408 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :but lol topology owns i need to get my hands on counterexamples in topology < 1307748093 189132 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :hmmm, how would you go about a fuzzy three-valued logic? < 1307748112 230747 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ah, [-1,1] < 1307748122 320826 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :well, no... < 1307748169 881379 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :you could have an unknown value that is independent of your truth and false value. < 1307748187 10181 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :so perhaps a complex number. < 1307748700 871970 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric : regardless of mIRC interpreting them [...] <-- irssi too < 1307748714 483014 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :bad irrsi! < 1307748744 444202 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :do you know any client which _does_ treat notices as less important in-channel < 1307748761 639627 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :well when I /sent/ the notice I was in Window, but it showed it in #esoteric < 1307748763 812817 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :(irssi does refrain from opening a new window if it's not in a channel) < 1307748853 255970 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Konversation uses [Notice] -nick- rather than for notices < 1307748861 67556 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and allows you to set them to a different color < 1307748883 56392 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :that's still more noise than a privmsg < 1307748891 962436 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and my color settings are to make them less standouty than privmsgs < 1307748899 644457 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(I have them set a closer color to the background than privmsgs are) < 1307748910 802200 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :but yes, still more noise < 1307748922 756392 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote .* < 1307748923 941050 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :1) I used computational linguistics to kill her. \ 2) EgoBot just opened a chat session with me to say "bork bork bork" \ 3) Hmmm... My fingers and tongue seem to be as quick as ever, but my lips have definitely weakened... More practice is in order. \ 4) that's where I < 1307748935 978204 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::t val < 1307748936 838149 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :forall a. Dif a -> a < 1307748941 38807 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :wtf < 1307748968 972707 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote [^e] < 1307748970 209383 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :1) I used computational linguistics to kill her. \ 2) EgoBot just opened a chat session with me to say "bork bork bork" \ 3) Hmmm... My fingers and tongue seem to be as quick as ever, but my lips have definitely weakened... More practice is in order. \ 4) that's where I < 1307748974 447183 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :dif < 1307748978 576770 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :isn't that some kidn of automatic differentiation < 1307748986 250223 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote ^[^e]+$ < 1307748987 408111 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :67) hmm, this is hard \ 98) Ah, vulva. What is that, anyway? \ 133) Hooray! I'm an idiot. \ 179) it was too difficult \ 197) pikhq, Okinawan? Wtf is that \ 391) 3 = 7/2 < 1307749013 507320 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :`quote vulva < 1307749014 612642 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :98) Ah, vulva. What is that, anyway? < 1307749014 774971 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :CakeProphet: you're looking for quotes that contain no es? < 1307749018 362430 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yep < 1307749038 342806 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote ^[^aeiou]+$ < 1307749039 350279 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307749041 203979 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :heh. < 1307749175 412063 :oklofok!~oklopol@dyn37-212.vpn.utu.fi PRIVMSG #esoteric :hmm, f*ck! < 1307749195 542785 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: i was trying to find the name of that Expr thing which is like fun but not overloaded, and which i think i may have misspelled when finding var. unless its name really _is_ var or val and it just isn't imported because it conflicts with the Sym and Dif ones < 1307749213 152927 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote \b[@%$*](\$)?[\w_][\w_0-9]*\b < 1307749214 174564 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307749226 875037 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :No Perl variable names in quote, surprisingly. < 1307749239 162152 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :also what was that trick i used to get the module name of a lambdabot identifier < 1307749266 726969 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :istr managing it with Sym yesterday < 1307749284 771808 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote @{["b"]} < 1307749285 896133 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307749288 414725 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh right < 1307749300 77645 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :@let val = "boo!" < 1307749300 848931 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Defined. < 1307749304 403888 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :> val < 1307749305 190480 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Ambiguous occurrence `val' < 1307749305 373710 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : It could refer to either `L.val', defined at "hi" < 1307749362 752843 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "hi" < 1307749367 658937 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :> val < 1307749368 528125 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Overlapping instances for GHC.Show.Show < 1307749368 853031 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : (Data.... < 1307749397 772562 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :`quote (?{"drugs"}) < 1307749398 520395 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :(again, i needed to send > val in private to get a longer response) < 1307749398 927133 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :No output. < 1307749430 80007 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :hey, you never know... < 1307749489 459278 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :r/trees is thataway < 1307749534 836276 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :oerjan, what if you like other drugs. < 1307749561 73448 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...trees? < 1307749563 314909 :pikhq!~pikhq@174-22-187-161.clsp.qwest.net QUIT :Remote host closed the connection < 1307749589 503269 :clog!~nef@bespin.org QUIT :Ping timeout: 260 seconds < 1307749606 528644 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hey Sgeo guess what didn't just update < 1307749608 892869 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hint: it's not homestuck < 1307749623 715422 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: There's also /r/drugs :P < 1307749631 380922 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: somewhat random name for reddit's main marijuana subreddit (r/marijuana apparently has awful management so people fled it) < 1307749639 363209 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ah, makes sense. < 1307749640 657353 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: it's not actually the main one < 1307749646 885081 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it's basically a place for stoners to... be stoners on reddit < 1307749653 166704 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :there's a "serious" weed subreddit, IIRC < 1307749657 786416 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well ok < 1307749667 810435 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I suspect the reason there's no analogues for other drugs is because they tend to be rather more incapacitating < 1307749670 662173 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott knows all about the various potsmoking subcultures of reddit. < 1307749675 615123 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :/r/drunk is for alcoholics < 1307749682 209245 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: yes. < 1307749688 771129 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :I remember hearing that /r/marijuana was moderated by some nut\ < 1307749693 202755 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :It is < 1307749697 839728 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Why do I know this < 1307749700 794687 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :but it's certainly reddit's _largest_ drug subreddit (it even reached top 10 after that ... 4/ something event) < 1307749726 233957 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :/r/cannabis or something is the serious one, IIRC < 1307749726 771898 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :only for a week though < 1307749733 169394 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net PRIVMSG #esoteric :elliott, ty < 1307749733 945086 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: hahaha, 4/something event? < 1307749746 303362 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: it's four/nineteen < 1307749747 936537 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :HTH < 1307749752 27472 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: 4/some number that has some significance < 1307749758 712286 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :the number is nineteen definitely < 1307749761 981916 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no 3/19 is bicycle day < 1307749767 25751 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :4/20 is hitler's birthday, of course. < 1307749774 435289 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :*4/19 < 1307749776 154816 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh right, and four/twentyone is international heroin abuse day < 1307749782 694203 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :where you abuse heroin for the occasion. < 1307749785 54733 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :poor heroin :( < 1307749786 133036 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: r/trees decided to go nuts with upvotes on that day, so managed to reach top 10 subreddit for the next week < 1307749842 663971 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :a clear sign that potsmokers love Hitler. < 1307749926 240081 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: how does one properly handling heroin without abusing it? < 1307749928 537451 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :*handle < 1307749944 693356 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :keep it in storage? tell it nice things occasionally? < 1307749959 89112 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :how does one use heroin and not abuse it, in this nomenclature. < 1307749959 720889 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :iirc it's supposedly based on some police code for drugs which may or may not actually have existed < 1307749977 244942 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: a loving mutual relationship < 1307750017 686274 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :bicycle day is definitely a more interesting drug-related holiday. I honestly have no clue where 4/20 originates. < 1307750022 674064 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :bicycle day at least makes sense. < 1307750045 11123 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :5744 < 1307750046 338002 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :er < 1307750047 307450 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh 419 are the scammers < 1307750048 20994 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://en.wikipedia.org/wiki/420_(cannabis_culture) < 1307750052 812198 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :learn you some factoids < 1307750064 697243 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: apparently there are a lot of 4nn things :P < 1307750121 44046 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :scammers? < 1307750127 913396 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: yes < 1307750131 361635 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :nigerian < 1307750202 462124 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :what a lame origin story. < 1307750308 525972 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Bicycle day is increasingly observed in psychedelic communities as a day to celebrate the discovery of LSD, this occasionally involves the consumption of LSD but most of the time individuals mark the day through referring to the discovery on social media. < 1307750315 716836 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :CakeProphet, hey did you keep reading Homestuck. < 1307750318 964396 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :The article seems to suggest that these events are mutually exclusive. < 1307750320 934193 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Phantom_Hoover: nope. < 1307750328 47347 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :CakeProphet you are terrible. < 1307750335 308164 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :You should either kill yourself < 1307750338 381479 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Or read it < 1307750346 824733 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :The hoover seems to suggest that these events are mutually exclusive. < 1307750361 26421 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :no it is an inclusive or < 1307750387 959831 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :Hope about I just do both?