< 1524441850 844928 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Remote host closed the connection > 1524441906 84739 PRIVMSG #esoteric :14[[07User talk:Oerjan14]]4 10 02https://esolangs.org/w/index.php?diff=54909&oldid=54899 5* 03BradensEsolangs 5* (+16) 10/* Lutfig */ < 1524442761 795038 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 QUIT :Quit: http://www.kiwiirc.com/ - A hand crafted IRC client < 1524442811 667923 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 JOIN :#esoteric < 1524442904 361200 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1524442985 280472 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1524443169 388732 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Ping timeout: 248 seconds < 1524443565 973242 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 PRIVMSG #esoteric :zzo38: https://arin.ga/x5s6NH < 1524443644 260438 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 PRIVMSG #esoteric :that describes what I think is the correct semantics, although I have probably made some typos in there < 1524443707 585230 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 PRIVMSG #esoteric :Gimp 2.10's semantics is probably the best one, ff-composite should probably do something like that < 1524443865 405134 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1524444006 595712 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 PRIVMSG #esoteric :Also, this changes my previous assessment: Gimp 2.10 actually provides you all the meaningful combinations. < 1524444066 530482 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 QUIT :Quit: http://www.kiwiirc.com/ - A hand crafted IRC client < 1524444313 480860 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 JOIN :#esoteric < 1524444391 213066 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 PRIVMSG #esoteric :More precisely, Gimp 2.10 provides all the meaningful combinations, and the meaningless one that clears everything as well; except that some combinations you can only get by swapping the source and destination, and you may have to make layer groups (parenthesis in the composition sequence) for that. < 1524444591 241150 :wob_jonas!b03f1828@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.40 QUIT :Client Quit < 1524447107 480130 :brandonson!~brandon@208.91.114.1 QUIT :Ping timeout: 256 seconds < 1524447207 429985 :brandonson!~brandon@208.91.114.1 JOIN :#esoteric < 1524447396 385634 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :I am trying to fix it now based on the information you have given me, and then we can test it. < 1524447564 437499 :Sgeo__!~Sgeo@ool-18b98dd9.dyn.optonline.net JOIN :#esoteric < 1524447707 348777 :Sgeo_!~Sgeo@24.185.141.217 QUIT :Ping timeout: 256 seconds < 1524449560 420629 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 JOIN :#esoteric < 1524449593 14045 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :zzo38: also, in most of the places where ff-composite uses the / operator on integers, you should probably change it to a round-to-nearest division. < 1524449727 23241 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :I should be able to test ff-composite by eyeball comparing the output to what I get from gimp, on some suitable test images I make. < 1524449969 67100 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Now I wrote: c=mode&1024?0:data[k].a*(65535LL-data2.a); e=mode&512?0:(65535LL-data[k].a)*data2.a; i=mode&256?0:data[k].a*(long long)data2.a; and the FF macro as: #define FF(A,z) s=data2.A; d=data[k].A; A=(long long)(z); A=A>65535?65535:A<0?0:A; A=(c*A+e*s+i*d)/65535; Does this look better now? I rewrote the logic for the alpha output although it looks like it will be the same as it was before anyways. < 1524450037 433324 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :(I didn't compile or commit it yet) < 1524450099 939020 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :And then I have: if(data[k].a=(c+e+i>4294836225?4294836225:c+e+i)/65535) r/=data[k].a,g/=data[k].a,b/=data[k].a; (And, I suppose, like you, there is possibility I made mistakes too) < 1524450185 198414 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Well, I just tried it and it doesn't work either. < 1524450312 366703 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :(Or maybe I made a different mistake) < 1524450416 850598 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :One thing I see is that in the equations you have, xF is ignored if C=1, but you mention that for I=1. < 1524450419 797720 :Cale!~cale@CPEf48e38ee8583-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :Hey shachaf, did you see the latest two supermega comix? < 1524450463 912491 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :You also are inconsistent in what the most common composition function is. < 1524450483 836013 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :I think those are mistakes you made which is what resulted in my mistakes and why it doesn't work. < 1524450674 278226 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :wob_jonas: If you fix that document then I will fix my program too. < 1524450788 118172 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: whoa, I didn't < 1524451200 534912 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`smlist < 1524451202 546667 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :smlist: shachaf monqy elliott mnoqy Cale > 1524452588 641538 PRIVMSG #esoteric :14[[07Lost14]]4 10 02https://esolangs.org/w/index.php?diff=54910&oldid=54880 5* 03Wheatwizard 5* (+373) 10/* Deterministic programming in Lost */ > 1524452705 871467 PRIVMSG #esoteric :14[[07Lost14]]4 10 02https://esolangs.org/w/index.php?diff=54911&oldid=54910 5* 03Wheatwizard 5* (+151) 10/* Description */ Added description of wrapping < 1524452776 900162 :whatwizard!43f25cc6@gateway/web/freenode/ip.67.242.92.198 JOIN :#esoteric > 1524454065 758935 PRIVMSG #esoteric :14[[07Lost14]]4 10 02https://esolangs.org/w/index.php?diff=54912&oldid=54911 5* 03Wheatwizard 5* (+444) 10/* Deterministic programming in Lost */ Added how one obtains the example program. < 1524454994 887567 :whatwizard!43f25cc6@gateway/web/freenode/ip.67.242.92.198 QUIT :Ping timeout: 260 seconds < 1524454999 642791 :variable!~variable@freebsd/developer/variable QUIT :Quit: Found 1 in /dev/zero < 1524456348 776507 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1524460225 446532 :brandonson!~brandon@208.91.114.1 QUIT :Ping timeout: 248 seconds < 1524460326 652213 :brandonson!~brandon@208.91.114.1 JOIN :#esoteric < 1524464266 8372 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 264 seconds < 1524464820 885180 :atslash!~atslash@static.231.107.9.5.clients.your-server.de QUIT :Ping timeout: 246 seconds < 1524466211 922675 :olsner!~salparot@c213-89-109-20.bredband.comhem.se JOIN :#esoteric < 1524466947 341136 :doesthiswork!~Adium@207.55.82.87 QUIT :Quit: Leaving. < 1524467151 480799 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1524467218 52722 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Ping timeout: 264 seconds < 1524467521 472163 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 248 seconds < 1524472337 796290 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection > 1524473106 988836 PRIVMSG #esoteric :14[[07User talk:Oerjan14]]4 10 02https://esolangs.org/w/index.php?diff=54913&oldid=54909 5* 03Oerjan 5* (+193) 10/* Lutfig */ 2016-2017 < 1524473271 412305 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524473390 410375 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Read error: Connection reset by peer < 1524473436 375181 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net JOIN :#esoteric < 1524473500 670399 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :Is a language implemented in a unimplemented programming language implemented? < 1524473569 235332 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :good question < 1524473643 757926 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :From one side it is, from the other it isnt. < 1524473822 690183 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1524474064 856364 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :`8ball < 1524474065 837204 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :My sources say no. < 1524474082 76597 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :fungot Is a language implemented in a unimplemented programming language implemented? < 1524474082 545621 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :danil: sorry, i got the device btw, just need to dig up that quote, though for much of a human being, eating one shouldn't be a problem < 1524474177 68801 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :^ul (1)::~S < 1524474177 178448 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :1 < 1524474187 383860 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`addquote danil: sorry, i got the device btw, just need to dig up that quote, though for much of a human being, eating one shouldn't be a problem < 1524474187 515295 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :shachaf: it's what i've been trying < 1524474189 414114 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :1323) danil: sorry, i got the device btw, just need to dig up that quote, though for much of a human being, eating one shouldn't be a problem < 1524474227 576510 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :fizzie: it may be time to add some safety features to fungot twh < 1524474227 995622 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :shachaf: the forum was down ( unreachable; the url gave a 404 error, or not saying anything about ppc, didn't know there could be < 1524474252 235892 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :^ul (1)::(0)~ < 1524474269 347763 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :^ul (1)::(0)~S < 1524474269 432288 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :1 < 1524474374 784348 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :shachaf: What sort of? < 1524474394 227729 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :shachaf: By the way, just boarding a flight to MTV. < 1524474409 45884 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(Well, waiting to.) < 1524474438 992329 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Weren't you just here a month ago? < 1524474481 135112 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :fizzie: I'm not sure but a lot of people seem to be making a lot of noise about AI safety nowadays. < 1524474491 245332 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I'm just worried about being eaten. < 1524474568 853220 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :shachaf: I was, but that was just unfortunate scheduling. This time with more of the team. < 1524474616 683802 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, that sort of safety. I thought botloop safety. < 1524474651 168597 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :Had anyone implemented a refinement type esolang yet? < 1524474664 280008 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :One channel I was in had a bot which ran brainfuck programs, and a bot which printed web page titles < 1524474679 835021 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :One of my friends learnt brainfuck to get them to botloop < 1524474722 370412 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Did it just execute every line? < 1524474733 684279 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :Taneb: hi did you see my fueue quines yet hth < 1524474760 377115 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :what is a botloop? < 1524474782 252465 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :danil: it's when two channel bots get into a loop responding to each other < 1524474792 960210 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :or sometimes more than two < 1524474794 184115 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :Ok. < 1524474795 263216 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :oerjan: I did not! < 1524474820 23287 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :is a botloop the least defined loop? what's a toploop? < 1524474884 45199 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :shachaf: this is the webpage: https://runciman.hacksoc.org/~lordaro/bf.html < 1524474885 753644 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I guess a toploop is just a continuous function whose domain is a circle. < 1524474897 685501 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :oerjan: that's really cool < 1524474910 33093 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net QUIT :Quit: danil < 1524475013 225175 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :thanks < 1524475067 496047 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: itym fuines hth < 1524475073 275545 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :OKAY < 1524475129 950649 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Taneb++ # Fueue < 1524475159 911352 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Also oerjan++ # fuines, I guess. < 1524475167 91971 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :s/I guess// < 1524475174 905242 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I knew Fueue existed but I forgot about it. < 1524475233 881976 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: it comes with a ridiculously long explanation, if you click through to the PPCG post < 1524475586 675590 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :fizzie: Hmm, was that actually a coincidence generated by fungot, or was that string lifted wholesale from the corpus? < 1524475586 839043 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :shachaf: i couldn't find < 1524475657 607631 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I don't feel checking on the phone. But it quotes verbatim quite often. < 1524475677 361017 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I think they're starting boarding soon. -> < 1524475686 137252 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :enjoy flight < 1524475694 654541 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`revert < 1524475696 313067 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Done. < 1524475805 352798 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net QUIT :Ping timeout: 265 seconds < 1524476030 92319 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: What do you think of adding all immediately-reverted edits to scowrevs? < 1524476066 366512 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :sounds scow hth < 1524476090 669016 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(also your revert was based on flimsy evidence) < 1524476114 586686 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :anyway, later < 1524476118 329611 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: leaving < 1524476529 694831 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net JOIN :#esoteric < 1524476938 232088 :atslash!~atslash@static.231.107.9.5.clients.your-server.de JOIN :#esoteric < 1524477442 132090 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net QUIT :Ping timeout: 264 seconds < 1524478154 733933 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net JOIN :#esoteric < 1524478191 444703 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524478209 102527 :moei!~moei@softbank221078042071.bbtec.net QUIT :Quit: Leaving... < 1524478465 349510 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Ping timeout: 248 seconds < 1524478808 654860 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net QUIT :Ping timeout: 268 seconds < 1524479133 431015 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net JOIN :#esoteric < 1524479477 441538 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net JOIN :#esoteric < 1524479554 180480 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net QUIT :Client Quit < 1524481985 455142 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1524484819 658306 :AnotherTest!~turingcom@d51a46c74.access.telenet.be JOIN :#esoteric < 1524485100 696582 :AnotherTest!~turingcom@d51a46c74.access.telenet.be QUIT :Ping timeout: 256 seconds < 1524485306 450364 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1524485815 692061 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net JOIN :#esoteric < 1524486298 189099 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524486447 682545 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net QUIT :Ping timeout: 240 seconds < 1524486586 250182 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Ping timeout: 264 seconds < 1524487934 276826 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524488186 207291 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Ping timeout: 256 seconds < 1524488434 448660 :doesthiswork!~Adium@207.55.82.87 JOIN :#esoteric < 1524488617 367411 :xkapastel!uid17782@gateway/web/irccloud.com/x-jovlastxgrovegff QUIT :Quit: Connection closed for inactivity < 1524492306 459445 :Naergon!~Naergon@unaffiliated/naergon JOIN :#esoteric < 1524492471 380060 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1524493253 190524 :AnotherTest!~turingcom@d51a46c74.access.telenet.be JOIN :#esoteric < 1524494536 434929 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1524494878 431346 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1524495626 347591 :Sgeo_!~Sgeo@ool-18b98dd9.dyn.optonline.net JOIN :#esoteric < 1524495745 461548 :Sgeo__!~Sgeo@ool-18b98dd9.dyn.optonline.net QUIT :Ping timeout: 248 seconds < 1524496098 290556 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524496353 352738 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Ping timeout: 248 seconds < 1524499079 442593 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net JOIN :#esoteric < 1524499191 304695 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :fungot: When is your birthday? Do bots have birthdays? < 1524499191 507727 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :danil: c/ fnord of facts! :p? < 1524499250 514988 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :danil: it's Thursday < 1524499281 975288 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :Was he released on Thursday? < 1524499307 214818 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Every Thursday? < 1524499361 975584 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :2 more days till fungots weekly birthday! < 1524499362 408963 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :danil: fnord/ extras/ stupidcovers/ fnord this algorithm on larger numbers still, if someone is crazy enough to ask for it as he did... < 1524499378 915537 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :Fnord again? < 1524499391 565369 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :s/2/3 < 1524499699 237348 :olsner!~salparot@c213-89-109-20.bredband.comhem.se QUIT :Ping timeout: 260 seconds < 1524499795 452292 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :\quit < 1524499797 408472 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net QUIT :Quit: danil < 1524499959 384454 :olsner!~salparot@c213-89-109-20.bredband.comhem.se JOIN :#esoteric < 1524500001 447712 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Ping timeout: 248 seconds < 1524501044 485713 :LKoen!~LKoen@2a01:e35:2eed:a430:3c3c:9225:cb3b:eeb6 JOIN :#esoteric < 1524502296 190586 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1524502648 479483 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524502901 486039 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Ping timeout: 256 seconds < 1524504280 690502 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524504537 682692 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Ping timeout: 240 seconds < 1524505372 422474 :es111!~elsafy@197.32.127.108 JOIN :#esoteric < 1524505426 770006 :es111!~elsafy@197.32.127.108 PRIVMSG #esoteric :hi < 1524505441 13814 :es111!~elsafy@197.32.127.108 PRIVMSG #esoteric :السلام عليكم < 1524505571 575623 :es111!~elsafy@197.32.127.108 PART :#esoteric < 1524505608 780562 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Hm, and I was just checking to see if we have a wisdom.ar (but it seems not) < 1524505705 410000 :xkapastel!uid17782@gateway/web/irccloud.com/x-sdrsvwndmfrcwqaj JOIN :#esoteric < 1524505920 437594 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524506177 476812 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Ping timeout: 248 seconds < 1524506291 68194 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1524506291 434403 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1524506291 434466 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1524506483 480409 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1524506743 779828 :brandonson!~brandon@208.91.114.1 QUIT :Ping timeout: 268 seconds < 1524506768 187704 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1524506811 242223 :brandonson!~brandon@208.91.114.1 JOIN :#esoteric < 1524507551 153099 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524507757 109823 :hppavilion[1]!~dosgmowdo@74-114-87-80.dynamic.asdk12.org JOIN :#esoteric < 1524507825 118695 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net QUIT :Ping timeout: 255 seconds < 1524509391 183278 :hppavilion[1]!~dosgmowdo@74-114-87-80.dynamic.asdk12.org QUIT :Ping timeout: 255 seconds < 1524509572 235016 :MDude!~MDude@c-73-187-225-46.hsd1.pa.comcast.net QUIT :Ping timeout: 256 seconds < 1524510225 957382 :augur!~augur@199-241-201-187.PUBLIC.monkeybrains.net JOIN :#esoteric < 1524510593 14700 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 276 seconds < 1524511032 929675 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1524511849 730121 :olsner!~salparot@c213-89-109-20.bredband.comhem.se QUIT :Ping timeout: 268 seconds < 1524512228 539542 :olsner!~salparot@c213-89-109-20.bredband.comhem.se JOIN :#esoteric < 1524512353 465667 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :`? tea < 1524512355 36855 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Tea is concentrated fuel made by distilling occult herbs in a silver alambic. Americans attempted to reduce its potency by dumping some in the Ocean. < 1524512356 371556 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :`? coffee < 1524512357 895607 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Coffee is a strange brew. Enticing wisps of vapour catch the eye, the soul ensnared into dark vortices of flavour. Some minds mix in milk and sugar to counteract coffee's black magic. < 1524512538 442740 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :``` head wisdom/@(milk,cream,sugar,water,coke,drink,soda) < 1524512539 611913 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :head: cannot open 'wisdom/@(milk,cream,sugar,water,coke,drink,soda)' for reading: No such file or directory < 1524512551 346000 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :``` head wisdom/@(milk|cream|sugar|water|coke|drink|soda) < 1524512552 508540 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :​==> wisdom/milk <== \ Milk is a squishy substance that creeps along the floor and can be extracted from cows. \ \ ==> wisdom/water <== \ Water is a squishy substance that creeps along the floor and can suddenly fall from the heavens. < 1524512892 182057 :hppavilion[1]!~dosgmowdo@74-114-87-80.dynamic.asdk12.org JOIN :#esoteric < 1524513449 326589 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :``` head wisdom/@(sun|moon|star) < 1524513450 457253 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :​==> wisdom/moon <== \ moon is often named the following: moonythedwarf moonythehuman moonheart08 moony moon__ computing and luxon, making porthellos and @tells a real pain \ \ ==> wisdom/sun <== \ The Sun *may* be retroreflectorey, it's hard to be sure. < 1524514062 170753 :hppavilion[1]!~dosgmowdo@74-114-87-80.dynamic.asdk12.org QUIT :Ping timeout: 255 seconds < 1524514135 900196 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`learn Cream is what milk turns into once you beat it into submission. < 1524514138 396812 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Learned 'cream': Cream is what milk turns into once you beat it into submission. < 1524514256 180580 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1524514256 581912 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1524514256 615427 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1524514557 312964 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru JOIN :#esoteric < 1524514566 472578 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :hi all! < 1524514608 963655 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :may I ask if the following language idea already has a name somewhere < 1524514734 270463 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :in general on IRC, feel free to ask < 1524514984 411451 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :idea: the source is a list of definitions; definition is of form `newName variables = applications of any of newName, variables and previous names to each other, or a single one of them`. And that's it, for each name is at most one definition, and there's no typing constraints or fancy pattern matching. (Details about IO and what name to evaluate at the program start are non-essential.) I feel this idea is so simple and elegant to be di < 1524514984 603549 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :scovered long ago before me, but don’t know how to find how many times and by what people < 1524515007 364607 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :thanks in advance) < 1524515097 965740 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :arseniiv: yes, something like that can work. if you allow partial applications and parenthesis on the right hand side, then you can basically do anything in it that you could do in untyped lambda calculus < 1524515152 824298 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :if you don't allow partial applications (ML/Haskell-style currying) then it gets easier to implement, but you need to add some data constructors and deconstructors or something to store information in < 1524515166 675753 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :I think that can work well to make a simple interpreter < 1524515185 442235 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :you need to allow at least one level of parenthesis in the rhs of the functions definition though < 1524515217 803459 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :yeah, partial applications and parentheses are allowed! I have come to it thinking about unwieldiness of combinator calculus: expressions are too long < 1524515246 458573 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :arseniiv: in that case it's basically as powerful as lambda calculus or combinator calculus < 1524515255 256773 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :untyped < 1524515263 568 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's an equivalent syntax < 1524515269 748999 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :yeah I know :D But had it been unthought off really? Can’t believe! < 1524515284 222663 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i'm pretty sure _i've_ thought of it before. < 1524515290 507722 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :and also that i wasn't the first < 1524515301 395521 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :but i don't remember on the spot what it's called. < 1524515325 904406 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's like a very minimalist haskell. < 1524515341 747853 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :I associate them too < 1524515357 25717 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :oerjan: it's more powerful because it's untyped < 1524515428 474959 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :but yeah < 1524515435 363968 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :also possibly a minimalist ML < 1524515444 429313 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :depending on whether you evaluate it lazy or strict < 1524515473 287604 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :(I wanted to write something using this language and mention it somehow, but didn’t know how. At least you’ve loosen my concerns already, thanks) < 1524515514 484146 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :wob_jonas: oh, right, laziness and call-by-need should be a must in this language too (at least, in my preferred variant!) < 1524515546 160346 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :it will be more fun that way IMO < 1524515760 287278 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :then it's sort of like untyped lambda calculus, with a syntax that's sometimes shorter and sometimes more verbose < 1524515772 142525 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :arseniiv: you also want to allow circular references between the names, right? < 1524515780 105666 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :that is, letrec semantics < 1524515880 40537 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :I could live with self-calls (and calls to any name defined earlier, but not later). I could even without self-calls, but then we need to define `fix` and it has too cumbersome an expression < 1524515909 251165 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :arseniiv: it's not that cumbersome, since this is an untyped language, but ok < 1524515969 575662 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :so the user would need to pack letrec-related functions in a pair and define them in one sweep hahaha ]:) < 1524515990 736564 :muxer!~demux@unaffiliated/muxer JOIN :#esoteric < 1524516034 828420 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :wob_jonas: I mean, it has a long expression in S K I combinators and it could have some smaller ones if we define more combinators, but I fear not much smaller overall < 1524516064 373626 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :what? you're not restricted to S K I combinators here < 1524516070 71495 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :and when one permits self-calls, it is suddenly just a `fix f = f (fix f)` < 1524516082 638865 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :yeah I know, but we should define it through something anyway < 1524516119 758617 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :oh wait < 1524516293 252340 :muxer!~demux@unaffiliated/muxer PART #esoteric :"Leaving" < 1524516316 114539 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :yeah, it could definitely be quite small. Let’s take Y = λf.(λx.f(xx))(λx.f(xx)), then it’s definable in two lines! A f x = f (x x), fix f = (A f) (A f) < 1524516324 389090 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :I take my words back < 1524516400 365884 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :so one even doesn’t needs referencing the name in its defining expression to be sufficiently happy < 1524516567 875392 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :arseniiv: basically if you have any expression in untyped lambda calculus, you can translate it to this language by turning each lambda into a new named function, where the first few parameters are the upvalues used in that lambda expression < 1524516582 228546 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :s/used in/bound by/ < 1524516751 733439 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :agree completely, I just for some reason have forgotten earlier about quite simple expressions for fixed-point combinators < 1524516776 203242 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :`? y < 1524516777 647040 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Y is a commune in France. There's nothing funny about this. < 1524516841 791445 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :oh, there is a bot here? Nice < 1524516873 876992 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :most people here are bots < 1524516990 603415 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric ::o well, I just realised my client colors users differently, should all HackEso-colored be bots too? < 1524517020 99183 :atslash!~atslash@static.231.107.9.5.clients.your-server.de QUIT :Quit: Leaving < 1524517026 57746 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :yeah it seems right: lambdabot, variable etc., mamma mia < 1524517032 185658 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :skin color is not a useful way to distinguish between people < 1524517043 216250 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric ::D < 1524517070 218476 :wob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 NICK :lob_jonas < 1524517074 729979 :lob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :now I'm green < 1524517089 499994 :\oren\_!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :lob_jonas: no your're still orange < 1524517141 830912 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :lob_jonas: you turned black as bot in my KvIrc :D < 1524517279 50145 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PRIVMSG #esoteric :well, thank you all, it’s a very nice channel! I’ll go for now, and later look at the log, maybe someone names that thing in the meantime, it would be the icing on the cake! < 1524517360 988136 :arseniiv!~arseniiv@94.41.221.88.dynamic.ufanet.ru PART #esoteric :"gone" < 1524517869 315668 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :lob_jonas: you're still black hth < 1524517920 259355 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1524517922 153616 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1524519332 259265 :lob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :fungot, what shape are your ears? < 1524519332 449951 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :lob_jonas: combinator theory: a function with the results < 1524519999 216665 :olsner!~salparot@c213-89-109-20.bredband.comhem.se QUIT :Ping timeout: 260 seconds < 1524520919 51003 :lob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :`? cat < 1524520920 453206 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Cats are cool, but should be illegal. < 1524520921 691486 :lob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :`? dog < 1524520923 395667 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :dog? ¯\(°​_o)/¯ < 1524520948 588665 :lob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 PRIVMSG #esoteric :fungot, how many times a month do you go to real fast Nora's nailcare? < 1524520948 952738 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :lob_jonas: " esszet" seems to be using units and signatures, sorry for using that mental image. :s < 1524521395 643119 :lob_jonas!b03f1896@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.150 QUIT :Quit: http://www.kiwiirc.com/ - A hand crafted IRC client < 1524521399 243832 :AnotherTest!~turingcom@d51a46c74.access.telenet.be QUIT :Ping timeout: 260 seconds < 1524521514 68489 :olsner!~salparot@c213-89-109-20.bredband.comhem.se JOIN :#esoteric < 1524522156 176625 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Remote host closed the connection < 1524522272 389202 :LKoen!~LKoen@2a01:e35:2eed:a430:3c3c:9225:cb3b:eeb6 QUIT :Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.” < 1524522378 113060 :olsner!~salparot@c213-89-109-20.bredband.comhem.se QUIT :Ping timeout: 255 seconds < 1524522896 372575 :olsner!~salparot@c213-89-109-20.bredband.comhem.se JOIN :#esoteric < 1524524106 208959 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Ping timeout: 255 seconds < 1524525459 234387 :brandonson!~brandon@208.91.114.1 QUIT :Ping timeout: 260 seconds < 1524525543 707302 :brandonson!~brandon@208.91.114.1 JOIN :#esoteric < 1524525758 181476 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1524525932 303652 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: Do you remember an example where turning off ScopedTypeVariables was tricky? < 1524526359 504483 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1524526452 125011 :wob_jonas!b03f1951@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.81 JOIN :#esoteric < 1524526454 247687 :wob_jonas!b03f1951@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.81 PRIVMSG #esoteric :`aglist 586 < 1524526454 799832 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :aglist 586: b_jonas shachaf < 1524526563 399003 :wob_jonas!b03f1951@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.81 PRIVMSG #esoteric :``` echo wisdom/*lon < 1524526564 23675 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :wisdom/epsilon wisdom/luftballon wisdom/melon < 1524526569 588640 :wob_jonas!b03f1951@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.81 PRIVMSG #esoteric :`? melon < 1524526570 575545 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :A melon is a lemon whose spelling is bad. < 1524526580 138314 :wob_jonas!b03f1951@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.81 PRIVMSG #esoteric :`? luftballon < 1524526581 144055 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :A Luftballon is an experimental weapon first developed by the German military in 1983 designed to scramble fighter jets, causing chaos and starting wars between their enemies. < 1524527331 148213 :wob_jonas!b03f1951@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.81 PRIVMSG #esoteric :`? mouse < 1524527332 9090 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :mouse? ¯\(°​_o)/¯ < 1524527975 562029 :wob_jonas!b03f1951@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.81 PRIVMSG #esoteric :``` echo wisdom/*cha* < 1524527976 254874 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :wisdom/4chan wisdom/chaos wisdom/char wisdom/character wisdom/diagram chasing wisdom/english channel wisdom/hexchat wisdom/hipchat wisdom/merchantable wisdom/schaf wisdom/shachaf wisdom/whatchamacallit < 1524527999 840269 :wob_jonas!b03f1951@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.81 PRIVMSG #esoteric :`? diagram chasing