< 1589501039 418572 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca QUIT :Quit: zzo38 < 1589501090 131276 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca JOIN :#esoteric < 1589502474 812752 :arseniiv!~arseniiv@94.41.81.24.dynamic.ufanet.ru QUIT :Ping timeout: 272 seconds < 1589503820 239494 :LKoen!~LKoen___@81.255.219.130 QUIT :Remote host closed the connection < 1589504312 339563 :int-e!~noone@int-e.eu PRIVMSG #esoteric :@metar lowi < 1589504312 586515 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :LOWI 150050Z AUTO 08005KT 050V110 9999 -SHRA FEW011 SCT013 BKN015 10/08 Q1010 < 1589504340 230080 :int-e!~noone@int-e.eu PRIVMSG #esoteric :light rain showers, hmm < 1589504531 12851 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@metar koak < 1589504531 91634 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :KOAK 150053Z 29013KT 10SM FEW016 SCT023 SCT033 BKN180 19/12 A3011 RMK AO2 SLP195 T01940122 < 1589505086 860191 :int-e!~noone@int-e.eu PRIVMSG #esoteric :too warm? < 1589505328 731590 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Seems fine. < 1589505335 446 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Too bad I'm indoors all day. < 1589505351 477957 :int-e!~noone@int-e.eu PRIVMSG #esoteric :well I imagine it's warmer during the day :P < 1589505373 235273 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@date < 1589505373 235328 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Maybe you meant: vote paste dice < 1589505375 302294 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@time < 1589505379 179265 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Local time for shachaf is Thu May 14 18:16:15 2020 < 1589505393 304222 :pikhq!sid394595@gateway/web/irccloud.com/x-hovhomidionhhtrh PRIVMSG #esoteric :@metar KAPA < 1589505394 409572 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :KAPA 150053Z 11008KT 10SM FEW055 BKN110 14/06 A2999 RMK AO2 SLP118 T01440061 < 1589505421 621758 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Oh. < 1589505445 148719 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Never mind, I totally misplaced KOAK on the map. < 1589505601 125335 :int-e!~noone@int-e.eu PRIVMSG #esoteric :I think the "SH" is a lie, this is steady rain. (And I have a hard time believing that the 6km or so distance from the airport make a difference) < 1589505645 516868 :int-e!~noone@int-e.eu PRIVMSG #esoteric :I'd argue against the - as well, but I don't really know what the standard for that is :) < 1589505742 260919 :int-e!~noone@int-e.eu PRIVMSG #esoteric :But maybe it was correct 2h ago. < 1589506659 609131 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca QUIT :Disconnected by services < 1589506664 807260 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca JOIN :#esoteric < 1589515703 725338 :xelxebar!~xelxebar@gateway/tor-sasl/xelxebar QUIT :Ping timeout: 240 seconds < 1589515883 207668 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Would someone help with a set of Magic: the Gathering cards that I am making? < 1589516571 346030 :xelxebar!~xelxebar@gateway/tor-sasl/xelxebar JOIN :#esoteric < 1589517189 947974 :int-e!~noone@int-e.eu PRIVMSG #esoteric :shachaf: So I did give SSE a try; it came surprisingly close to the plain integer code (23 cycles vs. 21) after tweaking the assembly generated by g++ (which added loads to and from the xmm registers to each loop iteration for no good reason) < 1589517234 921908 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Does clang also do it? < 1589517246 21425 :int-e!~noone@int-e.eu PRIVMSG #esoteric :clang fails to assign more than 8 XMM registers. < 1589517303 626834 :int-e!~noone@int-e.eu PRIVMSG #esoteric :or maybe it's something else; it complains with opt.cc:236:9: error: couldn't allocate output register for constraint 'x' < 1589517311 959314 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :You're using SIMD intrinsics with a fixed number of registers and it's still loading and storing all the time? < 1589517315 555875 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Man, I don't know. < 1589517326 545645 :int-e!~noone@int-e.eu PRIVMSG #esoteric :I'm using inline assembly < 1589517346 536173 :int-e!~noone@int-e.eu PRIVMSG #esoteric :because I wanted to be fair ... and the integer code is using inline assembly < 1589517564 67142 :int-e!~noone@int-e.eu PRIVMSG #esoteric :It's not the number of registers. clang doesn't like this: asm("" : "+x" (v)); < 1589517592 241751 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(which is supposed to assign an XMM input/output register for v) < 1589517636 868003 :int-e!~noone@int-e.eu PRIVMSG #esoteric :clang version 9.0.1-12 < 1589517795 944378 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Does it work in GCC? < 1589517838 69661 :int-e!~noone@int-e.eu PRIVMSG #esoteric :yes it does < 1589517852 736679 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :clang 9 seems to be happy with that line out of context according to godbolt.org. < 1589517881 415983 :int-e!~noone@int-e.eu PRIVMSG #esoteric :mmm < 1589517970 319939 :int-e!~noone@int-e.eu PRIVMSG #esoteric :void test() { unsigned __int128 v; asm("" : "+x" (v)); } < 1589518044 288410 :int-e!~noone@int-e.eu PRIVMSG #esoteric :I guess the type matters. < 1589518069 762357 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Check that the generated code is correct, and then file a bug report for whichever compiler is wrong (possibly both). < 1589518083 200337 :int-e!~noone@int-e.eu PRIVMSG #esoteric :can't be arsed. < 1589518166 769368 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :OK < 1589518647 307526 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I was using __m128 v; < 1589519739 60760 :int-e!~noone@int-e.eu PRIVMSG #esoteric :mmm < 1589520062 349139 :int-e!~noone@int-e.eu PRIVMSG #esoteric :funny, if I change that to "+x" (*(__m128d*)&v) it's accepted in clang++ and faster than before in g++ < 1589520104 572409 :int-e!~noone@int-e.eu PRIVMSG #esoteric :also funny: -fheinous-gnu-extensions < 1589520201 609921 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :What does that do exactly? < 1589520242 830568 :int-e!~noone@int-e.eu PRIVMSG #esoteric :it's a pretty silly way to cast a value while still being an lvalue < 1589520291 290498 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :I just found out now that clang has a \p escape for making Pascal strings, apparently. < 1589520462 759763 :int-e!~noone@int-e.eu PRIVMSG #esoteric :shachaf: so that gets it down to the 23 cycles without hacking the assembly code, and g++ and clang++ end up being equally fast (unsurprisingly, since the only thing they really add is a loop counter) < 1589522129 835928 :doesthiswork!~doesthisw@98.125.179.91 JOIN :#esoteric < 1589522393 283402 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :I don't generaly use inline assembly codes in C, because then it would be dependent on the computer, and a program is written in C to avoid that so that it can work on many computers. < 1589523657 234180 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Actually I have no plans of using this code. < 1589523774 263125 :int-e!~noone@int-e.eu PRIVMSG #esoteric :The version I actually used was pure C(++ makes no real difference) and about 30% slower... and more than fast enough. < 1589524440 155440 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :zzo38: What about SIMD intrinsics? < 1589524682 835987 :imode!~linear@unaffiliated/imode QUIT :Ping timeout: 256 seconds < 1589525010 367069 :zseri!~zseri@ytrizja.de JOIN :#esoteric < 1589525493 509730 :kspalaiologos!~kspalaiol@176.221.122.71 JOIN :#esoteric < 1589525522 657200 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :46.43.2.108 <- someone has mirrored the wiki, including the cert lol < 1589525553 770703 :int-e!~noone@int-e.eu PRIVMSG #esoteric :that's fizzie's thing < 1589525578 141876 :int-e!~noone@int-e.eu PRIVMSG #esoteric :actually, esolangs.org has address 46.43.2.108 < 1589526656 10976 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :oh, really < 1589526670 429827 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :damn, I didn't know < 1589527813 322064 :zseri!~zseri@ytrizja.de QUIT :Quit: zseri < 1589529783 848684 :doesthiswork!~doesthisw@98.125.179.91 QUIT :Ping timeout: 256 seconds < 1589529829 538028 :rain1!~debian@unaffiliated/rain1 JOIN :#esoteric < 1589534134 449005 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 240 seconds < 1589534260 812872 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1589534562 660176 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 260 seconds < 1589534596 569811 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1589535043 667997 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1589535069 303288 :kspalaiologos!~kspalaiol@176.221.122.71 QUIT :Read error: Connection reset by peer < 1589535093 305605 :kspalaiologos!~kspalaiol@176.221.122.71 JOIN :#esoteric < 1589535134 23057 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 256 seconds < 1589535134 442595 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 NICK :Lord_of_Life < 1589535703 901563 :rain1!~debian@unaffiliated/rain1 PRIVMSG #esoteric :how is the group theory approcah going? < 1589535890 835506 :opticnerve!~opticnerv@95.247.4.83 JOIN :#esoteric < 1589535947 150828 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :`? hackeso < 1589535949 570249 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :HackEso is almost, but not quite, entirely unlike HackEgo. < 1589536587 317184 :atslash!~atslash@static.231.107.9.5.clients.your-server.de QUIT :Ping timeout: 260 seconds < 1589536786 502515 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1589536856 98545 :LKoen!~LKoen___@81.255.219.130 JOIN :#esoteric < 1589537283 197753 :atslash!~atslash@static.231.107.9.5.clients.your-server.de JOIN :#esoteric > 1589537757 424550 PRIVMSG #esoteric :14[[07Babalang14]]4 10 02https://esolangs.org/w/index.php?diff=72287&oldid=71780 5* 03RocketRace 5* (+2251) 10Document changes from version 1.1 > 1589537796 597269 PRIVMSG #esoteric :14[[07Babalang14]]4 M10 02https://esolangs.org/w/index.php?diff=72288&oldid=72287 5* 03RocketRace 5* (+35) 10Version number! < 1589537837 67340 :gnu-nobody!~a@24.133.64.54 JOIN :#esoteric < 1589538305 958820 :Cale!~cale@2607:fea8:9960:35:ec9d:8ff0:9eb6:856f QUIT :Ping timeout: 240 seconds > 1589543548 282521 PRIVMSG #esoteric :14[[07Talk:ARGENTOS14]]4 10 02https://esolangs.org/w/index.php?diff=72289&oldid=50222 5* 03A 5* (+217) 10 < 1589544313 6989 :Arcorann!~awych@121-200-6-58.79c806.syd.nbn.aussiebb.net JOIN :#esoteric < 1589545351 229363 :Arcorann!~awych@121-200-6-58.79c806.syd.nbn.aussiebb.net PRIVMSG #esoteric :Anyone ever try to implement the TPK algorithm in an esoteric language? < 1589545579 844013 :arseniiv!~arseniiv@94.41.81.24.dynamic.ufanet.ru JOIN :#esoteric > 1589546173 377254 PRIVMSG #esoteric :14[[07Asm2bf14]]4 10 02https://esolangs.org/w/index.php?diff=72290&oldid=71366 5* 03Palaiologos 5* (+602) 10v1.3.7 release notes > 1589546694 235772 PRIVMSG #esoteric :14[[07Asm2bf14]]4 10 02https://esolangs.org/w/index.php?diff=72291&oldid=72290 5* 03Palaiologos 5* (+195) 10labels => bflabels, discourage constant numeric label usage > 1589547007 746375 PRIVMSG #esoteric :14[[07Ports14]]4 M10 02https://esolangs.org/w/index.php?diff=72292&oldid=72284 5* 03AnimaLibera 5* (+4325) 10add special ports < 1589547389 897987 :doesthiswork!~doesthisw@98.125.179.91 JOIN :#esoteric > 1589547651 836706 PRIVMSG #esoteric :14[[07Ports14]]4 M10 02https://esolangs.org/w/index.php?diff=72293&oldid=72292 5* 03AnimaLibera 5* (+352) 10better style > 1589547681 415005 PRIVMSG #esoteric :14[[07Silberjoder14]]4 M10 02https://esolangs.org/w/index.php?diff=72294&oldid=53522 5* 03PythonshellDebugwindow 5* (+0) 10/* Examples */ > 1589547809 24658 PRIVMSG #esoteric :14[[07Asm2bf14]]4 10 02https://esolangs.org/w/index.php?diff=72295&oldid=72291 5* 03Palaiologos 5* (+1978) 10derle deprecation notice < 1589547833 851759 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :the article has gotten so messy < 1589547841 503517 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :I'll need to clean it up one day < 1589547852 273670 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :I'd appreciate some feedback, though > 1589547961 959449 PRIVMSG #esoteric :14[[07Ports14]]4 M10 02https://esolangs.org/w/index.php?diff=72296&oldid=72293 5* 03AnimaLibera 5* (+70) 10clarify the notion of mysterious code in the Shared bit buffer definition > 1589548145 504376 PRIVMSG #esoteric :14[[07Ports14]]4 M10 02https://esolangs.org/w/index.php?diff=72297&oldid=72296 5* 03AnimaLibera 5* (+163) 10add an intro the the special ports section > 1589548231 342488 PRIVMSG #esoteric :14[[07Ports14]]4 M10 02https://esolangs.org/w/index.php?diff=72298&oldid=72297 5* 03AnimaLibera 5* (+46) 10better style for the special ports section > 1589548336 533073 PRIVMSG #esoteric :14[[07Ports14]]4 M10 02https://esolangs.org/w/index.php?diff=72299&oldid=72298 5* 03AnimaLibera 5* (+28) 10even better style for the special ports section > 1589548638 198975 PRIVMSG #esoteric :14[[07Ports14]]4 M10 02https://esolangs.org/w/index.php?diff=72300&oldid=72299 5* 03AnimaLibera 5* (+132) 10add recommendation to use a script to output a string < 1589549284 53709 :arseniiv_!~arseniiv@95.105.1.162.dynamic.ufanet.ru JOIN :#esoteric > 1589549299 829726 PRIVMSG #esoteric :14[[07What a mess!14]]4 M10 02https://esolangs.org/w/index.php?diff=72301&oldid=68580 5* 03PythonshellDebugwindow 5* (+154) 10 < 1589549468 810720 :arseniiv!~arseniiv@94.41.81.24.dynamic.ufanet.ru QUIT :Ping timeout: 256 seconds > 1589549489 472266 PRIVMSG #esoteric :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=72302&oldid=72279 5* 03PythonshellDebugwindow 5* (+30) 10/* W */ < 1589549490 567340 :ski!~ski@remote11.chalmers.se QUIT :Ping timeout: 258 seconds < 1589549534 939610 :ski!~ski@remote11.chalmers.se JOIN :#esoteric < 1589550192 222577 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :fungot, do you like markov chains? < 1589550192 459040 :fungot!~fungot@unaffiliated/fizzie/bot/fungot PRIVMSG #esoteric :kspalaiologos: hci is a huge pita :p http://rafb.net/ fnord the clicks are too far apart to be double clicks links on mirc. :p < 1589550257 374404 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :fungot, please say something that makes sense < 1589550257 638214 :fungot!~fungot@unaffiliated/fizzie/bot/fungot PRIVMSG #esoteric :kspalaiologos: works fine fnord you can see precisely where errors occur in particularly hairy macro interactions. continuations as a y combinator. i assumed it was a sake or something. < 1589551212 292658 :rain1!~debian@unaffiliated/rain1 QUIT :Quit: Lost terminal < 1589552139 983317 :Cale!~cale@2607:fea8:9960:35:11f9:4d32:7054:7693 JOIN :#esoteric < 1589552885 968376 :Cale!~cale@2607:fea8:9960:35:11f9:4d32:7054:7693 QUIT :Ping timeout: 240 seconds > 1589553155 280882 PRIVMSG #esoteric :14[[07User:PythonshellDebugwindow/(Unnamed language)14]]4 M10 02https://esolangs.org/w/index.php?diff=72303&oldid=72286 5* 03PythonshellDebugwindow 5* (+48) 10/* Edge cases */ > 1589553253 989784 PRIVMSG #esoteric :14[[07User:PythonshellDebugwindow/(Unnamed language)14]]4 M10 02https://esolangs.org/w/index.php?diff=72304&oldid=72303 5* 03PythonshellDebugwindow 5* (+180) 10/* Builtins */ > 1589553342 640191 PRIVMSG #esoteric :14[[07User:PythonshellDebugwindow/(Unnamed language)14]]4 M10 02https://esolangs.org/w/index.php?diff=72305&oldid=72304 5* 03PythonshellDebugwindow 5* (+144) 10 > 1589553450 263815 PRIVMSG #esoteric :14[[07User:PythonshellDebugwindow/Cmt14]]4 10 02https://esolangs.org/w/index.php?diff=72306&oldid=71911 5* 03PythonshellDebugwindow 5* (+0) 10PythonshellDebugwindow changed the content model of the page [[User:PythonshellDebugwindow/Cmt]] from "plain text" to "wikitext" > 1589553450 274052 PRIVMSG #esoteric :14[[07Special:Log/contentmodel14]]4 change10 02 5* 03PythonshellDebugwindow 5* 10PythonshellDebugwindow changed the content model of the page [[02User:PythonshellDebugwindow/Cmt10]] from "plain text" to "wikitext" < 1589553592 15970 :Cale!~cale@CPEf48e38ee8583-CM0c473de9d680.cpe.net.cable.rogers.com JOIN :#esoteric > 1589553822 546246 PRIVMSG #esoteric :14[[07-14]]4 M10 02https://esolangs.org/w/index.php?diff=72307&oldid=72247 5* 03PythonshellDebugwindow 5* (+24) 10 > 1589554292 633919 PRIVMSG #esoteric :14[[07Asm2bf14]]4 M10 02https://esolangs.org/w/index.php?diff=72308&oldid=72295 5* 03Palaiologos 5* (+16) 10cam / csm (v1.3.7) < 1589554417 887885 :eso2!b89430fa@okvlon3013w-lp130-03-184-148-48-250.dsl.bell.ca JOIN :#esoteric > 1589554517 941276 PRIVMSG #esoteric :14[[07Asm2bf14]]4 M10 02https://esolangs.org/w/index.php?diff=72309&oldid=72308 5* 03Palaiologos 5* (+1001) 10Regular expressions behind preprocessors > 1589554649 393183 PRIVMSG #esoteric :14[[07-14]]4 M10 02https://esolangs.org/w/index.php?diff=72310&oldid=72307 5* 03PythonshellDebugwindow 5* (+196) 10fix interpreter < 1589555027 814149 :zseri!~zseri@ytrizja.de JOIN :#esoteric < 1589555138 830216 :eso2!b89430fa@okvlon3013w-lp130-03-184-148-48-250.dsl.bell.ca QUIT :Remote host closed the connection > 1589555395 154870 PRIVMSG #esoteric :14[[07User:PythonshellDebugwindow/(Unnamed language)14]]4 M10 02https://esolangs.org/w/index.php?diff=72311&oldid=72305 5* 03PythonshellDebugwindow 5* (+2) 10/* Not function (e.g. !x) */ < 1589556362 460151 :Arcorann!~awych@121-200-6-58.79c806.syd.nbn.aussiebb.net QUIT :Read error: Connection reset by peer < 1589556736 238529 :tromp_!~tromp@ip-213-127-95-129.ip.prioritytelecom.net JOIN :#esoteric > 1589556763 13580 PRIVMSG #esoteric :14[[07XENBLN14]]4 M10 02https://esolangs.org/w/index.php?diff=72312&oldid=71734 5* 03PythonshellDebugwindow 5* (+56) 10/* Program structure */ > 1589556789 797203 PRIVMSG #esoteric :14[[07XENBLN14]]4 M10 02https://esolangs.org/w/index.php?diff=72313&oldid=72312 5* 03PythonshellDebugwindow 5* (-1) 10/* Program structure */ < 1589556890 853821 :zseri!~zseri@ytrizja.de QUIT :Quit: zseri < 1589556945 368351 :tromp!~tromp@2a02:a210:ca3:2800:dc03:ce71:fbdc:795e QUIT :Ping timeout: 272 seconds < 1589556945 837205 :tromp_!~tromp@ip-213-127-95-129.ip.prioritytelecom.net QUIT :Read error: Connection reset by peer < 1589556963 855662 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 JOIN :#esoteric > 1589557042 800243 PRIVMSG #esoteric :14[[07XENBLN14]]4 M10 02https://esolangs.org/w/index.php?diff=72314&oldid=72313 5* 03PythonshellDebugwindow 5* (+10) 10/* Datatypes */ update link > 1589557296 631724 PRIVMSG #esoteric :14[[07Asm2bf14]]4 M10 02https://esolangs.org/w/index.php?diff=72315&oldid=72309 5* 03Palaiologos 5* (+258) 10 < 1589557376 219925 :gnu-nobody!~a@24.133.64.54 QUIT :Ping timeout: 265 seconds > 1589557605 465598 PRIVMSG #esoteric :14[[07Asm2bf14]]4 10 02https://esolangs.org/w/index.php?diff=72316&oldid=72315 5* 03Palaiologos 5* (+231) 10Remove contradictionary info, rework code to omit the floor character > 1589557699 961606 PRIVMSG #esoteric :14[[07Asm2bf14]]4 M10 02https://esolangs.org/w/index.php?diff=72317&oldid=72316 5* 03Palaiologos 5* (-171) 10Move it to the public domain! > 1589557883 678115 PRIVMSG #esoteric :14[[07Asm2bf14]]4 10 02https://esolangs.org/w/index.php?diff=72318&oldid=72317 5* 03Palaiologos 5* (+511) 10Sierpinski triangles example < 1589558804 801843 :LKoen_!~LKoen@81.255.219.130 JOIN :#esoteric < 1589558943 506888 :LKoen!~LKoen___@81.255.219.130 QUIT :Quit: Leaving < 1589559360 369338 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 QUIT :Remote host closed the connection < 1589559827 334079 :atslash!~atslash@static.231.107.9.5.clients.your-server.de QUIT :Ping timeout: 260 seconds < 1589559870 909407 :atslash!~atslash@46.188.0.82 JOIN :#esoteric < 1589560021 802480 :imode!~linear@unaffiliated/imode JOIN :#esoteric < 1589560030 789786 :gnu-nobody!~a@24.133.64.54 JOIN :#esoteric < 1589560070 393177 :zseri!~zseri@ytrizja.de JOIN :#esoteric < 1589560433 438698 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net JOIN :#esoteric < 1589560497 697522 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net QUIT :Client Quit < 1589560590 568243 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net JOIN :#esoteric < 1589561329 786489 :gnu-nobody!~a@24.133.64.54 QUIT :Ping timeout: 264 seconds < 1589561385 305705 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 JOIN :#esoteric < 1589561695 342875 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 QUIT :Ping timeout: 272 seconds > 1589562858 127352 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Enter Your USERNAME 5* 10New user account < 1589563197 510947 :b_jonas!~x@catv-176-63-12-50.catv.broadband.hu PRIVMSG #esoteric :`olist 1202 < 1589563198 279592 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :olist 1202: shachaf oerjan Sgeo FireFly boily nortti b_jonas < 1589563503 498901 :doesthiswork!~doesthisw@98.125.179.91 PRIVMSG #esoteric :what webcomic is olist again? < 1589563623 219958 :b_jonas!~x@catv-176-63-12-50.catv.broadband.hu PRIVMSG #esoteric :`? olist < 1589563624 508153 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :olist is update notification for the webcomic Order of the Stick. http://www.giantitp.com/comics/ootslatest.html < 1589563636 602459 :b_jonas!~x@catv-176-63-12-50.catv.broadband.hu PRIVMSG #esoteric :I could make the olist script print the url to the strip < 1589564332 700767 :rain1!~debian@unaffiliated/rain1 JOIN :#esoteric < 1589564493 837515 :gnu-nobody!~a@24.133.64.54 JOIN :#esoteric > 1589564508 918075 PRIVMSG #esoteric :14[[07Asm2bf14]]4 10 02https://esolangs.org/w/index.php?diff=72319&oldid=72318 5* 03Palaiologos 5* (+1402) 10constpp, v1.3.8 < 1589564869 934811 :b_jonas!~x@catv-176-63-12-50.catv.broadband.hu PRIVMSG #esoteric :oh yeah, I should use the @ command for that < 1589564875 277535 :b_jonas!~x@catv-176-63-12-50.catv.broadband.hu PRIVMSG #esoteric :`@ doesthis work ? olist < 1589564876 91934 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :doesthis: /hackenv/bin/nur: line 2: work: command not found < 1589564878 973959 :b_jonas!~x@catv-176-63-12-50.catv.broadband.hu PRIVMSG #esoteric :`@ doesthiswork ? olist < 1589564880 268260 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :doesthiswork: olist is update notification for the webcomic Order of the Stick. http://www.giantitp.com/comics/ootslatest.html < 1589564942 952180 :gnu-nobody!~a@24.133.64.54 QUIT :Ping timeout: 256 seconds < 1589565087 744469 :gnu-nobody!~a@24.133.64.54 JOIN :#esoteric < 1589565410 8828 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 JOIN :#esoteric > 1589566102 902928 PRIVMSG #esoteric :14[[07Asm2bf14]]4 M10 02https://esolangs.org/w/index.php?diff=72320&oldid=72319 5* 03PythonshellDebugwindow 5* (+0) 10/* Tips and tricks */ < 1589566121 644050 :LKoen_!~LKoen@81.255.219.130 QUIT :Remote host closed the connection > 1589566224 974983 PRIVMSG #esoteric :14[[07Y/N14]]4 M10 02https://esolangs.org/w/index.php?diff=72321&oldid=62429 5* 03PythonshellDebugwindow 5* (+16) 10 < 1589566607 699906 :orbitaldecay!~bob@forder.cc PRIVMSG #esoteric :After reading http://nsl.com/misc/papers/The%20Theory%20of%20Concatenative%20Combinators.htm, I suspect there is a single combinator base similar to iota < 1589566620 468637 :rain1!~debian@unaffiliated/rain1 QUIT :Quit: leaving < 1589566890 591566 :gnu-nobody!~a@24.133.64.54 QUIT :Quit: Konversation terminated! < 1589566902 782650 :gnu-nobody!~a@24.133.64.54 JOIN :#esoteric < 1589567917 807539 :gnu-nobody!~a@24.133.64.54 QUIT :Ping timeout: 264 seconds < 1589568496 895773 :kspalaiologos!~kspalaiol@176.221.122.71 QUIT :Ping timeout: 246 seconds < 1589568691 853952 :kspalaiologos!~kspalaiol@176.221.122.71 JOIN :#esoteric < 1589568959 885340 :gnu-nobody!~a@24.133.64.54 JOIN :#esoteric > 1589569112 613368 PRIVMSG #esoteric :14[[07Bias14]]4 N10 02https://esolangs.org/w/index.php?oldid=72322 5* 03PythonshellDebugwindow 5* (+1193) 10Created page with ":''This page is a work-in-progress, but the language is not. Please dont make major changes to the article without consulting the talk page.'' '''Bias''' is an esolang by..." > 1589569135 269734 PRIVMSG #esoteric :14[[07Bias14]]4 M10 02https://esolangs.org/w/index.php?diff=72323&oldid=72322 5* 03PythonshellDebugwindow 5* (+1) 10/* Infinite 1-char Cat */ < 1589569568 171128 :kspalaiologos!~kspalaiol@176.221.122.71 QUIT :Read error: Connection reset by peer < 1589569589 501058 :kspalaiologos!~kspalaiol@176.221.122.71 JOIN :#esoteric < 1589569890 141923 :zseri!~zseri@ytrizja.de QUIT :Remote host closed the connection < 1589569958 847764 :zseri!~zseri@ytrizja.de JOIN :#esoteric < 1589570009 523897 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 QUIT :Remote host closed the connection < 1589570280 169565 :LKoen!~LKoen@81.255.219.130 JOIN :#esoteric < 1589571164 856537 :atslash!~atslash@46.188.0.82 QUIT :Ping timeout: 256 seconds < 1589571237 690533 :atslash!~atslash@static.231.107.9.5.clients.your-server.de JOIN :#esoteric < 1589571418 100615 :zseri!~zseri@ytrizja.de QUIT :Remote host closed the connection < 1589571448 347111 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 JOIN :#esoteric < 1589571486 375188 :zseri!~zseri@ytrizja.de JOIN :#esoteric < 1589572147 927366 :zseri!~zseri@ytrizja.de QUIT :Remote host closed the connection < 1589572215 834508 :zseri!~zseri@ytrizja.de JOIN :#esoteric > 1589572463 549605 PRIVMSG #esoteric :14[[07-14]]4 M10 02https://esolangs.org/w/index.php?diff=72324&oldid=72310 5* 03PythonshellDebugwindow 5* (-905) 10/* NodeJS Interpreter */ > 1589572513 290730 PRIVMSG #esoteric :14[[07Alphaprint14]]4 M10 02https://esolangs.org/w/index.php?diff=72325&oldid=71601 5* 03PythonshellDebugwindow 5* (+30) 10/* Resources */ > 1589573039 370261 PRIVMSG #esoteric :14[[07Eso2D14]]4 M10 02https://esolangs.org/w/index.php?diff=72326&oldid=71065 5* 03PythonshellDebugwindow 5* (+37) 10/* Resources */ < 1589573536 874151 :gnu-nobody!~a@24.133.64.54 QUIT :Ping timeout: 246 seconds < 1589573681 198161 :kspalaiologos!~kspalaiol@176.221.122.71 QUIT :Quit: Leaving < 1589573757 986419 :arseniiv_!~arseniiv@95.105.1.162.dynamic.ufanet.ru QUIT :Ping timeout: 256 seconds < 1589574289 986 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net QUIT :Quit: adu > 1589574363 752652 PRIVMSG #esoteric :14[[07Bias14]]4 10 02https://esolangs.org/w/index.php?diff=72327&oldid=72323 5* 03PythonshellDebugwindow 5* (+762) 10 > 1589574376 178712 PRIVMSG #esoteric :14[[07Bias14]]4 M10 02https://esolangs.org/w/index.php?diff=72328&oldid=72327 5* 03PythonshellDebugwindow 5* (+2) 10/* Inside biases */ > 1589574414 739183 PRIVMSG #esoteric :14[[07Bias14]]4 M10 02https://esolangs.org/w/index.php?diff=72329&oldid=72328 5* 03PythonshellDebugwindow 5* (+11) 10/* Hello, World! */ < 1589574429 243641 :LKoen!~LKoen@81.255.219.130 QUIT :Remote host closed the connection < 1589574481 127108 :LKoen!~LKoen___@81.255.219.130 JOIN :#esoteric > 1589574583 236596 PRIVMSG #esoteric :14[[07Eso2D14]]4 M10 02https://esolangs.org/w/index.php?diff=72330&oldid=72326 5* 03PythonshellDebugwindow 5* (-12) 10/* Memory */ < 1589574706 159580 :opticnerve!~opticnerv@95.247.4.83 QUIT :Quit: bye > 1589574944 337887 PRIVMSG #esoteric :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=72331&oldid=72302 5* 03PythonshellDebugwindow 5* (+11) 10/* B */ + [[Bias]] > 1589575203 427543 PRIVMSG #esoteric :14[[07Beta-Juliet and Portia14]]4 M10 02https://esolangs.org/w/index.php?diff=72332&oldid=70656 5* 03PythonshellDebugwindow 5* (+75) 10/* External resources */ wayback > 1589575273 223857 PRIVMSG #esoteric :14[[07Beta-Juliet and Portia14]]4 M10 02https://esolangs.org/w/index.php?diff=72333&oldid=72332 5* 03PythonshellDebugwindow 5* (-42) 10/* External resources */ wayback > 1589575551 472595 PRIVMSG #esoteric :14[[072iota14]]4 M10 02https://esolangs.org/w/index.php?diff=72334&oldid=23599 5* 03PythonshellDebugwindow 5* (+33) 10/* External resources */ wayback > 1589575561 619559 PRIVMSG #esoteric :14[[072iota14]]4 M10 02https://esolangs.org/w/index.php?diff=72335&oldid=72334 5* 03PythonshellDebugwindow 5* (+1) 10/* External resources */ < 1589575855 493256 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net JOIN :#esoteric < 1589575903 886910 :MasoKiffles!183b573e@cpe-24-59-87-62.twcny.res.rr.com JOIN :#esoteric < 1589575971 462485 :MasoKiffles!183b573e@cpe-24-59-87-62.twcny.res.rr.com QUIT :Remote host closed the connection > 1589576187 707329 PRIVMSG #esoteric :14[[07User:PythonshellDebugwindow14]]4 M10 02https://esolangs.org/w/index.php?diff=72336&oldid=72282 5* 03PythonshellDebugwindow 5* (+42) 10/* Languages */ > 1589576324 792858 PRIVMSG #esoteric :14[[07Full 014]]4 M10 02https://esolangs.org/w/index.php?diff=72337&oldid=17945 5* 03PythonshellDebugwindow 5* (+3) 10/* Command Overview */ > 1589576345 433406 PRIVMSG #esoteric :14[[07Full 014]]4 M10 02https://esolangs.org/w/index.php?diff=72338&oldid=72337 5* 03PythonshellDebugwindow 5* (+6) 10/* Misc and Links */ > 1589576395 81773 PRIVMSG #esoteric :14[[07Full 014]]4 M10 02https://esolangs.org/w/index.php?diff=72339&oldid=72338 5* 03PythonshellDebugwindow 5* (+29) 10/* Misc and Links */ < 1589577734 197537 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net QUIT :Quit: adu < 1589577982 771746 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 QUIT :Remote host closed the connection < 1589578064 693437 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net JOIN :#esoteric < 1589578302 698037 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1589578424 605962 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 258 seconds < 1589578424 987484 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 NICK :Lord_of_Life < 1589579047 28652 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 JOIN :#esoteric < 1589580725 843363 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net QUIT :Quit: adu < 1589580863 913700 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net JOIN :#esoteric < 1589581252 560456 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 QUIT :Remote host closed the connection < 1589582056 169633 :grumble!~grumble@freenode/staff/grumble NICK :rawr < 1589582218 477500 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net QUIT :Quit: adu < 1589583545 338894 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 JOIN :#esoteric < 1589583849 326247 :tromp!~tromp@2a02:a210:ca3:2800:10ea:f86b:7dec:a909 QUIT :Ping timeout: 272 seconds > 1589584060 105042 PRIVMSG #esoteric :14[[07User:Salpynx/Pico14]]4 N10 02https://esolangs.org/w/index.php?oldid=72340 5* 03Salpynx 5* (+4567) 10PF candidate, or stand-alone language? < 1589584872 122483 :Sgeo!~Sgeo@ool-18b982ad.dyn.optonline.net JOIN :#esoteric < 1589586411 465263 :atslash!~atslash@static.231.107.9.5.clients.your-server.de QUIT :Read error: Connection reset by peer < 1589586458 838087 :atslash!~atslash@static.231.107.9.5.clients.your-server.de JOIN :#esoteric < 1589586862 849068 :adu!~arobbins@c-73-129-154-238.hsd1.md.comcast.net JOIN :#esoteric