< 1308960000 920627 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you do use strict and warnings, right? < 1308960008 936883 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :of course, but what is the warning? < 1308960037 453227 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :help is an undefined bareword < 1308960037 639396 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ACTION will find out soon enough... < 1308960076 324424 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :first I need to learn emacs regexp so I can save time later... < 1308960094 194485 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :hm isn't => precisely for _allowing_ barewords before it < 1308960128 313845 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yeah I don't think it will error. < 1308960141 174329 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :=> is essentially a comma that allows a bareword in front of it as a string. < 1308960145 693029 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh, right < 1308960149 258503 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ugh < 1308960167 816376 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :ugh < 1308960170 705491 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :lol... < 1308960226 289230 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :if I had joined this channel for the first time today, I would almost get the impression that you guys don't like esoteric languages. < 1308960255 988720 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I don't like esolangs that just have weird syntax as their gimmick < 1308960266 150993 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and I don't program in esolangs when I'm not esoprogramming < 1308960281 234897 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :does perl also have weird semantics I forget < 1308960299 903445 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yes. < 1308960306 590552 :pikhq!~pikhq@174-22-175-32.clsp.qwest.net PRIVMSG #esoteric :monqy: It has every semantic. < 1308960316 6853 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!perl "2" + "2" < 1308960318 824025 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!perl print "2" + "2" < 1308960319 272437 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :4 < 1308960320 663108 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :no don't do that < 1308960322 116316 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :urgh < 1308960329 853619 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!perl print 2 . 2 < 1308960330 301857 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :22 < 1308960342 277397 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ACTION smashes CakeProphet's head in < 1308960451 112106 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :!perl print print < 1308960451 554231 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :1 < 1308960458 16801 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :!perl print print + 1 < 1308960458 458997 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :11 < 1308960465 147358 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :what just happened < 1308960474 272401 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :print (+1) => 1 < 1308960477 237684 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it printed positive one, and then returned 1, which it then printed. < 1308960478 543734 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :print 1 => "1"; 1 < 1308960481 212755 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :erm < 1308960483 178851 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :print (+1) => "1"; 1 < 1308960483 903555 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :ACTION → sleep < 1308960485 157365 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :print 1 => "1"; 1 < 1308960499 236926 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :augur: link to what edwardk is talking about < 1308960504 530324 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!perl print 1 => "1"; 1 < 1308960504 994530 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :11 < 1308960506 35212 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 QUIT :Quit: Leaving < 1308960514 497015 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :elliott: what < 1308960522 739293 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :er, ski < 1308960531 967287 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :elliott: hes not talking about anything < 1308960532 692734 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: yes the transform to a regular , occurs in the tokenizer, before any precedence is done. < 1308960548 676855 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :<ski> augur : i see you at least mention later that `*' is supposed to have type `One' < 1308960549 34117 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* hape01_ has quit (Quit: leaving) < 1308960549 183077 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* kate_r has quit (Remote host closed the connection) < 1308960549 183399 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* hape01 has quit (Quit: Lost terminal) < 1308960549 183512 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :<augur> ski: im fixing that < 1308960549 755434 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :<ski> btw on page 14, there's a type which extends well into the margin < 1308960551 709460 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* guy (6334bbac@gateway/web/freenode/ip.99.52.187.172) has joined #haskell < 1308960553 850163 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* guy has quit (Client Quit) < 1308960555 263826 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :elliott: oh i see < 1308960555 807463 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :<augur> also, yeah, theres a lot of stuff that goes into margins :p < 1308960557 621803 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :augur: orly < 1308960566 809700 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :you meant i should link to what SKI is talking about < 1308960580 76348 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :sorry i thought you were re-addressing that to ski < 1308960582 224098 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :who is oddly not here < 1308960582 919630 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :ok < 1308960591 935951 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :well, youll have to wait until i fix it, elliott! < 1308960600 845313 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :>:| < 1308960605 841716 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ski is clearly lambdabot's secret identity < 1308960609 193752 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :also, youll just trash it, so < 1308960613 273323 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :no i won't < 1308960616 246942 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i promise to make no comments at all < 1308960617 364543 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :ofcourse you will < 1308960648 212844 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i promised < 1308960660 763736 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :!perl print print print print print < 1308960661 215444 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :1111 < 1308960668 221675 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :wooo < 1308960687 12452 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :!perl print (print (print (print print))) < 1308960687 505289 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :1111 < 1308960746 972971 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :elliott: right now its bulky and im going to pare it down to something more focused < 1308960753 60827 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :@bible matt 5:22 < 1308960753 244457 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Unknown command, try @list < 1308960756 3745 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :oops < 1308960769 62003 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :... < 1308960780 21709 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :I agree with elliott < 1308960787 52170 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oh my god this add_cmd thing is such a beautiful hack. < 1308960802 140436 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :btw < 1308960803 396227 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :foo => {} < 1308960805 178074 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :still requires prototypes < 1308960807 151498 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :unless you add sub < 1308960841 534369 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :hmmm, oh yeah, I guess I would need a sub... < 1308960908 712010 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :!perl ((print print) (print print)) < 1308960909 158387 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :syntax error at /tmp/input.25532 line 1, near ") (" < 1308960949 645763 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yeah okay, so you can't call 1 as a subroutine. < 1308960963 863776 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :this is a bug that is likely to be fixed soon. < 1308960970 22605 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :>_> < 1308961156 884378 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: ah yes, I believe without the sub it's interpreting the { as the start of a hashref. < 1308961190 839448 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ah well, I'll just use string literals instead of this => nonsense. < 1308961276 260543 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :> 1 1 :: Int < 1308961277 472737 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric : 1 < 1308961451 864062 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : I've decided programming or trying to understand #haskell while moderately lovesick is hopeless. < 1308961613 835387 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :programming #haskell is indeed pretty difficult. < 1308961619 365285 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :or I would imagine it is. I have never tried. < 1308961666 255380 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :I have TRANSPARENCY + NIGHTMARE against opponent's STONE BARRAGE, which means there is a 1/16 chance that they can possibly hit me at all. < 1308961695 61691 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :Possibly even slightly less. < 1308961717 226049 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :Actually, no, not less. < 1308961918 586229 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: it's just a simple #irp dialect < 1308961930 807845 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :with unusually polite interpreters < 1308962161 539100 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :And then they try playing BONE ATTACK (1 + 50% to prevent attacks (unless switched)), which is completely useless since I have two Z.R.C. (and even when I don't, I use RECYCLE ENERGY) < 1308962209 409395 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :so type add_cmd name => sub { < 1308962230 851017 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :while not as pretty ass I had hoped, does save me the effort of manually adding commands to a hash table. < 1308962233 816513 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :*typing < 1308962247 973863 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...lol, these typos are ridiculous sometimes. < 1308962256 16931 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :CakeProphet: you can actually avoid the sub, I think, with prototype majjik < 1308962265 766167 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yes but it has to be the FIRST argument for some reason < 1308962269 412964 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :which is way more ugly. < 1308962287 301235 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I think you could achieve foo => { < 1308962293 623833 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :...nope. < 1308962295 52476 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I think there's a Moose thing that uses that syntax < 1308962302 211579 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oh, well, maybe. < 1308962312 353792 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott: oh, and yes, I've seen Moose. Haven't used it or learned it though. < 1308962349 247668 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :still the prototype document says that the sub or comma isn't required if the & argument is the first one, which is how map, sort, grep, and friends work. < 1308962389 57762 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :foo => { requires the comma but not the sub, which I don't think is a possible case < 1308962460 365005 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :Golly wants Perl 5.10 but I only have 5.8 installed, and scared that upgrading will break XChat again < 1308962582 413986 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :has 'node' => (is => 'rw', isa => 'Any'); < 1308962599 890346 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it uses the {} with hashrefs but I don't see any anonymous subs. < 1308962659 589379 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :before, after, and around use name => sub {...} < 1308962789 642364 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I could do something like command {...} name => category => documentation < 1308962801 795211 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but that puts all of the information after a huge block of code. < 1308962958 53375 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :hmmm < 1308962971 848978 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!perl print => => => < 1308962982 134756 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!perl print a => b => => < 1308962982 589830 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :ab < 1308962985 210164 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :haha, nice. < 1308963008 645845 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :!perl print a => => b => < 1308963009 124091 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :ab < 1308963105 765888 :oerjan!oerjan@tyrell.nvg.ntnu.no QUIT :Quit: Good night < 1308963211 238392 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com QUIT :Remote host closed the connection < 1308963373 683934 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :ACTION notes with alarm only having 5GB free < 1308963691 328381 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :?hoogle f (f a) -> f a < 1308963691 685248 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Control.Monad join :: Monad m => m (m a) -> m a < 1308963691 834425 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Prelude concat :: [[a]] -> [a] < 1308963691 834594 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Data.List concat :: [[a]] -> [a] < 1308963695 629573 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmm < 1308963704 360986 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::t (id <*>) < 1308963705 77800 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :forall a b. ((a -> b) -> a) -> (a -> b) -> b < 1308963710 428406 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::t (pure id <*>) < 1308963711 134480 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :forall a (f :: * -> *). (Applicative f) => f a -> f a < 1308963801 794589 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric ::t fmap id < 1308963802 515235 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :forall a (f :: * -> *). (Functor f) => f a -> f a < 1308963968 256742 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Quit: 1... 2... 3... HUGS! :D < 1308964075 699262 :Vorpal!~AnMaster@unaffiliated/anmaster QUIT :Read error: Operation timed out < 1308964905 511914 :cheater__!~ubuntu@g229128016.adsl.alicedsl.de QUIT :Ping timeout: 255 seconds < 1308965694 734725 :cheater__!~ubuntu@g229129111.adsl.alicedsl.de JOIN :#esoteric < 1308966941 786835 :iconmaster!~iconmaste@209.150.235.10 QUIT :Quit: Pardon me, but I have to go die in NetHack again. < 1308973244 599113 :azaq23!~derivecto@unaffiliated/azaq23 QUIT :Ping timeout: 240 seconds < 1308973306 499172 :azaq23!~derivecto@unaffiliated/azaq23 JOIN :#esoteric < 1308973851 248669 :pikhq!~pikhq@174-22-175-32.clsp.qwest.net QUIT :Read error: Operation timed out < 1308973978 288943 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net JOIN :#esoteric < 1308974703 824236 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :6 down, 44 to go. < 1308974709 701289 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric ::D < 1308974736 734128 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: wat < 1308974755 730909 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: The New York state legislature just voted to legalise same-sex marriage. < 1308974765 547791 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh < 1308974771 646968 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :do you want a fucking cookie < 1308974785 698012 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :congratulations, your legislature is not completely composed of entirely disgusting sub-humans < 1308974798 844685 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: You live in a theocracy. You may shut up now. < 1308974905 919840 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: no, I don't < 1308974925 889605 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I live in a de jure monarchy, which is a completely different thing. < 1308974953 968582 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :A constitutional monarchy, at that. < 1308975759 419428 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: You have no constitution, and your monarch is By the Grace of God Queen. < 1308975784 911332 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :The very basis of your form of government is a divine grant of power. < 1308975801 204746 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://en.wikipedia.org/wiki/Constitutional_monarchy lists the UK as a constitutional monarchy, and you are deliberately using an interpretation of "theocracy" you know to be bullshit to troll me, so basically shut up. < 1308975826 71782 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :What constitution do you have? < 1308975889 574461 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"Constitutional monarchy (or limited monarchy) is a form of government in which a monarch acts as head of state within the parameters of a constitution, whether it be a written, uncodified or blended constitution." < 1308975908 106031 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :We do not need an explicit, written constitution to be a constitutional monarchy. < 1308975922 622787 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: Okay, fine, fine, I'll stop trolling and go with a much more *relevant* criticism. < 1308975933 688501 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: Also, please see http://en.wikipedia.org/wiki/Constitution_of_the_United_Kingdom < 1308975937 130786 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: Your country doesn't have same-sex marriage. < 1308975963 820368 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: No, but it has civil unions; all that needs to be done is to abolish marriage as a governmental institution. < 1308975999 195508 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :And then remove all the additional restrictions civil unions have, but hey, how many states do you have to go? < 1308976220 467241 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :So, in short, you have yet to do it. So your legislature may be entirely composed of entirely disgusting sub-humans. < 1308976253 388897 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: nope, all I care about is the existence of gender-nondiscriminatory civil unions < 1308976265 773835 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :marriage is an acceptable substitute < 1308976289 242406 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :discriminatory marriage should not exist if nondiscriminatory unions exist, but it's not nearly as huge a problem < 1308976298 844482 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: The issue being, of course, that many forms of "civil union" give distinct rights from a marriage. < 1308976324 410553 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yeah but most of the rights marriage gives are total bullshit. < 1308976334 251872 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :How so? < 1308976366 242708 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :because they tie the idea of loving someone unconditionally 4evaaa with certain arrangements like taxes < 1308976462 957969 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :Okay, true, those are BS. < 1308976532 21704 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :TBH, I'd rather for government recognition of marriage to go away, but it seems much more likely to get a gender-indiscriminate definition of the institution through than to eliminate marriage on a government level. < 1308976545 460512 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :I mean, if you thought the "WAR ON MARRIAGE" types were bad now... < 1308976573 490943 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i love how you let your political space be defined by what will make the biggest idiots slightly less angry < 1308976589 107672 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :Under interpretations of QM where wavefunction collapse occurs, when does it occur? < 1308976626 823192 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: The important thing is to get equal treatment of all people under the law. < 1308976700 699789 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: that won't happen in america for a long long time < 1308976705 816037 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :at least not by the current rate < 1308976714 373104 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: It seems unwise to fight for the platonic ideal legal system, which is impractical, when you could fight to get a good legal system, which is practical. < 1308976720 117932 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :How so? < 1308976765 245040 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: When do you think incestuous marriages will be legalised? < 1308976770 824854 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Few years? Decade? < 1308976777 659121 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :A billion trillion years from now? < 1308976819 279777 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :https://secure.wikimedia.org/wikipedia/en/wiki/Nirvana_fallacy < 1308976828 546762 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : elliott: The important thing is to get equal treatment of all people under the law. < 1308976835 198336 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :So by equal treatment of all people < 1308976837 996042 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you mean equal treatment of some people. < 1308976842 884282 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :https://secure.wikimedia.org/wikipedia/en/wiki/Nirvana_fallacy < 1308976848 332197 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :elliott, he means as close an approximation as possible < 1308976849 783335 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :pikhq: I was responding to the EXACT thing you said. < 1308976853 277158 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I did not exaggerate your claim at all. < 1308976861 390697 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :You said: Equal treatment of all people under the law, when relating to marriage. < 1308976864 637161 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :ACTION again realizes that he should not worship elliott  < 1308976875 921060 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :You didn't say "gay marriage", you didn't say anything like that, you said "equal treatment of all people". < 1308976890 763275 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Sgeo: Sorry, in future I will assume people said other things than what they actually said to be accommodating. < 1308976921 806619 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :I think I may have fallen for the Nirvana fallacy before, hmm < 1308976928 775531 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :Don't remember when, though < 1308976936 985510 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: You seem to think that my statement that that is *important* also means that I think it can happen. < 1308976955 575700 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: When, in fact, that statement is meant as a statement of *priority*. < 1308976986 375554 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :OK, in a billion billion trillion years you can replace marriages with civil unions, then. < 1308977002 808614 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :Stop being dense. < 1308977025 969326 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I'm not being dense, you're just not making any sense and assuming it's my fault. < 1308977051 598595 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I was talking about abolishing marriage in favour of civil unions; you said that was a far-off goal, and the important thing was equal marriage rights for all people under the law. < 1308977066 755346 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :That will take forever, so what you are saying is that replacing marriage has to wait until forever. < 1308977076 66870 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :-_-' < 1308977103 995695 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Have you considered that it may be your failure to communicate at fault rather than my intentional denseness? < 1308977114 724431 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I see no other way to interpret what you said. < 1308977133 895541 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :The *intent* of that statement was "I would rather have a change in law that makes things more equitable right now than a change in law that also makes the law the platonic ideal law." < 1308977161 353606 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :(that would undoubtedly not happen for ages, because "ZOMG WAR ON MARRIAGE") < 1308977187 421003 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :Or, TL;DR: Shaddup. < 1308977196 584661 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I can see that charitable interpretation, but your responses that did not immediately correct me made me assume that I had interpreted correctly the first time round. I mean, come on, you're hardly the most charitable interpreter of statements yourself. < 1308977227 562223 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :Am I usually a charitable interpreter of statements? I think I'm too charitable when it comes to online idiots < 1308977275 150133 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :You usually just get confused before you can actually interpret anything IME. < 1308977358 775256 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :elliott: "It seems unwise to fight for the platonic ideal legal system, which is impractical, when you could fight to get a good legal system, which is practical." That makes sense under another interpretation? < 1308977461 865175 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : elliott: The important thing is to get equal treatment of all people under the law. < 1308977464 431365 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :That is the statement in question. < 1308977469 159137 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :That was my response. < 1308977470 430313 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I pushed elliott: It seems unwise to fight for the platonic ideal legal system, which is impractical, when you could fight to get a good legal system, which is practical. < 1308977475 371643 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :to the stack while answering How so? < 1308977478 900190 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :in reply to pikhq: that won't happen in america for a long long time < 1308977479 81765 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : at least not by the current rate < 1308977482 661066 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :which was in reply to elliott: The important thing is to get equal treatment of all people under the law. < 1308977495 611322 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Technically it was at the top of the stack until just now when you popped it. < 1308977541 73069 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :I'm pretty sure our stacks got desynced. < 1308977597 614856 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :let's talk about something more fun: < 1308977598 697566 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Runtime bound checking is retarded. You need it only for code that is buggy in the first place. I manage a multi million LOC project in C and not once in the 8 years I worked for that project would a bound checking have helped to find a bug. Are there array bound overflows in our code? May be, probably not much. Would it matter, not in the least, would the wasted time matter, yes a lot. If bound checking matters to you, go on,play with Java, Pasc < 1308977598 846080 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :al and others, but let us our C which allows us to get as near as bare metal as it gets. – tristopia May 16 '10 at 9:47 < 1308977598 846274 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hehe, programmer machismo < 1308977646 607961 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :Heheh, *misguided* programmer machismo. < 1308977659 383346 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :is there another kind? < 1308977678 516158 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net PRIVMSG #esoteric :This guy probably also thinks garbage collection is slow. < 1308977690 679836 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com JOIN :#esoteric < 1308978022 666309 :copumpkin!~pumpkin@209-6-232-56.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com JOIN :#esoteric < 1308978023 134586 :copumpkin!~pumpkin@209-6-232-56.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com QUIT :Changing host < 1308978023 283210 :copumpkin!~pumpkin@unaffiliated/pumpkingod JOIN :#esoteric < 1308978127 760130 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :WRONG < 1308978144 348085 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::( < 1308978364 928666 :derrik!~xix@gprs-inet-65-53.elisa.ee JOIN :#esoteric < 1308978552 442618 :derrik!~xix@gprs-inet-65-53.elisa.ee PART :#esoteric < 1308979022 159144 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :The six side cards game is a more stategic game. Sometimes the best defense is to let the opponent knock you out. Sometimes the best defense is to not attack. Sometimes the best offensive move is to use CURSE or something like that...... < 1308979071 548095 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :If you know your opponent's deck you might want to use the PROPHECY defense < 1308979443 779153 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :?unmtl Cont r a < 1308979443 965254 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :(a -> r) -> r < 1308982081 626338 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"The terms combiner and operative were favored for their mnemonic value. Applicative was chosen for its mnemonic semi-symmetry with operative (see also [Ba78, < 1308982081 814297 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :§2.2.2]); more stringent symmetry would have analogized operand/operative with argument/argumentative, but the term argumentative was too distracting to use." < 1308982503 990461 :derrik!~xix@gprs-inet-65-13.elisa.ee JOIN :#esoteric < 1308983529 2083 :pikhq_!~pikhq@174-22-182-168.clsp.qwest.net JOIN :#esoteric < 1308983529 150655 :pikhq!~pikhq@71-219-192-24.clsp.qwest.net QUIT :Ping timeout: 258 seconds < 1308984515 882221 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Deewiant: Ping. < 1308984527 422538 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Deewiant: In REFC, does R always return the same scalar for the same vector? < 1308984534 589974 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Or can it produce a new scalar each time? < 1308984549 206095 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :And if the latter, would this be an inefficient implementation? < 1308985531 667299 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :It seems that the rand.Next() esolang is really a variant of Wait. < 1308985710 693041 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :huh, people find iteratees hard to understand < 1308986816 696829 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :Well, I just played Portal 2 multipayer with either my friend or my friend's sister, not entirely sure which < 1308986832 631623 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :same person < 1308986840 433779 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :no < 1308986917 504723 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :I couldn't tell if the game was making my friend's voice high-pitched, or that was his sister in a more normal voice < 1308986924 554792 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :This is sad. < 1308987361 413821 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net QUIT :Quit: hello < 1308987574 278460 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?unmtl State s < 1308987574 465205 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :err: `State s' is not applied to enough arguments, giving `/\A. s -> (A, s)' < 1308987586 520852 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?unmtl State s x < 1308987586 702810 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :s -> (x, s) < 1308987604 629951 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?unmtl Reader s x < 1308987604 811509 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :s -> x < 1308987663 318869 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :?unmtl ReaderT s (WriterT s (StateT r ST)) a < 1308987663 500972 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :s -> r -> ST (a, s, r) < 1308987677 770189 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :ReaderT WriterT ArithmeticT < 1308987707 949982 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?src Reader (>>=) < 1308987708 131824 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Source not found. The more you drive -- the dumber you get. < 1308987715 530176 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?src Reader s (>>=) < 1308987715 699258 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Source not found. And you call yourself a Rocket Scientist! < 1308987717 774275 :derrik!~xix@gprs-inet-65-13.elisa.ee QUIT :Quit: left < 1308987734 252893 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :woo, this might actually work < 1308988337 835306 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 JOIN :#esoteric < 1308988379 359134 :pikhq!~pikhq@174-22-158-59.clsp.qwest.net JOIN :#esoteric < 1308988381 872378 :pikhq_!~pikhq@174-22-182-168.clsp.qwest.net QUIT :Ping timeout: 260 seconds < 1308988524 765326 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hi Phantom_Hoover < 1308988532 351952 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wow, enumerator use can be really counter-intuitive < 1308988548 469858 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :E.printChunks True E.>>== EB.enumHandle 8192 h -- how do I print every chunk of an enumerator? simple, feed the printer _in_ to it. err... < 1308989566 238544 :pikhq!~pikhq@174-22-158-59.clsp.qwest.net QUIT :Ping timeout: 246 seconds < 1308989569 94463 :pikhq_!~pikhq@71-219-241-217.clsp.qwest.net JOIN :#esoteric < 1308989891 772322 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com QUIT :Remote host closed the connection < 1308989948 814164 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :?hoogle Int -> m a -> m [a] < 1308989949 175447 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Control.Monad replicateM :: Monad m => Int -> m a -> m [a] < 1308989949 324346 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Text.ParserCombinators.ReadP count :: Int -> ReadP a -> ReadP [a] < 1308989949 324495 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Prelude drop :: Int -> [a] -> [a] < 1308990392 589363 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :?hoogle ignore < 1308990392 772379 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Text.Regex.Posix.ByteString compIgnoreCase :: CompOption < 1308990392 962861 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Text.Regex.Posix.Sequence compIgnoreCase :: CompOption < 1308990393 111426 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Text.Regex.Posix.String compIgnoreCase :: CompOption < 1308990394 223961 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :?hoogle void < 1308990394 406440 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Foreign.Marshal.Error void :: IO a -> IO () < 1308990427 913287 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?hoogle Terror < 1308990428 276371 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :System.IO.Error doesNotExistErrorType :: IOErrorType < 1308990428 425115 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Network.StreamSocket handleSocketError :: Socket -> IOException -> IO (Result a) < 1308990428 425420 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :System.IO.Error ioeGetErrorString :: IOError -> String < 1308991207 283714 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308991207 466854 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Excess Flood < 1308991367 447250 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308991367 669141 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Excess Flood < 1308991586 198653 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308991586 545978 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Excess Flood < 1308992012 327484 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308992012 524145 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Excess Flood < 1308992162 656078 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :bye krbot < 1308992361 576403 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308992361 760975 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Excess Flood < 1308992440 415197 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308992440 564025 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Excess Flood < 1308992509 638692 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308992509 916380 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Excess Flood < 1308992827 292085 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308992827 523614 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Excess Flood < 1308992975 915939 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :who the fuck is running krbot < 1308993015 334795 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308993015 483305 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Excess Flood < 1308993047 751429 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :?tell krbot STOP IT < 1308993047 940381 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Consider it noted. < 1308993269 127546 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :wow, over 43 hours < 1308993315 218443 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :gogofilibuster < 1308994146 942962 :cheater__!~ubuntu@g229129111.adsl.alicedsl.de QUIT :Ping timeout: 255 seconds < 1308994522 87242 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308994553 571941 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :krbot: NO < 1308994554 296459 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :STOP < 1308994556 817152 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :EVIL < 1308994557 179940 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ONE < 1308994558 629107 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :krbot: DIE < 1308994559 438848 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :krbot: DIE < 1308994560 8071 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :krbot: DIE < 1308994565 243996 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :DIE FOREVER < 1308994733 381008 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Remote host closed the connection < 1308994958 150487 :cheater__!~ubuntu@g229129111.adsl.alicedsl.de JOIN :#esoteric < 1308995172 966391 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 QUIT :Ping timeout: 255 seconds < 1308995181 172286 :Deewiant!~deewiant@cs186230.pp.htv.fi PRIVMSG #esoteric :elliott: It can, and no, not particularly inefficient, REFC is inefficient by definition < 1308995249 678542 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Deewiant: Right, I'm just wondering whether the idea is to have an immutable store of vectors or a bijection of sorts < 1308995256 31793 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :How do you implement it? < 1308995319 903137 :Deewiant!~deewiant@cs186230.pp.htv.fi PRIVMSG #esoteric :Array :-P < 1308995447 194461 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Deewiant: I mean, < 1308995451 811007 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Do you just generate a new integer each time? < 1308995570 967600 :oerjan!oerjan@tyrell.nvg.ntnu.no JOIN :#esoteric < 1308995576 885635 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308995755 745627 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net QUIT :Remote host closed the connection < 1308995793 454906 :krbot!~krbot@c-67-161-7-167.hsd1.ca.comcast.net JOIN :#esoteric < 1308995818 346280 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :krbot: i will < 1308995819 112762 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :feast < 1308995819 693426 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :upon < 1308995821 506954 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :your blood < 1308995825 888459 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: its been joining then quitting for abotu an hour now < 1308995828 245231 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :before with excess flood < 1308995835 131067 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :plz ban < 1308995841 844435 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(it has never said a thing) < 1308995885 375131 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :this is not your bot? < 1308995890 438783 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :no < 1308995901 209304 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* krbot (~krbot@c-67-161-7-167.hsd1.ca.comcast.net) has joined #esoteric < 1308995901 358025 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* krbot has quit (Excess Flood) < 1308995901 358175 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* krbot (~krbot@c-67-161-7-167.hsd1.ca.comcast.net) has joined #esoteric < 1308995901 358282 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* krbot has quit (Excess Flood) < 1308995901 358391 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* krbot (~krbot@c-67-161-7-167.hsd1.ca.comcast.net) has joined #esoteric < 1308995902 296494 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :* krbot has quit (Excess Flood) < 1308995904 316372 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :[etc.] < 1308995911 343403 :ChanServ!ChanServ@services. MODE #esoteric +o :oerjan > 1308995911 677669 NAMES :#esoteric < 1308995918 38739 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(diff) (hist) . . Talk:Meta Turing-complete‎; 07:51 . . (+491) . . TehZ (Talk | contribs) < 1308995918 787726 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh god < 1308995922 793564 :oerjan!oerjan@tyrell.nvg.ntnu.no MODE #esoteric +b :*!*krbot@*.hsd1.ca.comcast.net > 1308995922 817666 NAMES :#esoteric < 1308995922 942209 :oerjan!oerjan@tyrell.nvg.ntnu.no KICK #esoteric krbot :krbot < 1308995925 607801 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: have you got a fire extinguisher < 1308995942 763456 :oerjan!oerjan@tyrell.nvg.ntnu.no MODE #esoteric -o :oerjan > 1308995942 787999 NAMES :#esoteric < 1308995946 174091 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :wat < 1308995958 122458 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hahahahaha wow < 1308995959 798963 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://esolangs.org/wiki/Talk:Meta_Turing-complete < 1308995961 66134 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hes an idiot < 1308996052 659710 :Deewiant!~deewiant@cs186230.pp.htv.fi PRIVMSG #esoteric :elliott: Yes, an array to which the new vector gets appended every time < 1308996063 847717 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Deewiant: Right < 1308996229 883522 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ACTION saves responses < 1308996237 321821 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :dunno why I'm bothering, tehz is an idiot < 1308996304 75870 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Deewiant: Hey, you're a knowledgable kind of guy, what's the Wikipedia-namespace page spelling out that the existence of worse offenders does not justify a page being bad? < 1308996327 927117 :Deewiant!~deewiant@cs186230.pp.htv.fi PRIVMSG #esoteric :Dunno < 1308996330 878202 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Darn. < 1308996456 106435 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 JOIN :#esoteric < 1308996566 316486 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hi Phantom_Hoover < 1308996608 984457 :sebbu!~sebbu@ADijon-152-1-38-4.w83-194.abo.wanadoo.fr JOIN :#esoteric < 1308996609 314059 :sebbu!~sebbu@ADijon-152-1-38-4.w83-194.abo.wanadoo.fr QUIT :Changing host < 1308996609 462401 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1308996781 3973 :sebbu2!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 264 seconds < 1308997104 921999 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Message (Just (ServerPrefix "wolfe.freenode.net")) (Command "NOTICE") ["*","*** No Ident response"] < 1308997105 109113 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Message Nothing (Command "ERROR") ["Closing Link: 127.0.0.1 (Connection timed out)"] < 1308997105 109332 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Message (Just (ServerPrefix "wolfe.freenode.net")) (Command "NOTICE") ["*","*** Couldn't look up your hostname"] < 1308997108 392882 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :WHY IS THIS IN THE WRONG ORDER < 1308997110 784319 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh wiat < 1308997112 412877 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wait < 1308997203 817112 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :grrr < 1308997205 978825 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :why is it nondeterministic < 1308997264 188897 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :this filibuster is awesome < 1308997358 600708 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :coppro, hmm? < 1308997456 381514 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Sgeo: The House of Commons of Canada is experiencing a filibuster right now < 1308997474 109280 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :an honest-to-god let's-talk-ourselves-dead-about-how-this-is-a-bad-idea filibuster < 1308997564 16904 :Slereah!x@ANantes-259-1-185-248.w90-49.abo.wanadoo.fr QUIT :Ping timeout: 276 seconds < 1308997653 973758 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :What's being filibustered exactly? < 1308997685 491463 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :the concept of filibustering < 1308997717 897227 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :lol < 1308997967 892213 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :i never meta filibuster < 1308998000 808840 :Slereah!x@ANantes-259-1-206-241.w90-49.abo.wanadoo.fr JOIN :#esoteric < 1308998061 603354 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :elliott: wait what < 1308998062 730819 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :really? < 1308998071 653511 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :augur: yes. < 1308998085 555901 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :hah < 1308998086 159275 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :trust elliott, he never lies < 1308998096 203633 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :indeed. < 1308998097 763603 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :well, i could believe it < 1308998098 147849 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :so < 1308998104 636174 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :its entirely plausible < 1308998117 778792 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :its entirely plausible what? < 1308998118 127840 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :controversial legislation often gets filibustered < 1308998129 560311 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :and filibuster legislation is among the most controversial < 1308998137 952077 :augur!~augur@208.58.6.161 PRIVMSG #esoteric :its often called the nuclear option < 1308998444 897429 :augur!~augur@208.58.6.161 QUIT :Remote host closed the connection < 1308999303 77093 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Sgeo: sorry, was off writing < 1308999309 791056 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Sgeo: A back-to-work bill for Canada Post < 1308999317 870312 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :it looks to be a pretty damn rotten bill for the union < 1308999496 730093 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: Is :^S() Underload output-complete? < 1308999624 547260 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :i doubt it, there is trouble printing many strings < 1308999655 945673 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: Howso? Lack of arbitrary effect at arbitrary point type thing for S? < 1308999665 142373 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Consider (foo)S as atomic < 1308999666 836955 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :e.g. there is just no way you can make (((:^):^))S in a self-deletable way < 1308999752 187837 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :right < 1308999758 698860 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Can :!()^S do it? < 1308999774 213166 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :almost certainly < 1308999813 946273 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :What about ~:()^S? :P < 1308999860 15759 :augur!~augur@129.2.129.34 JOIN :#esoteric < 1308999930 31334 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :that section implies only some printing is supported. < 1308999953 502182 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :there is a trick i used to sometimes be able to print _one_ arbitrary string < 1308999973 830818 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :(you can put it in the beginning of the program so you never need to delete it) < 1309000021 254389 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :how do you encode lists in underload again? I am so rusty :( < 1309000085 527920 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :several possibilities < 1309000101 404623 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I'M WAITING ;D < 1309000138 186162 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :((a)~^(b)~^(c)~^...) is one way, that requires you to always iterate through the whole list, though < 1309000149 937466 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :another way is to use conses < 1309000172 619694 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :((a)((b)((c)(...)))) < 1309000228 126501 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :(that one has no useful end mark, you can add a flag at each step or something) < 1309000253 816834 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Sgeo: The house has been sitting for nearly 48 hours now < 1309000271 164566 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: the former is basically a fold, right? < 1309000281 372809 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :yeah more or less < 1309000315 982164 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: prettiest :D < 1309000322 723634 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: hm is there a way to make it a lazy fold somehow... < 1309000326 524879 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :to avoid the whole-list thing < 1309000361 26629 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: that's what the cons version is for < 1309000410 791668 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: but that one is ugly < 1309000431 277812 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: i'm thinking you could pass a thunk to the folding function instead < 1309000454 415555 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well it _needs_ to be nested if you are to avoid evaluation from an arbitrary point, i think... < 1309000463 843472 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :of course < 1309000498 222130 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :((a)~((b)~((c)~(...)~^)~^)~^) < 1309000500 409583 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: what about that? < 1309000512 236467 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :may want the thunk first < 1309000516 439864 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric ::t foldr < 1309000517 354798 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :forall a b. (a -> b -> b) -> b -> [a] -> b < 1309000520 259603 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :or not < 1309000627 409872 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: hm what's cons with that... < 1309000654 997390 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: a(~)*~a*(~^)* < 1309000677 619086 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :^ul (a(~)*~^a*(~^)*)((a)~((b)~((c)~(...)~^)~^)~^)^S < 1309000684 826582 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ugh < 1309000694 134651 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!underload (a(~)*~^a*(~^)*)((a)~((b)~((c)~(...)~^)~^)~^)^S < 1309000696 29950 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :Error: Stack underflow in * < 1309000698 603280 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oops < 1309000712 187609 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!underload ()(a(~)*~^a*(~^)*)((a)~((b)~((c)~()~^)~^)~^)^S < 1309000712 602440 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​((((b)~((c)~()~^)~^)~))~^ < 1309000719 278439 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: close! < 1309000771 463217 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :mhm < 1309000783 781841 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: you sound unimpressed with my structure :D < 1309000792 923292 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!underload ()(a(~)*~^a*(~^)*)((a)~((b)~((c)~(^)~^)~^)~^)^S < 1309000793 298636 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​((((b)~((c)~(^)~^)~^)~))~^ < 1309000794 36455 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :i'm not much in the mood for this < 1309000863 727018 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :don't you want the consing code at the top... < 1309000900 43316 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: um i'm trying to do foldr (:) < 1309000901 149532 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i.e. id < 1309000910 886324 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ah < 1309000923 432990 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!underload ()(a(~)*~^~a*(~^)*)((a)~((b)~((c)~(^)~^)~^)~^)^S < 1309000923 904750 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​(((b)~((c)~(^)~^)~^)~)()~^ < 1309000932 682923 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well you need your thunk to self-duplicate so you can use it at the next step < 1309000936 536795 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i'm worried that changing my function seems to do very little :D < 1309000947 927791 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: the idea is that the list itself handles the thunk... i think < 1309000953 174144 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :this structure is not very elegant >_> < 1309000955 366663 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :Sgeo: http://blog.pirateparty.ca/?p=133 if you want more explanation < 1309000966 193241 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well as written, it doesn't :P < 1309001001 383188 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: my intuition is that lists might be large, so you don't want them to include more of the logic for using them than necessary < 1309001021 934568 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: have they slept < 1309001029 37438 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: yeah... the cons structure is probably better, even if it is ugly :( < 1309001086 891175 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :i don't see what's so ugly about it < 1309001087 807309 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"Anyhow, this Senator read from his own book and was, in a brilliant move, accused by the other side of reading from it just to receive a free translation from the Parliamentary transcriptions." < 1309001094 155967 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: non-functional < 1309001099 130906 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :folds are nice < 1309001214 865139 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :elliott: rotating sleep obviously. The House has been sitting continously < 1309001223 76686 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :the Conservatives are in a real bind, as I note at the bottom < 1309001243 650214 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :since they can't move the previous question < 1309001252 450586 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: meh, they should ban sleeping in parliament < 1309001257 514841 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :make it a battle of strength < 1309001260 885214 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and coherency < 1309001269 827370 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :penalties for non-grammatical sentences, slurring < 1309001287 195689 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: if the list handles the thunk, then that means the list automatically folds, which means you must always iterate through all of it... < 1309001307 359019 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :elliott: They don't sleep in the House proper < 1309001308 808862 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: um it puts (current element)(rest of list) on the stack, basically < 1309001319 614955 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :when calling the fold function < 1309001324 368914 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: >:( < 1309001329 451217 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :I'd guess there's about 30-40 members in the house at any time < 1309001333 566010 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :coppro: where is their sense of theatre??? < 1309001335 833108 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :20 from the cons to maintain quorum < 1309001351 293823 :coppro!~scshunt@denardo.csclub.uwaterloo.ca PRIVMSG #esoteric :and enough on the other side that they don't ever lose the debate accidentally < 1309001351 442344 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: well ok then it's just that the fold function needs to duplicate itself < 1309001362 544304 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: right < 1309001376 598632 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: ...which makes this basically the cons representation but weird < 1309001391 795914 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :in fact, I think it's identical to the cons representation with a pointless function call included < 1309001391 984868 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :heh < 1309001591 933309 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: anyway what I _really_ want is some kind of possibly-infinite stream type < 1309001596 85347 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :you _might_ make it a lazy fold, i think < 1309001600 98262 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :which necessarily involves some laziness < 1309001640 603595 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmm, /me wonders how efficient a Smith numeral can be < 1309001657 151682 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :always essentially unary when you use it < 1309001663 571867 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you can do powers of two logarithmically, and you can add unaryily < 1309001673 827308 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :which is kind of weird < 1309001686 933096 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :but can be _written_ equivalently to binary easily < 1309001687 295501 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"better go to the next power of two so it's smaller to store" < 1309001704 932117 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: um really? 2^m + n yes < 1309001706 201635 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :but bianry? < 1309001707 481241 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :binary? < 1309001721 638482 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well not the exact same _syntax_ of course < 1309001743 198892 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yes but that's not quite binary... < 1309001747 5909 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :n could be very large < 1309001770 358491 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :erm not that way < 1309001796 25607 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :2(2(2(2*1)+1)+1) < 1309001803 535185 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmm < 1309001806 505600 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :right < 1309001847 138079 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: can i try and ask you for a lazy stream type you think is nice? :D < 1309001863 771076 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i'm trying to come up with a sideset of Underload that has nice IO-complete semantics... < 1309001869 546268 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :WHAT'S WRONG WITH THE CONSES < 1309001876 151437 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :trying to do it by just treating programs as [bit] -> [bit] < 1309001879 412239 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: um that's not _lazy_ < 1309001883 770654 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :how you do an infinite list of twos? < 1309001884 57226 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hmm < 1309001889 238088 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :err, s/twos/anythings/ < 1309001891 998286 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :...self reference. < 1309001926 665672 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!underload (()~):~*^SS < 1309001927 47543 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :Error: Stack underflow in ~ < 1309001943 137251 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!underload (()~):a~*^SS < 1309001943 529513 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​()~ < 1309001949 71425 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :darn < 1309001957 95128 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :!underload (()~:a~*):a~*^SS < 1309001957 449072 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​(()~:a~*)()~:a~* < 1309001963 424907 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yay, I think < 1309001974 171316 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wait, no < 1309001986 719236 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :argh < 1309001997 649883 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :um i was just writing almost the exact same thing < 1309002034 161120 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that's not an infinite list of ()s though... < 1309002048 923718 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :um yes it is < 1309002057 508842 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : !underload (()~:a~*):a~*^SS < 1309002057 678957 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : ​(()~:a~*)()~:a~* < 1309002059 677331 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it should end or start with () < 1309002060 772495 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :the output < 1309002060 920788 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :!underload (()~:a~*):a~*^aSaS < 1309002061 316440 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​((()~:a~*)()~:a~*)() < 1309002061 654060 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it didn't < 1309002066 364494 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh < 1309002073 61455 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :right < 1309002097 995281 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :now is that or my planned 01I scheme better... < 1309002118 419458 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(0 -- output 0 bit; 1 -- output 1 bit; (x)(y)I === (x) if 0 inputted, (y) if 1 inputted) < 1309002177 121926 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :incidentally you can never get IO-complete underload because of parenthesis matching >:) < 1309002190 214376 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh wait < 1309002195 645763 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: um no i am outputting with bits < 1309002203 141004 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :O KAY < 1309002215 240294 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: what? even ais ditched the underload IO scheme in underlambda because it sucked :) < 1309002232 767589 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(for one, it basically makes any kind of optimisation impossible unless you leak a bunch of space storing the original string) < 1309002245 518022 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(for two, it forces you to embed invalid programs just to output them...) < 1309002255 93276 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(for three, no way to do input consistently at all) < 1309002291 460579 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ACTION offers his :^ input scheme and cackles evilly < 1309002295 476472 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :not lazy, though < 1309002298 971473 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: what scheme was that? < 1309002310 40608 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :the one used in the rule 110 CA < 1309002359 600913 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :one of two possibilities i found for encoding one bit per char < 1309002375 893959 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :hm < 1309002843 564977 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wish ais was here so i could steal his ideas < 1309002861 841255 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ACTION finds a typo in the :()^ description < 1309004035 587356 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Am I the only person who found the number of Jew jokes in American media confusing as hell? < 1309004035 773093 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Phantom_Hoover: You have 7 new messages. '/msg lambdabot @messages' to read them. < 1309004043 456137 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :You guys should, like, make a pamphlet or something. < 1309004098 587331 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :The Daily Phantom_Hoover < 1309004131 893118 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: thats just because youre a filthy kike LOL < 1309004146 330584 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, no, then I'd get the jokes. < 1309004147 53988 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : omg I BAnexclamtion marks < 1309004154 784449 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: no u dont cuz ur a jew => dumb < 1309004195 969547 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Is that arrow implication? < 1309004231 142660 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :~<+> < 1309004390 711456 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :hey no sperm in the channel < 1309007176 559428 :derrik!~xix@228.224.196.88.dyn.estpak.ee JOIN :#esoteric < 1309007847 173330 :Vorpal!~AnMaster@unaffiliated/anmaster JOIN :#esoteric < 1309007864 962453 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Browsing of this document (that is, transmission and display of a temporary copy of this document for the ordinary purpose of direct viewing by a human being in the usual manner that hypertext browsers permit such viewing) is expressly permitted, provided that no recopying, redistribution, redisplay, or retransmission is made of any such copy. < 1309007865 148129 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Bookmarking of this document (that is, recording only the document's title and Uniform Resource Locator, or URL, but not its content, for the purpose of remembering an association between the document's title and the URL, and/or for the purpose of making a subsequent request for a fresh copy of the content named by that URL) is also expressly permitted. < 1309008210 590829 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I wish Perl had some kind of "HEY SUPPRESS WARNINGS ON THIS LINE" annotation. < 1309008221 77826 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :other than no warnings; ...; use warnings < 1309008272 169150 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its called commenting that line out < 1309008291 368893 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no, I want it to execute. I just no longer care about the warning. < 1309008309 18241 :oerjan!oerjan@tyrell.nvg.ntnu.no QUIT :Quit: SUSPECT WARTHOGS OWN THIS LIE < 1309008376 583608 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but it doesn't matter. my shell output only serves to output warnings and debug info anyways. < 1309008396 993114 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I guess if I were writing a command-line utility I'd eventually comment out use warnings < 1309011076 80089 :elliott!~elliott@unaffiliated/elliott QUIT :Read error: Connection reset by peer < 1309011081 565131 :elliott!~elliott@unaffiliated/elliott JOIN :#esoteric < 1309017140 949820 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net JOIN :#esoteric < 1309017313 90404 :elliott!~elliott@unaffiliated/elliott QUIT :Remote host closed the connection < 1309017343 783633 :elliott!~elliott@unaffiliated/elliott JOIN :#esoteric < 1309018593 991277 :cheater__!~ubuntu@g229129111.adsl.alicedsl.de PRIVMSG #esoteric :hello, #exoteric < 1309018875 391433 :Deewiant!~deewiant@cs186230.pp.htv.fi PRIVMSG #esoteric :#quixoteric < 1309019828 597569 :derrik!~xix@228.224.196.88.dyn.estpak.ee QUIT :Ping timeout: 240 seconds < 1309021259 956273 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com JOIN :#esoteric < 1309021933 71139 :Lymee!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309022394 508275 :cheater_!~ubuntu@g229129111.adsl.alicedsl.de JOIN :#esoteric < 1309022593 418216 :cheater__!~ubuntu@g229129111.adsl.alicedsl.de QUIT :Ping timeout: 250 seconds < 1309022605 426057 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Ping timeout: 255 seconds < 1309022711 212709 :derrik!~xix@228.224.196.88.dyn.estpak.ee JOIN :#esoteric < 1309022733 803625 :Lymee!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309022735 543452 :azaq23!~derivecto@unaffiliated/azaq23 QUIT :Quit: Leaving. < 1309022927 879196 :pikhq_!~pikhq@71-219-241-217.clsp.qwest.net QUIT :Read error: Operation timed out < 1309023066 642708 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Conservapedia's news section's coverage of the New York gay marriage bill puts the word "marriage" in scare quotes X-D < 1309023088 863195 :ralc!~ralc@79.142.230.243.static.knet.bolignet.dk JOIN :#esoteric < 1309023089 733029 :pikhq!~pikhq@71-219-218-150.clsp.qwest.net JOIN :#esoteric < 1309023207 124055 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Gregor, you can still get Conservapedia? < 1309023216 998200 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :It's been 403ed in the UK for some time. < 1309023280 235399 :tswett!~Warrigal@unaffiliated/ihope PRIVMSG #esoteric :Yeah, doesn't Conservapedia only allow access to people in the US or something? < 1309023376 954279 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its been loosened recently < 1309023577 494012 :Gregor!Gregor@codu.org PRIVMSG #esoteric :France, of all places, is apparently allowed :P < 1309023589 419407 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Maybe in France they /need/ that beacon of hope to carry one. < 1309023591 104280 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Err < 1309023591 793761 :Gregor!Gregor@codu.org PRIVMSG #esoteric :*on < 1309023672 295395 :tswett!~Warrigal@unaffiliated/ihope PRIVMSG #esoteric :Conservapedia's energy on homeopathy seems pretty accurate. < 1309024293 704429 :Gregor!Gregor@codu.org PRIVMSG #esoteric :LOLOLOL: PERFECTION: Best New Conservative Words reach the perfect doubling of 26-52-104-208 by century, demonstrating why the future will inevitably be more conservative. < 1309024314 968265 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Doesn't the concept of "new conservative word" go directly against the notion of conservativism? :P < 1309024335 394994 :pikhq!~pikhq@71-219-218-150.clsp.qwest.net PRIVMSG #esoteric :"New" goes against the notion, but don't you dare tell them that. < 1309024336 661644 :pikhq!~pikhq@71-219-218-150.clsp.qwest.net PRIVMSG #esoteric ::P < 1309024378 89768 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Amongst the conservative words listed: < 1309024380 242012 :Gregor!Gregor@codu.org PRIVMSG #esoteric :aerobics < 1309024386 347604 :Gregor!Gregor@codu.org PRIVMSG #esoteric :alcoholism < 1309024390 430598 :Gregor!Gregor@codu.org PRIVMSG #esoteric :algorithm < 1309024394 586683 :Gregor!Gregor@codu.org PRIVMSG #esoteric :altruism < 1309024409 929316 :Gregor!Gregor@codu.org PRIVMSG #esoteric :apple pie < 1309024416 308440 :Gregor!Gregor@codu.org PRIVMSG #esoteric :attention span < 1309024425 290603 :Gregor!Gregor@codu.org PRIVMSG #esoteric :biased < 1309024425 751206 :tswett!~Warrigal@unaffiliated/ihope PRIVMSG #esoteric :I'm not a liberal. I go jogging three times a week. < 1309024430 573889 :Gregor!Gregor@codu.org PRIVMSG #esoteric :biological clock < 1309024437 162592 :tswett!~Warrigal@unaffiliated/ihope PRIVMSG #esoteric :And I sleep regularly. < 1309024437 972024 :Gregor!Gregor@codu.org PRIVMSG #esoteric :boomerang < 1309024447 168528 :Gregor!Gregor@codu.org PRIVMSG #esoteric :bork < 1309024463 389432 :Gregor!Gregor@codu.org PRIVMSG #esoteric :bureaucracy (a word to be proud of if ever there was one) < 1309024492 341681 :Gregor!Gregor@codu.org PRIVMSG #esoteric :common sense < 1309024497 60889 :Gregor!Gregor@codu.org PRIVMSG #esoteric :competitive < 1309024506 814078 :Gregor!Gregor@codu.org PRIVMSG #esoteric :coolant < 1309024517 569084 :Gregor!Gregor@codu.org PRIVMSG #esoteric :copyright (another word to hold dear to your heart) < 1309024530 842476 :Gregor!Gregor@codu.org PRIVMSG #esoteric :decrypt < 1309024549 305718 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :so uh < 1309024549 504378 :Gregor!Gregor@codu.org PRIVMSG #esoteric :decrypt 'illustrates the "can do" approach of conservatism in a patriotic way' < 1309024570 493337 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Ruining the decrypter's life because he's gay ALSO illustrates the can-do approach of conservatism :P < 1309024574 778832 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :how are these words conservative and how does the illustrate the inevitability of a conservative future < 1309024593 340214 :Gregor!Gregor@codu.org PRIVMSG #esoteric :monqy: That's the joy of Conservapedia! < 1309024598 751673 :Gregor!Gregor@codu.org PRIVMSG #esoteric :despotism < 1309024600 137899 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :oh conservapedia < 1309024630 714547 :Gregor!Gregor@codu.org PRIVMSG #esoteric :doublethink < 1309024639 527642 :Gregor!Gregor@codu.org PRIVMSG #esoteric :efficiency! < 1309024653 963743 :Gregor!Gregor@codu.org PRIVMSG #esoteric :exceptional < 1309024692 614923 :Gregor!Gregor@codu.org PRIVMSG #esoteric :galvanize (1802) as in, "the liberal proposals galvanized the grassroots in opposition" // lolol < 1309024724 886184 :Gregor!Gregor@codu.org PRIVMSG #esoteric :hippie (A more conservative word I am yet to find) < 1309024740 616439 :Gregor!Gregor@codu.org PRIVMSG #esoteric :homosexual agenda (this is totes one word) < 1309024753 206548 :Gregor!Gregor@codu.org PRIVMSG #esoteric :human rights (conservatives invented them guys) < 1309024820 466940 :Gregor!Gregor@codu.org PRIVMSG #esoteric :intellectual property (another word to be written in the 11th commandment) < 1309024829 320346 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :did you get the latest newspeak guide? < 1309024870 330353 :Gregor!Gregor@codu.org PRIVMSG #esoteric :newsham: Yes, it's right here on Conservapedia! < 1309024894 338306 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Oooh, manifest destiny! Another "word" to stamp on everything < 1309024933 383685 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Murphy's Law (1958) if something can go wrong, then it will go wrong: this was a conservative insight by an engineer Edward Murphy < 1309024965 829320 :Gregor!Gregor@codu.org PRIVMSG #esoteric :newsham: Heyo, newspeak is one of the words they claim too! < 1309025037 24936 :Gregor!Gregor@codu.org PRIVMSG #esoteric :phonics (1684) conservatives have long championed phonics to promote literacy, Bible-reading, and informed voters; liberals take the opposite position < 1309025081 384335 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :i < 1309025081 897264 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :what < 1309025087 731884 :Gregor!Gregor@codu.org PRIVMSG #esoteric :productive and productivity are both theirs. < 1309025108 298490 :Gregor!Gregor@codu.org PRIVMSG #esoteric :It's a good thing they claim "pseudoscience", since it makes up the bulk of Conservapedia :P < 1309025115 394497 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :how much of conservapedia is literally a joke < 1309025127 541638 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :it's hard to tell < 1309025136 573411 :Gregor!Gregor@codu.org PRIVMSG #esoteric :They claim "refudiate"! < 1309025154 785109 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :they can have refudiate < 1309025163 373275 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Ping timeout: 240 seconds < 1309025182 790380 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Oh no, they've got the Segway! < 1309025214 559174 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Well "socialist" is unquestionably a conservative word. < 1309025232 180810 :Gregor!Gregor@codu.org PRIVMSG #esoteric :And terrorism! < 1309025238 717403 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Also trivia < 1309025304 26183 :Gregor!Gregor@codu.org PRIVMSG #esoteric :word poverty (2001) popularized by President George W. Bush // Yes, Dubya unquestionably popularized word poverty :P < 1309025382 276267 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :progressive wasnt their word, but they rebranded it. < 1309025402 779463 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :http://en.wikipedia.org/wiki/War_on_Poverty < 1309025447 16417 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :damn democrats pre-coopting their word < 1309025454 299011 :Gregor!Gregor@codu.org PRIVMSG #esoteric :X-D < 1309025457 739727 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :(they can have "pre-coopt" if they want) < 1309025509 169660 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote decrypt 'illustrates the "can do" approach of conservatism in a patriotic way' < 1309025513 84132 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :470) decrypt 'illustrates the "can do" approach of conservatism in a patriotic way' < 1309025569 184418 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Ah yes, the out-of-context quote DB :P < 1309025582 960737 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :context free quotes < 1309025628 31062 :pikhq_!~pikhq@71-219-212-33.clsp.qwest.net JOIN :#esoteric < 1309025640 409369 :pikhq!~pikhq@71-219-218-150.clsp.qwest.net QUIT :Read error: Operation timed out < 1309026022 505339 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Gregor, have you beheld the glory of the Conservative Bible Project. < 1309026050 306448 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :At one point they said that Jesus telling the disciples to cast their nets on the right side of their boat was a clear endorsement of conservatism. < 1309026076 523168 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :???? < 1309026215 344019 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Phantom_Hoover: lololol < 1309026261 780536 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :They also entirely excised the story of the adulterous woman because it went against the death penalty. < 1309026282 171414 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :I think this just confirms that atheists who think they're this way because of religion are on entirely the wrong page. < 1309026330 297477 :Gregor!Gregor@codu.org PRIVMSG #esoteric :"Express Free Market Parables; explaining the numerous economic parables with their full free-market meaning " // bahahahaha < 1309026370 353086 :pikhq_!~pikhq@71-219-212-33.clsp.qwest.net PRIVMSG #esoteric :They actually want Republican Jesus. Goodness. < 1309026586 446633 :oerjan!oerjan@tyrell.nvg.ntnu.no JOIN :#esoteric < 1309026592 456388 :Lymia!~moe@123.120.130.101 JOIN :#esoteric < 1309026594 219541 :Lymia!~moe@123.120.130.101 QUIT :Changing host < 1309026594 368231 :Lymia!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309026710 463069 :MigoMipo!~John@84-217-13-49.tn.glocalnet.net JOIN :#esoteric < 1309026861 165851 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(diff) (hist) . . Talk:Meta Turing-complete‎; 14:48 . . (+688) . . TehZ (Talk | contribs) < 1309026864 426700 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh do i want to click this link < 1309026878 819218 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :monqy: i need your moral support < 1309026883 50810 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :[[Talk: Meta Turing-complete]] is awful < 1309026891 631893 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :O NO. I see some wrong symbol on that paste < 1309026901 146046 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :monqy: please let us read it together < 1309026908 237721 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i cannot handle it alone < 1309026912 651855 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :it's the worst < 1309026920 271826 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I can't respond to this until you tell me if you've misplaced the '?'s. --TehZ 14:48, 25 June 2011 (UTC) < 1309026928 958408 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :yeah what does that mean < 1309026936 829097 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i think hes trying to be awkward? < 1309026938 652925 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and stubborn? < 1309026939 370817 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i dunno < 1309026943 552536 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :maybe its meant to be all internet snark < 1309026949 169665 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :It has been used more than once, not just once.--TehZ 14:48, 25 June 2011 (UTC) < 1309026953 892341 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wow look at all this evidence being presented < 1309026957 574936 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :he used it in brainmaker was it < 1309026978 607650 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh i see < 1309026984 731710 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :this makes it legit < 1309027016 567907 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :I know it's a fallacy if you see it without context, but not if someone suggested taking them down while not doing it. In that case, it would be illogical to keep the worst and delete the ones you claim are bad. --TehZ 14:48, 25 June 2011 (UTC) < 1309027034 978375 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :what?? < 1309027072 711701 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :yeah i dont even know < 1309027090 795842 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :maybe he's mad that the worse articles haven't been deleted and they have to be deleted before his? < 1309027094 343519 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :but why < 1309027098 495034 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Hmm. < 1309027122 942473 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Oh, wait, nothing. < 1309027156 849949 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :I think the page should be kept to keep the discussion text there at least. < 1309027181 634153 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :zzo38: move to [[Esolang:How not to debate the merits of pages]] < 1309027301 324218 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :Should there be "Talk talk:" and "Talk talk talk:" prefixes? < 1309027325 30341 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :opt(what.form.state, "AGY", "AGY"); < 1309027329 29394 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :NOT HELPFUL PRGMR.COM < 1309027544 646902 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Uhhh, what's all this mumbo-jumbo? < 1309027563 66210 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Gregor: prgmr shows British counties... < 1309027567 430698 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Gregor: As weird three-letter abbreviations. < 1309027572 149105 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :That I have literally never seen ever. < 1309027576 142417 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I have no fucking clue what Northumberland's is < 1309027582 853952 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :It's not NTL nor NBL or anything < 1309027612 233051 :Gregor!Gregor@codu.org PRIVMSG #esoteric :ISO 3166-2 GB-NBL < 1309027612 440803 :Gregor!Gregor@codu.org PRIVMSG #esoteric :ONS code 00EM < 1309027612 598211 :Gregor!Gregor@codu.org PRIVMSG #esoteric :NUTS 3 UKC21 < 1309027615 810127 :Gregor!Gregor@codu.org PRIVMSG #esoteric :None of those? :P < 1309027665 106138 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :wat < 1309027684 581556 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :Do you know how you can implement something like INTERCAL's computed RESUME in LLVM? < 1309027686 458102 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :theres nbl < 1309027686 934401 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Just copied some nonsense from Wikipedia. < 1309027688 290425 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh < 1309027689 733823 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :is that it < 1309027690 649532 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :are you sure < 1309027698 155957 :Gregor!Gregor@codu.org PRIVMSG #esoteric :It's the ISO 3166-2 code *shrugs* < 1309027700 547325 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :also it still wants a zip cod < 1309027702 372804 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :elol professional < 1309027704 756476 :Gregor!Gregor@codu.org PRIVMSG #esoteric :lolsy < 1309027811 902770 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Surely you have some comparable postal code to fill in there? < 1309027815 204016 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Gregor: Yes :P < 1309027819 734818 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :But it also wants my city, I don't live in a city < 1309027822 215199 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :THIS FORM IS ALL KINDS OF BAD < 1309027832 853347 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Also it says "State/Country" instead of "State/County" < 1309027841 195647 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :DEFINITELY WANT TO TRUST THESE GUYS WITH BILLING INFORMATION < 1309027853 266405 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"Don't choose Prepaid Card unless you got it from Luke in a promotion at a lug." < 1309027909 131589 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Maybe you should list your "country" as England and your "nation" as UK X-P < 1309027922 462310 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I almost want to write them a nicer form out of pity. < 1309027932 947743 :Lymia!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :Gregor delurked? < 1309027956 581047 :Gregor!Gregor@codu.org PRIVMSG #esoteric :I ... have not been a lurker for, like, years. < 1309027967 872669 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Maybe for a week at a time or so, but that's called "having a life" :P < 1309027978 121416 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :in fact he never reads the channel without speaking immediately < 1309027992 263727 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Gregor: do you have any idea how overrated lives are < 1309027992 563894 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Damn right! < 1309027997 670510 :Gregor!Gregor@codu.org PRIVMSG #esoteric :DIS MY CHANNEL BIATCH < 1309028001 154788 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote Gregor: do you have any idea how overrated lives are Damn right! < 1309028002 244244 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :471) Gregor: do you have any idea how overrated lives are Damn right! < 1309028011 813830 :Gregor!Gregor@codu.org PRIVMSG #esoteric :Also acceptable! < 1309028026 532134 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Gregor: see, quotes with context this time! < 1309028054 118127 :Gregor!Gregor@codu.org PRIVMSG #esoteric :" Damn right!" wouldn't be much of a quote :P < 1309028125 109151 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote " Damn right!" wouldn't be much of a quote :P < 1309028126 197508 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :472) " Damn right!" wouldn't be much of a quote :P < 1309028159 500002 :Lymia!~moe@unaffiliated/cirno-chan NICK :Lymee < 1309028296 487957 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :Let's try to figure out how to implement some of INTERCAL's features using LLVM < 1309028348 920418 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com PRIVMSG #esoteric :I think I have read something recently about a variant of LLVM that has something similar to the ABSTAIN/REINSTATE commands in INTERCAL. < 1309028714 469567 :augur!~augur@129.2.129.34 QUIT :Remote host closed the connection < 1309029121 896059 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :guys < 1309029122 258418 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :guys < 1309029126 629700 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its time to say goodnight to rutian < 1309029143 310422 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :guys < 1309029145 317726 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :start mourning < 1309029148 948418 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: Slereah: your past < 1309029150 217533 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :fading away < 1309029159 629572 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :what was rutian again < 1309029172 435742 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :server < 1309029173 576682 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :eso-std < 1309029192 581781 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :http://i.imgur.com/A6UQ3.png < 1309029194 587127 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :say goodbye everyone < 1309029233 400755 :derrik!~xix@228.224.196.88.dyn.estpak.ee NICK :everyone < 1309029239 725929 :everyone!~xix@228.224.196.88.dyn.estpak.ee PRIVMSG #esoteric :goodbye < 1309029253 641719 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :goodbye everyone < 1309029253 790537 :everyone!~xix@228.224.196.88.dyn.estpak.ee NICK :derrik < 1309029258 390991 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :jesus, was that really the 626th slice ever?? < 1309029265 997802 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :TEARING UP A LITTLE < 1309029458 605359 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com QUIT :Quit: This form doesn't work correctly < 1309029708 882436 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Debian GNU/Linux 6.0 rutian tty1 < 1309029711 963952 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric : < 1309029714 862207 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :INIT: Switching to runlevel: 0 < 1309029717 818150 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :INIT: Sending processes the TERM signal < 1309029720 721490 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :INIT: cannot execute "/etc/init.d/rc" < 1309029723 988229 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :INIT: no more processes left in this runlevel < 1309029726 889800 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :R. I. P. < 1309029737 849544 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Deleting will destroy your Slice and all of its data. It will be removed from your account and you will not be billed for it in the future. < 1309029740 752348 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Delete rutian < 1309029742 820342 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :is it ok to cry < 1309029753 199738 :Lymee!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :That was a violent end. < 1309029754 123822 :Lymee!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric ::< < 1309029767 882268 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Permanently delete this Slice and all of its data? There is no turning back! < 1309029770 278424 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :why would you ask me again < 1309029778 767929 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i can never call any computer rutian after this, ever again < 1309029791 992569 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :"republican jesus" sounds like a good song name < 1309029801 519010 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :perhaps someone can get in touch with tom waits < 1309029821 569318 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :newsham: excuse me this is a very emotional moment < 1309029823 588152 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :http://www.youtube.com/watch?v=1wfamPW3Eaw < 1309029833 285699 :Lymee!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :What VPS provider is this? < 1309029840 392536 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Lymee: slicehost, they used to be great, now they suck < 1309029843 126787 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :bought out by rackspace < 1309029846 201277 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :brand being phased out anywy < 1309029847 291949 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :anyway < 1309029923 158056 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :dont you think execution of rc is a bit extreme? < 1309029926 857934 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :why all this killing? < 1309029941 15678 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :newsham: i was trying to give it a dignified death, not just wiping all the harddrive at once < 1309029946 102846 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so i set up a memorial and removed /usr, /bin and /home < 1309029952 660991 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :but then i forgot to leave a way to become root to reboot < 1309029954 473510 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so it's kind of awkward < 1309029959 198156 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :like i was aiming to cut its head clean off < 1309029961 186707 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and got caught on its spine < 1309029969 380993 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :its linux, it cant be too hard to get root < 1309029970 287703 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :;-) < 1309029972 663082 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh snap < 1309029993 363283 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :elliott, why didn't you think of that¬ < 1309030018 192192 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :does your init catch ctrl-alt-del for a clean reboot? < 1309030020 925433 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: im dumb < 1309030027 814467 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :newsham: how can i sent ctrl+alt+del over ssh < 1309030029 457613 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :send < 1309030032 540187 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :its too late now, but < 1309030038 729870 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :you cant < 1309030191 52071 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i clicked the link < 1309030193 40828 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :rutian is gone < 1309030194 343961 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :what have I done < 1309030196 116541 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :WHAT HAVE I DONE < 1309030198 305424 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :OH NOOOOOOOOOOOOOOOOOOOO < 1309030223 925896 :ChanServ!ChanServ@services. MODE #esoteric +o :oerjan > 1309030223 982284 NAMES :#esoteric < 1309030232 871218 :oerjan!oerjan@tyrell.nvg.ntnu.no KICK #esoteric elliott :YOU MONSTER! < 1309030241 700873 :oerjan!oerjan@tyrell.nvg.ntnu.no MODE #esoteric -o :oerjan > 1309030241 724662 NAMES :#esoteric < 1309030284 420468 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :i mean, killing processes is one thing, but EXECUTING rc?!@# < 1309030303 630335 :rutian!~elliott@95.149.228.85 JOIN :#esoteric < 1309030309 198754 :rutian!~elliott@95.149.228.85 PRIVMSG #esoteric :i am here . < 1309030313 734479 :rutian!~elliott@95.149.228.85 PRIVMSG #esoteric :i have always been here . < 1309030318 335476 :rutian!~elliott@95.149.228.85 PRIVMSG #esoteric :this < 1309030319 679047 :rutian!~elliott@95.149.228.85 PRIVMSG #esoteric : is < 1309030321 46883 :rutian!~elliott@95.149.228.85 PRIVMSG #esoteric : not < 1309030322 380784 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :the ghost of slices past! < 1309030324 630327 :rutian!~elliott@95.149.228.85 PRIVMSG #esoteric : over < 1309030326 474541 :rutian!~elliott@95.149.228.85 PRIVMSG #esoteric : . < 1309030329 34982 :rutian!~elliott@95.149.228.85 QUIT :Client Quit < 1309030353 64042 :elliott!~elliott@unaffiliated/elliott JOIN :#esoteric < 1309030359 868984 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :HELLO GUYS EVERYTHING IS SUPER FINE . < 1309030368 653586 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I AM DEFINITELY NOT A GHOST PRETENDING TO BE ELLIOTT . < 1309030372 458199 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :THAT WOULD BE RIDICULOUS . < 1309030374 461043 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :HELLO . < 1309030404 910617 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :just elliott spacing out < 1309030432 184198 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :i know everythign hasnt always been quite right with me but i can asure you now very confidently that it is going to be alright again < 1309030469 650425 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :wat < 1309030489 94213 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh hm < 1309030508 796379 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :everything is fine . < 1309030512 426587 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :obvious ly . < 1309030552 887488 :Lymee!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :rm -rf elliott < 1309030563 286732 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that has already been tried . < 1309030569 869809 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i mean , wait , what ? < 1309030579 729935 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :newsham: is that a quote? i cannot find it but it gives me a The Shining vibe... < 1309030587 342330 :Lymee!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :dd if=/dev/zero of=/dev/mem < 1309030591 31288 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :oerjan: computer in 2001. < 1309030598 92809 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh right < 1309030620 66620 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well the vibes may not be very different at that point :P < 1309030642 346289 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i want rutian back :( < 1309030660 116394 :pikhq_!~pikhq@71-219-212-33.clsp.qwest.net PRIVMSG #esoteric :Far, far too late. < 1309030670 358763 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott devastated by death, turns into kurzweil clone < 1309030695 814722 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :saved by the kurzweil singularity < 1309030702 736186 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :im going to resurrect rutian < 1309030706 725696 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :with vitamin pills < 1309030709 643966 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :and book sales < 1309030716 867732 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :newsham: um i think that is missing the point :P < 1309030719 306681 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote im going to resurrect rutian with vitamin pills and book sales < 1309030720 620586 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :473) im going to resurrect rutian with vitamin pills and book sales < 1309030721 727994 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :i can add new quotes whenever i want < 1309030723 689515 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :even if they're me < 1309030777 181252 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :`addquote adding quotes by yourself is strictly prohibited and will lead to you being banned < 1309030778 335481 :HackEgo!Gregor@codu.org PRIVMSG #esoteric :474) adding quotes by yourself is strictly prohibited and will lead to you being banned < 1309030791 425868 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :now say it < 1309030795 57057 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so that it's a retroquote < 1309030926 798027 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :but i don't feel like banning myself < 1309030956 678706 :Lymee!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :But the line only occurs in the future. < 1309030961 83397 :Lymee!~moe@unaffiliated/cirno-chan PRIVMSG #esoteric :So it doesn't count. < 1309031013 232549 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :oerjan: sometimes missing the point is best < 1309031029 488344 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :spears and daggers come to mind < 1309031034 460134 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well if it'... right < 1309031042 42867 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: SAY IT DAMMIT < 1309031064 355486 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :this channel feels very disassociative < 1309031075 829109 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :we usually make slightly more sense < 1309031077 98922 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :slightly < 1309031079 558495 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott: i shall excuse your insolence since you are grieving < 1309031092 667092 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :in a "mental illness is the road to freedom" sort of way < 1309031102 679000 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :that's kind of the esolang concept isn't it < 1309031139 686173 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :the road to freedom is paved with mental illnesses < 1309031170 627871 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :if you're on the paved road, you're not going anywhere important < 1309031212 964920 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :those pesky roads paved with atoms are particularly insidious < 1309031233 910409 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :although not as much as those paved with wilderness < 1309031234 554274 :augur!~augur@208.58.6.161 JOIN :#esoteric < 1309031236 317740 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :quarky < 1309031562 955832 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :newsham: we prefer to call them particles of color < 1309031627 493864 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric ::( < 1309031632 757299 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :i'm not a racist < 1309031696 320340 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :though I can never figure out their position and momentum :( < 1309031940 591868 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1309032020 199242 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :ais523 < 1309032024 382529 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :we are mourning a very sad loss today < 1309032028 928171 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I just ... "decommissioned" rutian < 1309032032 256361 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :ouch < 1309032038 52318 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric ::( < 1309032062 751498 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :But it shall rise again, its soul incarnated into the heart of a faster, more spacious VPS! < 1309032249 595254 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :newsham, they're all inseparable. < 1309032278 570775 :bacaw!~bacaw@18.189.120.88 QUIT :Ping timeout: 244 seconds < 1309032356 263878 :tswett!~Warrigal@unaffiliated/ihope QUIT :Remote host closed the connection < 1309032607 736580 :elliott_!~elliott@95.149.228.85 JOIN :#esoteric < 1309032608 100627 :elliott!~elliott@unaffiliated/elliott QUIT :Read error: Connection reset by peer < 1309032706 684770 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :ais523: anyway, don't worry, rutian is happily flying around in a spaceship. forever. < 1309032726 416271 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric ::> < 1309032776 507767 :krbot!~krbot@68-184-128-177.dhcp.stbr.ga.charter.com JOIN :#esoteric < 1309032822 424257 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :oerjan: ... < 1309032823 692889 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :its back again < 1309032849 845747 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :huh < 1309032947 421812 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :is it on many other channels? < 1309032957 271278 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :no way to tell < 1309032991 891218 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :well it was a _lot_, some of you might happen to be on one... < 1309033009 486296 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :who is krbot? < 1309033014 406707 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :oerjan: how can you tell if it's a lot? < 1309033028 925150 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ais523: no idea but it quit/joined so often this morning that i banned it < 1309033042 589656 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :krbot: who are you? < 1309033045 184630 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :ah < 1309033056 450939 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :it didnt respond last time i tried < 1309033056 844571 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it doesn't respond to ctcp < 1309033153 728464 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :apparently krbot is a surname... < 1309033166 975410 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :obviously it's a _bot_ < 1309033186 703438 :Lymia__!~moe@123.120.130.28 JOIN :#esoteric < 1309033205 970800 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ALSO SURNAME < 1309033214 316390 :krbot!~krbot@68-184-128-177.dhcp.stbr.ga.charter.com QUIT :Remote host closed the connection < 1309033223 988796 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :wat < 1309033299 543082 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Disconnected by services < 1309033301 197815 :Lymia__!~moe@123.120.130.28 NICK :Lymee < 1309033303 620207 :Lymee!~moe@123.120.130.28 QUIT :Changing host < 1309033303 768966 :Lymee!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309033738 344836 :oerjan!oerjan@tyrell.nvg.ntnu.no QUIT :Remote host closed the connection < 1309033761 526929 :oerjan!oerjan@tyrell.nvg.ntnu.no JOIN :#esoteric < 1309034989 49632 :Lymia__!~moe@123.120.131.145 JOIN :#esoteric < 1309035025 98374 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Disconnected by services < 1309035027 91320 :Lymia__!~moe@123.120.131.145 NICK :Lymee < 1309035029 110800 :Lymee!~moe@123.120.131.145 QUIT :Changing host < 1309035029 259574 :Lymee!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309036763 616511 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com JOIN :#esoteric < 1309036988 805055 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Ping timeout: 252 seconds < 1309037033 788943 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?vixen-on < 1309037033 969375 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Not enough privileges < 1309037040 119735 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :thats what she said < 1309037093 590852 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?vixen rutian is gone. < 1309037093 981950 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Ok < 1309037128 253018 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :not ok :( < 1309037136 415017 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?vixen thats really cold. < 1309037136 596696 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :really really? < 1309037173 201702 :newsham!~chat@udp216902uds.hawaiiantel.net PRIVMSG #esoteric :?fixen you should apologize to elliott__. < 1309037173 562729 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :what were you saying? < 1309037231 34646 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :?vixen How can you say something like that. < 1309037231 183024 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :of course i can < 1309037242 640696 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :?vixen I pity your poor children. < 1309037243 180906 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :I am on the net too much. I should do a net anonymoouse group. online of course. < 1309037256 343627 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :?shun Nothing < 1309037257 14861 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Maybe you meant: run show < 1309037258 822472 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :?vixen Good idea. < 1309037259 2709 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :f < 1309037265 818278 :Kr1sp13kr3m3!~Kr1sp13kr@68-184-128-177.dhcp.stbr.ga.charter.com JOIN :#esoteric < 1309037269 588848 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :lambdabot: spoilsport < 1309037271 674290 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric ::t run < 1309037272 578014 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :Not in scope: `run' < 1309037289 666288 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Phantom_Hoover: lambdabot commands are not haskell functions < 1309037314 982640 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :oerjan, surely they are on *some* level? < 1309037328 38845 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :MAYBE < 1309037607 822204 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric ::k (->) < 1309037608 970358 :lambdabot!~lambdabot@74.207.243.105 PRIVMSG #esoteric :?? -> ? -> * < 1309037647 514461 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :Gregor Gregor Gregor Gregor < 1309037658 12419 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :THIS IS QUITE IMPORTANT GREGOR < 1309037670 917918 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :Hastur Hastur Hastur < 1309037733 795002 :Lymee!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309037898 538403 :Kr1sp13kr3m3!~Kr1sp13kr@68-184-128-177.dhcp.stbr.ga.charter.com QUIT :Remote host closed the connection < 1309038010 513674 :derrik!~xix@228.224.196.88.dyn.estpak.ee QUIT :Quit: night < 1309038140 416442 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :suppose I have identical large data files in both an installed-via-package version of a program, and a local development repository < 1309038145 748218 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :how insane would it be to hardlink the two together? < 1309038159 756395 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :to save disk space? < 1309038193 257462 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :...so you want copy-on-write filesystem sharing :P < 1309038208 578285 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oerjan: deduplication, really < 1309038211 737583 :Kr1sp13kr3m3!~Kr1sp13kr@68-184-128-177.dhcp.stbr.ga.charter.com JOIN :#esoteric < 1309038237 836803 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :the nature of the files is such that if the development files changed, and made the same changes to the core files as a consequence, it wouldn't break anything < 1309038238 642364 :Kr1sp13kr3m3!~Kr1sp13kr@68-184-128-177.dhcp.stbr.ga.charter.com QUIT :Remote host closed the connection < 1309038269 758459 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm, Kr1sp13kr3m3 is the same person as krbot < 1309038277 352039 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :or same IP, at least < 1309038279 997060 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh < 1309038289 790908 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :just ban 'em < 1309038295 402328 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :hasn't said a word, continual excess flood quits earlier < 1309038305 816875 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :also, that name is a pain to type while not in-channel (so tab-complete didn't work) < 1309038309 112261 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I should have copy-pasted, really < 1309038319 94000 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :very hard if you don't have number keys < 1309038322 401180 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :i thought Kr1sp13kr3m3 was a regular < 1309038335 127818 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :oerjan: a regular join-quitter, maybe :D < 1309038350 97516 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :i mean who had spoken at one point < 1309038371 908741 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh hm so krbot obviously stands for Kr1sp13kr3m3-bot < 1309038405 239389 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :elliott@elliott-MacBookAir:~/logs$ grep -r Kr1sp13kr3m3 . < 1309038405 442139 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :elliott@elliott-MacBookAir:~/logs$ < 1309038409 904517 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :as of may < 1309038438 126984 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :elliott_: well e _may_ have used a less 1337 version of eir nick before < 1309038510 992733 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :can't believe 1337 is an actual english word now < 1309038523 970933 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :it is? < 1309038572 592840 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I thought 1337 was leet for the English word leet? :D < 1309038610 924040 :monqy!~chap@pool-71-102-217-117.snloca.dsl-w.verizon.net PRIVMSG #esoteric :is it really a real word? < 1309038620 977820 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :perfectly cromulent < 1309038640 366125 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :monqy: sure, why not? < 1309038692 881217 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :it's word induction debate time. go go go < 1309038756 124010 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :either 1337 is used, or it isn't < 1309038758 107204 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :it clearly is used < 1309038760 469421 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :therefore it's a word < 1309038762 817692 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :that was easy < 1309038767 839386 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it's clearly a word, it's just unclear in which language < 1309038770 787716 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Ping timeout: 240 seconds < 1309038772 816146 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I believe reputable dictionaries should include the word clusterfuck < 1309038773 632422 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I think it may be becoming an English loanword < 1309038776 65076 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :from leet < 1309038781 884941 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :best concept ever < 1309038789 176369 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :define:clusterfuck only shows Wiktionary and Urban Dictionary. < 1309038796 492712 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :ais523: hmm, now I want to define a language with only one word < 1309038799 483348 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :104nw0rd < 1309038799 751592 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :ais523: and get English to loan it < 1309038810 72762 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :elliott_: Spivak is close < 1309038820 847741 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it has something like five words < 1309038821 381437 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :ais523: preferably, the word itself should be defined as referring to the singleton language < 1309038837 94905 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: define: works for you? it stopped working for me... < 1309038845 580354 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :has always worked. < 1309038861 989422 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :though nowadays I have a little dictionary search bar on my bottom panel. < 1309038867 136377 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :so I don't use it as much. < 1309038915 19320 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: maybe it's because you're Swedish and Google doesn't like you or something. < 1309038929 390933 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ACTION swats CakeProphet -----### < 1309038954 77311 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :well, I mean, it could seriously be some kind of weird locale thing. < 1309038981 910209 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I doubt that's the likely cause though.. < 1309039009 681673 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :CakeProphet: the point is that oerjan isn't Swedish < 1309039016 674377 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :you really deserve a swat for that < 1309039020 959951 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oh he's not? < 1309039030 225089 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: it doesn't even work if i go to the english language google :( < 1309039034 748238 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :is he Sffeedeesh? < 1309039037 519196 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :no < 1309039041 601487 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Norwegian < 1309039077 349861 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ah, my bad. I have a difficult time keeping up with who is from where. < 1309039155 689901 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :typical of you canadians < 1309039182 783395 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :http://dl.dropbox.com/u/16495819/Screenshot-1.png < 1309039184 834853 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ACTION actually has no clue whether CakeProphet _is_ canadian or not < 1309039219 168296 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no I have the much more despicable regionality of the southern United States. < 1309039240 681322 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :*southeastern, technically... we decide to ignore these complexities when talking about north and south though. < 1309039244 612403 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :too complex, you know. < 1309039250 406921 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :oerjan: it's 50/50: either he is or he isn't - and either way you're half right :) < 1309039301 624367 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :that is a probability there... < 1309039346 546263 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :which is an excellent substitute for a fuzzy boolean value. < 1309039350 809836 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :olsner: technically i chose which of the two possibilities was a priori most likely to be wrong :P < 1309039353 448200 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :they're practically equal. < 1309039367 37054 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com QUIT :Remote host closed the connection < 1309039378 811561 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :so bayesianly speaking i guess i had _some_ clue < 1309039487 112125 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: was that link supposed to indicate you're from georgia? < 1309039515 979963 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :no it was to indicate that define works. < 1309039534 188212 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :and it also suggests that I have some kind of obsession with Nazis, but this is not true. < 1309039569 374752 :Lymee!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309039575 890656 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: um are you _sure_ you pasted the right link? < 1309039618 508521 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :uh, I think so. < 1309039624 650529 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :oh < 1309039629 52391 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :it's 404'd < 1309039631 273424 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :ACTION sees the nazi < 1309039638 938016 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :what? < 1309039645 932821 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :oh, it became another file < 1309039654 58938 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :dropbox is weird. < 1309039659 202860 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :sometimes it won't even work at all. < 1309039660 973450 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: also you are obsessed with taxes and perl < 1309039680 747262 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Man, I wish I had been born in, like, 2000. < 1309039703 480427 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :why? < 1309039725 355321 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :All those wasted childhood winters praying for some actual snow for once, and as soon as I hit puberty we're under 20cm of the stuff. < 1309039753 768027 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Well OK that's inaccurate, the proper snow only really started in the 2009/2010 winter. < 1309039759 434002 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: I bet dropbox was still uploading my screenshot because of my abysmal network connection, and thus was showing my last screenshot. < 1309039916 807142 :olsner!~salparot@c83-252-161-133.bredband.comhem.se PRIVMSG #esoteric :I got the same results for define:clusterfuck and just "define clusterfuck", looked like it didn't actually treat define as a special word at all but rather just did a normal search < 1309040293 221833 :BeholdMyGlory!~behold@unaffiliated/beholdmyglory QUIT :Remote host closed the connection < 1309040400 58955 :Lymia!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309040401 156396 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :CakeProphet: anyway, that's not how define: used to work, it used to give a different style with dictionary entries < 1309040430 293463 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oh, well, it still does that actually. with realer words. < 1309040431 692694 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :like hello < 1309040572 587218 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :nope, define:hello gives an ordinary search page < 1309040578 206066 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Ping timeout: 240 seconds < 1309040620 228799 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: that's because you're a Norwegian though. Your define: results are not an appropriate test of googles defining power. < 1309040643 687372 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :we can only assume this is because Google hates you and your country. < 1309040724 12259 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but seriously, that's actually odd because it works for me. < 1309040739 346482 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :try using what define is in your language < 1309040742 770399 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :rather than "define" < 1309040752 466845 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :but he also tried the english language google. < 1309040769 455943 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :IT CAN SMELL HIM < 1309040792 460870 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :olsner: define:clusterfuck _does_ seem to put actual dictionary results a bit further up < 1309040810 406412 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott_: something... fishy? < 1309040819 740380 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :is this what a Norwegian smells like? < 1309040830 837346 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :or do they smell like cold? < 1309040877 268033 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :i've heard we smell of milk and soap < 1309040962 169654 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I would think milk and soap just smells like soap... < 1309041121 492816 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :elliott_: but yes, define: still works right? < 1309041139 907574 :oerjan!oerjan@tyrell.nvg.ntnu.no PRIVMSG #esoteric :the english google for define:hello gives me a top link which seems to lead to an actual google dictionary service < 1309041156 626895 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :CakeProphet: For me yes. < 1309041186 63410 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :oerjan: yeah, okay. so Google just hates swedes. < 1309041192 502893 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :problem solved. < 1309042104 238468 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I think bfjoust could be a bit more interesting if it had a fork command, similar to corewars SPT < 1309042149 999243 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :where all of the processes are round robin and alternate between each jouster. So by using split you can be at two places at once, but it takes twice as long to move. < 1309042177 682106 :Lymia__!~moe@123.120.128.178 JOIN :#esoteric < 1309042191 735289 :Lymia__!~moe@123.120.128.178 NICK :Lymee < 1309042194 779663 :Lymee!~moe@123.120.128.178 QUIT :Changing host < 1309042194 928344 :Lymee!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309042361 5729 :Lymia!~moe@unaffiliated/cirno-chan QUIT :Ping timeout: 258 seconds < 1309042369 795377 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :CakeProphet: quite possibly, but I'm not sure how good the tactic would be < 1309042379 643952 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :unlike in corewars, where splitting is definitely an advantage < 1309042398 422761 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :I think it would make you more suceptible to a rush. < 1309042494 445546 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :though you could split and have one process on your flag to defend it. Still that would only delay a rush < 1309042709 787551 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :if you have more than two processes, you can't maintain a lock < 1309042726 855593 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :you simply can't change the flag fast enough to beat a 2-cycle clear < 1309042749 968496 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and even with two processes, if you get the opponent's cycle count wrong in any way at all, you commit suicide < 1309042750 550930 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :What game is this? < 1309042761 681504 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :we're discussing what impact multithreading would have on BF Joust < 1309042770 254358 :Sgeo!~Sgeo@ool-43500f4b.dyn.optonline.net PRIVMSG #esoteric :Ah < 1309042791 827081 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :so we're talking about a hypothetical version of BF Joust with corewars-style threading < 1309042936 420403 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :yeah, I don't know bfjoust strategies very well, but I figured a 2-cycle clear would beat any kind of multi-tasking jouster. < 1309042944 700581 :CakeProphet!~adam@wikipedia/The-Prophet-Wizard-of-the-Crayon-Cake PRIVMSG #esoteric :ACTION turns into vapor for a while. < 1309043027 919756 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :a 2-cycle clear is one of the most basic things you can do < 1309043069 882081 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :all competent programs beat it (or deliberately sacrifice the win on it to go against other things), but it tends to get a few wins on certain lengths < 1309043095 273447 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :!bfjoust simple_two_cycle_clear (>)*8(>[-])*21 < 1309043102 120476 :EgoBot!Gregor@codu.org PRIVMSG #esoteric :​Score for ais523_simple_two_cycle_clear: 19.5 < 1309043124 510779 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and, umm, it didn't even come last < 1309043135 157332 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it's 41st out of 48th < 1309043171 318497 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :pah, Gregor < 1309043175 63189 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm, I wonder why it beats anticipation? < 1309043194 603874 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oh, perhaps the lack of antishudder < 1309043197 703630 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :let me run that on the simulator < 1309043297 672955 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :not on egojsout, though, it's too slow in parsing < 1309044001 842469 :Lymia!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309044020 12405 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Disconnected by services < 1309044022 40751 :Lymia!~moe@unaffiliated/cirno-chan NICK :Lymee < 1309044252 279653 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm, I wrote some time handling code recently with a Y2038 bug < 1309044254 325837 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :should I be ashamed? < 1309044318 955416 :elliott_!~elliott@95.149.228.85 PRIVMSG #esoteric :yes < 1309044630 695561 :augur!~augur@208.58.6.161 QUIT :Read error: Connection reset by peer < 1309044660 244996 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :my defence is that it was in code that had one already < 1309044684 383221 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and the code's output is seconds-since-the-epoch as a decimal number encoded in ASCII, so at least the format won't need changing < 1309044697 763883 :augur!~augur@208.58.6.161 JOIN :#esoteric < 1309044947 770019 :zzo38!~zzo38@h24-207-49-17.dlt.dccnet.com JOIN :#esoteric < 1309045466 89550 :elliott_!~elliott@95.149.228.85 QUIT :Ping timeout: 258 seconds < 1309045764 677839 :Lymee!~moe@unaffiliated/cirno-chan QUIT :Read error: Connection reset by peer < 1309045797 92433 :Lymee!~moe@unaffiliated/cirno-chan JOIN :#esoteric < 1309045933 879028 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :ACTION → sleep < 1309045935 144384 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover/x-3377486 QUIT :Quit: Leaving