< 1588982637 835739 :kevinalh!~kevinalh@179.6.193.17 JOIN :#esoteric < 1588982835 661189 :LKoen!~LKoen@lstlambert-657-1-123-43.w92-154.abo.wanadoo.fr 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.” < 1588984427 949539 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 260 seconds < 1588984546 886720 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1588985620 874722 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 246 seconds < 1588985675 928336 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1588989908 836204 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1588990386 808521 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 272 seconds > 1588991194 515477 PRIVMSG #esoteric :14[[07User:Tetratrary/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=71963&oldid=71948 5* 03Tetratrary 5* (-1169) 10 > 1588991222 710920 PRIVMSG #esoteric :14[[07User:Tetratrary/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=71964&oldid=71963 5* 03Tetratrary 5* (-45) 10/* Operations */ > 1588991315 562720 PRIVMSG #esoteric :14[[07User:Tetratrary/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=71965&oldid=71964 5* 03Tetratrary 5* (+0) 10/* Example Programs */ < 1588991373 560946 :copumpkin!~copumpkin@068-186-082-088.res.spectrum.com JOIN :#esoteric > 1588991609 209752 PRIVMSG #esoteric :14[[07User:Tetratrary/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=71966&oldid=71965 5* 03Tetratrary 5* (+3) 10/* Example programs */ > 1588991942 627313 PRIVMSG #esoteric :14[[07User:Tetratrary/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=71967&oldid=71966 5* 03Tetratrary 5* (+0) 10/* Operations */ < 1588994212 100101 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Some of my new rules for Magic: the Gathering (to use with my custom cards) include generalized haunt and mutate, and also runebanding. < 1588994306 345173 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Bands with other runes? < 1588994729 367122 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Yes. Well, with other runebanding runes, that is. < 1588995326 685060 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Now "haunt" can specify what object it haunts, and "mutate" can specify what permanent it mutates (it still needs to have the same owner as the spell, though). < 1588995592 961693 :ArthurStrong!~ArthurStr@slow.wreckage.volia.net QUIT :Quit: leaving < 1588996377 748107 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :See if you make up a card using any of these things. < 1588996853 989478 :ArthurStrong!~ArthurStr@slow.wreckage.volia.net JOIN :#esoteric < 1588997676 887209 :Antebrationist!ca9a8266@202-154-130-102.dsl-dynamic.connections.net.nz JOIN :#esoteric < 1588997749 171304 :Antebrationist!ca9a8266@202-154-130-102.dsl-dynamic.connections.net.nz PRIVMSG #esoteric :orbitaldecay? I was reading the logs for esowar, and it seems very interesting. Is it only 1d? < 1588997896 886100 :int-e!~noone@int-e.eu PRIVMSG #esoteric :huh, in C++, is std::bind(std::uniform_int_distribution{0,1}, rng); expected to take a copy of the rng? *mumble* < 1588998109 257018 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :You mean instead of a pointer? < 1588998117 334852 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I guess it's impossible to know with these C++ things. < 1588998143 104371 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It is probably clearer to write it with a lambda. < 1588998447 521507 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Apparently "the answer" is to use std::ref. < 1588998497 471956 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :https://godbolt.org/z/FFkBtD < 1588998538 909154 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh boy, what an answer. < 1588998547 743032 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :A better answer is surely to scrap std::bind. < 1588998642 929377 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Thanks. < 1588998703 100754 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :[&rng]() { return std::uniform_int_distribution{0,1}(rng); } is probably clearer? < 1588998727 613042 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What a maze of std::little::passages, all different, it is to figure out what's going on here. < 1588998781 452593 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :You can also just write [&]() { ... } < 1588998782 533524 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Yeah I did manage to write the lambda. :) < 1588998805 131746 :int-e!~noone@int-e.eu PRIVMSG #esoteric :I'm more annoyed that I've been doing this wrong, blissfully unaware of the copy. < 1588998813 948485 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :OK, I just felt like I should argue for the more reasonable thing a little more after mentioning the ridiculous thing. < 1588998873 452736 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Well, it's the quicker fix :P < 1588998883 191290 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(using std::ref that is.) < 1588998908 547200 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Maybe if you never ever have to understand what's going on with that code. < 1588998917 990533 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Man, C++ is so ridiculous. < 1588998939 511765 :pikhq!sid394595@gateway/web/irccloud.com/x-hovhomidionhhtrh PRIVMSG #esoteric :I've said it before, and I'll say it many more times. It's one of my favorite esolangs. < 1588998952 226666 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Why? < 1588998956 775092 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :https://en.wikipedia.org/wiki/LOOP_%28programming_language%29 This is the same idea I thought of the day before, but I used a different syntax. Set to zero is the name and a equal sign, increment is the name and a plus sign, loop is the name and then a left bracket and then the commands and then the right bracket, commands are separated by spaces. < 1588998958 155144 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I agree on the eso, but why favorite? < 1588998987 332288 :int-e!~noone@int-e.eu PRIVMSG #esoteric :shachaf: I finally noticed because I wanted to run several instances of my program, providing seeds on the command line (for reproducibility)... and saw that the seed had no effect. bummer. < 1588999010 301125 :pikhq!sid394595@gateway/web/irccloud.com/x-hovhomidionhhtrh PRIVMSG #esoteric :idk, there's something amazing about this farce that people keep pretending that it's a Real Serious Language™ when it's about as well-designed as fucking MUMPS < 1588999022 401691 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(out of laziness, the rng is a global variable, and I re-seeded it with the program argument) < 1588999045 887245 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I'm sure no harm can come of accidentally copying a random number generator. < 1588999064 637906 :int-e!~noone@int-e.eu PRIVMSG #esoteric :This is for http://www.research.ibm.com/haifa/ponderthis/challenges/May2020.html ... not production code by any standard. < 1588999074 428331 :int-e!~noone@int-e.eu PRIVMSG #esoteric :No harm at all... < 1588999092 209633 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Maybe; I don't know. Some people use C++, I use C. I also think many features of C++ are not so well designed, and had a different idea to do some of its similar things differently in C, but different and without any extra runtime libraries needed. < 1588999126 426673 :int-e!~noone@int-e.eu PRIVMSG #esoteric :shachaf: I mean who wouldn't want this: http://paste.debian.net/1145790/ < 1588999165 96977 :int-e!~noone@int-e.eu PRIVMSG #esoteric :huh, that's missing two lines, #include and #include < 1588999169 951477 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :int-e: Exactly. < 1588999281 557818 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :My idea was that you cannot overload the assignment operator, but you can overload the assignment through pointer operator. I don't know if overloading the assignment through pointer operator is possible in C++; do you know? < 1588999328 333465 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Which operator is that? < 1588999372 815021 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :For example *x=y; < 1588999527 490099 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I doubt that can have a different interpretation from the separate meanings of * and = < 1588999557 141891 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :zzo38: My idea (which is also the way ALGOL 68 and BLISS work) is that there are no mutable variables, only pointers. < 1588999585 595983 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :And instead of a mutable variable you have an immutable pointer to a mutable memory cell. < 1588999606 153956 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So you might have to explicitly dereference: x = $x + 1 < 1588999632 515848 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :The assignment operator = takes two arguments, a reference and a value. The derefernece operator $ takes a reference and returns a value. < 1588999636 252398 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Yes, I think that way is good too, I like that too < 1588999639 961333 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Do you like this? < 1588999656 182396 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :I answered that question already < 1588999661 239623 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Yes, I asked it too late. < 1588999665 394341 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :OK < 1588999669 837120 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I'm worried that this will make code too verbose. < 1588999690 314416 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :With all the extra dereferences you don't need to write in a typical language. < 1588999695 678052 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What do you think? < 1588999780 742581 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :I think it is OK; some other programming languages already work similarly and it works OK, including Forth. < 1588999837 297918 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Say you have the equivalent of "T *array;" in C. < 1588999861 752664 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :The C code "array[i]" would turn into "$array[$i]", I suppose. < 1588999880 746833 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Or "$($array + $i)". Does the [] have an implicit $? < 1588999923 382784 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :In C a[i] is an lvalue, so really the direct corresponding thing here is just +. < 1588999937 909129 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :I don't know. < 1588999941 338177 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :$($a[$i]) is just ridiculous, though. < 1588999968 213396 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It all seem kind of noisy. < 1588999982 525130 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Another thing you can do is implicitly figure out when things are dereferenced, like ALGOL 68 does. < 1589000011 91088 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But then I'm worried that things are ambiuous, for example in the situation "int f(int *x);" vs. "int g(int x);" being called the same way. < 1589000018 952942 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :I think is best then to don't have a [] notation < 1589000045 7564 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Then what instead? < 1589000051 827242 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Of course [] isn't the only problem, it's just one thing. < 1589000055 251850 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :You can use + instead < 1589001358 860874 :Antebrationist!ca9a8266@202-154-130-102.dsl-dynamic.connections.net.nz QUIT :Remote host closed the connection < 1589002914 664744 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Yay, I found an application for sortin arrays in http://www.research.ibm.com/haifa/ponderthis/challenges/May2020.html :-) < 1589002943 637152 :int-e!~noone@int-e.eu PRIVMSG #esoteric :hello brain... I meant sorting networks < 1589004282 804268 :imode!~linear@unaffiliated/imode QUIT :Ping timeout: 256 seconds < 1589005400 881535 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1589005441 6728 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :shachaf: last time I implemented something that used this, arrays themselves were generally immutable (only their elements were mutable) < 1589005464 835890 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :so normally you wouldn't be explicitly dereferencing an array < 1589005489 111689 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :actually, I implemented arrays as functions that returned references, and postfix () had higher precedence than $ < 1589005517 286961 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :so array[i] turns into $array[$i] which parses as $(array[$i]) < 1589005560 951709 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :* array[$i] turns into $array($i) which parses as $(array($i)) < 1589005579 757225 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :your examples look weird to me, though, because the language in question used $ for dereference but := for assignment < 1589005603 617686 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(= was used to define the value of an immutable thing as it came into scope) < 1589005797 984507 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :ais523: Yes, I was thinking of that. < 1589005825 68450 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I think there's also the odd thing that when you switch something from immutable to mutable, you have to go through all the use sites and modify them. < 1589005842 39250 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It make some sense, but when you compare it to a C program it's pretty awkward. < 1589005886 667873 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Even if arrays are immutable, there are probably other things with similar problems. < 1589005958 107690 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But maybe an array that can be reassigned is a weird enough thing that $($arr)[$i] is fine. < 1589005977 18428 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What was the language in question? < 1589006047 341547 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I'm pretty curious how awkward this works out to be in practice. < 1589006092 486028 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Also, if you had structs, did e.g. struct dereference have a meaning for both references to structs and structs? < 1589006454 786000 :kevinalh!~kevinalh@179.6.193.17 QUIT :Ping timeout: 256 seconds < 1589009560 877572 :int-e!~noone@int-e.eu PRIVMSG #esoteric :So... 100M generations per second on a single core. Yum :) < 1589009849 243225 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(For the May Ponder This challenge, and with the fixed rule string from that challenge.) < 1589010977 574177 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Hmm, for 121 cells. < 1589010990 362903 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I wonder whether you can speed up a finite torus board with hashlife. < 1589011169 420678 :int-e!~noone@int-e.eu PRIVMSG #esoteric :doubt it. < 1589011194 452873 :int-e!~noone@int-e.eu PRIVMSG #esoteric :I mean, hashlife will kick in when you have a cycle... but for this problem, you're done at that point. < 1589011240 596262 :int-e!~noone@int-e.eu PRIVMSG #esoteric :And then there's memory usage... nah, I only see reasons why it probably doesn't work. < 1589011266 602811 :int-e!~noone@int-e.eu PRIVMSG #esoteric :s/work/help/ < 1589012358 954462 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It sounds that way. But maybe there's some trick. < 1589012361 552529 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Probably not. < 1589012862 242965 :LKoen!~LKoen@81.255.219.130 JOIN :#esoteric < 1589012929 480542 :ArthurStrong!~ArthurStr@slow.wreckage.volia.net QUIT :Quit: leaving < 1589014579 881745 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 246 seconds < 1589014699 993232 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1589015002 12280 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 256 seconds < 1589015035 811161 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1589015104 851392 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 246 seconds < 1589015461 197135 :rain1!~debian@unaffiliated/rain1 JOIN :#esoteric < 1589016236 171052 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1589016343 881250 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 246 seconds < 1589016406 424839 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 NICK :Lord_of_Life < 1589018014 833559 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 256 seconds < 1589018059 839464 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1589019498 571956 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Quit: reboot > 1589020252 460594 PRIVMSG #esoteric :14[[07La We14]]4 M10 02https://esolangs.org/w/index.php?diff=71968&oldid=67514 5* 03Pelirodri 5* (+2121) 10Factorial sample. < 1589022423 29928 :zseri!~zseri@ytrizja.de JOIN :#esoteric < 1589023793 512990 :spruit11!~unknown@ip56522cc1.speed.planet.nl JOIN :#esoteric < 1589024569 851756 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1589024624 844419 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 272 seconds < 1589024640 444840 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1589025357 417692 :arseniiv_!~arseniiv@95.105.13.161.dynamic.ufanet.ru JOIN :#esoteric < 1589025474 307453 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 240 seconds < 1589025600 316188 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric > 1589025788 221686 PRIVMSG #esoteric :14[[07SoT14]]4 M10 02https://esolangs.org/w/index.php?diff=71969&oldid=59469 5* 03PythonshellDebugwindow 5* (+130) 10/* Underload */ < 1589026381 140871 :rain1!~debian@unaffiliated/rain1 QUIT :Quit: leaving < 1589027554 636513 :zseri!~zseri@ytrizja.de QUIT :Quit: zseri < 1589028224 416195 :v!4c401021@bras-vprn-okvlon3013w-lp130-06-76-64-16-33.dsl.bell.ca JOIN :#esoteric < 1589028231 190183 :v!4c401021@bras-vprn-okvlon3013w-lp130-06-76-64-16-33.dsl.bell.ca NICK :psdw22 < 1589028237 118516 :psdw22!4c401021@bras-vprn-okvlon3013w-lp130-06-76-64-16-33.dsl.bell.ca PRIVMSG #esoteric :``` ls s/work/help/ < 1589028239 251750 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :ls: cannot access 's/work/help/': No such file or directory < 1589028244 681990 :psdw22!4c401021@bras-vprn-okvlon3013w-lp130-06-76-64-16-33.dsl.bell.ca PRIVMSG #esoteric :``` ls s/work/ < 1589028247 253345 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :ls: cannot access 's/work/': No such file or directory < 1589028249 252675 :psdw22!4c401021@bras-vprn-okvlon3013w-lp130-06-76-64-16-33.dsl.bell.ca PRIVMSG #esoteric :``` ls s/work < 1589028250 435532 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :ls: cannot access 's/work': No such file or directory < 1589028250 943232 :psdw22!4c401021@bras-vprn-okvlon3013w-lp130-06-76-64-16-33.dsl.bell.ca QUIT :Remote host closed the connection < 1589028409 674104 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :IDGI. < 1589028467 373758 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(I guess someone misinterpreted int-e's s/work/help/ comment as a pathname?) < 1589029451 334787 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 260 seconds < 1589029550 901965 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1589029558 250863 :rain1!~debian@unaffiliated/rain1 JOIN :#esoteric < 1589029850 833909 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 256 seconds < 1589029883 742141 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1589033506 415240 :grumble!~grumble@freenode/staff/grumble QUIT :Quit: As we empty our lint traps, we're just slowly throwing our clothes in the garbage. < 1589033810 207529 :grumble!~grumble@freenode/staff/grumble JOIN :#esoteric < 1589034182 423012 :kevinalh!~kevinalh@179.6.193.17 JOIN :#esoteric < 1589036345 848869 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1589037096 391918 :arseniiv_!~arseniiv@95.105.13.161.dynamic.ufanet.ru QUIT :Ping timeout: 258 seconds < 1589037318 52356 :arseniiv_!~arseniiv@95.105.13.161.dynamic.ufanet.ru JOIN :#esoteric < 1589037767 349835 :kevinalh!~kevinalh@179.6.193.17 QUIT :Ping timeout: 260 seconds < 1589038639 833637 :kspalaiologos!~kspalaiol@176.221.122.71 JOIN :#esoteric < 1589038658 782063 :imode!~linear@unaffiliated/imode JOIN :#esoteric < 1589038968 326990 :zseri!~zseri@ytrizja.de JOIN :#esoteric < 1589039581 461138 :kevinalh!~kevinalh@179.6.193.17 JOIN :#esoteric < 1589040438 794842 :zseri!~zseri@ytrizja.de QUIT :Quit: zseri < 1589041114 12704 :arseniiv_!~arseniiv@95.105.13.161.dynamic.ufanet.ru QUIT :Ping timeout: 256 seconds < 1589041334 308288 :kevinalh!~kevinalh@179.6.193.17 QUIT :Ping timeout: 240 seconds < 1589041856 503549 :int-e!~noone@int-e.eu PRIVMSG #esoteric :fizzie: hah, cute. < 1589041952 863169 :arseniiv_!~arseniiv@95.105.13.161.dynamic.ufanet.ru JOIN :#esoteric < 1589042294 819232 :kevinalh!~kevinalh@179.6.193.17 JOIN :#esoteric > 1589042691 633257 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03NichtElias 5* 10New user account < 1589045302 853629 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 246 seconds < 1589045867 433863 :LKoen!~LKoen@81.255.219.130 QUIT :Remote host closed the connection < 1589045955 397934 :LKoen!~LKoen@lstlambert-657-1-123-43.w92-154.abo.wanadoo.fr JOIN :#esoteric > 1589046514 555856 PRIVMSG #esoteric :14[[07Esowar14]]4 10 02https://esolangs.org/w/index.php?diff=71970&oldid=71955 5* 03Orby 5* (+340) 10/* Example base */ < 1589047448 149156 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :http://zzo38computer.org/img_1D/sensorrec.png Now do you believe me? < 1589047489 60499 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :(Note: Due to the way the data is recorded, it won't record the system load as zero even when it is zero.) < 1589048061 786372 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1589049301 836363 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1589049427 171427 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric : What was the language in question? ← Verity; it isn't very well known < 1589049444 92796 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it didn't/doesn't have structs, so that issue hasn't come up yet > 1589049499 851876 PRIVMSG #esoteric :14[[07Brainfuck/w/index.php?title=Talk:Brainfuck/index.php14]]4 M10 02https://esolangs.org/w/index.php?diff=71971&oldid=43586 5* 03PythonshellDebugwindow 5* (+19) 10/* Computational class */ total < 1589050350 825367 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 272 seconds < 1589051038 356037 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1589053714 813997 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 256 seconds < 1589054420 35562 :epsilon00!~epsilon00@xdsl-31-164-50-69.adslplus.ch JOIN :#esoteric < 1589054430 276702 :epsilon00!~epsilon00@xdsl-31-164-50-69.adslplus.ch PRIVMSG #esoteric :hi can someone help me please < 1589054433 184072 :epsilon00!~epsilon00@xdsl-31-164-50-69.adslplus.ch PRIVMSG #esoteric :ng < 1589054467 715105 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :Oo < 1589054515 649356 :pikhq!sid394595@gateway/web/irccloud.com/x-hovhomidionhhtrh PRIVMSG #esoteric :dunno, w/ what? < 1589054847 781810 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1589055060 661867 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :The temperature of my computer is currently reported as 35.5 Celsius. < 1589055074 666121 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :(That is the CPU temperature) < 1589055206 881144 :rain1!~debian@unaffiliated/rain1 PRIVMSG #esoteric :hi < 1589055393 630431 :epsilon00!~epsilon00@xdsl-31-164-50-69.adslplus.ch PRIVMSG #esoteric :hi rain! < 1589055792 861419 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :ais523: Oh, but I think you've mentioned it before. < 1589055794 461959 :rain1!~debian@unaffiliated/rain1 PRIVMSG #esoteric :hi! i gotta go < 1589055795 245124 :rain1!~debian@unaffiliated/rain1 QUIT :Quit: leaving < 1589055802 42225 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :BLISS also doesn't have structs. < 1589056352 710006 :kspalaiologos!~kspalaiol@176.221.122.71 QUIT :Quit: Leaving < 1589056898 850519 :TheLie!~TheLie@2a02:8106:215:3300:844d:dece:9bd4:fbb2 JOIN :#esoteric < 1589058123 93520 :TheLie!~TheLie@2a02:8106:215:3300:844d:dece:9bd4:fbb2 QUIT :Remote host closed the connection < 1589058140 820152 :arseniiv_!~arseniiv@95.105.13.161.dynamic.ufanet.ru QUIT :Ping timeout: 272 seconds < 1589058259 326172 :TheLie!~TheLie@2a02:8106:215:3300:844d:dece:9bd4:fbb2 JOIN :#esoteric < 1589059410 188207 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1589059596 810571 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 256 seconds < 1589059601 692196 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 NICK :Lord_of_Life < 1589060179 438975 :epsilon00!~epsilon00@xdsl-31-164-50-69.adslplus.ch QUIT : < 1589060914 175031 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Do you need the C program and PostScript program I wrote for these temperature recording and plotting? < 1589061126 914109 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 256 seconds < 1589061428 809742 :orbitaldecay!~bob@forder.cc PRIVMSG #esoteric :hello all < 1589061467 733989 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Do some computer games use compression formats that will sometimes fail for unsolvable levels? < 1589061532 293257 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :i doubt that < 1589061625 376168 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Well, I have done that with a sokoban game once; its compression algorithm sometimes fails for unsolvable levels (such as levels with cornered boxes, unreachable areas, etc) < 1589061678 209369 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :(Not because it checks for such things, but because the compressed format is incapable of representing some of those features.) < 1589061766 679047 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca PRIVMSG #esoteric :Actually, I think this is also true of Gruniozerca 3. The way that the compression works requires that the solution is recorded too, apparently. > 1589063031 726953 PRIVMSG #esoteric :14[[07Esowar14]]4 10 02https://esolangs.org/w/index.php?diff=71972&oldid=71970 5* 03Orby 5* (+161) 10Tie condition < 1589063044 10612 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca QUIT :Ping timeout: 256 seconds < 1589063129 171289 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca JOIN :#esoteric < 1589066257 807275 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca QUIT :Ping timeout: 264 seconds < 1589066894 653546 :zzo38!~zzo38@host-24-207-48-139.public.eastlink.ca JOIN :#esoteric < 1589068244 542324 :TheLie!~TheLie@2a02:8106:215:3300:844d:dece:9bd4:fbb2 QUIT :Remote host closed the connection < 1589068345 861124 :Sgeo!~Sgeo@ool-18b982ad.dyn.optonline.net JOIN :#esoteric < 1589068552 843564 :Sgeo_!~Sgeo@ool-18b982ad.dyn.optonline.net QUIT :Ping timeout: 272 seconds