00:16:33 -!- erkin has joined. 00:17:06 -!- sebbu2 has joined. 00:20:52 -!- sebbu has quit (Ping timeout: 256 seconds). 00:26:10 -!- sebbu2 has changed nick to sebbu. 00:29:03 -!- oerjan has joined. 00:31:05 -!- tromp has joined. 00:35:35 -!- tromp has quit (Ping timeout: 260 seconds). 00:36:18 * oerjan hates it when he forgets to change the zoom level back before opening a heap of tabs 00:40:43 Can you use a privileged JavaScript code to affect multiple tabs at once? 00:43:51 They now added window functions into SQLite (although the version with window functions is not yet released), although, it says can only be used with SELECT, and, I wanted to use window functions with UPDATE, too. 00:52:03 [[Ja]] https://esolangs.org/w/index.php?diff=56283&oldid=56271 * Oerjan * (+279) Not convinced yet 00:54:39 [[BF instruction minimalization]] https://esolangs.org/w/index.php?diff=56284&oldid=56275 * Oerjan * (+7) These really shouldn't all be top level sections. 00:55:40 the specification of ja is a bit unclear on j, i think. 01:35:40 -!- Naergon has quit (Ping timeout: 260 seconds). 01:39:58 [[Turing tarpit]] https://esolangs.org/w/index.php?diff=56285&oldid=56265 * Oerjan * (-86) It's not clearly TC yet 01:57:27 [[BackTurn]] https://esolangs.org/w/index.php?diff=56286&oldid=56238 * Zzo38 * (+29) 02:01:32 Yes, it is unclear to me too 02:01:46 -!- mrrmx has quit (Quit: Leaving). 02:18:55 -!- tromp has joined. 02:23:45 -!- tromp has quit (Ping timeout: 264 seconds). 02:31:12 [[BackTurn]] https://esolangs.org/w/index.php?diff=56287&oldid=56286 * Zzo38 * (+612) 02:35:40 -!- Suika has joined. 02:36:21 -!- erkin has quit (Ping timeout: 240 seconds). 02:37:00 -!- Suika has changed nick to erkin. 02:49:19 BackTurn level 1 should be able to sufficient for BackFlip-equivalent because I have managed to make flipping mirrors from two rotators, and fixed mirrors from two fixed mirrors, making tiled of 3x3 blocks in both cases. However, which pattern is needed depends on what else in the same row/column. 02:53:04 Do you? 03:04:02 um what about arrows? 03:07:24 There is the mention in [[Talk:BackFlip]] of why arrows are unnecessary. 03:08:14 "Having flipping mirrors and any one of: symbols always rebounding, symbols with a direction which always rebounds, fixed mirrors, arrows, gives you all of the others. (showing that you can get arrows is the difficult part, shown by ais523 above)" 03:12:56 (A symbol that always rebounds can also be made using the fixed mirrors if the flipping mirrors are made using rotators as I mentioned) 03:13:41 -!- tromp has joined. 03:18:20 -!- tromp has quit (Ping timeout: 260 seconds). 03:28:11 oh 03:30:56 and i even wrote that. 03:33:53 Yes, you did write that, so hopefully you should know. 03:35:14 but i forgot. 03:35:25 OK 03:54:17 -!- erkin has quit (Quit: Ouch! Got SIGIRL, dying...). 04:07:28 -!- tromp has joined. 04:08:21 [[FuckPack]] https://esolangs.org/w/index.php?diff=56288&oldid=56279 * A * (+55) 04:08:44 [[Brainfuck extensions]] https://esolangs.org/w/index.php?diff=56289&oldid=56280 * A * (+14) 04:11:57 -!- tromp has quit (Ping timeout: 240 seconds). 04:12:09 [[FuckPack]] https://esolangs.org/w/index.php?diff=56290&oldid=56288 * A * (+55) 04:13:12 [[Brainfuck extensions]] https://esolangs.org/w/index.php?diff=56291&oldid=56289 * A * (+14) 04:21:50 * oerjan learns about the hero shrew spine from freefall 04:26:29 [[Brainfuck.NET]] N https://esolangs.org/w/index.php?oldid=56292 * A * (+1322) Created page with "==Language overview== Brainfuck.NET operates on an array of memory cells, also referred to as the [[tape]], each initially set to zero. There is a [[pointer]], initially point..." 04:28:34 [[Brainfuck extensions]] https://esolangs.org/w/index.php?diff=56293&oldid=56291 * A * (+89) 04:29:03 [[Brainfuck.NET]] https://esolangs.org/w/index.php?diff=56294&oldid=56292 * A * (+37) /* Language overview */ 04:33:21 [[Talk:Ja]] https://esolangs.org/w/index.php?diff=56295&oldid=56276 * Ais523 * (+767) /* The definition doesn't match the example */ new section 04:33:58 -!- ais523 has joined. 04:35:02 I have a huge suspicion that User:Asdf and User:A are the same person and pretending to be two different people 04:37:18 and am annoyed at the number of near-identical languages that they're pumping out 04:37:28 also the general lack of understanding of Turing-completeness 04:40:48 ais523: i also suspect this. 04:41:42 at least Ja could be interesting, if clarified. 04:42:18 the interpreter doesn't match itself, although someone else (i think) made that. 04:45:27 It does look someone else wrote the interpreter (which also look like not a very good job). 04:46:17 ais523: the interpreter takes (although buggily) a different interpretation of j though, which is actually more promising since the code and data won't always be the same point. 04:46:22 oerjan: ja is basically the I/D machine with control flow, I think, just the control flow doesnt actualy work 04:47:11 the same person (assuming it's the same person) created a version of the I/D machine with output but the output is the same every time round the main loop… 04:47:13 aha 04:51:50 Then they didn't do a very good job with that either. 04:53:37 I'm not sure I've seen them do a very good job with anything yet :-( 04:55:14 ais523: whoa, NetHack is adding statuscolors? 04:55:47 "is adding"? some version of that has been in since 3.6 04:56:02 although 3.6.0's version didn't really work 04:56:04 3.6.1's is more usable 04:56:38 Ah, looks like it's being reimplemented, not using my patch. 05:00:29 ais523: You wrote how to make arrows with BackFlip if you do not have arrows but do have the symbol that always rebounds, and also flipping mirrors. I also figured how to make flipping mirrors out of rotators in BackTurn, although which pattern you need depends on what "parity" the next pattern in all four directions has. Therefore, I think you can make it BackFlip-equivalent, isn't it? Or did I do something wrong? 05:00:48 shachaf: you wrote the original statuscolors? 05:02:13 -!- tromp has joined. 05:02:22 zzo38: I haven't looked at that in detail to see if it works, but I expect it to work; "rotator that reverses direction when it's hit" is quite similar to a flipping mirror (it's not the same but it's usable for many of the same purposes) 05:04:08 ais523: Back in the day. 05:04:49 I think the reason it was reimplemented was that it was tty-specific 05:04:57 and the devteam wanted a version that could work with any windowport 05:05:50 (note: I wasn't on the devteam at the time so I don't know for certain) 05:06:52 -!- tromp has quit (Ping timeout: 245 seconds). 05:11:00 ais523: The only way I figured to get it to work is to group rotators together and to use different paths for different directions (which is why you need different patterns in different cases, so that the edges match up properly), but maybe there is a better way I don't know. 05:28:33 -!- imode has quit (Ping timeout: 264 seconds). 05:41:59 -!- imode has joined. 06:20:51 -!- tromp has joined. 06:25:41 -!- tromp has quit (Ping timeout: 256 seconds). 06:38:45 -!- Naergon has joined. 06:52:32 http://zzo38computer.org/textfile/miscellaneous/canada.day 06:52:40 -!- tromp has joined. 06:57:05 -!- tromp has quit (Ping timeout: 260 seconds). 06:58:44 zzo38: where are the answers? 07:00:51 I don't know. 07:01:51 -!- tromp has joined. 07:03:55 -!- SopaXorzTaker has joined. 07:08:40 -!- ais523 has quit (Quit: quit). 07:16:22 -!- aloril_ has joined. 07:17:26 -!- aloril__ has quit (Ping timeout: 276 seconds). 07:34:00 -!- imode has quit (Ping timeout: 245 seconds). 07:34:53 -!- tromp has quit (Remote host closed the connection). 07:40:49 -!- oerjan has quit (Quit: Nite). 07:41:26 -!- doesthiswork has quit (Quit: Leaving.). 07:46:01 [[X:]] N https://esolangs.org/w/index.php?oldid=56296 * A * (+910) Created page with "'''X:''' is an [[esoteric programming language]] created by User:A([[user:A]]) which further minimizes [[123]]. == Instructions == The pointer begins at location 0. The pro..." 08:34:07 -!- tromp has joined. 08:45:28 -!- AnotherTest has joined. 09:36:12 -!- mrrmx has joined. 09:54:40 -!- edoardo has joined. 09:55:20 -!- edoardo has quit (Client Quit). 10:07:43 -!- u0_a268 has joined. 10:09:23 -!- u0_a268 has changed nick to Scrooble. 10:09:47 -!- Scrooble has quit (Client Quit). 10:35:07 [[User talk:A]] https://esolangs.org/w/index.php?diff=56297&oldid=56226 * Ais523 * (+1430) /* Turing-completeness */ new section 10:35:47 [[X:]] https://esolangs.org/w/index.php?diff=56298&oldid=56296 * Ais523 * (-19) computational class fix (this is less powerful than an FSM) 10:38:30 [[X:]] https://esolangs.org/w/index.php?diff=56299&oldid=56298 * Ais523 * (-43) actually, these categories seem to have been copied from [[123]], e.g. this language probably wasn't created the same year as that one; trim them down to only the categories supported by the article 10:58:17 [[User talk:A]] https://esolangs.org/w/index.php?diff=56300&oldid=56297 * A * (+95) /* Turing-completeness */ 10:59:53 [[User talk:A]] https://esolangs.org/w/index.php?diff=56301&oldid=56300 * A * (+14) /* Turing-completeness */ 11:01:46 -!- Naergon has quit (Ping timeout: 256 seconds). 11:09:50 [[Turing tarpit]] https://esolangs.org/w/index.php?diff=56302&oldid=56285 * A * (+37) /* Survey */ 11:12:51 [[Ja]] https://esolangs.org/w/index.php?diff=56303&oldid=56283 * A * (+21) 11:16:58 [[Aj]] N https://esolangs.org/w/index.php?oldid=56304 * A * (+792) Created page with "'''aj''' is an [[esoteric programming language]] created by [[User:A]]. Twin language: [[Ja]] == Instructions == {| class="wikitable" ! Instruction || Description |- | ..." 12:07:01 -!- SopaXorzTaker has quit (Remote host closed the connection). 12:07:58 -!- SopaXorzTaker has joined. 12:37:41 -!- arseniiv has joined. 12:51:08 @djinn ((((a -> b) -> b) -> b) -> Void) -> Void 12:51:08 -- f cannot be realized. 13:00:53 -!- doesthiswork has joined. 13:43:12 -!- S_Gautam has joined. 14:54:29 [[Talk:Ja]] M https://esolangs.org/w/index.php?diff=56305&oldid=56295 * BoutonIA * (+0) 14:57:08 [[Talk:Ja]] M https://esolangs.org/w/index.php?diff=56306&oldid=56305 * BoutonIA * (+1) 15:07:58 [[Talk:Aj]] N https://esolangs.org/w/index.php?oldid=56307 * BoutonIA * (+566) Create the page and add Interpreter 15:10:23 [[User:BoutonIA]] https://esolangs.org/w/index.php?diff=56308&oldid=56023 * BoutonIA * (+70) Add My Interpreters 15:23:22 -!- imode has joined. 15:26:31 -!- variable has joined. 15:34:13 [[BSoD]] M https://esolangs.org/w/index.php?diff=56309&oldid=56038 * BoutonIA * (+25) Add Category:Output only 15:58:13 -!- trout has joined. 16:00:53 -!- variable has quit (Ping timeout: 255 seconds). 16:06:25 -!- XorSwap has quit (Ping timeout: 268 seconds). 16:30:13 -!- variable has joined. 16:32:18 -!- trout has quit (Ping timeout: 260 seconds). 17:01:52 -!- trout has joined. 17:04:47 -!- variable has quit (Ping timeout: 255 seconds). 17:33:35 -!- variable has joined. 17:36:59 -!- trout has quit (Ping timeout: 276 seconds). 18:04:09 -!- trout has joined. 18:07:30 -!- variable has quit (Ping timeout: 260 seconds). 18:35:57 -!- variable has joined. 18:39:23 -!- trout has quit (Ping timeout: 276 seconds). 19:07:46 -!- trout has joined. 19:10:35 -!- variable has quit (Ping timeout: 276 seconds). 19:24:31 -!- contrapumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…). 19:30:20 -!- contrapumpkin has joined. 19:30:31 -!- SopaXorzTaker has quit (Remote host closed the connection). 19:38:21 -!- variable has joined. 19:41:41 -!- trout has quit (Ping timeout: 276 seconds). 20:02:30 -!- S_Gautam has quit (Quit: Connection closed for inactivity). 20:09:18 -!- imode has quit (Ping timeout: 256 seconds). 20:09:41 -!- trout has joined. 20:13:20 -!- variable has quit (Ping timeout: 255 seconds). 20:36:19 [[User talk:A]] https://esolangs.org/w/index.php?diff=56310&oldid=56301 * Ais523 * (+678) reply 20:42:36 -!- variable has joined. 20:44:50 -!- trout has quit (Ping timeout: 255 seconds). 21:14:01 -!- trout has joined. 21:16:41 -!- variable has quit (Ping timeout: 276 seconds). 21:43:12 -!- XorSwap has joined. 21:44:53 -!- variable has joined. 21:47:46 -!- trout has quit (Ping timeout: 260 seconds). 21:52:34 -!- impomatic has joined. 22:09:52 -!- AnotherTest has quit (Ping timeout: 256 seconds). 22:16:48 -!- trout has joined. 22:19:21 -!- variable has quit (Ping timeout: 240 seconds). 22:20:36 -!- tromp has quit (Remote host closed the connection). 22:47:37 -!- variable has joined. 22:51:29 -!- trout has quit (Ping timeout: 276 seconds). 23:19:28 -!- trout has joined. 23:23:00 -!- variable has quit (Ping timeout: 265 seconds). 23:51:04 -!- variable has joined. 23:53:54 -!- Cale has joined. 23:54:32 -!- trout has quit (Ping timeout: 276 seconds). 23:59:51 -!- moony has changed nick to moonythehuman.