< 1402099213 873193 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :How many bombs would be required to destroy not only the entire Earth but damage much of the solar system? < 1402099269 961913 :Bicyclidine!~Glossina@69.166.35.233 PRIVMSG #esoteric :http://www.fas.org/sgp/othergov/doe/lanl/docs1/00329010.pdf godspeed, zzo < 1402099271 258227 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1402099325 1785 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Hopefully they don't make such bomb < 1402099414 404900 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :It won't load < 1402099447 388285 :Bicyclidine!~Glossina@69.166.35.233 PRIVMSG #esoteric :It's a paper from the Manhattan Project about how many nukes you'd need to ignite the atmosphere. < 1402099452 511048 :Bicyclidine!~Glossina@69.166.35.233 PRIVMSG #esoteric :of earth. < 1402099457 803860 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :OK < 1402101236 690590 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402101307 236530 :Bicyclidine!~Glossina@69.166.35.233 QUIT :Quit: leaving < 1402101503 865734 :blitter64!~blitter@99-171-140-87.lightspeed.tukrga.sbcglobal.net JOIN :#esoteric < 1402101636 878404 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :blitter64, are you bik < 1402101639 563121 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :e < 1402101647 586640 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :that is, are you bike < 1402102528 500207 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1402102843 359043 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :negatory < 1402103234 142537 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :damn < 1402103242 205315 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :bike are you Bike < 1402103249 273333 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :unknown < 1402103583 304966 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :I thin I might love npmjs. Shame about its security record though < 1402103746 897919 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1402104337 468139 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Ping timeout: 252 seconds < 1402105640 922102 :blitter64!~blitter@99-171-140-87.lightspeed.tukrga.sbcglobal.net QUIT :Ping timeout: 276 seconds < 1402107076 131770 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :Suppose your project a has dependencies on b and c. b has a depenedecy on z version 1, c has a dependency on z version 2. < 1402107079 703268 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :npm can handle that. < 1402107135 84642 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :can npm feed me cheesy potatoes? < 1402107187 949702 :fowl!~fowl@unaffiliated/fowlmouth PRIVMSG #esoteric :Sgeo, why is that special? when you load dependencies like var localname = require("somefile"), it _should_ handle that < 1402107266 101547 :fowl!~fowl@unaffiliated/fowlmouth PRIVMSG #esoteric :with no extra work < 1402107609 235592 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :fowl: because a lot of languages don't work like that < 1402107620 488233 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :I know Lua does, at least when used in nginx < 1402107659 915747 :fowl!~fowl@unaffiliated/fowlmouth PRIVMSG #esoteric :lua and limbo from plan9 are the only others i know of < 1402107738 501662 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :Now I have to learn Limbo, don't I < 1402107740 244961 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :How does that loader choose the version to load? < 1402107792 789690 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :The dependencies are installed in a subdirectory node_modules relative to the project. And those dependencies themselves have node_modules directories < 1402107793 789315 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :etc. < 1402107803 836726 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :So, a waste of space, but what's more important? < 1402107870 955609 :fowl!~fowl@unaffiliated/fowlmouth PRIVMSG #esoteric :i wouldnt call that a waste of space lol < 1402107883 873015 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :http://nodejs.org/api/modules.html#modules_loading_from_node_modules_folders < 1402107893 219545 :fowl!~fowl@unaffiliated/fowlmouth PRIVMSG #esoteric :its a good thing to do, bundler does it for ruby < 1402107896 164035 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :Well, it's easy to not have to deal with dependencies if you don't want any of the benefits of dependencies. < 1402108505 594738 :conehead!~conehead@unaffiliated/conehead JOIN :#esoteric < 1402108642 509469 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Do you know what the 2D barcodes on bank statements are? Whoever I asked at the bank, said they didn't know their purpose. They are not a QR code; I can see that much at least. I can also see that it seems too small to encode all the data of the bank statement. < 1402108703 216943 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07List of ideas14]]4 10 02http://esolangs.org/w/index.php?diff=39755&oldid=39750 5* 03Zzo38 5* (+49) 10 < 1402108953 992912 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :OF COURSE npm uses HTTP and not HTTPS < 1402108956 922181 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :>:C < 1402108983 225386 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :shame about its security record though < 1402109029 368016 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :https://news.ycombinator.com/item?id=7443861 < 1402109731 628199 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :Does cabal use http? < 1402109738 15937 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :Someone in the node channel claimed so < 1402109773 576837 :Nimbusil!~Nimbusil@108.193.239.98 JOIN :#esoteric < 1402110316 952984 :Nimbusil!~Nimbusil@108.193.239.98 QUIT : < 1402111111 98445 :^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net PRIVMSG #esoteric :`unidecode ▚ < 1402111111 770718 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+259A QUADRANT UPPER LEFT AND LOWER RIGHT] < 1402111594 194148 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Rand.Next()14]]4 M10 02http://esolangs.org/w/index.php?diff=39756&oldid=39753 5* 03Malltog 5* (+0) 10Changed 'mush' to 'much' < 1402114693 617213 :newsham!~chat@udp217044uds.hawaiiantel.net PRIVMSG #esoteric :"curl http://npmjs.org/install.sh | sh < 1402114709 91731 :newsham!~chat@udp217044uds.hawaiiantel.net PRIVMSG #esoteric :what could possibly go wrong? pipe some web page directly to a shell, dont use https. no problem! < 1402114723 639738 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :"I think the beauty of node.js, and a lot of other modern js technologies, is if you're one of the (majority) of developers out there who write just enough javascript to get back to their "real" code, then the first moment they start writing in node, they'll be forced to confront the fact that their code is horrible." < 1402114735 559844 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :Maybe node will be helpful for me < 1402114736 512299 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :modern js technologies < 1402114739 892509 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :the saddest phrase < 1402115355 838386 :lollo64it!~lorenzo@93-58-3-33.ip156.fastwebnet.it QUIT :Quit: Leaving < 1402115507 822418 :lollo64it!~lorenzo@93-58-3-33.ip156.fastwebnet.it JOIN :#esoteric < 1402115520 318632 :Burton!Burton@gateway/shell/bouncerstation/x-uwvsuvnodwnvvhkv QUIT :Ping timeout: 260 seconds < 1402115601 490428 :lollo64it!~lorenzo@93-58-3-33.ip156.fastwebnet.it QUIT :Remote host closed the connection < 1402115762 552062 :lollo64it!~lorenzo@93-58-3-33.ip156.fastwebnet.it JOIN :#esoteric < 1402116123 404133 :vyv!~vyv@bas1-northbay04-1176387174.dsl.bell.ca QUIT :Ping timeout: 265 seconds < 1402116199 191057 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :I have managed to fix SQLite to allow renaming views and to make EXPLAIN output containing "Program" instructions to include the name of the trigger program. Does anyone other than me would find such thing useful? < 1402116233 289326 :vyv!~vyv@bas1-northbay04-1177802930.dsl.bell.ca JOIN :#esoteric < 1402116343 477564 :Burton!Burton@gateway/shell/bouncerstation/x-ioczsplqdzhwkovp JOIN :#esoteric < 1402117396 124706 :kwertii!~kwertii@unaffiliated/kwertii QUIT :Quit: kwertii < 1402117658 387653 :augur!~augur@216-164-48-148.c3-0.slvr-ubr1.lnh-slvr.md.cable.rcn.com QUIT :Ping timeout: 240 seconds < 1402118787 270666 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1402119800 847706 :not^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net JOIN :#esoteric < 1402119849 233361 :^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net QUIT :Quit: Leaving < 1402120362 364103 :MoALTz!~no@user-46-112-93-173.play-internet.pl JOIN :#esoteric < 1402120621 297622 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :What happen if you extend a type system with types corresponding to equations of natural numbers and operations on them? < 1402121940 365091 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :diophantines? < 1402122036 203103 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Like that, except that the value of variables are done by type variables < 1402122453 112064 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric : Does cabal use http? <-- yep. https://github.com/haskell/cabal/issues/936 < 1402122474 896206 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@tell Sgeo Does cabal use http? <-- yep. https://github.com/haskell/cabal/issues/936 < 1402122475 364086 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :Consider it noted. < 1402122481 708786 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :Thanks < 1402122502 424315 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :they're not considering it very urgent, either :( < 1402122595 546455 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(also the person claiming an actual attack in that thread is a troll.) < 1402122641 116531 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :they don't even have signatures. :( < 1402122769 391983 :M28_!~M28@unaffiliated/m28 NICK :M28 < 1402123129 63608 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :http://wtfjs.com/2013/02/12/obfuscated-fibonacci < 1402123375 126324 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :wtfjs is itself a bit wtfy sometimes < 1402123407 492811 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :http://wtfjs.com/2011/05/12/parseInt-is-not-eval < 1402123413 254669 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :No shit, sherlock? < 1402123635 377002 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :Sgeo: http://www.mathworks.com/help/matlab/ref/str2num.html < 1402123673 352995 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :buh....wuh.... "Accelerating the pace of engineering and science"... into a wall, I assume < 1402123687 683534 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :basically. < 1402123721 422753 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :i guess it's because they wanted it to parse arrays and complexes and stuff. but didn't feel like moving out the parser. < 1402123725 695919 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :Oh, str2double is safe < 1402123743 152892 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :But still not great to not make it obvious that str2num is unsafe < 1402123770 951780 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :well, that box warning is even more prominent in t he in-IDE docs. < 1402123785 575887 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :i was looking for a number reader, found str2num, recoiled, and used str2double instead. < 1402123804 716460 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :People aren't likely to use this language without an IDE? < 1402123810 232347 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :I use Notepad++ for Javascript all the time < 1402123837 213008 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :matlab? not its intended userbase, no < 1402123857 126274 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :the IDE is actually pretty good, other than hanging when the listener does < 1402123900 634489 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :Is its intended userbase likely to understand the warning? < 1402123909 213001 :Sgeo!~quassel@ool-44c2df0c.dyn.optonline.net PRIVMSG #esoteric :And its implications? < 1402123928 432899 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :nope < 1402123977 472583 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :matlab is almost entirely used for very domain-specific research code, so it's not a security dealie or nothin < 1402124084 152333 :Bike!~Glossina@71-222-119-141.ptld.qwest.net PRIVMSG #esoteric :still funny as shit mind < 1402124084 646700 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Read error: Connection reset by peer < 1402124112 375125 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1402124452 543735 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07RAGE!!!14]]4 10 02http://esolangs.org/w/index.php?diff=39757&oldid=39751 5* 03Oerjan 5* (-169) 10Fix the blank lines < 1402124828 492453 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Rand.Next()14]]4 M10 02http://esolangs.org/w/index.php?diff=39758&oldid=39756 5* 03Oerjan 5* (+43) 10unsigned < 1402125229 568536 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/move14]]4 move10 02 5* 03Oerjan 5* 10moved [[02Onecode10]] to [[Onecode (Iconmaster)]]: Name now duplicated < 1402125229 767441 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/move14]]4 move10 02 5* 03Oerjan 5* 10moved [[02Talk:Onecode10]] to [[Talk:Onecode (Iconmaster)]]: Name now duplicated < 1402125371 403657 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Onecode14]]4 10 02http://esolangs.org/w/index.php?diff=39763&oldid=39760 5* 03Oerjan 5* (+47) 10IIRC this is our second disambiguation page ever < 1402125462 977721 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Quit: Computer has gone to sleep. < 1402125687 4554 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :maybe we should add a category for disambiguation pages :> < 1402125716 32104 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Onecode14]]4 M10 02http://esolangs.org/w/index.php?diff=39764&oldid=39762 5* 03Oerjan 5* (+34) 10I don't think this should be a redirect, make it a text link instead < 1402125739 889403 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :myname: maybe a _tiny_ bit early. < 1402125753 526732 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :also, what happens if i dedide to make two languages by the same name < 1402125772 244849 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :"this may be: Foo (myname) or Foo (myname)" < 1402125877 402372 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :the second would then be Foo (myname cannot name things properly I) < 1402125889 436241 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hth < 1402125894 819850 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :challenge considered < 1402125976 621292 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :the third would be Foo (myname still cannot name things properly so we banned him) hth < 1402125986 920185 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :possibly with the hth included < 1402126013 584573 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(at which point elliott bans me) < 1402126065 287606 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i just thought of a language that uses "foo hth" as "return foo" and twh as a function call... < 1402126089 280850 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :sounds inevitable when you put it that way. < 1402126100 598503 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :why? < 1402126148 3291 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ok it sounds inevitable whether or not you put it that way hth < 1402126199 601220 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ACTION considers neither confirming nor denying that he planned this all along. < 1402126211 931596 :Tod-Autojoined!Tod@50-198-177-186-static.hfc.comcastbusiness.net JOIN :#esoteric < 1402126250 676234 :TodPunk!Tod@50-198-177-186-static.hfc.comcastbusiness.net QUIT :Read error: Connection reset by peer < 1402126322 724588 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :okay, next idea: 3 languages called VVV, WV and VW, what wouldn't be disambiguous AT ALL! < 1402126358 624464 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ꙮ KAY < 1402126430 393766 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i do think banning for 3 languages with the same name is harsh, though < 1402126463 780776 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :well it's to nip it in the bud < 1402126701 268423 :password2!~password@197.78.148.26 JOIN :#esoteric < 1402126783 278189 :MoALTz!~no@user-46-112-93-173.play-internet.pl QUIT :Quit: Leaving < 1402126923 315875 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :also, i am going to make a small presentation about esolangs. i thought about 3 main categories: senseless, art, math < 1402126927 495160 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:RAGE!!!14]]4 10 02http://esolangs.org/w/index.php?diff=39765&oldid=39752 5* 03Oerjan 5* (+213) 10no space left < 1402126930 405420 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :any suggestions/objections? < 1402126981 25095 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :you're missing pure evil hth < 1402126998 617739 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :oerjan: do you have an example language for that? < 1402127001 648820 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :malbolge? < 1402127065 356889 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :that would be one. although if you look in Category:Shameful you might find some others. < 1402127096 469318 :myname!~myname@84.200.43.57 PRIVMSG #esoteric ::D < 1402127096 769125 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(disclaimer: there is no Category:Shameful hth) < 1402127105 663920 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :there should be! < 1402127116 130101 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i'd put german in there < 1402127125 981535 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :no, we have clearly decided that it should not exist hth < 1402127130 799402 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :although i will list it at senseless < 1402127141 488394 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :what < 1402127201 392334 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i suggest you visit the page for it for some clarity why it doesn't exist hth < 1402127377 670398 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :that doesn't make much sense < 1402127408 216136 :impomatic!~digital_w@43.16.208.46.dyn.plus.net PART :#esoteric < 1402127413 72865 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :neither do the languages in that category < 1402127437 824863 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :also you may be meta-humoristically challenged < 1402127522 893579 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :and thus in fine company < 1402127710 157626 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i do like meta-humor. at least that part of it that i understand < 1402127868 60857 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :A category can contain files even though the category file itself is not exist < 1402127871 781169 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :So, it is OK < 1402127925 86987 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Describe what you plan to make in presentation? I am not sure such three are sufficient category. But, perhaps INTERCAL should also be included? < 1402127990 162575 :password2!~password@197.78.148.26 QUIT :Read error: Connection reset by peer < 1402128020 824872 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :maybe i should add "humour" as a fourth one < 1402128077 576815 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1402128136 92057 :Tod-Autojoined!Tod@50-198-177-186-static.hfc.comcastbusiness.net NICK :TodPunk < 1402128316 679779 :ski_!~ski@remote1.student.chalmers.se JOIN :#esoteric < 1402128367 67519 :yiyus!1242712427@je.je.je QUIT :*.net *.split < 1402128367 330124 :ski!~ski@remote1.student.chalmers.se QUIT :*.net *.split < 1402128391 580091 :yiyus!1242712427@je.je.je JOIN :#esoteric < 1402128412 171641 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Quit: Computer has gone to sleep. < 1402128644 380804 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :question is: at which point? < 1402128804 511029 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :zzo38: where would you put INTERCAL? < 1402128853 462569 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :I don't know!!! < 1402128912 504064 :conehead!~conehead@unaffiliated/conehead QUIT :Quit: Textual IRC Client: www.textualapp.com < 1402129508 523743 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :okay! < 1402129527 283024 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i could add a category INTERCAL :p < 1402130412 828657 :Slereah_!~jackal@176.222.51.233 JOIN :#esoteric < 1402130503 540530 :Slereah!~jackal@176.222.51.233 QUIT :Ping timeout: 260 seconds < 1402130663 445510 :password2!~password@197.78.157.41 JOIN :#esoteric < 1402131345 644807 :MoALTz!~no@user-46-112-93-173.play-internet.pl JOIN :#esoteric < 1402131516 460714 :myndzi!myndzi@2600:3c00::f03c:91ff:fedf:3d4e QUIT :*.net *.split < 1402131516 655540 :skarn!skarn@unaffiliated/skarn QUIT :*.net *.split < 1402131516 977487 :hubs!hubs@2600:3c03::f03c:91ff:fe69:46d3 QUIT :*.net *.split < 1402131517 171949 :rodgort!~rodgort@192.241.198.49 QUIT :*.net *.split < 1402131517 445058 :FireFly!~firefly@oftn/member/FireFly QUIT :*.net *.split < 1402131518 35656 :b_jonas!~x@russell2.math.bme.hu QUIT :*.net *.split < 1402131518 572217 :lambdabot!~lambdabot@silicon.int-e.eu QUIT :*.net *.split < 1402131518 970694 :nisstyre!yourstruly@oftn/member/Nisstyre QUIT :*.net *.split < 1402131519 471400 :shachaf!~shachaf@unaffiliated/shachaf QUIT :*.net *.split < 1402131519 675276 :myname!~myname@84.200.43.57 QUIT :*.net *.split < 1402131521 439870 :vyv!~vyv@bas1-northbay04-1177802930.dsl.bell.ca QUIT :*.net *.split < 1402131521 715972 :mtve!~mtve@10130.x.rootbsd.net QUIT :*.net *.split < 1402131522 159547 :monotone!~monotone@room208.org QUIT :*.net *.split < 1402131522 353635 :hogeyui!~hogeyuiVP@vps.usamimi.biz QUIT :*.net *.split < 1402131522 750747 :nortti!nortti@109.74.197.6 QUIT :*.net *.split < 1402131539 964847 :vyv!~vyv@bas1-northbay04-1177802930.dsl.bell.ca JOIN :#esoteric < 1402131540 222243 :mtve!~mtve@10130.x.rootbsd.net JOIN :#esoteric < 1402131540 222372 :myndzi!myndzi@2600:3c00::f03c:91ff:fedf:3d4e JOIN :#esoteric < 1402131540 222439 :skarn!skarn@unaffiliated/skarn JOIN :#esoteric < 1402131540 222501 :monotone!~monotone@room208.org JOIN :#esoteric < 1402131540 222564 :hogeyui!~hogeyuiVP@vps.usamimi.biz JOIN :#esoteric < 1402131540 222629 :hubs!hubs@2600:3c03::f03c:91ff:fe69:46d3 JOIN :#esoteric < 1402131540 222691 :rodgort!~rodgort@192.241.198.49 JOIN :#esoteric < 1402131540 222752 :nortti!nortti@109.74.197.6 JOIN :#esoteric < 1402131540 222814 :FireFly!~firefly@oftn/member/FireFly JOIN :#esoteric < 1402131540 222909 :b_jonas!~x@russell2.math.bme.hu JOIN :#esoteric < 1402131540 222972 :lambdabot!~lambdabot@silicon.int-e.eu JOIN :#esoteric < 1402131540 223035 :nisstyre!yourstruly@oftn/member/Nisstyre JOIN :#esoteric < 1402131540 223096 :myname!~myname@84.200.43.57 JOIN :#esoteric < 1402131540 223159 :shachaf!~shachaf@unaffiliated/shachaf JOIN :#esoteric < 1402131672 483094 :tromp_!~tromp@ool-4570a006.dyn.optonline.net QUIT :*.net *.split < 1402131673 169776 :sebbu!~sebbu@unaffiliated/sebbu QUIT :*.net *.split < 1402131673 406987 :douglass_!~iridium@home-on-the-dome.mit.edu QUIT :*.net *.split < 1402131673 601255 :fowl!~fowl@unaffiliated/fowlmouth QUIT :*.net *.split < 1402131673 989485 :newsham!~chat@udp217044uds.hawaiiantel.net QUIT :*.net *.split < 1402131674 184041 :trout!root@freebsd/developer/variable QUIT :*.net *.split < 1402131674 677759 :ggherdov!sid11402@gateway/web/irccloud.com/x-uccykrdyqknfxinm QUIT :*.net *.split < 1402131675 593969 :Speed`!~Speed@evile.thrash.im QUIT :*.net *.split < 1402131675 855878 :lifthrasiir!~lifthrasi@115.68.131.49 QUIT :*.net *.split < 1402131707 112544 :tromp_!~tromp@ool-4570a006.dyn.optonline.net JOIN :#esoteric < 1402131707 349043 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1402131707 349163 :douglass_!~iridium@home-on-the-dome.mit.edu JOIN :#esoteric < 1402131707 349228 :fowl!~fowl@unaffiliated/fowlmouth JOIN :#esoteric < 1402131707 349292 :newsham!~chat@udp217044uds.hawaiiantel.net JOIN :#esoteric < 1402131707 349356 :trout!root@freebsd/developer/variable JOIN :#esoteric < 1402131707 349418 :ggherdov!sid11402@gateway/web/irccloud.com/x-uccykrdyqknfxinm JOIN :#esoteric < 1402131707 349481 :Speed`!~Speed@evile.thrash.im JOIN :#esoteric < 1402131707 349542 :lifthrasiir!~lifthrasi@115.68.131.49 JOIN :#esoteric < 1402131720 720125 :vyv!~vyv@bas1-northbay04-1177802930.dsl.bell.ca QUIT :*.net *.split < 1402131720 998986 :mtve!~mtve@10130.x.rootbsd.net QUIT :*.net *.split < 1402131721 443587 :monotone!~monotone@room208.org QUIT :*.net *.split < 1402131721 638080 :hogeyui!~hogeyuiVP@vps.usamimi.biz QUIT :*.net *.split < 1402131722 27574 :nortti!nortti@109.74.197.6 QUIT :*.net *.split < 1402131724 845199 :trout!root@freebsd/developer/variable QUIT :Max SendQ exceeded < 1402131837 547469 :password2!~password@197.78.157.41 QUIT :Ping timeout: 252 seconds < 1402131874 801225 :vyv!~vyv@bas1-northbay04-1177802930.dsl.bell.ca JOIN :#esoteric < 1402131874 995416 :mtve!~mtve@10130.x.rootbsd.net JOIN :#esoteric < 1402131874 995562 :monotone!~monotone@room208.org JOIN :#esoteric < 1402131874 995631 :hogeyui!~hogeyuiVP@vps.usamimi.biz JOIN :#esoteric < 1402131874 995695 :nortti!nortti@109.74.197.6 JOIN :#esoteric < 1402131883 33713 :variable!root@freebsd/developer/variable JOIN :#esoteric < 1402132631 416706 :password2!~password@197.78.177.168 JOIN :#esoteric < 1402133177 566422 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Onecode14]]4 M10 02http://esolangs.org/w/index.php?diff=39766&oldid=39763 5* 03GermanyBoy 5* (+14) 10added template < 1402133467 997050 :variable!root@freebsd/developer/variable QUIT :Quit: I found 1 in /dev/zero < 1402133624 428852 :variable!root@freebsd/developer/variable JOIN :#esoteric < 1402134360 242718 :Phantom_Hoover!~phantomho@146.66.53.77 JOIN :#esoteric < 1402134360 473111 :Phantom_Hoover!~phantomho@146.66.53.77 QUIT :Changing host < 1402134360 473235 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402135479 501550 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1402135714 990415 :password2!~password@197.78.177.168 QUIT :Read error: Connection reset by peer < 1402135819 262630 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402135832 570999 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Client Quit < 1402135846 146363 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402136072 242775 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 260 seconds < 1402136197 405487 :augur!~augur@216-164-48-148.c3-0.slvr-ubr1.lnh-slvr.md.cable.rcn.com JOIN :#esoteric < 1402136306 587111 :nooodl!~nooodl@240.127-242-81.adsl-dyn.isp.belgacom.be JOIN :#esoteric < 1402136670 834081 :password2!~password@197.78.166.187 JOIN :#esoteric < 1402136757 823771 :mhi^!~mhi@5.28.120.132 JOIN :#esoteric < 1402136760 385378 :mhi^!~mhi@5.28.120.132 QUIT :Changing host < 1402136760 579824 :mhi^!~mhi@unaffiliated/mhi/x-9993184 JOIN :#esoteric < 1402137109 548770 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1402137324 276889 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Quit: Computer has gone to sleep. < 1402137778 790479 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1402138552 668461 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Quit: Computer has gone to sleep. < 1402138802 939482 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Aaaah < 1402138826 590081 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I am scared that I am too incompetent to do things I want to do so I find myself unable to even try < 1402138920 306867 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1402138938 555031 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Also today was a terrible day to wear shorts < 1402139187 236747 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Ping timeout: 245 seconds < 1402139311 171606 :mhi^!~mhi@unaffiliated/mhi/x-9993184 PRIVMSG #esoteric :Dunning-Krueger is calling! < 1402139501 295595 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :mhi^, this is something I have never even attempted before < 1402139509 923001 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :So I probably am going to be incompetent < 1402139513 490268 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :(wig styling) < 1402139610 938984 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Dunning-Kruger does not apply < 1402139615 925148 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Taneb: I must make you a credible wigmaker — and quickly. < 1402139647 615124 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402139678 595031 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Taneb: There's tawny and there's golden saffron, / There's flaxen and there's blonde, / There's coarse and fine, / There's straight and curly, / There's gray, there's white, / There's ash, there's pearly, / There's corn-yellow, / Buff and ochre and / Straw and apricot... < 1402139765 268480 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :With finer textures, / Ash looks fairer, / Which makes it rare, / But flaxen's cheaper... < 1402139782 851186 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :i think this works better as a duet < 1402139787 254896 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 245 seconds < 1402139944 947597 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I am afraid I do not know my lyrics < 1402139981 716270 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :your lyrics are mostly the same except shifted forward a bit < 1402140005 823520 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :also i say things like "repeat that. repeat that!" < 1402140632 515859 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 240 seconds < 1402140672 311696 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402141874 996065 :blitter64!~blitter@99-171-140-87.lightspeed.tukrga.sbcglobal.net JOIN :#esoteric < 1402141910 940628 :yorick!~yorick@oftn/member/yorick JOIN :#esoteric < 1402142739 797781 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: leaving < 1402143919 438250 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :> :t plusCommutative < 1402143921 390423 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric : :1:1: parse error on input ‘:’ < 1402143923 989044 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :( :t plusCommutative < 1402143924 275123 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :09Prelude.Nat.plusCommutative : (13left : 12Nat) -> (13right : 12Nat) -> 13left 09+ 13right 12= 13right 09+ 13left < 1402143961 829546 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :zzo38: Something like ↑? < 1402144622 229233 :lorenzo_!~lorenzo@93-58-3-33.ip156.fastwebnet.it JOIN :#esoteric < 1402144773 653733 :lollo64it!~lorenzo@93-58-3-33.ip156.fastwebnet.it QUIT :Ping timeout: 252 seconds < 1402145253 819007 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Procrastinatiiiiooon < 1402145269 767045 :nortti!nortti@109.74.197.6 PRIVMSG #esoteric :nation of procastination < 1402145308 608733 :blitter64!~blitter@99-171-140-87.lightspeed.tukrga.sbcglobal.net QUIT :Ping timeout: 240 seconds < 1402146404 373798 :Patashu_!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :Ping timeout: 260 seconds < 1402146767 418218 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402146973 731142 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1402146992 288038 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 260 seconds < 1402147124 651249 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402147258 333043 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 240 seconds < 1402148173 770485 :lollo64it!~lorenzo@93-58-3-33.ip156.fastwebnet.it JOIN :#esoteric < 1402148197 156454 :shikhout!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1402148381 556900 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Ping timeout: 252 seconds < 1402148381 846430 :lorenzo_!~lorenzo@93-58-3-33.ip156.fastwebnet.it QUIT :Ping timeout: 252 seconds < 1402151461 661699 :password2!~password@197.78.166.187 QUIT :Ping timeout: 252 seconds < 1402152017 493412 :boily!~alexandre@dsl-173-206-168-98.tor.primus.ca JOIN :#esoteric < 1402153203 536154 :MindlessDrone!~MindlessD@unaffiliated/mindlessdrone JOIN :#esoteric < 1402153243 257671 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :The people of Procrasti hereby resolve to lodge a formal complaint with Taneb and nortti about their ridicule of Procasti's glorious nation... later. < 1402153487 846232 :Frooxius!~Frooxius@cust-101.ktknet.cz QUIT :Ping timeout: 245 seconds < 1402153488 378414 :Froox!~Frooxius@cust-101.ktknet.cz JOIN :#esoteric < 1402154383 717846 :mhi^!~mhi@unaffiliated/mhi/x-9993184 QUIT :Quit: Lost terminal < 1402154959 207959 :tertu!~quassel@143.44.65.14 JOIN :#esoteric < 1402155781 72916 :boily!~alexandre@dsl-173-206-168-98.tor.primus.ca QUIT :Quit: LAPSED CHICKEN < 1402156522 407206 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402156656 928030 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Quit: Computer has gone to sleep. < 1402156808 708387 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 276 seconds < 1402157070 278911 :Sorella!~queen@oftn/member/Sorella JOIN :#esoteric < 1402158338 681223 :Patashu!Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1402158440 775456 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Read error: Connection reset by peer < 1402158499 249989 :sebbu!~sebbu@ADijon-152-1-22-125.w83-194.abo.wanadoo.fr JOIN :#esoteric < 1402158529 904498 :sebbu!~sebbu@ADijon-152-1-22-125.w83-194.abo.wanadoo.fr QUIT :Changing host < 1402158530 99075 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1402158992 630100 :shikhout!~shikhin@unaffiliated/shikhin QUIT :Ping timeout: 276 seconds < 1402159188 609835 :Patashu!Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :Disconnected by services < 1402159188 841673 :Patashu_!Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1402160596 197934 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net QUIT :Quit: Terminated < 1402160610 364177 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net JOIN :#esoteric < 1402160962 231108 :Bike!~Glossina@71-222-119-141.ptld.qwest.net QUIT :Ping timeout: 245 seconds < 1402161087 406653 :Bike!~Glossina@67-5-251-212.ptld.qwest.net JOIN :#esoteric < 1402161137 621940 :lollo64it!~lorenzo@93-58-3-33.ip156.fastwebnet.it QUIT :Ping timeout: 276 seconds < 1402161240 351555 :lollo64it!~lorenzo@93-58-3-33.ip156.fastwebnet.it JOIN :#esoteric < 1402161328 837813 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net QUIT :Quit: Terminated < 1402161343 195032 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net JOIN :#esoteric < 1402161482 164558 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/newusers14]]4 create10 02 5* 03Aithecomputerguy 5* 10New user account < 1402161882 323284 :yorick!~yorick@oftn/member/yorick QUIT :Remote host closed the connection < 1402162912 511824 :shikhout!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1402162938 835490 :shikhout!~shikhin@unaffiliated/shikhin NICK :shikhin < 1402163192 585759 :nooodl!~nooodl@240.127-242-81.adsl-dyn.isp.belgacom.be QUIT :Ping timeout: 240 seconds < 1402163321 617596 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Burn14]]4 10 02http://esolangs.org/w/index.php?diff=39767&oldid=20474 5* 03Aithecomputerguy 5* (+1696) 10 < 1402163376 789699 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Burn14]]4 10 02http://esolangs.org/w/index.php?diff=39768&oldid=39767 5* 03Aithecomputerguy 5* (+0) 10 < 1402163410 529795 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Burn14]]4 10 02http://esolangs.org/w/index.php?diff=39769&oldid=39768 5* 03Aithecomputerguy 5* (+0) 10A guess. < 1402163429 248246 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:Aithecomputerguy14]]4 N10 02http://esolangs.org/w/index.php?oldid=39770 5* 03Aithecomputerguy 5* (+3) 10Set up user page. < 1402163702 725582 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:Aithecomputerguy14]]4 10 02http://esolangs.org/w/index.php?diff=39771&oldid=39770 5* 03Aithecomputerguy 5* (+10) 10Added my first esoteric language < 1402164972 586412 :Tritonio!~Thunderbi@athedsl-16481.home.otenet.gr JOIN :#esoteric < 1402165651 735871 :MDude!~fyrc@or-67-238-17-218.dhcp.embarqhsd.net JOIN :#esoteric < 1402166929 715163 :MindlessDrone!~MindlessD@unaffiliated/mindlessdrone QUIT :Quit: MindlessDrone < 1402166976 258395 :^v!~notnot^v@2601:4:4500:887:ad93:8a80:ac17:f0f6 JOIN :#esoteric < 1402167700 755399 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1402167917 408635 :augur!~augur@216-164-48-148.c3-0.slvr-ubr1.lnh-slvr.md.cable.rcn.com QUIT :Ping timeout: 265 seconds < 1402167924 292941 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :what's up with all those stupid programming language names that are common words. http://www.splasmata.com/?p=2798 has me wanting to duckduckgo "swift speed" to get a second opinion which obviously is doomed to failure. < 1402167959 200203 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :I don't really think is necessarily so bad < 1402168030 830481 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :In case of some that have Wikipedia articles, you can type in the name and then (programming language) and probably it will find it. < 1402168058 604625 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :i'm annoyed that this is going to outdo the birds < 1402168064 107670 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :birds > programming languages < 1402168079 977206 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :I do not understand you. < 1402168084 116585 :Slereah_!~jackal@176.222.51.233 PRIVMSG #esoteric :But Bike < 1402168086 663004 :Slereah_!~jackal@176.222.51.233 PRIVMSG #esoteric :What about < 1402168093 64888 :Slereah_!~jackal@176.222.51.233 PRIVMSG #esoteric :http://esolangs.org/wiki/Lazy%20Bird < 1402168117 691955 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :there is a species of bird called the "swift", zzo < 1402168138 525964 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :to mock a mockingbird (hmm. I should read that some time) < 1402168140 195307 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :there's no species called Lazy Bird, and i'm fond of to mock, so it's all good < 1402168156 184673 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :O, that's what you mean. < 1402168157 328752 :augur!~augur@216-164-48-148.c3-0.slvr-ubr1.lnh-slvr.md.cable.rcn.com JOIN :#esoteric < 1402168165 940495 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :zzo38: Hey, by the types corresponding to equations of natural numbers, did you mean like: < 1402168167 476217 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :But, many words are having multiple meanings. < 1402168172 501847 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :( :t plusCommutative < 1402168172 707104 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :09Prelude.Nat.plusCommutative : (13left : 12Nat) -> (13right : 12Nat) -> 13left 09+ 13right 12= 13right 09+ 13left < 1402168209 919917 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Melvar: Yes, something like that, but without the (left : Nat) -> (right : Nat) -> at front < 1402168218 83622 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :zzo38: you're right of course that this is no more than a minor nuisance. < 1402168261 370393 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(and it has been done before with BASIC) < 1402168308 238076 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :( \left : Nat, right : Nat => left + right = right + left < 1402168308 433175 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :\13left => \13right => 09plus 13left 13right 12= 09plus 13right 13left : 12Nat -> 12Nat -> 12Type < 1402168318 670015 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Customers Who Bought This Item Also Bought < 1402168334 585758 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :zzo38: Like that? < 1402168360 582254 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Melvar: I guess so (but I also don't entirely undertsand such program) < 1402168364 906005 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :That suggests Okasaki's "Functional Data Structure" for "To Mock a Mockingbird", which I find amusing. < 1402168394 749012 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :( (\left : Nat, right : Nat => left + right = right + left) 11 23 < 1402168394 954243 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :0434 12= 0434 : 12Type < 1402168405 619976 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :ok. < 1402168420 126226 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :hmm. "Purely Functional Data Structures" is the right title. < 1402168479 935835 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :zzo38: It’s a type synonym that’s indexed by two natural numbers, defined as the equality of the two numbers’ addition both ways. < 1402168508 311420 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Melvar: O, OK, yes I think that is like what I mean < 1402168515 153307 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :( 7 : 34 < 1402168515 347507 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :(input):1:3: error: expected: "$", < 1402168515 542520 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "$>", "&&", "&&&", "*", "***", < 1402168515 542698 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "+", "++", "-", "->", ".", "/", < 1402168515 542789 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "/=", ":+", ":-", "::", ":::", < 1402168515 542917 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : ":=", "<", "<$", "<$>", "<*>",14↵… < 1402168524 153409 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :i wanna see a value of type 34. < 1402168562 363328 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :( 7 : (34 : Type) < 1402168562 591610 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :(input):1:3: error: expected: "$", < 1402168562 786096 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "$>", "&&", "&&&", "*", "***", < 1402168562 786248 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "+", "++", "-", "->", ".", "/", < 1402168562 786337 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "/=", ":+", ":-", "::", ":::", < 1402168562 786423 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : ":=", "<", "<$", "<$>", "<*>",14↵… < 1402168570 88043 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :no, wait, you use the, right < 1402168573 68 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :( the 34 7 < 1402168573 215414 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :Can't resolve type class 12Num (09fromInteger 0434) < 1402168582 359479 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :bah. < 1402168585 681633 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :( the (34 : type) 7 < 1402168585 887647 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :(input):1:9: error: expected: "$", < 1402168586 82256 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "$>", "&&", "&&&", "*", "***", < 1402168586 82401 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "+", "++", "-", "->", ".", "/", < 1402168586 82493 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "/=", ":+", ":-", "::", ":::", < 1402168586 82578 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : ":=", "<", "<$", "<$>", "<*>",14↵… < 1402168599 7409 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :( the (34 : Type) 7 < 1402168599 201967 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :(input):1:9: error: expected: "$", < 1402168599 396172 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "$>", "&&", "&&&", "*", "***", < 1402168599 396355 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "+", "++", "-", "->", ".", "/", < 1402168599 396443 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : "/=", ":+", ":-", "::", ":::", < 1402168599 396529 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : ":=", "<", "<$", "<$>", "<*>",14↵… < 1402168605 391034 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :alright sorry. < 1402168606 34800 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :Bike: Natural numbers are not types. < 1402168621 376595 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :You can just index types with anything, not just other types. < 1402168622 440161 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :oh the type is actually 34 = 34, huh. < 1402168625 992738 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :> :doc (=) < 1402168628 45566 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric : :1:1: parse error on input ‘:’ < 1402168632 543798 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :( :doc (=) < 1402168632 737946 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :Data type 12= : (13{A0} : 12Type) -> (13{B0} : 12Type) -> 13A -> 13B -> 12Type < 1402168632 932264 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : The propositional equality type. A proof that x = y. < 1402168632 932466 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : To use such a proof, pattern-match on it, and the two equal things will then need to be the same pattern. < 1402168632 932555 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : Note: Idris's equality type is heterogeneous, which means that it is possible to state equalities between values of potentially different types. This is < 1402168632 932642 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : sometimes referred to in the literature as "John Major" equality.14↵… < 1402168647 373642 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :( :doc refl < 1402168647 632085 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :04refl : 13x 12= 13x < 1402168647 826570 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : A proof that x in fact equals x. To construct this, you must have already shown that both sides are in fact equal. < 1402168647 826750 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : Arguments: < 1402168647 826874 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : (implicit) 13{A0} : 12Type -- the type at which the equality is proven < 1402168647 826963 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : (implicit) 13{x0} : 13A -- the element shown to be equal to itself. < 1402168651 669767 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :( the (34 = 34) 7 < 1402168651 931131 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :Can't resolve type class 12Num (09fromInteger 0434 12= 09fromInteger 0434) < 1402168670 517378 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :( the (34 = 34) refl < 1402168670 712138 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :04refl : 0434 12= 0434 < 1402168692 746127 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :The only constructor of (=) is refl. < 1402168768 185845 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :is `the` a bit like the :: syntax in Haskell, except it being a function and whatnot? < 1402168780 672585 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :( :doc the < 1402168781 251516 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :09the : (13a : 12Type) -> (13x : 13a) -> 13a < 1402168781 445660 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : Manually assign a type to an expression. < 1402168781 445811 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : Arguments: < 1402168781 445902 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : 13a : 12Type -- the type to assign < 1402168781 445988 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric : 13x : 13a -- the element to get the type < 1402168904 627766 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :FireFly: It’s a bit like saying “(id :: Foo -> Foo) foo”. You’re passing the type explicitly to a version of the identity function. < 1402168912 456323 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :( the Integer < 1402168912 650501 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :09id : 12Integer -> 12Integer < 1402168933 889529 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :Apparenty it’s even defined that way. Huh. < 1402168938 455010 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :( the Nat < 1402168938 673664 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :09id : 12Nat -> 12Nat < 1402168964 175499 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1402168975 333702 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :( :src the -- probably doesn't work, but worth a try < 1402168975 528003 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :Command "src" not permitted. < 1402168987 538630 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :I should learn Idris < 1402169034 86988 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :the type value = (the ((->) type type)) value, obviously < 1402169083 469302 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :( the (Nat -> Nat) id 42 < 1402169083 701424 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :0442 : 12Nat < 1402169088 951284 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`addquote The people of Procrasti hereby resolve to lodge a formal complaint with Taneb and nortti about their ridicule of Procasti's glorious nation... later. < 1402169090 533909 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :1204) The people of Procrasti hereby resolve to lodge a formal complaint with Taneb and nortti about their ridicule of Procasti's glorious nation... later. < 1402169168 876148 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :( (\t : Type => t -> t) Integer < 1402169169 87751 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :12Integer -> 12Integer : 12Type < 1402169175 194101 :Bike!~Glossina@67-5-251-212.ptld.qwest.net PRIVMSG #esoteric :nice, nice < 1402169191 757343 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :"the _ = id" heh < 1402169215 187199 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :( the _ 1 < 1402169215 381756 :idris-bot!~ircslave@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :041 : 12Integer < 1402169226 976381 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :FireFly: http://eb.host.cs.st-andrews.ac.uk/writings/idris-tutorial.pdf ← Official tutorial in case you were serious. < 1402169327 479558 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Thanks < 1402169373 314994 :Melvar!~melvar@dslb-092-072-175-242.pools.arcor-ip.net PRIVMSG #esoteric :ACTION finds a thing that has failed to be updated in it. < 1402169389 931921 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Warpdrive14]]4 N10 02http://esolangs.org/w/index.php?oldid=39772 5* 03Aithecomputerguy 5* (+2330) 10Created page with "[[Warpdrive]] is a language created by [[User:Aithecomputerguy|aithecomputerguy]] that is very loosely based off of cellular automata. It's name comes from the idea of going f..." < 1402169477 223446 :not^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net QUIT :Remote host closed the connection < 1402169650 319799 :not^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net JOIN :#esoteric < 1402169982 253269 :variable!root@freebsd/developer/variable NICK :constant < 1402170198 352391 :tertu!~quassel@143.44.65.14 QUIT :Ping timeout: 240 seconds < 1402170242 563028 :tertu!~quassel@143.44.65.14 JOIN :#esoteric < 1402170519 645145 :tertu_!~quassel@143.44.65.14 JOIN :#esoteric < 1402170536 548602 :tertu!~quassel@143.44.65.14 QUIT :Ping timeout: 276 seconds < 1402171082 23035 :not^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net QUIT :Remote host closed the connection < 1402171278 444083 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1402171320 310568 :not^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net JOIN :#esoteric < 1402171339 405521 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 265 seconds < 1402172148 736471 :Froox!~Frooxius@cust-101.ktknet.cz QUIT :Read error: Connection reset by peer < 1402172589 602433 :Frooxius!~Frooxius@cust-101.ktknet.cz JOIN :#esoteric < 1402173504 362648 :conehead!~conehead@unaffiliated/conehead JOIN :#esoteric < 1402174230 307053 :oerjan!oerjan@sprocket.nvg.ntnu.no TOPIC #esoteric :The channel for CDOP Star Wars watching | SPIKE THE VOID | brainfuck survey: https://www.surveymonkey.com/s/L82SNZV | https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/ < 1402175319 987558 :nooodl!~nooodl@240.127-242-81.adsl-dyn.isp.belgacom.be JOIN :#esoteric < 1402175378 440164 :ski_!~ski@remote1.student.chalmers.se QUIT :Ping timeout: 240 seconds < 1402175440 712559 :ski!~ski@remote1.student.chalmers.se JOIN :#esoteric < 1402175727 227567 :nooodl_!~nooodl@240.127-242-81.adsl-dyn.isp.belgacom.be JOIN :#esoteric < 1402175807 699637 :nooodl!~nooodl@240.127-242-81.adsl-dyn.isp.belgacom.be QUIT :Read error: Connection reset by peer < 1402176124 654581 :tertu_!~quassel@143.44.65.14 QUIT :Read error: Connection reset by peer < 1402176762 582157 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Nite < 1402177190 832681 :Patashu_!Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :Quit: Soundcloud (Famitracker Chiptunes): http://www.soundcloud.com/patashu MSN: Patashu@hotmail.com , AIM: Patashu0 , YIM: patashu2 , Skype: patashu0 . < 1402177342 173283 :TodPunk!Tod@50-198-177-186-static.hfc.comcastbusiness.net QUIT :Quit: This is me, signing off. Probably rebooting or something. < 1402177587 526567 :TodPunk!~Tod@50-198-177-186-static.hfc.comcastbusiness.net JOIN :#esoteric < 1402177942 294101 :tertu!~quassel@143.44.65.14 JOIN :#esoteric < 1402178160 328769 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :O, they use Famitracker. It can be compiled into NSF too < 1402178179 693220 :^v!~notnot^v@2601:4:4500:887:ad93:8a80:ac17:f0f6 QUIT :Ping timeout: 240 seconds < 1402178434 101166 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1402178518 390956 :Slereah!~jackal@176.222.51.233 JOIN :#esoteric < 1402178692 366800 :Official_Pants!4672a3ab@gateway/web/freenode/ip.70.114.163.171 JOIN :#esoteric < 1402178693 577078 :Patashu!Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1402178726 570439 :Slereah_!~jackal@176.222.51.233 QUIT :Ping timeout: 276 seconds < 1402178735 913704 :Official_Pants!4672a3ab@gateway/web/freenode/ip.70.114.163.171 PRIVMSG #esoteric :I cant make an account on esolangs.org < 1402178812 173147 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/newusers14]]4 create10 02 5* 03Official Pants 5* 10New user account < 1402178840 493830 :Official_Pants!4672a3ab@gateway/web/freenode/ip.70.114.163.171 PRIVMSG #esoteric :Wait, It worked. Never mind! < 1402179399 857559 :not^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net QUIT :Remote host closed the connection < 1402179423 912414 :Official_Pants!4672a3ab@gateway/web/freenode/ip.70.114.163.171 QUIT :Quit: Page closed < 1402180178 570285 :conehead!~conehead@unaffiliated/conehead QUIT :Quit: Computer has gone to sleep < 1402180628 342712 :nooodl_!~nooodl@240.127-242-81.adsl-dyn.isp.belgacom.be QUIT :Read error: Connection reset by peer < 1402180784 393582 :Slereah!~jackal@176.222.51.233 QUIT :Ping timeout: 240 seconds < 1402180967 424012 :conehead!~conehead@unaffiliated/conehead JOIN :#esoteric < 1402181007 362351 :Slereah_!~jackal@176.222.51.233 JOIN :#esoteric < 1402182855 535942 :Tritonio!~Thunderbi@athedsl-16481.home.otenet.gr QUIT :Ping timeout: 252 seconds < 1402182970 605608 :Tritonio!~Thunderbi@nl6x.mullvad.net JOIN :#esoteric < 1402184194 995753 :shikhout!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1402184369 145980 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Ping timeout: 240 seconds < 1402184736 351447 :tertu!~quassel@143.44.65.14 QUIT :Ping timeout: 260 seconds < 1402184791 174275 :tertu!~quassel@143.44.65.14 JOIN :#esoteric