←2018-05-11 2018-05-12 2018-05-13→ ↑2018 ↑all
00:00:07 <oerjan> and now we know.
00:00:20 <oerjan> (but who will she be shouting at next?)
00:00:27 <oerjan> *that* might be klaus.
00:01:09 <oerjan> lots of schmuu today.
00:02:25 <shachaf> did Schmuui feature themselves on the main page
00:02:39 <shachaf> I guess the featured languge is still the same at least.
00:07:27 <esowiki> [[Esoteric programming language]] https://esolangs.org/w/index.php?diff=55107&oldid=55061 * Oerjan * (+2) Keep pronunciation out of bold. Add bold for redirect target.
00:08:47 <oerjan> i haven't gotten to that edit yet.
00:13:17 <esowiki> [[User talk:Schmuui]] M https://esolangs.org/w/index.php?diff=55108&oldid=55082 * Oerjan * (+45) *MWAHAHAHA* Unsigned
00:16:56 <esowiki> [[Main Page]] https://esolangs.org/w/index.php?diff=55109&oldid=55106 * Oerjan * (-56) Undo revision 55106 by [[Special:Contributions/Schmuui|Schmuui]] ([[User talk:Schmuui|talk]]) (Not the place for this. Happy birthday though!)
00:19:13 <zzo38> 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).
00:21:06 <zzo38> 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).
00:21:59 <zzo38> 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.
00:22:24 <zzo38> 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
00:31:04 -!- Phantom_Hoover has quit (Remote host closed the connection).
00:58:10 <zzo38> 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.
01:34:11 -!- Warrigal has joined.
01:37:20 -!- imode has quit (Ping timeout: 276 seconds).
01:50:20 -!- variable has quit (Quit: /dev/null is full).
01:55:37 -!- imode has joined.
02:09:51 -!- xkapastel has joined.
02:45:48 -!- variable has joined.
02:57:01 <zzo38> 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.)
03:11:20 <zzo38> 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.
03:26:37 -!- imode has quit (Ping timeout: 268 seconds).
04:10:24 -!- propumpkin has quit (Ping timeout: 268 seconds).
04:23:45 -!- hppavilion[1] has quit (Ping timeout: 264 seconds).
04:25:15 <esowiki> [[Special:Log/newusers]] create * NotAgoodOne * New user account
04:29:20 <zzo38> 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.
04:31:33 <zzo38> Do you like this?
04:35:41 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=55110&oldid=55037 * NotAgoodOne * (+173) /* Introductions */
04:37:43 <esowiki> [[User:NotAgoodOne]] N https://esolangs.org/w/index.php?oldid=55111 * NotAgoodOne * (+55) Created page with "im a kid who likes esolangs trying to find my first one"
04:38:59 -!- imode has joined.
04:45:53 -!- oerjan has quit (Quit: Nite).
05:39:58 <esowiki> [[User:YamTokWae/Sandbox]] https://esolangs.org/w/index.php?diff=55112&oldid=54809 * YamTokWae * (+13)
05:47:12 <esowiki> [[User:YamTokWae/Sandbox]] https://esolangs.org/w/index.php?diff=55113&oldid=55112 * YamTokWae * (+1175)
05:54:03 -!- arseniiv has joined.
05:57:21 <esowiki> [[User:YamTokWae/Sandbox]] https://esolangs.org/w/index.php?diff=55114&oldid=55113 * YamTokWae * (+1002)
06:06:07 <esowiki> [[User:YamTokWae/Sandbox]] https://esolangs.org/w/index.php?diff=55115&oldid=55114 * YamTokWae * (+792)
06:12:07 <esowiki> [[User:YamTokWae/Sandbox]] https://esolangs.org/w/index.php?diff=55116&oldid=55115 * YamTokWae * (-16) /* Overview */
06:17:48 <esowiki> [[User:YamTokWae]] https://esolangs.org/w/index.php?diff=55117&oldid=54807 * YamTokWae * (+97)
06:19:17 <esowiki> [[User:YamTokWae]] https://esolangs.org/w/index.php?diff=55118&oldid=55117 * YamTokWae * (+96) /* List of pages I should refer. */
06:19:33 -!- doesthiswork has quit (Quit: Leaving.).
06:28:49 <esowiki> [[User:YamTokWae/Sandbox]] https://esolangs.org/w/index.php?diff=55119&oldid=55116 * YamTokWae * (-116)
07:13:27 -!- imode has quit (Ping timeout: 240 seconds).
07:37:30 -!- Vorpal has joined.
07:49:54 -!- SopaXorzTaker has joined.
08:11:57 <esowiki> [[Special:Log/newusers]] create * GibsonGeorge * New user account
08:14:45 -!- AnotherTest has joined.
08:15:55 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=55120&oldid=55110 * GibsonGeorge * (+173)
08:38:18 -!- contrapumpkin has joined.
08:38:19 -!- contrapumpkin has quit (Remote host closed the connection).
09:18:53 <esowiki> [[User talk:Schmuui]] M https://esolangs.org/w/index.php?diff=55121&oldid=55108 * Galaxtone * (+220)
09:21:59 <int-e> surpise! procrastination leads to stress... when will I learn...
10:19:25 -!- xkapastel has quit (Quit: Connection closed for inactivity).
10:54:32 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55122&oldid=55105 * Galaxtone * (+31) Style test
10:55:06 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55123&oldid=55122 * Galaxtone * (+17) Style test #2
10:57:53 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55124&oldid=55123 * Galaxtone * (+206) Style test #3
10:58:19 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55125&oldid=55124 * Galaxtone * (+2) Style test #4
10:58:54 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55126&oldid=55125 * Galaxtone * (-16) Style test #5
10:59:10 <int-e> :/
10:59:18 <int-e> . o O ( preview anyone? )
11:02:08 -!- tromp has quit (Read error: Connection reset by peer).
11:02:10 -!- doesthiswork has joined.
11:02:21 -!- tromp has joined.
11:06:00 <arseniiv> int-e: or a sandbox :D
11:08:52 <arseniiv> it reminds me I had previewed YEOOIIOOIOA page like fifty times when it was being written :)
11:11:37 <int-e> That sounds quite normal to me.
11:12:02 <int-e> (dozens of times for a large edit, certainly, so 50 doesn't seem overly excessive)
11:12:50 <arseniiv> to me too, I’m just rare to wikis the last time
11:13:21 <arseniiv> or most time…
11:41:54 <esowiki> [[Schmuu]] https://esolangs.org/w/index.php?diff=55127&oldid=55126 * Galaxtone * (+2973) Added pseudo code to each statement.
11:43:48 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55128&oldid=55127 * Galaxtone * (-1322)
11:44:13 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55129&oldid=55128 * Galaxtone * (+0) /* List of statements */
11:45:30 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55130&oldid=55129 * Galaxtone * (-52) /* List of statements */
11:46:47 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55131&oldid=55130 * Galaxtone * (+17) /* List of types */
12:00:16 <arseniiv> 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
12:04:23 -!- imode has joined.
13:09:39 <esowiki> [[Talk:Schmuu]] https://esolangs.org/w/index.php?diff=55132&oldid=55068 * Galaxtone * (+97)
13:10:16 <esowiki> [[Talk:Schmuu]] M https://esolangs.org/w/index.php?diff=55133&oldid=55132 * Galaxtone * (+22)
13:19:27 -!- Warrigal has quit (Ping timeout: 240 seconds).
13:25:47 -!- copumpkin has quit (Ping timeout: 246 seconds).
13:25:50 -!- ProofTechnique[m has quit (Ping timeout: 276 seconds).
13:33:45 <esowiki> [[Schmuu]] https://esolangs.org/w/index.php?diff=55134&oldid=55131 * Galaxtone * (+695)
13:34:19 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55135&oldid=55134 * Galaxtone * (-87) Removed 32bit integer ascii exception due to it already existed above the list
13:35:32 -!- erkin has joined.
13:42:10 -!- ProofTechnique[m has joined.
13:48:28 <esowiki> [[Schmuu]] https://esolangs.org/w/index.php?diff=55136&oldid=55135 * Galaxtone * (+98) /* List of types */
13:48:58 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55137&oldid=55136 * Galaxtone * (+0) To-do list, "one-length" instead of "One-length"
13:49:30 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55138&oldid=55137 * Galaxtone * (+1) Missed a new line
13:50:03 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55139&oldid=55138 * Galaxtone * (+1) "value declarations" instead of "type declarations"
13:50:49 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55140&oldid=55139 * Galaxtone * (+12) Changed table section "Usage" to "Value Declaration"
13:56:00 -!- copumpkin has joined.
13:56:00 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55141&oldid=55140 * Galaxtone * (-4) Changed value declaration of type Nothing.
13:57:48 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55142&oldid=55141 * Galaxtone * (+1) /* List of types */
13:58:23 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55143&oldid=55142 * Galaxtone * (+2) /* List of types */
13:58:49 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55144&oldid=55143 * Galaxtone * (-1) /* List of types */
13:59:48 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55145&oldid=55144 * Galaxtone * (-65) /* List of types */
14:01:03 -!- xkapastel has joined.
14:14:12 -!- user24 has joined.
14:22:09 <esowiki> [[Schmuu]] https://esolangs.org/w/index.php?diff=55146&oldid=55145 * Galaxtone * (+658) Added a bit of documentation for printer (Unformatted) and a to-do list
14:45:58 -!- variable has quit (Quit: Found 1 in /dev/zero).
15:06:37 -!- fddsafsd has joined.
15:08:40 -!- fddsafsd has quit (Max SendQ exceeded).
15:26:12 <esowiki> [[User talk:Schmuui]] https://esolangs.org/w/index.php?diff=55147&oldid=55121 * Galaxtone * (+195) Read message for details
15:26:31 <esowiki> [[User talk:Schmuui]] M https://esolangs.org/w/index.php?diff=55148&oldid=55147 * Galaxtone * (-1) /* Chat */
15:27:03 <esowiki> [[User talk:Schmuui]] https://esolangs.org/w/index.php?diff=55149&oldid=55148 * Galaxtone * (+41)
15:28:15 -!- Galaxtone has joined.
15:28:17 <Galaxtone> ...
15:28:22 <Galaxtone> Does it show you ever major edit I make
15:28:29 <Galaxtone> aka not checkboxed for minor
15:29:17 -!- fddsafsd has joined.
15:32:57 <Galaxtone> :thonk: Probably should make more minor edits
15:42:10 -!- fddsafsd has quit (Remote host closed the connection).
15:43:10 -!- fddsafsd has joined.
15:44:48 -!- fddsafsd has quit (Remote host closed the connection).
15:45:13 -!- fddsafsd has joined.
15:45:49 -!- Vorpal has quit (Quit: ZNC - http://znc.sourceforge.net).
15:52:10 -!- oerjan has joined.
15:53:12 <esowiki> [[User:Qwertyu63]] https://esolangs.org/w/index.php?diff=55150&oldid=54354 * Qwertyu63 * (-6)
15:53:50 <fddsafsd> whats this channel fo
15:55:42 -!- variable has joined.
15:56:45 <zzo38> This is the IRC of esoteric programming; to see wiki it explains them.
15:57:10 <zzo38> (But many things are discussed on here, anyways)
15:59:25 <esowiki> [[Set]] https://esolangs.org/w/index.php?diff=55151&oldid=52345 * Qwertyu63 * (+0) /* Combiners ((N+M)) */
16:04:31 <oerjan> Galaxtone: actually it shows the minor ones too. try the preview button.
16:07:15 -!- oerjan has quit (Quit: Later).
16:26:12 -!- variable has quit (Quit: /dev/null is full).
16:28:21 -!- variable has joined.
16:52:26 -!- trout has joined.
16:52:36 -!- trout has quit (Client Quit).
16:53:10 -!- trout has joined.
16:56:20 -!- variable has quit (Ping timeout: 276 seconds).
17:06:48 <esowiki> [[Talk:Emoji-gramming]] https://esolangs.org/w/index.php?diff=55152&oldid=52542 * Galaxtone * (+189) /* Can I provide a "Hello, world!" example? */ new section
17:23:46 -!- trout has quit (Quit: Found 1 in /dev/zero).
17:59:11 -!- fddsafsd has quit (Remote host closed the connection).
18:03:57 -!- arseniiv has quit (Ping timeout: 240 seconds).
18:11:58 <zzo38> I wrote this document: http://zzo38computer.org/textfile/miscellaneous/IMIDI Please make the comment/question/complaint of it.
18:18:07 <esowiki> [[User talk:Schmuui]] https://esolangs.org/w/index.php?diff=55153&oldid=55149 * Ais523 * (+562) /* 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
18:20:06 <esowiki> [[Special:Log/delete]] delete * Ais523 * deleted "[[Template:Bot]]": Copyright violation: identical text (and code adjusted on a predictable pattern to account for the difference between wikis) to the Wikipedia equivalent
18:28:19 <esowiki> [[User talk:Kaa-kun]] https://esolangs.org/w/index.php?diff=55154&oldid=55033 * Ais523 * (+239) you can't copy to here from Wikipedia
18:29:17 -!- SopaXorzTaker has quit (Remote host closed the connection).
18:30:41 -!- user24 has quit (Quit: Leaving).
18:55:45 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=55155&oldid=55120 * Digital Hunter * (+201)
18:55:52 <esowiki> [[User:Digital Hunter]] N https://esolangs.org/w/index.php?oldid=55156 * Digital Hunter * (+14) Made a page
18:59:45 -!- zzo38 has quit (Ping timeout: 264 seconds).
19:00:27 -!- zzo38 has joined.
19:10:54 -!- fddsafsd has joined.
19:28:25 -!- fddsafsd has quit (Read error: Connection reset by peer).
19:34:43 -!- fddsafsd has joined.
19:49:37 -!- Phantom_Hoover has joined.
19:49:37 -!- Phantom_Hoover has quit (Changing host).
19:49:37 -!- Phantom_Hoover has joined.
19:56:23 -!- fddsafsd has quit (Ping timeout: 256 seconds).
20:29:01 <esowiki> [[Surtic]] N https://esolangs.org/w/index.php?oldid=55157 * Digital Hunter * (+3569) Made a page
20:31:22 <esowiki> [[Surtic]] M https://esolangs.org/w/index.php?diff=55158&oldid=55157 * Digital Hunter * (+4) added a link
20:32:26 <esowiki> [[Language list]] https://esolangs.org/w/index.php?diff=55159&oldid=55041 * Digital Hunter * (+13) /* S */
20:33:39 <esowiki> [[Surtic]] M https://esolangs.org/w/index.php?diff=55160&oldid=55158 * Digital Hunter * (+19) changed wording
20:35:58 <esowiki> [[User:Digital Hunter]] https://esolangs.org/w/index.php?diff=55161&oldid=55156 * Digital Hunter * (+45) added a sentence
20:38:50 -!- fddsafsd has joined.
21:03:07 -!- MDude has quit (Quit: Going offline, see ya! (www.adiirc.com)).
21:06:43 -!- fddsafsd has quit (Quit: fddsafsd).
21:17:10 -!- variable has joined.
21:29:11 -!- Guest6451 has joined.
21:30:59 -!- Slereah has quit (Ping timeout: 260 seconds).
21:39:09 <zzo38> DOSBOX seems to believe that /dev/cdrom is a directory, even though it isn't a directory. Do you know why that is?
21:40:37 <imode> I assume because DOSBOX will try to mount it.
21:40:47 <imode> or just sees all devices as directories that can't be browsed to.
21:42:39 <zzo38> 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.
21:50:21 <esowiki> [[Special:Log/newusers]] create * Bzwadc * New user account
21:54:55 <esowiki> [[Schmuu]] M https://esolangs.org/w/index.php?diff=55162&oldid=55146 * Galaxtone * (+0)
22:18:31 -!- Canaimero-15d4 has joined.
22:20:21 -!- Canaimero-15d4 has left.
22:21:13 -!- Canaimero-15d4 has joined.
22:21:37 <Galaxtone> .
22:21:46 <Galaxtone> I'm still connected to chat
22:21:51 <esowiki> [[Talk:Emoji-gramming]] https://esolangs.org/w/index.php?diff=55163&oldid=55152 * Galaxtone * (+57) Extra suggestion on top for you (Hi #esoteric)
22:21:54 <Galaxtone> ^ :p
22:22:21 -!- Canaimero-15d4 has left.
22:30:03 -!- erkin has quit (Quit: Ouch! Got SIGIRL, dying...).
22:33:56 -!- sebbu2 has joined.
22:37:10 -!- sebbu has quit (Ping timeout: 250 seconds).
22:46:21 <esowiki> [[Surtic]] M https://esolangs.org/w/index.php?diff=55164&oldid=55160 * Digital Hunter * (+14)
23:02:38 -!- Warrigal has joined.
←2018-05-11 2018-05-12 2018-05-13→ ↑2018 ↑all