< 1521331961 62478 :doesthiswork!~Adium@207.55.82.87 JOIN :#esoteric < 1521332457 171776 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1521332586 872687 :ivzem_!4db31243@gateway/web/freenode/ip.77.179.18.67 JOIN :#esoteric < 1521332592 967160 :ivzem_!4db31243@gateway/web/freenode/ip.77.179.18.67 QUIT :Client Quit > 1521332954 565460 PRIVMSG #esoteric :14[[07User:ZM14]]4 10 02https://esolangs.org/w/index.php?diff=54376&oldid=54372 5* 03ZM 5* (+61) 10 < 1521332970 647451 :ivzem!4db31243@gateway/web/freenode/ip.77.179.18.67 QUIT :Quit: Page closed < 1521333676 494629 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net QUIT :Remote host closed the connection < 1521333924 706117 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: https://www.microsoft.com/en-us/research/wp-content/uploads/2002/01/UsingTensorDiagrams.pdf is too good < 1521334076 677561 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net JOIN :#esoteric < 1521334289 446281 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net QUIT :Remote host closed the connection < 1521334291 517364 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Remote host closed the connection < 1521335187 891122 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1521335354 665209 :hppavilion[1]!~dosgmowdo@160-7-174-206.gci.net JOIN :#esoteric < 1521336854 352608 :augur!~augur@2600:380:8437:a584:e183:dbd6:9fe1:63ce JOIN :#esoteric < 1521337913 883367 :Chal_!6b4d5c5b@gateway/web/freenode/ip.107.77.92.91 JOIN :#esoteric < 1521338007 829634 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm, what are the best verbs to use for the basic queue operations? < 1521338025 970168 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I normally use "push" and "shift" because it's what Perl does (and because "pop" is ambiguous with stacks) < 1521338030 351900 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :maybe there's a better option, though < 1521338034 961634 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I don't like "enqueue"/"dequeue", it's too verbose < 1521338037 674820 :hppavilion[1]!~dosgmowdo@160-7-174-206.gci.net QUIT :Ping timeout: 240 seconds < 1521338174 887654 :Chal_!6b4d5c5b@gateway/web/freenode/ip.107.77.92.91 QUIT :Ping timeout: 260 seconds > 1521338364 70482 PRIVMSG #esoteric :14[[07I/D machine Turing-completeness proof14]]4 10 02https://esolangs.org/w/index.php?diff=54377&oldid=54375 5* 03Ais523 5* (-4) 10err, actually I need a different initial state for the cyclic tag construction to be easily understandable < 1521338436 412326 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :There's the receive/send pair, but that can feel too network-y. < 1521338591 44579 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :C++ std::queue just uses push/pop even though it's a queue, and I don't mind that. (And of course STL sequence containers have the full set of {push,pop}_{front,back}.) < 1521338667 631485 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :,emplace < 1521338689 743753 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I didn't want to complicate the discussion with that. < 1521338711 943845 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh, I didn't see that there wasa a discussion above. < 1521338725 203641 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I assumed you just said it out of the blue. I guess that's not a good assumption. < 1521338842 83260 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I think something used enq/deq, which sound good if you like gratuitous abbreviation. < 1521338901 299820 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Hmm, you could use fancy operator overloading in C++. < 1521338906 891974 :hppavilion[1]!~dosgmowdo@160-7-174-206.gci.net JOIN :#esoteric < 1521338930 211659 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Well, what I wanted was q << x and x << q < 1521338936 692486 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But I guess you can't do that. < 1521339012 440487 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Why not? < 1521339244 247298 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh, I guess you cana. < 1521339245 824563 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :can < 1521339266 659681 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :You couldn't get the associativity right to do "x << y << z << q" though. < 1521339296 158769 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Right. < 1521339600 865203 :hppavilion[1]!~dosgmowdo@160-7-174-206.gci.net QUIT :Ping timeout: 246 seconds < 1521339682 513096 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Wonder if some people actually do template std::ostream& operator>>(const T& x, std::ostream& s) { return s << x; } "for flexibility". < 1521339784 63493 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 JOIN :#esoteric < 1521339789 941971 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :Yeah, as fizzie points out, C++ uses push_back and pop_front < 1521339838 314026 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :You mentioned push and shift, as well as enqueue and dequeue. < 1521339894 731125 :doesthiswork!~Adium@207.55.82.87 PRIVMSG #esoteric :Ha! I've gotten farther in J, I will soon be master of the array! < 1521339976 199500 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :pop_front and push_back is apparently also what the rust standard library uses, for the std::collections::vec_deque::VecDeque class < 1521339993 524704 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :There's also the pretty generic add/remove, which is what java.util.Queue does. (Though it also does offer/poll for the non-exception case.) < 1521340011 470238 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :and for the std::collections::linked_list::LinkedList too < 1521340159 797304 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :" There's the receive/send pair, but that can feel too network-y." => wait, I have a list of these. not for the actions, but for names of the sides. < 1521340180 990830 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :We should require making up new puzzle sets specifically for use with Free Hero Mesh, in order that some free puzzle sets can be distributed with it. (The puzzles do not necessarily have to resemble Hero Heart at all.) < 1521340191 881742 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :POSIX message queues use send/receive. < 1521340227 89623 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :host / guest; master / slave; server / client; remote / local; passive / active; Alice / Bob; backend / frontend; engine / ?; ? / user; attacker / defender; request / response; produce / consume; implement / specify; provide / require; sock / peer (as in getsockname / getpeername); source / destination (for direction of flow); send / receive (for d < 1521340227 237670 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :irection of flow); female / male (for hardware plugs). < 1521340255 885348 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Most of these have also a third word for the "look but don't remove" operation (front, peek, element, head, ...). < 1521340617 149334 :variable!~variable@freebsd/developer/variable QUIT :Quit: Found 1 in /dev/zero < 1521340637 169061 :hppavilion[1]!~dosgmowdo@10-36-178-69.gci.net JOIN :#esoteric < 1521340664 457098 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :You can also use append instead of push. Or you could use arrow operators, of which there are two styles: < 1521340705 931177 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :the C++ style where if v is your queue then (v << x) pushes x and returns the queue, and (v >> x) pops into x and returns the queue; < 1521340732 771216 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :and the Golang style where IIRC (v <- x) pushes x, and (<- v) pops an element and returns it, but I'm not sure > 1521340796 703653 PRIVMSG #esoteric :14[[07I/D machine Turing-completeness proof14]]4 10 02https://esolangs.org/w/index.php?diff=54378&oldid=54377 5* 03Ais523 5* (+7449) 10/* Compiling cyclic tag to ErrorBucket */ complete the proof > 1521340850 240268 PRIVMSG #esoteric :14[[07I/D machine14]]4 10 02https://esolangs.org/w/index.php?diff=54379&oldid=54358 5* 03Ais523 5* (-190) 10/* Computational class */ now proven < 1521340923 905737 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :OK, now it's proven < 1521340930 158216 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :in a way that hopefully people but me can understand < 1521340952 625816 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(actually I'd made a mistake in my previous proof but it was easily fixed) < 1521341043 686574 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :Yes, I just checked, the Golang syntax is indeed what I said above < 1521341206 55246 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :apparently python arrays use append and remove < 1521341219 908034 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :no wait < 1521341222 660860 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :that's incorrect < 1521341256 502654 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :I've no clue what python uses < 1521341283 550590 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :put and get is another possibility < 1521341292 551206 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :if you have a dedicated queue < 1521341391 251139 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :or perhaps write and read < 1521341425 721413 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :so many possiblities < 1521341550 97317 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :In order to implement a puzzle game on Free Hero Mesh, the rules must be followed: It must be played on a 2D rectangular grid with neither dimension greater than 64. It must be mathematically considered as a pure function taking the current state and a key code, and the result is either the new state, or a win, or a loss. The number of commands must be not too much. < 1521341666 280304 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :`? float < 1521341667 888293 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :float? ¯\(°​_o)/¯ < 1521341673 663820 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :`? double < 1521341674 903038 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :double? ¯\(°​_o)/¯ < 1521341685 369045 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :`? int < 1521341686 441658 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :`? long < 1521341687 623016 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :`? short < 1521341687 991545 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :int? ¯\(°​_o)/¯ < 1521341688 423119 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Long is the Chinese word for dragon. < 1521341689 371570 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :short? ¯\(°​_o)/¯ < 1521341702 587580 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :`dowg float < 1521341720 812738 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1521342063 861695 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Python lists use "append" to add to the end, and don't provide a no-argument "remove first item", possibly because it's not O(1). (There's ".pop(0)" if you really want.) < 1521342097 890869 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :Recapping. In perl: push(@v,$x); $x=pop@v; In ruby: v.push(v); x=v.shift; # append works instead of push < 1521342115 306339 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Python's collections.deque uses append, appendleft, pop, popleft for the operations C++ calls push_back, push_front, pop_back and pop_front, respectively. < 1521342193 738809 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :In C++: v.push_back(x); x=v.front(), v.pop_front(); In golang: v<-x; x = <-v; < 1521342280 591431 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :In rust: v.push_back(x); x = v.pop_front().unwrap(); < 1521342330 611308 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :For network stuff like the unix socket api, send and recv are used. Apparently nobody likes enqueue and dequeue. < 1521342354 860778 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Your Ruby example names the methods for Array, which I don't think is really fair. < 1521342356 611213 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :Read and write also works for unix files and sockets. < 1521342357 860923 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :There is a dedicated Queue class in Ruby core, and that one uses push (aliases enq and operator <<) and pop (aliases deq and shift). < 1521342374 631882 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :fizzie: ah, I didn't know that. < 1521342385 572129 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I think it was Ruby where I got the cute "enq" and "deq" from. < 1521342387 483244 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :In JavaScript: v.push(x); x=v.shift(); It is similar to the examine with Ruby except you need parentheses after "shift". (Also you wrote "v.push(v)" and I thought it is supposed to be "v.push(x)" like I have?) < 1521342413 345184 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :zzo38: yeah, it's suppsed to be v.push(x) in ruby < 1521342421 465518 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 PRIVMSG #esoteric :v.push(v) was a typo < 1521342433 88501 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I'll push myself to the sleep queue, and won't shift out until later, bye. < 1521344216 676389 :augur!~augur@2600:380:8437:a584:e183:dbd6:9fe1:63ce QUIT :Ping timeout: 276 seconds < 1521344269 34636 :augur!~augur@2600:380:8722:cd8a:5525:2cb5:7c74:b20d JOIN :#esoteric < 1521344350 266621 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1521345284 454086 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :The only temperature of my computer that I can see with Linux is the temperature for te hard drive. (There are no drivers for the other temperature sensor, although the CMOS setting menu will display it.) < 1521345515 518786 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :But I don't know what temperature should be considered reasonable? < 1521345522 834028 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Do you know? < 1521345619 854111 :moony!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :zzo38, definitely not the 90c my laptop reaches 2/7 < 1521345623 669608 :moony!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :*24/7 < 1521345756 690782 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Yes, I know that, but that only is what temperature is not reasonable, and does not indicate which one is reasonable. < 1521345809 641397 :moony!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :also, it sometimes reaches 100c. So uh < 1521345816 954276 :moony!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :dont buy HP laptops, they have shit cooling < 1521346237 464703 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :OK. (Although I am not using a laptop computer anyways) < 1521346782 871143 :MDude!~MDude@pa-67-234-118-37.dhcp.embarqhsd.net QUIT :Ping timeout: 246 seconds < 1521347953 290299 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Finally, now Free Hero Mesh can read class codes from .MB files. < 1521348160 335050 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :(It still does not include the ability to execute them, although it can convert them into its own format.) < 1521348501 894098 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :(The .MB file stores compiled byte code, and then it is decompiled every time you want to edit it. Free Hero Mesh stores the source code so that you can format it as you wish, and it works differently too. The byte code is RPN, although the source language used by EKS isn't; Free Hero Mesh uses a RPN format source language too though, since it is easier to convert and implement this way.) < 1521348504 410772 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Do you like this? < 1521348614 121785 :hppavilion[1]!~dosgmowdo@10-36-178-69.gci.net QUIT :Ping timeout: 260 seconds < 1521348743 214192 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net JOIN :#esoteric < 1521348836 16193 :moony!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :free hero mesh? < 1521349041 77694 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net QUIT :Ping timeout: 265 seconds < 1521349386 965784 :augur!~augur@2600:380:8722:cd8a:5525:2cb5:7c74:b20d QUIT :Ping timeout: 245 seconds < 1521349632 977348 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Yes. I made up a Fossil repository of what I have so far (which isn't much, yet) < 1521349658 832694 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :The Fossil repository is: http://zzo38computer.org/fossil/heromesh.ui/ < 1521349968 119849 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :You can write other comments, complaints, questions, suggestions, etc. < 1521350000 78782 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :huh, I really like the proof that Chaitin's constant is normal < 1521350049 116461 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :the argument is that knowing the first n bits of Chaitin's constant allows you to solve halting problems of programs whose length is at most n bits < 1521350058 43486 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and this solver has some fixed, finite length < 1521350095 225322 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :now, suppose Chaitin's constant is compressible; you can then take a compressed representation + decompressor + solver and the resulting program will be able to solve its own halting problem, which is impossible < 1521350127 765086 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :thus, Chaitin's constant must be incompressible; but if it wasn't normal, you could make use of the bias to come up with a working compression scheme < 1521350194 968868 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Yes, I like that too, it look like good to me < 1521350286 155117 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :(Although I am not sure that maybe there might be a few steps missing?) < 1521350345 824631 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :(I will look up again Chaitin's constant on Wikipedia; maybe I forgot something else) < 1521350360 476192 :augur!~augur@2600:380:877b:e694:416c:f3f6:7a0b:b7cb JOIN :#esoteric < 1521350374 184795 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I'm not sure it's valid; what concerns me is that the proof kind-of assumes that you know what Chaitin's constant /is/ (at least to that length), but by definition it's impossible to calculate < 1521350519 834159 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :It does look to me probably a few steps missing < 1521351094 299611 :Forceflow!~rywdcwnl@ip174-65-39-126.sd.sd.cox.net JOIN :#esoteric < 1521351099 488608 :Forceflow!~rywdcwnl@ip174-65-39-126.sd.sd.cox.net QUIT :Client Quit < 1521351686 275109 :moony!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :I/D still gets me confused < 1521352366 839971 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :does the proof page help? at least slightly? < 1521352379 71431 :moony!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :Somewhat, yes < 1521352404 111038 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :doing the 3* proof helped me understand this one < 1521352421 504637 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :you can think of the language as being vaguely similar to 3* with the difference that you have no easy way to get back to zero < 1521352449 282965 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :so you need to maintain a NULL at the end of each of your pointer chains so that you can get back to 0 just by spamming dereferences < 1521352468 20690 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :that means that when you write a pointer, you write it pointing slightly off-centre, then mutate it just before you read it < 1521352485 43224 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm, somehow I doubt this explanation is helping much > 1521352633 311040 PRIVMSG #esoteric :14[[07Talk:I/D machine14]]4 10 02https://esolangs.org/w/index.php?diff=54380&oldid=54362 5* 03Ais523 5* (+668) 10r to Keymaker < 1521353346 756451 :variable!~variable@freebsd/developer/variable QUIT :Quit: /dev/null is full < 1521353423 165053 :variable!~variable@freebsd/developer/variable JOIN :#esoteric > 1521353543 530669 PRIVMSG #esoteric :14[[07I/D machine14]]4 10 02https://esolangs.org/w/index.php?diff=54381&oldid=54379 5* 03Ais523 5* (+291) 10let's give this a trivial impl just so it's Implemented; it's pretty easy to implement, after all > 1521353582 354738 PRIVMSG #esoteric :14[[07I/D machine14]]4 M10 02https://esolangs.org/w/index.php?diff=54382&oldid=54381 5* 03Ais523 5* (-2) 10/* RAM0 */ be a bit clearer about the interpreter/compiler distinction > 1521354929 788629 PRIVMSG #esoteric :14[[07Hatemath14]]4 M10 02https://esolangs.org/w/index.php?diff=54383&oldid=54365 5* 03Sane theinsane 5* (+40) 10 > 1521355463 386721 PRIVMSG #esoteric :14[[07Hatemath14]]4 10 02https://esolangs.org/w/index.php?diff=54384&oldid=54383 5* 03Sane theinsane 5* (+1976) 10 > 1521356006 572886 PRIVMSG #esoteric :14[[07Hatemath14]]4 10 02https://esolangs.org/w/index.php?diff=54385&oldid=54384 5* 03Sane theinsane 5* (+238) 10 < 1521356092 706205 :augur!~augur@2600:380:877b:e694:416c:f3f6:7a0b:b7cb QUIT :Remote host closed the connection > 1521356273 325341 PRIVMSG #esoteric :14[[07Hatemath14]]4 10 02https://esolangs.org/w/index.php?diff=54386&oldid=54385 5* 03Sane theinsane 5* (-2121) 10 > 1521356339 458949 PRIVMSG #esoteric :14[[07Hatemath14]]4 M10 02https://esolangs.org/w/index.php?diff=54387&oldid=54386 5* 03Sane theinsane 5* (+1) 10 < 1521356385 172631 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 264 seconds < 1521357512 864792 :\oren\_!~oren@ec2-52-2-213-98.compute-1.amazonaws.com JOIN :#esoteric < 1521357526 821591 :^v!v^@me.pxtst.com QUIT :Ping timeout: 240 seconds < 1521357528 184325 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com QUIT :Ping timeout: 240 seconds < 1521357530 989397 :^v^v!v^@me.pxtst.com JOIN :#esoteric < 1521357718 25426 :contrapumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Ping timeout: 264 seconds > 1521357999 564045 PRIVMSG #esoteric :14[[07NTFJ14]]4 N10 02https://esolangs.org/w/index.php?oldid=54388 5* 03Conor O'Brien 5* (+3372) 10Created page with "{{infobox proglang |name=NTFJ |paradigms=imperative |author=[[User:Conor O'Brien]] |year=[[:Category:2016]] |memsys=stack-based |class=:Category:Unknown computational class|..." > 1521358049 414064 PRIVMSG #esoteric :14[[07NTFJ14]]4 M10 02https://esolangs.org/w/index.php?diff=54389&oldid=54388 5* 03Conor O'Brien 5* (+45) 10 > 1521358073 519669 PRIVMSG #esoteric :14[[07NTFJ14]]4 M10 02https://esolangs.org/w/index.php?diff=54390&oldid=54389 5* 03Conor O'Brien 5* (+1) 10typo fix > 1521359003 206843 PRIVMSG #esoteric :14[[07User:Conor O'Brien14]]4 10 02https://esolangs.org/w/index.php?diff=54391&oldid=54012 5* 03Conor O'Brien 5* (+885) 10/* Languages I have made */ add more languages < 1521359044 163358 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Ping timeout: 260 seconds > 1521359062 700702 PRIVMSG #esoteric :14[[07User:Conor O'Brien14]]4 10 02https://esolangs.org/w/index.php?diff=54392&oldid=54391 5* 03Conor O'Brien 5* (-53) 10 > 1521366028 71647 PRIVMSG #esoteric :14[[07MITLML14]]4 10 02https://esolangs.org/w/index.php?diff=54393&oldid=54327 5* 03Singingbanana 5* (+6) 10 < 1521367055 918609 :doesthiswork!~Adium@207.55.82.87 QUIT :Remote host closed the connection < 1521368004 862595 :AnotherTest!~turingcom@ptr-82l26zex1glfa1xy3qc.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1521368182 877870 :ivzem!59cc89f7@gateway/web/freenode/ip.89.204.137.247 JOIN :#esoteric < 1521368196 463481 :xkapastel!uid17782@gateway/web/irccloud.com/x-wpcilnwnjggcawhh QUIT :Quit: Connection closed for inactivity < 1521368535 666518 :rumble!~grumble@freenode/staff/grumble JOIN :#esoteric < 1521368593 352055 :grumble!~grumble@freenode/staff/grumble NICK :Guest75212 < 1521368593 427435 :Guest75212!~grumble@freenode/staff/grumble QUIT :Killed (tolkien.freenode.net (Nickname regained by services)) < 1521368593 526521 :rumble!~grumble@freenode/staff/grumble NICK :grumble < 1521368911 646135 :ais523!~ais523@unaffiliated/ais523 QUIT :Quit: quit < 1521369989 871266 :ivzem!59cc89f7@gateway/web/freenode/ip.89.204.137.247 QUIT :Ping timeout: 260 seconds < 1521370562 883355 :ivzem!4db43adc@gateway/web/freenode/ip.77.180.58.220 JOIN :#esoteric < 1521371669 919182 :ivzem!4db43adc@gateway/web/freenode/ip.77.180.58.220 QUIT :Ping timeout: 260 seconds < 1521373434 881766 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1521373434 943318 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1521373434 943365 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1521376548 995720 :boily!~alexandre@cable-192.222.236.157.electronicbox.net JOIN :#esoteric < 1521377753 876877 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :fungot: nostril. < 1521377754 72467 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: might have something like " eof?") and i don't have < 1521377767 242319 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :fungot: no EOF on your nose? < 1521377767 515229 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: yacc is used in playstation to read fake games too with java.)) < 1521377776 241089 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1521377791 26404 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :^style < 1521377791 280829 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :Available: agora alice c64 ct darwin discworld enron europarl ff7 fisher fungot homestuck ic irc* iwcs jargon lovecraft nethack oots pa qwantz sms speeches ss wp youtube < 1521378026 118721 :doesthiswork!~Adium@207.55.82.87 JOIN :#esoteric < 1521380860 705360 :wob_jonas!b03f1816@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.22 QUIT :Quit: http://www.kiwiirc.com/ - A hand crafted IRC client < 1521387480 863202 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 246 seconds < 1521388409 405780 :Phantom_Hoover!~phantomho@31.83.69.213 JOIN :#esoteric < 1521388409 466591 :Phantom_Hoover!~phantomho@31.83.69.213 QUIT :Changing host < 1521388409 466640 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1521389326 13300 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1521389356 932714 :moony!moony@unaffiliated/moonythedwarf NICK :anus < 1521389361 85902 :anus!moony@unaffiliated/moonythedwarf NICK :moony < 1521390317 455168 :xkapastel!uid17782@gateway/web/irccloud.com/x-glxbfngcdirussaj JOIN :#esoteric < 1521391337 458366 :GautamS_!~GautamS@unaffiliated/gautams JOIN :#esoteric < 1521391606 976251 :GautamS_!~GautamS@unaffiliated/gautams PRIVMSG #esoteric :wow i don't know this existed < 1521391670 881824 :moony!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :`relcome GautamS_ < 1521391675 68692 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​13GautamS_: 04Welcome 07to 08the 09international 02hub 06for 13esoteric 04programming 07language 08design 09and 02deployment! 06For 13more 04information, 07check 08out 09our 02wiki: 06. 13(For 04the 07other 08kind 09of 02esoterica, 06try 13#esoteric 04on 07EFnet 08or 09DALnet.) < 1521392004 306198 :MDude!~MDude@pa-67-234-118-37.dhcp.embarqhsd.net JOIN :#esoteric < 1521392349 773563 :augur!~augur@2600:380:452f:f7bb:eca9:3485:8bdd:5253 JOIN :#esoteric < 1521392985 609833 :GautamS_!~GautamS@unaffiliated/gautams NICK :GautamS < 1521393652 561307 :boily!~alexandre@cable-192.222.236.157.electronicbox.net QUIT :Quit: BIZARRE CHICKEN < 1521394254 303710 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1521396768 484391 :augur!~augur@2600:380:452f:f7bb:eca9:3485:8bdd:5253 QUIT :Remote host closed the connection < 1521398973 338818 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1521399249 519953 :moei!~moei@softbank221078042071.bbtec.net QUIT :Quit: Leaving... < 1521400362 143186 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net JOIN :#esoteric < 1521400370 941115 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :hi < 1521400774 921386 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :(()(*))(~:^:S*a~^a~!~*~:(/)S^):^ < 1521401168 536202 :GautamS!~GautamS@unaffiliated/gautams PRIVMSG #esoteric :my faith in esoteric languages came after i saw a C to brainfuck compiler < 1521401174 202900 :GautamS!~GautamS@unaffiliated/gautams PRIVMSG #esoteric :the pinnacle of the human race < 1521401300 937865 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1521401495 760524 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1521401539 514636 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :^ul (()(*))(~:^:S*a~^a~!~*~:(/)S^):^ < 1521401539 548653 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :*/*/**/***/*****/********/*************/*********************/**********************************/*******************************************************/*****************************************************************************************/********************************************************************************* ...too much output! < 1521401781 9428 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net QUIT :Quit: danil < 1521403671 923614 :variable!~variable@freebsd/developer/variable QUIT :Quit: /dev/null is full < 1521404445 310630 :danil!~danil@82.25.231.13 JOIN :#esoteric < 1521404520 290118 :danil!~danil@82.25.231.13 QUIT :Client Quit < 1521404569 241066 :augur!~augur@2600:380:4523:7b43:81c:157f:3ade:95b0 JOIN :#esoteric < 1521404927 481305 :augur!~augur@2600:380:4523:7b43:81c:157f:3ade:95b0 QUIT :Remote host closed the connection < 1521405094 22837 :augur!~augur@2600:380:4523:7b43:81c:157f:3ade:95b0 JOIN :#esoteric < 1521405509 731855 :erdic!~erdic@unaffiliated/motley QUIT :Read error: Connection reset by peer < 1521405533 11598 :augur!~augur@2600:380:4523:7b43:81c:157f:3ade:95b0 QUIT :Ping timeout: 240 seconds < 1521405833 81675 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net JOIN :#esoteric < 1521405957 717045 :Sgeo__!~Sgeo@ool-18b98dd9.dyn.optonline.net QUIT :Ping timeout: 240 seconds < 1521405998 417555 :erdic!~erdic@unaffiliated/motley JOIN :#esoteric < 1521406119 302921 :boily!~alexandre@cable-192.222.236.157.electronicbox.net JOIN :#esoteric < 1521407497 298710 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net JOIN :#esoteric < 1521407578 992040 :GautamS!~GautamS@unaffiliated/gautams QUIT :Read error: Connection reset by peer < 1521407587 986272 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net QUIT :Client Quit < 1521407600 145959 :GautamS!~GautamS@unaffiliated/gautams JOIN :#esoteric < 1521407774 252166 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1521407799 65750 :GautamS!~GautamS@unaffiliated/gautams QUIT :Client Quit < 1521407909 663787 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net JOIN :#esoteric < 1521407917 33976 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net QUIT :Client Quit < 1521407936 489730 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1521408183 220570 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1521408183 278586 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1521408183 278629 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1521408294 693528 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :`5 w < 1521408303 831190 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :1/2:earth//Topologically speaking, the Earth has been a coffee mug ever since that hole to China was dug. \ roujo's relevant info//That information is stored in an unnamed metal cabinet in one of the top floors of an obscure administrative building with a number that you probably never heard of. \ hallucination//You are just imagining this wi < 1521408304 516991 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :`n < 1521408305 394620 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2/2:sdom entry. \ hand injuries//Hand injuries are surprisingly common among webcomic writers, see eg. http://questionablecontent.net/view.php?comic=2314 or http://www.giantitp.com/comics/oots0864.html \ wfraatw//A WFRAATW is a well-founded recursive acronym akin to "WFRAATW". > 1521408629 726873 PRIVMSG #esoteric :14[[07I/D machine Turing-completeness proof14]]4 M10 02https://esolangs.org/w/index.php?diff=54394&oldid=54378 5* 03Ais523 5* (+0) 10/* Compiling ErrorBucket to the I/D machine */ fix an instance of the old startup routine < 1521408710 865167 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net JOIN :#esoteric < 1521408779 991501 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :. o O ( is that recursion really well-founded ) < 1521408865 367093 :hppavilion[1]!~dosgmowdo@10-36-178-69.gci.net JOIN :#esoteric < 1521408889 357415 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Ping timeout: 256 seconds < 1521409009 62676 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net QUIT :Quit: danil < 1521409030 149054 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net JOIN :#esoteric < 1521409059 807575 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :thanks! I wanted to use fungot! < 1521409059 971574 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :danil: how do you dispatch on the types of variables? < 1521409081 592943 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net PRIVMSG #esoteric :Erm?... < 1521409102 92856 :danil!~danil@cpc88836-newt35-2-0-cust780.19-3.cable.virginm.net QUIT :Client Quit < 1521409169 46276 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :helløœrjan. all recursion is well founded; some may take a little bit more resources to compute. < 1521409448 910464 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :BOKAILY < 1521409515 650079 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :. o O ( did danil fail fungot's test like in the holy grail ) < 1521409516 78735 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :oerjan: why not? oh i see. i generally do, too. true is xy.x, false is tc if the commands: and can take a few. < 1521409586 747142 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i suspect true is not tc, although one never knows with GNU programs. < 1521409943 296501 :augur!~augur@2600:380:455c:5dbb:94a8:8608:1262:6231 JOIN :#esoteric < 1521410287 994904 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 JOIN :#esoteric < 1521410341 680956 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :oerjan: oh yes, I love that scene. "It can't be a gold cup." takes cup that is gold-plated from the inside "This is a carpenter's cup." < 1521410365 359010 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :true example for http://tvtropes.org/pmwiki/pmwiki.php/Main/HollywoodHomely < 1521410479 190417 :augur!~augur@2600:380:455c:5dbb:94a8:8608:1262:6231 QUIT :Remote host closed the connection < 1521410645 14741 :augur!~augur@2600:380:451f:60:dcda:3558:5df4:f1fd JOIN :#esoteric < 1521410655 209241 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :wob_jonas: not that holy grail < 1521410665 804779 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the monty python one < 1521410695 685896 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :oh, you mean like the "what's your favourite color?" one? < 1521410703 442330 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :yeah < 1521410717 707833 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :but he would have said "Aaaaargh!" rather than "Erm?..." if he failed that < 1521410909 63390 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :maybe. < 1521411335 133269 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :will they be back? < 1521411354 36317 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :boily: will who? < 1521412052 797219 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :them who got scared by the fungot. < 1521412053 37840 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: fnord/ fnord).) there is no shift within it is simply cps w/ certain reductions performed < 1521412057 391742 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :fungot: fnord fnord. < 1521412057 509168 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: but one i can go back, there are < 1521412085 775859 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :fungot can scare people? < 1521412085 991674 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :wob_jonas: it included very sophisticated interactive evaluation debugging facilities, undo dwim features fnord, a perl script < 1521412210 842487 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :fungot: Stop scaring people, it's not nice. < 1521412211 18022 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: where is lambda calculus is a part. in that time :p :p :p) ( although, it might < 1521412216 966383 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Can you report more income (including illegal income) on your taxes than you actually have? < 1521412391 868717 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :zzo38: I don't think you're allowed to do that, but call 1819 from inlands or +3612509500 from abroad on weekdays during the day if you want to know more definitely, or contact and pay a lawyer if you want to know for sure enough that there's a warranty on it. < 1521412425 891812 :augur!~augur@2600:380:451f:60:dcda:3558:5df4:f1fd QUIT :Remote host closed the connection < 1521412462 634023 :augur!~augur@2600:380:451f:60:dcda:3558:5df4:f1fd JOIN :#esoteric < 1521412746 693075 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :. o O ( zero one one eight nine nine nine ♪ ) < 1521412832 731010 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :meh, these numbers change once every few years. the last one was +3640424242, but then the whole +3640 namespace got disassembled, and every important organization got new numbers completely at random so you have to look them up individually, < 1521412866 506996 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :and half of them are short numbers like this 1819 one, and for short numbers you can't easily tell what the equivalent is to dial from abroad or what the costing is without looking those info up < 1521412883 384259 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :I think dismantling the +3640 namespace was a horrible decision < 1521413093 106764 :augur!~augur@2600:380:451f:60:dcda:3558:5df4:f1fd QUIT :Ping timeout: 252 seconds < 1521413373 924669 :AnotherTest!~turingcom@ptr-82l26zex1glfa1xy3qc.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 246 seconds < 1521413560 367761 :moony!moony@unaffiliated/moonythedwarf NICK :Box[Tux[Qyou]] < 1521413575 496942 :Box[Tux[Qyou]]!moony@unaffiliated/moonythedwarf NICK :moony < 1521413817 47868 :moony!moony@unaffiliated/moonythedwarf NICK :[o-o] < 1521413820 390407 :[o-o]!moony@unaffiliated/moonythedwarf NICK :moony < 1521413906 508691 :moony!moony@unaffiliated/moonythedwarf NICK :o-o < 1521413912 483919 :o-o!moony@unaffiliated/moonythedwarf NICK :moony < 1521413926 410340 :moony!moony@unaffiliated/moonythedwarf NICK :{o-o} < 1521413929 469832 :{o-o}!moony@unaffiliated/moonythedwarf NICK :moony < 1521413986 459204 :moony!moony@unaffiliated/moonythedwarf NICK :`o-o` < 1521413991 68141 :`o-o`!moony@unaffiliated/moonythedwarf NICK :o-o < 1521413997 264983 :o-o!moony@unaffiliated/moonythedwarf NICK :moony < 1521414010 636026 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :um? < 1521414013 563269 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :what are you doing? < 1521414097 314264 :variable!~variable@freebsd/developer/variable QUIT :Quit: /dev/null is full < 1521414440 751910 :moony!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :something < 1521414688 679727 :moei!~moei@softbank221078042071.bbtec.net QUIT :Read error: Connection reset by peer < 1521414722 444315 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric > 1521415747 195513 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Hanss314 5* 10New user account > 1521416235 661651 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=54395&oldid=54364 5* 03Hanss314 5* (+251) 10/* Introductions */ < 1521416604 75194 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net JOIN :#esoteric < 1521416665 327550 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net QUIT :Client Quit < 1521416823 326500 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Remote host closed the connection < 1521416855 944586 :wob_jonas!b03f18e8@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.232 PRIVMSG #esoteric :`? cherry < 1521416856 61879 :qbinl!~cipmhgs@47.254.40.225 JOIN :#esoteric < 1521416857 196797 :qbinl!~cipmhgs@47.254.40.225 QUIT :Client Quit < 1521416858 23428 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :cherry? ¯\(°​_o)/¯ < 1521417117 885989 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 264 seconds > 1521417200 536545 PRIVMSG #esoteric :14[[07Zero Instruction Set Computer14]]4 10 02https://esolangs.org/w/index.php?diff=54396&oldid=45755 5* 03B jonas 5* (+28) 10should really also have an example that isn't created by ais523 < 1521417231 961389 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric > 1521417249 143203 PRIVMSG #esoteric :14[[07Zero Instruction Set Computer14]]4 10 02https://esolangs.org/w/index.php?diff=54397&oldid=54396 5* 03B jonas 5* (+19) 10/* Examples */ > 1521417314 280267 PRIVMSG #esoteric :14[[07Zero Instruction Set Computer14]]4 10 02https://esolangs.org/w/index.php?diff=54398&oldid=54397 5* 03B jonas 5* (-10) 10/* Examples */