< 1526083207 193923 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :and now we know. < 1526083220 653554 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(but who will she be shouting at next?) < 1526083227 906273 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*that* might be klaus. < 1526083269 160399 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :lots of schmuu today. < 1526083345 558441 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :did Schmuui feature themselves on the main page < 1526083359 800209 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I guess the featured languge is still the same at least. > 1526083647 73033 PRIVMSG #esoteric :14[[07Esoteric programming language14]]4 10 02https://esolangs.org/w/index.php?diff=55107&oldid=55061 5* 03Oerjan 5* (+2) 10Keep pronunciation out of bold. Add bold for redirect target. < 1526083727 137878 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i haven't gotten to that edit yet. > 1526083997 101866 PRIVMSG #esoteric :14[[07User talk:Schmuui14]]4 M10 02https://esolangs.org/w/index.php?diff=55108&oldid=55082 5* 03Oerjan 5* (+45) 10*MWAHAHAHA* Unsigned > 1526084216 579387 PRIVMSG #esoteric :14[[07Main Page14]]4 10 02https://esolangs.org/w/index.php?diff=55109&oldid=55106 5* 03Oerjan 5* (-56) 10Undo revision 55106 by [[Special:Contributions/Schmuui|Schmuui]] ([[User talk:Schmuui|talk]]) (Not the place for this. Happy birthday though!) < 1526084353 360571 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Free Hero Mesh preprocessor has a few built-in macros, such as {define} and {call}. If you write {define string tokens} (where the word "define" is literal) then it defines a macro (you can redefine existing macros too) (the expansion defines the macro and produces nothing), and {call string tokens} calls a macro (including a built-in macro) (the expansion just produces the tokens). < 1526084466 819354 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :There is a few special things: In a macro definition, \1 is replaced by the first argument, \2 by the second argument, etc; \\1 becomes \1 and \\\1 becomes \\1 and so on; anything in {} is treated as one argument, and a | in a macro call means everything after it before the matching } is one argument (it isn't special if | is inside of another {} or after the effective |) (and the | isn't part of it). < 1526084519 431958 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Macro definitions and arguments are not expanded. However, the name of the macro, if not a string, is expanded one level; the first token of that result is then expanded one level and so on until the first token of the result is a string; the rest is the definition/arguments. < 1526084544 967412 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Now it is explained. Do you know if it is Turing-complete? There are other built-in macros too such as {cat} if they are needed to make them Turing-complete < 1526085064 364241 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Remote host closed the connection < 1526086690 189512 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :You could have {define {X} "X" "X"} to increment a counter and then {define {X}} to decrement, maybe, but then what? As in Amnesiac From Minsk, zero is a critical state, it look like. < 1526088851 683835 :Warrigal!~tswett@unaffiliated/tswett JOIN :#esoteric < 1526089040 35451 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 276 seconds < 1526089820 94671 :variable!~variable@freebsd/developer/variable QUIT :Quit: /dev/null is full < 1526090137 761635 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1526090991 289496 :xkapastel!uid17782@gateway/web/irccloud.com/x-qdysqretqfazlzgk JOIN :#esoteric < 1526093148 589269 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1526093821 9254 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Scryfall has many queries, but the virtual table mechanism of SQLite is currently not sophisticated enough to be usable to translate many of the kinds of SQL queries into Scryfall syntax for efficient search. (The queries would still work, but a lot of things would be done on client side, even though the server side supports them too. With my proposals for the virtual table mechanism, it could convert more SQL queries into Scryfall syntax.) < 1526094680 975797 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :A database of Magic: the Gathering cards if having a "last updated" field which is searchable, would also be helpful in case you want to periodically download them (by using a INSERT statement in SQLite, inserting into a local table and SELECTing from a virtual table), to only download the new cards and changed Oracle texts, using the WHERE clause; any unchanged Oracle texts then won't be downloaded. < 1526095597 650972 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 268 seconds < 1526098224 677392 :propumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Ping timeout: 268 seconds < 1526099025 991446 :hppavilion[1]!~dosgmowdo@160-7-174-206.gci.net QUIT :Ping timeout: 264 seconds > 1526099115 369540 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03NotAgoodOne 5* 10New user account < 1526099360 221465 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :With having the different virtual table extensions for accessing different data, e.g. movies, weather, etc, then you can load multiple virtual tables and use a query with two or more of them, e.g. if you want a list of all of the movies that are playing in cities where it is not raining. < 1526099493 10852 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Do you like this? > 1526099741 288514 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=55110&oldid=55037 5* 03NotAgoodOne 5* (+173) 10/* Introductions */ > 1526099863 188394 PRIVMSG #esoteric :14[[07User:NotAgoodOne14]]4 N10 02https://esolangs.org/w/index.php?oldid=55111 5* 03NotAgoodOne 5* (+55) 10Created page with "im a kid who likes esolangs trying to find my first one" < 1526099939 688622 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1526100353 732895 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite > 1526103598 575637 PRIVMSG #esoteric :14[[07User:YamTokWae/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=55112&oldid=54809 5* 03YamTokWae 5* (+13) 10 > 1526104032 668920 PRIVMSG #esoteric :14[[07User:YamTokWae/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=55113&oldid=55112 5* 03YamTokWae 5* (+1175) 10 < 1526104443 721078 :arseniiv!~arseniiv@136.169.138.83.dynamic.ufanet.ru JOIN :#esoteric > 1526104641 840700 PRIVMSG #esoteric :14[[07User:YamTokWae/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=55114&oldid=55113 5* 03YamTokWae 5* (+1002) 10 > 1526105167 398785 PRIVMSG #esoteric :14[[07User:YamTokWae/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=55115&oldid=55114 5* 03YamTokWae 5* (+792) 10 > 1526105527 207040 PRIVMSG #esoteric :14[[07User:YamTokWae/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=55116&oldid=55115 5* 03YamTokWae 5* (-16) 10/* Overview */ > 1526105868 968343 PRIVMSG #esoteric :14[[07User:YamTokWae14]]4 10 02https://esolangs.org/w/index.php?diff=55117&oldid=54807 5* 03YamTokWae 5* (+97) 10 > 1526105957 319991 PRIVMSG #esoteric :14[[07User:YamTokWae14]]4 10 02https://esolangs.org/w/index.php?diff=55118&oldid=55117 5* 03YamTokWae 5* (+96) 10/* List of pages I should refer. */ < 1526105973 824150 :doesthiswork!~Adium@207.55.82.87 QUIT :Quit: Leaving. > 1526106529 164036 PRIVMSG #esoteric :14[[07User:YamTokWae/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=55119&oldid=55116 5* 03YamTokWae 5* (-116) 10 < 1526109207 748140 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 240 seconds < 1526110650 36948 :Vorpal!~Vorpal@unaffiliated/vorpal JOIN :#esoteric < 1526111394 391813 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric > 1526112717 627347 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03GibsonGeorge 5* 10New user account < 1526112885 345856 :AnotherTest!~turingcom@d51A46C74.access.telenet.be JOIN :#esoteric > 1526112955 645950 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=55120&oldid=55110 5* 03GibsonGeorge 5* (+173) 10 < 1526114298 902079 :contrapumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1526114299 912981 :contrapumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Remote host closed the connection > 1526116733 594853 PRIVMSG #esoteric :14[[07User talk:Schmuui14]]4 M10 02https://esolangs.org/w/index.php?diff=55121&oldid=55108 5* 03Galaxtone 5* (+220) 10 < 1526116919 918755 :int-e!~noone@int-e.eu PRIVMSG #esoteric :surpise! procrastination leads to stress... when will I learn... < 1526120365 46227 :xkapastel!uid17782@gateway/web/irccloud.com/x-qdysqretqfazlzgk QUIT :Quit: Connection closed for inactivity > 1526122472 713381 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55122&oldid=55105 5* 03Galaxtone 5* (+31) 10Style test > 1526122506 369492 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55123&oldid=55122 5* 03Galaxtone 5* (+17) 10Style test #2 > 1526122673 917474 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55124&oldid=55123 5* 03Galaxtone 5* (+206) 10Style test #3 > 1526122699 910636 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55125&oldid=55124 5* 03Galaxtone 5* (+2) 10Style test #4 > 1526122734 372392 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55126&oldid=55125 5* 03Galaxtone 5* (-16) 10Style test #5 < 1526122750 456751 :int-e!~noone@int-e.eu PRIVMSG #esoteric ::/ < 1526122758 726029 :int-e!~noone@int-e.eu PRIVMSG #esoteric :. o O ( preview anyone? ) < 1526122928 619569 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Read error: Connection reset by peer < 1526122930 885016 :doesthiswork!~Adium@207.55.82.87 JOIN :#esoteric < 1526122941 650703 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1526123160 81535 :arseniiv!~arseniiv@136.169.138.83.dynamic.ufanet.ru PRIVMSG #esoteric :int-e: or a sandbox :D < 1526123332 26088 :arseniiv!~arseniiv@136.169.138.83.dynamic.ufanet.ru PRIVMSG #esoteric :it reminds me I had previewed YEOOIIOOIOA page like fifty times when it was being written :) < 1526123497 526884 :int-e!~noone@int-e.eu PRIVMSG #esoteric :That sounds quite normal to me. < 1526123522 669954 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(dozens of times for a large edit, certainly, so 50 doesn't seem overly excessive) < 1526123570 831484 :arseniiv!~arseniiv@136.169.138.83.dynamic.ufanet.ru PRIVMSG #esoteric :to me too, I’m just rare to wikis the last time < 1526123601 522053 :arseniiv!~arseniiv@136.169.138.83.dynamic.ufanet.ru PRIVMSG #esoteric :or most time… > 1526125314 746951 PRIVMSG #esoteric :14[[07Schmuu14]]4 10 02https://esolangs.org/w/index.php?diff=55127&oldid=55126 5* 03Galaxtone 5* (+2973) 10Added pseudo code to each statement. > 1526125428 248537 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55128&oldid=55127 5* 03Galaxtone 5* (-1322) 10 > 1526125453 757705 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55129&oldid=55128 5* 03Galaxtone 5* (+0) 10/* List of statements */ > 1526125530 302222 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55130&oldid=55129 5* 03Galaxtone 5* (-52) 10/* List of statements */ > 1526125607 391753 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55131&oldid=55130 5* 03Galaxtone 5* (+17) 10/* List of types */ < 1526126416 272089 :arseniiv!~arseniiv@136.169.138.83.dynamic.ufanet.ru PRIVMSG #esoteric :oh so rarely do languages have a full lattice of types, yet nowadays each second has a top, and each tenth has a bottom to boot < 1526126663 358595 :imode!~imode@unaffiliated/imode JOIN :#esoteric > 1526130579 77389 PRIVMSG #esoteric :14[[07Talk:Schmuu14]]4 10 02https://esolangs.org/w/index.php?diff=55132&oldid=55068 5* 03Galaxtone 5* (+97) 10 > 1526130616 663122 PRIVMSG #esoteric :14[[07Talk:Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55133&oldid=55132 5* 03Galaxtone 5* (+22) 10 < 1526131167 688468 :Warrigal!~tswett@unaffiliated/tswett QUIT :Ping timeout: 240 seconds < 1526131547 869274 :copumpkin!copumpkinm@haskell/developer/copumpkin QUIT :Ping timeout: 246 seconds < 1526131550 758811 :ProofTechnique[m!prooftechn@gateway/shell/matrix.org/x-btyaaikgyfxkpujg QUIT :Ping timeout: 276 seconds > 1526132025 787026 PRIVMSG #esoteric :14[[07Schmuu14]]4 10 02https://esolangs.org/w/index.php?diff=55134&oldid=55131 5* 03Galaxtone 5* (+695) 10 > 1526132059 369581 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55135&oldid=55134 5* 03Galaxtone 5* (-87) 10Removed 32bit integer ascii exception due to it already existed above the list < 1526132132 736235 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1526132530 368779 :ProofTechnique[m!prooftechn@gateway/shell/matrix.org/x-hygvdnyapmitebcy JOIN :#esoteric > 1526132908 987434 PRIVMSG #esoteric :14[[07Schmuu14]]4 10 02https://esolangs.org/w/index.php?diff=55136&oldid=55135 5* 03Galaxtone 5* (+98) 10/* List of types */ > 1526132938 949009 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55137&oldid=55136 5* 03Galaxtone 5* (+0) 10To-do list, "one-length" instead of "One-length" > 1526132970 766964 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55138&oldid=55137 5* 03Galaxtone 5* (+1) 10Missed a new line > 1526133003 134376 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55139&oldid=55138 5* 03Galaxtone 5* (+1) 10"value declarations" instead of "type declarations" > 1526133049 853751 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55140&oldid=55139 5* 03Galaxtone 5* (+12) 10Changed table section "Usage" to "Value Declaration" < 1526133360 412181 :copumpkin!copumpkinm@haskell/developer/copumpkin JOIN :#esoteric > 1526133360 538822 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55141&oldid=55140 5* 03Galaxtone 5* (-4) 10Changed value declaration of type Nothing. > 1526133468 903739 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55142&oldid=55141 5* 03Galaxtone 5* (+1) 10/* List of types */ > 1526133503 743674 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55143&oldid=55142 5* 03Galaxtone 5* (+2) 10/* List of types */ > 1526133529 117441 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55144&oldid=55143 5* 03Galaxtone 5* (-1) 10/* List of types */ > 1526133588 530568 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55145&oldid=55144 5* 03Galaxtone 5* (-65) 10/* List of types */ < 1526133663 487257 :xkapastel!uid17782@gateway/web/irccloud.com/x-jxjestocahpkkupd JOIN :#esoteric < 1526134452 52519 :user24!~void@p200300461A0919462EEFC8BF9F000E60.dip0.t-ipconnect.de JOIN :#esoteric > 1526134929 535446 PRIVMSG #esoteric :14[[07Schmuu14]]4 10 02https://esolangs.org/w/index.php?diff=55146&oldid=55145 5* 03Galaxtone 5* (+658) 10Added a bit of documentation for printer (Unformatted) and a to-do list < 1526136358 739606 :variable!~variable@freebsd/developer/variable QUIT :Quit: Found 1 in /dev/zero < 1526137597 409102 :fddsafsd!~sdfgsdfg@176.33.238.141 JOIN :#esoteric < 1526137720 359426 :fddsafsd!~sdfgsdfg@176.33.238.141 QUIT :Max SendQ exceeded > 1526138772 949498 PRIVMSG #esoteric :14[[07User talk:Schmuui14]]4 10 02https://esolangs.org/w/index.php?diff=55147&oldid=55121 5* 03Galaxtone 5* (+195) 10Read message for details > 1526138791 886367 PRIVMSG #esoteric :14[[07User talk:Schmuui14]]4 M10 02https://esolangs.org/w/index.php?diff=55148&oldid=55147 5* 03Galaxtone 5* (-1) 10/* Chat */ > 1526138823 808925 PRIVMSG #esoteric :14[[07User talk:Schmuui14]]4 10 02https://esolangs.org/w/index.php?diff=55149&oldid=55148 5* 03Galaxtone 5* (+41) 10 < 1526138895 343543 :Galaxtone!~IceChat9@cable-54-120.sssnet.com JOIN :#esoteric < 1526138897 2380 :Galaxtone!~IceChat9@cable-54-120.sssnet.com PRIVMSG #esoteric :... < 1526138902 502208 :Galaxtone!~IceChat9@cable-54-120.sssnet.com PRIVMSG #esoteric :Does it show you ever major edit I make < 1526138909 201375 :Galaxtone!~IceChat9@cable-54-120.sssnet.com PRIVMSG #esoteric :aka not checkboxed for minor < 1526138957 466946 :fddsafsd!~sdfgsdfg@176.33.236.80 JOIN :#esoteric < 1526139177 3393 :Galaxtone!~IceChat9@cable-54-120.sssnet.com PRIVMSG #esoteric ::thonk: Probably should make more minor edits < 1526139730 94042 :fddsafsd!~sdfgsdfg@176.33.236.80 QUIT :Remote host closed the connection < 1526139790 509260 :fddsafsd!~sdfgsdfg@176.33.236.80 JOIN :#esoteric < 1526139888 332292 :fddsafsd!~sdfgsdfg@176.33.236.80 QUIT :Remote host closed the connection < 1526139913 773497 :fddsafsd!~sdfgsdfg@176.33.236.80 JOIN :#esoteric < 1526139949 42910 :Vorpal!~Vorpal@unaffiliated/vorpal QUIT :Quit: ZNC - http://znc.sourceforge.net < 1526140330 479880 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric > 1526140392 904326 PRIVMSG #esoteric :14[[07User:Qwertyu6314]]4 10 02https://esolangs.org/w/index.php?diff=55150&oldid=54354 5* 03Qwertyu63 5* (-6) 10 < 1526140430 632403 :fddsafsd!~sdfgsdfg@176.33.236.80 PRIVMSG #esoteric :whats this channel fo < 1526140542 945226 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1526140605 888051 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :This is the IRC of esoteric programming; to see wiki it explains them. < 1526140630 663056 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :(But many things are discussed on here, anyways) > 1526140765 922952 PRIVMSG #esoteric :14[[07Set14]]4 10 02https://esolangs.org/w/index.php?diff=55151&oldid=52345 5* 03Qwertyu63 5* (+0) 10/* Combiners ((N+M)) */ < 1526141071 887774 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :Galaxtone: actually it shows the minor ones too. try the preview button. < 1526141235 649265 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Later < 1526142372 687023 :variable!~variable@freebsd/developer/variable QUIT :Quit: /dev/null is full < 1526142501 418919 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1526143946 435767 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1526143956 121330 :trout!~variable@freebsd/developer/variable QUIT :Client Quit < 1526143990 681039 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1526144180 683238 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds > 1526144808 452649 PRIVMSG #esoteric :14[[07Talk:Emoji-gramming14]]4 10 02https://esolangs.org/w/index.php?diff=55152&oldid=52542 5* 03Galaxtone 5* (+189) 10/* Can I provide a "Hello, world!" example? */ new section < 1526145826 991590 :trout!~variable@freebsd/developer/variable QUIT :Quit: Found 1 in /dev/zero < 1526147951 641023 :fddsafsd!~sdfgsdfg@176.33.236.80 QUIT :Remote host closed the connection < 1526148237 691557 :arseniiv!~arseniiv@136.169.138.83.dynamic.ufanet.ru QUIT :Ping timeout: 240 seconds < 1526148718 911749 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :I wrote this document: http://zzo38computer.org/textfile/miscellaneous/IMIDI Please make the comment/question/complaint of it. > 1526149087 604123 PRIVMSG #esoteric :14[[07User talk:Schmuui14]]4 10 02https://esolangs.org/w/index.php?diff=55153&oldid=55149 5* 03Ais523 5* (+562) 10/* An esoteric (ess-oh-terr-ick) programming language, or esolang, is a computer programming language designed to experiment with weird ideas, to be hard to program in, or as a joke, rather than for practical use. */ new section > 1526149206 607192 PRIVMSG #esoteric :14[[07Special:Log/delete14]]4 delete10 02 5* 03Ais523 5* 10deleted "[[02Template:Bot10]]": Copyright violation: identical text (and code adjusted on a predictable pattern to account for the difference between wikis) to the Wikipedia equivalent > 1526149699 623124 PRIVMSG #esoteric :14[[07User talk:Kaa-kun14]]4 10 02https://esolangs.org/w/index.php?diff=55154&oldid=55033 5* 03Ais523 5* (+239) 10you can't copy to here from Wikipedia < 1526149757 431939 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1526149841 180986 :user24!~void@p200300461A0919462EEFC8BF9F000E60.dip0.t-ipconnect.de QUIT :Quit: Leaving > 1526151345 360578 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=55155&oldid=55120 5* 03Digital Hunter 5* (+201) 10 > 1526151352 685219 PRIVMSG #esoteric :14[[07User:Digital Hunter14]]4 N10 02https://esolangs.org/w/index.php?oldid=55156 5* 03Digital Hunter 5* (+14) 10Made a page < 1526151585 902270 :zzo38!~zzo38@24-207-13-153.eastlink.ca QUIT :Ping timeout: 264 seconds < 1526151627 659196 :zzo38!~zzo38@24-207-13-153.eastlink.ca JOIN :#esoteric < 1526152254 605544 :fddsafsd!~sdfgsdfg@176.33.236.80 JOIN :#esoteric < 1526153305 987081 :fddsafsd!~sdfgsdfg@176.33.236.80 QUIT :Read error: Connection reset by peer < 1526153683 431564 :fddsafsd!~sdfgsdfg@176.33.236.80 JOIN :#esoteric < 1526154577 642650 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1526154577 719022 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1526154577 719067 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1526154983 461762 :fddsafsd!~sdfgsdfg@176.33.236.80 QUIT :Ping timeout: 256 seconds > 1526156941 444881 PRIVMSG #esoteric :14[[07Surtic14]]4 N10 02https://esolangs.org/w/index.php?oldid=55157 5* 03Digital Hunter 5* (+3569) 10Made a page > 1526157082 685706 PRIVMSG #esoteric :14[[07Surtic14]]4 M10 02https://esolangs.org/w/index.php?diff=55158&oldid=55157 5* 03Digital Hunter 5* (+4) 10added a link > 1526157146 235162 PRIVMSG #esoteric :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=55159&oldid=55041 5* 03Digital Hunter 5* (+13) 10/* S */ > 1526157219 684293 PRIVMSG #esoteric :14[[07Surtic14]]4 M10 02https://esolangs.org/w/index.php?diff=55160&oldid=55158 5* 03Digital Hunter 5* (+19) 10changed wording > 1526157358 852720 PRIVMSG #esoteric :14[[07User:Digital Hunter14]]4 10 02https://esolangs.org/w/index.php?diff=55161&oldid=55156 5* 03Digital Hunter 5* (+45) 10added a sentence < 1526157530 482996 :fddsafsd!~sdfgsdfg@176.33.236.80 JOIN :#esoteric < 1526158987 940068 :MDude!~MDude@pa-67-234-118-37.dhcp.embarqhsd.net QUIT :Quit: Going offline, see ya! (www.adiirc.com) < 1526159203 163554 :fddsafsd!~sdfgsdfg@176.33.236.80 QUIT :Quit: fddsafsd < 1526159830 449585 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1526160551 112047 :Guest6451!~Slereah@ALille-651-1-26-18.w2-5.abo.wanadoo.fr JOIN :#esoteric < 1526160659 598937 :Slereah!~Slereah@ALille-651-1-74-125.w2-5.abo.wanadoo.fr QUIT :Ping timeout: 260 seconds < 1526161149 328380 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :DOSBOX seems to believe that /dev/cdrom is a directory, even though it isn't a directory. Do you know why that is? < 1526161237 779823 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I assume because DOSBOX will try to mount it. < 1526161247 491406 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :or just sees all devices as directories that can't be browsed to. < 1526161359 726267 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :I got the CD to work now, but the box says to type TECHCD2 to start the program, and the CD does not have a file by that name. > 1526161821 1846 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Bzwadc 5* 10New user account > 1526162095 598134 PRIVMSG #esoteric :14[[07Schmuu14]]4 M10 02https://esolangs.org/w/index.php?diff=55162&oldid=55146 5* 03Galaxtone 5* (+0) 10 < 1526163511 760911 :Canaimero-15d4!~usuario-n@186-93-73-129.genericrev.cantv.net JOIN :#esoteric < 1526163621 939002 :Canaimero-15d4!~usuario-n@186-93-73-129.genericrev.cantv.net PART :#esoteric < 1526163673 124232 :Canaimero-15d4!~usuario-n@186-93-73-129.genericrev.cantv.net JOIN :#esoteric < 1526163697 490538 :Galaxtone!~IceChat9@cable-54-120.sssnet.com PRIVMSG #esoteric :. < 1526163706 883569 :Galaxtone!~IceChat9@cable-54-120.sssnet.com PRIVMSG #esoteric :I'm still connected to chat > 1526163711 681227 PRIVMSG #esoteric :14[[07Talk:Emoji-gramming14]]4 10 02https://esolangs.org/w/index.php?diff=55163&oldid=55152 5* 03Galaxtone 5* (+57) 10Extra suggestion on top for you (Hi #esoteric) < 1526163714 517670 :Galaxtone!~IceChat9@cable-54-120.sssnet.com PRIVMSG #esoteric :^ :p < 1526163741 127835 :Canaimero-15d4!~usuario-n@186-93-73-129.genericrev.cantv.net PART :#esoteric < 1526164203 59689 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1526164436 291182 :sebbu2!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1526164630 296174 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 250 seconds > 1526165181 230392 PRIVMSG #esoteric :14[[07Surtic14]]4 M10 02https://esolangs.org/w/index.php?diff=55164&oldid=55160 5* 03Digital Hunter 5* (+14) 10 < 1526166158 684458 :Warrigal!~tswett@unaffiliated/tswett JOIN :#esoteric