< 1530576004 448089 :moonythehuman!moony@unaffiliated/moonythedwarf NICK :moonytheidentity < 1530577149 490584 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1530577342 938167 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530577544 825627 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530578922 318278 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530579230 549027 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530579310 359697 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1530579416 718912 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530579617 659498 :sebbu2!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1530579702 647259 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 256 seconds < 1530580828 636846 :MDude!~MDude@c-73-187-225-46.hsd1.pa.comcast.net JOIN :#esoteric < 1530580932 442282 :sebbu2!~sebbu@unaffiliated/sebbu QUIT :Quit: Quitte < 1530581131 848980 :trout!~variable@freebsd/developer/variable JOIN :#esoteric > 1530581298 279128 PRIVMSG #esoteric :14[[07Aj14]]4 10 02https://esolangs.org/w/index.php?diff=56311&oldid=56304 5* 03Oerjan 5* (-296) 10This section was copied from [[ja]] and doesn't apply here. (There seems to be no unbounded memory.) < 1530581319 502626 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 256 seconds < 1530581385 797181 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :well, no useful memory. < 1530581467 667939 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric > 1530582580 611223 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56312&oldid=56310 5* 03A 5* (+75) 10/* Turing-completeness */ > 1530582764 376301 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56313&oldid=56312 5* 03A 5* (+60) 10/* Turing-completeness */ < 1530583019 785170 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530583060 930745 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx QUIT :Quit: Leaving < 1530583215 312295 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 245 seconds > 1530583429 523517 PRIVMSG #esoteric :14[[07Turing tarpit14]]4 10 02https://esolangs.org/w/index.php?diff=56314&oldid=56302 5* 03A 5* (+44) 10/* Survey */ > 1530583481 699512 PRIVMSG #esoteric :14[[07Turing tarpit14]]4 10 02https://esolangs.org/w/index.php?diff=56315&oldid=56314 5* 03A 5* (-44) 10/* Survey */ > 1530583654 8898 PRIVMSG #esoteric :14[[07Turing tarpit14]]4 10 02https://esolangs.org/w/index.php?diff=56316&oldid=56315 5* 03A 5* (+43) 10/* Survey */ > 1530583716 992524 PRIVMSG #esoteric :14[[07Turing tarpit14]]4 10 02https://esolangs.org/w/index.php?diff=56317&oldid=56316 5* 03A 5* (+70) 10/* Survey */ > 1530584077 140374 PRIVMSG #esoteric :14[[07Turing tarpit14]]4 10 02https://esolangs.org/w/index.php?diff=56318&oldid=56317 5* 03Ais523 5* (+1) 10/* Survey */ UBFIM probably only works because of the NOPs (incidentally, I'm not 100% sure this is TC, anyone have a proof?) < 1530584641 235688 :variable!~variable@freebsd/developer/variable NICK :function < 1530584786 571511 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :error: cannot cast variable type to function type: variable `variable` is not callable. < 1530584930 363463 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530585141 305171 :function!~variable@freebsd/developer/variable QUIT :Ping timeout: 240 seconds < 1530585939 96013 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :so in my original interpreter, I neglected to set the max replacement to '1'. meaning, my interpreter would simultaneously replace every single matching pattern in the string. < 1530585974 853875 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :that made things a little faster with large global rules. < 1530585986 20625 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :i.e ones without much context to them. < 1530585998 424113 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :but I find it unrequired. < 1530586245 740188 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :it's kind of beautiful watching the slow version of my sort-reversesort program. watching the workers stretch themselves over the string and regulate themselves. < 1530586256 180927 :arseniiv!~arseniiv@94.41.245.201.dynamic.ufanet.ru QUIT :Ping timeout: 256 seconds < 1530586827 458236 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530587015 329631 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 245 seconds < 1530587617 869850 :HereToAnnoy!4a7b172b@gateway/web/freenode/ip.74.123.23.43 JOIN :#esoteric < 1530587983 658178 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :what're some really small representations of state tables for turing-equivalent automata? TMs are required to specify at least the current state, the read symbol, the target state, the new symbol, and the head movement. < 1530588027 249759 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I'm wondering if there's an alternative representation that's potentially smaller than that, either for TMs or turing-equivalent automata. < 1530588051 792698 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :define "smaller" < 1530588072 763090 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :and "state table" < 1530588095 446153 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :alercah: less elements to fully specify. i.e, I could combine the head movement and the written symbol into an 'action', so I'd only have to specify the current state, the read symbol, the next state, and the action. < 1530588145 599392 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :and.. you know, a state table. a lookup table for state transitions based on a read symbol. < 1530588161 857880 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :what is the state table for, say, BF? < 1530588165 670770 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :or fractran < 1530588203 925725 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :well, just like with TMs, it depends on the machine... but they largely follow instruction-based representations. < 1530588211 53932 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :and those can be translated into states pretty trivially. < 1530588225 29073 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :one state for each line.. < 1530588285 632547 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :or, rather, each instruction. < 1530588347 625530 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :it sounds like you are just going to bump into kolmogorov complexity < 1530588402 363636 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I mean... I don't think I am. there have been formulations (i.e the one that BF is based off of) that "compress" the state table into either a series of finite instructions or what I mentioned earlier. < 1530588694 60105 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :well what I mean is the constant-difference between two representations in TMs < 1530588711 89933 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530588716 503287 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :once you account for differences in encoding the actual machine (e.g. wasted bits in ASCII characters) by translating everything into the same encoding < 1530588727 184951 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :you run into the conversion constant < 1530588773 232559 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :right, I'm not aiming for the "smallest", just alternative versions that aren't like what turing specified. < 1530588791 380907 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I can paraphrase it as I don't like 5-tuples. :P < 1530588883 553556 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :ahh :P < 1530588890 33241 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :a struct with 5 elements, then :P < 1530588933 187763 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :you can't really get away from that sort of thing if you drill down to the foundations < 1530588941 905528 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 255 seconds < 1530588944 759303 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :it comes up everywhere < 1530588953 635997 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :well you can, you just need to admit to an action set and a reduced tape alphabet. < 1530588974 874303 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :you can fix some things as standard < 1530588985 296329 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :e.g. the states are numbers with 0 as the starting state < 1530589004 550133 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :afk < 1530589033 824842 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :the tape starts at all 0s, and is also numbers, and you define the number of states and symbols implicitly rather than explicitly, say < 1530589047 125240 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :(or you make them explicit, but only a number indicating how many rather than a set) < 1530589066 88254 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :then your transition function can just be that, a function < 1530589076 895706 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :(which ends up being a relation if you break it down, but ignore that :P < 1530590351 758447 :HereToAnnoy!4a7b172b@gateway/web/freenode/ip.74.123.23.43 PRIVMSG #esoteric :Anybody have any stupid instruction ideas for a language? It could be anything. < 1530590379 33935 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :instruction in what sense? like machine instructions? < 1530590395 69801 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1530590452 165854 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :all values loaded from registers in addressing aren't used from one register, but the XOR of two registers, which rotate every time you try to load a value in a fixed pattern < 1530590481 890658 :alercah!~alercah@unaffiliated/alercah PRIVMSG #esoteric :and there aren't convenient instructions like immediates that would let you simplify everything trivially < 1530590523 539886 :HereToAnnoy!4a7b172b@gateway/web/freenode/ip.74.123.23.43 PRIVMSG #esoteric :Some string of text that when placed on a line, does something. < 1530590549 391051 :HereToAnnoy!4a7b172b@gateway/web/freenode/ip.74.123.23.43 PRIVMSG #esoteric :Also, it needs a time/day of week that it will work on, and not at any other time. < 1530590578 111238 :HereToAnnoy!4a7b172b@gateway/web/freenode/ip.74.123.23.43 PRIVMSG #esoteric :I need dumb ideas. < 1530590584 770212 :HereToAnnoy!4a7b172b@gateway/web/freenode/ip.74.123.23.43 PRIVMSG #esoteric :Ran out of them. < 1530590642 337251 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530590830 30530 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 260 seconds < 1530591028 381655 :HereToAnnoy!4a7b172b@gateway/web/freenode/ip.74.123.23.43 PRIVMSG #esoteric :also it needs to be computable. < 1530591711 946907 :HereToAnnoy!4a7b172b@gateway/web/freenode/ip.74.123.23.43 PRIVMSG #esoteric :nvm I'm tired < 1530591714 15753 :HereToAnnoy!4a7b172b@gateway/web/freenode/ip.74.123.23.43 PART :#esoteric < 1530592475 803537 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530592676 682639 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530593557 105735 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :on the one hand, automata are nice and easy constructs for modern computers, because rewriting requires pattern matching. on the other hand, rewriting is such an elegant concept that it's hard to abandon. < 1530594372 358486 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530594593 59993 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds > 1530595370 521580 PRIVMSG #esoteric :14[[07User:U ndefined14]]4 10 02https://esolangs.org/w/index.php?diff=56319&oldid=56116 5* 03U ndefined 5* (-2) 10 < 1530595723 757937 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that does not work hth > 1530595874 676799 PRIVMSG #esoteric :14[[07BackTurn14]]4 10 02https://esolangs.org/w/index.php?diff=56320&oldid=56287 5* 03Zzo38 5* (+92) 10 < 1530596116 280191 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :I invented BackTurn in order to try to make a variant of BackFlip that can be reversed just by reversing the direction of program flow and not otherwise altering the program or anything else. < 1530596224 45702 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530596430 14761 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 260 seconds < 1530596571 61879 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :aha < 1530596589 223798 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :Have you ever achieved kokushimusou tenhou? (If you have even played mahjong) < 1530596618 640155 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :(I have never done, nor have I calculated the probability of doing so.) < 1530596713 341026 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i have never played mahjong < 1530598092 693265 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530598285 317752 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 265 seconds < 1530599105 365276 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :If the "R" that ais523 mentioned for avoid arrows in BackFlip in those patterns is only being hit from one way (it looks like it to me), then I think such a limited rebound can also be made from two different rotators in BackTurn like flipping mirrors can be (but this time they are orthogonally rather than diagonally adjacent), so then even with level 0 it should be possible, I think? < 1530599929 250735 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :in any case you can make one that can be hit from all ways from four one in each direction < 1530599935 667199 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*four ones < 1530600021 353054 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530600121 345073 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :OK < 1530600204 684271 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 256 seconds > 1530600316 583401 PRIVMSG #esoteric :14[[07BackTurn14]]4 10 02https://esolangs.org/w/index.php?diff=56321&oldid=56320 5* 03Zzo38 5* (+529) 10 < 1530600499 491360 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1530600672 900389 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1530601167 658838 :ATMunn!ATMunn@unaffiliated/atmunn QUIT :Quit: lol rip < 1530601180 5710 :ATMunn!ATMunn@unaffiliated/atmunn JOIN :#esoteric < 1530601187 399040 :moonytheidentity!moony@unaffiliated/moonythedwarf QUIT :Quit: Bye! < 1530601206 278364 :moony!moony@unaffiliated/moonythedwarf JOIN :#esoteric < 1530601712 768412 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1530601955 162280 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530602090 789167 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 255 seconds > 1530603660 601385 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 N10 02https://esolangs.org/w/index.php?oldid=56322 5* 03A 5* (+1234) 10Created page with "==How to shorten your Brainfck code== ===Use Compiler flaws=== Indeed, most compilers have compiler flaws. Like the Brainfuck Visualizer, when a '-' appears and the mamory is..." > 1530603680 415553 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56323&oldid=56322 5* 03A 5* (+8) 10/* Combine small numbers in your code(<=4) */ > 1530603691 257366 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56324&oldid=56323 5* 03A 5* (+3) 10/* Use the visualizer */ > 1530603778 61931 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56325&oldid=56324 5* 03A 5* (+47) 10/* Use the visualizer */ < 1530603852 168791 :variable!~variable@freebsd/developer/variable JOIN :#esoteric > 1530603873 103008 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56326&oldid=56325 5* 03A 5* (+0) 10/* How to shorten your Brainfck code */ < 1530604027 304112 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 265 seconds > 1530604150 186377 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56327&oldid=56326 5* 03A 5* (+355) 10/* How to shorten your Brainfck code */ > 1530604319 509422 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56328&oldid=56327 5* 03A 5* (+14) 10/* Combine small numbers in your code */ > 1530604358 892119 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56329&oldid=56328 5* 03A 5* (-67) 10/* How to shorten your Brainfck code(To win a golf contest) */ > 1530604431 19003 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56330&oldid=56329 5* 03A 5* (+60) 10/* =Give up */ > 1530605071 772491 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56331&oldid=56330 5* 03A 5* (+197) 10/* Combine small numbers in your code */ < 1530605146 187219 :doesthiswork!~Adium@207.55.82.87 QUIT :Quit: Leaving. > 1530605178 656787 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56332&oldid=56331 5* 03A 5* (+5) 10/* Use Compiler flaws */ > 1530605200 315602 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56333&oldid=56332 5* 03A 5* (+2) 10/* Combine small numbers in your code */ < 1530605715 7564 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530605924 781559 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 255 seconds > 1530606035 491747 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56334&oldid=56333 5* 03A 5* (+433) 10 > 1530606049 717871 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56335&oldid=56334 5* 03A 5* (+0) 10/* The classic multiplication */ > 1530606118 866710 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56336&oldid=56335 5* 03A 5* (+26) 10/* The classic multiplication */ < 1530606273 368698 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 248 seconds < 1530606739 490115 :AnotherTest!~turingcom@ptr-82l26zf26q8wflfvvi0.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1530607635 187388 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530607814 41169 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds > 1530609419 532009 PRIVMSG #esoteric :14[[07Brainfuck constants14]]4 10 02https://esolangs.org/w/index.php?diff=56337&oldid=52431 5* 03A 5* (+61) 10/* Perfect Powers */ < 1530609524 306289 :trout!~variable@freebsd/developer/variable JOIN :#esoteric > 1530609611 627269 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=56338&oldid=54213 5* 03A 5* (+65) 10/* Input a decimal number */ < 1530609702 12329 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 260 seconds > 1530609752 193777 PRIVMSG #esoteric :14[[07Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=56339&oldid=56338 5* 03A 5* (-3) 10/* Powers */ > 1530609796 71077 PRIVMSG #esoteric :14[[07Brainfuck constants14]]4 10 02https://esolangs.org/w/index.php?diff=56340&oldid=56337 5* 03A 5* (-61) 10/* Perfect Powers */ < 1530611405 252673 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530611630 677963 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530613272 315106 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530613482 6436 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 260 seconds < 1530615374 692936 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds > 1530616299 755208 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56341&oldid=56336 5* 03A 5* (+36) 10/* The classic multiplication */ < 1530617439 110200 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1530617499 716352 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric > 1530618530 49377 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56342&oldid=56341 5* 03A 5* (+137) 10/* Combine small numbers in your code */ < 1530618554 846585 :S_Gautam!uid286066@gateway/web/irccloud.com/x-tyibhmnhafzohwaa JOIN :#esoteric > 1530618647 340338 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56343&oldid=56342 5* 03A 5* (+61) 10/* Combine small numbers in your code */ > 1530619044 213210 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56344&oldid=56343 5* 03A 5* (+202) 10/* The classic multiplication */ > 1530619191 260324 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56345&oldid=56344 5* 03A 5* (+903) 10/* The PHP Golfer's advice */ > 1530619206 805871 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56346&oldid=56345 5* 03A 5* (+3) 10/* Understand the Brainfuck Code */ > 1530619378 260917 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56347&oldid=56346 5* 03A 5* (+68) 10/* Understand the Brainfuck Commads */ > 1530619525 679105 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56348&oldid=56347 5* 03A 5* (+57) 10/* The PHP Golfer's advice */ < 1530619686 317861 :variable!~variable@freebsd/developer/variable JOIN :#esoteric > 1530619850 423134 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56349&oldid=56348 5* 03A 5* (+387) 10/* Understand the Brainfuck Commads */ > 1530620013 278884 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56350&oldid=56349 5* 03A 5* (+191) 10/* Don't Repeat Yourself(DRY) */ > 1530620076 299730 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56351&oldid=56350 5* 03A 5* (+60) 10 > 1530620171 6076 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56352&oldid=56351 5* 03A 5* (+65) 10/* Don't Repeat Yourself(DRY) */ > 1530620240 617271 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56353&oldid=56352 5* 03A 5* (+50) 10/* The classic multiplication */ > 1530620340 786286 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56354&oldid=56353 5* 03A 5* (+53) 10/* The classic multiplication */ > 1530620560 846331 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56355&oldid=56354 5* 03A 5* (+7) 10/* The classic multiplication */ < 1530621554 285301 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530621770 807617 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530622856 633967 :doesthiswork!~Adium@207.55.82.87 JOIN :#esoteric < 1530623513 664434 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530623691 287410 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 240 seconds > 1530624321 653169 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56356&oldid=56355 5* 03A 5* (+265) 10/* Don't Repeat Yourself(DRY) */ < 1530624500 329081 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1530624562 223895 :erkin!~erkin@unaffiliated/erkin QUIT :Remote host closed the connection < 1530624618 559641 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric > 1530624723 460527 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56357&oldid=56356 5* 03A 5* (+126) 10/* Big width loops */ < 1530624740 460415 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Can anyone think of an actual use for a millibyte unit? < 1530625106 432283 :arseniiv!~arseniiv@94.41.245.201.dynamic.ufanet.ru JOIN :#esoteric > 1530625174 807521 PRIVMSG #esoteric :14[[07Brainfuck14]]4 10 02https://esolangs.org/w/index.php?diff=56358&oldid=56232 5* 03A 5* (+125) 10/* Examples */ < 1530625383 590086 :trout!~variable@freebsd/developer/variable JOIN :#esoteric > 1530625436 646624 PRIVMSG #esoteric :14[[07Brainfuck14]]4 10 02https://esolangs.org/w/index.php?diff=56359&oldid=56358 5* 03A 5* (+108) 10/* Examples */ < 1530625553 704181 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530626333 6273 :ambrus!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 JOIN :#esoteric < 1530626439 967744 :ambrus!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :I am home free at last! After 18 days in this fucking madhouse, all but the last five days on closed ward, and the first approximately three days (I seriously don't know the exact number) so much sedated that I have total amnesia about it. < 1530626463 196474 :ambrus!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :Is there a club for #esoteric users who have been in psychiatric closed ward? < 1530626476 633888 :ambrus!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :Or even a `*list ? < 1530626931 260550 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net QUIT :Ping timeout: 240 seconds < 1530627306 806677 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530627472 653712 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 256 seconds < 1530627501 71082 :ambrus!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :And you know what the worst part of it was? The beds, on the open ward. I could barely get any sleep on them, even though I had to take sleeping pills and I removed the matress and put it on the ground to decrease the torture a bit. < 1530627557 731734 :ambrus!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :My current theory is that these beds were designed to allow double-blind testing of sleeping medication on healthy individuals. If the people taking your pills can sleep for eight hours on those beds, then your sleeping medication is effective. < 1530627913 910368 :ambrus!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 NICK :wob_jonas < 1530627919 154866 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :oops, wrong nick again < 1530628966 68160 :Bowserinator!Bowserinat@unaffiliated/bowserinator QUIT :Ping timeout: 260 seconds < 1530629014 231458 :Bowserinator!Bowserinat@unaffiliated/bowserinator JOIN :#esoteric < 1530629165 701595 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530629375 700693 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530631051 813718 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530631215 325350 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 245 seconds > 1530632423 285639 PRIVMSG #esoteric :14[[07User:Digital Hunter14]]4 10 02https://esolangs.org/w/index.php?diff=56360&oldid=55245 5* 03Digital Hunter 5* (+25) 10/* Stuff */ < 1530632928 686559 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530633110 139771 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 260 seconds < 1530633680 453615 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx JOIN :#esoteric < 1530633988 759802 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :shachaf: guess what < 1530634009 722893 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :shachaf: I am officially tasked with fixing the build system < 1530634032 245520 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :wob_jonas: how are you doing < 1530634229 907332 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :this software needs an exorcism, not a "bug fix" < 1530634238 465459 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :where is my court chaplain < 1530634262 711955 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :\oren\: your court chaplain is in seclusion due to an outbreak of slow fever < 1530634291 90405 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :What's the code, ooi? < 1530634407 872939 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :Taneb: it's a really convoluted series of makefiles and jamfiles and shell scripts and perl scripts and python scripts and scripts written in a company-internal language, all calling each other < 1530634430 114158 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :Taneb: "You are in a maze of twisty little scripts, all different" < 1530634525 609698 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :oh, and some of the shell scripts are bash and others are csh < 1530634552 247485 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Oh dear god < 1530634726 880642 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Start rewriting it in zsh and fish and then stop < 1530634736 885075 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :Taneb: ooh, I found some Lua! < 1530634760 833458 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Is there any CMake? < 1530634772 433468 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :so far no < 1530634783 857773 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :I am looking at the output in tail-f < 1530634907 366339 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :ok now it's for some reason started building a project that ought to be entirely separate from this one < 1530635099 813331 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :\oren\: ouch. Taneb: tired < 1530635251 980157 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530635426 18069 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530635483 814702 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :\oren\: the company-intetrnal language isn't SAP, right? < 1530635883 264072 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :wob_jonas: no < 1530635909 15760 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :wob_jonas: it's techinically open-source. it's called Salmon. nobody uses it but us afaik < 1530635989 100932 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :\oren\: have you found the BANCStar components yet? < 1530635994 20631 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :https://compilers.iecc.com/comparch/article/11-11-021 < 1530636041 340000 :XorSwap!~XorSwap@kite.riseup.net JOIN :#esoteric < 1530636311 998204 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :I have mostly just used a shell script at the top of a C source code file to compile the program; that is suitable if the program is only one file. More complicated programs work differently; compiling Free Hero Mesh does that but also has JavaScript codes, as well as another shell script to call all of them to compile them if needed due to changed. < 1530636542 914545 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :Not as convoluted as what you mention above, but it does use multiple programming languages. (Anyways, C doesn't have its own build scripting) < 1530636683 265529 :XorSwap!~XorSwap@kite.riseup.net QUIT :Read error: Connection reset by peer < 1530636732 405656 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :have you tried to relabel it as a "domain-specific language for describing building that particular project" instead of an in-house language? < 1530636788 806684 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :wob_jonas: https://compilers.iecc.com/comparch/article/11-11-021 <-- does this sound like a man who can take criticism < 1530636890 552208 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx QUIT :Remote host closed the connection < 1530637118 284942 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530637227 286113 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :You probably should fix that program if it is a mess like that; but, first you have to figure out, what are each of those files doing? < 1530637319 305217 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 265 seconds < 1530637323 537853 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :also, have you found the case where the build non-deterministically fails because a later build stage requires a dependency that isn't ready yet because the build system doesn't know there's a dependency? < 1530637405 205667 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :but it nearly always works anyway because the default order happens to be just right for building it, so you only get the error if you modify the right source files < 1530637479 261037 :XorSwap!~XorSwap@wpa-4-069.cc.umanitoba.ca JOIN :#esoteric < 1530637512 811963 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :wob_jonas: well, the standard practice right now is that make clean, in addition to deleting things, "touch" es a certain file to ensure certain things get built < 1530637573 268653 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :not like I'm talking out of experience. I deny having seen that build system at my previous job. < 1530637790 259220 :XorSwap!~XorSwap@wpa-4-069.cc.umanitoba.ca QUIT :Ping timeout: 260 seconds < 1530637927 921840 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :I think there were only two bugs in that job that I committed and was really embarrassed afterwards. One was multiplying two nearly commutating small square matrices in the wrong direction, and one is making an inter-thread queue work as a stack instead so the code started to do the wrong thing only when the load was high enough that there was more < 1530637928 71695 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric : than one element in the queue. < 1530638980 117845 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530639203 770150 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530640080 366228 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`smlist 470 < 1530640081 423001 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :smlist 470: shachaf monqy elliott mnoqy Cale > 1530640124 193722 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03HappyFakeBoulder 5* 10New user account < 1530640217 190535 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :has http://pbfcomics.com/comics/youll-be-ok/ been listed yet? < 1530640255 856900 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :plus we also got a bunch of abstruse geese while I was away, and a bobadventures < 1530640284 167503 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :yep, Cale pbflisted it < 1530640315 323551 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :that one is really sad given that I did have a (mental) breakdown < 1530640366 292785 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530640367 933567 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :`bobadventureslist http://bobadventures.comicgenesis.com/d/20180625.html < 1530640368 646980 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :​/srv/hackeso-code/multibot_cmds/lib/limits: line 5: exec: bobadventureslist: not found < 1530640475 398991 :arseniiv!~arseniiv@94.41.245.201.dynamic.ufanet.ru QUIT :Ping timeout: 240 seconds < 1530640794 453079 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :`aglist 600,601,602,603,604,605,606 < 1530640795 98517 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :aglist 600,601,602,603,604,605,606: b_jonas shachaf < 1530640859 388697 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I don't think there's a point to listing regularly-updating things. < 1530640885 755495 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530640890 994927 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :shachaf: it doesn't seem regular still < 1530640893 713437 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :I mean < 1530640904 546169 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :it's frequent enough, but not on any regular schedule < 1530640914 814433 :wob_jonas!b03f183d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.24.61 PRIVMSG #esoteric :s/regular sc/predictable sc/ > 1530640932 869994 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 M10 02https://esolangs.org/w/index.php?diff=56361&oldid=56200 5* 03HappyFakeBoulder 5* (+342) 10Added myself to the introduction page. < 1530640939 486513 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Why doesn't sed support transducers? < 1530641078 796708 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 255 seconds < 1530641302 433663 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx JOIN :#esoteric > 1530641370 83008 PRIVMSG #esoteric :14[[07Special:Log/upload14]]4 upload10 02 5* 03HappyFakeBoulder 5* 10uploaded "[[02File:HappyFakeBoulder Picture.png10]]" > 1530641396 865572 PRIVMSG #esoteric :14[[07User:HappyFakeBoulder14]]4 N10 02https://esolangs.org/w/index.php?oldid=56363 5* 03HappyFakeBoulder 5* (+76) 10Created and added some things. < 1530643071 577834 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530643218 102290 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 260 seconds > 1530643501 150248 PRIVMSG #esoteric :14[[07User:Minin/modern.css14]]4 10 02https://esolangs.org/w/index.php?diff=56364&oldid=53818 5* 03Minin 5* (-649) 10Blanked the page < 1530645398 821036 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 255 seconds < 1530645535 366326 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530646017 729742 :grumble!~grumble@freenode/staff/grumble QUIT :Ping timeout: 600 seconds < 1530646049 688752 :grumble!~grumble@freenode/staff/grumble JOIN :#esoteric < 1530646061 206650 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1530646061 496409 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1530646061 496508 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1530646350 567007 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1530646452 442084 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1530647214 400468 :variable!~variable@freebsd/developer/variable QUIT :Quit: Found 1 in /dev/zero < 1530647266 401988 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1530648354 972438 :imode!~imode@unaffiliated/imode QUIT :Quit: WeeChat 2.1 < 1530648639 639103 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1530649571 418782 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net JOIN :#esoteric < 1530649659 639765 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx QUIT :Remote host closed the connection < 1530650317 239998 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx JOIN :#esoteric < 1530651329 426276 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530652720 851264 :moei!~moei@softbank221078042071.bbtec.net QUIT :Quit: Leaving... < 1530653147 641621 :Naergon!~Naergon@unaffiliated/naergon JOIN :#esoteric < 1530653665 326297 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 248 seconds < 1530656187 494174 :AnotherTest!~turingcom@ptr-82l26zf26q8wflfvvi0.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 256 seconds < 1530656581 301090 :u0_a268!~Scrooble@c-98-209-129-50.hsd1.mi.comcast.net JOIN :#esoteric < 1530656582 45380 :u0_a268!~Scrooble@c-98-209-129-50.hsd1.mi.comcast.net QUIT :Client Quit < 1530656886 721544 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1530659806 655152 :Naergon!~Naergon@unaffiliated/naergon QUIT :Ping timeout: 268 seconds < 1530659875 612824 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Remote host closed the connection < 1530660236 5058 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530660395 824965 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection > 1530661931 317700 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Prof apex 5* 10New user account < 1530662196 61793 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx QUIT :Quit: Leaving < 1530662314 13173 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 264 seconds < 1530662314 69887 :imode-desktop!~imode@unaffiliated/imode QUIT :Ping timeout: 264 seconds