< 1355876707 591387 :keb!~keb@184-76-50-238.war.clearwire-wmx.net QUIT :Remote host closed the connection < 1355877169 503694 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :kmc: Any idea how this works in C#? http://ideone.com/wpj2Tl < 1355877178 710080 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It's like import "wrapper" but with more magic. < 1355877284 675127 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :doesn't seem much more magical < 1355877334 554485 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :"delegate" declares like a typedef for a function type or some such < 1355877347 696844 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :and so it knows that the foreign-imported function has a parameter of function type < 1355877353 992954 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But that's a closure being used as a regular function. < 1355877366 982850 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :sure, but ghc does that too < 1355877379 511167 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Well, you need to free a GHC "wrapper" explicitly. < 1355877388 998052 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :oh < 1355877395 527088 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :well, maybe these are only good for downward closure < 1355877405 485473 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :i don't know about that aspect, sorry < 1355877478 476710 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Also it looks like it converts delegates to function pointers implicitly, though I guess that's a different variety of magic. < 1355877501 148725 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :well at the import layer it does < 1355877514 462650 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :http://stackoverflow.com/questions/873992/c-sharp-providing-c-callbacks-access-violation-in-threadex-c-in-the-endthrea < 1355877523 36587 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :"You must prevent the delegate from being collected by the managed code, using GCHandle.Alloc" < 1355877533 147442 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh. < 1355877550 329164 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So this code is wrong-ish, though maybe it doesn't matter in this case. < 1355877576 538026 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I guess generating executable code at runtime is much less strange when you have a JIT anyway. < 1355877603 721784 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :whether it's wrong depends on whether EnumWindows guarantees not to call your callback function after EnumWindows returns < 1355877608 200475 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :which seems pretty safe < 1355877639 304509 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :but (like so much of interfacing with C) it is a documentable but unchecked assumption < 1355877683 443398 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Well, the point of this code was to demonstrate that .NET can do this magically. < 1355877691 590921 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :ok < 1355877693 516123 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But it's not quite as magic as I thought. < 1355877734 918948 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :here's an example in Managed C++: http://msdn.microsoft.com/en-us/library/367eeye0(v=vs.80).aspx < 1355877767 816276 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :it's kind of amazing C still doesn't have closures < 1355877781 468059 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :it's not like it's really technically difficult to implement explicit closures < 1355877790 940838 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :you don't even need lambda syntax for them to be useful < 1355877834 483315 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net PRIVMSG #esoteric :lots of things about C are amazing < 1355877839 449771 :Nisstyre!~yours@oftn/member/Nisstyre QUIT :Read error: Connection reset by peer < 1355877843 406723 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :hi monqy < 1355877861 862903 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net PRIVMSG #esoteric :hi shachaf < 1355877881 277511 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net PRIVMSG #esoteric :amazing thing about C: people use CPP???? people use #include?????????????????? < 1355877908 925810 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So when you pass a delegate to a C function, it generates code that calls it and that code isn't GCed until the delegate is, I suppose. < 1355877957 554171 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :monqy: amazing thing about haskell: people use CPP???? < 1355877963 637191 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net PRIVMSG #esoteric :amazing < 1355877966 378729 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :btw by people i mean elliott < 1355878020 961494 :augur!~augur@c-69-140-133-153.hsd1.md.comcast.net QUIT :Remote host closed the connection < 1355878053 658529 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :hey edwardk committed that not me < 1355878078 796097 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :elliott: What about that huge mess of CPP you were doing? < 1355878081 699284 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :The really ugly thing. < 1355878086 769276 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I don't remember what it was for anymore. < 1355878091 794699 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :I gave up on that < 1355878109 868603 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What was it for? < 1355878159 90796 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :tuple instances,~ < 1355878162 242072 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :s/^t/T/ < 1355878164 144646 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :s/,~/./ < 1355878170 654273 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh, right. < 1355878179 817368 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :elliott: golf your regexps....... < 1355878198 96400 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :no < 1355878209 250501 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :That could be a whole character shorter! < 1355878532 42668 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :obfuscated regex contest < 1355878702 916792 :keb!~keb@184-76-50-238.war.clearwire-wmx.net JOIN :#esoteric < 1355879026 392301 :constant!root@freebsd/developer/variable NICK :trout < 1355879067 694399 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :hulu is now overlaying a logo for "FOX 25 WFXT Boston" onto my video < 1355879072 552329 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :based on... my geolocated IP? < 1355880852 781460 :copumpkin!~copumpkin@unaffiliated/copumpkin QUIT :Ping timeout: 250 seconds < 1355880891 943204 :copumpkin!~copumpkin@unaffiliated/copumpkin JOIN :#esoteric < 1355881025 435990 :_sivoais!~zaki@199.19.225.239 NICK :sivoais < 1355881131 455006 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Oh god I'm getting into a flame war on YouTube commentws < 1355881133 771977 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :*comments < 1355881148 376020 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net PRIVMSG #esoteric :oh? < 1355881180 198669 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :http://www.youtube.com/watch?v=XcuBvj0pw-E < 1355881190 958987 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :About whether or not Stargates in Game of Life allow >c travel < 1355881243 175944 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :that sounds like a pretty sad flame war. < 1355881507 89749 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net PRIVMSG #esoteric :sgeo: I don't really get it < 1355881524 216583 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net PRIVMSG #esoteric :first the video says "information can't travel at more than 1 cell / time unit < 1355881530 376640 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net PRIVMSG #esoteric :that sounds like basic logic < 1355881552 488110 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net PRIVMSG #esoteric :and then the video says "but I have here a figure that allow for information to travel at 30/28c < 1355881558 212264 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net PRIVMSG #esoteric :without any justification whatsoever < 1355881564 697419 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net PRIVMSG #esoteric :that sounds like basic bullshit! < 1355881567 415528 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Arc_Koen, it's an illusion, basically. < 1355881600 35568 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :define "information" define "travel" define "bla" bla "define" bla "bla" < 1355881601 968622 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :There's a reaction wherein you put an LWSS in one end and, 14 generations later, you get another LWSS shifted 15 generations forward. < 1355881639 244673 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Bike, it's easy to rigorously define, if that's what you mean. < 1355881669 245765 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net PRIVMSG #esoteric :hmm < 1355881682 435130 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net PRIVMSG #esoteric :but it only works with one precise shape? < 1355881685 545715 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :Anyway, the trick is that you get an LWSS out whether or not one went in; however, if there was no input the output decays a few generations later. < 1355881690 646776 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :Bike: CA information travel is pretty well-studied afaik < 1355881693 179681 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :Phantom_Hoover: That illusion confuses me < 1355881737 270822 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :http://conwaylife.appspot.com/pattern/fastforwardforcefield < 1355881751 161293 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :yeah, but that doesn't mean people on youtube know the definitions :V < 1355881768 360168 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :I'm SJGster < 1355881774 401573 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Also, how is "travel" defined? < 1355881789 108096 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :you say "pretty sure" a lot < 1355881810 803861 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :That's a horrible interface, but delete the LWSS and step forward 14 generations. < 1355881838 480448 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :(15 works better, actually). < 1355881841 672046 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :I tend to dislike speaking in absolutes < 1355881848 692694 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :And in certainties < 1355881876 231500 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :It's not as clear as I remembered, but there's a front half of an LWSS in both cases; the difference propagates at c. < 1355881885 71441 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net PRIVMSG #esoteric :so you're speaking in near-absolutes and almost-certainties instead? < 1355881890 392367 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 PRIVMSG #esoteric :It's playing off human pattern recognition, essentially. < 1355881921 187467 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :Comon dude we are using 64 bits these days. Those octets are way old school. < 1355881929 576441 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Presumably by the time the difference catches up to the front, the effective average speed is please go away <-- HEY SHOW SOME RESPECT FOR RAPE VICTIMS < 1355909525 719827 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(you could at least have done a `welcome) < 1355909558 989895 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :ACTION isn't interested in engaging with an obvious troll trying to offend people. you shouldn't be interested in implicitly furthering it either < 1355909578 690506 :epicmonkey!~epicmonke@188.134.41.172 QUIT :Ping timeout: 272 seconds < 1355909585 588663 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ACTION changes the battery on elliott's joke detector < 1355909588 643220 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :elliott++ < 1355909595 737146 :epicmonkey!~epicmonke@188.134.41.172 JOIN :#esoteric < 1355909596 934626 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :(Unless that troll is cheater, of course.) < 1355909618 47873 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :shachaf: peanut brigade < 1355909628 994676 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :oh i guess itwas gallery < 1355909631 988805 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :that makes marginally more sense < 1355909634 723771 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :oerjan: you know, trolls usually aren't being serious either < 1355909650 743856 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :wait, what, impossible! < 1355909660 506703 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan = troll?????? < 1355909670 550239 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :well i _am_ norwegian... < 1355909684 158373 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :could easily be part troll < 1355909694 551930 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i don't really like too much sunlight < 1355910357 584629 :sebbu2!~sebbu@ADijon-152-1-51-132.w83-194.abo.wanadoo.fr JOIN :#esoteric < 1355910379 817734 :sebbu2!~sebbu@ADijon-152-1-51-132.w83-194.abo.wanadoo.fr QUIT :Changing host < 1355910379 890682 :sebbu2!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1355910490 633408 :epicmonkey!~epicmonke@188.134.41.172 QUIT :Ping timeout: 272 seconds < 1355910508 221182 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 245 seconds < 1355910520 603189 :sebbu2!~sebbu@unaffiliated/sebbu NICK :sebbu < 1355910760 499027 :sebbu2!~sebbu@ADijon-152-1-51-132.w83-194.abo.wanadoo.fr JOIN :#esoteric < 1355910760 572399 :sebbu2!~sebbu@ADijon-152-1-51-132.w83-194.abo.wanadoo.fr QUIT :Changing host < 1355910760 572566 :sebbu2!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1355910929 17483 :carado!~user4539@2a01:e35:8b61:e430:6ef0:49ff:fe73:1fd0 QUIT :Ping timeout: 246 seconds < 1355910984 975354 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 260 seconds < 1355912958 316063 :AnotherTest!~tim@94-224-28-191.access.telenet.be JOIN :#esoteric < 1355912963 949722 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :Hello < 1355913159 850072 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :g'day < 1355913197 925112 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :hi oerjan < 1355913213 286352 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :lo shachaf < 1355913464 880054 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The news reports that it's the most snowy christmas in Helsinki since 1965. (Apparently there's 64 cm -- about two feet -- of snow at the Helsinki-Vantaa airport; the 1965 record being 78 cm / ~2.5 feet.) < 1355913526 609014 :Deewiant!~deewiant@deewiant.iki.fi PRIVMSG #esoteric :fizzie: Is that a christmas-specific record? < 1355913623 280975 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yes. Well, a christmas eve record, so the comparison to today is a bit bogus. < 1355913635 307483 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Source: http://yle.fi/uutiset/etelaan_tulossa_vuosituhannen_lumisin_joulu/6421280 < 1355913679 909165 :Deewiant!~deewiant@deewiant.iki.fi PRIVMSG #esoteric :Right. < 1355913690 18402 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(I don't know how their logic works: "Esimerkiksi Helsinki-Vantaalla lunta oli tiistai-iltana 64 senttiä. -- Ilmatieteen laitoksen havaintopaikoista tiistaina lunta oli eniten Kittilän Kenttärovalla, 62 senttiä. Seuraavina tulevat Enontekiön Karesuvanto (60 senttiä), Kittilän Pokka (60) ja Enontekiön Hetta (57). Lapin paikkakuntien jälkeen tuleekin jo Helsinki-Vantaa. Yli puoli ... < 1355913695 988043 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :... metriä lunta on myös Anjalassa (51 senttiä)." < 1355913707 406619 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Apparently 62 > 60 > 57 > 64 > 51. < 1355913724 365436 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Perhaps the initial 64 should've been 54. < 1355913725 381811 :Deewiant!~deewiant@deewiant.iki.fi PRIVMSG #esoteric :Maybe it should be 54. < 1355913734 540565 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(It's 62 cm currently.) < 1355913951 8507 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i think the problem is you're trying to interpret finnish as logic. < 1355914015 603817 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :`addquote i think the problem is you're trying to interpret finnish as logic. < 1355914022 273317 :HackEgo!codu@codu.org PRIVMSG #esoteric :874) i think the problem is you're trying to interpret finnish as logic. < 1355914166 291378 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`words --logic < 1355914169 777105 :HackEgo!codu@codu.org PRIVMSG #esoteric :Unknown option: logic < 1355914188 830085 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :we had political party here in germany and wanted to raise the value added tax by 2 percent. i voted for another party which didn't want to raise the tax. in the the end we've got a coalition of both and the tax was raised by 3 percent < 1355914213 301443 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Finland's " VAT < 1355914218 553345 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"default" VAT is going up by one. < 1355914225 849830 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Though I think it was already pretty high? < 1355914245 970722 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It used to be 22% a while ago, it got hiked up to 23% not long ago at all, and now it's going to be 24%. < 1355914257 610890 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :that's pretty hight yes < 1355914299 622895 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"Standard Rate 23% (since Jul 2010)" -- that's when they last bumped it up. < 1355914300 122752 :Deewiant!~deewiant@deewiant.iki.fi PRIVMSG #esoteric :It's 13% for food, I think. < 1355914334 473908 :Deewiant!~deewiant@deewiant.iki.fi PRIVMSG #esoteric :The bump to 22% was in 1998 IIRC. < 1355914347 747258 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I think those reduced numbers for some stuff also used to be one lower (8%, 12% vs. current 9%, 13%) before the 23%-bump. < 1355914364 500535 :Deewiant!~deewiant@deewiant.iki.fi PRIVMSG #esoteric :Yeah, I'm pretty sure they bumped everything by 1 percentage point. < 1355914467 633387 :Deewiant!~deewiant@deewiant.iki.fi PRIVMSG #esoteric :But, exam now. --> < 1355914523 143540 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Also there was something about reducing the minimum absolute amount of VAT that needs to be paid when importing stuff. It used to be that you didn't need to pay VAT until you went over 43.45 eur of total value (leading to e.g. the verkkokauppa.com e-tailer having a billion products priced exactly at 43.40 eur sold technically from Åland), but that limit is dropping to 22 eur. < 1355914547 196353 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I bought my something from there. < 1355914551 291453 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Some game or something. < 1355914586 150519 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :No, it was the PS3 controller. < 1355914629 964873 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :43,40 € at 0% VAT. (You can only order those products as a separate order containing only one thing.) < 1355914687 185645 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :oKay.. fair enough < 1355914783 290593 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I wonder if there'll be a lot of stuff sold at 21.95 eur next. (But they can't probably really afford to keep selling the newest games and such that have used to be at the 43.40 price point.) < 1355914799 48493 :Jafet!~Jafet@unaffiliated/jafet PRIVMSG #esoteric :So when does it reach 100% < 1355914826 499581 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :i wouldn't pay more than 22EUR for a game anyway < 1355914854 762531 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :fizzie: Surprised it wasn't 43.44. < 1355914901 753683 :epicmonkey!~epicmonke@host-224-60.dataart.net JOIN :#esoteric < 1355914958 233274 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :elliott: We don't use not-a-multiple-of-0.05 prices all that much, since we don't have those smaller coins. Though I suppose that wouldn't matter so much since it'd be mail-order and paid by other payment methods in any case. < 1355914996 719564 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Going to the shop to buy a single potato or something that ends up costing 0.02 eur after weighting is I believe a common prank-ish thing to do. Sometimes it nets you a free potato, since it rounds down to 0. < 1355915020 86923 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Sometimes I understand they just refuse to sell it to you. < 1355915059 149517 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Also, there are people who pay with cash when the final total price happens to round down, but with card when it would round up, since the rounding doesn't happen if you don't pay cash. < 1355915087 72001 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(Presumably there are also people who keep track and choose their purchases so that the total always rounds down, but perhaps fewer.) < 1355915241 220177 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :presumably people who don't account for the value of their own time < 1355915329 306064 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i read somewhere that it's usually not worth it to shop around for gasoline, because any difference is made up by the increased gasoline used when _not_ driving to the closest one < 1355915373 634808 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I've heard something like that, too. Though often there are competing gas stations ~right next to each other. (And they have loyalty card bonus stuff and such.) < 1355915383 354320 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :right, it was xkcd < 1355915390 836643 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :http://xkcd.com/951/ < 1355915430 162451 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :well similar anyway < 1355915476 294179 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :also there probably are stations along the way you have to go anyway.. so you might be able to spare the fewcents if you fuel up < 1355915492 985376 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric : fuel up bla < 1355915520 425015 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Fuel prices are about the only thing that tends to be measured in units of 0.001 eur (per litre) hereabouts. < 1355915541 181104 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Is the last digit always 9? < 1355915563 613008 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It's not always 9. I'm sure there's some kind of a statistic about it. < 1355915584 674771 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :In the US it's always 9. < 1355915608 879750 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Of course that's $/gal, not €/l < 1355915655 737921 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But the 9s are often painted onto signs. < 1355915689 40158 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Bah, the statistics I can find are mostly about things like yearly or monthly averages, which have been rounded to two decimals after the point. < 1355915690 321856 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :i've heard a cruiseship emits the same value of greenhaus gases on a one way trip, than the entire republic emits on the road < 1355915701 429024 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :in the whole year < 1355915717 901454 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It is often 9, but it's not always 9. < 1355915782 646615 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Here's a website; ten random prices from there are 1.609, 1.589, 1.609, 1.599, 1.599, 1.599, 1.574, 1.639, 1.599, 1.624. < 1355915785 871656 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That's two non-nines. < 1355915806 792426 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Five non-nines in the next group of 10. < 1355915832 339333 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :So it's 9-biased but not always 9. < 1355915861 762604 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It does seem to be (almost) always either 9 or 4, though. < 1355915914 605966 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :1.60 eur/l is I think 8 $/gal. < 1355915932 103309 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :maybe due to the weird rounding policy you've mentioned before < 1355915939 536598 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Gasoline in the US is so cheap. It's ridiculous. < 1355915966 329405 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The rounding would apply to cents, not these... decicents. < 1355915990 801948 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :i guess it's a marketing thang..and has to do with the psychological effects < 1355915998 492294 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yes, I suppose it's pretty much a step of 0.005 instead of 0.001, and then they make it 0.001 lower so that it seems cheaper. < 1355916010 575785 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :(if you're working in marketing or advertising -> kill yourself) < 1355916027 170621 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I don't know if, say, 1.574 really "feels" cheaper to me than 1.575, though. < 1355916050 611156 :epicmonkey!~epicmonke@host-224-60.dataart.net QUIT :Ping timeout: 265 seconds < 1355916052 907404 :Jafet!~Jafet@unaffiliated/jafet PRIVMSG #esoteric :Kill yourself -- guaranteed instant relief. < 1355916085 710258 :Jafet!~Jafet@unaffiliated/jafet PRIVMSG #esoteric :(Offer not valid for all methods of suicide.) < 1355916123 192543 :Jafet!~Jafet@unaffiliated/jafet PRIVMSG #esoteric :30 day warranty. < 1355916142 653965 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I seem to recall that people advised us to fuel up on the Norway side of the border when driving Norway-Sweden-Finland last April. < 1355916175 279864 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Not that the price difference was anything really dramatic, though. But I suppose there is one. < 1355916181 818173 :epicmonkey!~epicmonke@host-224-58.dataart.net JOIN :#esoteric < 1355916260 423167 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It was hard to compare prices without doing any calculations, since they change the currency from SEK to NOK on the border too, and those two are similar-but-not-really-the-same in value. < 1355916907 719174 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net JOIN :#esoteric < 1355917078 4564 :carado!~user4539@2a01:e35:8b61:e430:6ef0:49ff:fe73:1fd0 JOIN :#esoteric < 1355917570 361462 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Other news: our new washing machine has a "smart diagnostics" mode, where when you have a problem and call their tech support, they'll tell you to put the phone next to the machine, and do a special keypress (press-and-hold 'Temp' for three seconds), and then it'll do a ~15-second bleepery that sounds vaguely like a SSTV signal that their equipment theoretically can pick up and decode to see ... < 1355917576 313678 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :... what the machine itself thinks is wrong with it. < 1355917584 541550 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Also they have a smartphone app for decoding it yourself. < 1355917590 190530 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :hi monqy < 1355917593 541599 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :welcome home < 1355917600 263633 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I think it's a terribly silly feature, but somehow also awesome. < 1355917630 565840 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :There should be more human-audible-range analog things going on in the world. < 1355917660 602478 :nortti!~juhani@nano.smar.fi PRIVMSG #esoteric :reading too much fingerpori gives you a strange sense of humor < 1355917704 214975 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :fizzie: does it say "I think you ought to know I'm feeling very depressed."? < 1355917726 687183 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :oerjan: The beeps in the demo video did sound somewhat sad, if that counts. < 1355917759 458993 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :oerjan: The smartphone app probably applies some censorship and just prints "I like to wash your clothes every day!" < 1355917769 861391 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :figures. < 1355917795 881389 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :"Oh no, not gym socks. Anything but gym socks." < 1355917840 582485 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :http://burymewithmymoney.com/ < 1355917867 835251 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :oerjan: It also plays a little tune when you turn it on, when it starts, and especially when it's ready; and beeps when you change any setting. It's very loud, and there's no volume control. < 1355917905 853371 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Also, if you turn it on and then turn it off without doing anything, the turning-off melody is kind of like the sad version of the very upbeat power-on tune. < 1355917923 187251 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Still, it's not quite as emotionally charged as the tunes played by the Roomba. < 1355917948 882832 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Roomba's "I'm stuck and confused and can't go on" dirge is really sad. < 1355917951 249134 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :emotionally charged is i think the opposite of depression < 1355917960 487357 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :depressive < 1355917971 499053 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :or how you say < 1355918034 207505 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :so everythings ok so far < 1355918109 680439 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :ion: http://mimg.ugo.com/200902/19213/double-fannuci.jpg < 1355918115 825137 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Hmm, http://upload.wikimedia.org/wikipedia/en/1/1d/Zork_Zero_Double_Fanucci.png < 1355918170 776777 :keb!~keb@75-164-178-247.ptld.qwest.net JOIN :#esoteric < 1355918287 920295 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :fizzie: ah so it's evil, check. < 1355919091 861862 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1355919279 794697 :sebbu2!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 260 seconds < 1355919310 305393 :keb!~keb@75-164-178-247.ptld.qwest.net QUIT :Ping timeout: 256 seconds < 1355919576 846996 :sebbu2!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1355919627 483864 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :"Optimized for Windows and Mac OS" < 1355919640 450053 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Was unaware that supporting an OS was "optimizing" for it < 1355919655 885878 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :http://www.corel.com/corel/ < 1355919666 637413 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :(And yes, my first thought was 'they're still around?') < 1355919703 340864 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Working at all does sound more optimal than not working at all, assuming arguendo that the piece of software is good for anything. < 1355919712 90108 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(They're still around?) < 1355919742 198382 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(And PSP is now a Corel product?) < 1355919743 415905 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :lastly i should explain the customer why supporting an os is configurating..at least not the sense he undestands it < 1355919753 670736 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :is not configurating < 1355919756 224204 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :sorry < 1355919794 589244 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 276 seconds < 1355919830 762511 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I see they still have the hot air balloon in CorelDRAW packaging. < 1355919843 796132 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :aw what's the verb of configuartion.. it seems i totally screwed up what i wanted to say :( < 1355919872 944258 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Configuring. < 1355919883 534483 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :ah yes. thanks a lot. < 1355919901 993679 :Taneb!~nathan@host-78-146-174-205.as13285.net JOIN :#esoteric < 1355920036 282554 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :i should have know that since it's "konfigurieren" in german..hell this is definitely not my day < 1355920092 407544 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :ok.. it could get worse, that's true. < 1355920196 265136 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hagb4rd: nah, it could easily have been "configurate", english isn't that predictable < 1355920226 873471 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Perhaps even "confurgilate". < 1355920238 239726 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :You just never know, with English. < 1355920245 452947 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :thanks oerjan. i feel better now ;) < 1355920245 616635 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :it depends on things such as whether the word passed through french or directly from latin < 1355920283 887671 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"Etymology: < Latin configūrāre, to fashion after some pattern, < con- together + figūrāre to shape: see figure v. Compare French configure-r (16th cent. in Littré)." < 1355920329 858926 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The quotations of OED are always nice. < 1355920331 41323 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :1382 Bible (Wycliffite, E.V.) Phil. iii. 10 Configurid, or made lyk, to his deeth [1582 Rhem. configured to his death]. < 1355920735 186329 :Taneb!~nathan@host-78-146-174-205.as13285.net PRIVMSG #esoteric :How easy is it to use Ubuntu's Unity with not-Ubuntu? < 1355920781 749941 :Taneb!~nathan@host-78-146-174-205.as13285.net PRIVMSG #esoteric :Ignore the fact that I should die for wanting this < 1355920803 158226 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net PRIVMSG #esoteric :im sorry but it is a hard fact to ignore < 1355921089 929836 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Odds don't seem too good. < 1355921135 527021 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Arch wiki does have a page about Unity, though. < 1355921827 907911 :Taneb!~nathan@host-78-146-174-205.as13285.net PRIVMSG #esoteric :It is time... < 1355921832 761494 :Taneb!~nathan@host-78-146-174-205.as13285.net PRIVMSG #esoteric :To finally apply to university < 1355921912 295998 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :fizzie: is the OED free to use after subscription? < 1355922049 672725 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :i love the quote btw.. configured to death. great! < 1355922106 67432 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I think you have to pay for it, normally. (The university has a campus-wide license, which is what I'm using.) < 1355922122 390042 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :k.. < 1355922167 852050 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Apparently you need to register even just to get price information, which is a bit nasty. < 1355922184 524058 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, I was looking at the "Institutions" section,. < 1355922202 804857 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It's $295/year or $29.95/month. < 1355922242 652748 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :aw, too much for an language amateur like me. < 1355922262 721826 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :there are enough free sources round the web < 1355922288 402852 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yes, I wouldn't pay for it either. Though the etymology entries are nice. < 1355922300 624605 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :indeed they are < 1355922314 587688 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :or seem to be < 1355922323 563063 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Still, Wiktionary says "Etymology: Latin configurare: compare French configurer. See configurate." That's pretty much a concise version. < 1355922350 676149 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :surprise surprise < 1355922399 208760 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I have a dead-tree edition of the concise something at home, but I can't quite recall what it is. < 1355922443 522286 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It might be the "Concise Oxford English Dictionary". < 1355922454 625511 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :I like how templateo(O)(o(Oo)){} is actually valid C++ < 1355922461 922487 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It's thick, but it's still a single book. < 1355922475 465794 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :("The latest edition of the Concise Oxford English Dictionary contains over 240,000 entries and 1,728 pages (concise only compared to the OED at over 21,000 pages).") < 1355922500 594859 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :AnotherTest: Disregarding the template bit, that looks remarkably much like Glass. < 1355922529 130529 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :{M[m(_o)O!"Hello World!"(_o)o.?]} and so on. < 1355922566 754742 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :Yes it does < 1355922597 623443 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :Well my entire function looks like this: templateo(O)(o(Oo)){return !(o((o)(Oo)))?0:((Oo))/(!0 + !0);} < 1355922614 770815 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :although that's actually not much special < 1355922664 951449 :ion!ion@heh.fi PRIVMSG #esoteric :shachaf: k < 1355922694 648131 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"Ooo, OOo" is something you can say when OpenOffice.org has impressed you. < 1355922703 858336 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :auto(____)(){return([]{return([]{return(([]{return((1)^(((1)^(0))&-((1)<(0))));}));});});} < 1355922704 20032 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :template_(___)(_ (__), ...){return(__)&(!([&]{return(!((1)));})()&&((____)()()()()));} < 1355922709 684180 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :Guess what ___ does < 1355922711 200440 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Or could hypothetically say. < 1355922748 199848 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :what are you trying to obfuscate < 1355922768 563244 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :Well, nothing for a good purpose < 1355922810 105404 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :___ actually just does _ mod 2 < 1355923043 736434 :Jafet!~Jafet@unaffiliated/jafet PRIVMSG #esoteric :[](){}() is valid C++ < 1355923054 277129 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :[]{}() is too < 1355923066 134186 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: leaving < 1355923104 194066 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :lambda's really are a blessing for obfuscation < 1355923114 357143 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :*lambdas < 1355923416 489427 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :Expressions like int a[][true][true] = {{{[]{return 1;}()}}}; could be interesting < 1355923544 112995 :keb!~keb@184-76-50-238.war.clearwire-wmx.net JOIN :#esoteric < 1355925422 743359 :AnotherTest!~tim@94-224-28-191.access.telenet.be QUIT :Quit: Leaving. < 1355925430 996493 :AnotherTest!~tim@94-224-28-191.access.telenet.be JOIN :#esoteric < 1355925476 635883 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 JOIN :#esoteric < 1355926146 289116 :boily!~boily@mtl.savoirfairelinux.net JOIN :#esoteric < 1355926397 931914 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :[]{}() is an immediately-called empty lambda function taking no parameters? < 1355926448 706073 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :Yes < 1355928637 759825 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net QUIT :Quit: hello < 1355928822 616023 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :On the one hand, I kind of want to link to my Senior Project, on the other, it's full of security holes < 1355928857 144927 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :But those security holes are mostly in the form of "I'm pretending to be another person. Oops, I just terminated the sesion" < 1355928859 499794 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :No big deal < 1355928866 86931 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :At least, the security holes I'm aware of < 1355928885 986770 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :no worries, we'll not care enough to break it < 1355928888 649275 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :or look at it < 1355928948 191938 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :of course we will break it! We will spend hours and hours destroying it so we can prove our hacker skills to the world < 1355928970 525619 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :i will spend hours and hours < 1355928973 959861 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :and then we will hack sony < 1355928975 147994 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :doing something productive < 1355929006 566942 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :and then we will launch a massive ddos on freenode! < 1355929016 72804 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :and then we might get arrested < 1355929018 278558 :Jafet!~Jafet@unaffiliated/jafet PRIVMSG #esoteric :Just make sure to run it on your computer as root. < 1355929201 555529 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :well there's a good market out there for companies specialized in identifying security leaks. so it's not thats that unproductive or worthless at all < 1355929205 789483 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1355929475 655458 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :it really depends on the project, and its goals. guess as long as it's some kind of scientific experiment which is not about security you don't need to fear indeed < 1355929590 168264 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :From what I hear, you can also make money by selling security holes. < 1355929597 645909 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :As long as it's a popular enough piece of software. < 1355929606 808329 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :hrhr < 1355929616 416719 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Perhaps the markets for security holes in Sgeo's Senior Project 3.11 are somewhat limited. < 1355929737 32194 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :If we ever actually put this out into the public or sell it or something that market might grow < 1355930005 518791 :elliott!elliott@unaffiliated/elliott PRIVMSG #esoteric :what is it < 1355930072 155278 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Is it edible? < 1355930295 176560 :Lumpio-!~matti@62-113-182-248.bb.dnainternet.fi QUIT :Ping timeout: 255 seconds < 1355930342 706495 :boily!~boily@mtl.savoirfairelinux.net PRIVMSG #esoteric :I have 2$ (canadian) to spare. how many security holes can I buy with that? < 1355930413 296740 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Forbes says a zero-day exploit for iOS goes for $100000-$250000. < 1355930442 509806 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Adobe Reader, $5k-$30k; Android $30k-$60k; Windows $60k-$120k. < 1355930452 120634 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Source: http://www.forbes.com/sites/andygreenberg/2012/03/23/shopping-for-zero-days-an-price-list-for-hackers-secret-software-exploits/ < 1355930533 582400 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(I make no guarantees anything in the article is accurate. Or whether "the Grugq" really exists.) < 1355931211 949275 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :Finding an exploit isn't super duper super mega hard < 1355931222 721617 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :does anyone want to buy a security hole in my latest interpreter? < 1355931254 351101 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :no < 1355931257 329623 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :I'll make an unusable language with a hole in it, so you can claim to have broken it < 1355931268 334774 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :I think this is what gregor did < 1355931290 593055 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :http://esolangs.org/wiki/ShaFuck < 1355931564 773577 :oklopol!~oklopol@agw-sparknet.utu.fi PRIVMSG #esoteric :http://esolangs.org/wiki/6ix is this really unusable for programming? < 1355931576 879755 :oklopol!~oklopol@agw-sparknet.utu.fi PRIVMSG #esoteric :oh < 1355931688 75490 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :I bought a hole in it some time ago, so it's actually usable. < 1355931694 743538 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 QUIT :Ping timeout: 272 seconds < 1355931702 495917 :AnotherTest!~tim@94-224-28-191.access.telenet.be PRIVMSG #esoteric :(If you pay me for this information) < 1355931765 607475 :MDream!~fyrc@c-174-54-84-173.hsd1.pa.comcast.net NICK :MDude < 1355933324 119159 :Taneb!~nathan@host-78-146-174-205.as13285.net QUIT :Read error: Connection reset by peer < 1355933606 371378 :zzo38!~zzo38@24-207-49-17.eastlink.ca JOIN :#esoteric < 1355933769 326618 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :oklopol: Doesn't look usable < 1355933813 112005 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :Oh, that reminds me < 1355933943 634279 :Taneb!~nathan@host-78-146-172-158.as13285.net JOIN :#esoteric < 1355933974 723986 :epicmonkey!~epicmonke@host-224-58.dataart.net QUIT :Ping timeout: 272 seconds < 1355934007 304911 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :http://dpaste.org/JxU3i/ Haskells type system is biting me in the ass, time can't be both Word32 and Int (Pixel takes Word32, setPixel takes a Surface, Pixel and two Ints) < 1355934029 663537 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :So I want to pass time in an expression to Pixel but can't < 1355934130 774119 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :What can I do short of having two time arguments with both having the same value? < 1355934219 892929 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Convert time from Int to Word32? < 1355934234 17363 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric ::t fromIntegral < 1355934234 173413 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Actually, where do you need time to be an Int anyway? < 1355934235 724103 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :(Integral a, Num b) => a -> b < 1355934428 224961 :ogrom!~del@gprs-inet-65-9.elisa.ee JOIN :#esoteric < 1355934554 669324 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :sgeo: For setPixel's x and y coordinates < 1355934631 157134 :Bike!~Glossina@207-224-23-226.ptld.qwest.net JOIN :#esoteric < 1355934844 577946 :atriq!~nathan@host-78-146-172-196.as13285.net JOIN :#esoteric < 1355935044 659292 :Taneb!~nathan@host-78-146-172-158.as13285.net QUIT :Ping timeout: 264 seconds < 1355935462 299788 :oklofok!~oklopol@dyn60-339.yok.fi JOIN :#esoteric < 1355936329 331622 :ogrom!~del@gprs-inet-65-9.elisa.ee QUIT :Quit: Left < 1355936570 892950 :ogrom!~del@gprs-inet-65-9.elisa.ee JOIN :#esoteric < 1355936854 984549 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover/x-3377486 JOIN :#esoteric < 1355937105 306604 :oklofok!~oklopol@dyn60-339.yok.fi QUIT :Quit: Changing server... < 1355937113 441631 :oklofok!~oklopol@dyn60-339.yok.fi JOIN :#esoteric < 1355938315 812535 :epicmonkey!~epicmonke@188.134.41.172 JOIN :#esoteric < 1355939056 775305 :epicmonkey!~epicmonke@188.134.41.172 QUIT :Ping timeout: 246 seconds < 1355939080 747510 :epicmonkey!~epicmonke@188.134.41.172 JOIN :#esoteric < 1355939336 606055 :sebbu2!~sebbu@unaffiliated/sebbu NICK :sebbu < 1355939626 882156 :Vorpal!~Vorpal@unaffiliated/vorpal JOIN :#esoteric < 1355939707 875090 :FreeFull!~freefull@defocus/sausage-lover QUIT :Ping timeout: 246 seconds < 1355939721 278643 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1355940682 428035 :carado!~user4539@2a01:e35:8b61:e430:6ef0:49ff:fe73:1fd0 QUIT :Quit: Leaving < 1355941085 14210 :augur!~augur@208.58.5.87 QUIT :Remote host closed the connection < 1355941260 127487 :carado!~user4539@2a01:e35:8b61:e430:6ef0:49ff:fe73:1fd0 JOIN :#esoteric < 1355941260 284343 :boily!~boily@mtl.savoirfairelinux.net QUIT :Read error: Connection reset by peer < 1355941262 417193 :boily1!~boily@mtl.savoirfairelinux.net JOIN :#esoteric < 1355941321 994881 :Lumpio-!~matti@62-113-182-248.bb.dnainternet.fi JOIN :#esoteric < 1355941571 194198 :zzo38!~zzo38@24-207-49-17.eastlink.ca PRIVMSG #esoteric :Is there a chess rating system with: is not specific to chess, ratings must be relative to a reference date, rating of average player is zero, rating of a player who never played is negative infinity or NaN, and the rating tends to decrease as the reference date is advanced from the last time a player has played to the present. < 1355941706 865733 :boily1!~boily@mtl.savoirfairelinux.net PRIVMSG #esoteric :zzo38: that'd assume a uniform decay rate in time between players. < 1355941818 750825 :zzo38!~zzo38@24-207-49-17.eastlink.ca PRIVMSG #esoteric :I didn't mean they always decrease; I only mean it tends to do so. < 1355941823 973608 :kmc!~keegan@ec2-50-17-26-83.compute-1.amazonaws.com PRIVMSG #esoteric :http://blog.theincredibleholk.org/blog/2012/12/18/how-do-we-read-code/ eyetracker! < 1355941855 108724 :Arc_Koen!~Arc_Koen@vbo91-6-78-245-243-132.fbx.proxad.net JOIN :#esoteric < 1355942004 804034 :ogrom!~del@gprs-inet-65-9.elisa.ee QUIT :Ping timeout: 250 seconds < 1355943234 245088 :augur!~augur@129-2-129-35.wireless.umd.edu JOIN :#esoteric < 1355943239 490226 :boily1!~boily@mtl.savoirfairelinux.net NICK :boily < 1355943523 717240 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net JOIN :#esoteric < 1355944127 696531 :Vorpal!~Vorpal@unaffiliated/vorpal QUIT :Ping timeout: 252 seconds < 1355944386 121301 :Nisstyre-laptop!~yours@oftn/member/Nisstyre JOIN :#esoteric < 1355944904 877621 :copumpkin!~copumpkin@unaffiliated/copumpkin QUIT :Ping timeout: 252 seconds < 1355944938 5126 :copumpkin!~copumpkin@unaffiliated/copumpkin JOIN :#esoteric < 1355945731 192411 :MDude!~fyrc@c-174-54-84-173.hsd1.pa.comcast.net QUIT :Read error: Connection reset by peer < 1355945755 842954 :MDude!~fyrc@c-174-54-84-173.hsd1.pa.comcast.net JOIN :#esoteric < 1355947137 453147 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net QUIT :Quit: hello < 1355947271 963014 :monqy!~help@pool-98-108-214-230.snloca.dsl-w.verizon.net JOIN :#esoteric < 1355947594 942798 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1355947788 609641 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric : of course we will break it! We will spend hours and hours destroying it so we can prove our hacker skills to the world <-- i'm sorry i cannot take you seriously when you don't spell it "skillz" < 1355947834 786972 :epicmonkey!~epicmonke@188.134.41.172 QUIT :Ping timeout: 246 seconds < 1355948749 116428 :carado!~user4539@2a01:e35:8b61:e430:6ef0:49ff:fe73:1fd0 QUIT :Remote host closed the connection < 1355950571 728556 :Nisstyre-laptop!~yours@oftn/member/Nisstyre QUIT :Read error: Connection reset by peer < 1355950666 684829 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@quote monoid.*problem < 1355950666 926263 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :roconnor says: a lens is a monoidal natural transformation between higher-order coalgebra functors, what's the problem? < 1355950670 66048 :Nisstyre-laptop!~yours@oftn/member/Nisstyre JOIN :#esoteric < 1355950671 849046 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@quote monoid.*problem < 1355950672 83810 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :ciaranm says: a comonad is just a comonoid in the category of endofunctors. what's the coproblem? < 1355950680 909333 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@quote monoid.*problems < 1355950681 83738 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :No quotes match. You untyped fool! < 1355950699 22798 :carado!~user4539@2a01:e35:8b61:e430:6ef0:49ff:fe73:1fd0 JOIN :#esoteric < 1355950716 83774 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :not endocofunctors? < 1355950825 947854 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :`pastelogs monoid.*problems < 1355950851 723720 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :Bike: i'm not sure that's a term < 1355950861 13520 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :`logpaste monoid.*problems < 1355950872 367984 :HackEgo!codu@codu.org PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.18377 < 1355950873 421458 :HackEgo!codu@codu.org PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: logpaste: not found < 1355950886 361535 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hagb4rd: actually i found it on http://www.reddit.com/r/haskell/comments/150bwl/solving_the_global_software_crisis_using_haskell/c7i7d47 and wondered if it was in lambdabot < 1355950913 541020 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :next you'll tell me "coproblem" isn't a term < 1355950938 907593 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :Bike: of course it's a term, it's a problem caused by your coworkers! < 1355951070 687601 :pikhq!~pikhq@71-219-202-11.clsp.qwest.net PRIVMSG #esoteric :Conext coyou'll cotell come cothat coyou cocan't coprefix coeverything cowith co"co". < 1355951071 996747 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :we had no monoid problems so far :p < 1355951106 47580 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :coduals < 1355951115 57457 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :pikhq: coof urse conot! < 1355951133 818736 :pikhq!~pikhq@71-219-202-11.clsp.qwest.net PRIVMSG #esoteric :*slow clap* < 1355951201 813419 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :there was another version of that saying "i had a problem and i though i'd use java. now i have a problem factory" < 1355951236 265668 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :ok.. of course you knew that one also < 1355951558 140326 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ACTION didn't < 1355952024 688368 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :!quote add Conext coyou'll cotell come cothat coyou cocan't coprefix coeverything cowith co"co". pikhq: coof urse conot! < 1355952035 639497 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :did i do that right < 1355952051 127138 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :`quote add Conext coyou'll cotell come cothat coyou cocan't coprefix coeverything cowith co"co". pikhq: coof urse conot! < 1355952052 991779 :HackEgo!codu@codu.org PRIVMSG #esoteric :No output. < 1355952064 383096 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :`addquote Conext coyou'll cotell come cothat coyou cocan't coprefix coeverything cowith co"co". pikhq: coof urse conot! < 1355952068 165973 :HackEgo!codu@codu.org PRIVMSG #esoteric :875) Conext coyou'll cotell come cothat coyou cocan't coprefix coeverything cowith co"co". pikhq: coof urse conot! < 1355952074 256966 :atriq!~nathan@host-78-146-172-196.as13285.net PRIVMSG #esoteric :You get there in the end :) < 1355952089 291720 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :one of these days there'll be a standard bot interface < 1355952096 529414 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :and i can stop relying on my poor memory < 1355952118 834559 :copumpkin!~copumpkin@unaffiliated/copumpkin QUIT :Ping timeout: 246 seconds < 1355952159 183018 :copumpkin!~copumpkin@unaffiliated/copumpkin JOIN :#esoteric < 1355952160 648357 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :this will be the day we start to create macros to shortcut things up < 1355952218 953481 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :so like < 1355952220 444783 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :maybe < 1355952233 171438 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :hmm no < 1355952234 947577 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :(and mess things up again running in circles) < 1355952265 359152 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :maybe not this time no < 1355952349 21118 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :but i wish egobot would say stuff like "i don't have that function, idiot. have you tried asking hackego? it's command character is `" < 1355952353 970095 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :that would be a good memory aid < 1355952373 86605 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :lamdabot does this afaik < 1355952388 404119 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :@tyi a < 1355952388 482062 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Maybe you meant: thx type < 1355952388 955640 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :https://dl.dropbox.com/u/113389132/Misc/20121219-mystery.wav bleep blop bliblop bleep < 1355952419 947645 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :okay i get it < 1355952452 851210 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :the marriage of heaven and hell < 1355952484 679499 :Gregor!codu@codu.org PRIVMSG #esoteric :`help < 1355952484 906900 :HackEgo!codu@codu.org PRIVMSG #esoteric :Runs arbitrary code in GNU/Linux. Type "`", or "`run " for full shell commands. "`fetch " downloads files. Files saved to $PWD are persistent, and $PWD/bin is in $PATH. $PWD is a mercurial repository, "`revert " can be used to revert to a revision. See http://codu.org/projects/hackbot/fshg/ < 1355952495 913394 :Gregor!codu@codu.org PRIVMSG #esoteric :!help < 1355952496 493010 :EgoBot!codu@codu.org PRIVMSG #esoteric :​help: General commands: !help, !info, !bf_txtgen. See also !help languages, !help userinterps. You can get help on some commands by typing !help . < 1355952515 82542 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`run sed -i '875s/[<]o/ Conext coyou'll cotell come cothat coyou cocan't coprefix coeverything cowith co"co". pikhq: coof urse conot! < 1355952548 620882 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :works fine < 1355952650 182586 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :!prefixes < 1355952652 275466 :EgoBot!codu@codu.org PRIVMSG #esoteric :Bot prefixes: fungot ^, HackEgo `, EgoBot !, lambdabot @ or ? < 1355952668 84390 :Gregor!codu@codu.org PRIVMSG #esoteric :`prefixes < 1355952669 682139 :HackEgo!codu@codu.org PRIVMSG #esoteric :Bot prefixes: fungot ^, HackEgo `, EgoBot !, lambdabot @ or ? < 1355952673 688251 :Gregor!codu@codu.org PRIVMSG #esoteric :loooooool < 1355952675 632079 :Gregor!codu@codu.org PRIVMSG #esoteric :@prefixes < 1355952675 867199 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Unknown command, try @list < 1355952677 334222 :Gregor!codu@codu.org PRIVMSG #esoteric :^prefixes < 1355952677 709694 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :Bot prefixes: fungot ^, HackEgo `, EgoBot !, lambdabot @ or ? < 1355952694 958288 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :sadly i didn't have access to lambdabot < 1355952716 249650 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :but things have changed? < 1355952722 631097 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :no, i still don't < 1355952757 426392 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i doubt they'd appreciate a command just for #esoteric bots, anyway < 1355952808 25590 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :who are 'they' then? < 1355952830 65855 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :the haskellers in other channels < 1355952842 922408 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :and lambdabot's maintainer (cale?) < 1355952860 763466 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :okay.. don't know much about lambdabot at all < 1355952871 527315 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :but i understand < 1355952874 686112 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :?channels < 1355952875 20085 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Unknown command, try @list < 1355952877 732404 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hm... < 1355952879 607109 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :?list < 1355952879 764153 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :http://code.haskell.org/lambdabot/COMMANDS < 1355952882 424270 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :bah < 1355952891 913124 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :?chan < 1355952892 70036 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : @where , return element associated with key < 1355952899 228657 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :wat < 1355952912 776625 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :?help channel < 1355952913 89396 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :help . Ask for help for . Try 'list' for all commands < 1355952921 620375 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :innovative < 1355952934 123466 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i'm sure there's a command for it, but heck if i can remember the name < 1355952955 33117 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :?where lambdabot < 1355952955 345181 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :http://haskell.org/haskellwiki/Lambdabot < 1355952963 96814 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :?seen lambdabot < 1355952963 168535 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Unknown command, try @list < 1355952963 576067 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Person who I assume advised me when I came into the college saw me today by coincidence < 1355952969 383834 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :the last one used to work < 1355952977 445526 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Said I was the smartest person to walk into her office, how glad she was to have met me, etc. etc. < 1355953006 51653 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :did you get a card < 1355953027 299179 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :?ty a < 1355953028 600434 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Expr < 1355953052 857581 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric : ? is analogue to @? < 1355953082 985041 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :?listchans < 1355953083 173929 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :##crypto ##freebsd ##logic ##proggit ##villagegreen #agda #arch-haskell #codez #darcs #esoteric #fedora-haskell #friendly-coders #functionaljava #gentoo-haskell #gentoo-uy #ghc #happs #haskell # < 1355953083 838925 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :haskell-blah #haskell-books #haskell-br #haskell-fr #haskell-freebsd #haskell-game #haskell-in-depth #haskell-lens #haskell-overflow #haskell-pl #haskell.au #haskell.cz #haskell.de #haskell.dut # < 1355953083 910763 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :haskell.es #haskell.se #haskell.tw #learnanycomputerlanguage #lesswrong #macosx #macosxdev #rosettacode #scala #scalaz #scannedinavian #snapframework #tanuki #teamunix #unicycling #xmonad #yi weird# < 1355953087 73301 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :there you go < 1355953097 200670 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hagb4rd: entirely equivalent afaik < 1355953103 110654 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :who made lambdabot? < 1355953116 911163 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :people in #haskell, presumably < 1355953131 180713 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :is #happs short for #happenings < 1355953153 213671 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :Bike: no, it's a haskell web framework < 1355953157 789012 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric ::( < 1355953164 98031 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :or wait is that happstack < 1355953194 701915 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :/list #happs seems to indicate it's the same < 1355953315 863778 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :Bike: btw i found it by actually looking at that ?list web link < 1355953321 619634 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(the command) < 1355953344 430138 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :gosh < 1355953399 714240 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :the first word on each line is the plugin name, a haskell module providing those particular commands to lambdabot < 1355953470 292856 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :afaik my only contribution is that i think the unlambda plugin is descended from my old interpreter < 1355953486 972866 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@unlambda ````.t.e.s.ti < 1355953487 290452 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : test < 1355953620 924040 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@unlambda ``.h.ii < 1355953621 475931 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : hi < 1355953627 40143 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :hi lambdabot < 1355953632 583865 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :?seen shachaf < 1355953633 35999 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Unknown command, try @list < 1355953647 199857 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :it's still in the web list but disabled :( < 1355953652 731372 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Yep. < 1355953655 532140 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :lambdabot: ? < 1355953656 113324 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Maybe you meant: . ? @ activity activity-full admin all-dicts arr ask b52s babel bf bid botsnack brain bug check choice-add choose clear-messages compose devils dice dict dict-help djinn djinn-add < 1355953656 197700 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :djinn-clr djinn-del djinn-env djinn-names djinn-ver do docs dummy easton echo elements elite eval fact fact-cons fact-delete fact-set fact-snoc fact-update faq farber flush foldoc forget fortune < 1355953656 271876 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :fptools free freshname ft gazetteer get-shapr ghc girl19 google googleit gsite gwiki hackage help hitchcock hoogle hoogle+ id ignore index instances instances-importing irc-connect jargon join karma < 1355953656 343518 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :karma+ karma- karma-all keal kind learn leave let list listall listchans listmodules listservers localtime localtime-reply lojban map messages messages? more msg nazi-off nazi-on nixon oeis offline < 1355953656 343731 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :oldwiki palomer part paste ping pl pl-resume pointful pointless pointy poll-add poll-close poll-list poll-remove poll-result poll-show pretty print-notices protontorpedo purge-notices quit quote rc < 1355953658 135047 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :read reconnect remember repoint run shootout show slap smack source spell spell-all src tell thank you thanks thx ticker time todo todo-add todo-delete topic-cons topic-init topic-null topic-snoc < 1355953660 77041 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :topic-tail topic-tell type undefine undo unlambda unmtl unpf unpl unpointless uptime url v vera version vote web1913 what where where+ wiki wn world02 yarr yhjulwwiefzojcbxybbruweejw yow < 1355953661 219304 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :perhaps they thought it was to privacy invading < 1355953669 459956 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :@nazi-on < 1355953669 664743 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :*too < 1355953669 961676 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Not enough privileges < 1355953683 307508 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: It was more that it leaked memory. < 1355953689 457622 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :lambdabot is pretty awful. :-( < 1355953698 703601 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :@oeis 0, 1, 2, 2, 3, 3, 4, 3, 4 < 1355953710 106609 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Length of shortest addition chain for n. < 1355953710 298110 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : [0,1,2,2,3,3,4,3,4,4,5,4,5,5,5,4,5,5,6,5,6,6,6,5,6,6,6,6,7,6,7,5,6,6,7,6,7,7... < 1355953729 812865 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@oeis 1,1,1,1,1,1,1,1,1,1 < 1355953745 429069 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Plugin `oeis' failed with: thread killed < 1355953751 160394 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@oeis 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 < 1355953766 830722 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Plugin `oeis' failed with: thread killed < 1355953771 425661 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@oeis 42,42,42 < 1355953773 964364 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :shachaf: and @tell doesn't? :P < 1355953776 64066 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : Triangle T(n,k), n>=0, 0<=k<=n, read by rows: T(n,k) is the number of partit... < 1355953776 208226 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : [1,1,1,2,2,2,2,3,3,3,3,4,5,5,5,2,5,6,7,7,7,4,6,9,10,11,11,11,2,7,10,13,14,15... < 1355953778 310781 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :you're bummin me out, plugin `oeis'. < 1355953814 488933 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: That's why you have to use @ask instead of @tell < 1355953825 218111 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@ask shachaf Aha. < 1355953825 440780 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Consider it noted. < 1355953875 866122 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@messages < 1355953876 513055 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :oerjan asked 51s ago: Aha. < 1355953893 199369 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :lol < 1355953899 708434 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hm that command list is old. it still has vixen. < 1355953949 612171 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :@oeis 1,-1,1,-1,1,-1,1 < 1355953964 813806 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :Plugin `oeis' failed with: thread killed < 1355953989 969881 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :@karma-all < 1355953990 293365 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "nobody" 2000 < 1355953990 449894 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "C/C" 355 < 1355953990 521692 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "(" 141 < 1355953990 521864 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "+" 109 < 1355953990 521972 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "g" 101 < 1355953992 178239 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :[1792 @more lines] < 1355954051 24818 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@more < 1355954051 146307 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "shachaf" 50 < 1355954051 312453 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "dmwit" 39 < 1355954051 384529 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "libc" 36 < 1355954051 384717 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "##c" 35 < 1355954051 384828 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : "\"C" 32 < 1355954053 139512 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :[1787 @more lines] < 1355954067 245804 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ACTION didn't expect to see shachaf so soon :P < 1355954075 307640 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :@karma FreeFull < 1355954075 432795 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :You have a karma of 0 < 1355954083 88338 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :@karma lambdabot < 1355954083 343756 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :lambdabot has a karma of 24 < 1355954093 140918 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :@karma #esoteric < 1355954093 358180 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric :#esoteric has a karma of -1 < 1355954098 859749 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Sad. < 1355954108 464028 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :#esoteric++ < 1355954124 327726 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@more < 1355954141 458496 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: How do I have 50 karma? < 1355954153 356738 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Why would anyone want literal XML syntax? < 1355954153 508397 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :shachaf: the usual suspects < 1355954158 978042 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :XML is so ugly < 1355954180 577554 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :http://oeis.org/A000012 aha, there's my favorite sequence < 1355954192 190609 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :"Number of ways of writing n as a product of primes." < 1355954199 823377 :boily!~boily@mtl.savoirfairelinux.net PRIVMSG #esoteric :XML has it own... I wouldn't say beauty. more like peculiar acquired taste. < 1355954203 33321 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :shachaf++ < 1355954226 178304 :boily!~boily@mtl.savoirfairelinux.net PRIVMSG #esoteric :(a bit like some people seem to enjoy salmiakki.) < 1355954232 210026 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :I love how high C/C is =P < 1355954249 52341 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :«I went to visit him while he was lying ill at the hospital. I had come in taxi cab number 14 and remarked that it was a rather dull number. "No" he replied, "it is a very interesting number. It's the smallest number expressible as the product of 7 and 2 in two different ways."» < 1355954249 686225 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Bike, shouldn't that sequence start with 0? < 1355954267 970961 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :«Differences between consecutive n. [From Juri-Stepan Gerasimov, Dec 05 2009]» < 1355954310 71264 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ACTION goes all ramanujan on shachaf -----### < 1355954312 920593 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :sgeo: what's a fencepost between friends < 1355954319 64466 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :sgeo: 2*7 and 7*2? < 1355954322 649559 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :There are 0 ways to write 1 as a product of primes < 1355954345 74375 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :1 is the product of 0 primes < 1355954356 280284 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :> product [] < 1355954358 176555 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : 1 < 1355954360 443616 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :sgeo doesn't believe in the empty set < 1355954372 233648 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: the empty set is a lie created to oppress us!! < 1355954416 621521 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Also, is it a product if you're multiplying 1 number? < 1355954430 948284 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Yes, sgeo. < 1355954441 665105 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :Because 3 times = 3 < 1355954444 576060 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :oh hey there's even a haskell implementation listed. "a000012 = const 1" and "a000012_list = repeat 1" < 1355954448 310251 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :glad they contributed that! < 1355954460 815468 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :> product [3] < 1355954461 512241 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :> product [3] < 1355954463 124385 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : 3 < 1355954463 739509 :lambdabot!~lambdabot@li85-105.members.linode.com PRIVMSG #esoteric : can't find file: L.hs < 1355954474 674758 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :why must you mock me so, lambdabot. < 1355954502 90895 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Bike: Why don't you ever say anything original?! < 1355954537 230164 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :No wonder the whole thing is so stagnant! You don't take me up on < 1355954537 308173 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :anything-you just repeat it in a different order. < 1355954541 196645 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :originality is hard, and my muse is dead :( < 1355954551 967353 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric : I can't think of anything original. I'm only good in support. < 1355954554 494033 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :http://oeis.org/A055642 man, the oeis has some really great sequences < 1355954587 289480 :sgeo!~sgeo@ool-ad034ea6.dyn.optonline.net PRIVMSG #esoteric :The muse is dead. Our space is something < 1355954590 29004 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Bike: I'm pretty sure the decimal expansion of has digits... < 1355954594 767162 :atriq!~nathan@host-78-146-172-196.as13285.net QUIT :Ping timeout: 255 seconds < 1355954603 9928 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :http://oeis.org/wiki/Toothpick_problem and a wiki! < 1355954607 466717 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So that sequence should start with , not 1. < 1355954620 507188 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :the decimal expansion of blank? < 1355954629 125167 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :You know, 1-1 < 1355954649 156593 :Bike!~Glossina@207-224-23-226.ptld.qwest.net PRIVMSG #esoteric :you use a weird numeral system, sir. < 1355954701 383160 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :thanks, you too < 1355955229 955976 :rapido!~rapido@37-251-35-26.FTTH.ispfabriek.nl JOIN :#esoteric < 1355955269 817682 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :^style lovecraft < 1355955270 207978 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :Selected style: lovecraft (H. P. Lovecraft's writings) < 1355955394 485278 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :!bf_txtgen < 1355955400 206105 :EgoBot!codu@codu.org PRIVMSG #esoteric :​20 ++[>+++++>>><<<<-]>. [21] < 1355955447 68786 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :!list < 1355955450 568427 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :!info < 1355955451 61479 :EgoBot!codu@codu.org PRIVMSG #esoteric :​EgoBot is a bot for running programs in esoteric programming languages. If you'd like to add support for your language to EgoBot, check out the source via mercurial at https://codu.org/projects/egobot/hg/ . Cheers and patches (preferably hg bundles) can be sent to Richards@codu.org , PayPal donations can be sent to AKAQuinn@hotmail.com , complaints can be sent to /dev/null < 1355955546 120982 :AnotherTest!~tim@94-224-28-191.access.telenet.be PART :#esoteric < 1355955617 920542 :boily!~boily@mtl.savoirfairelinux.net PRIVMSG #esoteric :fungot: now that you lovecraft, can you say something cheery, funny and full of joy? < 1355955619 153579 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :boily: as i viewed it. i was pouring something from one fnord to trust the tenebrous tunnel of the bridge. of the identity of the stock seemed to change from week to week as new fnord were purchased from the fnord bulb in his right hand. < 1355955655 405807 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :^style < 1355955655 793483 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :Available: agora alice c64 ct darwin discworld europarl ff7 fisher fungot homestuck ic irc iwcs jargon lovecraft* nethack pa qwantz sms speeches ss wp youtube < 1355955671 242823 :boily!~boily@mtl.savoirfairelinux.net PRIVMSG #esoteric :lovecraft fnords? I guess Illuminaty were more pervasive than I previously thought... < 1355955692 749313 :boily!~boily@mtl.savoirfairelinux.net PRIVMSG #esoteric :s/ty/ties/ < 1355955796 276374 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :^style c64 < 1355955796 879658 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :Selected style: c64 (C64 programming material) < 1355955801 872242 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :cool < 1355955813 911961 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :fungot how are doing < 1355955814 473489 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :hagb4rd: background 00 background 0 color ( register 35 ( 23). < 1355956688 636809 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 276 seconds < 1355956976 435856 :nooga!~nooga@ip-46-250-173-30.ip.maverick.com.pl QUIT :Ping timeout: 255 seconds < 1355956995 23511 :boily!~boily@mtl.savoirfairelinux.net QUIT :Quit: Poulet! < 1355957337 746040 :augur!~augur@129-2-129-35.wireless.umd.edu QUIT :Remote host closed the connection < 1355957559 698173 :keb!~keb@184-76-50-238.war.clearwire-wmx.net QUIT :Remote host closed the connection < 1355957905 897805 :rapido!~rapido@37-251-35-26.FTTH.ispfabriek.nl QUIT :Quit: rapido < 1355959060 872390 :keb!~keb@c-71-59-209-166.hsd1.or.comcast.net JOIN :#esoteric < 1355959430 246574 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :fungot: Whick address should I poke? < 1355959430 727987 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :fizzie: 3) check for certain other keys this way. the < 1355959440 364452 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :fungot: That's no kind of an answer. < 1355959441 48123 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :fizzie: 1) when your data is determined by its " intelli- gence," appears on your television screen is, however, sometimes these terms will be able to abort your basic program < 1355959459 741563 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :fungot: Yeah, sometimes that happens. < 1355959460 233031 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :fizzie: try running the program is used like any other peripheral device. ( use the setlfs routine must write your programs compatible with any of the front of the pointer. < 1355959893 226388 :olsner!~salparot@c83-252-194-156.bredband.comhem.se PRIVMSG #esoteric :fungot: where's the front of the pointer? < 1355959893 560231 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :olsner: nmi vector when setting up positions in the < 1355959918 167274 :olsner!~salparot@c83-252-194-156.bredband.comhem.se PRIVMSG #esoteric :fungot: positions in the what? < 1355959919 53121 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :olsner: you will notice that by adding this output to the address is to establish the location which must be called by the < 1355959923 953500 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :y is that cut off so badly < 1355959932 348520 :olsner!~salparot@c83-252-194-156.bredband.comhem.se PRIVMSG #esoteric :fungot: called by the what? < 1355959932 935364 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :olsner: extended color mode, each with its low byte first, high byte will load at the fundamental frequency defines the overall volume level other than the keyboard < 1355959971 786374 :olsner!~salparot@c83-252-194-156.bredband.comhem.se PRIVMSG #esoteric :hey mr computational linguist, why isn't fungot making sense? < 1355959972 206345 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :olsner: since the raster register is used for the envelope ( adsr), you can add another aspect of sound effects generator compatible with different machines. < 1355960156 812617 :olsner!~salparot@c83-252-194-156.bredband.comhem.se PRIVMSG #esoteric :fungot: ok < 1355960337 595746 :olsner!~salparot@c83-252-194-156.bredband.comhem.se PRIVMSG #esoteric :`quote < 1355960340 98548 :HackEgo!codu@codu.org PRIVMSG #esoteric :219) This is good if you are a wheat plant but bad if you like eating wheat seeds. < 1355960354 140148 :olsner!~salparot@c83-252-194-156.bredband.comhem.se PRIVMSG #esoteric :good to know < 1355960956 543918 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :olsner: It's from a book, and I probably didn't spend much time in refilling the lines back together to form complete sentences. < 1355960963 264308 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Er, hagb4rd ^ < 1355960972 549210 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :So they all end quite abruptly. < 1355961015 335392 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Also, I don't think the raster register is used for the ADSR envelope at all. < 1355961021 295149 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :fungot: Are you *sure* about that? < 1355961021 760974 :fungot!fis@selene.zem.fi PRIVMSG #esoteric :fizzie: most simple envelope is shown below: < 1355961229 239414 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :fizzie: so you have used an OCR-tool or sth? < 1355961335 890529 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Not me personally, but someone has. < 1355961378 454764 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :i see < 1355961422 873851 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric : The Project 64 etext of the Commodore 64 Programmer's Reference Guide, < 1355961423 194739 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric : first edition. Converted to etext by Ville Muikkula. Some errors in < 1355961423 266322 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric : the original document were corrected in this etext. < 1355961427 551378 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That guy. < 1355961466 484620 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I did have a script that tried to combine paragraphs back together, but I don't think it has worked very well. < 1355961513 194929 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :well.. not very much indeed < 1355961569 63084 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Or possibly I used multiple source texts and not all of them were reparagraphed. < 1355961575 727371 :hagb4rd!~perdito@koln-4d0b6008.pool.mediaWays.net PRIVMSG #esoteric :wouldn't be a good point to start splitting them by just a few symbols like dots?