stalker mode ↑2024 ↑all
2024-07-21
[...]
12:07:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:20:32 -!- cpressey has joined.
12:28:10 -!- cpressey has quit (Ping timeout: 260 seconds).
12:51:45 -!- X-Scale has joined.
13:05:16 <esolangs> [[Category talk:2024]] N https://esolangs.org/w/index.php?oldid=133702 * HammyHammerhead * (+0) Created blank page
13:20:51 -!- ais523 has joined.
13:28:25 -!- tromp has joined.
13:37:29 -!- X-Scale has quit (Ping timeout: 256 seconds).
14:49:29 <esolangs> [[W.W.E]] https://esolangs.org/w/index.php?diff=133703&oldid=133679 * TheCanon2 * (+2891) Completed the article
15:11:52 <esolangs> [[$+-?]] M https://esolangs.org/w/index.php?diff=133704&oldid=133673 * TheCanon2 * (+58) redid disan count
15:32:09 -!- __monty__ has quit (Ping timeout: 276 seconds).
15:36:49 -!- cpressey has joined.
15:37:04 -!- __monty__ has joined.
16:46:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:51:40 <esolangs> [[Looping counter]] M https://esolangs.org/w/index.php?diff=133705&oldid=133693 * PythonshellDebugwindow * (+4) /* XUS */ Link
17:05:18 -!- tromp has joined.
17:09:54 -!- cpressey has quit (Ping timeout: 260 seconds).
17:14:18 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:14:50 <esolangs> [[User:HammyHammerhead]] https://esolangs.org/w/index.php?diff=133706&oldid=133701 * HammyHammerhead * (+13) Added section
17:15:03 <esolangs> [[User:HammyHammerhead]] https://esolangs.org/w/index.php?diff=133707&oldid=133706 * HammyHammerhead * (+3) Fixed error
17:18:07 -!- Ae has quit (Quit: Bye).
17:19:34 -!- Ae has joined.
17:23:57 -!- tromp has joined.
17:32:06 <esolangs> [[XUS]] M https://esolangs.org/w/index.php?diff=133708&oldid=133692 * PythonshellDebugwindow * (+24) Category
17:33:52 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=133709&oldid=133480 * Unicodes * (+27)
17:35:36 <esolangs> [[User:Unicodes]] https://esolangs.org/w/index.php?diff=133710&oldid=133415 * Unicodes * (-354) /* self-repeat */
17:38:53 <esolangs> [[()NEST()]] https://esolangs.org/w/index.php?diff=133711&oldid=133687 * Gggfr * (+24)
17:39:45 <esolangs> [[DQ]] https://esolangs.org/w/index.php?diff=133712&oldid=127953 * Gggfr * (-5) /* esolang overview */
17:40:51 <esolangs> [[Talk:DQ]] N https://esolangs.org/w/index.php?oldid=133713 * Gggfr * (+144) Created page with "This begins to look like a [[Minsky machine]] the more i look at it -x-~~~~"
17:42:21 <esolangs> [[Talk:DQ]] https://esolangs.org/w/index.php?diff=133714&oldid=133713 * Gggfr * (+49)
17:42:41 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=133715&oldid=133543 * Unicodes * (+103)
17:43:08 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=133716&oldid=133715 * Unicodes * (+22)
17:45:19 <esolangs> [[]] https://esolangs.org/w/index.php?diff=133717&oldid=133437 * Unicodes * (+55) /* self-repeat */
17:51:38 <esolangs> [[DQ]] N https://esolangs.org/w/index.php?oldid=133718 * Gggfr * (+537) Created page with "'''DQ''' or NDQ is a extension of [[DQ]] that can simulate a [[minsky machine]]. Its also created by [[User:yayimhere]] === memory === memory is now stored in 2(!) stacks. These works like the registers === additions === These commands has been added {| class="wikitable" |+ Add
17:52:15 <esolangs> [[]] https://esolangs.org/w/index.php?diff=133719&oldid=133670 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+19) /* quirks */
17:52:21 <esolangs> [[DQ]] https://esolangs.org/w/index.php?diff=133720&oldid=133718 * Gggfr * (+9)
17:55:36 <esolangs> [[User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]] https://esolangs.org/w/index.php?diff=133721&oldid=132712 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+33)
17:58:15 -!- cpressey has joined.
17:59:08 <esolangs> [[$+-?]] M https://esolangs.org/w/index.php?diff=133722&oldid=133704 * TheCanon2 * (+105) print the latin alphabet
18:05:36 <cpressey> It's a trivial observation but if the only way to create a lambda term in your language is from an AST for a lambda term, then the lambda terms can be assumed to have their variables bound correctly, because your AST->lambda term translation phase is responsible for doing that correctly.
18:10:21 <cpressey> Now, I don't really know how that insight helps me, right now, but there it is. I suppose I need to be more concerned with whether the variable references in the AST make sense. Need to use something like Abstract Binding Trees instead.
18:13:10 <ais523> it's not immediately clear to me what incorrectly bound variables would be
18:14:59 -!- cpressey has quit (Ping timeout: 255 seconds).
18:19:37 <korvo> Yeah, this really just raises the binding problem up to the ABT. One still needs a way to designate where the new lambda's variable would go when filled in.
18:20:01 <korvo> So the lambda constructor must take *open* lambda terms and return *closed* terms.
18:20:41 <korvo> And this means that you end up with two flavors of terms, open and closed, all through the AST. The ABT organizes all of this and provides a clean semantics for the substitution that the lambda constructor must perform.
18:21:27 <korvo> Another way of putting this is that we can get UTT with, um, I guess a trivial open term, application of terms, and the standard ABT machinery.
18:21:50 <korvo> *ULC, sheesh. Spending too much time in ##dependent.
18:25:20 <korvo> ...Oh, since ABTs aren't easy to search for: an Abstract Binding Tree is like an AST, but it can have named open holes where other ASTs would go. It can be typed. It's kind of like lambda calculus on AST fragments.
18:25:59 <korvo> A closed ABT is just an AST. An open ABT, plus a map from its open names to ASTs, is also just an AST.
18:29:23 -!- cpressey has joined.
18:31:16 -!- Thelie has joined.
18:32:12 -!- X-Scale has joined.
18:35:02 -!- Sgeo has joined.
18:52:47 -!- cpressey has quit (Ping timeout: 255 seconds).
18:55:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:04:17 -!- cpressey has joined.
19:09:29 -!- X-Scale26 has joined.
19:10:39 -!- tromp has joined.
19:12:23 -!- X-Scale has quit (Ping timeout: 256 seconds).
19:17:48 -!- X-Scale has joined.
19:19:59 -!- cpressey has quit (Ping timeout: 260 seconds).
19:21:27 -!- X-Scale26 has quit (Ping timeout: 256 seconds).
19:24:23 -!- SGautam has joined.
19:28:47 -!- cpressey has joined.
19:45:45 -!- ais523 has quit (Quit: quit).
19:50:28 -!- DHeadshot has joined.
20:28:57 -!- X-Scale has quit (Quit: Client closed).
20:31:24 <esolangs> [[]] https://esolangs.org/w/index.php?diff=133723&oldid=96946 * TheCanon2 * (+715) Added an implementation section since the implementation page doesn't exist
20:35:49 <esolangs> [[PTSL]] M https://esolangs.org/w/index.php?diff=133724&oldid=66874 * PythonshellDebugwindow * (+99) Categories
20:42:03 -!- Lymia has quit (Quit: zzzz <3).
20:43:19 -!- Lymia has joined.
20:44:48 -!- cpressey has quit (Ping timeout: 276 seconds).
20:45:11 -!- cpressey has joined.
20:46:09 <esolangs> [[7 bottles of tommyaweosme]] https://esolangs.org/w/index.php?diff=133725&oldid=129775 * TheCanon2 * (+363) Added Python implementation
20:54:09 <esolangs> [[User:Tommyaweosme/function]] https://esolangs.org/w/index.php?diff=133726&oldid=129770 * TheCanon2 * (+257) Added a section for implementations
21:00:38 <esolangs> [[User:Tommyaweosme/function]] M https://esolangs.org/w/index.php?diff=133727&oldid=133726 * TheCanon2 * (+198) Added other implementation
21:05:50 <esolangs> [[User:Tommyaweosme/constant]] https://esolangs.org/w/index.php?diff=133728&oldid=129772 * TheCanon2 * (+196) Added an Implementations section
21:07:40 <esolangs> [[Aweosme-complete]] M https://esolangs.org/w/index.php?diff=133729&oldid=130284 * TheCanon2 * (+69) info
21:12:51 -!- Thelie has quit (Remote host closed the connection).
21:34:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:42:52 -!- __monty__ has quit (Quit: leaving).
21:59:43 -!- DHeadshot has quit (Remote host closed the connection).
21:59:56 -!- salpynx has joined.
22:03:24 <esolangs> [[Truth-machine]] M https://esolangs.org/w/index.php?diff=133730&oldid=133523 * TheCanon2 * (+165) Added Sakana and $+-? to the list
22:13:53 -!- SGautam has quit (Quit: Connection closed for inactivity).
22:20:23 <esolangs> [[Aweosme-complete]] https://esolangs.org/w/index.php?diff=133731&oldid=133729 * Tommyaweosme * (-69) brainfuck, javascript, every turing-complete language with print capabilities, c++, conways game of life, befunge, and way way more. just python is a very wrong assumption
22:29:20 <esolangs> [[Brainfuck is not turing complete]] https://esolangs.org/w/index.php?diff=133732&oldid=132819 * Tommyaweosme * (+35) now its not misleading. what do you want next?
22:29:45 <esolangs> [[Brainfuck is not turing complete]] M https://esolangs.org/w/index.php?diff=133733&oldid=133732 * Tommyaweosme * (+1) newline spacing
23:15:28 <esolangs> [[Truth-machine]] M https://esolangs.org/w/index.php?diff=133734&oldid=133730 * TheCanon2 * (+30) /* wsad */ Added W.W.E to the list in an unconventional way
23:19:34 <esolangs> [[Sakana]] M https://esolangs.org/w/index.php?diff=133735&oldid=133640 * TheCanon2 * (+72) Added categories
23:39:17 <esolangs> [[A+B Problem]] M https://esolangs.org/w/index.php?diff=133736&oldid=132564 * TheCanon2 * (+87) /* 1 */ Added $+-? to the list in an unconventional manner
23:41:09 <esolangs> [[A+B Problem]] M https://esolangs.org/w/index.php?diff=133737&oldid=133736 * TheCanon2 * (+78) /* Headache (lang that compiles to brainfuck) */ Added H with Line Below to the list in an unconventional manner (for my poor internet connection)
23:49:42 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
23:52:10 -!- Noisytoot has joined.
2024-07-22
00:02:36 -!- mtm has quit (Ping timeout: 252 seconds).
00:05:14 -!- mtm has joined.
00:09:53 -!- Noisytoot has quit (Excess Flood).
00:13:13 -!- Noisytoot has joined.
00:48:54 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
00:54:14 -!- Noisytoot has quit (Ping timeout: 260 seconds).
01:00:20 -!- Noisytoot has joined.
01:05:48 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=133738&oldid=129823 * PrySigneToFry * (+265)
01:11:40 <esolangs> [[ErrorFull]] M https://esolangs.org/w/index.php?diff=133739&oldid=133085 * PrySigneToFry * (+23)
01:15:33 <esolangs> [[User:Tommyaweosme]] M https://esolangs.org/w/index.php?diff=133740&oldid=133163 * PrySigneToFry * (+164)
01:23:35 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=133741&oldid=133716 * PrySigneToFry * (+133)
01:29:58 -!- m5zs7k has quit (Quit: m5zs7k).
01:32:56 <esolangs> [[Joke language list]] M https://esolangs.org/w/index.php?diff=133742&oldid=133328 * TheCanon2 * (+12) /* Example-based languages */ Added Worlds Worst Esolang to the list
01:33:29 -!- m5zs7k has joined.
01:46:49 <Sgeo> Finally have *very* smooth audio
01:47:09 <Sgeo> Didn't realize that an argument to Float32Array was a byte offset
01:57:40 <b_jonas> smooth audio? what are you making?
01:58:01 <esolangs> [[User:TheCanon2]] https://esolangs.org/w/index.php?diff=133743&oldid=133678 * TheCanon2 * (+340) Added more info about myself
01:59:44 <Sgeo> b_jonas, (yet another) BytePusher web implementation
02:20:39 <Sgeo> It's partially written in WebAssembly text, which I thought was the main interesting thing, but running the VM in an audio worklet gives me a guaranteed framerate and better audio than I've heard in the other web impls
02:22:46 <b_jonas> ooh, nice
02:23:32 <b_jonas> do you have enough interesting programs to run on it?
02:30:09 <Sgeo> Only what's on the esolang page for BytePusher. Best one is the Audio Test
02:30:23 <Sgeo> Currently trying to figure out why it's failing on my phone
02:39:41 <esolangs> [[Talk:Hanzifuck]] https://esolangs.org/w/index.php?diff=133744&oldid=133231 * PrySigneToFry * (+358)
02:44:56 -!- X-Scale has joined.
02:45:17 <Sgeo> https://sgeo.github.io/BytePusherWASM/
02:46:40 <Sgeo> I have no idea how it works on lower performance devices. And Android's supposed to support audio worklet, don't know why it doesn't work on my phone
02:47:27 <Sgeo> Maybe a secure context thing? Works fine on GitHub Pages, I was testing via IP address
02:47:44 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133745&oldid=133451 * PrySigneToFry * (+241)
02:48:22 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133746&oldid=133745 * PrySigneToFry * (-65)
02:49:11 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133747&oldid=133746 * PrySigneToFry * (+65)
02:49:43 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133748&oldid=133747 * PrySigneToFry * (+242)
02:51:43 <Sgeo> Just saw it glitch a bit on my phone. Video glitched at the same time, which I think is arguably desirable?
02:54:37 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133749&oldid=133748 * PrySigneToFry * (+18)
02:57:00 <esolangs> [[BytePusher]] https://esolangs.org/w/index.php?diff=133750&oldid=132118 * Sgeo * (+27) /* Machines */
02:57:38 <esolangs> [[Special:Log/upload]] upload * PrySigneToFry * uploaded "[[File:TmSkfuSEGkuehESOisySEFjs.jpg]]"
02:58:11 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133752&oldid=133749 * PrySigneToFry * (+69)
03:15:54 <esolangs> [[Programs that are not text-based]] N https://esolangs.org/w/index.php?oldid=133753 * PrySigneToFry * (+4123) Created page with "The text-based program is most basic program. However, we always uses the graphic-based program, and text-based program is not too useful(sometimes useless). Here are some example for these program which is non-text-based. == Python TicT
03:17:56 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133754&oldid=133752 * PrySigneToFry * (+89)
03:21:25 <esolangs> [[Empty Program]] https://esolangs.org/w/index.php?diff=133755&oldid=125320 * PrySigneToFry * (+40)
03:25:25 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133756&oldid=133754 * PrySigneToFry * (+180)
03:29:54 <esolangs> [[User:PrySigneToFry/Sandbox/There are some User are most contributions in this wiki.]] N https://esolangs.org/w/index.php?oldid=133757 * PrySigneToFry * (+199) Created page with "There are some User are most contributions in this wiki. Four titans in this Wiki: # [[User:ais523|ais523]] # [[User:None1|None-One]] # [[User:MihaiEso|Mihai Popa]] # [[User:PrySigneToFr
03:30:37 <esolangs> [[User:PrySigneToFry/Sandbox]] https://esolangs.org/w/index.php?diff=133758&oldid=131597 * PrySigneToFry * (+148)
03:35:47 <esolangs> [[User:PrySigneToFry/Sandbox/TEST]] https://esolangs.org/w/index.php?diff=133759&oldid=131595 * PrySigneToFry * (+536)
04:07:16 <esolangs> [[Markov algorithm]] https://esolangs.org/w/index.php?diff=133760&oldid=133168 * Corbin * (+1944) Unstub and rewrite the first two sections. This is 100% off the top of my head and not copied from elsewhere.
04:08:12 <korvo> ^^^ I've hopefully made it clear that this page isn't a WP ripoff. Let me know if more work is needed, but for now I'm hoping that this wows our eager teenage contributor.
04:17:14 -!- cpressey has quit (Ping timeout: 260 seconds).
04:33:22 <Sgeo> I suppose I'm not entirely sure if AudioWorkletProcessor.process is really called just-in-time. postMessaging the video kind of makes that assumption, and I don't know if that's appropriate
04:53:06 <esolangs> [[Talk:]] https://esolangs.org/w/index.php?diff=133761&oldid=133465 * None1 * (+130) /* I think this can add even more commands, not only , , , and . */
04:58:43 <esolangs> [[Talk:ight]] https://esolangs.org/w/index.php?diff=133762&oldid=133449 * None1 * (+67)
05:01:47 <esolangs> [[Talk:ight]] https://esolangs.org/w/index.php?diff=133763&oldid=133762 * None1 * (+109)
05:05:18 -!- Hooloovoo has quit (Ping timeout: 276 seconds).
05:07:03 <esolangs> [[SPARCs Fly]] https://esolangs.org/w/index.php?diff=133764&oldid=129411 * BoundedBeans * (+1618) Added "/{F}[Release]@[Architecture]///no/a/There is no such thing as a FREE lunch" variation
05:10:10 -!- Hooloovoo has joined.
05:25:30 <esolangs> [[User:EvyLah/ideas]] https://esolangs.org/w/index.php?diff=133765&oldid=133532 * EvyLah * (+278) small stuff
05:27:45 <esolangs> [[User:EvyLah/ideas]] https://esolangs.org/w/index.php?diff=133766&oldid=133765 * EvyLah * (+172) implementation ideas idk
05:30:28 -!- Sgeo has quit (Read error: Connection reset by peer).
06:37:31 -!- salpynx has quit (Quit: Leaving).
06:54:07 -!- X-Scale has quit (Quit: Client closed).
07:14:20 -!- tromp has joined.
07:31:47 <esolangs> [[Programs that are not text-based]] https://esolangs.org/w/index.php?diff=133767&oldid=133753 * PrySigneToFry * (+32)
07:34:02 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=133768&oldid=133709 * PrySigneToFry * (-27)
07:42:04 <esolangs> [[Esolang talk:Sandbox]] https://esolangs.org/w/index.php?diff=133769&oldid=133485 * PrySigneToFry * (+805)
07:44:06 <esolangs> [[User:Example]] N https://esolangs.org/w/index.php?oldid=133770 * PrySigneToFry * (+66) Created page with "This is an Example User. (Note that he/she is not registered yet.)"
07:57:05 -!- Lord_of_Life_ has joined.
07:58:02 -!- Lord_of_Life has quit (Ping timeout: 255 seconds).
07:58:29 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
08:27:39 <esolangs> [[Collabi]] N https://esolangs.org/w/index.php?oldid=133771 * HammyHammerhead * (+446) Made the page
08:43:55 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133772&oldid=133594 * Gggfr * (+1210)
08:46:31 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133773&oldid=133772 * Gggfr * (+57) /* other */
08:47:09 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133774&oldid=133773 * Gggfr * (+1) /* other */
08:48:03 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133775&oldid=133774 * Gggfr * (+25) /* other */
08:58:44 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133776&oldid=133775 * Gggfr * (+127) /* useful functions */
09:10:37 -!- __monty__ has joined.
09:57:20 <esolangs> [[Combinatory logic]] https://esolangs.org/w/index.php?diff=133777&oldid=101917 * Tromp * (+49) add minimal basis
10:32:43 <int-e> `? select
10:32:47 <HackEso> select is a very versatile construct: it waits for events, retrieves data from tables, creates a list from elements of an input list that satisfy a condition, a dropdown list element, an event for when selection changes, branches between multiple arms, conditional between two expressions, prints a text-based menu prompt in a loop, and more.
10:38:42 <int-e> (sadly too long to mention PEXT as well)
10:45:03 -!- Noisytoot has quit (Remote host closed the connection).
10:58:01 -!- Noisytoot has joined.
11:04:27 -!- X-Scale has joined.
11:06:37 -!- Hooloovoo has quit (Ping timeout: 252 seconds).
11:09:47 -!- X-Scale95 has joined.
11:10:37 -!- X-Scale has quit (Ping timeout: 256 seconds).
11:14:34 <fizzie> Heh. Either someone's shared each individual wiki page in a Facebook post, or Meta is using their "facebookexternalhit/1.1" UA for generalized crawling of the web (despite the documentation about how it is used only for user-shared links; they've got a different UA they're supposed to use "for use cases such as training AI models or improving products by indexing content directly").
11:17:16 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133778&oldid=133756 * PrySigneToFry * (+381)
11:17:54 <int-e> hmm or a third party is using their user agent identifier
11:20:18 -!- Hooloovoo has joined.
11:30:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:30:27 -!- X-Scale95 has quit (Ping timeout: 256 seconds).
11:31:49 -!- wib_jonas has joined.
11:32:49 <wib_jonas> int-e re "select": that's a condensed version of the list I have on https://www.perlmonks.com/?node_id=295576 , and that latter does have the INTERCAL sheep and goat operator
11:37:41 -!- Noisytoot has quit (Remote host closed the connection).
11:38:04 -!- Noisytoot has joined.
11:40:45 <int-e> wib_jonas: it's just that the lookup "select" -> "pext" is a bit hard... I found the latter here in the end: https://en.wikipedia.org/wiki/X86_instruction_listings#Bit_manipulation_extensions
11:41:23 <int-e> it's not a thing I really need frequently :P
11:42:15 <fizzie> int-e: It was all from Meta's IP address ranges, though.
11:42:18 -!- amby has joined.
11:42:37 <fizzie> After setting up all those graphs I can't help but look at every little blip.
11:43:08 <fizzie> "If you don't measure it, it won't get better", people say at work, but the forget the corollary of "if you measure it, you won't stop obsessing about it".
11:43:58 <wib_jonas> int-e: is this somehow motivated by shapez?
11:45:37 <int-e> wib_jonas: It can be used to implement collapsing (delete empty layers) and stacking on bitmasks. Though somehow my program did not become faster.
11:47:04 <int-e> So, yes.
11:49:22 <int-e> Oh I did finish the central control part of the true MAM and tested it for a few levels. It survived some fancy recipe changes so I think it's all working as intended :)
11:50:16 <wib_jonas> nice. did you test it for non-freeplay shapes too?
11:50:50 <wib_jonas> also is this one where you have to delete all shapes every time you load the saved game?
11:51:40 <int-e> well I have once again added a "stop" button that you can press, and then wait out, before saving
11:52:01 <int-e> (and I'm playing the game without autosave)
11:52:16 <int-e> but yeah it's possible to mess things up and then you'll have some manual cleaning to do
11:52:59 -!- X-Scale has joined.
11:58:13 -!- X-Scale has quit (Ping timeout: 256 seconds).
12:01:16 -!- X-Scale has joined.
12:02:15 <wib_jonas> I see
12:02:16 <int-e> wib_jonas: In this context, all the freeplay shapes are effectively the same recipe; they're assembled from two vertical halves. And making halves is basically the same as half an ordinary MAM, which I took from my MAM design. There's an extra stacker stage to make a support beam in the other half, and a final cutting stage. But nothing truly interesting is going on there...
12:02:51 <int-e> So yes, I did test non-freeplay shapes.
12:02:56 <wib_jonas> I see
12:04:29 -!- mtm has quit (Ping timeout: 260 seconds).
12:06:09 -!- X-Scale has quit (Ping timeout: 256 seconds).
12:06:13 -!- mtm has joined.
12:07:44 -!- X-Scale has joined.
12:10:53 -!- tromp has joined.
12:52:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:54:02 -!- tromp has joined.
13:10:11 -!- X-Scale has quit (Ping timeout: 256 seconds).
13:45:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:10:15 -!- tromp has joined.
14:34:15 <esolangs> [[6 bits, 12 bytes]] M https://esolangs.org/w/index.php?diff=133779&oldid=131250 * PrySigneToFry * (+1)
14:52:55 <esolangs> [[ bits, 0 Bytes]] N https://esolangs.org/w/index.php?oldid=133780 * PrySigneToFry * (+6558) Created page with "{{WIP}} bits, 0 Bytes is designed by PSTF. == Concept == To "InHeRiTaNcE" Concept of [[6 bits, 12 bytes]], I created this Esolang. == Commands == === Command Character Table === <pre> 0123456789ABCDEF 00 01 02 !"#$%&'()*+,-./ 03 01234
14:54:08 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=133781&oldid=133629 * PrySigneToFry * (+68)
14:56:44 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=133782&oldid=132952 * PrySigneToFry * (+512) /* Do you see my edit on your user page(I encoded it in GBK) */ new section
14:58:35 <esolangs> [[User:PrySigneToFry]] https://esolangs.org/w/index.php?diff=133783&oldid=133778 * PrySigneToFry * (+0)
15:00:33 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=133784&oldid=133457 * PrySigneToFry * (+540) /* I think I did something which you did. */ new section
15:01:22 <esolangs> [[User:TheCanon2]] M https://esolangs.org/w/index.php?diff=133785&oldid=133743 * TheCanon2 * (+20) Added Amtu to the list
15:10:11 <esolangs> [[Amtu]] N https://esolangs.org/w/index.php?oldid=133786 * TheCanon2 * (+209) created Amtu article
15:27:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:50:30 -!- tromp has joined.
16:04:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:09:20 -!- Everything has joined.
16:10:39 <esolangs> [[Amtu]] https://esolangs.org/w/index.php?diff=133787&oldid=133786 * TheCanon2 * (+1325) Completed the article
16:26:03 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133788&oldid=133787 * TheCanon2 * (+60) added info about alphabet
16:33:18 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133789&oldid=133788 * TheCanon2 * (+60) Added info about memory
16:46:53 -!- tromp has joined.
16:46:57 -!- Everything has quit (Quit: leaving).
17:05:59 -!- wib_jonas has quit (Quit: Client closed).
17:41:00 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133790&oldid=133789 * TheCanon2 * (+124)
17:45:05 -!- X-Scale has joined.
17:50:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:51:04 <esolangs> [[Amtu]] https://esolangs.org/w/index.php?diff=133791&oldid=133790 * TheCanon2 * (+451) Added Rule 110
17:53:52 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133792&oldid=133791 * TheCanon2 * (+0) fixed rule 110
17:55:44 -!- tromp has joined.
18:01:15 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133793&oldid=133792 * TheCanon2 * (+167) Added XKCD random number
18:03:29 <esolangs> [[User:XKCD Random Number]] M https://esolangs.org/w/index.php?diff=133794&oldid=133659 * TheCanon2 * (+85) Added Amtu to the list
18:06:37 <APic> Good Night!
18:36:46 <b_jonas> I still find these names from https://logs.esolangs.org/libera-esolangs/2024-04.html#lKE funny: "Cthulhuquagdonic Mothraquagdonic Narwhalicorn", "Darth Spongeicorn Moon". I hope Taneb invented them or will invent them soon.
18:58:17 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=133795&oldid=133794 * PkmnQ * (+231) Add 5 esolangs selected through Random page
19:13:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:14:28 -!- tromp has joined.
19:21:07 <b_jonas> https://www.youtube.com/watch?v=iDnW0WiCqNc => hey look, I was just talking about this chess notation thing in https://logs.esolangs.org/libera-esolangs/2023-09.html#lP , before that video released
19:23:08 <b_jonas> also apparently the syzygy-tables website has changed since I posted that, it now uses the shorter disambiguation for that move
19:23:20 <b_jonas> nice
19:45:11 -!- coat has joined.
19:45:37 <coat> does anyone know who runs esolangs wiki?
19:45:41 <int-e> b_jonas: silly rocket recipe: https://int-e.eu/~bf3/tmp/shapez-rocket.png (true MAM related)
19:46:30 <int-e> . o O ( fizzie knows )
19:46:53 <coat> hey int-e! nice to see you here. I know you from ##math
19:54:24 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133796&oldid=133793 * TheCanon2 * (+0) fixed display error
19:59:52 <fizzie> I "run" it only in the sense of doing the bare minimum, but sure.
20:02:02 <coat> fizzie: thanks for running this great resource!
20:06:55 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133797&oldid=133796 * TheCanon2 * (+260) Added another program
20:07:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:09:10 <fizzie> You're certainly welcome, though it doesn't involve all that much from my part, either financially (the hosting is donated by a UK webhost, thanks to one of their ex-employees being an esolang enthusiast; the total costs to me are one .org domain) or temporally (a roughly once-a-year session to upgrade MediaWiki).
20:09:29 <b_jonas> `welcome coat
20:09:32 <HackEso> coat: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: <https://esolangs.org/>. (For the other kind of esoterica, try #esoteric on EFnet or DALnet.)
20:09:57 <b_jonas> HackEso: yeah, I think they already know about the wiki\
20:10:25 <int-e> `? hackeso
20:10:27 <HackEso> HackEso is almost, but not quite, entirely unlike HackEgo.
20:10:36 <coat> I'm guessing you guys are all very well versed with Theory of Computation! for a beginner like me, is there a good set of resources I can use to get started?
20:12:13 <esolangs> [[Turtle just want to dig]] N https://esolangs.org/w/index.php?oldid=133798 * Xff * (+1330) Created page with "'''Turtle just want to dig''' or '''TuJuWaToDi''' is a esolang based on how when [[User:Yayimhere|Yayimhere]](the creator of the esolang) was sitting with his turtle and it just began digging. == how it works == the program is a grid set up like this: ===
20:12:22 <esolangs> [[User:TheCanon2]] M https://esolangs.org/w/index.php?diff=133799&oldid=133785 * TheCanon2 * (+62) Added Rule 108
20:13:02 <esolangs> [[Turtle just want to dig]] https://esolangs.org/w/index.php?diff=133800&oldid=133798 * Xff * (+81)
20:13:37 <esolangs> [[Turtle just want to dig]] https://esolangs.org/w/index.php?diff=133801&oldid=133800 * Xff * (+34)
20:15:46 <esolangs> [[LAMBDA Sharp]] N https://esolangs.org/w/index.php?oldid=133802 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+41) Redirected page to [[]]
20:16:29 <esolangs> [[]] https://esolangs.org/w/index.php?diff=133803&oldid=133719 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+2) /* counter */
20:18:38 -!- tromp has joined.
20:19:40 -!- salpynx has joined.
20:23:48 <b_jonas> coat: sorry, I don't have pointers for those resources, but your question is kind of general, so you can try to ask for resources something more specific
20:29:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:35:59 <esolangs> [[Beefydie]] https://esolangs.org/w/index.php?diff=133804&oldid=131604 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+23) /* Other languages */
20:36:14 -!- tromp has joined.
20:39:37 <esolangs> [[DO]] https://esolangs.org/w/index.php?diff=133805&oldid=132615 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+61) /* infinite loop */
20:40:13 <esolangs> [[DO]] https://esolangs.org/w/index.php?diff=133806&oldid=133805 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-23) /* category */
20:41:09 <esolangs> [[MinusGreater]] https://esolangs.org/w/index.php?diff=133807&oldid=133012 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+53)
20:41:24 <esolangs> [[MinusGreater]] https://esolangs.org/w/index.php?diff=133808&oldid=133807 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+9) /* truth-machine */
20:41:43 <esolangs> [[]] https://esolangs.org/w/index.php?diff=133809&oldid=133803 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+23) /* quirks */
20:43:24 <esolangs> [[Prefix notation]] M https://esolangs.org/w/index.php?diff=133810&oldid=77699 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+0) /* Examples */
20:44:26 <korvo> coat: I usually want to point folks at something like https://www.logicmatters.net/resources/pdfs/godelbook/GodelBookLM.pdf but this is usually an unfair request because Gödelian concepts are difficult for neophytes.
20:45:59 <korvo> Also, computability theory today is different from what it used to be. More Gödel, less Kleene. It would be rude to show you the Parameter Theorem as the first important theorem, even if it used to be important.
20:47:54 <esolangs> [[Rule 108]] N https://esolangs.org/w/index.php?oldid=133811 * TheCanon2 * (+2024) Created page for Rule 108
20:50:09 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133812&oldid=133797 * TheCanon2 * (+206) Added Rule 108
20:55:37 <esolangs> [[Collabi]] M https://esolangs.org/w/index.php?diff=133813&oldid=133771 * PythonshellDebugwindow * (+112) Categories
20:57:23 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=133814&oldid=133809 * PythonshellDebugwindow * (+60) Categories
20:59:33 <coat> korvo: that's a very good link. thanks! does this channel have a page or something with a list of similarly spectacular resources?
21:01:14 <esolangs> [[DO]] M https://esolangs.org/w/index.php?diff=133815&oldid=133806 * PythonshellDebugwindow * (+54) Categories
21:06:41 <esolangs> [[Turtle just want to dig]] M https://esolangs.org/w/index.php?diff=133816&oldid=133801 * PythonshellDebugwindow * (+47) Formatting, categories
21:09:09 <esolangs> [[DQ]] M https://esolangs.org/w/index.php?diff=133817&oldid=133712 * PythonshellDebugwindow * (+121) See also, categories
21:10:30 <esolangs> [[DQ]] M https://esolangs.org/w/index.php?diff=133818&oldid=133720 * PythonshellDebugwindow * (+172) Categories
21:19:11 <esolangs> [[DQ]] https://esolangs.org/w/index.php?diff=133819&oldid=133817 * PythonshellDebugwindow * (+678) Add interpreter
21:31:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:36:43 -!- tromp has joined.
21:45:15 <korvo> coat: Not that I know of.
21:47:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:10:54 <esolangs> [[C@++]] https://esolangs.org/w/index.php?diff=133820&oldid=128076 * BoundedBeans * (+26) Clarified @ command
22:45:53 -!- Sgeo has joined.
22:52:59 -!- __monty__ has quit (Quit: leaving).
23:45:29 -!- X-Scale has quit (Quit: Client closed).
2024-07-23
00:03:17 -!- mtm has quit (Ping timeout: 255 seconds).
00:06:09 -!- mtm has joined.
00:19:53 <esolangs> [[Tile]] M https://esolangs.org/w/index.php?diff=133821&oldid=122883 * Dtp09 * (+8) changed replit links to the new interpreter
00:36:57 -!- Noisytoot has quit (Ping timeout: 252 seconds).
00:45:54 -!- Noisytoot has joined.
01:08:24 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Category talk:2024]]": blank page, has never had content making the link blue for no reason may confuse people into thinking there is content there
01:09:19 <esolangs> [[Tile]] https://esolangs.org/w/index.php?diff=133822&oldid=133821 * Dtp09 * (-305) rewrote a lot of the page
01:10:59 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
01:35:23 <esolangs> [[Esolang talk:Sandbox]] https://esolangs.org/w/index.php?diff=133823&oldid=133769 * PrySigneToFry * (+645)
01:35:41 <esolangs> [[Esolang talk:Sandbox]] https://esolangs.org/w/index.php?diff=133824&oldid=133823 * PrySigneToFry * (-2)
01:36:27 <esolangs> [[User talk:Tommyaweosme]] M https://esolangs.org/w/index.php?diff=133825&oldid=133782 * PrySigneToFry * (-45)
02:09:06 -!- Noisytoot has quit (Excess Flood).
02:12:10 -!- Noisytoot has joined.
02:25:16 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=133826&oldid=133741 * PrySigneToFry * (+865)
02:40:42 <esolangs> [[Talk:Brainfuck, but every + is replaced with the bee movie script]] https://esolangs.org/w/index.php?diff=133827&oldid=107303 * PrySigneToFry * (+12168) /* I have another better idea. */ new section
02:44:00 -!- Noisytoot has quit (Ping timeout: 276 seconds).
02:51:06 -!- Noisytoot has joined.
02:51:16 <esolangs> [[ZeroDivisionError: Division by 0]] N https://esolangs.org/w/index.php?oldid=133828 * PrySigneToFry * (+1659) Created page with "''ZeroDivisionError: Division by 0'' is designed by PSTF and inspired by [[SyntaxError: invalid syntax]] which is inspired by [[foo : The term 'foo' is not recognized as the name of a cmdlet, function, script file, or operable program. Che
02:53:03 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=133829&oldid=133742 * PrySigneToFry * (+59)
02:57:16 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=133830&oldid=133825 * Tommyaweosme * (+168)
03:24:10 -!- Noisytoot has quit (Ping timeout: 252 seconds).
03:33:37 -!- X-Scale has joined.
03:55:25 -!- Noisytoot has joined.
04:03:57 -!- Noisytoot has quit (Ping timeout: 276 seconds).
04:11:53 -!- Noisytoot has joined.
04:18:00 -!- Noisytoot has quit (Excess Flood).
04:42:07 -!- Noisytoot has joined.
04:50:15 <esolangs> [[Talk:ISEW2C]] N https://esolangs.org/w/index.php?oldid=133831 * PkmnQ * (+122) Created page with "Is there a proof that this is Turing-complete? --~~~~"
04:53:49 -!- X-Scale has quit (Quit: Client closed).
04:58:34 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
05:00:23 -!- Noisytoot has joined.
05:26:28 <esolangs> [[ZeroDivisionError: Division by 0]] M https://esolangs.org/w/index.php?diff=133832&oldid=133828 * None1 * (-18) /* Batch */ fix
05:30:27 -!- Sgeo has quit (Read error: Connection reset by peer).
05:42:40 <esolangs> [[Talk:Translated Julia]] https://esolangs.org/w/index.php?diff=133833&oldid=133492 * None1 * (+110)
05:43:27 <esolangs> [[Ruck]] M https://esolangs.org/w/index.php?diff=133834&oldid=117755 * None1 * (+0)
05:49:41 -!- sprout has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
05:50:01 -!- sprout has joined.
05:59:09 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133835&oldid=133776 * Gggfr * (+49) /* functions */
06:06:15 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133836&oldid=133835 * Gggfr * (+13) /* useful functions */
06:09:50 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133837&oldid=133836 * Gggfr * (+11) /* oxck */
06:10:02 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133838&oldid=133837 * Gggfr * (+1) /* oxck */
06:23:10 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133839&oldid=133838 * Gggfr * (+163) /* useful functions */
06:26:05 <esolangs> [[oxck]] N https://esolangs.org/w/index.php?oldid=133840 * Gggfr * (+1636) Created page with "'''oxck''' is a esolang based on boolean modification using Functions with the only logic gate XNOR written using unicode box drawing. === booleans === To create a boolean: is 1 and is 0 Booleans are sent through wires(the box drawing) like this: To
06:30:19 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133841&oldid=133840 * Gggfr * (+125) /* booleans */
06:31:17 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133842&oldid=133841 * Gggfr * (+10) /* functions */
06:43:15 <esolangs> [[User:Yayimhere/Sandbox]] https://esolangs.org/w/index.php?diff=133843&oldid=133839 * Gggfr * (-1657)
06:47:59 <esolangs> [[Boxfuck]] N https://esolangs.org/w/index.php?oldid=133844 * Gggfr * (+27) Redirected page to [[oxck]]
07:20:50 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133845&oldid=133842 * Gggfr * (+412) /* useful functions */
07:40:34 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133846&oldid=133845 * Gggfr * (+6) /* useful functions */
07:58:12 -!- Lord_of_Life_ has joined.
07:59:09 -!- Lord_of_Life has quit (Ping timeout: 260 seconds).
07:59:36 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
08:05:10 -!- dawids has joined.
08:07:06 -!- dawids has quit (Client Quit).
08:12:18 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=133847&oldid=133830 * PrySigneToFry * (+450)
08:34:24 <esolangs> [[BFInfinity]] https://esolangs.org/w/index.php?diff=133848&oldid=133551 * PrySigneToFry * (+732)
08:36:25 <esolangs> [[Infinite loop (esolang)]] https://esolangs.org/w/index.php?diff=133849&oldid=114547 * PrySigneToFry * (+279)
08:41:46 <esolangs> [[Talk:Emoji-gramming]] https://esolangs.org/w/index.php?diff=133850&oldid=122044 * PrySigneToFry * (+444)
08:43:42 <esolangs> [[Kalgarn]] https://esolangs.org/w/index.php?diff=133851&oldid=132739 * PrySigneToFry * (+154)
08:55:56 <esolangs> [[Nebulang]] M https://esolangs.org/w/index.php?diff=133852&oldid=133307 * PrySigneToFry * (+88)
08:57:58 <esolangs> [[WhimsiCode]] https://esolangs.org/w/index.php?diff=133853&oldid=128835 * PrySigneToFry * (+99)
09:12:03 <esolangs> [[Infinite loop (esolang)]] https://esolangs.org/w/index.php?diff=133854&oldid=133849 * Unname4798 * (+63)
09:17:09 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133855&oldid=133846 * Gggfr * (+379) /* useful functions */
09:18:21 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133856&oldid=133855 * Gggfr * (+9) /* useful functions */
09:20:01 -!- __monty__ has joined.
09:21:40 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=133857 * PrySigneToFry * (+2564) Created page with " is designed by PSTF and his CharGPT. == Commands == The language operates on a tape of cells, each containing an integer. The program consists of a series of Chinese characters, each representing a different operation. Instructions: # (Y) - Move the data pointer to
09:22:06 <esolangs> [[]] https://esolangs.org/w/index.php?diff=133858&oldid=133857 * PrySigneToFry * (+0)
09:22:56 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=133859&oldid=133781 * PrySigneToFry * (+13)
09:25:52 <esolangs> [[User:HammyHammerhead]] https://esolangs.org/w/index.php?diff=133860&oldid=133707 * HammyHammerhead * (+14) Added a esolang to the list
09:26:24 <esolangs> [[Talk:Collabi]] N https://esolangs.org/w/index.php?oldid=133861 * HammyHammerhead * (+0) Created blank page
09:27:54 <esolangs> [[Talk:Collabi]] https://esolangs.org/w/index.php?diff=133862&oldid=133861 * HammyHammerhead * (+98) /* SOMEBODY NOTICED THIS */ new section
09:43:50 <esolangs> [[Textile]] https://esolangs.org/w/index.php?diff=133863&oldid=122884 * Dtp09 * (+629) rewrote hte page
09:44:14 -!- zzo38 has quit (Ping timeout: 265 seconds).
09:49:18 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133864&oldid=133856 * Gggfr * (+33) /* other */
09:53:59 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133865&oldid=133864 * Gggfr * (+24) /* other */
10:00:59 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133866&oldid=133865 * Gggfr * (-14) /* other */
10:54:26 -!- Noisytoot has quit (Ping timeout: 255 seconds).
11:01:35 -!- Noisytoot has joined.
11:11:12 <APic> Hi
11:12:53 -!- amby has joined.
11:18:27 -!- lifthrasiir has quit (Ping timeout: 244 seconds).
11:19:14 -!- lifthrasiir has joined.
12:03:00 -!- mtm has quit (Ping timeout: 260 seconds).
12:05:11 -!- mtm has joined.
12:05:44 <esolangs> [[Special:Log/move]] move * Unname4798 * moved [[Textile]] to [[Texttile]]
12:06:49 <esolangs> [[Texttile]] https://esolangs.org/w/index.php?diff=133869&oldid=133867 * Unname4798 * (-121)
12:46:57 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=133870&oldid=133847 * Tommyaweosme * (+233) /* Do you see my edit on your user page */
13:01:34 -!- ursa-major has quit (Remote host closed the connection).
13:01:35 -!- ManDeJan has quit (Remote host closed the connection).
13:01:54 -!- ManDeJan has joined.
13:02:05 -!- ursa-major has joined.
13:09:03 -!- coat has left.
13:11:06 -!- salpynx has quit (Remote host closed the connection).
13:16:37 <esolangs> [[Collabi]] https://esolangs.org/w/index.php?diff=133871&oldid=133813 * HammyHammerhead * (+78)
13:18:39 <esolangs> [[Collabi]] https://esolangs.org/w/index.php?diff=133872&oldid=133871 * HammyHammerhead * (+64)
15:35:41 -!- zzo38 has joined.
15:54:46 -!- Ae has quit (Killed (NickServ (GHOST command used by ae6470!~ae@user/ae))).
15:55:29 -!- Ae` has joined.
16:10:36 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133873&oldid=133812 * TheCanon2 * (+15) Fixed the Rule 108 machine
16:13:59 <esolangs> [[Rule 108]] M https://esolangs.org/w/index.php?diff=133874&oldid=133811 * TheCanon2 * (+14) Corrected the error in the Amtu script
16:35:03 -!- Noisytoot has quit (Remote host closed the connection).
16:35:48 -!- Noisytoot has joined.
16:43:11 -!- X-Scale has joined.
16:44:42 <esolangs> [[Rule 108]] https://esolangs.org/w/index.php?diff=133875&oldid=133874 * TheCanon2 * (-18) Renamed this to Canon
16:45:27 <esolangs> [[Special:Log/move]] move * TheCanon2 * moved [[Rule 108]] to [[Canon]]: I learned about the actual Rule 108 after I made the page
16:46:02 <esolangs> [[User:TheCanon2]] M https://esolangs.org/w/index.php?diff=133878&oldid=133799 * TheCanon2 * (-3) Renamed Rule 108 to Canon
16:48:39 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133879&oldid=133873 * TheCanon2 * (-6) Renamed Rule 108 to Canon
16:50:41 <esolangs> [[Turtle just want to dig]] https://esolangs.org/w/index.php?diff=133880&oldid=133816 * Xff * (-375) /* how it works */
16:50:50 <esolangs> [[Turtle just want to dig]] https://esolangs.org/w/index.php?diff=133881&oldid=133880 * Xff * (-1) /* how it works */
17:12:37 -!- X-Scale has quit (Ping timeout: 256 seconds).
17:14:08 -!- X-Scale has joined.
17:44:55 -!- X-Scale has quit (Ping timeout: 256 seconds).
17:48:02 -!- X-Scale has joined.
18:39:22 <esolangs> [[1]] M https://esolangs.org/w/index.php?diff=133882&oldid=124050 * TheCanon2 * (-2) There is clearly an implementation
18:48:57 -!- X-Scale has quit (Ping timeout: 256 seconds).
19:41:35 -!- FreeFull has quit.
19:44:54 -!- FreeFull has joined.
19:58:52 <esolangs> [[Special:Log/newusers]] create * Dungatoro * New user account
20:01:47 <esolangs> [[Texttile]] M https://esolangs.org/w/index.php?diff=133883&oldid=133869 * Dtp09 * (+69) /* Brainfuck */
20:03:03 -!- salpynx has joined.
20:38:33 <esolangs> [[oxck]] M https://esolangs.org/w/index.php?diff=133884&oldid=133866 * PythonshellDebugwindow * (+85) Categories
20:41:38 <esolangs> [[Canon]] M https://esolangs.org/w/index.php?diff=133885&oldid=133876 * PythonshellDebugwindow * (+79) Categories
20:44:00 <esolangs> [[Canon]] M https://esolangs.org/w/index.php?diff=133886&oldid=133885 * PythonshellDebugwindow * (+124) Redirects here
20:50:37 <esolangs> [[.not required]] M https://esolangs.org/w/index.php?diff=133887&oldid=128468 * PythonshellDebugwindow * (+84) Categories
20:53:10 <esolangs> [[RIfP]] https://esolangs.org/w/index.php?diff=133888&oldid=122247 * Kaveh Yousefi * (+4) Rectified the Cyclic Tag which contained instances of an erroneous spelling interpet in lieu of the interpret label name.
20:54:27 <esolangs> [[Signle]] M https://esolangs.org/w/index.php?diff=133889&oldid=133696 * PythonshellDebugwindow * (+74) Stub, categories
20:54:46 <esolangs> [[RIfP]] https://esolangs.org/w/index.php?diff=133890&oldid=133888 * Kaveh Yousefi * (+204) Added a hyperlink to my implementation of the RIfP programming language on GitHub and supplemented two page category tags.
20:56:08 <esolangs> [[Nesting lines on big complicated trees and definitely not inspired by a conlang i made sometime]] M https://esolangs.org/w/index.php?diff=133891&oldid=128090 * PythonshellDebugwindow * (+47) Lowercase, stub, category
20:56:50 <esolangs> [[Amtu]] https://esolangs.org/w/index.php?diff=133892&oldid=133879 * TheCanon2 * (+1495) Added implementation
20:57:16 <esolangs> [[Pi(e)]] M https://esolangs.org/w/index.php?diff=133893&oldid=61605 * PythonshellDebugwindow * (+33) Stub, category
20:59:59 <esolangs> [[!!!Batch/Interpreters]] M https://esolangs.org/w/index.php?diff=133894&oldid=127330 * PythonshellDebugwindow * (+30) Category
21:06:25 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133895&oldid=133892 * TheCanon2 * (-74) Canon works fine
21:13:00 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133896&oldid=133895 * TheCanon2 * (+72) Undo revision [[Special:Diff/133895|133895]] by [[Special:Contributions/TheCanon2|TheCanon2]] ([[User talk:TheCanon2|talk]])
22:16:21 -!- __monty__ has quit (Quit: leaving).
22:43:08 -!- Sgeo has joined.
23:47:22 -!- Noisytoot has quit (Ping timeout: 252 seconds).
23:56:31 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
2024-07-24
00:04:16 -!- mtm has quit (Ping timeout: 272 seconds).
00:05:47 -!- mtm has joined.
00:06:12 -!- Lord_of_Life has joined.
00:15:01 <Sgeo> Tempted to use JsBP's really, really nice GUI in front of my VM
00:16:25 -!- Noisytoot has joined.
00:52:28 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133897&oldid=133896 * TheCanon2 * (+77) corrected stuff
00:54:38 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=133898&oldid=133897 * TheCanon2 * (+120) added notes
00:56:33 <esolangs> [[Yee]] N https://esolangs.org/w/index.php?oldid=133899 * Tommyaweosme * (+578) Created page with "Yee is an esoteric programming language based off of the yee dinasour meme. == Commands == bah - cell 1 bah bah - cell 2 bah bah bah - cell 3 ... baah - before "Ye..." (if no "bah"s are before it, use cell of last command) B(a=0,h=1) - replaces "baah" and sets cur
01:06:08 <esolangs> [[User:Tommyaweosme/hjhjhj]] https://esolangs.org/w/index.php?diff=133900&oldid=132933 * Tommyaweosme * (+816) added more lore
01:06:55 <esolangs> [[User:Tommyaweosme]] https://esolangs.org/w/index.php?diff=133901&oldid=133740 * Tommyaweosme * (+10)
01:14:17 <esolangs> [[Nope. without a quine]] M https://esolangs.org/w/index.php?diff=133902&oldid=133208 * PrySigneToFry * (+428)
01:18:10 <esolangs> [[Nope. without a quine]] M https://esolangs.org/w/index.php?diff=133903&oldid=133902 * PrySigneToFry * (+0)
01:21:09 <esolangs> [[fuck]] M https://esolangs.org/w/index.php?diff=133904&oldid=133404 * PrySigneToFry * (+114)
01:31:20 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
04:31:39 <esolangs> [[Nope. without a quine]] M https://esolangs.org/w/index.php?diff=133905&oldid=133903 * None1 * (-60) /* C++ */ If you don't make it have no copyright you cannot post it here
04:40:59 <esolangs> [[BrainSplited]] N https://esolangs.org/w/index.php?oldid=133906 * PrySigneToFry * (+6515) Created page with "{{WIP}} {{AKA|title=AsciiTape}} {{AKA|title=Extended Brainfuck Programming Language(EBPL for short)}} BrainSplited is designed by PSTF and his ChatGPT. It is extended Brainfuck. == My question and ChatGPT's answer == Q1: Can you invent an esoteric program
04:50:14 <esolangs> [[BrainSplited]] https://esolangs.org/w/index.php?diff=133907&oldid=133906 * Unname4798 * (+14)
05:30:27 -!- Sgeo has quit (Read error: Connection reset by peer).
06:24:26 -!- b_jonas has quit (Quit: leaving).
07:31:10 -!- __monty__ has joined.
08:15:21 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=133908&oldid=133884 * Gggfr * (+0) /* other */
09:28:56 <esolangs> [[Moaiscript]] https://esolangs.org/w/index.php?diff=133909&oldid=130879 * Dtp09 * (+251) rewrote the page
10:05:51 -!- Ae` has changed nick to Ae.
10:15:01 <APic> Moin
10:16:35 <esolangs> [[Talk:ISEW2C]] https://esolangs.org/w/index.php?diff=133910&oldid=133831 * PkmnQ * (+231)
10:23:31 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=133911&oldid=133859 * PrySigneToFry * (+19)
10:26:37 -!- wib_jonas has joined.
10:28:11 -!- Ae has quit (Killed (NickServ (GHOST command used by ae35733!~ae@user/ae))).
10:28:54 <wib_jonas> does anyone happen to understand why https://www.bigmessowires.com/cpu-in-a-cpld/ says there's an STA imm instruction?
10:29:57 -!- Ae` has joined.
10:29:58 <wib_jonas> ah wait, https://www.bigmessowires.com/cpu-in-a-cpld/#comment-108669 asks that already and there's a reply
10:32:56 <wib_jonas> apparently it was a mistake. now I wonder if any esoteric language has an STA imm instruction deliberately.
10:34:16 <int-e> hnn it would be funny if it modified the immediate field of the instruction...
10:35:02 <wib_jonas> Yeah.
10:38:03 <int-e> I'm trying to remember whether box-256 actually did that. I don't think so though... (I do remember writing code with instructions that stored into the same instruction's source immediate values though)
10:43:02 <wib_jonas> int-e: um, what's this? so you had an instruction that had like an absolute target and an immediate source operand, and you directed it to write into the immediate? I think most old CPUs don't have such instructions, while in newer CPUs it's not worth because that would mess up the code cache, but maybe the 386 is right on the boundary, where there
10:43:03 <wib_jonas> are such instructions but no code cache other than a small prefetch queue.
10:44:42 <int-e> yeah this isn't exactly a CPU. http://box-256.com/manual/ ...it has three addressing modes, immediate, address, and indirect address.
10:44:56 <int-e> and also three operand instructions
10:45:50 <int-e> and axtually the opcode table answers my question; there's no encoding for destination immediates
10:47:10 <esolangs> [[ISEW2C]] https://esolangs.org/w/index.php?diff=133912&oldid=99488 * PkmnQ * (-57) Not Turing-complete
10:49:52 <int-e> But the thing that makes this a non-CPU are the threads, which are deterministically interleaved. You can have up to about 60 of them so that's up to 360 memory accesses per cycle. And yes, one thread can poke into an instruction of another thread just before that thread gets its turn and the next thread will execute that modified instruction.
10:50:29 <int-e> It did feel nicely esoteric because of that though.
10:59:41 <wib_jonas> that is weird in other ways too
11:06:42 <wib_jonas> you should make a wiki entry for it
11:07:27 -!- amby has joined.
11:17:21 <esolangs> [[Turtle just want to dig]] https://esolangs.org/w/index.php?diff=133913&oldid=133881 * Gggfr * (+345)
11:22:14 <esolangs> [[Turtle just want to dig]] https://esolangs.org/w/index.php?diff=133914&oldid=133913 * Gggfr * (+93)
11:24:01 <esolangs> [[Turtle just want to dig]] https://esolangs.org/w/index.php?diff=133915&oldid=133914 * Gggfr * (-20)
11:24:49 <esolangs> [[Turtle just want to dig]] https://esolangs.org/w/index.php?diff=133916&oldid=133915 * Gggfr * (-26)
11:56:57 <int-e> oh I failed to account for memory accesses for maintaining each thread's PC (which is stored in memroy)
11:57:31 <int-e> so with that it's up to 540 memory accesses per cycle
12:02:40 -!- mtm has quit (Ping timeout: 260 seconds).
12:02:59 <int-e> 480. arithmetic is hard
12:05:49 -!- mtm has joined.
12:08:02 <wib_jonas> int-e: the description says that the MOV instruction can copy more than one byte, it has an argument for the count of bytes
12:08:14 <int-e> ohright
12:08:44 <int-e> yeah that'll bump it up further
12:09:23 <int-e> two orders of magnitude, so it's becoming even more silly
12:12:20 -!- lambdabot has quit (Remote host closed the connection).
12:12:21 -!- V has quit (Remote host closed the connection).
12:13:37 -!- V has joined.
12:15:28 -!- lambdabot has joined.
12:23:32 <fizzie> Redcode (as in Core War) might allow a destination immediate operand, which would change the value of that immediate field in the same instruction? Not sure if it does, but it feels like the kind of thing it would do. And you do modify a lot of instructions in it.
12:24:22 <wib_jonas> I wonder what it does when the source and destination are overlapping
12:24:59 <wib_jonas> that MOV instruction that is
12:27:45 <fizzie> It had those modifiers as well (.a, .b, .ab, .ba, .f, .x, .i) that I can never really keep straight.
12:29:19 <fizzie> https://corewar.co.uk/karonen/guide.htm#deep_imm seems to imply an "immediate" address is just treated as making the effective address 0 (relative to the instruction), plus of course the number specifying the initial contents of that field.
12:58:54 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=133917&oldid=133911 * Gggfr * (+30) /* T */
13:04:43 <esolangs> [[Turtle just want to dig]] https://esolangs.org/w/index.php?diff=133918&oldid=133916 * Gggfr * (-10)
13:16:55 -!- salpynx has quit (Quit: Leaving).
13:54:24 -!- tromp has joined.
13:56:23 <esolangs> [[Special:Log/newusers]] create * TabbyTranspose * New user account
14:23:07 <esolangs> [[BrainSplited]] https://esolangs.org/w/index.php?diff=133919&oldid=133907 * PrySigneToFry * (+356)
14:26:55 <esolangs> [[User talk:Unname4798]] https://esolangs.org/w/index.php?diff=133920&oldid=132641 * PrySigneToFry * (+559) /* A+B Problem in BrainSplited */ new section
14:27:17 <esolangs> [[User talk:Unname4798]] https://esolangs.org/w/index.php?diff=133921&oldid=133920 * PrySigneToFry * (+27)
14:28:39 <esolangs> [[Deadfsh]] https://esolangs.org/w/index.php?diff=133922&oldid=132646 * PrySigneToFry * (+97)
14:50:00 -!- Noisytoot has quit (Excess Flood).
14:53:21 -!- Noisytoot has joined.
15:25:17 <esolangs> [[User talk:Unname4798]] https://esolangs.org/w/index.php?diff=133923&oldid=133921 * Unname4798 * (+15)
15:34:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:56:51 -!- tromp has joined.
15:57:06 <korvo> Hm, attribution is tricky.
15:58:15 <korvo> While documenting Turing machines, I deanonymized int-e, and I didn't realize I'd done it until later. Do we have community guidelines for keeping that sort of thing straight?
15:59:24 <korvo> I figure it's not a big deal at the moment, but also I'm fairly certain I know identities of folks here who *do* want their names obscured, and I'm not sure how to ask "Do you want me to withhold your name?" without embarrassing folks or making them worry that I'm going to dox them.
15:59:29 <int-e> In my case I haven't tried too hard to keep those identities separate. I mean, I don't go out of my way to link them. That's it.
16:00:08 <korvo> int-e: Okay, thank you. Let me know if you change your mind.
16:00:16 <int-e> (Go to @int-e on github and you'll find all you need because the real name is, to my knowledge, unique.)
16:04:36 <int-e> It's kind of the cost of using the same nick in many contexts for soon 3 decades.
16:16:37 <korvo> For sure. I worry because I know one regular here is deliberately anonymous and I may have accidentally learned their identity years ago, and while I want to give credit for maths discoveries, they hide their name *because* of the maths community.
16:17:45 <korvo> I want to be more respectful than e.g. Aaronson and company, who repeatedly slander "code golf addict" by insulting their decision to not add their real name to Aaronson et al's Busy Beaver papers.
16:18:40 -!- ais523 has joined.
16:18:46 <korvo> (If I were Aaronson, I guess I'd be embarrassed too. Aaronson & Yedida gave a BB(1919) result and code golf addidct improved it to something like BB(20).)
16:21:24 <ais523> wib_jonas: I think lots of CPUs have circuitry that would decode an instruction as STA, imm – but the instruction simply isn't documented because it wouldn't be useful
16:21:29 <korvo> ...At any rate, if anybody has any problems with what I've put in https://mostawesomedude.github.io/bb-gauge/ so far, just DM me and I'll redact or pseudonymize you appropriately.
16:21:40 <ais523> that said, I do not know of any concrete examples, so I might be wrong in this suspicion
16:23:10 <ais523> on another topic, something I realised recently is that the operation "take the limit of the behaviour of a program as some parameter that parametrises its behaviour tends to 0/∞" a) is capable of increasing a language's computational class, and b) appears to do so in a well-defined way for various classes
16:23:43 <ais523> e.g. if you do it on TC programs you get a halting oracle (because you can use it to evaluate the result of a beeping computation, and those can be halting oracles), and you don't seem to get anything more than a halting oracle
16:23:58 <ais523> and I am wondering what other computational classes become under the same operation
16:24:28 <ais523> primitive-recursive trivially becomes Turing-hard; is it necessarily going to stay computable?
16:24:29 <int-e> korvo: Hmm tracing that... not really the same thing, though related; the thing that Aaronsen co-authored diagonalized proofs in ZFC. The 27 state TM looks for counterexamples to Goldbach's conjecture.
16:24:57 <int-e> korvo: And the 1919 state number is by Stefan O'Rear.
16:25:43 <korvo> int-e: Yeah, that sounds right. As you can see, my memory sucks.
16:26:10 <int-e> . o O ( things with holes in them )
16:26:19 <int-e> . o O ( for $100 )
16:27:23 <ais523> oh wow, talk about small worlds – I collaborated with Stefan O'Rear on a NetHack-related project
16:27:26 <int-e> korvo: The fact that the 1919 number was accurate helped.
16:27:45 <int-e> (I searched that article for the string "1919")
16:28:05 <wib_jonas> ais523: sure, but in https://www.bigmessowires.com/cpu-in-a-cpld/ it's the documentation that specifically shows STA imm in the opcode table, and note that the part of the table with bit 2 and 5 are unset goes {SUB abs; SUB imm; ADD abs; ADD imm; CMP abs; CMP imm; LDA abs; LDA imm; STA abs; STA imm; LDX abs; LDX imm; STX abs; undocumented} so it
16:28:05 <wib_jonas> looks like STX imm deliberately doesn't exist
16:28:39 <ais523> and the same person worked on an INTERCAL-related project (a syntax highlighter, maybe?) which allowed whitespace in the middle of keywords, which is an interesting and possibly correct interpretation of the specification
16:28:47 <korvo> int-e: Yeah. So, checking my notes, I think that there's a lot of headroom beneath Laconic not yet accessed.
16:30:02 <korvo> Aaronson & Matiyasevich give RH a test with BB(734) and O'Rear gives BB(916). However, it's well-known folklore that Turing did RH tests by hand using some sort of discrete procedure; it was one of his favorite toy problems for computers.
16:31:04 <korvo> So there must be some BB(n,k) where n and k are small enough for humans to work through the machine. I don't have any well-vouched RH for k≠2 yet, so I can't guess Turing's k.
16:31:10 <ais523> <korvo> While documenting Turing machines, I deanonymized int-e, and I didn't realize I'd done it until later. Do we have community guidelines for keeping that sort of thing straight? ← my rule is "if someone has posted the work online under a given name, use that name – otherwise, ask – although if you're writing a serious paper for a journal or the like, it's often good to ask which name you should use in case someone pseudonymous wants to use their
16:31:11 <ais523> real name"
16:31:18 <int-e> wib_jonas: I did wonder about the absence of STX abs,X ... maybe accessing the X register for both reading and writing is too hard?
16:31:50 <wib_jonas> ais523: limit to 0 can increase computational class => that's believable, because the physicists are saying that quantum mechanism limits how much information you can store in a given volume of space and how much computation you can do with a given amount of energy, while in classical physics the information and computation are unlimited
16:32:16 <korvo> ais523: That makes sense. I've tried to only use the names that each author has attached to their work. For example, I think I could go look up who LittlePeng9 is, but I want to reuse their handle so that future searchers will find Googology.
16:33:04 <ais523> I gave two different names for my Netrunner Turing-completeness proof, because I normally use different usernames in the Netrunner and Turing-completeness communities
16:33:11 <ais523> so that I would be recognised either way
16:33:28 <wib_jonas> int-e: the absence of STX abs,X => I assume that's just not very useful, it's not in BMOW 1 either, I think this might be inherited from 6502 which inspired both. either that, or the CPX instructions make it so the opcode wouldn't be decoded correctly.
16:34:57 <wib_jonas> "allowed whitespace in the middle of keywords" => I always assumed INTERCAL allowed that, since the FORTRANs and BASICs of the period did too
16:35:36 <ais523> what, really? I thought the BASICs of the era didn't really have source code, the editor stored an AST directly
16:35:49 <ais523> although I guess then it's a question about whether the editor allowed whitespace inside keywords
16:36:30 <int-e> wib_jonas: Oh, here: http://www.bigmessowires.com/2010/04/18/tiny-cpu-architecture/ ...there's no feedback from X to itself without increment or decreement.
16:38:37 <int-e> But it /could/ do post-increment and post-decrement addressing with abs,X if instruction decoding supported it.
16:38:53 <ais523> korvo: re: your Busy Beaver Gauge, I think this is relevant (although not directly relevant): https://codegolf.stackexchange.com/questions/97004/does-the-code-terminate/
16:40:12 -!- tromp has quit (Remote host closed the connection).
16:41:03 <korvo> ais523: Yes, exactly. I had to gather a few examples before I could even sketch the point, but I think you see it now.
16:41:13 -!- tromp has joined.
16:41:32 <korvo> It will be quite funny if it turns out that everything fits into BB(8,2). But even in that case, I think they'll still be smeared out in BLC or BF.
16:52:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:58:03 <wib_jonas> ais523: afaiu the editors store the text of each source line, except for the line number, close to verbatim, except they replace keywords with abbreviated versions, though there are also older basics where you even have to input the keywords in a different way than from a sequence of letters, they just show up as the pretty letter name on screen as
16:58:04 <wib_jonas> you edit. I don't think they store an AST that's reordered compared to the source code.
16:59:31 -!- tromp has joined.
17:01:04 -!- wib_jonas has quit (Quit: Client closed).
17:05:32 <esolangs> [[4Head/AuthorImplementation.c]] https://esolangs.org/w/index.php?diff=133924&oldid=117447 * 1hals * (-43) use standard isdigit
17:18:35 <esolangs> [[Minimized BF]] https://esolangs.org/w/index.php?diff=133925&oldid=133401 * TheCanon2 * (+1029) Added an interpreter
17:19:00 <int-e> fungot:
17:21:33 <ais523> apparently fungot is not here
17:23:25 <int-e> evidently
17:27:27 <int-e> I wanted input on making a zero-gravity guillotine. I didn't want to bother a human about it ;-)
17:30:44 <ais523> the guillotines used for cutting paper are normally manually operated, I think (i.e. a human rather than gravity pushes down on the blade)
17:31:08 <esolangs> [[Ruck]] https://esolangs.org/w/index.php?diff=133926&oldid=133834 * TheCanon2 * (+1168) Added implementation
17:33:39 <esolangs> [[Ruck]] M https://esolangs.org/w/index.php?diff=133927&oldid=133926 * TheCanon2 * (-7) rewrote
17:35:34 <int-e> beheading paper sounds a bit weird... but I guess it'll work for letter heads
17:37:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:39:49 -!- ais523 has quit (Remote host closed the connection).
17:41:03 -!- ais523 has joined.
18:31:38 -!- b_jonas has joined.
18:44:52 -!- ais523 has quit (Quit: quit).
18:50:45 <b_jonas> int-e: hmm, someone mentioned recently that they have built a guillotine (not necessarily zero gravity) as some hobby thing. I'd direct you to them but I don't recall who it was. the internet is a strange place.
19:03:51 <int-e> Hmm I saw guillotines mentioned here: https://aus.social/@Unixbigot/112832456291732131
19:04:07 <int-e> But that's fictional.
19:07:00 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=133928&oldid=133917 * PythonshellDebugwindow * (+0) /* T */ Alphabetise
19:13:07 <esolangs> [[User:TheCanon2]] M https://esolangs.org/w/index.php?diff=133929&oldid=133878 * TheCanon2 * (+25) Added Ruckfish
19:17:35 <esolangs> [[(,!)]] https://esolangs.org/w/index.php?diff=133930&oldid=133376 * Gggfr * (+28)
19:18:54 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=133931&oldid=133826 * HammyHammerhead * (+81) /* Commands */
19:40:24 <esolangs> [[Ruckfish]] N https://esolangs.org/w/index.php?oldid=133932 * TheCanon2 * (+1742) Created the article
19:44:56 -!- tromp has joined.
20:12:53 <zzo38> I think 6502 has a "store immediate" instruction that does not actually work; the opcode that should mean "store immediate" instead reads its operand and ignores it
20:41:33 <fizzie> Ugh. This time fungot had reconnected, but now it doesn't obey me because my username does *not* have the ~ in it.
20:41:45 <fizzie> I added it in the configuration when there was that identd problem again.
20:43:35 -!- fungot has joined.
20:45:55 <b_jonas> heehe
20:47:14 -!- ais523 has joined.
20:58:14 <esolangs> [[Pylongolf]] M https://esolangs.org/w/index.php?diff=133933&oldid=50185 * PythonshellDebugwindow * (+138) Waybacks, categories
21:13:17 -!- ais523 has quit (Remote host closed the connection).
21:14:32 -!- ais523 has joined.
21:22:08 <esolangs> [[Ruckfish]] https://esolangs.org/w/index.php?diff=133934&oldid=133932 * TheCanon2 * (+1797) Completed the article.
21:23:00 <esolangs> [[User:TheCanon2]] M https://esolangs.org/w/index.php?diff=133935&oldid=133929 * TheCanon2 * (-1) changed the number
21:30:56 <esolangs> [[Ruckfish]] M https://esolangs.org/w/index.php?diff=133936&oldid=133934 * TheCanon2 * (+131) added details
21:31:38 <esolangs> [[Ruckfish]] M https://esolangs.org/w/index.php?diff=133937&oldid=133936 * TheCanon2 * (+1) moved a detail
21:58:56 <esolangs> [[Ruckfish]] M https://esolangs.org/w/index.php?diff=133938&oldid=133937 * TheCanon2 * (+384) Articlised my name and added a truth machine
21:59:06 -!- __monty__ has quit (Quit: leaving).
21:59:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:24:50 -!- Sgeo has joined.
23:01:46 <esolangs> [[Scratcholang]] https://esolangs.org/w/index.php?diff=133939&oldid=123187 * TheCanon2 * (-263) Cleaned the article and added XKCD random number
23:09:19 <esolangs> [[IBC]] M https://esolangs.org/w/index.php?diff=133940&oldid=133164 * TheCanon2 * (+123) added NNAAAAAAAAAAAAAAAAAAAAN
2024-07-25
00:02:24 -!- mtm has quit (Ping timeout: 252 seconds).
00:06:08 -!- mtm has joined.
00:07:12 -!- Lord_of_Life has quit (Ping timeout: 244 seconds).
00:10:33 -!- Lord_of_Life has joined.
00:20:02 <esolangs> [[$+-?]] M https://esolangs.org/w/index.php?diff=133941&oldid=133722 * TheCanon2 * (+279) Added a Parity calculator
01:06:59 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
01:17:10 -!- salpynx has joined.
01:33:10 -!- X-Scale has joined.
01:51:00 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=133942&oldid=133931 * PrySigneToFry * (+89)
01:59:21 <esolangs> [[XRay]] M https://esolangs.org/w/index.php?diff=133943&oldid=133498 * PrySigneToFry * (+0)
02:00:41 <esolangs> [[AsciiDots]] M https://esolangs.org/w/index.php?diff=133944&oldid=93340 * TheCanon2 * (-14) Replaced the dead link
02:02:18 -!- ais523 has quit (Ping timeout: 252 seconds).
02:02:19 <esolangs> [[AsciiDots]] M https://esolangs.org/w/index.php?diff=133945&oldid=133944 * TheCanon2 * (+10) added the name
02:02:43 <esolangs> [[User talk:Tommyaweosme]] https://esolangs.org/w/index.php?diff=133946&oldid=133870 * PrySigneToFry * (+846)
02:08:26 -!- ais523 has joined.
02:17:05 -!- X-Scale has quit (Ping timeout: 256 seconds).
02:21:45 -!- ais523 has quit (Remote host closed the connection).
02:22:58 -!- ais523 has joined.
02:26:23 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=133947 * PrySigneToFry * (+1500) Created page with "{{WIP}} is designed by PSTF. It is Brainfuck deriative. == Command Table == You must let the command to be an strange CJKV unified ideograms. {| class="wikitable" |+ Original Command |- ! !! Meaning |- | || Moves pointer to right |- | || Moves pointer to left |- |
02:27:05 -!- X-Scale has joined.
02:27:15 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=133948&oldid=133928 * PrySigneToFry * (+10)
02:42:34 <esolangs> [[/A+B Problem]] N https://esolangs.org/w/index.php?oldid=133949 * PrySigneToFry * (+9248) Created page with "== 8-bit integer addition == <pre> ..."
02:44:29 <esolangs> [[]] https://esolangs.org/w/index.php?diff=133950&oldid=126128 * PrySigneToFry * (+44)
03:01:47 <esolangs> [[BrainSplited]] https://esolangs.org/w/index.php?diff=133951&oldid=133919 * PrySigneToFry * (+29)
03:07:31 -!- X-Scale has quit (Ping timeout: 256 seconds).
03:10:25 <esolangs> [[Talk:SussyLang]] https://esolangs.org/w/index.php?diff=133952&oldid=133275 * PrySigneToFry * (+185) /* A new idea */ new section
03:11:24 <esolangs> [[Talk:SussyLang]] https://esolangs.org/w/index.php?diff=133953&oldid=133952 * PrySigneToFry * (+413)
03:27:44 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=133954 * PrySigneToFry * (+2808) Created page with "PSTF == Syntax == All program must start with <code></code> and end with <code></code> == Commands == {| class="wikitable" |+ Command List |- ! Command !! Meaning !! Equivalence (in C++) |- | || Clears the screen || sysnem("cls"); |- | (x(ElemType)) || Makes a new var
03:41:36 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=133955&oldid=133829 * PrySigneToFry * (+107)
03:54:19 -!- X-Scale has joined.
04:20:37 -!- X-Scale has quit (Ping timeout: 256 seconds).
05:30:26 -!- Sgeo has quit (Read error: Connection reset by peer).
05:45:13 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=133956&oldid=133948 * TheCanon2 * (+11) /* A */ Added Amtu
06:11:49 -!- ais523 has quit (Quit: quit).
06:25:39 -!- Noisytoot has changed nick to Guest9845.
06:25:40 -!- Guest9845 has quit (Killed (platinum.libera.chat (Nickname regained by services))).
06:25:42 -!- Noisytoot has joined.
06:39:43 -!- Noisytoot has quit (Excess Flood).
06:43:46 -!- tromp has joined.
06:51:18 <esolangs> [[When statement]] N https://esolangs.org/w/index.php?oldid=133957 * RainbowDash * (+400) Created page with "Inside by the COMEFROM instruction. A When statement is an idea thought of by ~~~ on 2024 July 25th. The idea is that the When statement executes all of the code inside of it the moment the statement is true. To code this you could check every When statement
06:55:39 <esolangs> [[When statement]] M https://esolangs.org/w/index.php?diff=133958&oldid=133957 * RainbowDash * (+291)
06:59:47 -!- Noisytoot has joined.
07:01:46 <esolangs> [[When statement]] M https://esolangs.org/w/index.php?diff=133959&oldid=133958 * RainbowDash * (+187)
07:03:02 <esolangs> [[When statement]] M https://esolangs.org/w/index.php?diff=133960&oldid=133959 * RainbowDash * (-2) Code fix
07:14:47 <esolangs> [[When statement]] M https://esolangs.org/w/index.php?diff=133961&oldid=133960 * RainbowDash * (+0) Psuedocode smoothing
07:36:47 -!- dawids has joined.
07:39:15 -!- dawids has quit (Remote host closed the connection).
08:23:11 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:14:37 -!- X-Scale has joined.
09:23:25 -!- X-Scale40 has joined.
09:23:47 -!- X-Scale has quit (Ping timeout: 256 seconds).
09:38:41 -!- tromp has joined.
09:47:56 <esolangs> [[Deadfsh]] https://esolangs.org/w/index.php?diff=133962&oldid=133922 * Unname4798 * (+12)
09:48:09 -!- X-Scale40 has quit (Ping timeout: 256 seconds).
09:49:23 <esolangs> [[Tile]] https://esolangs.org/w/index.php?diff=133963&oldid=133822 * Dtp09 * (+88) rewrote some f it again
09:56:55 <esolangs> [[User:HammyHammerhead]] https://esolangs.org/w/index.php?diff=133964&oldid=133860 * HammyHammerhead * (+11) idk
09:57:34 <esolangs> [[User:HammyHammerhead]] https://esolangs.org/w/index.php?diff=133965&oldid=133964 * HammyHammerhead * (+6)
10:31:08 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=133966&oldid=133571 * Dungatoro * (+176) /* Introductions */
11:24:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:02:38 -!- __monty__ has joined.
12:04:16 -!- mtm has quit (Ping timeout: 252 seconds).
12:06:01 -!- mtm has joined.
12:12:28 -!- wib_jonas has joined.
12:29:09 -!- tromp has joined.
12:32:48 <esolangs> [[When statement]] https://esolangs.org/w/index.php?diff=133967&oldid=133961 * Ais523 * (-45) don't hide the User: on links to userspace in general signatures are only intended for talk pages and should not be used on articles, which are written from a third-person point of view
13:13:52 -!- salpynx has quit (Remote host closed the connection).
13:17:25 <esolangs> [[Nope.]] M https://esolangs.org/w/index.php?diff=133968&oldid=132574 * Dtp09 * (-75) fixed a dead link
13:22:33 <esolangs> [[Tile/Update Log]] https://esolangs.org/w/index.php?diff=133969&oldid=108681 * Dtp09 * (+136)
13:27:22 -!- wib_jonas has quit (Quit: Client closed).
13:31:46 -!- amby has joined.
13:45:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:45:37 -!- Sgeo has joined.
14:08:01 -!- X-Scale has joined.
14:15:48 -!- tromp has joined.
14:30:02 <esolangs> [[DQ]] https://esolangs.org/w/index.php?diff=133970&oldid=133818 * Gggfr * (-34)
14:49:11 -!- wib_jonas has joined.
15:05:51 <esolangs> [[When statement]] M https://esolangs.org/w/index.php?diff=133971&oldid=133967 * RainbowDash * (+76) Third Person
15:06:13 <esolangs> [[Talk:When statement]] N https://esolangs.org/w/index.php?oldid=133972 * Corbin * (+788) Your idea is good! It's also not original.
15:07:23 -!- Noisytoot has changed nick to Guest7468.
15:07:26 -!- Noisytoot has joined.
15:09:02 <esolangs> [[When statement]] https://esolangs.org/w/index.php?diff=133973&oldid=133971 * RainbowDash * (-197) Note takes up too much space
15:09:08 -!- Guest7468 has quit (Ping timeout: 255 seconds).
15:10:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:11:15 -!- sam__ has joined.
15:11:22 -!- sam__ has quit (Client Quit).
15:11:48 <esolangs> [[When statement]] M https://esolangs.org/w/index.php?diff=133974&oldid=133973 * RainbowDash * (-9) Minor touch ups
15:11:51 -!- sam__ has joined.
15:11:59 -!- sam__ has quit (Client Quit).
15:22:39 -!- amby has quit (Read error: Connection reset by peer).
15:22:57 -!- amby has joined.
15:32:13 <esolangs> [[Collabi]] https://esolangs.org/w/index.php?diff=133975&oldid=133872 * HammyHammerhead * (+61) Added command
15:35:51 <esolangs> [[Empty]] https://esolangs.org/w/index.php?diff=133976&oldid=131940 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+37)
15:36:16 <esolangs> [[Empty]] https://esolangs.org/w/index.php?diff=133977&oldid=133976 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+11)
15:37:30 <esolangs> [[Empty]] https://esolangs.org/w/index.php?diff=133978&oldid=133977 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+28) /* Robots */
15:38:36 <esolangs> [[Collabi]] M https://esolangs.org/w/index.php?diff=133979&oldid=133975 * HammyHammerhead * (-16)
15:39:25 <esolangs> [[Empty]] https://esolangs.org/w/index.php?diff=133980&oldid=133978 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-45) /* 99 bottles of beer */
15:40:01 <esolangs> [[Empty]] https://esolangs.org/w/index.php?diff=133981&oldid=133980 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-4) /* Calculator */
15:41:53 <esolangs> [[Empty]] https://esolangs.org/w/index.php?diff=133982&oldid=133981 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+0) /* Modulo */
15:42:22 <esolangs> [[Talk:Scratch is dumb]] N https://esolangs.org/w/index.php?oldid=133983 * HammyHammerhead * (+0) Created blank page
15:43:41 <esolangs> [[]] https://esolangs.org/w/index.php?diff=133984&oldid=133814 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+44)
15:44:19 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=133985&oldid=133054 * Tommyaweosme * (+213) /* category:joke proofs */ new section
15:44:25 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=133986&oldid=133985 * Tommyaweosme * (+162) /* category:joke proofs */
15:44:31 <esolangs> [[MinusGreater]] https://esolangs.org/w/index.php?diff=133987&oldid=133808 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+27) /* truth-machine */
15:45:11 <esolangs> [['Python' is not recognized as an internal or external command, operable program or batch file.]] https://esolangs.org/w/index.php?diff=133988&oldid=132626 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+27) /* CATEGORIES */
15:45:42 -!- X-Scale has quit (Quit: Client closed).
15:48:42 <esolangs> [[MIRROR]] https://esolangs.org/w/index.php?diff=133989&oldid=132624 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+40) /* Commands */
15:51:11 -!- wib_jonas has quit (Quit: Client closed).
16:19:47 -!- tromp has joined.
16:24:29 <esolangs> [[Special:Log/upload]] upload * Dtp09 * uploaded "[[File:Xkcd 221 tile.png]]": fair
16:28:30 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=133991&oldid=133795 * Dtp09 * (+53) added Tile
16:29:03 <esolangs> [[AsciiDots]] https://esolangs.org/w/index.php?diff=133992&oldid=133945 * TheCanon2 * (-237) Cleaned up the article
16:33:14 <esolangs> [[Truth-machine]] https://esolangs.org/w/index.php?diff=133993&oldid=133734 * Dtp09 * (+58) added Tile
16:39:50 <esolangs> [[MIRROR]] https://esolangs.org/w/index.php?diff=133994&oldid=133989 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-14) /* Truth Machine */
17:16:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:24:50 -!- tromp has joined.
17:53:18 <esolangs> [[When statement]] M https://esolangs.org/w/index.php?diff=133995&oldid=133974 * RainbowDash * (-146)
17:56:30 <esolangs> [[Special:Log/move]] move_redir * Dtp09 * moved [[Texttile]] to [[Textile]] over redirect: the language is called textile
17:56:30 <esolangs> [[Special:Log/delete]] delete_redir * Dtp09 * Dtp09 deleted redirect [[Textile]] by overwriting: Deleted to make way for move from "[[Texttile]]"
17:57:17 <esolangs> [[Talk:When statement]] https://esolangs.org/w/index.php?diff=133998&oldid=133972 * RainbowDash * (+266) Response
17:59:22 <esolangs> [[Textile]] M https://esolangs.org/w/index.php?diff=133999&oldid=133996 * Dtp09 * (+57)
18:00:53 <esolangs> [[Talk:When statement]] M https://esolangs.org/w/index.php?diff=134000&oldid=133998 * RainbowDash * (-26) Fixed response
18:03:00 <esolangs> [[Textile]] M https://esolangs.org/w/index.php?diff=134001&oldid=133999 * Dtp09 * (+58)
18:07:02 <esolangs> [[7 bottles of tommyaweosme]] M https://esolangs.org/w/index.php?diff=134002&oldid=133725 * TheCanon2 * (+0) Shortened the Python script slightly
18:20:46 <esolangs> [[One Time Cat]] M https://esolangs.org/w/index.php?diff=134003&oldid=132019 * TheCanon2 * (+61) Added $+-? and Sakana
18:20:52 <fowl> can i call my new programming language brainfuck or is that considered a faux pas
18:31:52 <esolangs> [[$+-?]] M https://esolangs.org/w/index.php?diff=134004&oldid=133941 * TheCanon2 * (-66) Improved the truth machine
18:49:05 -!- tromp has quit (*.net *.split).
18:49:05 -!- Sgeo has quit (*.net *.split).
18:49:05 -!- mtm has quit (*.net *.split).
18:49:05 -!- lambdabot has quit (*.net *.split).
18:49:05 -!- sprock has quit (*.net *.split).
18:49:18 -!- tromp has joined.
18:49:18 -!- Sgeo has joined.
18:49:18 -!- mtm has joined.
18:49:18 -!- lambdabot has joined.
18:49:18 -!- sprock has joined.
19:03:55 <esolangs> [[REG.TYPE = STR TRUE]] https://esolangs.org/w/index.php?diff=134005&oldid=133690 * Gggfr * (+12) /* syntax */
19:18:48 <esolangs> [[HeacunQ9+]] https://esolangs.org/w/index.php?diff=134006&oldid=117679 * Kaveh Yousefi * (+205) Added a hyperlink to my implementation of the HeacunQ9+ programming language on GitHub and supplemented the Implemented category tag.
19:27:56 <esolangs> [[HeacunQ9+]] M https://esolangs.org/w/index.php?diff=134007&oldid=134006 * Kaveh Yousefi * (+715) Reformatted the instruction listing as a table.
20:02:28 <korvo> I think I've sketched a Turing-machine-compatible way to search for counterexamples to the original Collatz problem and not just any weaker variants.
20:02:58 <korvo> I'll have to actually implement it before I can be confident that it works, but I whiteboarded the first few thousand steps and it seems plausible.
20:06:08 <korvo> The idea is to interleave two cycle detectors, one which is algorithmic and one which is structural. We'll pre-mark 1, 2, and 4, and start from 3. If a number isn't marked, Collatz-iterate it with a cycle-detector symbol until the pre-mark is found, then Collatz-iterate *again* to pre-mark the iteratees.
20:06:58 <korvo> If a cycle-detector symbol is found during the first iteration, then it's a new cycle which isn't part of the 1-2-4 graph: a counterexample! We can halt. Otherwise, loop forever, skipping pre-marked numbers.
20:07:18 <korvo> Not hard to sketch in Python, but definitely requires some data structures that we don't think of as being available in TM/BF.
20:09:58 <korvo> Oh, also we need side lemmas. (1) every vertex in the graph of a function has at least one outgoing edge (designating the function's output at that vertex) and, building on that, (2) every cycle in a function's graph has its own strongly-connected component.
20:10:59 <korvo> If you squint, you can see my algorithm as a variant of Tarjan's SCC finder. Pre-marking 1-2-4 ensures that we start on that SCC, and any other SCC is a counterexample.
20:33:43 -!- APic has quit (Ping timeout: 264 seconds).
20:41:19 -!- X-Scale has joined.
21:00:01 -!- lynndotpy has quit (Remote host closed the connection).
21:27:59 -!- X-Scale has quit (Ping timeout: 256 seconds).
21:31:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:12:10 <fizzie> Rassum frassum crawlers, getting 4 req/s and median 50% CPU use and this time it's even just regular (fake) user agents, and doesn't obey robots.txt, and just keeps reading all the possible article diffs and also repeatedly fetching Special:CreateAccount because there's a link to it from every page with different URL parameters (because there's a `returnto=...` thing pointing where you came
22:12:12 <fizzie> from).
22:12:44 <fizzie> Exclusively Chinese IP addresses, too.
22:13:51 <int-e> fun :-/
22:14:29 <fizzie> I guess it's not _really_ causing any trouble, just annoying.
22:16:28 <fizzie> I've robots.txt-disallowlisted /w/ because you can read all the real content under /wiki/ URLs, and there's really no need for a crawler to try to read all the possible diffs.
22:20:02 <b_jonas> fizzie: is there a <link rel="canonical">?
22:20:19 <b_jonas> on the CreateAccount page I mean
22:20:42 <b_jonas> also is there a noindex thingy on the link to CreateAccount from every page?
22:21:19 <fizzie> There is a <link rel="canonical"> on Special:CreateAccount, but it includes the &returnto=X part, which is pretty silly.
22:23:06 <fizzie> There's no noindex/nofollow stuff in the "Create Account" link.
22:23:23 <fizzie> (It's of course all up to MediaWiki what it decides to do.)
22:38:17 -!- __monty__ has quit (Quit: leaving).
22:41:28 -!- Ae` has changed nick to Ae.
22:58:17 <b_jonas> heh
2024-07-26
00:03:21 -!- mtm has quit (Ping timeout: 276 seconds).
00:04:57 -!- mtm has joined.
00:06:08 <esolangs> [[CW@ 3 cell brainfuck substitution]] M https://esolangs.org/w/index.php?diff=134008&oldid=132058 * RainbowDash * (-16) Caption text removal.
00:06:53 <esolangs> [[Trumf]] M https://esolangs.org/w/index.php?diff=134009&oldid=104603 * RainbowDash * (-16) Caption text removal.
00:07:07 <esolangs> [[D]] M https://esolangs.org/w/index.php?diff=134010&oldid=109112 * RainbowDash * (-16) Caption text removal.
00:07:43 <esolangs> [[Ribosome]] M https://esolangs.org/w/index.php?diff=134011&oldid=120134 * RainbowDash * (-16) Caption text removal.
00:09:06 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
00:10:16 -!- Lord_of_Life has joined.
00:30:00 <esolangs> [[Neoff]] N https://esolangs.org/w/index.php?oldid=134012 * RainbowDash * (+1363) Created page with "'''WORK IN PROGRESS DO NOT EDIT PLEASE ''' Neoff is an esolang created by [[User:RainbowDash]], There is 3 types of variables:</br> Number - 8 bit constant </br> Address - 8 bit </br> Text - No Bit Restriction. == Instructions == {| class="wikitable" |- ! Instructi
00:50:58 <esolangs> [[Neoff]] https://esolangs.org/w/index.php?diff=134013&oldid=134012 * RainbowDash * (+712)
00:55:36 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134014&oldid=134013 * RainbowDash * (+22)
00:56:28 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134015&oldid=134014 * RainbowDash * (+0)
01:15:39 -!- mtm has quit (Ping timeout: 260 seconds).
01:22:23 -!- salpynx has joined.
01:30:24 -!- X-Scale has joined.
01:31:46 <esolangs> [[]] https://esolangs.org/w/index.php?diff=134016&oldid=133947 * PrySigneToFry * (+65)
01:36:04 <esolangs> [[Free Esolang]] https://esolangs.org/w/index.php?diff=134017&oldid=128815 * PrySigneToFry * (+1174)
01:36:59 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134018&oldid=134015 * RainbowDash * (+915) Added Programs
01:39:39 -!- mtm has joined.
01:41:10 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134019&oldid=134018 * RainbowDash * (+52)
01:44:11 <esolangs> [[.Z.6.S.]] N https://esolangs.org/w/index.php?oldid=134020 * PrySigneToFry * (+401) Created page with ".Z.6.S.(if you remove the points and then you read it in Shidinn, you will get <nowiki>[zs]</nowiki>) is designed by PSTF. It is completely use Greek to program. == Syntax == Just speak Greek. == Programs == They're in [[.Z.6.S.|Programs]]. == Categories == [[Ca
01:44:21 <esolangs> [[.Z.6.S.]] https://esolangs.org/w/index.php?diff=134021&oldid=134020 * PrySigneToFry * (+0)
01:47:32 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134022&oldid=134019 * RainbowDash * (+212)
01:49:50 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134023&oldid=134022 * RainbowDash * (-6) Table fixing
01:53:36 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
01:54:28 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134024&oldid=134023 * RainbowDash * (-102) Extra set instruction
01:55:45 <esolangs> [[.Z.6.S./Programs]] N https://esolangs.org/w/index.php?oldid=134025 * PrySigneToFry * (+9139) Created page with "Main Page: [[.Z.6.S.]] == Hello, world! == " !" , . == A+B Problem == , , . == FizzBuzz == <pre> 1 1000. n, :..."
01:56:44 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134026&oldid=134024 * RainbowDash * (+29) Categories
01:57:06 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=134027&oldid=133956 * PrySigneToFry * (+14)
01:58:36 <esolangs> [[.Z.6.S./Programs]] https://esolangs.org/w/index.php?diff=134028&oldid=134025 * PrySigneToFry * (-56)
02:05:07 <esolangs> [[Nope.]] https://esolangs.org/w/index.php?diff=134029&oldid=133968 * PrySigneToFry * (+783)
02:09:22 <esolangs> [[Nope.]] M https://esolangs.org/w/index.php?diff=134030&oldid=134029 * PrySigneToFry * (+517)
02:11:16 <esolangs> [[User:RainbowDash]] M https://esolangs.org/w/index.php?diff=134031&oldid=130578 * RainbowDash * (+200)
04:41:40 <esolangs> [[Amtu]] M https://esolangs.org/w/index.php?diff=134032&oldid=133898 * TheCanon2 * (+132) Mentioned how Amtu is an OISC
04:52:54 <korvo> TIL there's a proposed proof of the weak Goldbach conjecture: https://arxiv.org/abs/1312.7748 It uses fairly fancy techniques.
05:01:03 -!- Sgeo has quit (Ping timeout: 276 seconds).
05:08:26 <esolangs> [[Amtu]] https://esolangs.org/w/index.php?diff=134033&oldid=134032 * TheCanon2 * (+277) Clarified the actual nature of Amtu scripts
05:19:18 -!- Sgeo has joined.
05:30:29 -!- Sgeo has quit (Read error: Connection reset by peer).
05:38:32 -!- tromp has joined.
05:48:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
05:55:50 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=134034&oldid=133636 * Gggfr * (+47)
06:01:35 <zzo38> I had read about a variant of Wigner's friend, where they suggested using a AI running on a quantum computer, instead of a live person. Since it is a quantum computer this makes it reversible, and the live person will toss a coin (after making a measurement, which is presumably independent of the coin) to decide whether or not to reverse the computer.
06:04:59 <zzo38> They had made three assumptions, which they say, that, together with the experiment, cannot all be true: (1) Freedom of choice how to make the measurement. (2) Locality (things in a part of spacetime does not affect others faster than the speed of light). (3) The observers will agree on the result of the measurement.
06:06:36 <zzo38> (I actually think there are problems with all three of these assumptions. However, I think that this "locality" should not require an interaction to only go one way in time; maybe there are ways to go two ways at once, which, at least to me, seems relevant for some kinds of experiments involving quantum entanglement.)
06:08:02 -!- tromp has joined.
06:40:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:53:26 <b_jonas> great. VLC is crashing unless I disable hardware-accelerated decoding.
06:55:44 <korvo> zzo38: That combination of assumptions reminds me of Bell-Kochen-Specker, or more pointedly Conway's Free Will theorem.
06:56:00 <korvo> Wigner's friend is always a tricky setup. There's so many hidden assumptions.
06:57:10 <b_jonas> zzo38: that doesn't sound like it makes sense. a quantum computer specifically isn't reversible after making a measurement.
07:04:59 <korvo> You can e.g. add a human to a delayed-choice quantum eraser. You just have to assume the worst; Wigner's friend has to become entangled with the system.
07:05:14 <korvo> Revenge of the Everettians, I suppose.
07:05:17 <zzo38> I may have made some details wrong, and also had written it wrong.
07:09:27 <zzo38> And, about the delayed-choice quantum eraser, that is what I thought too, about becoming entangled with the system in that way.
07:10:31 -!- X-Scale has quit (Ping timeout: 256 seconds).
07:29:34 -!- tromp has joined.
07:44:10 -!- salpynx has quit (Remote host closed the connection).
07:48:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:55:33 -!- tromp has joined.
08:40:42 -!- cpressey has joined.
09:12:20 -!- __monty__ has joined.
09:40:54 <esolangs> [[/99 bottles of beer]] N https://esolangs.org/w/index.php?oldid=134035 * PrySigneToFry * (+3194) Created page with "'Cause it is too long, so I can only use Shortened to write it. <pre> ..."
09:45:21 <esolangs> [[/99 bottles of beer]] https://esolangs.org/w/index.php?diff=134036&oldid=134035 * PrySigneToFry * (-2934) Replaced content with "'Cause it is too long, so I can only use Shortened to write it. But it is still too long, so I encoded it with SHA512. <pre> 77365e15eaa816809633df375a7403999747cfb370085d1ef5114c0ffcedc89b35c3c6521700a0d67fa1864589c0cfc7bba30289c058c0
09:46:37 <esolangs> [[]] https://esolangs.org/w/index.php?diff=134037&oldid=133950 * PrySigneToFry * (+84)
09:52:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:56:59 -!- tromp has joined.
10:08:08 <esolangs> [[/]] https://esolangs.org/w/index.php?diff=134038&oldid=128757 * PrySigneToFry * (+815)
10:11:54 <esolangs> [[User talk:MihaiEso]] https://esolangs.org/w/index.php?diff=134039&oldid=133495 * PrySigneToFry * (+579) /* */ new section
10:28:29 -!- APic has joined.
11:03:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:45:28 <esolangs> [[Talk:Sclipting]] https://esolangs.org/w/index.php?diff=134040&oldid=50545 * PrySigneToFry * (+551) /* Question for Sclipting */ new section
12:02:35 -!- cpressey has quit (Ping timeout: 260 seconds).
12:07:47 -!- amby has joined.
12:07:55 -!- FreeFull has quit.
12:08:39 -!- tromp has joined.
12:43:47 -!- __monty__ has quit (Ping timeout: 255 seconds).
12:59:17 -!- cpressey has joined.
13:08:28 <esolangs> [[LOLCODE]] https://esolangs.org/w/index.php?diff=134041&oldid=132426 * ZachChecksOutEsolangs * (-15)
13:35:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:44:42 <esolangs> [[Special:Log/newusers]] create * L4.m2 * New user account
13:57:23 -!- __monty__ has joined.
14:04:20 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=134042&oldid=133966 * L4.m2 * (+150) /* Introductions */
14:04:30 <esolangs> [[Reciprocal Lenguage]] N https://esolangs.org/w/index.php?oldid=134043 * L4.m2 * (+764) Create page
14:17:18 -!- FreeFull has joined.
14:26:40 -!- tromp has joined.
14:31:55 <esolangs> [[User:TheCanon2]] M https://esolangs.org/w/index.php?diff=134044&oldid=133935 * TheCanon2 * (+26) Added Divmeq to the list
14:41:53 -!- Sgeo has joined.
14:42:11 <Sgeo> `olist 1306
14:42:14 <HackEso> olist <https://www.giantitp.com/comics/oots1306.html>: shachaf oerjan Sgeo boily nortti b_jonas Noisytoot
14:42:23 <Sgeo> (And also Snips Snails and Dragon Tails available for purchase)
15:08:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:23:25 <esolangs> [[Divmeq]] N https://esolangs.org/w/index.php?oldid=134045 * TheCanon2 * (+1338) Created the Divmeq article
15:48:16 -!- tromp has joined.
15:56:02 <esolangs> [[Divmeq]] https://esolangs.org/w/index.php?diff=134046&oldid=134045 * TheCanon2 * (+811) Added an interpreter
16:01:28 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134047&oldid=134046 * TheCanon2 * (+81) added detail about interpreter
16:10:43 <int-e> So close yet so far... so the DOM has a Path2D API that goes together with 2d contexts for canvases (and a few other things). You can use these to either draw immediately (stroke(), fill()), or as a part of a bigger path (addPath()). The latter lets you transform the path while you're using it... thr former doesn't. Why? (Note that if you adjust the transformation matrix on a 2d context then...
16:10:49 <int-e> ...that'll affect the stroke width...)
16:23:16 <cpressey> int-e: The path/canvas API has always felt to me like it is hiding a few hysterical raisins, but, if you feel that functionality is missing, can't you work around it somewhat by doing something like, addPath to an empty path just before calling stroke/fill?
16:23:56 <int-e> Yes but then I have an extra temporary object that feels... wrong.
16:24:06 <int-e> I mean I'll cope :P
16:24:20 <int-e> But I'm mildy saddened by this. Hence the complaint :)
16:26:02 <int-e> My feeling is that 2d contexts should have their own addPath()
16:26:36 -!- ais523 has joined.
16:26:39 <int-e> (you /can/ change the transformation matrix between creating a path and stroke())
16:29:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:29:23 <int-e> I do like the fact that I can construct a Path2D object from an SVG path description.
16:29:56 <cpressey> Real Graphics Programmers eschew this nonsense, and write only pixel shaders.
16:31:24 <int-e> I might render to an offscreen buffer of sorts and blit it later
16:32:53 -!- FreeFull has quit (Ping timeout: 248 seconds).
16:33:03 <int-e> But I'm not in the mood of writing a hundred lines of code to render a few basic geometric shapes with outlines.
16:35:08 <int-e> Not when I can write a dozen lines around this instead and be fast enough anyway :P https://paste.debian.net/1324443/ (it's once again about shapez.io)
16:36:07 -!- cpressey has quit (Ping timeout: 264 seconds).
16:42:10 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134048&oldid=134047 * TheCanon2 * (+69) Modified the interpreter to fix float-related problems, at the expense of some TC-ness
16:52:33 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134049&oldid=134048 * TheCanon2 * (+1) flipped signs
16:54:31 -!- tromp has joined.
16:58:56 -!- Noisytoot has quit (Ping timeout: 255 seconds).
17:00:37 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134050&oldid=134049 * TheCanon2 * (+0) Undo revision [[Special:Diff/134049|134049]] by [[Special:Contributions/TheCanon2|TheCanon2]] ([[User talk:TheCanon2|talk]])
17:11:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:35:05 -!- tromp has joined.
17:41:25 <esolangs> [[Special:Log/newusers]] create * IntCodeFan * New user account
17:48:23 <esolangs> [[*&&^Jj]] https://esolangs.org/w/index.php?diff=134051&oldid=131759 * Gggfr * (+0)
17:52:11 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=134052&oldid=133955 * L4.m2 * (+26)
17:56:15 -!- Noisytoot has joined.
18:06:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:18:22 -!- X-Scale has joined.
18:22:57 -!- tromp has joined.
18:31:39 -!- X-Scale has quit (Ping timeout: 256 seconds).
18:43:38 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in).
18:43:38 -!- perlbot has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in).
18:44:06 -!- X-Scale has joined.
18:48:57 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134053&oldid=134026 * RainbowDash * (-26) Pronunciation + WIP removal
18:50:24 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134054&oldid=134053 * RainbowDash * (+15) Average human readable pronouncation
18:52:03 -!- X-Scale has quit (Ping timeout: 256 seconds).
18:52:26 <esolangs> [[PIKOlang]] N https://esolangs.org/w/index.php?oldid=134055 * Matronator * (+7462) Create PIKOlang (Product In Kilos Only) page
18:55:44 <ais523> <cpressey> Real Graphics Programmers eschew this nonsense, and write only pixel shaders. ← I suspect a Real Graphics Programmer would use all the hardware available on the graphics card to produce graphics as quickly as possible, and that might involve substantial subsets of it not being used for their intended purpose
18:55:58 <ais523> but I think at least the vertex shader units would be involved somehow
18:56:20 -!- X-Scale has joined.
19:00:10 <esolangs> [[PIKOlang]] https://esolangs.org/w/index.php?diff=134056&oldid=134055 * Matronator * (+318) /* Online playground */
19:00:30 -!- simcop2387 has joined.
19:01:59 -!- perlbot has joined.
19:02:45 <esolangs> [[PIKOlang]] https://esolangs.org/w/index.php?diff=134057&oldid=134056 * Matronator * (-271) /* Syntax */
19:04:31 -!- X-Scale has quit (Ping timeout: 256 seconds).
19:04:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:05:17 -!- tromp has joined.
19:05:54 <esolangs> [[PIKOlang]] https://esolangs.org/w/index.php?diff=134058&oldid=134057 * Matronator * (+17) /* Memory */
19:08:21 -!- X-Scale has joined.
19:17:30 <esolangs> [[PIKOlang]] https://esolangs.org/w/index.php?diff=134059&oldid=134058 * Matronator * (+177) add code examples
19:32:04 <esolangs> [[Angry people outside my house]] N https://esolangs.org/w/index.php?oldid=134060 * Tommyaweosme * (+671) based on a true events
19:52:41 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[PIKOlang]]": Copyright violation: the page appears to contain a licensing requirement, which would make it not public domain
19:55:19 <esolangs> [[User talk:Matronator]] N https://esolangs.org/w/index.php?oldid=134061 * Ais523 * (+489) warning for submitting content that requires a license
19:58:55 -!- X-Scale has quit (Ping timeout: 256 seconds).
20:08:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:17:27 -!- tromp has joined.
20:18:00 -!- cpressey has joined.
20:18:35 <esolangs> [[oxck]] https://esolangs.org/w/index.php?diff=134062&oldid=133908 * Ais523 * (+32) see also
20:22:28 -!- cpressey has quit (Ping timeout: 252 seconds).
20:33:48 -!- FreeFull has joined.
20:48:02 <esolangs> [[Reciprocal Lenguage]] M https://esolangs.org/w/index.php?diff=134063&oldid=134043 * PythonshellDebugwindow * (+171) Categories
20:54:04 -!- simcop2387 has quit (Read error: Connection reset by peer).
20:54:07 -!- perlbot has quit (Read error: Connection reset by peer).
20:56:16 -!- simcop2387 has joined.
20:57:44 -!- perlbot has joined.
21:08:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:19:49 -!- tromp has joined.
21:31:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:43:10 <esolangs> [[Turnip]] N https://esolangs.org/w/index.php?oldid=134064 * Dungatoro * (+1495) Created page with "= Turnip = Turnip is a programming language for the 2D terminal-based Turing machine sim, [https://github.com/dungatoro/turnip Turnip]. Turnip code defines the starting configuration of a machine, possible states and operations performed before switching states. Many o
21:46:05 <esolangs> [[Turnip]] M https://esolangs.org/w/index.php?diff=134065&oldid=134064 * Dungatoro * (-11)
21:47:01 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=134066&oldid=134027 * Dungatoro * (+13)
21:56:10 <esolangs> [[User:Zzo38/Game rules]] https://esolangs.org/w/index.php?diff=134067&oldid=133544 * Zzo38 * (+11025)
21:58:03 <esolangs> [[User:Zzo38/Game rules]] https://esolangs.org/w/index.php?diff=134068&oldid=134067 * Zzo38 * (+180)
22:03:46 <esolangs> [[Divmeq]] https://esolangs.org/w/index.php?diff=134069&oldid=134050 * TheCanon2 * (+517) I formally add a new case for A == 0
22:12:58 -!- __monty__ has quit (Quit: leaving).
22:18:11 <esolangs> [[User talk:Matronator]] https://esolangs.org/w/index.php?diff=134070&oldid=134061 * Matronator * (+168) /* Copyright policy violation */
22:21:25 <esolangs> [[User talk:Matronator]] https://esolangs.org/w/index.php?diff=134071&oldid=134070 * Matronator * (+349) /* Copyright policy violation */
22:22:15 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134072&oldid=134069 * TheCanon2 * (+102) added increment
22:23:58 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=134073&oldid=133784 * Matronator * (+484) /* Deleted PIKOLang page */ new section
22:25:56 <esolangs> [[Special:Log/delete]] restore * Ais523 * undeleted "[[PIKOlang]]": author says they will fix the licensing situation
22:26:30 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=134074&oldid=134073 * Ais523 * (+189) /* Deleted PIKOLang page */ undeleted, but please don't apply license restrictions to it.
22:29:53 <fizzie> Didn't really want to do it, but had to rate-limit (very approximately) China to 1 req/s, it was getting kinda ridiculous, peaking at 15 req/s and driving wiki median latency to like 10s at times.
22:30:04 <fizzie> (Which also implies the wiki serving infrastructure isn't really up to it if it ever were to become popular, but hopefully the subject matter will sufficiently discourage that.)
22:30:29 <esolangs> [[User talk:Matronator]] https://esolangs.org/w/index.php?diff=134075&oldid=134071 * Ais523 * (+181) undeleted, please fix the license
22:31:55 <ais523> well, it's much more popular than when it started
22:32:00 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134076&oldid=134072 * TheCanon2 * (+57) added decrement example
22:32:08 <ais523> I used to be able to read every edit easily, I can't really do that nowadays
22:35:44 <esolangs> [[User talk:Matronator]] https://esolangs.org/w/index.php?diff=134077&oldid=134075 * Matronator * (+148) /* Copyright policy violation */
22:38:23 <esolangs> [[PIKOlang]] https://esolangs.org/w/index.php?diff=134078&oldid=134059 * Matronator * (-857) fix trademark usage, change link to playground to https
22:46:13 -!- ais523 has quit (Ping timeout: 248 seconds).
22:46:58 -!- ais523 has joined.
22:50:39 <esolangs> [[PIKOlang]] https://esolangs.org/w/index.php?diff=134079&oldid=134078 * Matronator * (+134) /* PIKOlang (Praise Innovative Kubernetes Operators) */
23:16:34 <esolangs> [[Divmeq]] https://esolangs.org/w/index.php?diff=134080&oldid=134076 * TheCanon2 * (-601) Undo revision [[Special:Diff/134069|134069]] by [[Special:Contributions/TheCanon2|TheCanon2]] ([[User talk:TheCanon2|talk]]) I formally remove the 0 case
23:51:13 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134081&oldid=134080 * TheCanon2 * (+4) Formatting
2024-07-27
00:04:52 -!- mtm has quit (Ping timeout: 272 seconds).
00:06:04 -!- mtm has joined.
00:08:20 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
00:09:22 -!- Lord_of_Life has joined.
00:21:10 <esolangs> [[OISC]] M https://esolangs.org/w/index.php?diff=134082&oldid=125724 * TheCanon2 * (+107) Added Divmeq to the list, info may be incorrect
00:29:11 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134083&oldid=134081 * TheCanon2 * (+26) reworded
00:37:16 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134084&oldid=134054 * RainbowDash * (+65) Syntax fixes
00:42:57 -!- X-Scale has joined.
00:49:49 <esolangs> [[Neoff]] M https://esolangs.org/w/index.php?diff=134085&oldid=134084 * RainbowDash * (+0) OCD sorting
00:58:30 -!- X-Scale has quit (Quit: Client closed).
01:15:38 -!- ais523 has quit (Quit: quit).
01:16:04 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
01:46:41 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134086&oldid=134083 * TheCanon2 * (+229) Added A+B and A-B problems
03:00:11 <esolangs> [[Divmeq]] M https://esolangs.org/w/index.php?diff=134087&oldid=134086 * TheCanon2 * (+90) added explanation about the a+b program
To update automatically, stalker mode requires a reasonably modern browser with scripts enabled. If this message does not disappear, it's either because of that or a bug. Feel free to get in touch on channel for debugging. Or just work around the issue by manually reloading.