< 1501977620 0 :tswe_tt!~tswett@unaffiliated/tswett QUIT :Ping timeout: 268 seconds < 1501978483 0 :fizzie!?@? PRIVMSG #esoteric :rdococ: There's a bunch where the "break" command (or equivalent) accepts a label of the loop, but there's also at least one where it takes the number. < 1501978532 0 :fizzie!?@? PRIVMSG #esoteric :"Label of the loop" meaning e.g. outer: while true { while true { break outer; } } < 1501978541 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :ik < 1501978562 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :Numbers just seem to make sense to me, to be honest. < 1501978631 0 :fizzie!?@? PRIVMSG #esoteric :http://php.net/manual/en/control-structures.break.php "break accepts an optional numeric argument which tells it how many nested enclosing structures are to be broken out of. The default value is 1, only the immediate enclosing structure is broken out of." < 1501978656 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :break -1; < 1501979255 0 :tswe_tt!~tswett@unaffiliated/tswett JOIN :#esoteric < 1501979263 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric :`? squid < 1501979285 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric ::( < 1501979597 0 :Rowlet!?@? NICK :GeekDude < 1501979666 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric :rdococ: re taking the number of loops to break out of as an integer: I feel like that's an idea people tend to come up with every so often... < 1501979705 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric :For "serious" languages, I don't see a big advantage over labeled breaks. < 1501979756 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :I don't see much of a disadvantage. < 1501979821 0 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net 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.” < 1501979847 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Well, there are a couple of disadvantages. < 1501979857 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric :When you're writing it in the first place, you have to count the number of loops you're breaking out of. < 1501979860 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :true < 1501979868 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Same thing when you're reading it. You have to count the number of loops it's going to break out of. < 1501979879 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :So it's perfect for a language that wants to be hard to read. < 1501979883 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Yup. < 1501979893 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :Cool. < 1501979897 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric :If you add or remove a loop without realizing that there's a numbered break in there, you'll break the break. < 1501979916 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :Sounds lovely and esoteric to me. < 1501980080 0 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 246 seconds < 1501980220 0 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1501980458 0 :Sgeo_!~Sgeo@ool-18b98980.dyn.optonline.net PRIVMSG #esoteric :Does the number have to be a constant? < 1501980712 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :nope < 1501980743 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :you could, if you really wanted to, ask the user how many loops they'd like to break out of. < 1501981597 0 :tswe_tt!~tswett@unaffiliated/tswett QUIT :Remote host closed the connection < 1501981624 0 :tswe_tt!~tswett@unaffiliated/tswett JOIN :#esoteric < 1501981909 0 :doesthiswork!~Adium@207.55.82.87 JOIN :#esoteric < 1501982636 0 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1501982659 0 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1501983351 0 :MDude!~MDude@c-73-187-225-46.hsd1.pa.comcast.net QUIT :Quit: Going offline, see ya! (www.adiirc.com) < 1501983876 0 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1501984568 0 :sebbu2!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 240 seconds < 1501986244 0 :tswe_tt!~tswett@unaffiliated/tswett PRIVMSG #esoteric :@metar KGRR < 1501986244 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :KGRR 060053Z 26005KT 10SM FEW100 SCT190 BKN250 20/13 A3004 RMK AO2 SLP169 T02000133 < 1501987822 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric : where is that quote that says programming a large project in C is like building the taj mahal out of toothpicks? < 1501987990 0 :Hoolootwo!~Hoolootwo@hooloovoo.blue PRIVMSG #esoteric :all I can find is people building the taj mahal out of toothpicks :/ < 1501988033 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :I couldn't find it in "the lisp curse" which was the context that I remember it from < 1501988054 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :There sure are a lot of toothpick Taj Mahals < 1501988669 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 QUIT :Quit: See ya! o/ < 1501989632 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :well, I just made some improvements, and at the same time made a downgrade. < 1501989678 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :in order to store an N-M bit path in a N-bit integer, pad the bit string with N-M 1's, one 0, and then the path. < 1501989785 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :you could also make it subtractive and say "well I padded it with 3 1's, that means the path is 8 - 3 long." < 1501990525 0 :contrapumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1501991963 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :this wastes one bit. but it's a nice improvement. < 1501992016 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :hah, you wasted one bit :P < 1501992026 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I'd rather waste 0. :P < 1501992060 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :Here's a compromise: waste 2. you can't waste 0, but it's even like 0! < 1501992066 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :hahahahhahahaha. < 1501992227 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I was considering another scheme where if your path starts with 0, you fill the unused bits with 1's. < 1501992237 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :and vice versa. < 1501992294 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :but that would waste one bit as well. < 1501992322 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :because you'd always need to sacrifice one as a 'boundary bit' even at larger paths.. or would you. < 1501992354 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :if I wanted to store the path '00000000' in a chunk of 8 bits, I would need 9 because I would need an extra '1'. < 1501992391 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :same if I wanted to do 11111111, or 10101010. < 1501992461 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :ACTION grumbles. < 1501992614 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :well, at least it's better than storing the length of the damn bit string. < 1501993911 0 :MDude!~MDude@c-73-187-225-46.hsd1.pa.comcast.net JOIN :#esoteric < 1501994062 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :imode: I haven't been able to bully my friends into reading my article and the submission deadline is the 8th. < 1501994075 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :Would you be willing to help me? < 1501994555 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :uhm. I suppose. what's the article about. < 1501994604 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :Live-Programming :) < 1501994606 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :https://www.pdf-archive.com/2017/08/06/scrubbing-complex-and-non-incremental-domains-1/ < 1501994642 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :sure. I suppose. < 1501994680 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :Thank you < 1501994705 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :4's "conclusion" is not capitalized. < 1501994729 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :what's with the weird red numbers on the sides. < 1501994755 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :adding "review" does that < 1501994762 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :ah. < 1501994781 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :so your main idea is scrubbing CAs? < 1501994783 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :mm. < 1501994830 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :yes, because the technique should be generalizable to other things that seemed unscrubbable < 1501994866 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :kind of cool. scrubbable datastructures would be an interesting thing to investigate after this introduction. < 1501994971 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :could you tell me what kind of data structures would interesting to scrub? < 1501995013 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :anything really with a composable set of transforms. something like a 3D renderer with a scrubbable "matrix timeline" would be interesting. < 1501995021 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :something akin to a scrubbable forth would also be cool. < 1501995033 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :maybe something with scrubbable graph operations < 1501995091 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :wonderful! < 1501995127 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :honestly the first one wouldn't be that hard to hack up in GLSL. < 1501996059 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :I have made up two loading programs for MIX each of which fit on one card (and in fact the last five character positions of that card aren't used), one for specific byte size and one to be independent of byte size. (The independent one needs more cards to encode a program than the one for specific byte sizes.) < 1501996353 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :Here is one (untested, may contain mistakes): " N O6 A O4 H N ENX E K BU I OA H A. PA N D LB E AEU ABG G 9" < 1501996384 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :Do you like this? < 1501996596 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :huh, google's recaptcha tests recognition of vehicles in a photo < 1501996692 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :isn't this the kind of thing that google's automatic driver can recognise? < 1501996695 0 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :They phased out the "select all squares with Sarah Connor" captcha < 1501996965 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :(It is actually a 80-column card, so there are five more spaces afterward, although the copy in RAM will be immediately overwritten anyways so it doesn't matter; using spaces means less holes will be punched into the card, though) < 1501997147 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :If you are making a code golf with MIX, you could have the variants. Such as, binary program loading, as well as text program loading, and in the text case, you could have variants such as if some characters cannot be loaded from cards, as well as the scoring, such as the total number of cards, total number of holes punched into the cards, or total mass of the cards (in this last case, you may allow "lace columns", which have an undefined value). < 1501997519 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`5 w < 1501997632 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh, right. < 1501997713 0 :joast!~rick@2606:6000:44c5:f1f0:4cc8:b4ff:fedd:f8d5 QUIT :Ping timeout: 246 seconds < 1501997728 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :it's actually better without all that bot spam in the way < 1501997734 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :`? shachaf < 1501997739 0 :Hoolootwo!~Hoolootwo@hooloovoo.blue PRIVMSG #esoteric :that would be an interesting code golf: write the lightest program that does a given task < 1501997764 0 :Hoolootwo!~Hoolootwo@hooloovoo.blue PRIVMSG #esoteric :and only allow languages that can be used with punch cards < 1501998018 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :Yes, I thought so perhaps < 1501998560 0 :hppavilion[1]!~dosgmowdo@93-231-58-66.gci.net JOIN :#esoteric < 1501999562 0 :contrapumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Quit: My MacBook Pro has gone to sleep. ZZZzzz… < 1502000529 0 :int-e!~noone@int-e.eu PRIVMSG #esoteric :@metar ESGG < 1502000529 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :ESGG 060450Z 24013KT 9999 BKN016 13/10 Q1008 < 1502000535 0 :int-e!~noone@int-e.eu PRIVMSG #esoteric :chilly < 1502000696 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :@metar EGSC < 1502000696 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :No result. < 1502000718 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :... I'm sure that's worked previously < 1502000867 0 :int-e!~noone@int-e.eu PRIVMSG #esoteric :it only shows data that's less than 3 hours old, I think < 1502000900 0 :int-e!~noone@int-e.eu PRIVMSG #esoteric :so if you have an airport that closes overnight and has no automated updates then this can easily happen < 1502000906 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :That might be it, it's pretty early here and it's a tiny airport < 1502000946 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :It's also the closest I've ever lived to anything with an ICAO code < 1502003692 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1502003861 0 :sftp!~sftp@unaffiliated/sftp QUIT :Ping timeout: 255 seconds < 1502003869 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1502005216 0 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 255 seconds < 1502005957 0 :doesthiswork!~Adium@207.55.82.87 QUIT :Quit: Leaving. < 1502006207 0 :sftp!~sftp@unaffiliated/sftp JOIN :#esoteric < 1502010729 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1502011669 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 255 seconds < 1502011734 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch JOIN :#esoteric < 1502012055 0 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1502012857 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@tell doesthiswork They phased out the "select all squares with Sarah Connor" captcha <-- i'm pretty sure "phased out" is the wrong verb here hth < 1502012857 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1502012947 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch QUIT :Ping timeout: 276 seconds < 1502013315 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1502014883 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :I'm sure they'll be back < 1502015745 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :@metar EGSC < 1502015745 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGSC 060920Z 23009KT 190V250 9999 FEW020 18/11 Q1022 < 1502015925 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@metar koak < 1502015925 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :KOAK 060853Z 29012KT 10SM OVC008 16/16 A2992 RMK AO2 SLP131 T01610156 56005 < 1502015929 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@metar ksjc < 1502015929 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :KSJC 060853Z AUTO 30005KT 10SM CLR 18/16 A2991 RMK AO2 SLP129 T01780156 56006 < 1502015933 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@metar ksan < 1502015933 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :KSAN 060851Z 18003KT 10SM OVC017 21/17 A2992 RMK AO2 SLP132 T02110167 58007 < 1502015938 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@metar llbg < 1502015939 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :LLBG 060920Z 29008KT 240V340 CAVOK 32/21 Q1007 NOSIG < 1502015955 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Taneb: Did you learn Latin? < 1502015969 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Up to A-level < 1502015987 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :I was never particularly good at it but I know a bit < 1502015992 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Do levels go from A to Z? < 1502016011 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :That would be nice but unfortunately not < 1502016024 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Why do you ask about Latin? < 1502016040 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I know someone who's learning Latin this summer. < 1502016052 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I vaguely remembered that maybe you learned it once but I wasn't sure. < 1502016126 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Good luck to them! I hope they enjoy it < 1502016204 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Well, they're almost done. < 1502016464 0 :zseri!4d16fd6d@gateway/web/freenode/ip.77.22.253.109 JOIN :#esoteric < 1502016473 0 :zseri!4d16fd6d@gateway/web/freenode/ip.77.22.253.109 PRIVMSG #esoteric :hi < 1502016730 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 276 seconds < 1502016936 0 :hppavilion[1]!~dosgmowdo@93-231-58-66.gci.net QUIT :Ping timeout: 255 seconds < 1502017236 0 :atehwa_!atehwa@aulis.sange.fi QUIT :Remote host closed the connection < 1502017782 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Later < 1502018026 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1502018385 0 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1502019993 0 :LKoen!~LKoen@2a01:e35:2eed:a430:5d21:9cf8:2822:d493 JOIN :#esoteric < 1502021762 0 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGABRT, dying... < 1502022194 0 :zseri!4d16fd6d@gateway/web/freenode/ip.77.22.253.109 QUIT :Ping timeout: 260 seconds < 1502023170 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 240 seconds < 1502023218 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch JOIN :#esoteric < 1502023828 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch QUIT :Ping timeout: 276 seconds < 1502024461 0 :PattuX!uid129971@gateway/web/irccloud.com/x-lemnwisoncjzhqwf JOIN :#esoteric < 1502025246 0 :http_GK1wmSU!~deep-book@119.81.19.251 JOIN :#esoteric < 1502025380 0 :http_GK1wmSU!~deep-book@119.81.19.251 PART #esoteric : < 1502026246 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1502027644 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1502028043 0 :doesthiswork!~Adium@207.55.82.87 JOIN :#esoteric < 1502028060 0 :heroux!~heroux@gateway/shell/insomnia247/x-zwyymygzsairjtoz JOIN :#esoteric < 1502028193 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 255 seconds < 1502028215 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1502028862 0 :heroux!~heroux@gateway/shell/insomnia247/x-zwyymygzsairjtoz QUIT :Remote host closed the connection < 1502029052 0 :heroux!sandroco@gateway/shell/insomnia247/x-xgkgcclqowhibblq JOIN :#esoteric < 1502029133 0 :augur!~augur@hostelingintl.static.monkeybrains.net JOIN :#esoteric < 1502029390 0 :augur!~augur@hostelingintl.static.monkeybrains.net QUIT :Ping timeout: 240 seconds < 1502030621 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 JOIN :#esoteric < 1502031884 0 :doesthiswork!~Adium@207.55.82.87 QUIT :Quit: Leaving. < 1502032006 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 246 seconds < 1502035141 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 JOIN :#esoteric < 1502035266 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 PRIVMSG #esoteric :esolangs.org is still down. < 1502036590 0 :MrBusiness!~ArcMrBism@2602:306:8325:a300:a80c:becf:a7c5:ddd7 QUIT :Ping timeout: 240 seconds < 1502036917 0 :contrapumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1502036950 0 :MrBusiness!~ArcMrBism@2602:306:8325:a300:b9db:1a05:202c:a6ff JOIN :#esoteric < 1502037171 0 :contrapumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Client Quit < 1502037302 0 :atehwa!atehwa@aulis.sange.fi JOIN :#esoteric < 1502038609 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 QUIT :Ping timeout: 260 seconds < 1502039401 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1502040516 0 :Cale!~cale@2607:fea8:98df:fd6a:f408:fd26:a671:ea81 PRIVMSG #esoteric :`smlist < 1502040582 0 :FreeFull!~freefull@defocus/sausage-lover QUIT :Ping timeout: 260 seconds < 1502040743 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 255 seconds < 1502040773 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1502041282 0 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1502041739 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 258 seconds < 1502044183 0 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1502045563 0 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1502045698 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 JOIN :#esoteric < 1502048530 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 PRIVMSG #esoteric :When does the Wiki go online again? < 1502049191 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :I don't know < 1502049806 0 :viznut_!viznut@lowfidelity.org JOIN :#esoteric < 1502050075 0 :j-bot!eldis4@firefly.nu QUIT :*.net *.split < 1502050075 0 :izabera!~izabera@unaffiliated/izabera QUIT :*.net *.split < 1502050075 0 :olsner!~salparot@c80-217-108-154.bredband.comhem.se QUIT :*.net *.split < 1502050076 0 :zgrepc!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep QUIT :*.net *.split < 1502050077 0 :viznut!viznut@lowfidelity.org QUIT :*.net *.split < 1502050129 0 :olsner_!~salparot@c80-217-108-154.bredband.comhem.se JOIN :#esoteric < 1502050283 0 :Sgeo_!~Sgeo@ool-18b98980.dyn.optonline.net PRIVMSG #esoteric :"The Rekursiv Single-Board Computer had hardware support for a writable instruction set (that is, you could dynamically add microcode instructions) and associative memory dispatch tables for supporting object-oriented programming. < 1502050283 0 :Sgeo_!~Sgeo@ool-18b98980.dyn.optonline.net PRIVMSG #esoteric :" < 1502050289 0 :Sgeo_!~Sgeo@ool-18b98980.dyn.optonline.net PRIVMSG #esoteric :...writable instruction set < 1502050294 0 :Sgeo_!~Sgeo@ool-18b98980.dyn.optonline.net PRIVMSG #esoteric :That sounds fascinating < 1502050351 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :sgello < 1502050352 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :O_o < 1502050362 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :mornintopia < 1502050369 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :evenintopia, rather. < 1502050390 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :its a rainy fternoon < 1502050420 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :eh, it's closer to ighttime. < 1502050598 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :I'd say it's vening < 1502050607 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :You know < 1502050616 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Maybe we're in different imezones < 1502050625 0 :copumpkin!copumpkinm@haskell/developer/copumpkin QUIT :Ping timeout: 255 seconds < 1502050729 0 :j-bot!eldis4@firefly.nu JOIN :#esoteric < 1502050729 0 :izabera!~izabera@unaffiliated/izabera JOIN :#esoteric < 1502050729 0 :zgrepc!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep JOIN :#esoteric < 1502050791 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :here its just past 3, with some 6 hours to go until ighttime < 1502050800 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :also anell9 < 1502050804 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :anello < 1502050998 0 :joast!~rick@2606:6000:44c5:f1f0:4cc8:b4ff:fedd:f8d5 JOIN :#esoteric < 1502051174 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 QUIT :Ping timeout: 260 seconds < 1502051222 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Today I had a go at an idea I had about 4 years ago < 1502051236 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :I think I did a cleaner job than I did back then < 1502051416 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :a new tanebvention? < 1502051855 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 JOIN :#esoteric < 1502051907 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch JOIN :#esoteric < 1502052303 0 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1502052763 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 PRIVMSG #esoteric :When does the Wiki go online again? < 1502052764 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 PRIVMSG #esoteric :hi < 1502053040 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :zseri, I don't think asking over and over again is going to make it come back any faster < 1502053060 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Especially when none of us know all that much more than you do < 1502053062 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 PRIVMSG #esoteric :I know. < 1502053082 0 :Sgeo_!~Sgeo@ool-18b98980.dyn.optonline.net PRIVMSG #esoteric :Why do x86 processors have so many modes? < 1502053132 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 PRIVMSG #esoteric :Because they have grown historically. < 1502053180 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :zseri, if you just want to read it, it's on the wayback machine here: http://web.archive.org/web/20170710222334/http://esolangs.org/wiki/Main_Page < 1502053234 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :quintopia, nah, just something I've made < 1502053243 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 PRIVMSG #esoteric :I also know the backup page: http://esolangs.zem.fi/wiki/Main_Page < 1502053264 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :so, your point of asking is what? < 1502053280 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :`quote definition of insanity < 1502053293 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :...no wiki, no HackEgo, of course < 1502053355 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 PRIVMSG #esoteric :But the search doesn't work on the backup page. < 1502053435 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :there is a language list < 1502053494 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 PRIVMSG #esoteric :ok < 1502053609 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1502053720 0 :zseri!5e86cee0@gateway/web/freenode/ip.94.134.206.224 QUIT :Quit: Page closed < 1502053811 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch QUIT :Ping timeout: 246 seconds < 1502054044 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch JOIN :#esoteric < 1502054663 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1502056110 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch QUIT :Ping timeout: 240 seconds < 1502056314 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch JOIN :#esoteric < 1502056670 0 :fizzie!?@? PRIVMSG #esoteric :I have a flight today, but will try to set the backup back up properly tomorrow, assuming the real thing is still down then. < 1502056716 0 :hppavilion[1]!~dosgmowdo@93-231-58-66.gci.net JOIN :#esoteric < 1502057071 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 PRIVMSG #esoteric :hm, what's a good fungy-98 interpreter? im on windows. i downloaded one made in c#, but i dont really like the look of it, and i'd prefer a browser based one. < 1502057314 0 :dingbat!uid70835@gateway/web/irccloud.com/x-zsbbhnsdgwmtrwuc QUIT :Quit: Connection closed for inactivity < 1502057403 0 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGABRT, dying... < 1502057584 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch QUIT :Ping timeout: 246 seconds < 1502057604 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch JOIN :#esoteric < 1502057972 0 :copumpkin!copumpkinm@haskell/developer/copumpkin JOIN :#esoteric < 1502058514 0 :LKoen!~LKoen@2a01:e35:2eed:a430:5d21:9cf8:2822:d493 QUIT :Remote host closed the connection < 1502058690 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch QUIT :Ping timeout: 240 seconds < 1502058836 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I'll pay for efficient sibling traversal with one bit. < 1502059625 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :heh < 1502059809 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :Do you have some test files for MIX to test implementations? < 1502060130 0 :contrapumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1502060215 0 :ais523!~ais523@unaffiliated/ais523 QUIT :Remote host closed the connection < 1502060284 0 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1502060628 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1502061286 0 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net JOIN :#esoteric < 1502061777 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1502062109 0 :wob_jonas!b03f1887@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.135 JOIN :#esoteric < 1502062358 0 :wob_jonas!b03f1887@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.135 PRIVMSG #esoteric :hello, guys < 1502062362 0 :wob_jonas!b03f1887@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.135 PRIVMSG #esoteric :what happened while I was away? < 1502062780 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :Do you have some test files for MIX to test implementations? < 1502062813 0 :wob_jonas!b03f1887@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.135 PRIVMSG #esoteric :no. you'll just have to look at the programs from the Knuth vol 1 to 3, such as the crossword program < 1502062842 0 :wob_jonas!b03f1887@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.135 PRIVMSG #esoteric :I don't use MIX, I just documented it as an esolang. < 1502063297 0 :Mr2001!18071b12@gateway/web/freenode/ip.24.7.27.18 QUIT :*.net *.split < 1502063309 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net JOIN :#esoteric < 1502063387 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :`w < 1502063602 0 :Mr2001!18071b12@gateway/web/freenode/ip.24.7.27.18 JOIN :#esoteric < 1502063652 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :Still I want to see to find some program. I do not have those book anymore because they were from the library < 1502063669 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :(and, it was a inter library loan, so I can't read it there, either) < 1502063772 0 :wob_jonas!b03f1887@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.135 PRIVMSG #esoteric :zzo38: wait, aren't you in an English-speaking country? why do you need an inter-library loan for it? < 1502063817 0 :zzo38!~zzo38@24-207-56-48.eastlink.ca PRIVMSG #esoteric :wob_jonas: Because different libraries have different books. < 1502063859 0 :wob_jonas!b03f1887@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.135 PRIVMSG #esoteric :anyway, even though the e-book edition is expensive and the only website where you can buy it sucks, it was totally worth the money I spent < 1502063912 0 :wob_jonas!b03f1887@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.135 PRIVMSG #esoteric :this way I got the originals, and their latest editions, so I can now give away my translations of vol 1 to 3 inclusive (which are good, but based on the older edition) < 1502063930 0 :wob_jonas!b03f1887@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.135 PRIVMSG #esoteric :I will totally buy vol 4B and 4C and 5 when they come out