←2022-06 2022-07 2022-08→ ↑2022 ↑all
2022-07-01
00:10:31 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99172&oldid=99166 * PixelatedStarfish * (+240) /* Design Goals: Why Use BunnyBell? */
00:17:54 <fizzie> I think the W65C816S has a 6502 compatibility ("emulation") mode, but I don't know if that extends into easily running more than one of them, perhaps/probably not.
00:18:23 <fizzie> So it's maybe more like the 80386's initial real-address mode rather than the virtual 8086 mode.
00:23:05 <fizzie> Or maybe somewhere in between, since I think you do get to set the byte used to extend the 6502's 16-bit addresses to 24-bit ones, which is one big piece. But I don't expect there would be any support for trapping direct hardware access the way the v8086 mode does.
00:30:10 <Sgeo> 6502 has a "zero page", the first 256 bytes of memory are special to the instruction set. Some other CPUs have similar but configurable, and I assume that would be important for easy multiple 6502 emulation
00:46:43 <zzo38> In 6502 there are some instructions that only deal with the first 256 bytes of memory, by using a shorter and faster encoding than the ones dealing with any memory addresses.
00:52:26 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99173&oldid=99172 * PixelatedStarfish * (-1041) /* Design Goals: Why Use BunnyBell? */
01:20:53 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99174&oldid=99173 * PixelatedStarfish * (-26) /* Grammar in EBNF */
01:21:25 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99175&oldid=99174 * PixelatedStarfish * (-2) /* Using Function Calls as Arguments: The Call Passing Operator ( : ) */
01:25:15 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99176&oldid=99175 * PixelatedStarfish * (+66) /* Design Goals: Why Use BunnyBell? */
01:26:05 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99177&oldid=99176 * PixelatedStarfish * (-13) /* A Note on Languages Designed for Pedagogy: Why not Blocks */
01:27:04 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99178&oldid=99177 * PixelatedStarfish * (+29) /* A Note on Languages Designed for Pedagogy */
01:34:36 <esolangs> [[Special:Log/newusers]] create * Usernameofsomeone * New user account
01:35:14 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99179&oldid=99178 * PixelatedStarfish * (-1206) /* Design Goals: Why Use BunnyBell? */
01:35:30 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99180&oldid=99179 * PixelatedStarfish * (-1) /* Design Goals: Why Use BunnyBell? */
01:40:35 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99181&oldid=99149 * Usernameofsomeone * (+83)
01:41:54 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99182&oldid=99181 * Usernameofsomeone * (+108)
01:43:27 <esolangs> [[User:Usernameofsomeone]] N https://esolangs.org/w/index.php?oldid=99183 * Usernameofsomeone * (+29) Created page with "Hi! I want to make a esolang!"
01:43:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99184&oldid=99110 * PixelatedStarfish * (+1375)
01:46:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99185&oldid=99184 * PixelatedStarfish * (+129) /* Clarity: Why no Braces? */
02:10:40 -!- SGautam has quit (Quit: Connection closed for inactivity).
02:14:35 <esolangs> [[Special:Log/newusers]] create * Xyzzy * New user account
02:16:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99186&oldid=99185 * PixelatedStarfish * (-7) /* Factors in Design */
02:23:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99187&oldid=99186 * PixelatedStarfish * (+240) /* Clarity: Why no Braces? */
02:29:41 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99188&oldid=99182 * Xyzzy * (+91) /* Introductions */
02:43:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99189&oldid=99187 * PixelatedStarfish * (-2023) /* Suppositions */
02:52:29 <esolangs> [[Six instruction language :)]] N https://esolangs.org/w/index.php?oldid=99190 * Xyzzy * (+1017) 6i
03:05:11 <Sgeo> Hmm http://picoos.sourceforge.net/ports/6502/index.html
03:11:44 <esolangs> [[Turin]] N https://esolangs.org/w/index.php?oldid=99191 * Xyzzy * (+1200) Created page with "Turin is based of [[Turing-machine]]. There is an infinite tape and all start by default with 0 there is a pointer pointing at a cell. The is also a state, that defaults to ST..."
03:16:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99192&oldid=99189 * PixelatedStarfish * (+187) /* Clarity: Why no Braces? */
03:38:23 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99193&oldid=99192 * PixelatedStarfish * (+349) /* Clarity: Why no Braces? */
03:40:29 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99194&oldid=99193 * PixelatedStarfish * (+26) /* Influences: Everything is Stolen from other Languages in the Paradigm */
03:41:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99195&oldid=99194 * PixelatedStarfish * (-16) /* Influences: Everything is Stolen from other Languages in the Paradigm */
03:46:46 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99196&oldid=99180 * PixelatedStarfish * (-18) /* Error Codes */
04:13:51 -!- dyeplexer has joined.
04:14:14 -!- dyeplexer has quit (Remote host closed the connection).
05:30:41 <zzo38> Enchanted creature has last strike and +X/+Y, where X is the number of damage marked on that creature, and Y is one plus the total number of damage marked on all creatures that it is blocking or blocked by.
06:24:31 -!- tromp has joined.
06:25:50 <esolangs> [[Special:Log/newusers]] create * Ukeharu * New user account
06:36:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:37:42 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=99197&oldid=99188 * Ukeharu * (+260) /* Introductions */
06:41:03 <esolangs> [[Iframe]] M https://esolangs.org/w/index.php?diff=99198&oldid=99106 * PkmnQ * (+0)
06:51:44 <esolangs> [[User:Ukeharu]] N https://esolangs.org/w/index.php?oldid=99199 * Ukeharu * (+816) Introduction page
06:55:35 -!- tromp has joined.
07:03:57 -!- slavfox has quit (Read error: Connection reset by peer).
07:07:59 -!- slavfox has joined.
07:48:26 -!- Koen has joined.
07:52:46 -!- Sgeo has quit (Read error: Connection reset by peer).
07:58:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:12:17 -!- tromp has joined.
08:25:57 <int-e> `? password
08:26:00 <HackEso> The password of the month is lawful neutral.
09:27:38 -!- sprout has quit (Ping timeout: 240 seconds).
09:29:36 -!- sprout has joined.
09:31:17 <esolangs> [[User:Palaiologos]] https://esolangs.org/w/index.php?diff=99200&oldid=94261 * Palaiologos * (-21)
09:35:02 -!- sprout has quit (Ping timeout: 272 seconds).
09:38:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:52:06 -!- tech_exorcist has joined.
10:04:52 <int-e> . o O ( dear compiler... if a missing return statement allows you to produce crashing code... maybe it should be more than just a warning? )
10:04:55 -!- tromp has joined.
10:06:13 <int-e> Hmm, already done with Ponder This for the month.
10:37:14 <int-e> Ah found one more cute idea. But I rather suspect that this will be all.
10:47:24 -!- definitelya has joined.
10:49:22 <esolangs> [[User talk:Scratch]] https://esolangs.org/w/index.php?diff=99201&oldid=96271 * ColorfulGalaxy * (+209)
10:49:54 -!- Koen has quit (Ping timeout: 264 seconds).
10:51:12 <esolangs> [[User:Scratch]] https://esolangs.org/w/index.php?diff=99202&oldid=96272 * ColorfulGalaxy * (+51) Added wiki link
10:57:43 -!- dyeplexer has joined.
11:07:40 -!- sprout has joined.
11:12:41 -!- dyeplexer has left (Leaving).
11:13:31 -!- sprout has quit (Ping timeout: 268 seconds).
11:27:29 -!- sprout has joined.
11:29:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:32:32 -!- tromp has joined.
11:36:18 -!- SGautam has joined.
11:43:20 -!- beesportsfan has joined.
11:44:58 -!- sprout has quit (Ping timeout: 268 seconds).
11:48:31 -!- sprout has joined.
11:55:27 -!- sprout has quit (Ping timeout: 268 seconds).
11:58:36 -!- sprout has joined.
12:55:06 -!- tech_exorcist has quit (Remote host closed the connection).
12:55:29 -!- tech_exorcist has joined.
12:58:30 -!- Koen has joined.
13:00:56 -!- Everything has joined.
13:17:50 -!- perlbot has quit (Ping timeout: 260 seconds).
13:18:25 -!- simcop2387 has quit (Ping timeout: 260 seconds).
13:28:18 -!- sprout has quit (Ping timeout: 240 seconds).
13:28:56 -!- sprout has joined.
13:35:34 -!- simcop2387 has joined.
13:36:36 -!- perlbot has joined.
13:43:10 -!- tech_exorcist has quit (Remote host closed the connection).
13:43:31 -!- tech_exorcist has joined.
13:48:55 -!- sprout has quit (Ping timeout: 268 seconds).
14:16:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99203&oldid=99195 * PixelatedStarfish * (+46) /* Clarity: Why no Braces? */
14:27:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99204&oldid=99203 * PixelatedStarfish * (+49) /* Influences: Everything is Stolen from other Languages */
14:28:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:31:25 -!- tromp has joined.
14:45:50 -!- SGautam has quit (Quit: Connection closed for inactivity).
14:53:01 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99205&oldid=99204 * PixelatedStarfish * (+394) /* Factors in Design */
14:55:15 -!- Koen has quit (Remote host closed the connection).
15:01:31 -!- sprout has joined.
15:03:45 <esolangs> [[IG]] https://esolangs.org/w/index.php?diff=99206&oldid=86047 * ChuckEsoteric08 * (+122) Fix documentation and add "Push-down automata" category
15:04:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99207&oldid=99205 * PixelatedStarfish * (+290) /* On First Class Functions */
15:05:17 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99208&oldid=99207 * PixelatedStarfish * (-3) /* On First Class Functions */
15:05:43 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99209&oldid=99208 * PixelatedStarfish * (-3) /* On First Class Functions */
15:07:57 <esolangs> [[Koopas are Involved]] M https://esolangs.org/w/index.php?diff=99210&oldid=96563 * Oshaboy * (+0) Where the heck did I get that formula from?
15:09:09 -!- Koen has joined.
15:10:02 <esolangs> [[Koopas are Involved]] M https://esolangs.org/w/index.php?diff=99211&oldid=99210 * Oshaboy * (+0) Periodt
15:10:23 <esolangs> [[Koopas are Involved]] M https://esolangs.org/w/index.php?diff=99212&oldid=99211 * Oshaboy * (-1) typo
15:44:10 -!- Everything has quit (Quit: leaving).
15:45:08 -!- Sgeo has joined.
15:59:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:18:10 -!- tromp has joined.
16:19:23 -!- sprout has quit (Ping timeout: 268 seconds).
16:19:59 -!- sprout has joined.
16:39:11 -!- Koen has quit (Remote host closed the connection).
16:56:06 -!- perlbot has quit (Read error: Connection reset by peer).
16:58:01 -!- perlbot has joined.
16:58:11 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:10:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99213&oldid=99209 * PixelatedStarfish * (+224) /* On First Class Functions */
17:16:31 <Sgeo> http://www.6502.org/users/andre/o65/index.html
17:30:21 -!- sebbu has quit (Quit: reboot).
17:35:17 <zzo38> I do not have an account on GitHub and cannot register it. I do not use git for my own projects, but may want to write issues into GitHub (although not commits to any repository). Will it work to register an account on a different computer (without giving them any telephone numbers, etc) and then work on my computer? Viewing files and issues on GitHub works. I have no intention to commit files, only issues.
17:40:28 <Sgeo> What's the distinction between registering on one computer vs. another? If it's a privacy issue, then I'm not sure how that would be alleviated elsewhere. If it's a "bug preventing registering", I'd assume that would work as a workaround but who knows what other bugs GitHub may have on that system
17:44:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99214&oldid=99213 * PixelatedStarfish * (+448) /* On First Class Functions */
17:46:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99215&oldid=99214 * PixelatedStarfish * (-36) /* On First Class Functions */
17:54:48 <zzo38> A bug or incompatibility or something is preventing registration, but it may work on another computer.
17:59:17 -!- sprout has quit (Ping timeout: 268 seconds).
18:01:08 -!- sprout has joined.
18:02:57 <zzo38> After that, I hope that I can just log in on this computer and be able to post issues (using the API if the HTML interface does not work). Hopefully, I should not need 2FA, although it seems that TOTP is an acceptable method of 2FA on GitHub, and I may be able to get TOTP to work if necessary.
18:03:20 <zzo38> Is there any reason why it should expect that will not work?
18:09:46 -!- Koen has joined.
18:11:47 -!- tromp has joined.
18:18:03 <Sgeo> I think that would depend on the nature of the bug, whether you can expect other bugs to cause problems.
18:23:05 -!- sebbu has joined.
18:29:06 <zzo38> I can view the API documentation OK, too. The login screen displays OK (although it says invalid username/password because I have not registered an account, but if I have an account then I would expect it to work, but of course I cannot test this). Files and issues can be displayed OK, although sometimes pull requests are not displayed OK (but it may be possible to use the API).
18:30:32 <zzo38> (Anyways, I will have to wait for at least three hours before I can access another computer to try that.)
18:37:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:38:22 -!- beesportsfan has quit (Remote host closed the connection).
18:46:47 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99216&oldid=99215 * PixelatedStarfish * (+233) /* On First Class Functions */
19:05:58 <esolangs> [[FURscript]] M https://esolangs.org/w/index.php?diff=99217&oldid=87607 * PythonshellDebugwindow * (+45) Add categories
19:18:05 -!- sprout has quit (Ping timeout: 255 seconds).
19:19:09 -!- sprout has joined.
19:39:38 -!- sprout has quit (Ping timeout: 240 seconds).
19:43:35 -!- sprout has joined.
19:50:09 -!- tromp has joined.
21:11:41 -!- sprout has quit (Ping timeout: 268 seconds).
21:12:33 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:12:51 -!- definitelya has quit (Quit: h).
21:15:04 <esolangs> [[Cain]] M https://esolangs.org/w/index.php?diff=99218&oldid=44872 * PythonshellDebugwindow * (+82) Stub, WIP, categories
21:17:42 -!- sprout has joined.
22:01:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99219&oldid=99216 * PixelatedStarfish * (+323)
22:03:12 -!- Koen has quit (Quit: Leaving...).
22:21:48 -!- tech_exorcist has quit (Quit: Disconnecting).
22:24:23 <zzo38> I managed to create a GitHub account using another computer and access it on this computer; it does work, and I can create issues, etc.
22:24:43 <zzo38> I do not intend to use GitHub for my own projects; it is only to be able to contribute issues and comments on other projects.
22:54:50 -!- Guest82 has joined.
22:55:07 <Guest82> 80 people was more than I was expecting
22:55:16 <Guest82> then again the real question is how many are perma idling
22:55:41 <Riviera> You sound a little entitled. But welcome
22:55:50 <Corbin> Some folks are idling outside the channel, even.
22:56:06 <Guest82> I didn't mean to sound entitled, though I can see how it came out that way
22:57:03 <Corbin> And there's an entire portion of the community which shares the wiki but doesn't use IRC. (They use Discord instead.)
22:57:07 <Guest82> Corbin probably most people
22:57:43 <Guest82> oh theres a discord too? I should check that out as well at some point
22:58:29 <Corbin> You could. It depends on your desires.
22:59:06 <Guest82> interesting wiki though. I guess subconsciously I wasn't expecting much beyond arnoldC and chef type replacements
22:59:32 <Guest82> but now I have like a whole list of roughly a dozen languages/ideas I need to explore
22:59:51 <Guest82> how will I have time to learn mainstream languages like java even
23:00:33 <int-e> it's easy... write interpreters
23:00:37 <Guest82> though there are a lot of stack pointer esoteric languages it seems
23:00:47 <Corbin> Guessing that you're relatively new to computer science? It is straightforward to learn a few dozen languages, including the ones you'll need for class or work; the trick is to focus on concepts which are not language-specific.
23:00:58 <Guest82> int-e one interpreter to rule them all and bind them? that kind?
23:01:38 <int-e> no, not one to rule them all... esolangs are an easy source of toy projects to learn "proper" programming languages
23:01:53 <Guest82> Corbin you still have to learn the inns and outs and their little idiosyncracies of course
23:02:10 <int-e> (some are easier to implement than others, of course)
23:02:36 <Guest82> right i think i was just reading about one that was impossible to implement, at least with modern tech
23:03:14 <Guest82> i forget which one it was now
23:03:17 <Corbin> Guest82: Of course. But I've claimed to be capable in dozens of languages, and part of the trick is recognizing that a language is a member of a family like Algol, Smalltalk, Forth, Prolog, Lisp, ML, etc. If you know something about the history of the family, you know something about all of its descendants.
23:04:58 <Guest82> it might have been one of those non-deterministic languages
23:05:11 <Guest82> I take it there's already a quantum one of those made right?
23:05:26 <Corbin> (Also I have somewhat aggressive opinions about this, because I regularly learn new languages for work. Languages like jq and awk have been invaluable to me, and I'm surprised when people aren't willing to learn them, even on a salary.)
23:06:12 <Guest82> i can see how that would be disappointing
23:06:24 <Guest82> ive never heard of jq
23:06:28 <Corbin> Sure. Any quantum computer can be emulated on a classical computer; just flip coins or use some other source of randomness to emulate quantum non-determinism. We currently think that this might be exponentially slower than running it on real qubits.
23:07:02 <Corbin> https://stedolan.github.io/jq/manual/ jq is a language for processing JSON. Expressions in jq denote filters which act on streams of JSON values.
23:08:30 <Guest82> what have you found it useful for?
23:09:27 <Guest82> and its good that it can be emulated. I hope to understand quantum algorithms
23:10:16 <Guest82> i wanted to try out that quantum dimensions one
23:12:20 <Guest82> also, do you guys know if there's an lang that makes use of homotopy type theory/cubical type theory or something similar(not just a proof assistant though)
23:12:36 <Guest82> Like something with built in simplicial sets
23:25:53 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=99220&oldid=99197 * Yes * (+164)
23:26:18 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=99221&oldid=99220 * Yes * (+6)
23:27:32 <esolangs> [[User:Yes]] N https://esolangs.org/w/index.php?oldid=99222 * Yes * (+174) Im Yes and I like coding.
23:28:21 <esolangs> [[User talk:Yes]] N https://esolangs.org/w/index.php?oldid=99223 * Yes * (+34) talk page
23:29:48 -!- Lord_of_Life_ has joined.
23:30:26 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
23:31:05 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
23:35:05 <esolangs> [[lang]] N https://esolangs.org/w/index.php?oldid=99224 * Yes * (+71) Created page with "'''lang''' is the first esolang made by [[User:Yes]] == Commands =="
23:35:16 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99225&oldid=99224 * Yes * (+17)
23:35:31 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99226&oldid=99222 * Yes * (-25)
23:41:25 -!- sprout has quit (Ping timeout: 260 seconds).
23:43:07 <Corbin> I used jq to do category theory, but it's also useful at work for working with JSON-RPC APIs.
23:53:44 -!- Guest82 has quit (Quit: Client closed).
23:56:52 <esolangs> [[lang]] M https://esolangs.org/w/index.php?diff=99227&oldid=99225 * PythonshellDebugwindow * (+40) Stub, WIP, category
23:57:05 <esolangs> [[lang]] M https://esolangs.org/w/index.php?diff=99228&oldid=99227 * PythonshellDebugwindow * (+1) Formatting
23:59:00 <esolangs> [[Turin]] M https://esolangs.org/w/index.php?diff=99229&oldid=99191 * PythonshellDebugwindow * (+33) Stub, category
2022-07-02
00:00:04 -!- Lord_of_Life has quit (*.net *.split).
00:00:04 -!- perlbot has quit (*.net *.split).
00:00:04 -!- citrons has quit (*.net *.split).
00:00:05 -!- lambdabot has quit (*.net *.split).
00:00:25 -!- citrons has joined.
00:01:56 -!- Lord_of_Life has joined.
00:02:07 -!- perlbot has joined.
00:03:03 <esolangs> [[Six instruction language :)]] M https://esolangs.org/w/index.php?diff=99230&oldid=99190 * PythonshellDebugwindow * (+49) This language seems underspecified given the example
00:03:20 -!- lambdabot has joined.
01:00:59 -!- Hooloovoo has quit (Ping timeout: 255 seconds).
01:01:12 -!- Hoolootwo has joined.
01:18:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99231&oldid=99219 * PixelatedStarfish * (+0)
01:27:29 <Soni> hmm
01:27:40 <Soni> pforth only requires input and output
01:27:45 <Soni> brainfuck has , and .
01:27:52 <Soni> can you compile pforth to brainfuck?
01:28:22 <Soni> and if so, how painful would that be?
01:50:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99232&oldid=99231 * PixelatedStarfish * (+42) /* On First Class Functions */
02:05:13 <imode> pforth only requires stdin and stdout?
02:30:38 <Sgeo> Are there any CPUs that do not support co-operative multitasking? Are there CPUs that do not support pre-emptive multitasking? (The latter sounds more plausible to me, just don't have a timer interrupt, right?)
02:55:28 <Soni> imode: it only requires charIn and charOut
02:55:33 <Soni> so, yes
02:55:42 <imode> hardcore.
02:55:48 <Soni> obviously you'll be missing some functionality, but those are the "hard" requirements
02:55:57 <imode> Sgeo: no, and yes.
02:56:35 <imode> the ease of porting to BF is dependent on whether or not pforth assumes a von neumann or harvard architecture.
02:56:43 <imode> BF is harvard.
02:57:47 <imode> cooperative multitasking is literally "jump to the next task" or "jump to the scheduler" manually.
02:57:52 <imode> you'd have to get rid of or restrict jumps.
03:01:46 <Soni> imode: it's an interpreter
03:02:05 <Soni> but also, by "porting", we mean "compiling the C code into equivalent brainfuck"
03:02:51 <imode> so long as it doesn't rely on jumping to dynamic addresses, should be fine.
03:03:02 <imode> there are plenty of C to BF compilers, why not give it a shot?
03:03:09 <Soni> define "dynamic addresses"?
03:04:03 <Soni> if you mean function pointers... well, why wouldn't those work?
03:04:12 <Soni> sure, you'd need jump tables, like you do in wasm
03:04:24 <Soni> but they can be completely defined at compile-time
03:04:51 <imode> forth has a dictionary full of cells, some of which point to words, some don't.
03:04:54 <Soni> (like you do in wasm)
03:05:13 <imode> if you wanna compile a word, you need to build it out of existing addresses.
03:05:24 <imode> guess it could work.
03:05:26 <imode> go for it.
03:42:05 <Sgeo> Which graphical OSes don't have a native concept of a command line? (e.g. Classic Mac OS. Developer tools for that made its own fake thing often)
03:45:32 <zzo38> I think TRON does not have a standard command-line interface (although some implementations might have one), although there is a standard way for programs to define a entry point with command-line arguments. However, not much information is easy to find, but from what I know that seems to be the case.
03:47:55 <zzo38> Android cell phones and iPhone also does not seem to have a command-line interface
04:28:11 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99233&oldid=99196 * PixelatedStarfish * (+13) /* Token Precedence */
04:42:05 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99234&oldid=99233 * PixelatedStarfish * (+89) /* Useful Operators */
04:50:18 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99235&oldid=99234 * PixelatedStarfish * (+89) /* Argument Tokens */
04:52:56 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99236&oldid=99235 * PixelatedStarfish * (+1) /* Hello World */
04:54:07 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99237&oldid=99236 * PixelatedStarfish * (+1) /* Truth Machine */
04:55:51 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99238&oldid=99237 * PixelatedStarfish * (+2) /* Truth Machine */
04:56:50 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99239&oldid=99238 * PixelatedStarfish * (+1) /* Cat (Echo) */
04:57:41 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99240&oldid=99239 * PixelatedStarfish * (-93) /* Useful Operators */
04:58:36 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99241&oldid=99240 * PixelatedStarfish * (+63) /* Declaring Variables: The Refer Operator (&) */
04:58:52 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99242&oldid=99241 * PixelatedStarfish * (+0) /* Buckets, Indexing, and Nesting */
04:59:14 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99243&oldid=99242 * PixelatedStarfish * (+1) /* Specifying Function Input Types */
04:59:58 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99244&oldid=99243 * PixelatedStarfish * (+6) /* Overloading */
05:14:12 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99245&oldid=99244 * PixelatedStarfish * (-1) /* Useful Operators */
05:16:33 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99246&oldid=99245 * PixelatedStarfish * (+0) /* Structs: Defining a Data Type */
05:17:04 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99247&oldid=99246 * PixelatedStarfish * (+0) /* Use with Constants */
05:19:02 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99248&oldid=99247 * PixelatedStarfish * (-10) /* Commands */
05:20:02 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99249&oldid=99248 * PixelatedStarfish * (+0) /* Proof by Translation to bf */
05:56:54 -!- Sgeo has quit (Read error: Connection reset by peer).
06:42:39 <esolangs> [[Special:Log/newusers]] create * Presauced * New user account
06:45:10 -!- impomatic has joined.
06:52:09 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99250&oldid=99221 * Presauced * (+175)
06:55:06 -!- impomatic has quit (Quit: impomatic).
06:55:14 -!- tromp has joined.
06:55:27 -!- impomatic has joined.
06:59:38 -!- impomatic has quit (Client Quit).
06:59:59 -!- impomatic has joined.
07:15:59 <esolangs> [[Matrix (data structure)]] https://esolangs.org/w/index.php?diff=99251&oldid=88005 * Peter * (+1)
07:24:24 -!- Koen has joined.
07:32:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:33:25 -!- tromp has joined.
07:35:17 -!- impomatic has quit (Quit: impomatic).
07:36:59 -!- moony has quit (Quit: leaving).
08:17:03 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=99252&oldid=98772 * Presauced * (+297) /* C */
08:28:45 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:25:54 -!- Koen has quit (Remote host closed the connection).
09:29:43 -!- tech_exorcist has joined.
09:31:55 <int-e> `learn The password of the month is redundant but not distributed.
09:32:00 <HackEso> Relearned 'password': The password of the month is redundant but not distributed.
09:34:26 <int-e> . o O ( Also a bit uninspired. )
09:37:15 -!- Koen has joined.
09:47:24 -!- sprout has joined.
09:52:35 -!- tromp has joined.
10:44:16 -!- sprout has quit (Ping timeout: 272 seconds).
11:29:24 -!- sprout has joined.
11:37:04 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:40:27 -!- tromp has joined.
11:46:55 <esolangs> [[Koopas are Involved]] https://esolangs.org/w/index.php?diff=99253&oldid=99212 * Oshaboy * (+274) Added Truth Machine
12:13:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:19:44 -!- tromp has joined.
12:40:12 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99254&oldid=99228 * Yes * (+158)
12:41:24 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99255&oldid=99254 * Yes * (+19)
12:42:18 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99256&oldid=99255 * Yes * (+8)
12:42:30 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99257&oldid=99256 * Yes * (+13)
12:47:47 -!- Koen has quit (Remote host closed the connection).
12:54:37 -!- Koen has joined.
12:54:38 -!- Koen_ has joined.
12:59:12 -!- Koen has quit (Ping timeout: 260 seconds).
13:27:52 -!- sprout has quit (Ping timeout: 248 seconds).
13:31:21 -!- sprout has joined.
13:45:22 <esolangs> [[lang]] M https://esolangs.org/w/index.php?diff=99258&oldid=99257 * PythonshellDebugwindow * (+107) Add categories
13:46:28 <Soni> what's a good, fairly complete C-to-brainfuck compiler?
14:09:36 <fizzie> There was that ELVM thing. But I don't know if it's any good, and "fairly complete" might be a stretch.
14:09:50 <fizzie> https://github.com/shinh/elvm anyway.
14:37:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:57:05 <esolangs> [[!lyriclydemoteestablishcommunism!]] M https://esolangs.org/w/index.php?diff=99259&oldid=90604 * Yes * (+164)
15:02:35 <esolangs> [[!lyriclydemoteestablishcommunism!]] https://esolangs.org/w/index.php?diff=99260&oldid=99259 * Yes * (-2)
15:04:30 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99261&oldid=99226 * Yes * (+63)
15:04:49 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99262&oldid=99261 * Yes * (+21)
15:05:10 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99263&oldid=99258 * Yes * (-17)
15:05:39 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99264&oldid=99263 * Yes * (+18)
15:06:52 <Soni> huh
15:06:57 <Soni> it is very non-optimizing
15:07:28 <int-e> unsurprising
15:08:09 <int-e> optimizing brainfuck code is about as attractive as riding a dead horse, except for really simple code and golfing, which can be fun.
15:11:07 <int-e> I suppose it can be interesting, but in the end you'll still run okay code abysmally slowly because the storage model sucks for performance.
15:11:30 <Soni> well yeah...
15:11:30 <int-e> And with another slowdown from awful arithmetic, of course.
15:15:46 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99265&oldid=99249 * PixelatedStarfish * (+7) /* Commands */
15:16:02 <esolangs> [[Braindead]] M https://esolangs.org/w/index.php?diff=99266&oldid=98237 * PythonshellDebugwindow * (+77) Stub, add categories
15:23:29 <esolangs> [[LISPS]] N https://esolangs.org/w/index.php?oldid=99267 * Yes * (+749) Created page with "LISPS was made by [[User:Yes]] in 2022, and stood for List Processing Sussy LISPS is LISP but the docs requires you to play 5000 games of among us. As such, the person who p..."
15:23:50 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99268&oldid=99262 * Yes * (+10)
15:23:58 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99269&oldid=99268 * Yes * (+5)
15:26:42 -!- Yes has joined.
15:26:44 <Yes> hello
15:27:06 -!- Yes has changed nick to Guest5969.
15:27:32 <Guest5969> anyone online
15:27:40 -!- Guest5969 has quit (Client Quit).
15:28:07 <int-e> 58 seconds
15:38:00 <esolangs> [[Emmental/emmental.ml]] M https://esolangs.org/w/index.php?diff=99270&oldid=34449 * PythonshellDebugwindow * (+19) Back
15:41:04 -!- tromp has joined.
15:47:15 -!- Koen_ has quit (Quit: Leaving...).
16:27:54 -!- tech_exorcist has quit (Remote host closed the connection).
16:28:39 -!- tech_exorcist has joined.
16:29:27 <esolangs> [[School]] M https://esolangs.org/w/index.php?diff=99271&oldid=88284 * PythonshellDebugwindow * (+13) /* Source code */ deadlink
16:41:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:58:09 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99272&oldid=99265 * PixelatedStarfish * (+0) /* Design Goals: Why Use BunnyBell? */
16:59:40 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99273&oldid=99272 * PixelatedStarfish * (+1) /* Argument Tokens */
17:00:35 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99274&oldid=99273 * PixelatedStarfish * (+0) /* Token Precedence */
17:06:32 -!- sprout has quit (Ping timeout: 260 seconds).
17:06:58 -!- leah2 has quit (Ping timeout: 240 seconds).
17:18:23 -!- leah2 has joined.
17:33:37 -!- sprout has joined.
17:50:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99275&oldid=99232 * PixelatedStarfish * (+1083) /* Factors in Design */
17:51:46 -!- tromp has joined.
18:02:54 -!- sprout has quit (Ping timeout: 268 seconds).
18:03:57 <int-e> `? advisary
18:03:58 -!- sprout has joined.
18:04:00 <HackEso> advisary? ¯\(°​_o)/¯
18:13:18 -!- sprout has quit (Ping timeout: 272 seconds).
18:21:43 -!- sprout has joined.
18:29:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:00:35 -!- tromp has joined.
19:16:09 -!- Guest33 has joined.
19:27:49 -!- Guest33 has quit (Quit: Client closed).
19:41:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99276&oldid=99275 * PixelatedStarfish * (+275) /* Factors in Design */
19:54:05 -!- sprout has quit (Ping timeout: 255 seconds).
19:58:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:04:55 -!- tromp has joined.
20:07:33 -!- sprout has joined.
20:09:14 <imode> is it possible to encode a "restart" instruction in BF somehow.
20:09:37 <imode> like, the BF equivalent of "set program counter to 0" somewhere in the middle of the execution.
20:10:03 <imode> I don't think it's possible without building a pseudo-interpreter structure.
20:10:29 <imode> or have some kind of check/loop signalling and have your program wrapped in a big ol' loop.
20:10:54 <imode> same for a "halt" instruction.
20:13:22 <int-e> Hmm. I feel like I've done something like this before, but in what context...
20:13:54 <imode> trying to determine what could add expressive power vs. being trivial to encode.
20:14:25 <imode> working on a VM with something BF-like and I have like, two instructions left before I hit a near-perfect 4 bits.
20:14:33 <imode> per instruction, that is.
20:25:58 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99277&oldid=99274 * PixelatedStarfish * (+105) /* Useful Operators */
20:26:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:26:54 <imode> I don't think adding arbitrary restarts will gain any expressive power, because I can see how, prior to every loop condition, you could encode a fall-through-to-the-bottom-or-top check.
20:26:57 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99278&oldid=99277 * PixelatedStarfish * (+0) /* Useful Operators */
20:33:19 -!- tromp has joined.
20:34:56 <int-e> imode: It's not trivial to encode either of these. Here's an attempt at exit(): http://paste.debian.net/1245994/
20:35:12 <int-e> It is "just a substitution".
20:35:26 <int-e> But not exactly a simple one.
20:36:06 <imode> trivial wasn't the right word.
20:36:38 <imode> just the fact that it could be encoded by substitution means that the instruction doesn't add expressive power.
20:36:45 <int-e> (there must be a more clever way to do this)
20:37:08 <int-e> yeah which is why I sketched this
20:37:22 <imode> like, "I can't do this in BF without interpreting another language" and "I can do this via substitution" has a gradient between it, I think.
20:37:30 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99279&oldid=99278 * PixelatedStarfish * (+42) /* Useful Operators */
20:37:39 <imode> the weirder the instruction the weirder the encoding.
20:38:05 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99280&oldid=99279 * PixelatedStarfish * (+38) /* Useful Operators */
20:38:37 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99281&oldid=99280 * PixelatedStarfish * (+38) /* Useful Operators */
20:38:45 <int-e> BF is TC though, so what would constitute an increase of expressive power if mere convenience isn't enough?
20:39:16 <int-e> Add an RNG? :)
20:40:10 <int-e> Add a syscall instruction (parameters taken from the tape)?
20:40:16 <imode> the convenience gradient is what I'm interested in.
20:41:51 <imode> here's another thought: what hypothetical instructions can't be encoded as substitutions.
20:42:13 <imode> linear substitutions.
20:44:17 <imode> https://m.youtube.com/watch?v=43XaZEn2aLc
20:44:33 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99282&oldid=99281 * PixelatedStarfish * (+39) /* Data Types */
20:44:36 <int-e> `? 43XaZEn2aLc
20:44:38 <HackEso> 43XaZEn2aLc? ¯\(°​_o)/¯
20:44:51 <int-e> `'
20:44:52 <HackEso> 18) IN AN ALTERNATE UNIVERSE: <oerjan> In an alternate universe, I would say "In an alternate universe, ehird has taste"
20:47:07 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99283&oldid=99282 * PixelatedStarfish * (+63) /* Data Types */
20:50:53 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99284&oldid=99283 * PixelatedStarfish * (+85) /* Data Types */
20:52:38 -!- leah2 has quit (Ping timeout: 240 seconds).
20:54:02 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99285&oldid=99284 * PixelatedStarfish * (+5) /* Declaring Variables: The Refer Operator (&) */
20:55:02 -!- simcop2387 has quit (Read error: Connection reset by peer).
20:55:18 -!- perlbot has quit (Ping timeout: 240 seconds).
20:56:28 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99286&oldid=99285 * PixelatedStarfish * (-65) /* The Basics: Functions and Calls */
20:56:55 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99287&oldid=99286 * PixelatedStarfish * (-4) /* The Basics: Functions and Calls */
20:57:24 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99288&oldid=99287 * PixelatedStarfish * (+3) /* Specifying Function Input Types */
20:57:33 -!- simcop2387 has joined.
20:57:52 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99289&oldid=99288 * PixelatedStarfish * (+8) /* Specifying Function Input Types */
20:58:24 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99290&oldid=99289 * PixelatedStarfish * (+15) /* Specifying Function Input Types */
20:58:40 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99291&oldid=99290 * PixelatedStarfish * (+9) /* Specifying Function Input Types */
20:59:33 -!- perlbot has joined.
21:00:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:01:26 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99292&oldid=99291 * PixelatedStarfish * (-7) /* Overloading */
21:03:01 -!- leah2 has joined.
21:18:45 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99293&oldid=99292 * PixelatedStarfish * (+3) /* Structs: Defining a Data Type */
21:29:21 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99294&oldid=99293 * PixelatedStarfish * (+2) /* Macros */
21:32:45 -!- leah2 has quit (Ping timeout: 260 seconds).
21:33:37 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99295&oldid=99294 * PixelatedStarfish * (-6) /* Use with Constants */
21:40:58 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99296&oldid=99295 * PixelatedStarfish * (+174) /* Commands */
21:41:33 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99297&oldid=99296 * PixelatedStarfish * (+7) /* Commands */
21:48:59 -!- leah2 has joined.
21:55:06 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99298&oldid=99297 * PixelatedStarfish * (+0) /* How to use Includes */
21:55:25 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99299&oldid=99298 * PixelatedStarfish * (+0) /* Libraries */
21:57:03 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99300&oldid=99299 * PixelatedStarfish * (+0) /* On Cyclic File References */
21:57:55 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99301&oldid=99300 * PixelatedStarfish * (+35) /* Math */
21:58:36 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99302&oldid=99301 * PixelatedStarfish * (+84) /* Collections */
21:58:56 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99303&oldid=99302 * PixelatedStarfish * (+1) /* Collections */
22:01:51 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99304&oldid=99303 * PixelatedStarfish * (+78) /* Proof by Translation to bf */
22:02:02 -!- tech_exorcist has quit (Quit: Disconnecting).
22:02:05 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99305&oldid=99304 * PixelatedStarfish * (+1) /* Proof by Translation to bf */
22:03:15 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99306&oldid=99305 * PixelatedStarfish * (+0) /* Proof by Translation to bf */
22:03:45 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99307&oldid=99306 * PixelatedStarfish * (-379) /* Language Considerations */
22:05:19 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99308&oldid=99307 * PixelatedStarfish * (-36) /* Test Cases */
22:07:11 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99309&oldid=99308 * PixelatedStarfish * (-10) /* Assignment */
22:07:42 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99310&oldid=99309 * PixelatedStarfish * (+20) /* Array */
22:08:17 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99311&oldid=99310 * PixelatedStarfish * (+0) /* Bf */
22:08:48 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99312&oldid=99311 * PixelatedStarfish * (-211) /* Bit */
22:12:19 <esolangs> [[Did I Ask]] N https://esolangs.org/w/index.php?oldid=99313 * Yes * (+178) Created page with "{{Stub}} Did I Ask was an esolang made by [[User:Yes]] in 2022 == Commands == <pre> Declare var n1 with value n2 n1+n2=(n1+n2) If true, return true Did I Ask </pre>"
22:12:36 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99314&oldid=99269 * Yes * (+24)
22:12:48 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99315&oldid=99312 * PixelatedStarfish * (+106) /* Bug */
22:12:59 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99316&oldid=99264 * Yes * (-2)
22:13:20 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99317&oldid=99315 * PixelatedStarfish * (-28) /* Call */
22:13:25 <esolangs> [[LISPS]] https://esolangs.org/w/index.php?diff=99318&oldid=99267 * Yes * (-4)
22:13:58 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99319&oldid=99317 * PixelatedStarfish * (+7) /* Console */
22:14:37 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99320&oldid=99319 * PixelatedStarfish * (-2) /* Error */
22:19:03 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99321&oldid=99320 * PixelatedStarfish * (+266) /* Esolang */
22:19:52 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99322&oldid=99321 * PixelatedStarfish * (+75) /* First Class */
22:20:14 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99323&oldid=99322 * PixelatedStarfish * (+7) /* Function */
22:20:47 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99324&oldid=99323 * PixelatedStarfish * (+4) /* Heap */
22:21:07 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99325&oldid=99324 * PixelatedStarfish * (-132) /* Integer */
22:22:35 -!- sprout has quit (Ping timeout: 255 seconds).
22:23:39 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99326&oldid=99325 * PixelatedStarfish * (+83) /* Stack */
22:23:50 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=99327&oldid=98856 * Yes * (+273) /* Category for implemented stubs */ new section
22:24:50 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99328&oldid=99326 * PixelatedStarfish * (+21) /* Stack Overflow */
22:25:05 <esolangs> [[Esolang talk:Categorization]] M https://esolangs.org/w/index.php?diff=99329&oldid=99327 * Yes * (+19)
22:25:30 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99330&oldid=99328 * PixelatedStarfish * (-12) /* Token */
22:28:08 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99331&oldid=99314 * Yes * (+168)
22:30:03 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99332&oldid=99330 * PixelatedStarfish * (+0) /* Turing Complete */
22:31:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99333&oldid=99276 * PixelatedStarfish * (+40) /* Influences: Everything is Stolen from other Languages */
22:33:16 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=99334&oldid=99329 * Yes * (+44)
22:34:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99335&oldid=99333 * PixelatedStarfish * (-24) /* Influences: Everything is Stolen from other Languages */
22:41:02 -!- sprout has joined.
22:48:17 -!- chiselfuse has quit (Remote host closed the connection).
22:48:39 -!- chiselfuse has joined.
23:29:11 -!- Lord_of_Life has quit (Ping timeout: 255 seconds).
23:30:35 -!- Lord_of_Life has joined.
23:49:18 -!- sprout has quit (Ping timeout: 264 seconds).
2022-07-03
00:27:09 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99336&oldid=99332 * PixelatedStarfish * (-7) /* Token Precedence */
00:30:02 -!- chiselfuse has quit (Remote host closed the connection).
00:30:19 -!- chiselfuse has joined.
00:30:32 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99337&oldid=99336 * PixelatedStarfish * (+227) /* Argument Tokens */
00:33:24 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99338&oldid=99337 * PixelatedStarfish * (+33) /* Variables */
00:36:27 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99339&oldid=99338 * PixelatedStarfish * (+49) /* Useful Operators */
00:36:55 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99340&oldid=99339 * PixelatedStarfish * (+1) /* Useful Operators */
00:38:14 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99341&oldid=99340 * PixelatedStarfish * (-8) /* Grammar in EBNF */
00:41:04 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99342&oldid=99341 * PixelatedStarfish * (+56) /* Grammar in EBNF */
00:51:55 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99343&oldid=99342 * PixelatedStarfish * (+824) /* Compiling and Interpreting */
00:52:40 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99344&oldid=99343 * PixelatedStarfish * (+30) /* Compiling and Interpreting */
00:53:17 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99345&oldid=99344 * PixelatedStarfish * (+2) /* Compiling and Interpreting */
00:55:07 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99346&oldid=99345 * PixelatedStarfish * (+71) /* Compiling and Interpreting */
01:01:44 -!- simcop2387 has quit (Ping timeout: 248 seconds).
01:02:14 -!- perlbot has quit (Ping timeout: 268 seconds).
01:07:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99347&oldid=99335 * PixelatedStarfish * (-1636) /* On First Class Functions */
01:07:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99348&oldid=99347 * PixelatedStarfish * (-2) /* Influences: Everything is Stolen from other Languages */
01:08:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99349&oldid=99348 * PixelatedStarfish * (-26) /* Influences: Everything is Stolen from other Languages */
01:09:33 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99350&oldid=99346 * PixelatedStarfish * (+1) /* Proof of Turing Completeness */
01:14:42 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99351&oldid=99350 * PixelatedStarfish * (+580) /* Design Goals: Why Use BunnyBell? */
01:15:55 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99352&oldid=99351 * PixelatedStarfish * (+53)
01:16:09 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99353&oldid=99352 * PixelatedStarfish * (+0)
01:16:50 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99354&oldid=99353 * PixelatedStarfish * (-1) /* Acknowledgements */
01:17:12 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99355&oldid=99354 * PixelatedStarfish * (+9) /* Acknowledgements */
01:56:30 <esolangs> [[Silly]] N https://esolangs.org/w/index.php?oldid=99356 * PixelatedStarfish * (+414) Created page with "Silly is a language designed by [[User:PixelatedStarfish]] in 2022. It is the ultimate in programming languages. It can take literally any input, convert it into text, and the..."
02:20:01 -!- tromp has joined.
02:20:39 -!- tromp has quit (Client Quit).
02:21:10 <esolangs> [[Silly]] https://esolangs.org/w/index.php?diff=99357&oldid=99356 * PixelatedStarfish * (+1261)
02:21:30 <esolangs> [[Silly]] https://esolangs.org/w/index.php?diff=99358&oldid=99357 * PixelatedStarfish * (-3) /* Interpretation */
02:29:41 <esolangs> [[Giggle]] N https://esolangs.org/w/index.php?oldid=99359 * PixelatedStarfish * (+1729) Created page with "===What is this?=== Giggle is a language designed by [[User:PixelatedStarfish]] in 2022. It is the ultimate in programming languages. It can take literally any input, convert..."
02:30:31 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99360&oldid=99359 * PixelatedStarfish * (-56) /* Computational Class */
02:30:53 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99361&oldid=99360 * PixelatedStarfish * (+1) /* The Stack */
02:31:04 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99362&oldid=99361 * PixelatedStarfish * (-1) /* The Stack */
02:34:03 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99363&oldid=99362 * PixelatedStarfish * (+45) /* Commands */
02:34:27 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99364&oldid=99363 * PixelatedStarfish * (+15) /* Commands */
02:34:42 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99365&oldid=99364 * PixelatedStarfish * (+1) /* Interpretation */
02:35:42 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99366&oldid=99365 * PixelatedStarfish * (+49) /* Commands */
02:36:59 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=99367&oldid=95761 * PixelatedStarfish * (+76) /* Forget Me Not */
02:37:32 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=99368&oldid=99367 * PixelatedStarfish * (+3) /* Giggle */
02:37:57 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99369&oldid=99366 * PixelatedStarfish * (+1) /* Commands */
02:39:05 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99370&oldid=99369 * PixelatedStarfish * (-4) /* The Accumulator */
02:52:51 -!- simcop2387 has joined.
02:53:51 -!- perlbot has joined.
03:17:42 <esolangs> [[Giggle]] https://esolangs.org/w/index.php?diff=99371&oldid=99370 * PixelatedStarfish * (+18) /* Commands */
05:03:00 -!- tromp has joined.
05:52:44 -!- Sgeo has joined.
06:01:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:37:44 -!- tromp has joined.
06:51:00 -!- definitelya has joined.
07:08:36 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] N https://esolangs.org/w/index.php?oldid=99372 * LEOMOK * (+242) Created page with "This is a programming language based on SMG4's video SMG4: Mario Gets His PINGAS Stuck In The Door, hence its name. The instruction pointers have to try their luck on not gett..."
07:09:11 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:12:16 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99373&oldid=99372 * LEOMOK * (+156)
07:27:25 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99374&oldid=99373 * LEOMOK * (+4650)
07:27:34 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99375&oldid=99374 * LEOMOK * (+1)
08:15:17 <esolangs> [[Splaytime]] N https://esolangs.org/w/index.php?oldid=99376 * Ukeharu * (+7044) Creation of a new page for a new esolang (Splaytime)
08:22:36 -!- Sgeo has quit (Read error: Connection reset by peer).
08:24:37 -!- sprout has joined.
08:24:37 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99377&oldid=99376 * Ukeharu * (+184) Clarification on minor quirks
08:26:02 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99378&oldid=99377 * Ukeharu * (-1) /* Splay Trees */ correction: splay trees are not a bBST but a BST
08:35:16 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99379&oldid=99378 * Ukeharu * (+182) /* List of Commands */ clarification about jumps
08:38:07 -!- sprout has quit (Ping timeout: 260 seconds).
08:54:07 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99380&oldid=99375 * LEOMOK * (+626)
08:54:32 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99381&oldid=99380 * LEOMOK * (-16)
09:56:55 -!- tech_exorcist has joined.
10:22:11 -!- tech_exorcist has quit (Remote host closed the connection).
10:22:32 -!- tech_exorcist has joined.
10:45:46 -!- tech_exorcist has quit (Quit: brb).
11:03:43 -!- tech_exorcist has joined.
11:53:10 -!- perlbot has quit (Ping timeout: 240 seconds).
11:53:33 -!- simcop2387 has quit (Read error: Connection reset by peer).
11:55:47 -!- simcop2387 has joined.
11:56:17 -!- perlbot has joined.
11:59:34 -!- tech_exorcist_ has joined.
11:59:57 -!- tech_exorcist has quit (Remote host closed the connection).
12:20:31 <esolangs> [[Special:Log/newusers]] create * Yamaserif * New user account
12:25:08 <esolangs> [[Minimalbf]] N https://esolangs.org/w/index.php?oldid=99382 * Yes * (+320) Created page with "{{Stub}} {{Work in progress}} Minimalbf is a esoteric programming language made by [[User:Yes]] == Commands == {| class="wikitable" |+ Caption text |- ! Command !! Purpose |..."
12:25:49 <esolangs> [[Works in progress]] https://esolangs.org/w/index.php?diff=99383&oldid=92651 * Yes * (+16)
12:38:17 <esolangs> [[ABSTRACT]] N https://esolangs.org/w/index.php?oldid=99384 * Peter * (+24) Created page with "{{wrongtitle|title={@}}}"
12:38:33 <esolangs> [[ABSTRACT]] https://esolangs.org/w/index.php?diff=99385&oldid=99384 * Peter * (+17)
12:40:40 <esolangs> [[ABSTRACT]] https://esolangs.org/w/index.php?diff=99386&oldid=99385 * Peter * (+117)
12:40:48 <esolangs> [[ABSTRACT]] https://esolangs.org/w/index.php?diff=99387&oldid=99386 * Peter * (+2)
13:04:58 <esolangs> [[ABSTRACT]] https://esolangs.org/w/index.php?diff=99388&oldid=99387 * Peter * (+392)
13:05:34 <esolangs> [[Special:Log/move]] move * Peter * moved [[ABSTRACT]] to [[&!]]: because the language isn't named abstract
13:14:49 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99391&oldid=99250 * Yamaserif * (+177) /* Introductions */
13:15:33 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99392&oldid=99355 * PixelatedStarfish * (-152) /* Useful Operators */
13:20:17 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99393&oldid=99392 * PixelatedStarfish * (+1) /* Useful Operators */
13:21:32 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99394&oldid=99393 * PixelatedStarfish * (+1) /* How to use Includes */
13:23:43 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99395&oldid=99349 * PixelatedStarfish * (+20) /* Influences: Shameless Theft */
13:24:26 <esolangs> [[Badbf]] N https://esolangs.org/w/index.php?oldid=99396 * Yes * (+23) Redirected page to [[Minimalbf]]
13:25:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99397&oldid=99395 * PixelatedStarfish * (-135) /* Interpreter */
13:26:25 <esolangs> [[Minimalbf]] https://esolangs.org/w/index.php?diff=99398&oldid=99382 * Yes * (+46)
13:26:33 -!- rtypo_bot has joined.
13:26:43 -!- rtypo_bot has left.
13:26:46 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99399&oldid=99331 * Yes * (+19)
13:27:09 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99400&oldid=99394 * PixelatedStarfish * (-39570) Blanked the page
13:27:47 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99401&oldid=99397 * PixelatedStarfish * (+39203) /* External Links */
13:28:24 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99402&oldid=99401 * PixelatedStarfish * (+145)
13:29:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99403&oldid=99402 * PixelatedStarfish * (+0)
13:29:32 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99404&oldid=99403 * PixelatedStarfish * (-1)
13:34:12 <esolangs> [[Esolang:Autoconfirmed users]] N https://esolangs.org/w/index.php?oldid=99405 * Yes * (+265) Created page with "Autoconfirmed Users are users who have been automatically confirmed to be a human, and not a bot, perferably via [[Special:AbuseFilter/9|Filter 9]], require new users to intro..."
13:36:58 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99406&oldid=99389 * Peter * (+1995)
13:43:22 <esolangs> [[Esolang:Filter 9]] N https://esolangs.org/w/index.php?oldid=99407 * Yes * (+445) Created page with "Filter 9 is the "Im not a robot Captcha" for esolang. <br> When an account is created, the filter disallows edits from users that hadn't introduced themselves. (See here: Es..."
13:43:59 <esolangs> [[Esolang:Filter 9]] https://esolangs.org/w/index.php?diff=99408&oldid=99407 * Yes * (+13)
13:49:24 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99409&oldid=99381 * LEOMOK * (-4)
14:11:43 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99410&oldid=99409 * LEOMOK * (-2062)
14:12:50 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99411&oldid=99410 * LEOMOK * (+92)
14:14:17 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99412&oldid=99411 * LEOMOK * (+126)
14:21:29 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99413&oldid=99412 * LEOMOK * (+532)
14:22:30 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99414&oldid=99413 * LEOMOK * (+17)
14:24:00 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99415&oldid=99414 * LEOMOK * (+152)
14:26:19 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=99416&oldid=99368 * PixelatedStarfish * (+12) /* In Chronological Order */
14:28:47 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99417&oldid=99404 * PixelatedStarfish * (-110)
14:31:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99418&oldid=99417 * PixelatedStarfish * (+9)
14:54:35 -!- tech_exorcist_ has quit (Quit: rebooting).
14:56:02 <esolangs> [[Talk:Astridec]] https://esolangs.org/w/index.php?diff=99419&oldid=91614 * PixelatedStarfish * (+578)
14:58:25 -!- tech_exorcist has joined.
15:23:13 -!- sprout has joined.
15:55:39 -!- Koen has joined.
15:57:16 <esolangs> [[The]] N https://esolangs.org/w/index.php?oldid=99420 * PixelatedStarfish * (+391) Created page with "[[The]] is a language by [[User:PixelatedStarfish]] in 2022. It is a [[bf]] derivative designed to handle arbitrary input and covert it into runnable [[Turing complete]] code...."
16:15:41 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99421&oldid=99316 * Yes * (-20)
16:16:22 <esolangs> [[LISPS]] https://esolangs.org/w/index.php?diff=99422&oldid=99318 * Yes * (+28)
16:16:37 <esolangs> [[LISPS]] https://esolangs.org/w/index.php?diff=99423&oldid=99422 * Yes * (-1)
16:17:23 <esolangs> [[LISPS]] https://esolangs.org/w/index.php?diff=99424&oldid=99423 * Yes * (+1)
16:19:17 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=99425&oldid=98715 * Yes * (+84)
16:20:46 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99426&oldid=99420 * PixelatedStarfish * (+966)
16:21:26 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99427&oldid=99426 * PixelatedStarfish * (+0)
16:25:07 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99428&oldid=99427 * PixelatedStarfish * (+31) /* Commands */
16:26:09 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99429&oldid=99428 * PixelatedStarfish * (+0)
16:27:12 -!- Sgeo has joined.
16:29:18 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99430&oldid=99429 * PixelatedStarfish * (+32)
16:34:47 <esolangs> [[Z mjhkh]] N https://esolangs.org/w/index.php?oldid=99431 * Yes * (+412) Created page with "Z mjhkh is made by [[User:Yes]] and stands for '''Z'''ebra '''m'''ilk '''j'''ust '''hi'''d'''kh''' (Zebra milk just idk) <br><br> Z mjhkh's compiler is very fast. So fast, tha..."
16:35:13 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99432&oldid=99399 * Yes * (+17)
16:38:13 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99433&oldid=99430 * PixelatedStarfish * (+152) /* Commands */
16:38:40 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99434&oldid=99433 * PixelatedStarfish * (-4)
16:39:25 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99435&oldid=99434 * PixelatedStarfish * (+31) /* Commands */
16:45:38 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99436&oldid=99435 * PixelatedStarfish * (+35) /* Commands */
16:47:41 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=99437&oldid=99416 * PixelatedStarfish * (+9) /* In Chronological Order */
16:54:18 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99438&oldid=99436 * PixelatedStarfish * (+189) /* Commands */
16:55:03 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99439&oldid=99438 * PixelatedStarfish * (+17) /* Error Message */
16:56:09 <esolangs> [[Lag]] N https://esolangs.org/w/index.php?oldid=99440 * ChuckEsoteric08 * (+464) Created page with "'''Lag''' is an OISC by [[User:ChuckEsoteric08]]. it is Similar to [[Subleq]] but with variables instead of array. ==Command== a;b;c;d Declare label a, decrement c from varia..."
17:28:07 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99441&oldid=99406 * Peter * (+3043)
17:42:46 -!- tromp has joined.
19:15:55 -!- sprout has quit (Ping timeout: 260 seconds).
19:21:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:51:29 -!- tromp has joined.
20:40:58 <esolangs> [[Knife]] N https://esolangs.org/w/index.php?oldid=99442 * Youraveragemanguy * (+233) Created page with "knife is an esoteric programming language base on stabbing and blood. its computational class is a knife and it is hard to program in because you'll be stabbed to death. (I me..."
20:41:14 -!- b_jonas has joined.
20:41:49 <b_jonas> hi
20:43:56 <esolangs> [[Knife]] https://esolangs.org/w/index.php?diff=99443&oldid=99442 * Youraveragemanguy * (+65)
20:44:46 <esolangs> [[Special:Log/upload]] upload * Youraveragemanguy * uploaded "[[File:-Users-will-Desktop-images.jpeg]]"
20:47:18 <esolangs> [[File:-Users-will-Desktop-images.jpeg]] https://esolangs.org/w/index.php?diff=99445&oldid=99444 * Youraveragemanguy * (+1)
20:48:34 <esolangs> [[Zalgo]] N https://esolangs.org/w/index.php?oldid=99446 * Short c1rcuit * (+6341) Added Zalgo
20:52:22 <esolangs> [[Zalgo]] M https://esolangs.org/w/index.php?diff=99447&oldid=99446 * Short c1rcuit * (+71) Have the proper "Hello, world!" code
20:53:41 <esolangs> [[Hello world program in esoteric languages (N-Z)]] https://esolangs.org/w/index.php?diff=99448&oldid=95595 * Short c1rcuit * (+437) Added Zalgo
21:08:57 -!- definitelya has quit (Quit: h).
21:26:32 <esolangs> [[Z mjhkh]] M https://esolangs.org/w/index.php?diff=99449&oldid=99431 * PythonshellDebugwindow * (+132) Stub, categories
21:27:31 <esolangs> [[LISPS]] M https://esolangs.org/w/index.php?diff=99450&oldid=99424 * PythonshellDebugwindow * (+9) Stub
21:29:31 <esolangs> [[Minimalbf]] M https://esolangs.org/w/index.php?diff=99451&oldid=99398 * PythonshellDebugwindow * (+79) Fix template, categories
21:29:59 <esolangs> [[Did I Ask]] M https://esolangs.org/w/index.php?diff=99452&oldid=99313 * PythonshellDebugwindow * (+41) Add categories
21:37:58 -!- tech_exorcist has quit (Quit: Disconnecting).
21:55:25 <esolangs> [[Zalgo]] M https://esolangs.org/w/index.php?diff=99453&oldid=99447 * PythonshellDebugwindow * (+25) /* External resources */ Category
21:56:25 <esolangs> [[Zalgo]] M https://esolangs.org/w/index.php?diff=99454&oldid=99453 * PythonshellDebugwindow * (-47) Use Wikipedia links
21:56:51 <esolangs> [[Zalgo]] M https://esolangs.org/w/index.php?diff=99455&oldid=99454 * PythonshellDebugwindow * (+11) Fix
21:56:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:00:08 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=99456&oldid=99121 * PythonshellDebugwindow * (+70) Add
22:01:51 -!- tromp has joined.
22:30:44 <esolangs> [[Special:Log/newusers]] create * Huh * New user account
22:42:34 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:45:36 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99457&oldid=99439 * PixelatedStarfish * (-1) /* Error Message */
22:53:11 -!- sunarch has quit.
22:53:42 -!- sunarch has joined.
23:00:14 -!- sprout has joined.
23:30:38 -!- Lord_of_Life_ has joined.
23:30:39 -!- Lord_of_Life has quit (Ping timeout: 256 seconds).
23:31:53 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
23:42:37 -!- oriansj has joined.
23:43:51 <oriansj> hello, I noticed the following https://esolangs.org/wiki/Bootstrapping and wondered how much would be too much to add?
23:44:30 <oriansj> I am from the #bootstrappable channel and we have a wiki full of content that is related: https://bootstrapping.miraheze.org/wiki/Main_Page
23:44:51 <oriansj> as we bootstrapped GCC/Guile/Linux from hex0
23:45:07 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] N https://esolangs.org/w/index.php?oldid=99458 * Yes * (+3200) Created page with "Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee is by [[User:Yes]] in 2022. It is based on virus epidemics. <br> == Commands == {| class="wikitable" |+ Commands/Instructions |- ! Command !! W..."
23:48:17 <esolangs> [[Talk:Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] N https://esolangs.org/w/index.php?oldid=99459 * Yes * (+435) Created page with "someone should make a dialect with looping. <br> <small>Note i used this program to get code for the hello world <br> <pre> 10 input a$ 20 a=asc(a$) 30 for x=1 to a 40 print "..."
23:48:39 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99460&oldid=99432 * Yes * (+37) /* Esolangs: */
23:50:32 -!- Koen has quit (Quit: Leaving...).
23:53:36 <zzo38> Yes, but I think that you might want to have also an alternative implementation in other programming language too in case you do not have the compiled program already.
23:57:25 <oriansj> zzo38: ummm, the root is only 257bytes and we wrote a POSIX kernel in it and used it to bootstrap a C compiler written in the M0 assembly language
2022-07-04
00:00:05 <oriansj> https://github.com/oriansj/stage0-posix https://github.com/fosslinux/live-bootstrap https://github.com/ironmeld/boot2now
00:01:13 <oriansj> So we have a bit of experience in bootstrapping languages which we could share, we just wanted to do it in a way that would be most beneficial
00:02:48 <b_jonas> I had noticed that we haven't seen arseniiv for months and I'm getting worried, but I only noticed just now that he was last on the channel on exactly 2022-02-23, which is a worrying date.
00:04:39 -!- Soni has quit (Ping timeout: 276 seconds).
00:20:52 <imode> why is it worrying?
00:22:11 <imode> ...
00:22:12 <imode> oh..
00:23:15 <imode> is this his GH?
00:23:17 <imode> https://github.com/arseniiv
00:24:41 <imode> was he russian or ukrainian?
00:26:39 <b_jonas> imode: yes, per https://esolangs.org/w/index.php?title=Punctree&diff=63903&oldid=63902 , and he very likely lives in Russia
00:26:47 <imode> well fuck.
00:26:55 <imode> he's probably been drafted..?
00:27:04 <imode> there are GH contributions, though.
00:27:09 <imode> as of the 11th of June.
00:27:09 <b_jonas> imode: we used to have one ukranian person but they're banned now
00:27:33 <b_jonas> s/person/regular/
00:42:33 <zzo38> oriansj: For such a small code that is OK you do not need to do what I mentioned, but for e.g. a C compiler implemented in C or a Rust compiler implemented in Rust, it is more complicated than that.
00:45:39 <zzo38> Fortunately, it says, there is also Rust compiler in C++ and C# compiler in C, so that will be helpful if they are needed.
00:46:02 <oriansj> zzo38: I wrote the C compiler in assembly in 24 hours: https://github.com/oriansj/stage0-posix-x86/blob/master/cc_x86.M1
00:47:15 <oriansj> and used it to build a more advanced C compiler written in its C subset
00:47:41 <oriansj> https://github.com/oriansj/M2-Planet (it is a cross-platform C compiler)
00:47:46 -!- Soni has joined.
00:48:25 <oriansj> Which is good enough to build GNU Mes and run MesCC (which is a C compiler written in scheme) that we used to build TCC
00:49:25 <oriansj> we also did the same thing for other architectures as well such as RISC-V https://github.com/oriansj/stage0-posix-riscv64/blob/master/cc_riscv64.M1
00:50:13 <oriansj> and wrote the assembler in a more advanced hex2 https://github.com/oriansj/stage0-posix-riscv64/blob/master/M0_riscv64.hex2 which we bootstrapped in hex1 and bootstrapped hex1 in hex0
00:52:32 <zzo38> OK
00:53:54 <oriansj> hence why I am asking about basic guidelines so that our contributions on language bootstrapping would be most beneficial to this community.
00:54:24 <zzo38> Yes. I do not know the basic guidelines, though.
00:55:22 <oriansj> fair enough.
00:58:10 <oriansj> the languages we did create are quite simple https://bootstrapping.miraheze.org/wiki/Stage0 and designed for human usage
01:07:40 <oriansj> oh and I forgot to mention we also implemented the languages themselves also in C and assembly; so the languages are bootstrapped in atleast 3 different languages
01:09:42 <b_jonas> oriansj: great, do write about these on the esolangs wiki
01:11:50 <oriansj> b_jonas: no problem, on the topic of language bootstrapping how in depth would be most helpful? as we can be *VERY* detailed on problems in language bootstrapping
01:15:38 <b_jonas> oriansj: I don't know, it depends on how much effort you want to spend on writing articles. if there's already good documentation elsewhere then it can be fine to just give a short summary and links to other websites with better information.
01:16:35 <b_jonas> of course there's a risk of the other websites going offline leaving us with but rotten links, like how the best Intercal websites died even though it's a historically very interesting language
01:16:55 <oriansj> hence why duplication of information is useful
01:16:58 <b_jonas> or how the websites for a lot of the older ICFP contests are no longer accessible
01:17:17 <b_jonas> oriansj: sure, though you will have to observe the licencing terms of the wiki
01:17:57 <oriansj> b_jonas: we have the original authors available for providing the information under the needed licensing terms
01:18:53 <b_jonas> nice
01:19:36 <zzo38> Yes, this Stage0 bootstrapping formats looks like good to me, I think
01:21:34 <b_jonas> I guess I've seen all the extremes here: on one end, we have DMM's or David Madore's languages where we can just link to the author's websites and I can be confident that the information will still be there a decade from now (though in one case you need an ftp client); on the other end is https://esolangs.org/wiki/PL/MIX where I'm confident that nobody ever will get the information about the language
01:21:41 <oriansj> it was designed to be cross-platform byte for byte reproducible and aid in human auditing
01:21:55 <b_jonas> extremes in all direction come with esotericness of course
01:24:12 <esolangs> [[Special:Log/newusers]] create * Oriansj * New user account
01:25:24 <b_jonas> `` welcome oriansj # I see you haven't been formally welcomed yet
01:25:27 <HackEso> oriansj: 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.)
01:25:45 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=99461&oldid=99391 * Oriansj * (+80) intro
01:29:06 <esolangs> [[Geometryjunp]] https://esolangs.org/w/index.php?diff=99462&oldid=92853 * Kaveh Yousefi * (+587) Added a hyperlink to my implementation of the geometryjunp programming language on GitHub.
01:29:53 <esolangs> [[Geometryjunp]] https://esolangs.org/w/index.php?diff=99463&oldid=99462 * Kaveh Yousefi * (+233) Added several category tags.
01:30:33 <esolangs> [[Hex0]] N https://esolangs.org/w/index.php?oldid=99464 * Oriansj * (+1189) introduction to hex0
01:31:13 -!- chiselfuse has quit (Remote host closed the connection).
01:31:26 <esolangs> [[Geometryjunp]] https://esolangs.org/w/index.php?diff=99465&oldid=99463 * Kaveh Yousefi * (+562) Introduced two further examples in the form of a truth-machine and a Hello, world! program.
01:36:25 -!- chiselfuse has joined.
01:39:04 <esolangs> [[Hex1]] N https://esolangs.org/w/index.php?oldid=99466 * Oriansj * (+1208) introduction to hex1
01:42:10 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=99467&oldid=99400 * PixelatedStarfish * (+23) Redirected page to [[BunnyBell]]
01:43:14 <esolangs> [[ZT]] M https://esolangs.org/w/index.php?diff=99468&oldid=47134 * PythonshellDebugwindow * (+23) Category
01:45:48 <esolangs> [[Hex2]] N https://esolangs.org/w/index.php?oldid=99469 * Oriansj * (+1547) introduction to hex2
01:48:59 <esolangs> [[Hex1]] M https://esolangs.org/w/index.php?diff=99470&oldid=99466 * Oriansj * (-1) hide the url
01:56:15 <esolangs> [[M0]] N https://esolangs.org/w/index.php?oldid=99471 * Oriansj * (+1311) introduction to M0
02:10:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99472&oldid=99418 * PixelatedStarfish * (+219) /* Sources */
02:15:57 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99473&oldid=99472 * PixelatedStarfish * (+41) /* Notes */
02:17:04 <esolangs> [[CC *]] N https://esolangs.org/w/index.php?oldid=99474 * Oriansj * (+2638) introduction to the cc_* family
02:20:34 <oriansj> there you go, a simple and basic introduction to the hex0, hex1, hex2, M0 and cc_* language families
02:28:31 <oriansj> so, I'll do a minor extension on the subject of language bootstrapping and hopefully it will be of some use.
02:41:17 <esolangs> [[M0]] M https://esolangs.org/w/index.php?diff=99475&oldid=99471 * Oriansj * (+27) added category
02:41:51 <esolangs> [[CC *]] M https://esolangs.org/w/index.php?diff=99476&oldid=99474 * Oriansj * (+27) added category
02:42:28 <esolangs> [[Hex2]] M https://esolangs.org/w/index.php?diff=99477&oldid=99469 * Oriansj * (+31) added category
02:43:09 <esolangs> [[Hex1]] M https://esolangs.org/w/index.php?diff=99478&oldid=99470 * Oriansj * (+27) added category
02:43:45 <esolangs> [[Hex2]] M https://esolangs.org/w/index.php?diff=99479&oldid=99477 * Oriansj * (-4) added category
02:44:13 <esolangs> [[Hex0]] M https://esolangs.org/w/index.php?diff=99480&oldid=99464 * Oriansj * (+28) added category
02:44:36 <b_jonas> what programming language uses “fun” as a keyword to define a function and is either weakly typed or has type inference strong enough that you can define a function without giving the type of a function argument? I'm trying to identify the language of a snippet
02:45:27 <esolangs> [[Category:Bootstrapping]] N https://esolangs.org/w/index.php?oldid=99481 * Oriansj * (+118) added category
02:46:14 <b_jonas> hmm, maybe OCaml?
02:46:56 <shachaf> SML
02:47:09 <oriansj> well the cc_* familty supports FUNCTION which has that behavior
02:49:04 <b_jonas> yeah, SML is a decent guess, but I don't think that snippet can be it. what struck me strange is that it had what seems like both initializing a variable and modifying it in place in a loop with a straight "=" operator, without a declaration present, as you'd do in BASIC/python. also lacked both parenthesis and braces and semicolons in if conditionals,
02:50:00 <b_jonas> also had apparently no explicit type names, but some type presumably guessed from numeric literals like "2", and a mention of "toString"
02:50:50 <b_jonas> ah, I found a screenshot of the snippet: https://twitter.com/robertoaloi/status/1206581193283641344
02:50:53 <b_jonas> let me transcribe it
02:51:58 <shachaf> That snippet doesn't have "fun" in it.
02:52:02 <b_jonas> hmm, that's not quite the ad that I've seen, but clearly from the same company and very similar
02:52:14 <b_jonas> the one I saw had a recursive function for the Lucas sequence
02:52:31 <Corbin> That looks like mildly incorrect ECMAScript, from the automatic-semicolon-insertion style.
02:54:26 <oriansj> well \n as semicolon is a trivial tokenizer trick
02:54:26 <shachaf> It's probably no language, anyway.
02:54:54 <b_jonas> I think it leads to https://www.multisoft.se/134711/
02:55:13 <b_jonas> Corbin: wouldn't ECMAScript have parens around if cond'ns
02:55:33 <b_jonas> I did think of ECMAScript but it's the parens that made that real suspicious. and afaik "fun" isn't a thing.
02:55:41 <b_jonas> oh wait
02:55:54 <b_jonas> maybe different ads are in different languages?
02:57:11 <b_jonas> looks like there's a third variant of the ad too, https://www.reddit.com/r/ProgrammerHumor/comments/q3cgrj/found_this_ad_on_a_train_what_language_is_this/
02:57:40 <b_jonas> trying to find a screenshot of the one that I've seen
02:58:47 <Corbin> Starting to suspect that these are subtly altered to not just run when copy-pasted. Wondering which language has length() as a builtin function like that.
03:00:40 <b_jonas> Corbin: perl does, but it doesn't otherwise match
03:01:25 <b_jonas> also awk does
03:01:38 <Corbin> It'd be cool if we had a taxonomic classifier for languages, and not just a chrestomathy.
03:01:49 <Corbin> Oh wow, you're right, this *could* be awk.
03:02:01 <b_jonas> what's "chrestomathy"?
03:02:14 <b_jonas> yeah, it looks suspiciously like awk actually
03:02:36 <b_jonas> except not, because awk wants double quotes for the strings
03:03:14 <Corbin> A chrestomathy is a selection of texts in a given language. We're pretty decent at the problem, "for a given language, what is a valid snippet in that language?" What's missing is, "for a given snippet, which languages might it belong to?"
03:04:18 <b_jonas> https://adland.tv/adnews/code-cracking-recruitment-subway-ad-campaign-gets-over-800-applicants-job has another variant, one with "int x = 15 * 7 * 5 * 13;" in it
03:04:31 <b_jonas> still can't find the variant that I've seen
03:04:42 <b_jonas> I should've photographed it
03:05:20 <b_jonas> but I was under some distress because the train I had to take wasn't working and got replaced by a bus, causing 100 minutes of delay in my trip to the airport
03:05:37 <Corbin> Hm. Is that other variant perhaps Ceylon or Kotlin?
03:05:38 <b_jonas> this was on the train for the second leg by the way
03:05:47 <Corbin> Yikes. Hope you made it.
03:05:50 <b_jonas> I did
03:06:00 <b_jonas> I'm home now safe
03:06:03 <b_jonas> vacation was fun
03:08:25 <b_jonas> I was concentrating on jotting down some notes because this was actually a very rare case when the insurance company would have been required to reimburse me: they have to if I miss the airplane if the train is late by more than an hour, but of course only if I can prove that that was the case
03:08:45 <b_jonas> hmm no, looks like they would not have payed
03:09:03 <b_jonas> that one only applies for the higher tier insurance, which in this case I didn't buy
03:09:32 <b_jonas> but I didn't know that
03:09:51 <b_jonas> I used to buy the higher tier for ski vacations, but it's pointless for ordinary vacations like this
03:09:59 <b_jonas> well, the next time I miss the airplaane I will know
03:10:39 <b_jonas> ah no
03:11:05 <b_jonas> wait, I'm reading the contract wrong
03:11:22 <b_jonas> whatever, it doesn't matter now, the point is, I was jotting down details just in case they matter for insurance
03:12:06 <b_jonas> apparently there's a fifth variant that starts with "a=34\nb=21"
03:12:20 <b_jonas> they made a lot of variants of this
03:22:26 <b_jonas> the one I saw also had return statements in the bodies of if statements, for the two starting cases of the Lucas numbers, and a C-style (two semicolons in the control) for loop in the pat that concatenates the result from multiple calls to the function
03:24:48 <zzo38> Is there esolangs with the TRON character encoding or file format?
03:40:54 <esolangs> [[Bootstrap]] https://esolangs.org/w/index.php?diff=99482&oldid=69362 * Oriansj * (+6030) Expanding to make the topic more complete
03:48:05 <b_jonas> Corbin: I think the "length" function would also work in matlab/octave, but the whole code wouldn't. you're probably right that they are deliberately written to not work in any language, which gives me horrible flashbacks to my failed psz interpreter
04:15:02 -!- chiselfuse has quit (Write error: Connection reset by peer).
04:15:19 -!- chiselfuse has joined.
04:26:13 -!- Franciman has quit (*.net *.split).
04:26:13 -!- fungot has quit (*.net *.split).
04:26:51 -!- Franciman has joined.
04:37:26 -!- Riviera has quit (*.net *.split).
04:37:38 -!- Riviera has joined.
04:55:42 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99483&oldid=99379 * Ukeharu * (+399) /* List of Commands */ Changes to usage of [i and {x,y
04:56:54 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99484&oldid=99483 * Ukeharu * (+3) /* List of Commands */ fixed typo
05:15:03 -!- chiselfuse has quit (Remote host closed the connection).
05:15:44 -!- chiselfuse has joined.
05:35:29 <b_jonas> re discussion around https://logs.esolangs.org/libera-esolangs/2022-06.html#lIh , the fun part is that, IIUC, gcc's __int128 isn't a signed integer type, because C11 7.20.1.5 says that intmax_t is at least as large as any signed integer type, but gcc is wisely ignoring that and keeps intmax_t as 64 bits wide because changing its meaning would cause an annoying ABI incompatibility. and due to 6.2.5,
05:35:35 <b_jonas> __int128 is also not an extended integer type either.
05:46:13 -!- SGautam has joined.
06:51:56 <esolangs> [[Lag]] https://esolangs.org/w/index.php?diff=99485&oldid=99440 * ChuckEsoteric08 * (+238)
06:53:31 <int-e> yeah I did make the logo
07:00:34 -!- tromp has joined.
07:01:10 <int-e> (wrong channel, hmm)
07:16:42 <esolangs> [[Geometryjunp]] https://esolangs.org/w/index.php?diff=99486&oldid=99465 * ChuckEsoteric08 * (-15)
07:20:25 <esolangs> [[ISEW2C]] https://esolangs.org/w/index.php?diff=99487&oldid=97117 * ChuckEsoteric08 * (+5)
07:20:37 <esolangs> [[ISEW2C]] https://esolangs.org/w/index.php?diff=99488&oldid=99487 * ChuckEsoteric08 * (+1)
07:27:14 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99489&oldid=99441 * Peter * (+511) /* Input and output */
07:31:40 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99490&oldid=99484 * Ukeharu * (-372) update again to commands
07:52:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:59:41 <esolangs> [[Subleq]] https://esolangs.org/w/index.php?diff=99491&oldid=96061 * ChuckEsoteric08 * (+52)
08:03:40 -!- haavard has quit (Remote host closed the connection).
08:03:53 -!- haavard has joined.
08:04:56 -!- __monty__ has joined.
08:39:02 -!- Sgeo has quit (Read error: Connection reset by peer).
09:14:57 -!- tromp has joined.
09:38:24 -!- Trieste has joined.
09:49:15 -!- Koen has joined.
09:50:32 -!- tech_exorcist has joined.
10:17:16 <b_jonas> `` : 'int-e: re word list censored, I recommend'; ls -aF /hackenv/share/dict/12dicts/readme.hackeso
10:17:17 <HackEso> ​/hackenv/share/dict/12dicts/readme.hackeso
10:27:31 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99492&oldid=99490 * Ukeharu * (+100) Fixed typo and falsities and added more information on commands
10:27:57 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99493&oldid=99492 * Ukeharu * (+2) /* List of Commands */ fixed typo
10:28:23 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99494&oldid=99493 * Ukeharu * (-1) /* List of Commands */ fixed typo
10:47:15 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99495&oldid=99494 * Ukeharu * (+107) initial state clarification
10:58:19 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99496&oldid=99495 * Ukeharu * (+162) /* Language Description */ more clarifications
11:30:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:32:47 -!- tromp has joined.
11:34:54 -!- tromp has quit (Client Quit).
11:35:43 -!- SGautam has quit (Quit: Connection closed for inactivity).
11:47:29 -!- definitelya has joined.
12:06:36 <esolangs> [[Bitcoin]] M https://esolangs.org/w/index.php?diff=99497&oldid=84323 * Yes * (+364)
12:09:06 <esolangs> [[Bitcoin]] https://esolangs.org/w/index.php?diff=99498&oldid=99497 * Yes * (-2)
12:12:36 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99499&oldid=99460 * Yes * (+12)
12:36:40 -!- Lord_of_Life has quit (Excess Flood).
12:37:06 -!- Lord_of_Life has joined.
13:07:56 -!- perlbot_ has joined.
13:08:14 -!- simcop2387 has quit (Read error: Connection reset by peer).
13:08:21 -!- perlbot has quit (Ping timeout: 246 seconds).
13:08:26 -!- simcop2387_ has joined.
13:08:34 -!- Koen has quit (Remote host closed the connection).
13:09:10 -!- perlbot_ has changed nick to perlbot.
13:09:33 -!- simcop2387_ has changed nick to simcop2387.
13:27:54 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99500&oldid=99415 * LEOMOK * (+190)
13:28:06 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99501&oldid=99500 * LEOMOK * (-1)
13:28:14 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99502&oldid=99501 * LEOMOK * (-2)
13:30:32 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99503&oldid=99502 * LEOMOK * (-8)
13:30:57 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99504&oldid=99489 * Peter * (+86) /* Pushing */
13:31:25 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99505&oldid=99503 * LEOMOK * (-2)
13:31:38 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99506&oldid=99505 * LEOMOK * (+1)
13:31:51 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99507&oldid=99506 * LEOMOK * (+2)
13:32:20 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99508&oldid=99504 * Peter * (+17)
13:32:32 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99509&oldid=99508 * Peter * (-17)
13:32:53 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99510&oldid=99507 * LEOMOK * (+26)
13:33:31 <esolangs> [[The Temporary Stack]] https://esolangs.org/w/index.php?diff=99511&oldid=85183 * Peter * (-1) fixed a/an typo
13:33:40 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99512&oldid=99510 * LEOMOK * (+66)
13:34:08 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99513&oldid=99512 * LEOMOK * (-9)
13:35:15 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=99514&oldid=97368 * Peter * (+112)
13:35:25 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=99515&oldid=99514 * Peter * (+1)
13:35:29 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=99516&oldid=99515 * Peter * (-113) Blanked the page
13:36:38 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99517&oldid=99513 * LEOMOK * (+135)
13:36:52 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99518&oldid=99509 * Peter * (+26)
13:37:19 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99519&oldid=99518 * Peter * (-15)
13:37:27 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99520&oldid=99517 * LEOMOK * (+11)
13:40:15 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99521&oldid=99519 * Peter * (+96) /* Special */
13:40:37 <b_jonas> https://logs.esolangs.org/libera-esolangs/2022-06.html#l2Ab "an esoteric language/ISA/OISC implemented in C in only 52 bytes ... waiting for the IOCCC to open" => sounds interesting
13:41:11 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99522&oldid=99520 * LEOMOK * (+85)
13:41:35 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99523&oldid=99522 * LEOMOK * (-41)
13:42:35 <b_jonas> https://logs.esolangs.org/libera-esolangs/2022-06.html#lgBb "sounds like Intel really likes the concept of smaller registers combining into larger registers" => most of the pairs in x86 come from z80, so you can't blame intel for it, except for AH on intel which doesn't exist in z80
13:43:09 <fizzie> Most of the pairs in the Z80 come from the Intel 8080, so you *can* blame Intel for it.
13:43:26 <b_jonas> huh...
13:43:32 <fizzie> (It's got the very same BC, DE and HL pairs, and I believe predates the Z80.)
13:43:34 <b_jonas> ok, I don't know that part of the history
13:47:29 <b_jonas> https://logs.esolangs.org/libera-esolangs/2022-06.html#liCb 'The Firefox "About" dialog cannot be closed with Ctrl-W. Why did I even try that?' => because the recently downloaded files list and the bookmark manager can be closed by control-W
13:50:23 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99524&oldid=99521 * Peter * (+280)
13:50:44 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99525&oldid=99524 * Peter * (+21)
13:51:21 <esolangs> [[&!]] https://esolangs.org/w/index.php?diff=99526&oldid=99525 * Peter * (+17)
14:02:39 <b_jonas> https://logs.esolangs.org/libera-esolangs/2022-06.html#lSGb "<Sgeo> 6502 : does-this-exist-? :: 8086 : 386 with its convenient multiple running virtual 8086s" => I think some fpgas have multiple 6502s built in, but I'm not sure
14:06:12 <b_jonas> "<int-e> . o O ( dear compiler... if a missing return statement allows you to produce crashing code... maybe it should be more than just a warning? )" => we can't change old C retroactively because there's old code that relies on that being valid. it comes from pre-ansi when void didn't exist so you declared void functions as returning int instead. but I believe this is already an error in C++.
14:11:40 <b_jonas> "<Corbin> I used jq to do category theory" => er what?
14:12:33 -!- Koen has joined.
14:15:29 <int-e> b_jonas: well it happens to be C++: http://paste.debian.net/1246131/
14:18:54 <Corbin> b_jonas: https://github.com/MostAwesomeDude/klesi/blob/master/cat.jq
14:18:55 <b_jonas> "Which graphical OSes don't have a native concept of a command line?" => Windows 3 on a pre-386 machine, or ran without 386 mode (there's a command-line switch of the win executable)
14:19:56 <b_jonas> int-e: hmm, I was wrong then.
14:21:47 <b_jonas> Corbin: so is this jq language similar to xsh2 or jquery, only operating on json as its main data type rather than xml?
14:22:01 <int-e> I suspect the reason why this is a warning is that the end of the function may actually be unreachable in a way the compiler doesn't understand
14:22:19 <int-e> and C/C++ generally don't force the programmer to write unreachable code
14:22:40 <b_jonas> int-e: that, or just compatibility with ancient C code
14:23:05 <b_jonas> but yes, you have a point
14:23:07 <int-e> But that's rather unsatisfying in this case.
14:23:40 <b_jonas> does this change if you try to use compiler flags like --std=gnu+17 or whatever?
14:23:52 <b_jonas> er no, I mean -std=gnu++17
14:23:59 <b_jonas> it's the plus that's doubled, not the minus
14:25:16 <b_jonas> "<Corbin> Has anybody done a complexity analysis of sgt's puzzle collection?" => good idea, there are probably multiple interesting questions that you can ask there
14:25:18 <int-e> Nah, it doesn't.
14:25:40 <Corbin> b_jonas: Yeah. The main usage of jq is for quick dissection of JSON responses from APIs, although I've also used it in batch processes for ETL.
14:25:42 <b_jonas> like about how hard it is to solve a puzzle, to find all solutions to a puzzle, to construct a well-formed puzzle, to construct a puzzle with a unique solution etc
14:25:48 <Corbin> Yes.
14:26:16 <b_jonas> only problem is, https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ webpage doesn't load for me right now
14:26:54 <b_jonas> isup.me says it's up, but that isn't definitive, just a heuristic
14:27:07 <int-e> Pretty sure most of them are NP-complete, but who wants to prove this dozens of times?
14:28:13 <int-e> The implementations though... I think Simon implements polynomial time solvers, and discards candidates that the solver cannot solve.
14:29:23 -!- tromp has joined.
14:30:03 <int-e> For many of the puzzles, instances can still be interesting though because a lot of the puzzles feature global properties like connectivity or parity and the solvers know about such features.
14:31:40 <esolangs> [[Talk:Astridec]] https://esolangs.org/w/index.php?diff=99527&oldid=99419 * PixelatedStarfish * (+187) /* Nested loops */
14:33:39 <esolangs> [[Translator Handles Everything]] N https://esolangs.org/w/index.php?oldid=99528 * PixelatedStarfish * (+17) Redirected page to [[The]]
14:39:53 <esolangs> [[SetGoto]] https://esolangs.org/w/index.php?diff=99529&oldid=98317 * ChuckEsoteric08 * (+142)
14:43:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:46:25 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99530&oldid=99496 * Ukeharu * (+436) more clarifications + sample programs
15:00:40 -!- tromp has joined.
15:09:43 <esolangs> [[Hex0]] M https://esolangs.org/w/index.php?diff=99531&oldid=99480 * PythonshellDebugwindow * (+32) Stub, category
15:10:31 <esolangs> [[Hex1]] M https://esolangs.org/w/index.php?diff=99532&oldid=99478 * PythonshellDebugwindow * (+32) Stub, category
15:11:19 <esolangs> [[Hex2]] M https://esolangs.org/w/index.php?diff=99533&oldid=99479 * PythonshellDebugwindow * (-26) Stub, wikilinks, category
15:12:23 <esolangs> [[Hex1]] M https://esolangs.org/w/index.php?diff=99534&oldid=99532 * PythonshellDebugwindow * (+8) See also, wikilink
15:12:38 <esolangs> [[Hex1]] M https://esolangs.org/w/index.php?diff=99535&oldid=99534 * PythonshellDebugwindow * (+0) Link
15:12:52 <esolangs> [[Hex0]] M https://esolangs.org/w/index.php?diff=99536&oldid=99531 * PythonshellDebugwindow * (+36) See also
15:13:06 <esolangs> [[Hex2]] M https://esolangs.org/w/index.php?diff=99537&oldid=99533 * PythonshellDebugwindow * (+37) See also
15:14:02 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=99538&oldid=99456 * PythonshellDebugwindow * (+33) /* H */ add
15:17:42 <esolangs> [[CC *]] M https://esolangs.org/w/index.php?diff=99539&oldid=99476 * PythonshellDebugwindow * (-1) Wikilink, category
15:18:25 <esolangs> [[M0]] M https://esolangs.org/w/index.php?diff=99540&oldid=99475 * PythonshellDebugwindow * (-6) Wikilink, category
15:18:51 <esolangs> [[Category:Bootstrapping]] M https://esolangs.org/w/index.php?diff=99541&oldid=99481 * PythonshellDebugwindow * (+24) Category
15:19:37 <esolangs> [[Bootstrap]] M https://esolangs.org/w/index.php?diff=99542&oldid=99482 * PythonshellDebugwindow * (-23) /* What is bootstrapping a language */ Wikilink
15:22:35 <esolangs> [[Bootstrap]] M https://esolangs.org/w/index.php?diff=99543&oldid=99542 * PythonshellDebugwindow * (+44) /* Bootstrapping by example */ Wikilinks, see also
15:23:01 <esolangs> [[Bootstrap]] M https://esolangs.org/w/index.php?diff=99544&oldid=99543 * PythonshellDebugwindow * (+0) /* See also */ fix
15:24:35 <esolangs> [[CC *]] M https://esolangs.org/w/index.php?diff=99545&oldid=99539 * PythonshellDebugwindow * (+22) Fix title
15:25:01 <esolangs> [[Category:Bootstrapping]] M https://esolangs.org/w/index.php?diff=99546&oldid=99541 * PythonshellDebugwindow * (+19) Link to bootstrapping
15:25:17 <esolangs> [[Category:Bootstrapping]] M https://esolangs.org/w/index.php?diff=99547&oldid=99546 * PythonshellDebugwindow * (-14) .
15:25:32 <esolangs> [[Bootstrap]] M https://esolangs.org/w/index.php?diff=99548&oldid=99544 * PythonshellDebugwindow * (+0) /* See also */ .
15:26:49 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=99549&oldid=99538 * PythonshellDebugwindow * (+20) add
15:28:43 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping]] N https://esolangs.org/w/index.php?oldid=99550 * Yes * (+454) Created page with "Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping is a dialect of Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee by [[User:Yes]] == Additions == Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping adds..."
15:29:04 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99551&oldid=99499 * Yes * (+54)
15:29:19 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99552&oldid=99551 * Yes * (-5)
15:29:31 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99553&oldid=99552 * Yes * (+9)
15:30:50 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99554&oldid=99530 * Ukeharu * (-1) /* Cat */ typo
15:34:10 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping]] https://esolangs.org/w/index.php?diff=99555&oldid=99550 * Yes * (+106)
15:35:59 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99556&oldid=99554 * Ukeharu * (+0)
15:38:23 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99557&oldid=99556 * Ukeharu * (+17) /* Hello World */
15:40:09 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping]] https://esolangs.org/w/index.php?diff=99558&oldid=99555 * Yes * (+44)
15:41:19 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping]] https://esolangs.org/w/index.php?diff=99559&oldid=99558 * Yes * (+8)
15:46:42 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99560&oldid=99557 * Ukeharu * (+493) /* Sample Programs */
15:55:46 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99561&oldid=99560 * Ukeharu * (+1) typo
16:07:16 <esolangs> [[Pythoff]] N https://esolangs.org/w/index.php?oldid=99562 * Yes * (+1095) Created page with "Pythoff is a [[Python|Python 3]] dialect by [[User:Yes]] <br> == Additions/Diffrences == Pythoff does not allow for libraries, making it very limited in software development,..."
16:07:42 <esolangs> [[Pythoff]] https://esolangs.org/w/index.php?diff=99563&oldid=99562 * Yes * (+9)
16:07:59 <esolangs> [[Pythoff]] M https://esolangs.org/w/index.php?diff=99564&oldid=99563 * Yes * (-5)
16:09:02 <esolangs> [[Pythoff]] https://esolangs.org/w/index.php?diff=99565&oldid=99564 * Yes * (+77)
16:10:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:13:33 <esolangs> [[Pythoff]] https://esolangs.org/w/index.php?diff=99566&oldid=99565 * Yes * (+353)
16:13:49 <esolangs> [[Pythoff]] https://esolangs.org/w/index.php?diff=99567&oldid=99566 * Yes * (-2)
16:14:52 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99568&oldid=99553 * Yes * (+17)
16:51:24 -!- tromp has joined.
16:51:29 <esolangs> [[Zalgo]] https://esolangs.org/w/index.php?diff=99569&oldid=99455 * Short c1rcuit * (+345) Added String to Number example
17:04:51 -!- beka has joined.
17:12:55 -!- Sgeo has joined.
17:19:11 -!- tech_exorcist has quit (Quit: thunderstorm).
17:41:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:41:36 -!- tech_exorcist has joined.
17:45:57 <esolangs> [[Special:Log/move]] move * Peter * moved [[&!]] to [[Abstract]]
17:47:58 -!- Koen has quit (Remote host closed the connection).
17:49:39 -!- Koen has joined.
17:50:32 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=99572&oldid=99570 * Peter * (+43)
17:51:33 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=99573&oldid=99549 * Peter * (+15) /* A */
17:54:15 -!- Koen has quit (Ping timeout: 276 seconds).
18:34:42 -!- tromp has joined.
19:20:11 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99574&oldid=99457 * PixelatedStarfish * (+130) /* Commands */
19:47:10 <esolangs> [[Zalgo]] https://esolangs.org/w/index.php?diff=99575&oldid=99569 * Short c1rcuit * (+549) Added Number to String example
19:49:02 -!- Koen has joined.
20:10:26 <esolangs> [[Newbiefuck]] M https://esolangs.org/w/index.php?diff=99576&oldid=74239 * VilgotanL * (+41)
20:15:56 <esolangs> [[Newbiefuck]] M https://esolangs.org/w/index.php?diff=99577&oldid=99576 * PythonshellDebugwindow * (+47) Add categories
20:24:56 <zzo38> I did not consider Windows 3 to be a "operating system", although possibly it can be considered as a operating system
20:26:56 <zzo38> I had used SQLite for JSON dealing, since SQLite has a built-in JSON dealing functions. However, what I did to load the Scryfall data into SQLite database is to write a program in C to split it into records, and then they are further parsed by SQL codes. (I do it this way, in case the entire data is too big for SQLite all at once)
20:48:18 -!- definitelya has quit (Quit: h).
20:49:40 -!- __monty__ has quit (Quit: leaving).
21:06:46 <esolangs> [[UBLANG]] M https://esolangs.org/w/index.php?diff=99578&oldid=98182 * PythonshellDebugwindow * (+34) Unpipe, add categories
21:08:10 <esolangs> [[Inputfish]] M https://esolangs.org/w/index.php?diff=99579&oldid=98233 * PythonshellDebugwindow * (+42) Add categories
21:08:55 <esolangs> [[3 bytes :v)]] M https://esolangs.org/w/index.php?diff=99580&oldid=99021 * PythonshellDebugwindow * (+67) Add categories
21:11:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:21:12 -!- tromp has joined.
21:22:12 -!- tromp has quit (Client Quit).
21:23:07 -!- tromp has joined.
21:25:28 -!- tromp has quit (Client Quit).
21:26:28 -!- tromp has joined.
21:27:48 <esolangs> [[Zalgo]] M https://esolangs.org/w/index.php?diff=99581&oldid=99575 * Short c1rcuit * (+2) Fixed heading
21:35:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:36:18 -!- tromp has joined.
21:38:11 -!- tromp has quit (Client Quit).
21:50:15 -!- tech_exorcist has quit (Quit: Disconnecting).
22:20:15 -!- Koen has quit (Remote host closed the connection).
22:35:12 -!- perlbot has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
22:35:12 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
22:56:22 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99582&oldid=99574 * PixelatedStarfish * (+61) /* Commands */
22:56:38 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99583&oldid=99582 * PixelatedStarfish * (-2) /* Commands */
22:57:05 -!- simcop2387 has joined.
22:57:16 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=99584&oldid=99583 * PixelatedStarfish * (+15) /* Commands */
22:58:36 -!- perlbot has joined.
23:32:15 -!- Lord_of_Life has quit (Ping timeout: 276 seconds).
23:33:11 -!- Lord_of_Life has joined.
2022-07-05
00:59:16 -!- Cale has quit (Quit: Leaving).
00:59:33 -!- Cale has joined.
01:13:57 -!- Cale has quit (Remote host closed the connection).
02:22:43 -!- moony has joined.
02:23:50 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99585&oldid=99561 * Ukeharu * (+481) Added interpreter + more notes
03:20:10 <esolangs> [[Special:Log/newusers]] create * Tarob0ba * New user account
03:23:20 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=99586&oldid=99461 * Tarob0ba * (+199) /* Introductions */
03:27:21 <esolangs> [[User:Tarob0ba]] N https://esolangs.org/w/index.php?oldid=99587 * Tarob0ba * (+116) Created page with "Hello! I'm tarob0ba (Beckett) and I like random stuff. You can look at my ''mediocre'' website at https://b0ba.dev."
03:28:09 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99588&oldid=99523 * LEOMOK * (+239)
03:28:24 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99589&oldid=99588 * LEOMOK * (+0)
03:34:37 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99590&oldid=99589 * LEOMOK * (-9)
03:36:28 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99591&oldid=99590 * LEOMOK * (+21)
04:14:37 <esolangs> [[User:LEOMOK]] https://esolangs.org/w/index.php?diff=99592&oldid=98525 * LEOMOK * (+70)
04:16:52 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=99593&oldid=99591 * LEOMOK * (+58)
04:27:10 -!- SGautam has joined.
06:32:59 -!- Sgeo has quit (Read error: Connection reset by peer).
07:16:43 -!- SGautam has quit (Quit: Connection closed for inactivity).
07:22:51 -!- __monty__ has joined.
07:38:58 -!- tromp has joined.
08:04:52 -!- Koen has joined.
08:04:53 -!- Koen_ has joined.
08:09:39 -!- Koen has quit (Ping timeout: 276 seconds).
08:15:27 -!- archenoth has joined.
08:16:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:18:27 -!- Oshawott has quit (Ping timeout: 246 seconds).
09:05:53 -!- tromp has joined.
09:24:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:25:53 -!- tromp has joined.
09:25:54 -!- tromp has quit (Client Quit).
09:27:53 -!- tromp has joined.
09:32:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:38:48 -!- SGautam has joined.
10:36:44 -!- tech_exorcist has joined.
10:38:53 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=99594&oldid=99572 * Peter * (+1437) /* Input and output */
10:39:10 -!- perlbot has quit (Read error: Connection reset by peer).
10:39:12 -!- simcop2387 has quit (Read error: Connection reset by peer).
10:41:12 -!- perlbot has joined.
10:42:12 -!- simcop2387 has joined.
10:43:15 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=99595&oldid=99594 * Peter * (+230) /* Language overview */
10:43:27 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=99596&oldid=99595 * Peter * (+7) /* Argument */
10:44:27 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=99597&oldid=99596 * Peter * (-1) /* Pointer operators */
10:52:17 -!- definitelya has joined.
10:57:08 -!- tromp has joined.
11:33:42 -!- tromp has quit (Read error: Connection reset by peer).
11:39:15 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=99598&oldid=99597 * Peter * (+330) /* Special */
12:01:18 -!- sprout has quit (Ping timeout: 264 seconds).
12:24:07 -!- sprout has joined.
12:26:42 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] https://esolangs.org/w/index.php?diff=99599&oldid=99458 * ChuckEsoteric08 * (+105)
12:26:59 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping]] https://esolangs.org/w/index.php?diff=99600&oldid=99559 * ChuckEsoteric08 * (+105)
12:37:27 -!- sprout has quit (Ping timeout: 276 seconds).
12:42:32 -!- sprout has joined.
12:51:51 <esolangs> [[Talk:Kak]] N https://esolangs.org/w/index.php?oldid=99601 * ChuckEsoteric08 * (+183) /* Turing-completness */ new section
12:52:22 -!- definitelya_ has joined.
12:53:03 -!- definitelya has quit (Ping timeout: 276 seconds).
12:56:34 <esolangs> [[Kak]] https://esolangs.org/w/index.php?diff=99602&oldid=97289 * ChuckEsoteric08 * (-4) Unknown computational class
12:56:53 -!- SGautam has quit (Quit: Connection closed for inactivity).
13:02:13 <esolangs> [[Talk:Ultimate bf instruction minimalization!]] https://esolangs.org/w/index.php?diff=99603&oldid=87423 * ChuckEsoteric08 * (+210) /* Turing-completness */ new section
13:08:37 <esolangs> [[Ultimate bf instruction minimalization!]] https://esolangs.org/w/index.php?diff=99604&oldid=89798 * ChuckEsoteric08 * (+99) /* See Also */
13:30:05 -!- Koen_ has quit (Remote host closed the connection).
13:57:03 -!- monoxane has joined.
14:02:10 -!- sprout has quit (Ping timeout: 244 seconds).
14:04:12 -!- sprout has joined.
14:12:29 <esolangs> [[Quoi?]] https://esolangs.org/w/index.php?diff=99605&oldid=99170 * Boinggg * (+336) Added more information
14:15:02 -!- Koen has joined.
14:24:53 -!- perlbot has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
14:24:53 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
14:43:22 -!- simcop2387 has joined.
14:44:23 -!- perlbot has joined.
14:57:58 -!- lagash has quit (Ping timeout: 240 seconds).
15:15:22 <fizzie> Hmm, another price increase email from the hosting company sponsoring the wiki (energy costs, you know). Let's see if this will be third time in a row where a pricing change has broken the zero-rating (since AFAICT -- not that it's visible to me -- it's implemented as a "discount" that exactly matches the price).
15:16:23 -!- Sgeo has joined.
15:26:41 <int-e> fun. imagine them lowering prices
15:26:46 <int-e> for once
15:28:04 -!- SGautam has joined.
15:29:10 -!- sprout has quit (Ping timeout: 240 seconds).
15:29:50 -!- sprout has joined.
15:31:42 <esolangs> [[Splaytime]] https://esolangs.org/w/index.php?diff=99606&oldid=99585 * Ukeharu * (+5037) Added conversion from brainfuck + computational class proof + changes to default values + refactoring
15:36:24 <fizzie> I guess if you adjust for inflation, every time they don't raise the prices they're lowering them a little.
15:38:30 <int-e> ah but I want to see a negative bill
15:40:31 <fizzie> Heh, right. Kind of guessing it'd clamp at zero. Or just collect as credit on the account.
15:40:42 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99607&oldid=99606 * Ukeharu * (+741) added shortened version of bf transpiled code + explanation
15:41:41 <fizzie> Feels like I recall someone telling a story where they got a €0.00 invoice from a company, and then a lot of increasingly threatening "your payment is late" reminders because they didn't pay it, because it's not like you can do a zero-value bank transfer.
15:42:56 <myname> i would sit that out and wait for the debt collector to laugh at them
15:47:15 -!- sprout has quit (Ping timeout: 276 seconds).
15:54:14 <esolangs> [[Special:Log/newusers]] create * Lim95 * New user account
15:55:19 -!- lagash has joined.
15:55:50 <imode> at that point I'd just repeatedly refuse to pay, citing that it's too expensive.
15:55:58 <imode> just gaslight them.
15:56:04 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99608&oldid=99586 * Lim95 * (+203)
15:56:42 <esolangs> [[User:Lim95]] N https://esolangs.org/w/index.php?oldid=99609 * Lim95 * (+46) Created page with "Hey all, Scott here! I'm just here to code lol"
16:13:30 -!- sprout has joined.
16:19:05 <esolangs> [[Special:Log/newusers]] create * Marsus16112 * New user account
16:23:59 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99610&oldid=99608 * Marsus16112 * (+172)
16:25:36 <esolangs> [[User:Marsus16112]] N https://esolangs.org/w/index.php?oldid=99611 * Marsus16112 * (+69) Created page with "Welcome to marsus16112's worldthere's currently not anything here."
16:40:33 -!- Koen has quit (Ping timeout: 276 seconds).
18:12:36 -!- Koen has joined.
18:35:18 <esolangs> [[Double]] N https://esolangs.org/w/index.php?oldid=99612 * Lim95 * (+350) Double is a programming language where every character has a partner.
18:37:05 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99613&oldid=99612 * Lim95 * (+288)
18:37:13 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99614&oldid=99613 * Lim95 * (+0)
18:37:21 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99615&oldid=99614 * Lim95 * (+0)
18:40:04 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99616&oldid=99615 * Lim95 * (-36)
18:40:43 <esolangs> [[Lim95]] N https://esolangs.org/w/index.php?oldid=99617 * Lim95 * (+7) Created page with "hey all"
18:45:18 <b_jonas> fizzie: hehe. I haven't seen literally 0, except as an exchange rate in the old paypal interface, but I recently got one of these spam phishing emails that my package is held for customs and I have to pay 2.90 HUF payment and so please fill out this form at the linked webpage with my personal details
18:47:06 -!- tech_exorcist has quit (Quit: reconnecting with iso-8859-1, because of reasons(tm)).
18:48:32 <b_jonas> zzo38: “I did not consider Windows 3 to be a "operating system",” you may have to add the parts of the BIOS and DOS that it uses, most importantly the drivers for the file system and hard disks and floppy disks, in order to get an operating system, but that doesn't really change the result here, it's still an operating system where you only get a UI and no command line. but of course it's a bit
18:48:38 <b_jonas> cheating because you can probably only install it if you have a DOS, and that comes with a command line.
18:54:10 -!- tech_exorcist has joined.
18:54:36 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99618&oldid=99616 * Lim95 * (+1437)
18:56:03 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99619&oldid=99618 * Lim95 * (+4)
18:57:31 -!- tech_exorcist has quit (Client Quit).
18:58:02 -!- tech_exorcist has joined.
18:58:25 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99620&oldid=99619 * Lim95 * (+557)
18:58:49 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99621&oldid=99620 * Lim95 * (+4)
19:00:18 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99622&oldid=99621 * Lim95 * (-18)
19:00:41 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99623&oldid=99622 * Lim95 * (-1)
19:16:50 <esolangs> [[Gbbprosk!]] https://esolangs.org/w/index.php?diff=99624&oldid=98942 * Someone668 * (+416)
19:52:14 <zzo38> Yes, I know that it is only on DOS which has the command line, which is also why I thought it is not suitable to be mentioned here; anyways
19:55:22 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=99625&oldid=99573 * Lim95 * (+13)
19:55:45 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99626&oldid=99623 * Lim95 * (-93)
19:56:13 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99627&oldid=99626 * Lim95 * (+102)
19:57:10 <zzo38> Is there a program "International Components for Non-Unicode"?
20:01:11 <Sgeo> https://github.com/AcheronVM/acheronvm emulated CPU designed to be emulated (virtualized?) on 6502
20:01:36 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99628&oldid=99627 * Lim95 * (+33)
20:14:47 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99629&oldid=99628 * Lim95 * (+0)
20:21:23 -!- __monty__ has quit (Quit: leaving).
20:45:33 <zzo38> Do other instruction sets have a carry stack, or only this one? Why are the questions with interrobangs?
20:51:31 -!- Koen has quit (Quit: Leaving...).
20:53:28 <Sgeo> There's a chance that that question is answered in a 47 minute video I'm not willing to watch
20:56:45 <esolangs> [[Double]] M https://esolangs.org/w/index.php?diff=99630&oldid=99629 * PythonshellDebugwindow * (+176) Link, add categories
21:03:09 <Sgeo> ....I'm watching it anyway
21:16:08 -!- definitelya_ has quit (Quit: h).
21:23:19 -!- SGautam has quit (Quit: Connection closed for inactivity).
21:36:24 -!- tech_exorcist has quit (Quit: Disconnecting).
22:01:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99631&oldid=99473 * PixelatedStarfish * (+285) /* Statements */
22:02:16 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99632&oldid=99631 * PixelatedStarfish * (+0) /* Blocks */
22:14:31 <Sgeo> "It's not that often that it's used but it comes for free"
22:23:44 <b_jonas> `olist 1261
22:23:46 <HackEso> olist <https://www.giantitp.com/comics/oots1261.html>: shachaf oerjan Sgeo FireFly boily nortti b_jonas
22:24:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99633&oldid=99632 * PixelatedStarfish * (+299) /* Blocks */
22:25:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99634&oldid=99633 * PixelatedStarfish * (+0) /* Blocks */
22:26:23 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99635&oldid=99634 * PixelatedStarfish * (+0) /* Blocks */
22:27:48 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99636&oldid=99635 * PixelatedStarfish * (+47) /* Commands */
22:29:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99637&oldid=99636 * PixelatedStarfish * (+32) /* Commands */
22:43:08 -!- monoxane9 has joined.
22:44:00 -!- monoxane has quit (Ping timeout: 244 seconds).
22:44:00 -!- monoxane9 has changed nick to monoxane.
23:00:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99638&oldid=99637 * PixelatedStarfish * (+269) /* Math */
23:13:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99639&oldid=99638 * PixelatedStarfish * (+191) /* Math */
23:23:22 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99640&oldid=99639 * PixelatedStarfish * (+113) /* Collections */
23:32:00 -!- Lord_of_Life has quit (Ping timeout: 276 seconds).
23:34:53 -!- Lord_of_Life has joined.
23:45:52 <esolangs> [[Talk:/ggu/]] N https://esolangs.org/w/index.php?oldid=99641 * Boinggg * (+162) Created page with "This ''can't'' be Turing-complete, since it does not have infinite states. Right? --~~~~"
23:47:36 <esolangs> [[Quoi?]] M https://esolangs.org/w/index.php?diff=99642&oldid=99605 * Boinggg * (+0) Match the help page guidelines for capitalization
23:49:22 <esolangs> [[Talk:/ggu/]] https://esolangs.org/w/index.php?diff=99643&oldid=99641 * Boinggg * (+21)
23:53:21 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99644&oldid=99640 * PixelatedStarfish * (+3) /* Notes */
2022-07-06
00:08:20 <esolangs> [[Talk:Bantas]] N https://esolangs.org/w/index.php?oldid=99645 * Boinggg * (+161) Created page with "The command <code>,</code> was not added to the commands list. What does it do? --~~~~"
00:09:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99646&oldid=99644 * PixelatedStarfish * (+457) /* Functions */
00:19:41 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=99647&oldid=99625 * Boinggg * (+12) Add "Quoi?" (note: MAKE THIS AUTOMATIC AAA)
00:21:41 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=99648&oldid=99647 * Ukeharu * (+16) /* S */ addition of splaytime
00:23:18 <esolangs> [[Quoi?]] https://esolangs.org/w/index.php?diff=99649&oldid=99642 * Boinggg * (+102) add link
00:24:48 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99650&oldid=99630 * Lim95 * (+0)
00:41:10 <fizzie> Grumble grumble, I've got this ESP32 thing, and even with the stock sample code, the silly thing fails to connect to my regular wifi. But it's happy to connect to an Android phone in hotspot mode. With the exact same auth/cipher modes (WPA2-PSK/CCMP), and identical signal strength.
01:08:28 <esolangs> [[Double]] M https://esolangs.org/w/index.php?diff=99651&oldid=99650 * PythonshellDebugwindow * (-79) Remove redlink and wrong category
01:13:07 <esolangs> [[Talk:Bantas]] M https://esolangs.org/w/index.php?diff=99652&oldid=99645 * PythonshellDebugwindow * (+189) Reply
01:19:08 <esolangs> [[Bantas]] M https://esolangs.org/w/index.php?diff=99653&oldid=38932 * PythonshellDebugwindow * (+9) This language seems underspecified
01:20:26 <esolangs> [[Quoi?]] M https://esolangs.org/w/index.php?diff=99654&oldid=99649 * PythonshellDebugwindow * (+44) Add categories
01:20:42 <esolangs> [[Quoi?]] M https://esolangs.org/w/index.php?diff=99655&oldid=99654 * PythonshellDebugwindow * (-2) /* External resources */ Fix link
01:24:30 <fizzie> Hmm, maybe I'm blaming the wrong end, phone doesn't connect to the guest wifi either, and on the router end there's an odd "hostapd: send_auth_reply: send failed" error whenever it tries to connect.
01:25:24 <fizzie> And now that I think of it, the printer stopped connecting to wifi a couple of weeks ago too, out of the blue. So maybe the 2.4 GHz wifi's just borked, and I hadn't noticed because all the phones do 5 GHz instead.
01:47:10 <b_jonas> hehe
05:23:27 -!- SGautam has joined.
05:43:16 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99656&oldid=99646 * PixelatedStarfish * (+29) /* Buckets, Indexing, and Nesting */
05:43:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99657&oldid=99656 * PixelatedStarfish * (+3) /* Strings */
06:02:52 <esolangs> [[User:ChuckEsoteric08]] https://esolangs.org/w/index.php?diff=99658&oldid=99140 * ChuckEsoteric08 * (+63) Added new languages
06:09:58 <zzo38> Is there issue tracking software that supports NNTP? Also, if different classes of issues can be defined with their own fields, and to allow multiple classes of links between them (e.g. if fixing one depends on fixing another one first), and to provide a file format to allow mirrors to be made?
06:09:59 <esolangs> [[Minus]] https://esolangs.org/w/index.php?diff=99659&oldid=40938 * ChuckEsoteric08 * (+24) Wayback
06:13:31 <esolangs> [[Dimensional]] https://esolangs.org/w/index.php?diff=99660&oldid=97100 * NutronStar45 * (-1851) Version 3.0
06:18:35 <esolangs> [[Dimensional]] M https://esolangs.org/w/index.php?diff=99661&oldid=99660 * NutronStar45 * (+0)
06:19:58 <esolangs> [[BoredKat]] M https://esolangs.org/w/index.php?diff=99662&oldid=61370 * NutronStar45 * (-14) Removed redirect to [[Dimensional]]
06:21:51 <esolangs> [[User:Bangyen]] M https://esolangs.org/w/index.php?diff=99663&oldid=97449 * NutronStar45 * (+4)
06:22:18 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99664&oldid=99657 * PixelatedStarfish * (+205) /* Strings */
06:22:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99665&oldid=99664 * PixelatedStarfish * (-18) /* Collections */
06:24:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99666&oldid=99665 * PixelatedStarfish * (+22) /* Strings and Escapes */
06:25:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99667&oldid=99666 * PixelatedStarfish * (+6) /* Libraries */
06:26:42 -!- monoxane has quit (Ping timeout: 276 seconds).
06:26:47 -!- monoxane has joined.
06:27:04 -!- monoxane has quit (Client Quit).
06:34:50 -!- Sgeo has quit (Read error: Connection reset by peer).
06:47:04 <esolangs> [[Stakc]] N https://esolangs.org/w/index.php?oldid=99668 * ChuckEsoteric08 * (+682) Created page with "{{Stub}} '''Stakc'''(pronouncing as "Stacks" ) is Stack-based language by [[User:ChuckEsoteric08]] ==Commands== element can't be 0. {| class="wikitable" |- | <code>>[X]<</code..."
06:49:18 <esolangs> [[User:ChuckEsoteric08]] https://esolangs.org/w/index.php?diff=99669&oldid=99658 * ChuckEsoteric08 * (+34) Added new languages
08:16:42 <esolangs> [[Questa]] https://esolangs.org/w/index.php?diff=99670&oldid=97577 * ChuckEsoteric08 * (+34)
08:36:00 <esolangs> [[UBLANG/UBLANG++]] N https://esolangs.org/w/index.php?oldid=99671 * ChuckEsoteric08 * (+902) Created page with ":{{Back|UBLANG}} '''UBLANG++''' is an extension of [[UBLANG]] created in beginning of may 2022 on purpose of making Turing-complete version of UBLANG(if it is not Turing-compl..."
08:37:41 <esolangs> [[UBLANG]] https://esolangs.org/w/index.php?diff=99672&oldid=99578 * ChuckEsoteric08 * (+49) UBLANG++
08:38:27 <esolangs> [[UBLANG/UBLANG++]] https://esolangs.org/w/index.php?diff=99673&oldid=99671 * ChuckEsoteric08 * (-1)
08:52:12 -!- Koen has joined.
09:14:06 -!- __monty__ has joined.
09:42:22 -!- __monty__ has quit (Quit: leaving).
09:42:40 -!- __monty__ has joined.
09:44:39 -!- tech_exorcist has joined.
09:53:00 -!- SGautam has quit (Quit: Connection closed for inactivity).
10:21:45 -!- wib_jonas has joined.
10:23:18 -!- SGautam has joined.
10:26:30 -!- Koen has quit (Remote host closed the connection).
10:27:24 -!- Koen has joined.
10:32:24 -!- Koen has quit (Ping timeout: 276 seconds).
12:05:23 -!- definitelya has joined.
12:33:00 -!- SGautam has quit (Quit: Connection closed for inactivity).
12:46:35 -!- Koen has joined.
12:46:59 -!- wib_jonas has quit (Quit: Client closed).
13:21:41 -!- wib_jonas has joined.
13:26:06 <esolangs> [[Betterlang]] N https://esolangs.org/w/index.php?oldid=99674 * ChuckEsoteric08 * (+648) Created page with "'''Betterlang'''(BetterFist) is an extesion of [[Fist]] by [[User:ChuckEsoteric08]] ==Commands added== {| class="wikitable" |- | <code>;X<Y</code> || if label <code>X</code> h..."
13:32:56 <esolangs> [[Special:Log/newusers]] create * Svpra * New user account
13:36:35 -!- Koen has quit (Remote host closed the connection).
13:42:50 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99675&oldid=99610 * Svpra * (+197)
13:56:07 <esolangs> [[User:Svpra]] N https://esolangs.org/w/index.php?oldid=99676 * Svpra * (+425) Created page with "Hello! I am Andrew (in internet SVPRA), and I love low-level programming, backend and esolangs I am writing in: - C# (some systems for logistics, backend, interpreters) - C++..."
13:57:23 <esolangs> [[Talk:2 Bits, 1 Byte]] https://esolangs.org/w/index.php?diff=99677&oldid=92112 * Peter * (-444) Blanked the page
13:59:12 <esolangs> [[User:Svpra]] https://esolangs.org/w/index.php?diff=99678&oldid=99676 * Svpra * (+80)
14:16:07 -!- Koen has joined.
14:58:18 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=99679&oldid=99598 * Peter * (-144) /* Special */
15:02:36 -!- Sgeo has joined.
15:22:47 <esolangs> [[UBLANG/UBLANG++]] M https://esolangs.org/w/index.php?diff=99680&oldid=99673 * PythonshellDebugwindow * (+67) Add categories
15:47:25 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99681&oldid=99667 * PixelatedStarfish * (+242) /* Escape Sequences */
15:50:16 <Sgeo> ARM CSEL reminds me of TUTOR's conditional forms (don't know the exact name)
15:51:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99682&oldid=99681 * PixelatedStarfish * (-39) /* Strings and Escapes */
15:53:18 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99683&oldid=99682 * PixelatedStarfish * (+12) /* Escape Sequences */
15:55:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99684&oldid=99683 * PixelatedStarfish * (+49) /* Escape Sequences */
16:03:44 <esolangs> [[Lag Turing-completness proof]] N https://esolangs.org/w/index.php?oldid=99685 * ChuckEsoteric08 * (+682) Created page with "Here is how you can translate Brainfuck program to Lag. ==TCPL== It has 4 commands: inc;x; increment variable <code>x</code> dec;x; decrement variable <code>x</code> start;..."
16:06:37 <esolangs> [[Stakc]] https://esolangs.org/w/index.php?diff=99686&oldid=99668 * ChuckEsoteric08 * (+5)
16:24:09 -!- wib_jonas has quit (Quit: Client closed).
16:38:16 -!- user3456 has quit (Ping timeout: 248 seconds).
16:42:45 <esolangs> [[User:Stripeagremlin]] https://esolangs.org/w/index.php?diff=99687&oldid=91013 * Stripeagremlin * (+5) updated to include Pirates
16:43:06 <esolangs> [[Machine code]] https://esolangs.org/w/index.php?diff=99688&oldid=79526 * Sgeo * (+43) Original page is down
16:44:29 -!- Koen has quit (Remote host closed the connection).
16:57:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99689&oldid=99684 * PixelatedStarfish * (-22) /* Commands */
17:08:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99690&oldid=99689 * PixelatedStarfish * (+39) /* Escape Sequences */
17:13:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99691&oldid=99690 * PixelatedStarfish * (+2) /* Escape Sequences */
17:14:14 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99692&oldid=99691 * PixelatedStarfish * (+31) /* Escape Sequences */
17:16:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99693&oldid=99692 * PixelatedStarfish * (+56) /* Escape Sequences */
17:18:59 -!- user3456 has joined.
17:25:04 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=99694&oldid=99679 * Peter * (+28) /* File handling */
17:26:19 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99695&oldid=99651 * Lim95 * (+206)
17:46:27 -!- tech_exorcist has quit (Remote host closed the connection).
17:46:58 -!- tech_exorcist has joined.
18:37:33 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99696&oldid=99695 * Lim95 * (+0)
18:40:37 <esolangs> [[Bundle]] https://esolangs.org/w/index.php?diff=99697&oldid=98419 * Lanksy * (-1838) Replaced content with "This programming language was deleted."
19:12:45 -!- tech_exorcist has quit (Remote host closed the connection).
19:13:06 -!- tech_exorcist has joined.
20:11:13 -!- Trieste has quit (Quit: Be well!).
20:27:01 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99698&oldid=99693 * PixelatedStarfish * (+384) /* Labels and Goto Statements */
20:28:17 -!- Trieste has joined.
20:39:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99699&oldid=99698 * PixelatedStarfish * (+169) /* Labels and Goto Statements */
20:47:37 -!- __monty__ has quit (Quit: leaving).
21:16:03 -!- definitelya has quit (Ping timeout: 256 seconds).
21:27:04 -!- tech_exorcist has quit (Quit: Disconnecting).
21:27:37 -!- immibis has joined.
21:29:05 <esolangs> [[User talk:Hex96]] https://esolangs.org/w/index.php?diff=99700&oldid=94686 * Xorol * (+61) Added an implementation of the challenge in Comp
21:39:37 <esolangs> [[Special:Log/newusers]] create * Aadenboy * New user account
21:44:27 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=99701&oldid=99675 * Aadenboy * (+193) /* Introductions */
21:44:53 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99702&oldid=99701 * Aadenboy * (+2) /* Introductions */
21:45:27 <esolangs> [[User:Aadenboy]] N https://esolangs.org/w/index.php?oldid=99703 * Aadenboy * (+102) Created page with "Hello! I am Aadenboy. I like to create programs in Lua, and recently have been fascinated by esolangs."
21:51:01 -!- Sgeo_ has joined.
21:54:21 -!- Sgeo has quit (Ping timeout: 244 seconds).
21:57:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99704&oldid=99699 * PixelatedStarfish * (+132) /* Program */
22:01:56 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=99705&oldid=99648 * Aadenboy * (+17) /* B */
22:28:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99706&oldid=99704 * PixelatedStarfish * (+442) /* Cat (Echo) */
22:30:32 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99707&oldid=99706 * PixelatedStarfish * (+61) /* Fizz Buzz */
22:31:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99708&oldid=99707 * PixelatedStarfish * (-31) /* Fizz Buzz */
22:31:26 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99709&oldid=99708 * PixelatedStarfish * (-9) /* Fizz Buzz */
22:31:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99710&oldid=99709 * PixelatedStarfish * (-15) /* Fizz Buzz */
22:34:22 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99711&oldid=99710 * PixelatedStarfish * (+257) /* Fizz Buzz */
22:37:36 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99712&oldid=99711 * PixelatedStarfish * (+579) /* Fizz Buzz */
22:38:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99713&oldid=99712 * PixelatedStarfish * (+64) /* Fizz Buzz */
22:39:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99714&oldid=99713 * PixelatedStarfish * (-127) /* Fizz Buzz */
22:40:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99715&oldid=99714 * PixelatedStarfish * (+3) /* Fizz Buzz */
22:45:45 -!- Thedarkb-Desktop has quit (Remote host closed the connection).
22:45:55 <esolangs> [[FizzBuzz]] https://esolangs.org/w/index.php?diff=99716&oldid=98816 * PixelatedStarfish * (+1226) /* Befunge */
22:48:28 <esolangs> [[FizzBuzz]] https://esolangs.org/w/index.php?diff=99717&oldid=99716 * PixelatedStarfish * (+70) /* BunnyBell */
22:51:14 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99718&oldid=99715 * PixelatedStarfish * (+70) /* FizzBuzz */
22:51:33 <esolangs> [[FizzBuzz]] https://esolangs.org/w/index.php?diff=99719&oldid=99717 * PixelatedStarfish * (+0) /* BunnyBell */
22:59:44 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99720&oldid=99568 * Yes * (+102)
23:00:03 <esolangs> [[User:Yes]] M https://esolangs.org/w/index.php?diff=99721&oldid=99720 * Yes * (-6)
23:05:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99722&oldid=99718 * PixelatedStarfish * (+0) /* Buckets, Indexing, and Nesting */
23:06:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99723&oldid=99722 * PixelatedStarfish * (-8) /* Strings and Escapes */
23:07:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99724&oldid=99723 * PixelatedStarfish * (+90) /* Compiling and Interpreting */
23:14:08 <esolangs> [[Truth-machine]] https://esolangs.org/w/index.php?diff=99725&oldid=99037 * Aadenboy * (+154) /* Implementations */
23:19:43 <esolangs> [[Braingrate]] N https://esolangs.org/w/index.php?oldid=99726 * Aadenboy * (+3445) Created page with "{{infobox proglang |name=Braingrate |paradigms=imperative |author=[[User:Aadenboy|Aadenboy]] |year=[[:Category:2022|2022]] |memsys=[[:Category:Cell-based|Cell-based]] |dimensi..."
23:23:44 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99727&oldid=99696 * Lim95 * (+67)
23:25:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99728&oldid=99724 * PixelatedStarfish * (+403) /* Labels and Goto Statements */
23:26:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99729&oldid=99728 * PixelatedStarfish * (+31) /* Labels and Conditionals */
23:31:29 -!- Lord_of_Life has quit (Ping timeout: 244 seconds).
23:32:27 -!- Lord_of_Life has joined.
23:35:53 <esolangs> [[Braingrate]] https://esolangs.org/w/index.php?diff=99730&oldid=99726 * Aadenboy * (-4) /* Cat Machine */
23:38:43 <esolangs> [[Braingrate]] https://esolangs.org/w/index.php?diff=99731&oldid=99730 * Aadenboy * (+107) /* Language Overview */
23:42:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99732&oldid=99729 * PixelatedStarfish * (+513) /* Commands and Examples */
23:43:32 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99733&oldid=99732 * PixelatedStarfish * (+4) /* Notes */
2022-07-07
00:10:15 <zzo38> How to download raw git objects (the object that it is a hash of) from a remote git service over HTTP(S) (without using the git program)?
00:24:10 <Corbin> Question for lambda-calculus/SKI folks (including ais523 and tromp): I want to define "compiler". Suppose I say: a compiler from languages L to M is an assignment of programs in M to programs in L, such that...
00:25:00 <Corbin> (1) For every pair of total computable functions in L, compiling that pair to M and then composing them is equivalent to composing them in L and then compiling them.
00:26:06 <Corbin> (2) For every program in L which can be written as an expression of S and K combinators (i.e. all of them), the compiler sends that program to an equivalent expression in M.
00:26:28 <Corbin> Is (2) implied by (1)? Is (2) alone sufficient? Is there a massive gaping hole in behavior?
00:26:47 <Corbin> (For bonus points: Is such a compiler always invertible; does it establish a bijection between L and M?)
00:29:54 <esolangs> [[S3C (sssc)]] M https://esolangs.org/w/index.php?diff=99734&oldid=85693 * Boinggg * (-3) Not meant to be a header
00:31:27 <Corbin> Oh, I didn't define equivalence. Equivalence in both L and M is observational/extensional equivalence; the idea is that neither L nor M can tell when the compiler is substituting one equivalent term for another.
00:33:04 <b_jonas> I read just that last part without trying to understand your definition, and now I'm imagining that someone takes two unrelated turing-complete languages, enumerates programs in each of them, writes a compiler forward and a compiler backwards, and then runs both of those an exponential number of times to Schröder-Bernstein a bijective compiler from them. of course the exponential would make it so slow
00:33:10 <b_jonas> that you'd never run it on a real computer on real programs, but you could still make a theoretical implementation.
00:34:15 <Corbin> I can certainly motivate my definition; I'm working with a formalism which explains Turing-completeness in terms of partial combinatory algebras (PCAs), and a PCA can be characterized in terms of SKI combinators (for reasons I admit I don't fully grok).
00:36:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99735&oldid=99733 * PixelatedStarfish * (+304) /* Overloading */
00:36:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99736&oldid=99735 * PixelatedStarfish * (+0) /* Returning */
00:40:27 <b_jonas> that said, I think you could make a somewhat more practical bijective compiler. it would still require both a forwards and backwards compiler, but instead of Schröder-Bersteining, you'd embed the original program as a comment into the translated program, recognize when there's such a comment and verify that the program is exactly the compilation of the program in the comment and return the original if
00:40:33 <b_jonas> that's the case, plus some more extra nonsense to make it all work out
00:41:01 <b_jonas> and by "practical" I just mean it doesn't take an exponential amount of time to run; it would still be an esoteric and mostly useless thing to actually make it strictly bijective
00:42:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99737&oldid=99736 * PixelatedStarfish * (+1) /* Proof by Translation to bf */
00:42:00 <Corbin> Sure. I don't really *want* the bijection, but there's category-theoretic reasons to expect it to be possible/normal.
00:43:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99738&oldid=99737 * PixelatedStarfish * (+192) /* Identifiers */
00:44:48 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99739&oldid=99738 * PixelatedStarfish * (+4) /* Notes */
00:44:50 <b_jonas> I think to make it work out, I'd need to count how many layers of correctly compiling nested comments there are (which is fast because there's overhead at each layer), and then only trust the comment if there's an odd number of them
00:46:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99740&oldid=99739 * PixelatedStarfish * (+80) /* Identifiers */
00:47:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99741&oldid=99740 * PixelatedStarfish * (+2) /* Identifiers */
01:05:21 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99742&oldid=99727 * Lim95 * (+269)
01:24:56 <esolangs> [[Braingrate]] M https://esolangs.org/w/index.php?diff=99743&oldid=99731 * PythonshellDebugwindow * (+49) /* Example Programs */ Categories
01:25:23 <esolangs> [[Braingrate]] M https://esolangs.org/w/index.php?diff=99744&oldid=99743 * PythonshellDebugwindow * (-18) unpipe
01:37:09 -!- Hoolootwo has quit (Quit: ZNC 1.7.5+deb4 - https://znc.in).
01:37:34 -!- Hooloovoo has joined.
01:44:01 <esolangs> [[Special:Log/newusers]] create * Inktest * New user account
01:48:06 -!- ais523 has joined.
01:48:30 <ais523> Corbin: I'm not sure whether composition is enough for 1, you might need both composition and application
01:49:13 <ais523> there are languages like Underload which blur the boundaries, but I don't think you can write Underload just with compositions of S and K combinators, you need applications too (I might be wrong on this though!)
01:50:01 <ais523> it also has trouble with nondeterministic languages, as "equivalence" is too vague a word for that
01:50:38 <ais523> normally computer scientists use may-equivalence of halting (i.e. either both programs are capable of halting, or neither program is capable of halting), but I'm not sure of the reason for that choice
01:51:43 <Corbin> Ooh, non-deterministic execution's a good point. I don't know how to handle that.
02:24:21 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99745&oldid=99741 * PixelatedStarfish * (-19) /* Commands */
02:36:28 <esolangs> [[Splaytime]] M https://esolangs.org/w/index.php?diff=99746&oldid=99607 * Ukeharu * (+239) /* Sample Programs */ add new hello world and infinite loop
02:43:15 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99747&oldid=99745 * PixelatedStarfish * (+139) /* Commands */
02:43:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99748&oldid=99747 * PixelatedStarfish * (+7) /* Commands */
02:46:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99749&oldid=99748 * PixelatedStarfish * (+18) /* Notes */
02:47:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99750&oldid=99749 * PixelatedStarfish * (+0) /* FizzBuzz */
02:47:43 <esolangs> [[FizzBuzz]] https://esolangs.org/w/index.php?diff=99751&oldid=99719 * PixelatedStarfish * (+0) /* BunnyBell */
02:48:06 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99752&oldid=99742 * Lim95 * (+125)
02:48:18 <esolangs> [[FizzBuzz]] https://esolangs.org/w/index.php?diff=99753&oldid=99751 * PixelatedStarfish * (+0) /* BunnyBell */
02:48:32 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99754&oldid=99752 * Lim95 * (-134)
02:48:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99755&oldid=99750 * PixelatedStarfish * (+0) /* FizzBuzz */
02:50:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99756&oldid=99755 * PixelatedStarfish * (+16) /* Commands */
02:52:55 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99757&oldid=99754 * Lim95 * (+197)
03:00:04 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99758&oldid=99757 * Lim95 * (+41)
03:00:23 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99759&oldid=99758 * Lim95 * (+0)
03:01:09 <esolangs> [[User:Lim95]] https://esolangs.org/w/index.php?diff=99760&oldid=99609 * Lim95 * (+24)
03:03:07 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99761&oldid=99759 * Lim95 * (+118)
03:03:14 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99762&oldid=99761 * Lim95 * (-2)
03:18:51 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99763&oldid=99762 * Lim95 * (+1328)
03:19:10 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99764&oldid=99763 * Lim95 * (+1)
03:27:11 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99765&oldid=99756 * PixelatedStarfish * (+184) /* Commands */
03:27:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99766&oldid=99765 * PixelatedStarfish * (+2) /* Commands */
03:28:29 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99767&oldid=99766 * PixelatedStarfish * (+34) /* Notes */
03:59:24 -!- ais523 has quit (Quit: quit).
06:37:53 <zzo38> I figured out how to download git objects but it sends files that I had not requested. How to download only the ones I requested and exclude all other files?
06:39:24 -!- ManDeJan has quit (Read error: Connection reset by peer).
06:40:04 -!- ManDeJan has joined.
07:10:34 -!- Bowserinator has quit (Ping timeout: 272 seconds).
07:11:18 -!- moony has quit (Ping timeout: 276 seconds).
07:11:50 -!- iovoid has quit (Ping timeout: 272 seconds).
07:29:54 <esolangs> [[C-INTERCAL]] M https://esolangs.org/w/index.php?diff=99768&oldid=98552 * Oshaboy * (+47) fixed hyperlink
07:36:20 -!- Sgeo_ has quit (Read error: Connection reset by peer).
07:42:01 -!- integral has quit (Read error: Connection reset by peer).
07:42:12 -!- integral has joined.
08:22:04 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=99769&oldid=98944 * Aadenboy * (+161) /* Joke/Silly Ideas */
08:26:15 -!- __monty__ has joined.
08:50:36 -!- iovoid has joined.
08:51:29 -!- Bowserinator has joined.
08:51:41 -!- moony has joined.
09:08:52 -!- better_sleeping[ has joined.
09:23:21 -!- better_sleeping[ has left.
09:28:05 -!- Trieste has quit (Quit: Be well!).
09:28:48 -!- Trieste has joined.
09:31:06 -!- tech_exorcist has joined.
09:42:16 -!- SGautam has joined.
10:59:12 -!- wib_jonas has joined.
10:59:29 -!- oriansj has left (ERC (IRC client for Emacs 27.1)).
11:00:29 <wib_jonas> zzo38: you might not be able to, because git usually stores multiple objects compressed together, so it will serve those together. you'll just have to accept the extra objects, or recompress everything discarding what you don't want after you downloaded everything you need
11:01:02 <wib_jonas> that said, I don't understand why you want to do this without git software. doesn't git already have a subcommand to download objects for you?
11:36:49 -!- definitelya has joined.
11:51:20 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99770&oldid=99721 * Yes * (+5)
11:51:49 -!- SGautam has quit (Quit: Connection closed for inactivity).
12:30:34 <esolangs> [[AddJump]] N https://esolangs.org/w/index.php?oldid=99771 * ChuckEsoteric08 * (+456) Created page with "{{Stub}} '''AddJump'''('''Add''' 1 and '''Jump''' to command) is an [[OISC]] by [[User:ChuckEsoteric08]] and inprised by [[FlipJump]]. ==Command== a;b; Increment variable <co..."
12:38:11 <esolangs> [[Smaller]] N https://esolangs.org/w/index.php?oldid=99772 * ChuckEsoteric08 * (+405) Created page with "{{Stub}} '''Smaller''' is an OISC by [[User:ChuckEsoteric08]]. ==Command== a;b; Add value <code>b</code> to variable <code>a</code> and if result was zero back to the start o..."
12:47:16 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] https://esolangs.org/w/index.php?diff=99773&oldid=99599 * Yes * (+108)
12:49:38 <esolangs> [[Bitcoin]] https://esolangs.org/w/index.php?diff=99774&oldid=99498 * Yes * (+31)
12:49:43 -!- tromp has joined.
12:51:20 <esolangs> [[OISC]] https://esolangs.org/w/index.php?diff=99775&oldid=98280 * ChuckEsoteric08 * (+225) Added some of my languages
12:54:53 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99776&oldid=99767 * PixelatedStarfish * (+144) /* Libraries */
13:01:01 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping]] https://esolangs.org/w/index.php?diff=99777&oldid=99600 * Yes * (+61)
13:02:15 -!- __monty_1 has joined.
13:02:48 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee with looping]] https://esolangs.org/w/index.php?diff=99778&oldid=99777 * Yes * (-61)
13:04:18 -!- __monty__ has quit (Ping timeout: 264 seconds).
13:05:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:09:26 -!- tromp has joined.
13:10:36 -!- wib_jonas has quit (Quit: Client closed).
13:20:37 -!- chiselfuse has quit (Remote host closed the connection).
13:20:52 -!- chiselfuse has joined.
13:22:26 -!- wib_jonas has joined.
13:23:55 -!- chiselfuse has quit (Remote host closed the connection).
13:25:55 -!- chiselfuse has joined.
13:26:04 -!- chiselfuse has quit (Remote host closed the connection).
13:30:55 -!- chiselfuse has joined.
13:44:06 -!- tech_exorcist has quit (Quit: See you later).
13:56:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:56:40 <esolangs> [[Special:Log/newusers]] create * Mario0Fan * New user account
14:04:36 -!- __monty_1 has changed nick to __monty__.
14:07:43 -!- Sgeo has joined.
14:07:50 -!- wib_jonas has quit (Ping timeout: 252 seconds).
14:08:11 -!- wib_jonas has joined.
14:16:14 -!- tromp has joined.
14:23:51 -!- Trieste has quit (Ping timeout: 276 seconds).
14:30:34 -!- Trieste has joined.
14:54:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99779&oldid=99776 * PixelatedStarfish * (-147) /* File */
14:59:14 <esolangs> [[Double]] M https://esolangs.org/w/index.php?diff=99780&oldid=99764 * PythonshellDebugwindow * (-157) Remove duplicate categories (they are already at the bottom)
14:59:17 -!- Trieste has quit (Read error: Connection reset by peer).
15:00:06 <esolangs> [[C-INTERCAL]] M https://esolangs.org/w/index.php?diff=99781&oldid=99768 * PythonshellDebugwindow * (-34) Wikipedia link
15:00:17 -!- Trieste has joined.
15:00:20 <esolangs> [[C-INTERCAL]] M https://esolangs.org/w/index.php?diff=99782&oldid=99781 * PythonshellDebugwindow * (+16) .
15:01:08 -!- tech_exorcist has joined.
15:03:25 <esolangs> [[Betterlang]] M https://esolangs.org/w/index.php?diff=99783&oldid=99674 * PythonshellDebugwindow * (+9) Stub
15:05:05 <esolangs> [[Lag Turing-completness proof]] M https://esolangs.org/w/index.php?diff=99784&oldid=99685 * PythonshellDebugwindow * (+8) Links
15:05:49 <esolangs> [[Lag]] M https://esolangs.org/w/index.php?diff=99785&oldid=99485 * PythonshellDebugwindow * (+25) /* External resources */ Category
15:06:44 <esolangs> [[Stakc]] M https://esolangs.org/w/index.php?diff=99786&oldid=99686 * PythonshellDebugwindow * (+25) /* Commands */ categories
15:08:03 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=99787&oldid=99705 * PythonshellDebugwindow * (+102) Add
15:09:30 -!- Corbin has quit (Quit: Corbin).
15:12:11 -!- Trieste has quit (Read error: Connection reset by peer).
15:12:30 -!- Trieste has joined.
15:16:13 <esolangs> [[Talk:The]] N https://esolangs.org/w/index.php?oldid=99788 * VilgotanL * (+161) turing completeness
15:17:39 -!- Trieste has quit (Read error: Connection reset by peer).
15:18:50 <esolangs> [[Talk:The]] M https://esolangs.org/w/index.php?diff=99789&oldid=99788 * VilgotanL * (+58)
15:19:39 -!- Trieste has joined.
15:39:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99790&oldid=99779 * PixelatedStarfish * (+362) /* Declaring Variables: The Refer Operator (&) */
15:40:17 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99791&oldid=99790 * PixelatedStarfish * (+0) /* Casting */
15:49:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99792&oldid=99791 * PixelatedStarfish * (+103) /* Commands */
15:50:11 -!- tech_exorcist has quit (Remote host closed the connection).
15:51:36 -!- Trieste has quit (Ping timeout: 244 seconds).
15:55:34 -!- chiselfuse has quit (Read error: Connection reset by peer).
15:55:48 -!- chiselfuse has joined.
15:57:28 -!- tech_exorcist has joined.
15:59:17 <esolangs> [[UniCode]] M https://esolangs.org/w/index.php?diff=99793&oldid=72815 * PythonshellDebugwindow * (+43) Stub, confusion
15:59:40 <esolangs> [[Unicode]] M https://esolangs.org/w/index.php?diff=99794&oldid=76071 * PythonshellDebugwindow * (+34) Confusion
16:01:15 -!- wib_jonas has quit (Quit: Client closed).
16:03:21 <esolangs> [[***]] M https://esolangs.org/w/index.php?diff=99795&oldid=40759 * PythonshellDebugwindow * (+42) Categorise
16:15:15 <esolangs> [[Slander]] N https://esolangs.org/w/index.php?oldid=99796 * PixelatedStarfish * (+832) Created page with "Slander is a programming language in which you write programs in two dimensions. Programs take the form of a route that an autonomous craft must take to safely land on a plane..."
16:20:03 <zzo38> My opinion is that the file formats, protocols, commands, etc of fossil are much better; git is much more confusing.
16:22:24 -!- Trieste has joined.
16:24:28 <myname> but what about pijul?
16:27:54 <zzo38> What does "pijul" means?
16:29:19 -!- tech_exorcist has quit (Quit: See you later).
16:31:29 <myname> pijul is a version control system
16:32:59 <zzo38> It is not one that I have look at, so I cannot say about that one.
16:36:03 -!- Trieste has quit (Read error: Connection reset by peer).
16:36:40 <esolangs> [[User:Marsus16112]] https://esolangs.org/w/index.php?diff=99797&oldid=99611 * Marsus16112 * (-5)
16:38:22 -!- tech_exorcist has joined.
16:44:00 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99798&oldid=99796 * PixelatedStarfish * (+436)
16:44:14 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99799&oldid=99798 * PixelatedStarfish * (-48) /* Commands */
16:44:28 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99800&oldid=99799 * PixelatedStarfish * (+47)
16:46:19 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=99801&oldid=99437 * PixelatedStarfish * (+13) /* In Chronological Order */
16:47:05 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99802&oldid=99800 * PixelatedStarfish * (-3) /* Commands */
16:48:28 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99803&oldid=99802 * PixelatedStarfish * (+8) /* Commands */
16:50:27 -!- Trieste has joined.
16:59:02 -!- Trieste has quit (Max SendQ exceeded).
17:01:26 -!- Trieste has joined.
17:07:33 -!- Thedarkb-Desktop has joined.
17:09:41 <myname> so, my copy of mindbug arrived and it has a weird giant box
17:09:45 <myname> not sure what to make of that
17:09:52 -!- chiselfuse has quit (Remote host closed the connection).
17:10:01 -!- chiselfuse has joined.
17:10:10 <int-e> you need a box if you want to think outside of it
17:11:45 <int-e> https://half-life.fandom.com/wiki/Headcrab <-- also a mindbug of sorts
17:15:45 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99804&oldid=99803 * PixelatedStarfish * (+146) /* Commands */
17:16:13 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99805&oldid=99804 * PixelatedStarfish * (-12) /* Commands */
17:16:51 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99806&oldid=99805 * PixelatedStarfish * (+8)
17:18:46 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99807&oldid=99806 * PixelatedStarfish * (+18) /* Commands */
17:22:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:45:09 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99808&oldid=99807 * PixelatedStarfish * (+223) /* Commands */
17:45:51 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99809&oldid=99808 * PixelatedStarfish * (+47)
17:56:08 <esolangs> [[Talk:+]] N https://esolangs.org/w/index.php?oldid=99810 * Otesunki * (+221) Created page with "i fail to see how it is equivalent to a push-down automaton, the proof seems to just state that + is either less or as powerful as a PDA. --~~~~"
17:56:13 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99811&oldid=99809 * PixelatedStarfish * (+15)
17:57:21 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99812&oldid=99811 * PixelatedStarfish * (-132) /* Commands */
17:59:23 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99813&oldid=99812 * PixelatedStarfish * (-4) /* Piloting */
18:01:16 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99814&oldid=99813 * PixelatedStarfish * (+55) /* Piloting */
18:12:04 -!- Koen has joined.
18:19:38 <b_jonas> so my new mobile phone has a stupid software bug. there are five sound profiles. one of them is hard-coded silent, but in the other four, you can customize the call ringtone and SMS receive notification tone to whatever audio file you want. however, they've indexed into some array wrong, so the message tone of profile k is always the same as the call tone of profile k-1.
18:20:22 <b_jonas> and I think the message tone of profile 3 is stored somewhere that aliases some completely different memory variable, because I saw a corrupt value there.
18:20:43 <b_jonas> so this goes without saying, ais523, if you ever make a mobile phone software, don't do this stupid mistake
18:21:28 <b_jonas> other than this, there are lots of places where the UI is less convenient than on phones of older brands, requiring too many button presses than you should need for many functions. it seems like they didn't spend too much time testing.
18:21:44 <b_jonas> I wonder if I should try to send them a bug report about the indexing
18:25:21 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99815&oldid=99814 * PixelatedStarfish * (+311) /* Commands */
18:25:52 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99816&oldid=99815 * PixelatedStarfish * (-132) /* Looping */
18:30:14 -!- tromp has joined.
18:30:21 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=99817&oldid=99769 * Yes * (+452) /* General Ideas */
18:31:39 <esolangs> [[Special:Log/newusers]] create * Cooper * New user account
18:32:00 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=99818&oldid=99817 * Yes * (+163) /* General Ideas */
18:33:06 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99819&oldid=99780 * Lim95 * (+269)
18:33:23 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99820&oldid=99819 * Lim95 * (+3)
18:33:44 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=99821&oldid=99818 * Yes * (+31) /* General Ideas */
18:40:12 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=99822&oldid=99702 * Cooper * (+221) /* Introductions */
18:42:11 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99823&oldid=99816 * PixelatedStarfish * (+41) /* Exchanging */
19:07:00 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99824&oldid=99820 * Lim95 * (+131)
19:11:37 <esolangs> [[Gbbprosk!]] https://esolangs.org/w/index.php?diff=99825&oldid=99624 * Someone668 * (+175)
19:24:33 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:41:58 -!- Everything has joined.
19:44:24 <b_jonas> `? ant
19:44:28 <HackEso> Ants are great architects. They are famous for their highways.
19:44:28 <b_jonas> `? ent
19:44:30 <HackEso> Ents are very useful creatures for the puzzle of writing town names in Hungary as the catenation of six or more Hungarian words. Bal-a-s-s-a-gyarmat Bal-a-ton-{s-zár-szó,{rend,szem}-e-s} Egy-ház-a-s-holló-s Fel-s-ősz-ent-már-ton Jász-ár-ok-száll-á-s Ki-s-kun-{fél-egy-ház-a,hal-a-s} Rá-basz-ent-mik-ló-s Vér-te-s-sző-lő-s.
19:44:31 <b_jonas> `? ence
19:44:33 <HackEso> ence? ¯\(°​_o)/¯
19:44:34 <b_jonas> `? ance
19:44:36 <HackEso> Spelling of -ance/-ence words: advance, science, conference, experience, finance, insurance, licence, performance, reference, assistance, balance, defence, difference, distance, evidence, acceptance, appliance, audience, compliance, importance, influence, instance, intelligence, maintenance, preference, presence, sentence, sequence, substance, violence, absence, accordance, alliance, appearance, assurance, attendance, circumstance, clearance, confidence, c
19:45:08 <b_jonas> `1 ? ance
19:45:11 <HackEso> 1/1:Traceback (most recent call last): \ File "<string>", line 1, in <module> \ NameError: name 'ance' is not defined
19:45:20 <b_jonas> huh
19:45:39 <b_jonas> `` ? ance | fold -sw200
19:45:40 <HackEso> Traceback (most recent call last): \ File "<string>", line 1, in <module> \ NameError: name 'ance' is not defined
19:45:44 <int-e> `1 \? ance
19:45:47 <HackEso> 1/2:Spelling of -ance/-ence words: advance, science, conference, experience, finance, insurance, licence, performance, reference, assistance, balance, defence, difference, distance, evidence, acceptance, appliance, audience, compliance, importance, influence, instance, intelligence, maintenance, preference, presence, sentence, sequence, substance, violence, absence, accordance, alliance, appearance, assurance, attendance, circumstance, clearan
19:45:51 <b_jonas> thx
19:45:53 <b_jonas> `n
19:45:54 <HackEso> 2/2:ce, confidence, consequence, entrance, excellence, existence, fragrance, governance, guidance, independence, offence, refinance, residence, resistance, romance.
19:45:58 <b_jonas> hmm
19:46:06 <b_jonas> I need descendant vs descendent
19:46:08 -!- Everything has left.
19:46:12 <b_jonas> it's not on the list
19:46:28 -!- tromp has joined.
19:46:29 <b_jonas> fungot, which one is the correct spelling? descendant or descendent
19:47:11 <b_jonas> fungot?
19:50:46 <int-e> isn't one a noun and the other an adjective
19:51:18 <int-e> @seen fungot
19:51:18 <lambdabot> I saw fungot leaving #esolangs 3d 15h 25m 5s ago.
19:52:30 <b_jonas> "one a noun and the other an adjective" => that's very unlikely with an -ant/-ent or -ance/-ence pair.
19:52:33 -!- chiselfuse has quit (Remote host closed the connection).
19:54:45 <b_jonas> well, if fungot is unavailable, I'll have to check the big Oxford dictionary on my shelf
19:56:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:56:27 <b_jonas> heck. the dictionary confirms what you say
19:56:36 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99826&oldid=99824 * Lim95 * (+79)
19:56:53 <b_jonas> "descendant" is a noun that's the opposite of ancestor, meaning familiar relation or similar;
19:57:12 -!- chiselfuse has joined.
19:57:24 <b_jonas> "descendent" is an adjective that I can probably forget about and just say "descending" instead
19:59:10 <b_jonas> (or "anti-monotone" if I'm feeling fancy, though we usually reserve that when the domain and/or range is only partially ordered, not necessarily totally ordered)
20:00:09 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99827&oldid=99826 * Lim95 * (+235)
20:04:45 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99828&oldid=99827 * Lim95 * (-544)
20:05:05 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99829&oldid=99828 * Lim95 * (+28)
20:08:35 -!- Koen has quit (Remote host closed the connection).
20:09:16 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99830&oldid=99829 * Lim95 * (+0)
20:14:24 -!- tech_exorcist has quit (Quit: Disconnecting).
20:18:24 <fizzie> Hmm.
20:19:17 -!- fungot has joined.
20:19:24 <fizzie> fungot: Where were you?
20:19:25 <fungot> fizzie: much /less/? ( syn+ack)
20:20:21 -!- tromp has joined.
20:22:56 <b_jonas> hey fungot
20:22:57 <fungot> b_jonas: i could write fairly brief input and output windows doesn't let you very clearly manipulate the environment.
20:26:40 <int-e> does fungot send its own pings? (I suppose the bot wouldn't; is the wrapper more than just socat?)
20:26:40 <fungot> int-e: i learned scheme in 2 hours? :p. ugh i need to what, eating cooked meat? might want to look into
20:27:27 <int-e> (if not... this could be the usual semi-open TCP connection)
20:38:14 <b_jonas> that reminds me, I wanted to ask something
20:40:35 <b_jonas> If I want free open TCP echo (and possibly UDP echo) servers hosted in North America (and possibly ones hosted in Australia), where would I find them? I'd want this for when I develop software that should ideally work with real-time communication between server and client on separate continents through the internet, to test how usable it is with transatlantic latency and lag spikes, while I still have
20:40:41 <b_jonas> the server and client on the same continent for the test, but use an echo service to simulate the variable lag.
20:41:12 <b_jonas> I know there are more complex protocols that I could use for this, like tor, but if possible I'd like to avoid the additional complications and just use a plain echo.
20:41:42 <b_jonas> Also if possible I don't want to tunnel my messages into ICMP pings, even though that's technically possible.
20:43:30 <b_jonas> An open proxy would be simpler, but nobody likes to run those these days, however I think an echo service (which sends the data back in the same TCP connection or to the same UDP host-port where they came from) would be much harder to abuse.
20:46:53 <b_jonas> This is mostly theoretical, making such software is very low priorities among my long todos.
20:52:14 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99831&oldid=99770 * Yes * (+71)
20:52:32 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99832&oldid=99831 * Yes * (+5)
20:56:37 -!- definitelya has quit (Quit: h).
21:00:03 -!- chiselfuse has quit (Write error: Connection reset by peer).
21:00:19 -!- chiselfuse has joined.
21:09:41 <esolangs> [[Trampolines]] N https://esolangs.org/w/index.php?oldid=99833 * Aadenboy * (+5989) Created page with "{{infobox proglang |name=Trampolines |paradigms=imperative |author=[[User:Aadenboy]] |year=[[:Category:2022|2022]] |memsys=[[:Category:Cell-based|Cell-based]] |dimensions=:C..."
21:15:23 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99834&oldid=99830 * Lim95 * (+307)
21:16:37 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99835&oldid=99834 * Lim95 * (+0)
21:17:11 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99836&oldid=99835 * Lim95 * (+1439)
21:17:30 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99837&oldid=99836 * Lim95 * (-1438)
21:17:55 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99838&oldid=99837 * Lim95 * (+1429)
21:27:49 <esolangs> [[Trampolines]] https://esolangs.org/w/index.php?diff=99839&oldid=99833 * Aadenboy * (+36) /* Language Overview */
21:43:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:46:35 -!- __monty__ has quit (Quit: leaving).
22:10:55 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99840&oldid=99838 * Lim95 * (+84)
22:20:55 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99841&oldid=99823 * PixelatedStarfish * (-39) /* Commands */
22:34:21 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99842&oldid=99841 * PixelatedStarfish * (-41) /* Exchanging */
22:38:59 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99843&oldid=99842 * PixelatedStarfish * (-56) /* Piloting */
22:50:26 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99844&oldid=99843 * PixelatedStarfish * (+154) /* Piloting */
22:52:30 -!- Lord_of_Life has quit (Ping timeout: 240 seconds).
22:56:19 -!- Lord_of_Life has joined.
22:58:13 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99845&oldid=99844 * PixelatedStarfish * (-7) /* Commands */
23:00:27 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99846&oldid=99845 * PixelatedStarfish * (-61) /* Piloting */
23:02:53 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99847&oldid=99846 * PixelatedStarfish * (+148) /* Exchanging */
23:05:34 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99848&oldid=99847 * PixelatedStarfish * (+72) /* Piloting */
23:06:29 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99849&oldid=99848 * PixelatedStarfish * (-70) /* Exchanging */
23:07:22 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99850&oldid=99849 * PixelatedStarfish * (+29) /* Exchanging */
23:08:10 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99851&oldid=99850 * PixelatedStarfish * (+20) /* Commands */
23:09:33 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99852&oldid=99851 * PixelatedStarfish * (+28) /* Commands */
23:10:55 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99853&oldid=99852 * PixelatedStarfish * (-24) /* Commands */
23:11:34 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99854&oldid=99853 * PixelatedStarfish * (+27) /* Piloting */
23:14:53 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99855&oldid=99854 * PixelatedStarfish * (+6) /* Commands */
23:30:06 <esolangs> [[BRUH]] https://esolangs.org/w/index.php?diff=99856&oldid=95796 * Kaveh Yousefi * (-62) Rectified the Adder example which, owing to a superfluous dextral pointer translation, hitherto would attempt to move beyond the rightmost accumulator.
23:31:23 <esolangs> [[BRUH]] https://esolangs.org/w/index.php?diff=99857&oldid=99856 * Kaveh Yousefi * (+168) Added a cat program as a further example.
23:32:42 <esolangs> [[BRUH]] https://esolangs.org/w/index.php?diff=99858&oldid=99857 * Kaveh Yousefi * (+4) Rectified the description of the URU command which, appropriated from brainfuck, should jump back if the accumulator is not zero.
23:32:48 -!- Lord_of_Life has quit (Ping timeout: 276 seconds).
23:33:25 <esolangs> [[BRUH]] https://esolangs.org/w/index.php?diff=99859&oldid=99858 * Kaveh Yousefi * (+158) Added a hyperlink to my implementation of the BRUH programming language on GitHub and changed the category tag Unimplemented to Implemented.
23:34:05 -!- Lord_of_Life has joined.
23:36:30 -!- perlbot has quit (Ping timeout: 240 seconds).
23:37:21 -!- simcop2387 has quit (Ping timeout: 276 seconds).
23:44:16 -!- joukahainen has joined.
23:46:09 -!- joukahainen has quit (Client Quit).
23:46:43 -!- t3 has joined.
23:58:49 -!- perlbot has joined.
23:59:21 -!- simcop2387 has joined.
2022-07-08
00:01:25 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99860&oldid=99855 * PixelatedStarfish * (-7) /* Commands */
00:02:37 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99861&oldid=99860 * PixelatedStarfish * (-1) /* Commands */
00:03:40 <Sgeo> I... seem to have come across a Federico Faggin fan site. I don't have enough context to know if it exaggerates.
00:03:45 <Sgeo> http://www.intel4004.com/
00:13:05 -!- t3 has changed nick to joukahainen.
00:21:49 -!- simcop2387 has quit (Ping timeout: 256 seconds).
00:22:01 -!- perlbot has quit (Read error: Connection reset by peer).
00:23:19 -!- simcop2387 has joined.
00:26:09 -!- perlbot has joined.
00:33:50 -!- perlbot has quit (Ping timeout: 240 seconds).
00:34:18 -!- simcop2387 has quit (Ping timeout: 264 seconds).
00:46:55 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99862&oldid=99861 * PixelatedStarfish * (+35) /* Commands */
00:51:50 -!- simcop2387 has joined.
00:52:20 -!- perlbot has joined.
00:59:22 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99863&oldid=99862 * PixelatedStarfish * (+70)
00:59:49 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99864&oldid=99863 * PixelatedStarfish * (-6) /* Exchanging */
01:00:18 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99865&oldid=99864 * PixelatedStarfish * (+0) /* Exchanging */
01:34:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99866&oldid=99792 * PixelatedStarfish * (+190) /* Escape Sequences */
01:34:47 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99867&oldid=99866 * PixelatedStarfish * (+11) /* Character Access */
01:36:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99868&oldid=99867 * PixelatedStarfish * (+4) /* Notes */
01:48:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99869&oldid=99868 * PixelatedStarfish * (+0) /* Commands */
01:49:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99870&oldid=99869 * PixelatedStarfish * (+2) /* Notes */
01:58:17 -!- joukahainen has quit (Quit: leaving).
01:59:22 <esolangs> [[Special:Log/newusers]] create * Elstuhn * New user account
02:06:25 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=99871&oldid=99822 * Elstuhn * (+173) /* Introductions */
02:08:00 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=99872&oldid=99871 * Elstuhn * (+0) /* Introductions */
02:08:27 <esolangs> [[Trampolines]] https://esolangs.org/w/index.php?diff=99873&oldid=99839 * Aadenboy * (+1388)
02:09:43 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=99874&oldid=99787 * Aadenboy * (+18) /* T */
02:09:59 <esolangs> [[User:Elstuhn]] N https://esolangs.org/w/index.php?oldid=99875 * Elstuhn * (+118) Created page with "Hello! I am a student interested in Artificial Intelligence as a whole. Pleased to meet you, I hope to learn a lot! :)"
02:13:08 <esolangs> [[User:Elstuhn]] M https://esolangs.org/w/index.php?diff=99876&oldid=99875 * Elstuhn * (+86)
02:21:53 <esolangs> [[User:Elstuhn]] M https://esolangs.org/w/index.php?diff=99877&oldid=99876 * Elstuhn * (+166)
02:31:11 <^[> b_jonas: On Linux, tc lets you add latency, packet loss, etc to a network interface: https://www.man7.org/linux/man-pages/man8/tc-netem.8.html
03:02:24 -!- dbohdan3 has quit (Read error: Connection reset by peer).
03:03:16 -!- dbohdan has joined.
04:07:29 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99878&oldid=99840 * Lim95 * (-1681)
04:07:54 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99879&oldid=99878 * Lim95 * (-1)
04:08:37 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99880&oldid=99879 * Lim95 * (+119)
04:08:48 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=99881&oldid=99880 * Lim95 * (+0)
04:48:19 <int-e> fungot: is 12345 still the best password?
04:48:20 <fungot> int-e: not so. i assumed he meant in oisc :)
04:57:48 <shachaf> Online Integer Sequence Competition?
05:01:41 <int-e> oh, RIP Georgia Guidestones
05:28:58 -!- tromp has joined.
05:40:30 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:17:00 -!- tromp has joined.
06:28:08 -!- Sgeo has quit (Read error: Connection reset by peer).
06:33:03 <esolangs> [[Brainfuck Encoded Concatenative Calculus]] https://esolangs.org/w/index.php?diff=99882&oldid=97401 * Olus2000 * (+301) /* External resources */ More resources for beginners
06:39:48 <esolangs> [[Brainfuck Encoded Concatenative Calculus]] https://esolangs.org/w/index.php?diff=99883&oldid=99882 * Olus2000 * (+171) Added redirect for people looking for actual knowledge
06:41:15 <esolangs> [[Brainfuck Encoded Concatenative Calculus]] M https://esolangs.org/w/index.php?diff=99884&oldid=99883 * Olus2000 * (+0) Corrected external resources link
06:50:24 <esolangs> [[Oxon]] M https://esolangs.org/w/index.php?diff=99885&oldid=92346 * A casual user * (+4)
06:51:58 <esolangs> [[Oxon]] M https://esolangs.org/w/index.php?diff=99886&oldid=99885 * A casual user * (-13)
06:56:51 -!- Koen has joined.
06:57:59 <esolangs> [[Talk:Brainfuck Encoded Concatenative Calculus]] N https://esolangs.org/w/index.php?oldid=99887 * Olus2000 * (+443) Rationale behind linking external resources
06:58:34 <esolangs> [[User:Olus2000]] https://esolangs.org/w/index.php?diff=99888&oldid=98564 * Olus2000 * (+34) Added homepage link
07:01:07 <esolangs> [[Brainfuck Encoded Concatenative Calculus]] M https://esolangs.org/w/index.php?diff=99889&oldid=99884 * Olus2000 * (+19) Prettier external resources link
07:11:38 -!- Koen has quit (Quit: Leaving...).
07:13:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:25:05 -!- SGautam has joined.
08:14:45 <b_jonas> ^[: ok, but I'm not sure I can set the settings to what's realistic for a bad transatlantic connection
08:16:06 <b_jonas> still, good to know
08:35:25 <esolangs> [[Special:Log/newusers]] create * Trexano99 * New user account
08:38:51 <esolangs> [[BRUH]] https://esolangs.org/w/index.php?diff=99890&oldid=99859 * ChuckEsoteric08 * (+21)
08:38:55 -!- tech_exorcist has joined.
08:41:14 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99891&oldid=99872 * Trexano99 * (+187) /* Introductions */
08:45:06 <esolangs> [[Airline Food]] https://esolangs.org/w/index.php?diff=99892&oldid=90758 * Trexano99 * (+64) /* Interpreters */
08:46:07 <esolangs> [[Airline Food]] https://esolangs.org/w/index.php?diff=99893&oldid=99892 * Trexano99 * (+4) /* Interpreters */
08:55:44 -!- ^[ has quit (Ping timeout: 255 seconds).
09:44:59 -!- chiselfuse has quit (Remote host closed the connection).
09:45:12 -!- chiselfuse has joined.
09:48:23 -!- tromp has joined.
09:59:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:08:13 -!- tromp has joined.
10:25:08 -!- __monty__ has joined.
10:46:20 -!- definitelya has joined.
10:55:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:55:46 -!- tromp has joined.
11:15:49 <esolangs> [[Special:Log/newusers]] create * Altermo * New user account
11:19:57 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=99894&oldid=99891 * Altermo * (+131)
11:23:07 <esolangs> [[Talk:Brainfuck Encoded Concatenative Calculus]] M https://esolangs.org/w/index.php?diff=99895&oldid=99887 * Ais523 * (+2) fix talk page section formatting
11:24:49 <esolangs> [[Talk:Brainfuck Encoded Concatenative Calculus]] https://esolangs.org/w/index.php?diff=99896&oldid=99895 * Ais523 * (+354) /* "Implemented" category */ new section
11:32:33 -!- wib_jonas has joined.
11:33:04 <wib_jonas> hi channel, can I use you as rubber duck? I have two things that I want to rant about
11:33:37 <int-e> fungot: do you quack when squeezed?
11:33:37 <fungot> int-e: i am superfly johnson. or at least worth looking at
11:33:56 <fizzie> fungot: Any relation to Boris Johnson?
11:33:56 <fungot> fizzie: and that too. :) :( i can't help...
12:05:03 <esolangs> [[AddJump]] https://esolangs.org/w/index.php?diff=99897&oldid=99771 * ChuckEsoteric08 * (+166)
12:06:24 <esolangs> [[SetGoto]] https://esolangs.org/w/index.php?diff=99898&oldid=99529 * ChuckEsoteric08 * (+55)
12:09:20 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:09:43 <esolangs> [[Lag]] https://esolangs.org/w/index.php?diff=99899&oldid=99785 * ChuckEsoteric08 * (+65)
12:15:02 <esolangs> [[Cogc]] N https://esolangs.org/w/index.php?oldid=99900 * Altermo * (+2402) Created page with "Cogc (close/open/gotvat/comvar) is a asembeld langege where you need to open every stack and goto every var. Evrything which suronded by <code>:</code> are eval as python cod..."
12:25:16 -!- tromp has joined.
12:33:34 <wib_jonas> I was just thinking of some tourist traps that I met when traveling abroad, ones where something is designed to get tourists make mistakes if they miss the local knowledge,
12:33:49 <wib_jonas> and then that reminded me of the beautiful tourist traps that transport right here in Budapest has
12:34:37 -!- SGautam has quit (Quit: Connection closed for inactivity).
12:36:03 <wib_jonas> the M3 bus going northwest from Kőbánya-Kipest has two adjacent stopsnamed "Népliget M" right now. both the displays on the bus and the sound announcement calls them both "Népliget M". it's a trap trying to make you get off at the first once, since you know you have to get off at Népliget and the bus is at that stop. you have to get off at the
12:36:03 <wib_jonas> second one. they should just rename the first one to "Planetárium", but no, it's been like this for over a year.
12:38:20 <wib_jonas> the people who designed this clearly know of the problem, because for a few months the speakers even had an announcement at the first station, saying something like "for distance coaches, get off at the next station". and not only is that announcement easy to miss because you hear it kind of late, it's also another level of confusing, because it
12:38:21 <wib_jonas> made it sound like you want the second stop for the bus station but the first stop to switch to tram 1, which is what the other half of the people get off for at that stop. nope. you actually want the second station in both cases.
12:38:36 -!- tech_exorcist has quit (Remote host closed the connection).
12:38:59 -!- tech_exorcist has joined.
12:39:12 <wib_jonas> bus 200E has basically the exact same problem at Kőbánya-Kispest: two stops with identical names, you always want the second one, a voice announcement telling you to take the second one in some overly specific case.
12:39:42 <wib_jonas> and then there's the beautiful naming of streets and places, reusing names frequently in ways that confuse you.
12:41:29 <wib_jonas> the south half of the inner city has a Rákóczi tér and a Rákóczi út, both major places located non-incident in a way ideal to get you confused; has a Baross utca and a Baross tér, both major places located non-incident in a way ideal to get you confused;
12:42:02 <wib_jonas> there's a Ferenc körút, a Ferenciek Tere, and a Deák Ferenc tér, pairwise non-incident but all on the M3 metro lineé
12:45:19 <int-e> what's this talk about metro incidents
12:45:36 <wib_jonas> and my favourite is "Corvin", because there's a new mall called "Corvin plaza" next to the Corvin cinema at the crossing of Üllői út with Ferenc körút and József körút, the place that's now called "Corvin negyed", but to us old ones "Corvin" isn't that, it's the small mall building on the south side of Blaha Lujza tér, which no longer uses
12:45:36 <wib_jonas> that name and now has a supermarket in it, resulting in two malls called Corvin on tram line 6.
12:47:18 <wib_jonas> this resulted in my mother once having given the statement "let's meet at the tram station at Corvin, on the side going towards the Danube", which is doubly ambiguous because not only could it mean either Corvin, tram 6 goes in a C-shaped route intersecting the Danube at both north and south and these being around the middle. I might be slightly
12:47:19 <wib_jonas> embellishing this story.
12:48:08 <wib_jonas> this is typical of my mother by the way. she always gives completely useless navigation instructions, even when she knows the place that she wants to direct to and would found her way there
12:52:12 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99901&oldid=99865 * PixelatedStarfish * (+40) /* Commands */
13:08:01 <wib_jonas> then there's Váci út. there's only one in Budapest (don't confuse it with Váci utca though), but it's long and its house numbering is restarted at the boundary of district 13 and district 4, so if you try to go to a street address at Váci utca, you may end up at the entirely wrong place far from your intended destination
13:08:18 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99902&oldid=99901 * PixelatedStarfish * (+151) /* The Source Field */
13:08:56 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=99903&oldid=99902 * PixelatedStarfish * (+0) /* The Source Field */
13:09:52 <wib_jonas> there was a business whose homepage gave three different postal addresses for a single location on Váci út, at different pages of the homepage, it wasn't obvious which one was correct, and a post office worker tried to tell me that the one that was in fact correct is an invalid address. and the same business also gave an address in Váci utca for
13:09:53 <wib_jonas> something else irrelevant, just to confuse you further.
13:13:10 -!- Trieste has quit (Ping timeout: 240 seconds).
13:13:38 -!- Trieste has joined.
13:21:18 -!- tech_exorcist has quit (Remote host closed the connection).
13:21:40 -!- tech_exorcist has joined.
13:35:54 <fizzie> Here's a minor transit annoyance: the 430 bus lists "South Kensington" as its destination on the front, so everyone gets off at South Kensington *station*, even though the bus actually has one more stop later on, closer to the museums.
13:36:30 <fizzie> We've twice been told by disembarking other passengers that "you need to get off, this is the last stop". The first time we even believed that, since it was the first time we were taking that bus there. And the second time, they were very pushy too.
13:36:47 <fizzie> You'd think they'd leave that to the bus driver.
13:36:52 <wib_jonas> heh
13:51:44 <esolangs> [[Truffle]] N https://esolangs.org/w/index.php?oldid=99904 * PixelatedStarfish * (+274) Created page with " ''This language is dedicated to [[User:Truttle1]].'' [[Truffle]] is an (attempt at an) imperative paradigm language that does not use goto statements or any logical operation..."
13:57:10 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99905&oldid=99904 * PixelatedStarfish * (-24)
14:09:44 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99906&oldid=99905 * PixelatedStarfish * (+281)
14:11:48 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99907&oldid=99906 * PixelatedStarfish * (+2)
14:12:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:18:56 -!- tromp has joined.
14:32:02 <esolangs> [[User talk:Truttle1]] https://esolangs.org/w/index.php?diff=99908&oldid=83807 * PixelatedStarfish * (+209)
14:33:04 <esolangs> [[User talk:Truttle1]] https://esolangs.org/w/index.php?diff=99909&oldid=99908 * PixelatedStarfish * (+1) /* Esolangs dedicated to Truttle1 */
14:34:38 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99910&oldid=99907 * PixelatedStarfish * (+113)
14:41:17 <wib_jonas> Ok, so I have written a custom csv reader and writer module, and I'm using it at work a lot. Half of the time I'm using it to interact with this commercial program that can export some data as a csv and import it in the same format.
14:42:08 <wib_jonas> Now right now, I access the fields of a row by indexing it with integers, like say r is a row that I read from the csv, and column 5 gives the color of that entry, so I write color = r[5] to get the color, or r[5] = newcolor to change the color before writing a new csv.
14:43:04 <wib_jonas> But the problem is that the column indexes are getting hard to maintain. Some of these tables have over fifty columns (though to be fair the most important ones are near the beginning), and worse still, sometimes the list of columns can change.
14:44:20 <wib_jonas> I'm careful in my code and verify that the columns are right, I even have a fancy function for this to verify that the columns headers match what I expect. But even so, sometimes I'm working with different versions of a table with the columns slightly differing, so occasionally I have indirect column indexes like r[col1 + 4] where there's some
14:44:21 <wib_jonas> extra columns between column 10 and 20 that I don't care about and col1 is 21 or 22 depending on how many extra columns there are.
14:44:44 <wib_jonas> So this is getting kind of unmaintainable, and I'm considering to add a better API to my csv module.
14:46:48 <wib_jonas> There are at least three reasons why the list of columns can change. (1) we sometimes upgrade the commercial program to later versions, I've been using at least four versions by now, and the upgrade can add columns. usually the new columns are at the end, where they don't bother me, but sometimes they're not. (2) some tables have a configurable
14:46:48 <wib_jonas> number of columns, and the conf'ation differs between different tables that I'm working with. (3) some tables have text columns repeated in each language that the project data is localized to, and for the very first time we're actually making a two-language translated project.
14:48:01 <wib_jonas> anyway, I want to change the API of my module so that the rows aren't represented by pain lists, but by lists blessed to a custom class, and I want to allow my code to give names to columns, and retrieve the field from the row by the symbolic column name. symbolic column names would make my code more readable and less error-prone.
14:49:12 <wib_jonas> one important question is what the API to get a field by name (that I assigned) should be. one possibility is to have a custom class with fields added, so my code creates a new class per table and adds field descriptors in that. at first this sounds too magical because it creates custom classes at runtime.
14:49:53 <wib_jonas> so this would mean I now access the color like color = r.color to get it, or r.color = newcolor to set it, where earlier in the code I have a statement that names this column "color".
14:51:10 <wib_jonas> the second possibility is to overload bracket indexing, so that r["color"] would access the color. this doesn't require dynamically creating classes, but it's possibly too magical in a different way, because now the bracket can do one of three different things depending on the type of the subscript, because r[5] is plain array indexing, r["color"]
14:51:10 <wib_jonas> looks up the column name, and r[5:10] is range indexing
14:52:17 <wib_jonas> the third possibility is to avoid magic as much as possible, and add a new method to index the row by name, like r.aget_by_name("color") to get and r.aset_by_name("color", newcolor) to set. but this might become too verbose because there are a lot of column accesses in the code.
14:53:15 <wib_jonas> so O wise rubber duck, what do you suppose I should do?
14:58:43 <wib_jonas> also I have to be careful not to add a thousand extra methods to the API just in case for future situations that I'll probably never encounter
14:58:59 <esolangs> [[Gdelang]] https://esolangs.org/w/index.php?diff=99911&oldid=97503 * TJC games * (+1051) Gdelang 2.1
14:59:13 <wib_jonas> finding out that the current API is not enough means that I'm heavily tempted with second system effect\
14:59:21 <wib_jonas> I'm bad at all kinds of temptations
14:59:22 <int-e> fungot: where's the tl;dr of the novel above?
14:59:22 <fungot> int-e: do the characters try to prevent dr. t the women is the worst trilogy ever explain what he meant by man juice i and lauri went to an entropy party and he fnord believed it. (
15:00:03 <int-e> good response, included both "dr" and something that could be a novel.
15:01:39 <esolangs> [[Smaller]] https://esolangs.org/w/index.php?diff=99912&oldid=99772 * ChuckEsoteric08 * (+78)
15:04:49 <fizzie> fungot: I don't want to hear you talking about "man juice", you're not old enough for that sort of content.
15:04:49 <fungot> fizzie: gambit4 had a fnord harness for the two keyboards), and then use set! in my string-processing functions.
15:05:02 <wib_jonas> also orthogonal to those decisions, I have to decide whether my custom row class is implemented as subclassing list, or just having a list field and delegating to it.
15:07:22 <wib_jonas> I'll have the week-end to ponder this, and develop it on Monday
15:08:01 -!- chiselfuse has quit (Write error: Connection reset by peer).
15:08:11 -!- chiselfuse has joined.
15:09:28 <esolangs> [[Gdelang]] https://esolangs.org/w/index.php?diff=99913&oldid=99911 * TJC games * (+200)
15:11:09 -!- tech_exorcist has quit (Remote host closed the connection).
15:11:36 -!- tech_exorcist has joined.
15:18:53 -!- tech_exorcist has quit (Remote host closed the connection).
15:19:15 -!- tech_exorcist has joined.
15:25:00 -!- Sgeo has joined.
15:26:20 -!- wib_jonas has quit (Quit: Client closed).
15:56:39 -!- Everything has joined.
16:01:59 <esolangs> [[Trampolines]] M https://esolangs.org/w/index.php?diff=99914&oldid=99873 * PythonshellDebugwindow * (+118) Shorten link and add categories
16:18:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:23:15 -!- tromp has joined.
16:26:56 -!- tech_exorcist has quit (Remote host closed the connection).
16:27:19 -!- tech_exorcist has joined.
16:42:41 <esolangs> [[Smaller]] https://esolangs.org/w/index.php?diff=99915&oldid=99912 * ChuckEsoteric08 * (+96)
16:59:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:16:43 -!- simcop2387 has quit (Ping timeout: 256 seconds).
17:16:51 -!- perlbot has quit (Ping timeout: 276 seconds).
17:32:10 <esolangs> [[!lyriclydemoteestablishcommunism!]] M https://esolangs.org/w/index.php?diff=99916&oldid=99260 * Yes * (+19)
17:35:49 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=99917&oldid=99223 * Yes * (+201) /* How can I fix the Bitcoin compiler */ new section
17:38:31 <esolangs> [[Cipher]] N https://esolangs.org/w/index.php?oldid=99918 * ChuckEsoteric08 * (+818) Created page with "'''Cipher''' is an programing language by [[User:ChuckEsoteric08]]. ==Description== The Code is any number. 5 substracted from it and result is divided by 17. Then it is reads..."
17:42:18 -!- tech_exorcist has quit (Quit: brb).
17:50:36 -!- tech_exorcist has joined.
17:52:39 -!- tech_exorcist has quit (Remote host closed the connection).
18:07:05 -!- tech_exorcist has joined.
18:07:56 -!- tromp has joined.
18:09:25 -!- tech_exorcist has quit (Remote host closed the connection).
18:09:48 -!- tech_exorcist has joined.
18:14:03 -!- SGautam has joined.
18:29:31 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99919&oldid=99421 * Yes * (+216)
18:31:18 <esolangs> [[User:ChuckEsoteric08]] https://esolangs.org/w/index.php?diff=99920&oldid=99669 * ChuckEsoteric08 * (+38)
18:35:31 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=99921&oldid=99919 * ChuckEsoteric08 * (+86) Inputfish interpreter
18:49:49 -!- simcop2387 has joined.
18:49:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:51:20 -!- perlbot has joined.
18:51:54 -!- perlbot has quit (Remote host closed the connection).
18:51:54 -!- simcop2387 has quit (Client Quit).
18:51:57 -!- tromp has joined.
19:06:44 -!- simcop2387 has joined.
19:06:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:08:14 -!- perlbot has joined.
19:23:20 -!- tromp has joined.
19:37:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:39:21 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99922&oldid=99910 * PixelatedStarfish * (+314)
19:52:14 -!- tromp has joined.
20:01:32 -!- perlbot has quit (Ping timeout: 272 seconds).
20:02:11 -!- simcop2387 has quit (Ping timeout: 255 seconds).
20:09:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:09:33 -!- Everything has quit (Quit: leaving).
20:20:16 -!- simcop2387 has joined.
20:21:46 -!- perlbot has joined.
20:23:48 -!- tromp has joined.
20:28:36 -!- tech_exorcist has quit (Quit: Disconnecting).
20:33:36 -!- SGautam has quit (Quit: Connection closed for inactivity).
20:37:11 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:40:44 -!- tromp has joined.
20:50:01 <esolangs> [[UCanCode]] https://esolangs.org/w/index.php?diff=99923&oldid=93753 * Viba1 * (+2) more accurate terminology
20:52:26 -!- definitelya has quit (Quit: h).
20:59:12 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99924&oldid=99922 * PixelatedStarfish * (+295) /* Mutations */
21:09:20 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99925&oldid=99924 * PixelatedStarfish * (+370)
21:12:11 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99926&oldid=99925 * PixelatedStarfish * (+36) /* Operation Codes */
21:14:16 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99927&oldid=99926 * PixelatedStarfish * (+0) /* Operation Codes */
21:17:50 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99928&oldid=99927 * PixelatedStarfish * (+113) /* The Stack */
21:24:04 -!- __monty__ has quit (Quit: leaving).
21:26:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:35:39 -!- tromp has joined.
21:42:19 <esolangs> [[Talk:lang]] N https://esolangs.org/w/index.php?oldid=99929 * SpaceByte * (+344) Created page with "== what == Uhm, what? This doesn't look like a language, the batch "interpreter" literally just takes input, does nothing with it and prints an among us, how can this be consi..."
21:47:30 -!- immibis has quit (Ping timeout: 240 seconds).
21:51:50 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99930&oldid=99928 * PixelatedStarfish * (+404) /* Operation Codes */
21:54:46 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99931&oldid=99930 * PixelatedStarfish * (+88)
21:56:21 -!- beka has quit (Ping timeout: 276 seconds).
21:59:15 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99932&oldid=99931 * PixelatedStarfish * (-18) /* Operation Codes */
21:59:35 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99933&oldid=99932 * PixelatedStarfish * (-4) /* Operation Codes */
22:00:18 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99934&oldid=99933 * PixelatedStarfish * (+24) /* The Stack */
22:02:38 <esolangs> [[Truffle]] https://esolangs.org/w/index.php?diff=99935&oldid=99934 * PixelatedStarfish * (-88)
22:05:36 <esolangs> [[AntiLang]] N https://esolangs.org/w/index.php?oldid=99936 * SpaceByte * (+2161) Language output only, useless made to prove a point against another esoteric language.
22:05:59 <esolangs> [[User:SpaceByte]] M https://esolangs.org/w/index.php?diff=99937&oldid=99120 * SpaceByte * (+15) added antilang
22:06:49 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=99938&oldid=99874 * SpaceByte * (+15) Added AntiLang
22:08:45 -!- immibis has joined.
22:14:51 -!- vyv has joined.
22:15:32 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:41:14 -!- tromp has joined.
23:02:53 -!- vyv has quit (Quit: Konversation terminated!).
23:05:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:19:27 -!- beka has joined.
23:19:51 <esolangs> [[User talk:Yes]] M https://esolangs.org/w/index.php?diff=99939&oldid=99917 * SpaceByte * (+197)
23:26:47 <esolangs> [[Cogc]] M https://esolangs.org/w/index.php?diff=99940&oldid=99900 * PythonshellDebugwindow * (+74) Add categories
23:28:12 <esolangs> [[Airline Food Turing-completeness Proof]] M https://esolangs.org/w/index.php?diff=99941&oldid=92337 * PythonshellDebugwindow * (+23) Back
23:31:35 <esolangs> [[lang]] M https://esolangs.org/w/index.php?diff=99942&oldid=99921 * PythonshellDebugwindow * (+30) Zero-dimensional
23:35:14 -!- Lord_of_Life_ has joined.
23:35:27 -!- Lord_of_Life has quit (Ping timeout: 276 seconds).
23:36:29 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
23:36:39 <esolangs> [[AntiLang]] M https://esolangs.org/w/index.php?diff=99943&oldid=99936 * PythonshellDebugwindow * (-26) Remove incorrect category
23:36:58 <esolangs> [[AntiLang]] M https://esolangs.org/w/index.php?diff=99944&oldid=99943 * PythonshellDebugwindow * (+19) /* Print two strings, with a line break inbetween */ Total
2022-07-09
00:02:43 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=99945&oldid=99938 * PythonshellDebugwindow * (+10) /* G */ add
00:03:14 <esolangs> [[G85]] M https://esolangs.org/w/index.php?diff=99946&oldid=91567 * PythonshellDebugwindow * (-9) Unpipe
01:16:19 <esolangs> [[Special:Log/newusers]] create * Fgil1 * New user account
01:18:20 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=99947&oldid=99801 * PixelatedStarfish * (+22) /* In Chronological Order */
01:27:39 -!- chiselfuse has quit (Ping timeout: 268 seconds).
01:28:55 -!- chiselfuse has joined.
01:35:18 <esolangs> [[Trampolines]] https://esolangs.org/w/index.php?diff=99948&oldid=99914 * Aadenboy * (+679) /* Language Overview */
01:38:47 <esolangs> [[Trampolines]] https://esolangs.org/w/index.php?diff=99949&oldid=99948 * Aadenboy * (+28)
03:04:17 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99950&oldid=99870 * PixelatedStarfish * (+345) /* The Debugger */
06:01:19 <esolangs> [[Cipher]] https://esolangs.org/w/index.php?diff=99951&oldid=99918 * ChuckEsoteric08 * (+29)
06:01:29 <esolangs> [[Cipher]] https://esolangs.org/w/index.php?diff=99952&oldid=99951 * ChuckEsoteric08 * (+0)
06:03:00 -!- chiselfuse has quit (Remote host closed the connection).
06:03:15 -!- chiselfuse has joined.
06:31:25 -!- beka has quit (Ping timeout: 244 seconds).
06:32:33 <esolangs> [[Smaller]] https://esolangs.org/w/index.php?diff=99953&oldid=99915 * ChuckEsoteric08 * (+49)
06:32:39 -!- definitelya has joined.
06:47:19 <esolangs> [[Lag]] https://esolangs.org/w/index.php?diff=99954&oldid=99899 * ChuckEsoteric08 * (+89)
07:01:47 <esolangs> [[Marble]] N https://esolangs.org/w/index.php?oldid=99955 * Munvoseli * (+533) Created page with "{{infobox proglang |name=Marble |author=munvoseli |year=[[:Category:2022|2022]] |dimensions=[[:Category:Two-dimensional languages|two-dimensional]] |files=<code>.mlp</code> }}..."
07:04:39 -!- tromp has joined.
07:21:52 <esolangs> [[Marble]] https://esolangs.org/w/index.php?diff=99956&oldid=99955 * Munvoseli * (+77)
08:01:04 -!- Trieste has quit (Quit: Be well!).
08:01:21 -!- Trieste has joined.
08:33:31 -!- Sgeo has quit (Read error: Connection reset by peer).
09:41:15 -!- Bowserinator has quit (Remote host closed the connection).
09:41:15 -!- iovoid has quit (Read error: Connection reset by peer).
10:13:18 <int-e> Haha, redactly is ridiculous. (They fixed a real bug, but I think they didn't realize that their scraper fucked up)
10:13:23 <int-e> redactle
10:16:59 <int-e> So instead of a ~5k word article you get a 45 word disambiguation page.
11:27:02 <esolangs> [[User talk:Heav]] https://esolangs.org/w/index.php?diff=99957&oldid=97323 * Heav * (+80)
11:38:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:41:52 -!- tromp has joined.
12:19:50 -!- sprout has quit (Ping timeout: 240 seconds).
12:43:32 <esolangs> [[Talk:Did I Ask]] N https://esolangs.org/w/index.php?oldid=99958 * SpaceByte * (+121) Created page with "== huh == is this even implemented --~~~~"
12:45:35 <esolangs> [[User talk:SpaceByte]] N https://esolangs.org/w/index.php?oldid=99959 * SpaceByte * (+476) Added talk page with first msg
13:04:17 -!- sprout has joined.
13:07:09 <esolangs> [[Talk:A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming languages, to various kinds of machine code output.]] https://esolangs.org/w/index.php?diff=99960&oldid=92523 * SpaceByte * (+144)
13:07:27 <esolangs> [[Talk:A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming languages, to various kinds of machine code output.]] M https://esolangs.org/w/index.php?diff=99961&oldid=99960 * SpaceByte * (+87) i forgor my signature :skull:
13:35:05 -!- Thedarkb-Desktop has quit (Remote host closed the connection).
14:04:12 -!- sprout has quit (Ping timeout: 276 seconds).
14:10:47 -!- sprout has joined.
14:31:53 -!- sprout has quit (Ping timeout: 255 seconds).
14:42:17 -!- sprout has joined.
14:53:08 -!- tech_exorcist has joined.
14:53:38 <esolangs> [[ArrayFuck]] N https://esolangs.org/w/index.php?oldid=99962 * MinekPo1 * (+1638) made the page lol
14:54:03 <esolangs> [[User:MinekPo1]] https://esolangs.org/w/index.php?diff=99963&oldid=93960 * MinekPo1 * (+16) added arrayfuck
14:54:53 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=99964&oldid=99939 * Yes * (+74)
14:55:04 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=99965&oldid=99964 * Yes * (+4)
14:56:25 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=99966&oldid=99965 * Yes * (+9)
15:03:21 -!- sprout has quit (Ping timeout: 276 seconds).
15:04:05 -!- utoneq has joined.
15:07:10 -!- sprout has joined.
15:12:09 <esolangs> [[AntiLang]] https://esolangs.org/w/index.php?diff=99967&oldid=99944 * Yes * (+648)
15:15:16 <esolangs> [[AntiLang]] https://esolangs.org/w/index.php?diff=99968&oldid=99967 * Yes * (+196)
15:17:36 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=99969&oldid=99959 * Yes * (+156) /* AntiLang */ new section
15:19:19 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=99970&oldid=99969 * Yes * (+158)
15:20:41 <esolangs> [[AntiLang]] M https://esolangs.org/w/index.php?diff=99971&oldid=99968 * Yes * (+6)
15:23:07 <esolangs> [[AntiLang]] M https://esolangs.org/w/index.php?diff=99972&oldid=99971 * Yes * (+70)
15:23:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:24:22 <esolangs> [[User:Yes]] M https://esolangs.org/w/index.php?diff=99973&oldid=99832 * Yes * (+86)
15:27:51 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=99974&oldid=99970 * Yes * (+73)
15:34:57 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99975&oldid=99950 * PixelatedStarfish * (+4) /* Notes */
15:35:05 <esolangs> [[AntiLang]] M https://esolangs.org/w/index.php?diff=99976&oldid=99972 * SpaceByte * (+41) Added the IDE to implementations
15:37:04 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=99977&oldid=99974 * SpaceByte * (+545) Two responses
15:41:40 <esolangs> [[OREO Conversion Sheet]] N https://esolangs.org/w/index.php?oldid=99978 * Yes * (+576) Created page with "The [[OREO]] conversion sheet (by [[User:Yes]]) {| class="wikitable" |+ Conversions |- ! Language !! RE !! O !! &O |- | brainf*** || + || > || . |- | Minimalbf || + || 0 || ...."
15:42:24 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=99979&oldid=99973 * Yes * (+55)
15:48:11 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=99980&oldid=99977 * SpaceByte * (+819) Idea
15:48:34 <esolangs> [[User talk:SpaceByte]] M https://esolangs.org/w/index.php?diff=99981&oldid=99980 * SpaceByte * (+1) messed up with a header
15:49:51 -!- beka has joined.
16:00:35 -!- tromp has joined.
16:05:52 -!- sprout has quit (Ping timeout: 260 seconds).
16:15:09 -!- sprout has joined.
16:23:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:25:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99982&oldid=99975 * PixelatedStarfish * (-1) /* Buckets, Indexing, and Nesting */
16:31:55 -!- tech_exorcist has quit (Quit: brb).
16:32:27 -!- tech_exorcist has joined.
16:34:35 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=99983&oldid=99981 * SpaceByte * (+180)
16:34:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99984&oldid=99982 * PixelatedStarfish * (+130) /* The Debugger */
16:34:46 <esolangs> [[User talk:SpaceByte]] M https://esolangs.org/w/index.php?diff=99985&oldid=99983 * SpaceByte * (+87) forgor
16:36:26 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99986&oldid=99984 * PixelatedStarfish * (+5) /* Using the Interpreter */
16:37:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99987&oldid=99986 * PixelatedStarfish * (+1) /* Using the Interpreter */
16:38:10 -!- sprout has quit (Ping timeout: 240 seconds).
16:38:58 -!- sprout has joined.
16:43:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99988&oldid=99987 * PixelatedStarfish * (+181) /* Using the Interpreter */
16:44:18 -!- Bowserinator has joined.
16:45:43 -!- iovoid has joined.
16:48:12 -!- tromp has joined.
16:51:06 -!- tech_exorcist has quit (Remote host closed the connection).
16:51:30 -!- tech_exorcist has joined.
16:59:07 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99989&oldid=99988 * PixelatedStarfish * (+379) /* Using the Interpreter */
17:01:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99990&oldid=99989 * PixelatedStarfish * (+4) /* Notes */
17:01:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99991&oldid=99990 * PixelatedStarfish * (+1) /* Error Codes */
17:02:52 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99992&oldid=99991 * PixelatedStarfish * (+53) /* Blocks */
17:13:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:16:09 -!- __monty__ has joined.
17:26:23 -!- tech_exorcist has quit (Remote host closed the connection).
17:26:55 -!- tech_exorcist has joined.
17:29:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99993&oldid=99992 * PixelatedStarfish * (+13) /* Error Codes */
17:38:23 -!- tech_exorcist has quit (Remote host closed the connection).
17:38:44 -!- tech_exorcist has joined.
18:01:10 -!- tech_exorcist has quit (Remote host closed the connection).
18:01:33 -!- tech_exorcist has joined.
18:05:29 -!- chiselfuse has quit (Remote host closed the connection).
18:05:41 -!- chiselfuse has joined.
18:08:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=99994&oldid=99993 * PixelatedStarfish * (+109) /* Library */
18:10:05 -!- tromp has joined.
18:32:05 <esolangs> [[OREO Conversion Sheet]] https://esolangs.org/w/index.php?diff=99995&oldid=99978 * Yes * (+120)
18:32:25 <esolangs> [[OREO Conversion Sheet]] https://esolangs.org/w/index.php?diff=99996&oldid=99995 * Yes * (+21)
18:32:45 <esolangs> [[OREO Conversion Sheet]] https://esolangs.org/w/index.php?diff=99997&oldid=99996 * Yes * (+1)
18:34:14 -!- Sgeo has joined.
18:34:49 <esolangs> [[OREO Conversion Sheet]] https://esolangs.org/w/index.php?diff=99998&oldid=99997 * Yes * (+148)
18:36:17 <esolangs> [[User talk:Kamish]] N https://esolangs.org/w/index.php?oldid=99999 * Yes * (+184) /* OREO conversion sheet */ new section
18:36:54 <esolangs> [[OREO Conversion Sheet]] M https://esolangs.org/w/index.php?diff=100000&oldid=99998 * Yes * (+1)
18:38:07 -!- sprout has quit (Ping timeout: 260 seconds).
18:40:10 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100001&oldid=99985 * Yes * (+89)
18:40:33 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100002&oldid=100001 * Yes * (+4)
18:42:11 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=100003&oldid=99903 * PixelatedStarfish * (+162) /* Piloting */
18:42:26 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=100004&oldid=100003 * PixelatedStarfish * (-1) /* Piloting */
18:42:39 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100005&oldid=100002 * Yes * (+71)
18:42:49 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100006&oldid=100005 * Yes * (+5)
18:43:49 -!- impomatic has joined.
18:43:56 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100007&oldid=99979 * Yes * (+52)
18:44:07 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100008&oldid=100007 * Yes * (+5)
18:44:09 <esolangs> [[Slander]] https://esolangs.org/w/index.php?diff=100009&oldid=100004 * PixelatedStarfish * (+36) /* Exchanging */
18:51:06 <esolangs> [[AMONGUSISABIGSUSSYBAKAHAHAHAHAHATHISLANGUAGEISREALLYCOOLPLEASEUSEITMYLIFEDEPENDSONITORELSEPLSPLSPLSPLSPLSPLSPLSkahyghdfhm]] https://esolangs.org/w/index.php?diff=100010&oldid=98737 * Yes * (+228)
18:51:37 -!- impomatic has quit (Quit: impomatic).
18:51:57 -!- impomatic has joined.
18:52:01 <FireFly> so I take it no-one really cares about the wiki anymore
18:55:12 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100011&oldid=100008 * Yes * (+61)
18:56:08 -!- impomatic has quit (Client Quit).
18:56:26 <esolangs> [[Graph rewriting]] https://esolangs.org/w/index.php?diff=100012&oldid=79619 * CappyAlt * (+34)
18:56:29 -!- impomatic has joined.
19:02:55 -!- sprout has joined.
19:04:30 -!- impomatic has quit (Ping timeout: 276 seconds).
19:04:39 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100013&oldid=100011 * Yes * (+84)
19:04:54 -!- impomatic has joined.
19:04:54 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100014&oldid=100013 * Yes * (-5)
19:06:26 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100015&oldid=100006 * Yes * (+152)
19:10:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:19:55 -!- tromp has joined.
19:26:36 -!- impomatic has quit (Quit: impomatic).
19:26:57 -!- impomatic has joined.
19:31:08 -!- impomatic has quit (Client Quit).
19:31:29 -!- impomatic has joined.
19:35:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:37:15 -!- utoneq has quit (Remote host closed the connection).
19:48:03 -!- tromp has joined.
19:56:08 <esolangs> [[Graph rewriting]] M https://esolangs.org/w/index.php?diff=100016&oldid=100012 * PythonshellDebugwindow * (-34) Undo revision 100012 by [[Special:Contributions/CappyAlt|CappyAlt]] ([[User talk:CappyAlt|talk]]) use talk page
20:01:36 -!- impomatic has quit (Quit: impomatic).
20:01:56 -!- impomatic has joined.
20:06:08 -!- impomatic has quit (Client Quit).
20:06:28 -!- impomatic has joined.
20:10:36 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:11:36 -!- impomatic has quit (Quit: impomatic).
20:11:59 -!- impomatic has joined.
20:13:37 -!- tech_exorcist_ has joined.
20:13:56 -!- tech_exorcist has quit (Remote host closed the connection).
20:16:08 -!- impomatic has quit (Client Quit).
20:16:29 -!- impomatic has joined.
20:23:28 -!- tromp has joined.
20:24:10 -!- impomatic_ has joined.
20:24:27 -!- impomatic has quit (Ping timeout: 276 seconds).
20:24:34 -!- impomatic_ has changed nick to impomatic.
20:31:28 -!- impomatic has quit (Read error: Connection reset by peer).
20:31:41 -!- impomatic has joined.
20:34:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:40:57 -!- impomatic has quit (Remote host closed the connection).
20:42:05 -!- impomatic has joined.
20:46:34 -!- tromp has joined.
21:00:22 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100017&oldid=100015 * SpaceByte * (+94)
21:08:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:16:37 -!- impomatic has quit (Quit: impomatic).
21:17:01 -!- impomatic has joined.
21:21:12 -!- impomatic has quit (Client Quit).
21:23:41 -!- impomatic has joined.
21:32:18 -!- tech_exorcist_ has quit (Quit: Disconnecting).
21:36:07 -!- simcop2387 has quit (Ping timeout: 244 seconds).
21:36:15 -!- perlbot has quit (Ping timeout: 276 seconds).
21:44:49 -!- definitelya has quit (Quit: h).
21:46:36 -!- impomatic has quit (Quit: impomatic).
21:46:57 -!- impomatic has joined.
21:48:19 -!- tromp has joined.
21:52:01 -!- impomatic has quit (Ping timeout: 256 seconds).
21:53:08 -!- tech_exorcist has joined.
21:54:32 -!- tech_exorcist has quit (Remote host closed the connection).
21:54:46 -!- simcop2387 has joined.
21:56:17 -!- perlbot has joined.
21:58:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:06:47 -!- __monty__ has quit (Quit: leaving).
22:34:31 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100018&oldid=100017 * Yes * (+78)
22:44:23 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100019&oldid=100014 * Yes * (+66)
22:44:58 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100020&oldid=100019 * Yes * (+20)
22:48:35 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=100021 * Yes * (+253) Created page with " is made by [[User:Yes]] <br> It has no point. == Commands == <pre> Play vine_boom_sound_effect.mp3 Post your IP Address to all social media..."
22:48:51 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100022&oldid=100020 * Yes * (+14)
23:01:47 <esolangs> [[Special:Log/upload]] upload * Yes * uploaded "[[File:Nothing interpeter.png]]"
23:05:07 <esolangs> [[Nothing]] https://esolangs.org/w/index.php?diff=100024&oldid=54697 * Yes * (+60)
23:05:21 <esolangs> [[Nothing]] https://esolangs.org/w/index.php?diff=100025&oldid=100024 * Yes * (+5)
23:11:53 <esolangs> [[Huh?++]] https://esolangs.org/w/index.php?diff=100026&oldid=94811 * Yes * (+179)
23:12:23 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100027&oldid=100022 * Yes * (+16)
23:12:52 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100028&oldid=100027 * Yes * (+43)
23:34:30 -!- Lord_of_Life has quit (Ping timeout: 240 seconds).
23:35:21 -!- Lord_of_Life has joined.
2022-07-10
00:04:50 <esolangs> [[Knife]] M https://esolangs.org/w/index.php?diff=100029&oldid=99443 * PythonshellDebugwindow * (+32) Stub, fix image, category
00:09:53 <esolangs> [[Numobin]] https://esolangs.org/w/index.php?diff=100030&oldid=78280 * Kaveh Yousefi * (+1914) Added two sections regarding the data types and architecture, and reformatted the command table.
00:09:57 <esolangs> [[Xponent]] M https://esolangs.org/w/index.php?diff=100031&oldid=96586 * PythonshellDebugwindow * (+62) Stub, categories
00:10:57 <esolangs> [[Numobin]] https://esolangs.org/w/index.php?diff=100032&oldid=100030 * Kaveh Yousefi * (+191) Added a hyperlink to my implementation of the Numobin programming language on GitHub and introduced the category tag Implemented.
00:13:11 <esolangs> [[Numobin]] https://esolangs.org/w/index.php?diff=100033&oldid=100032 * Kaveh Yousefi * (+1) Rectified the generation of the number 5 which hitherto would attempt to pop from an empty stack.
00:14:43 <esolangs> [[Numobin]] https://esolangs.org/w/index.php?diff=100034&oldid=100033 * Kaveh Yousefi * (+264) Introduced an example section containing two initial members.
00:31:47 <esolangs> [[User:SpaceByte]] M https://esolangs.org/w/index.php?diff=100035&oldid=99937 * SpaceByte * (+58) linebreaks
01:21:35 <esolangs> [[Imperial]] M https://esolangs.org/w/index.php?diff=100036&oldid=67598 * PythonshellDebugwindow * (+49) WIP, categories
01:52:17 -!- tromp has joined.
01:52:17 -!- beka has quit (Ping timeout: 256 seconds).
01:52:48 -!- tromp has quit (Client Quit).
02:04:26 <esolangs> [[Special:Log/newusers]] create * GoodClover * New user account
02:09:20 -!- Thedarkb-Desktop has joined.
02:12:39 -!- beka has joined.
02:38:50 -!- simcop2387 has quit (Ping timeout: 240 seconds).
02:39:05 -!- perlbot has quit (Ping timeout: 255 seconds).
02:50:52 -!- simcop2387 has joined.
02:52:23 -!- perlbot has joined.
03:49:57 -!- tromp has joined.
03:50:37 -!- tromp has quit (Client Quit).
04:13:52 <esolangs> [[Trail]] N https://esolangs.org/w/index.php?oldid=100037 * UnzorTheLangDevGuy * (+1884) Created page with "Trail is a programming language that plays like an adventure/game. It compiles to zeroes and ones, which is compiled into words. It is written in JavaScript in JavaScript, and..."
04:16:26 <esolangs> [[Trail]] https://esolangs.org/w/index.php?diff=100038&oldid=100037 * UnzorTheLangDevGuy * (-14)
04:17:22 <esolangs> [[Trail]] https://esolangs.org/w/index.php?diff=100039&oldid=100038 * UnzorTheLangDevGuy * (+9)
04:18:02 <esolangs> [[Trail]] https://esolangs.org/w/index.php?diff=100040&oldid=100039 * UnzorTheLangDevGuy * (+72)
04:26:10 <esolangs> [[Special:Log/upload]] upload * Lim95 * uploaded "[[File:Double Low-Res.png]]"
04:26:29 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=100042&oldid=99881 * Lim95 * (+75)
04:29:00 -!- razetime has joined.
04:37:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100043&oldid=99994 * PixelatedStarfish * (-335) /* Notes */
05:53:46 -!- definitelya has joined.
05:57:48 -!- beka has quit (Ping timeout: 244 seconds).
06:04:44 -!- tromp has joined.
06:14:12 -!- razetime has quit (Remote host closed the connection).
06:15:30 -!- zut has joined.
06:17:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:23:53 -!- zut has quit (Quit: Lost terminal).
06:27:58 <esolangs> [[Special:Log/newusers]] create * SupIsNotSoup * New user account
06:32:17 -!- tromp has joined.
06:34:03 -!- impomatic has joined.
06:37:55 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100044&oldid=99894 * SupIsNotSoup * (+231) /* Introductions */
06:52:45 -!- impomatic has quit (Quit: impomatic).
06:53:06 -!- impomatic has joined.
06:56:12 <esolangs> [[CheB]] M https://esolangs.org/w/index.php?diff=100045&oldid=97103 * Cameron * (+1)
06:57:16 -!- impomatic has quit (Client Quit).
06:57:37 -!- impomatic has joined.
07:02:45 -!- impomatic has quit (Quit: impomatic).
07:03:07 -!- impomatic has joined.
07:07:16 -!- impomatic has quit (Client Quit).
07:07:37 -!- impomatic has joined.
07:46:30 <esolangs> [[Rabbitsfoot]] N https://esolangs.org/w/index.php?oldid=100046 * IFcoltransG * (+8842) Created page with "'''Rabbitsfoot''' is a language for manipulating lists of integers, designed by [[User:IFcoltransG|IFcoltransG]] for the Unofficial Esolangs Discord Server's inaugural "Esolan..."
07:52:15 <esolangs> [[Rabbitsfoot]] https://esolangs.org/w/index.php?diff=100047&oldid=100046 * IFcoltransG * (+208) Added external links
07:55:22 <esolangs> [[User:IFcoltransG]] https://esolangs.org/w/index.php?diff=100048&oldid=72183 * IFcoltransG * (+123) Add Rabbitsfoot to list of published esolangs
08:22:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:29:24 -!- impomatic has quit (Quit: impomatic).
08:29:43 -!- impomatic has joined.
08:37:16 -!- impomatic has quit (Quit: impomatic).
08:37:38 -!- impomatic has joined.
08:44:25 -!- tromp has joined.
08:52:45 -!- impomatic has quit (Quit: impomatic).
08:53:06 -!- impomatic has joined.
08:57:16 -!- impomatic has quit (Client Quit).
08:57:36 -!- impomatic has joined.
09:23:58 -!- Sgeo has quit (Read error: Connection reset by peer).
09:37:45 -!- impomatic has quit (Quit: impomatic).
09:38:04 -!- impomatic has joined.
09:42:16 -!- impomatic has quit (Client Quit).
09:42:38 -!- impomatic has joined.
09:45:13 <esolangs> [[Special:Log/newusers]] create * Erik 9968 * New user account
09:52:45 -!- impomatic has quit (Quit: impomatic).
09:53:05 -!- impomatic has joined.
09:57:16 -!- impomatic has quit (Client Quit).
09:57:36 -!- impomatic has joined.
10:02:45 -!- impomatic has quit (Quit: impomatic).
10:03:06 -!- impomatic has joined.
10:07:16 -!- impomatic has quit (Client Quit).
10:07:38 -!- impomatic has joined.
10:17:56 -!- tech_exorcist has joined.
10:22:45 -!- impomatic has quit (Quit: impomatic).
10:23:04 -!- impomatic has joined.
10:32:16 -!- impomatic has quit (Quit: impomatic).
10:32:36 -!- impomatic has joined.
10:52:13 -!- tech_exorcist has quit (Quit: See you later).
11:07:45 -!- impomatic has quit (Quit: impomatic).
11:08:05 -!- impomatic has joined.
11:12:17 -!- impomatic has quit (Client Quit).
11:12:36 -!- impomatic has joined.
11:18:10 -!- chiselfuse has quit (Remote host closed the connection).
11:18:25 -!- chiselfuse has joined.
11:22:45 -!- impomatic has quit (Quit: impomatic).
11:23:06 -!- impomatic has joined.
11:27:16 -!- impomatic has quit (Client Quit).
11:27:38 -!- impomatic has joined.
11:29:36 -!- __monty__ has joined.
11:42:45 -!- impomatic has quit (Quit: impomatic).
11:43:05 -!- impomatic has joined.
11:46:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:47:16 -!- impomatic has quit (Client Quit).
11:47:22 -!- tromp has joined.
11:47:36 -!- impomatic has joined.
11:51:21 -!- sprout has quit (Ping timeout: 276 seconds).
12:05:37 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=100049&oldid=99942 * Yes * (+140)
12:09:41 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=100050&oldid=100049 * Yes * (+100)
12:11:44 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=100051&oldid=100050 * Yes * (+135)
12:19:44 -!- sprout has joined.
12:22:38 <esolangs> [[Nope.]] https://esolangs.org/w/index.php?diff=100052&oldid=94062 * Yes * (+6236)
12:35:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:59:07 -!- chiselfuse has quit (Remote host closed the connection).
12:59:52 -!- chiselfuse has joined.
13:01:16 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100053&oldid=100028 * Yes * (+10)
13:01:25 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100054&oldid=100053 * Yes * (+5)
13:02:45 -!- impomatic has quit (Quit: impomatic).
13:03:04 -!- impomatic has joined.
13:07:17 -!- impomatic has quit (Client Quit).
13:07:38 -!- impomatic has joined.
13:09:02 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100055&oldid=100054 * Yes * (+0)
13:32:55 -!- impomatic has quit (Ping timeout: 260 seconds).
13:33:13 -!- impomatic has joined.
13:37:19 -!- impomatic has quit (Client Quit).
13:37:41 -!- impomatic has joined.
13:47:11 -!- tromp has joined.
14:07:45 -!- impomatic has quit (Quit: impomatic).
14:08:04 -!- impomatic has joined.
14:12:16 -!- impomatic has quit (Client Quit).
14:16:58 -!- impomatic has joined.
15:05:34 -!- Thedarkb-Desktop has quit (Remote host closed the connection).
15:12:14 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] M https://esolangs.org/w/index.php?diff=100056&oldid=99773 * PythonshellDebugwindow * (+25) Categories
15:15:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:32:46 -!- tromp has joined.
15:37:43 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] https://esolangs.org/w/index.php?diff=100057&oldid=100056 * ChuckEsoteric08 * (+32)
15:38:24 <esolangs> [[DigFiles]] N https://esolangs.org/w/index.php?oldid=100058 * Yamaserif * (+2711) Created page with "'''DigFiles''' is an [[esoteric programming language]] invented by [[Yamaserif]]. ==Specification== * The folder will contain "0 or more folders" OR "0 to 1 file". * The ext..."
15:40:35 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100059&oldid=99945 * Yamaserif * (+15)
15:54:18 <esolangs> [[Alphalang]] N https://esolangs.org/w/index.php?oldid=100060 * Yes * (+1353) Created page with "Alphalang is an esoteric programming language made by [[User:Yes]] in 2022 == Instructions == <pre> AIncrement cell BDecrement cell CSet cell to 0 DGo back one cell E..."
15:54:41 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100061&oldid=100055 * Yes * (+19)
15:55:07 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100062&oldid=100061 * Yes * (+33)
16:15:52 -!- beka has joined.
16:56:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:02:46 -!- impomatic has quit (Quit: impomatic).
17:03:04 -!- impomatic has joined.
17:05:15 -!- tromp has joined.
17:07:16 -!- impomatic has quit (Client Quit).
17:07:37 -!- impomatic has joined.
17:17:45 -!- impomatic has quit (Quit: impomatic).
17:18:05 -!- impomatic has joined.
17:22:16 -!- impomatic has quit (Client Quit).
17:22:36 -!- impomatic has joined.
17:29:14 <b_jonas> Portal 2 is over 10 years old now? wow! we're getting old
17:29:33 <int-e> b_jonas: can you explain why today's redactle has a 100+ median...
17:29:48 <b_jonas> int-e: hmm, let me play it
17:30:10 <int-e> (well "today", it updated 90 minutes ago)
17:30:44 <b_jonas> hmm... ___ century with just a three-letter word? that must be ancient
17:32:45 -!- impomatic has quit (Quit: impomatic).
17:33:05 -!- impomatic has joined.
17:34:10 <int-e> (of course those redactle statistics suffer from survivor bias, so not sure how meaningful they really are)
17:36:31 <b_jonas> int-e: many players, including me, probably don't optimize for least guesses. this one does seem hard though.
17:37:16 -!- impomatic has quit (Client Quit).
17:37:35 -!- impomatic has joined.
17:38:40 <b_jonas> (well most of them are hard until you get the right guess at which point they become easy)
17:39:18 <int-e> eh neither do I (I got 34 today but I felt lucky... I still expected to see the usual 50-60 median though)
17:39:40 <int-e> in contrast I had 93 yesterday and the median *was* about 50
17:41:30 <int-e> hey... maybe they should report the variance too
17:49:18 <b_jonas> hmm, looks like this is something qbar gb obgu navznyf naq cynagf. what could it be?
17:49:39 <b_jonas> I mostly found 0 and low occurances to suggest what it's not
17:52:22 <b_jonas> and it still has one digit century numbers so it can't be recent
17:52:43 <int-e> okay maybe that answers my question
17:52:45 -!- impomatic has quit (Quit: impomatic).
17:53:05 -!- impomatic has joined.
17:53:38 <b_jonas> the first word that I guess is usually "war". even when the article is not directly about the war, it often mentions something that happened during the first or second world war. this one seems to be a very peaceful topic.
17:55:12 <b_jonas> I'm at 93 and still don't have a good idea
17:57:03 <b_jonas> and yes, I know redactle is sometimes misleading because the article doesn't always include all relevant words
17:57:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:57:16 -!- impomatic has quit (Client Quit).
17:57:37 -!- impomatic has joined.
17:57:38 <b_jonas> even among the top 1000 articles that are usually not badly written
17:57:48 <int-e> this one seems to be a case of having too many vaguely related keywords instead
17:58:10 <b_jonas> all articles do that
17:58:16 <b_jonas> they always have vaguely related keywords
17:59:03 <int-e> this one seems to be particularly diverse in that regard
17:59:56 <b_jonas> there's a section listing ragevrf va zhfrhzf jvgu jung frrz yvxr zhfrhz vairagbel ahzoref, which is not surprising for anything over a thousand year old, but after that section it's not mentioned again
18:02:03 <esolangs> [[DigFiles]] M https://esolangs.org/w/index.php?diff=100063&oldid=100058 * PythonshellDebugwindow * (+30) Fix user link, category
18:02:43 -!- tromp has joined.
18:03:47 <int-e> Funny, even that is slightly misleading. I really underestimated the potential for that.
18:04:36 <esolangs> [[BizOffers]] N https://esolangs.org/w/index.php?oldid=100064 * SpaceByte * (+4082) garbage lang ngl
18:04:46 <esolangs> [[BizOffers]] M https://esolangs.org/w/index.php?diff=100065&oldid=100064 * SpaceByte * (+1)
18:05:41 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100066&oldid=100018 * SpaceByte * (+212)
18:06:14 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100067&oldid=100059 * SpaceByte * (+16) Added BizOffers
18:09:00 <b_jonas> it seems this is not about any of eryvtvba, sbbq, grkgvyr vaqhfgel, and probably not even about ntevphygher be pbzzrepr. what is it about that existed a thousand years ago everywhere in the old world?
18:10:37 <b_jonas> and the introduction, at one point it explains the etymology, at one point lists stuff that are somehow relevant, but I can't get the head or tail of how this works
18:11:07 <b_jonas> and no, it's also not about a famous person
18:12:41 <b_jonas> this isn't my longest redactle *yet*, that was #66, but it might get there
18:12:48 <b_jonas> I'm at 158 now
18:12:58 <FireFly> I haven't redactled before, but yes this seems hard :p
18:13:14 <b_jonas> I only completed 9 before this
18:13:33 <FireFly> I've gotten to the point where I just wanna know the answer at this point, heh
18:14:01 <b_jonas> I want to beat it without cheating, though I have a somewhat relaxed attitude on what counts as cheating
18:14:30 * FireFly nods
18:15:13 <int-e> hmm. I'm in the same ballpark, I do these irregularly but I might make a habit out of them... I think I'm at 10, maybe 12, including quite a few I gave up on. (People I don't know, esoteric geological concepts I didn't know, lots of stuff that is really not that common knowledge.)
18:15:42 <FireFly> this _looks_ like an interesting topic
18:15:48 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=100068&oldid=100051 * SpaceByte * (+580) made 2 interpreters
18:15:53 <FireFly> which is really grating me, heh, feels like something that should be possible to figure out
18:15:55 <int-e> I don't even have much of a strategy yet. one/two/first/second are surprisingly fruitful though.
18:16:29 <int-e> This one is something common, which is why I was confused by the rather high median.
18:16:36 <FireFly> I'm trying to think of how wikipedia articles are usually phrased and guess helpful words
18:16:44 <esolangs> [[User:SpaceByte]] https://esolangs.org/w/index.php?diff=100069&oldid=100035 * SpaceByte * (+220)
18:16:50 <FireFly> well, try to guess words that I know are often used in the kind of phrasing one sees on wikipedia
18:17:04 <int-e> But, as I said, I underestimated the potential to be mislead by following keywords.
18:17:11 <b_jonas> there's a sentence that starts by "Jbeyq Navzny Cebgrpgvba" followed by more non-short words, but I think that's misleading
18:17:22 <b_jonas> `? misled
18:17:25 <HackEso> misled? ¯\(°​_o)/¯
18:18:20 <int-e> Yeah, misled.
18:18:20 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=100070&oldid=99966 * SpaceByte * (+172)
18:18:48 <FireFly> I have a sentence that I feel ought to direct me probably
18:18:56 <FireFly> that I have most key elements of
18:19:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:19:32 <FireFly> maybe I'll take a break and return to it later
18:20:40 <b_jonas> well, now it's officially my worst redactle run
18:21:25 <b_jonas> I used 195 for "metamorphic rock" and I kind of cheated on that one, and I'm at 196 for this so far
18:22:01 <int-e> metamorphic rock was the obscure geological one, I think :P
18:23:57 -!- sprout has quit (Ping timeout: 276 seconds).
18:25:36 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=100071&oldid=100070 * Yes * (+81)
18:25:53 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=100072&oldid=100071 * Yes * (+5)
18:27:12 <FireFly> oh I think I just figured it out (though by cheating a bit by looking something up on wiktionary)
18:27:50 <FireFly> that was a tricky one
18:28:38 <b_jonas> "angheny" occurs in two section headers
18:28:58 -!- tromp has joined.
18:29:19 <int-e> FireFly: nice
18:30:55 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=100073&oldid=100072 * Yes * (+183)
18:33:16 <b_jonas> one sentence gives the etymology of the article title, saying 'Gur jbeq _______ qrevirf sebz gur Yngva _________, zrnavat "gb _____ guebhtu".' I should brute force what that last word is because it should make this easy
18:35:12 <b_jonas> argh, this is getting annoying
18:35:19 <int-e> sorry
18:35:26 <int-e> but also thanks for humoring me
18:36:10 <b_jonas> then there's some sentence way late in the article with lots of underscores
18:36:46 <b_jonas> 'A "______-______" _______ with _________ _________ _____ ___ _____ ___, one-_____-for-___ _____ ______; __ ____ ________ a _____-off _______ as an "_____ in the _________ of [the ____-known _______]" or a "_______" of _______ _______ _______.'
18:37:55 <b_jonas> also "fxva" appears 10 times in the article and I don't know why
18:38:24 <int-e> now that is worth pondering
18:39:41 <b_jonas> it was but I already excluded most of the things that it could mean
18:42:45 -!- impomatic has quit (Quit: impomatic).
18:43:04 -!- impomatic has joined.
18:43:28 <b_jonas> I'm close to starting to kind of cheat
18:47:16 -!- impomatic has quit (Client Quit).
18:47:37 -!- impomatic has joined.
18:47:47 -!- tech_exorcist has joined.
18:47:54 <shachaf> Hello. Do people here know all about ANS/FSE or arithmetic coding or that sort of thing?
18:49:15 <int-e> Arithmetic coding, a bit, ans, never had the fortitude to try to understand.
18:49:30 <b_jonas> it's a fricking top 1000 article. it can't be so obscure that I can't guess it! darn you, redactle
18:50:17 <b_jonas> shachaf: not all. I have one small esoteric program with the stupid kind of arithmetic coding, done preciesly with bignums.
18:50:22 <int-e> b_jonas: top 10000
18:51:21 <esolangs> [[OISC]] M https://esolangs.org/w/index.php?diff=100074&oldid=99775 * Tomhe * (+9)
18:51:23 <b_jonas> only top 10000? makes sense, Angola is probably not in the top 1000
18:52:10 <int-e> Hadley cells (another one I gave up on, though I actually knew the concept... but not the name) isn't either :P
18:52:45 -!- impomatic has quit (Quit: impomatic).
18:53:04 -!- impomatic has joined.
18:53:39 <b_jonas> "ybfg va Jrfgrea Rhebcr nsgre gur snyy bs gur Jrfgrea Ebzna Rzcver." you say? what things were ybfg, I wonder
18:53:39 <int-e> FSE... maybe FSE is a kind of ASNs that's easier to digest than the original?
18:55:08 <b_jonas> also this sentence is suspicious 'Phygvingvba bs _______ sbe _____ _______ _______, _____ ___ _____ va gur ____ praghel, ____ vagb n _____ vaqhfgel va gur fbhgu bs Senapr.'
18:57:06 <b_jonas> hmm, 23 hits for "bvy"
18:57:16 -!- impomatic has quit (Client Quit).
18:57:31 <b_jonas> and 27 more for its plural
18:57:31 <shachaf> ANS seems really good, I want to figure it out. Especially tANS/FSE.
18:57:37 -!- impomatic has joined.
18:57:38 <b_jonas> it's even in the first sentence
18:58:11 -!- sprout has joined.
18:58:23 <shachaf> I read https://cs.stackexchange.com/a/49583 and it made a lot of sense to me for what ANS is about.
18:58:50 <b_jonas> whoa, I'm getting close! 'rffragvny bvyf' in the first sentence
19:01:24 <b_jonas> solved it
19:01:27 <b_jonas> 378 guesses
19:01:29 <b_jonas> this was long
19:01:35 <int-e> wild
19:02:35 <int-e> I mean, I knew I had been lucky... but I didn't expect this many potential directions to wander off topic :P
19:02:55 <b_jonas> and I got so close too! I actually guessed "fzbxvat" after I saw two hits of "gbonppb", but the word in the etymology that would have helped was "fzbxr"
19:03:12 <int-e> I felt sorry for the museum bit... because the exhibits are *not* the perfumes themselves...
19:03:20 <int-e> argh
19:03:26 <int-e> I meant to rot13 that
19:03:56 <b_jonas> int-e: sure, I didn't think they had to be, they can just be depictions of whatever the article is about in art
19:04:01 <zzo38> I had read about arithmetic coding and ANS, but I had never implemented it
19:04:32 <b_jonas> many items just don't conserve well enough to appear in a museum, but there can be depictions in metal jewelry or whatever to show them
19:04:57 <int-e> I only saw one of the early things with binary alphabet and it didn't look interesting (too complicated for what it promised to do); I didn't follow the later developments at all.
19:05:26 <b_jonas> which is important to provide evidence for how old the thing is, since for something over a thousand year old (which I knew very early that this one was because "century" is among the first words that I guess) you need because there's not enough written record
19:06:35 <b_jonas> and that sentence with "ybfg" is actually qualified by "There is controversy on whether"
19:07:08 <b_jonas> I'm not too upset about this one, because it's not a topic that I know much about
19:07:15 <int-e> I was lucky enough to hit on "zvkgher", "bqbe", "fzryy" very early... and didn't get distracted by other leads.
19:07:31 <b_jonas> nice
19:07:37 <b_jonas> how many guesses did you need again?
19:07:43 <int-e> 34
19:08:17 <b_jonas> I got the "jngre" too. didn't help much.
19:11:12 <int-e> Okay, FSE looks like something I can probably digest, judging from the first code snippet at https://fastcompression.blogspot.com/2014/01/fse-decoding-how-it-works.html
19:12:13 <int-e> (in particular: you can implement a range coder this way, though it would have way too many states to be practical)
19:14:35 <b_jonas> there were lots of words I found where the occurence wasn't misleading but just didn't help enough. like "angheny" near the cynag naq navzny sections, and "uhzna obql" in the first sentence, and "raivebazrag" and "cebgrpgvba" close to each other. "snzvyvrf" would have confused me, but I only guessed the singular, whose occurences are still misleading but didn't matter too much
19:14:59 <b_jonas> oh well, this redactle was fun
19:15:06 <b_jonas> the annoying part of fun
19:15:35 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100075&oldid=100067 * PythonshellDebugwindow * (+0) /* B */
19:18:17 <int-e> so unlucky
19:18:41 <b_jonas> "war" as first guess payed out big when the article was "War and Peace" by the way
19:18:49 <b_jonas> got that in 5 guesses
19:18:56 <int-e> haha
19:19:12 <b_jonas> "and" is pre-revealed and "War and ____" is very damning
19:19:16 <b_jonas> um
19:19:20 <b_jonas> "War and _____"
19:19:31 <b_jonas> I guess it wasn't my *first* guess then, only the fourth
19:19:52 <int-e> War and Punishment by Tolstoyevsky
19:21:51 -!- beka has quit (Quit: WeeChat 3.0).
19:24:12 <b_jonas> reminds me of when I looked up what the longest braille book in the MVGyOSz library was. apparently braille books top out at around 58 or 59 volumes, and there are several books that are that long but none that are longer. however, three of them is three books of a novel series, each book around 58 volumes long in braille. care to guess what serial novel that is?
19:29:34 <int-e> Braille, hmm, what's the medium like... The Eye of the World, by Robert Jordan, 1439 pages, Package Weight: about 25.8 pounds.
19:30:12 <b_jonas> it's a serial novel in _four_ books btw, but they only have three
19:32:14 <b_jonas> perhaps it's like the time traveler's grammar guide where they don't bother to rpint the whole thing because nobody reads that far
19:33:06 -!- impomatic has quit (Quit: impomatic).
19:36:34 -!- definitelya_ has joined.
19:37:45 -!- definitelya has quit (Ping timeout: 244 seconds).
19:41:24 -!- tech_exorcist has quit (Quit: brb).
19:41:35 -!- definitelya_ has quit (Ping timeout: 256 seconds).
19:42:43 -!- definitelya has joined.
19:45:08 -!- Cale has joined.
19:47:44 -!- tech_exorcist has joined.
19:48:18 -!- Thelie has joined.
20:01:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:07:04 -!- tromp has joined.
20:15:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100076&oldid=100043 * PixelatedStarfish * (+13) /* Declaring Variables: The Refer Operator (&) */
20:15:36 -!- tech_exorcist has quit (Quit: Disconnecting).
20:16:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100077&oldid=100076 * PixelatedStarfish * (-2) /* Declaring Variables: The Refer Operator (&) */
20:19:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100078&oldid=100077 * PixelatedStarfish * (+51) /* Identifiers */
20:24:22 -!- Sgeo has joined.
20:56:54 <esolangs> [[Special:Log/newusers]] create * Th3BlackHole * New user account
20:57:57 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100079&oldid=100044 * Th3BlackHole * (+47)
20:59:49 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100080&oldid=100079 * Th3BlackHole * (+95)
21:09:42 -!- definitelya has quit (Quit: h).
21:17:30 -!- Thelie has quit (Remote host closed the connection).
21:35:41 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100081&oldid=100075 * PythonshellDebugwindow * (+11) /* C */ add
21:43:25 <esolangs> [[Praise Unto XHUL]] N https://esolangs.org/w/index.php?oldid=100082 * Th3BlackHole * (+3727) Created page with "='''Praise Unto XHUL'''= Praise Unto XHUL is a language created by [[User:Th3BlackHole|Th3BlackHole]] where all code must be written at run time due to the function names bein..."
21:46:07 <esolangs> [[Brainfuck Encoded Concatenative Calculus]] M https://esolangs.org/w/index.php?diff=100083&oldid=99889 * Salpynx * (+0) /* External resources */ fix typo
22:04:21 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100084&oldid=100066 * Yes * (+84)
22:04:44 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100085&oldid=100084 * Yes * (+4)
22:10:02 -!- __monty__ has quit (Quit: leaving).
22:25:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:42:05 -!- tromp has joined.
22:58:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:35:37 -!- Lord_of_Life has quit (Ping timeout: 256 seconds).
23:35:54 -!- Lord_of_Life has joined.
23:44:54 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100086&oldid=100081 * Th3BlackHole * (+23)
23:52:25 <b_jonas> `? mustard watch
23:52:27 <HackEso> A mustard watch is just a classical watch extended with a certain amount of mustard in the mechanism.
2022-07-11
00:04:31 -!- Soni has quit (Ping timeout: 256 seconds).
00:26:08 <esolangs> [[Special:Log/newusers]] create * BoundedBeans * New user account
00:32:21 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100087&oldid=100080 * BoundedBeans * (+209)
00:36:12 <esolangs> [[Praise Unto XHUL]] M https://esolangs.org/w/index.php?diff=100088&oldid=100082 * PythonshellDebugwindow * (+147) Categories
00:56:16 <esolangs> [[User:BoundedBeans]] N https://esolangs.org/w/index.php?oldid=100089 * BoundedBeans * (+2582) Created page with "Hello, I'm BoundedBeans! I have a couple esolangs I haven't shared (by a couple I mean quite a lot; I've honestly kind of gotten addicted to making esolangs. Edit: After writi..."
01:05:46 <esolangs> [[PDAsephone]] N https://esolangs.org/w/index.php?oldid=100090 * BoundedBeans * (+5478) Created page with "PDAsephone (pronounced pee-duh-sef-oh-nee) is an esolang. PDAsephone is a language which depends on pushdown automata (something decidedly not Turing-complete) for Turing-comp..."
01:06:22 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100091&oldid=100086 * BoundedBeans * (+17)
01:10:02 <esolangs> [[PDAsephone]] https://esolangs.org/w/index.php?diff=100092&oldid=100090 * BoundedBeans * (+82)
01:11:09 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100093&oldid=100089 * BoundedBeans * (+4)
01:19:25 <esolangs> [[Taglate]] N https://esolangs.org/w/index.php?oldid=100094 * BoundedBeans * (+3378) Created page with "Taglate is an esoteric programming language based off of a tag system, but with a strange and hard-to-work-with method of expanding the queue ==Storage== It uses a queue of i..."
01:20:11 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100095&oldid=100091 * BoundedBeans * (+14)
01:20:32 <esolangs> [[Goto-when]] M https://esolangs.org/w/index.php?diff=100096&oldid=96890 * PythonshellDebugwindow * (+9) Stub
01:20:57 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100097&oldid=100093 * BoundedBeans * (+4)
01:22:08 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100098&oldid=100097 * BoundedBeans * (+3) Changed "delete" to "duplicate" since the latter makes much more sense for this language
01:23:45 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100099&oldid=100098 * BoundedBeans * (-36)
01:27:28 <b_jonas> `? test your might
01:27:30 <HackEso> test your might? ¯\(°​_o)/¯
01:27:41 <esolangs> [[Talk:PDAsephone]] N https://esolangs.org/w/index.php?oldid=100100 * BoundedBeans * (+4317) Created page with "==Implementation== An implementation in Java: import java.util.Scanner; import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayDeque; import j..."
01:28:28 <shachaf> `? classical watch
01:28:30 <HackEso> classical watch? ¯\(°​_o)/¯
01:28:42 <esolangs> [[PDAsephone]] https://esolangs.org/w/index.php?diff=100101&oldid=100092 * BoundedBeans * (+94)
01:31:31 <b_jonas> so is fungot in?
01:31:31 <fungot> b_jonas: it's not just scheme
01:32:36 -!- Soni has joined.
01:36:27 <esolangs> [[PDAsephone]] https://esolangs.org/w/index.php?diff=100102&oldid=100101 * BoundedBeans * (+12)
01:37:37 <esolangs> [[PDAsephone]] https://esolangs.org/w/index.php?diff=100103&oldid=100102 * BoundedBeans * (+23)
01:38:37 <esolangs> [[Taglate]] https://esolangs.org/w/index.php?diff=100104&oldid=100094 * BoundedBeans * (+3) Did some formatting
01:40:09 <esolangs> [[Taglate]] M https://esolangs.org/w/index.php?diff=100105&oldid=100104 * BoundedBeans * (+32) Added my username to it
01:40:38 <esolangs> [[PDAsephone]] M https://esolangs.org/w/index.php?diff=100106&oldid=100103 * BoundedBeans * (+25) Tagged myself
01:42:04 <esolangs> [[PDAsephone]] M https://esolangs.org/w/index.php?diff=100107&oldid=100106 * BoundedBeans * (+29) Clarified that the example is of the weird go-to
01:42:52 <esolangs> [[PDAsephone]] M https://esolangs.org/w/index.php?diff=100108&oldid=100107 * BoundedBeans * (-7) Removed stray comment from adder
02:08:44 <esolangs> [[Talk:Underload]] https://esolangs.org/w/index.php?diff=100109&oldid=60515 * BoundedBeans * (+1091)
02:21:22 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=100110&oldid=100042 * Lim95 * (+338)
02:21:55 <esolangs> [[Double]] https://esolangs.org/w/index.php?diff=100111&oldid=100110 * Lim95 * (-3)
03:00:00 -!- Taneb has quit (Quit: I seem to have stopped.).
03:01:13 -!- Taneb has joined.
04:09:09 <esolangs> [[Sugueziume]] N https://esolangs.org/w/index.php?oldid=100112 * BoundedBeans * (+2525) Created page with "Sugueziume (named after a procedurally generated galaxy in the game No Mans Sky) is a self-modifying esolang by [[User:BoundedBeans]] with extremely weird operators, code-s..."
04:11:16 <esolangs> [[Sugueziume]] https://esolangs.org/w/index.php?diff=100113&oldid=100112 * BoundedBeans * (+78) Added categories
04:12:26 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100114&oldid=100095 * BoundedBeans * (+17)
04:13:32 -!- ^[ has joined.
04:15:58 <esolangs> [[Sugueziume]] M https://esolangs.org/w/index.php?diff=100115&oldid=100113 * BoundedBeans * (+148) Added pronunciation
04:18:18 <esolangs> [[Sugueziume]] M https://esolangs.org/w/index.php?diff=100116&oldid=100115 * BoundedBeans * (+0) Changed charactets to characters
04:20:01 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100117&oldid=100099 * BoundedBeans * (+9)
04:22:37 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100118&oldid=100117 * BoundedBeans * (+66)
04:23:22 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100119&oldid=100118 * BoundedBeans * (+2)
04:28:17 <esolangs> [[Execoil]] N https://esolangs.org/w/index.php?oldid=100120 * BoundedBeans * (+2397) Created page with "Execoil is an esolang inspired by Underload and _. The code is a stack, kind of like _, but unlike _, it is a stack of strings rather than a stack of characters. ==Storage==..."
04:54:41 <esolangs> [[4est]] N https://esolangs.org/w/index.php?oldid=100121 * BoundedBeans * (+12981) Created page with "4est is a tree based esolang by [[User:BoundedBeans]] featuring nested tree data structures. This was the first esolang he created, so it is quite bad. ==Storage== The way it..."
04:55:16 <esolangs> [[4est]] https://esolangs.org/w/index.php?diff=100122&oldid=100121 * BoundedBeans * (-16)
04:58:17 <esolangs> [[Talk:4est]] N https://esolangs.org/w/index.php?oldid=100123 * BoundedBeans * (+407) Created page with "This is horrible, I know. Theres a definitely a lot of things in this specification that could use work, I just dont have the time or energy to go through such a long sp..."
05:00:10 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100124&oldid=100114 * BoundedBeans * (+25)
05:01:24 <esolangs> [[4est]] https://esolangs.org/w/index.php?diff=100125&oldid=100122 * BoundedBeans * (-1)
05:08:06 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100126&oldid=100119 * BoundedBeans * (-1065) Major language organization change
05:09:26 <esolangs> [[User:BoundedBeans]] M https://esolangs.org/w/index.php?diff=100127&oldid=100126 * BoundedBeans * (-2) Removed stray letter
05:13:40 <esolangs> [[Sugueziume]] https://esolangs.org/w/index.php?diff=100128&oldid=100116 * BoundedBeans * (+49) Added credit to _
05:16:12 <esolangs> [[Sugueziume]] M https://esolangs.org/w/index.php?diff=100129&oldid=100128 * BoundedBeans * (+12) Added links to _ and Execoil
05:24:05 <esolangs> [[Execoil]] M https://esolangs.org/w/index.php?diff=100130&oldid=100120 * BoundedBeans * (+44) Added links
05:27:43 <esolangs> [[Execoil]] M https://esolangs.org/w/index.php?diff=100131&oldid=100130 * BoundedBeans * (+180) Added links and see s
05:32:11 <esolangs> [[Taglate]] https://esolangs.org/w/index.php?diff=100132&oldid=100105 * BoundedBeans * (+131) Added note about name (The name not about Saint Helena
05:51:04 <esolangs> [[Special:Log/newusers]] create * MissingTextureMan101 * New user account
06:08:24 -!- leah2 has quit (*.net *.split).
06:08:24 -!- lambdabot has quit (*.net *.split).
06:08:25 -!- slavfox has quit (*.net *.split).
06:08:25 -!- mla has quit (*.net *.split).
06:08:58 -!- leah2 has joined.
06:09:37 -!- lambdabot has joined.
06:12:01 -!- bgs has quit (*.net *.split).
06:12:01 -!- tinybronca[m] has quit (*.net *.split).
06:12:01 -!- ProofTechnique has quit (*.net *.split).
06:12:01 -!- myname has quit (*.net *.split).
06:12:15 -!- myname has joined.
06:12:36 -!- bgs has joined.
06:13:07 -!- ProofTechnique has joined.
06:13:39 -!- slavfox has joined.
06:14:00 -!- tinybronca[m] has joined.
06:59:52 -!- Sgeo has quit (Read error: Connection reset by peer).
07:06:34 -!- chiselfuse has quit (Remote host closed the connection).
07:06:50 -!- chiselfuse has joined.
07:29:51 <esolangs> [[Special:Log/newusers]] create * Username * New user account
07:32:10 -!- leah2 has quit (Quit: trotz alledem!).
07:32:20 -!- leah2 has joined.
07:33:31 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=100133&oldid=100087 * Username * (+178) I introduced myself
07:46:05 -!- tech_exorcist has joined.
08:38:11 -!- tech_exorcist_ has joined.
08:38:24 -!- tech_exorcist has quit (Remote host closed the connection).
08:40:40 -!- tromp has joined.
08:41:42 -!- tech_exorcist_ has quit (Client Quit).
08:57:12 <esolangs> [[Lag Turing-completness proof]] https://esolangs.org/w/index.php?diff=100134&oldid=99784 * ChuckEsoteric08 * (+5)
08:59:57 -!- tech_exorcist has joined.
09:07:30 -!- tech_exorcist has quit (Ping timeout: 240 seconds).
09:09:14 <esolangs> [[TFLite]] N https://esolangs.org/w/index.php?oldid=100135 * RocketRace * (+7451) TFLite
09:09:48 <esolangs> [[User:RocketRace]] https://esolangs.org/w/index.php?diff=100136&oldid=88874 * RocketRace * (+42) TFLite
09:10:53 -!- __monty__ has joined.
09:13:31 -!- tech_exorcist has joined.
09:14:05 <esolangs> [[Alphalang]] https://esolangs.org/w/index.php?diff=100137&oldid=100060 * ChuckEsoteric08 * (+88) Catergories
09:15:17 <esolangs> [[TFLite]] https://esolangs.org/w/index.php?diff=100138&oldid=100135 * RocketRace * (+406) TC
09:15:39 <esolangs> [[TFLite]] https://esolangs.org/w/index.php?diff=100139&oldid=100138 * RocketRace * (-34) /* Computational complexity */
09:44:30 -!- tech_exorcist has quit (Ping timeout: 240 seconds).
09:48:27 <esolangs> [[Rabbitsfoot]] M https://esolangs.org/w/index.php?diff=100140&oldid=100047 * IFcoltransG * (+2) /* Execution Model */ Fix extra full stop inside a sentence
09:48:48 <esolangs> [[Rabbitsfoot]] M https://esolangs.org/w/index.php?diff=100141&oldid=100140 * IFcoltransG * (+5) /* Execution Model */ Missing a word
09:48:50 -!- tech_exorcist has joined.
09:51:19 <esolangs> [[Rabbitsfoot]] M https://esolangs.org/w/index.php?diff=100142&oldid=100141 * IFcoltransG * (+5) /* Arithmetic */ Missing a word
10:02:50 -!- tech_exorcist has quit (Ping timeout: 240 seconds).
10:38:35 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100143&oldid=100133 * MissingTextureMan101 * (+221)
10:42:17 <esolangs> [[Special:Log/newusers]] create * Endlish Emmet * New user account
10:44:25 -!- wib_jonas has joined.
10:54:32 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] https://esolangs.org/w/index.php?diff=100144&oldid=100057 * B jonas * (+3) so this is like brainfuck on a one-cell tape? weird, but let's categorize it
11:07:48 -!- definitelya has joined.
11:21:20 -!- tech_exorcist has joined.
11:29:24 <int-e> hmm, brainfuck. if we change > and < to flip a coin and do 1 or 2 steps according to the outcome... can we still make things work reliably?
11:29:57 <int-e> (which, I guess, will have to mean "with probability 1")
11:55:52 <esolangs> [[After]] N https://esolangs.org/w/index.php?oldid=100145 * Username * (+2330) My first esolang
11:56:38 <esolangs> [[FSM]] N https://esolangs.org/w/index.php?oldid=100146 * NutronStar45 * (+36) Redirected page to [[Finite-state automaton]]
11:56:58 <esolangs> [[Fsm]] N https://esolangs.org/w/index.php?oldid=100147 * NutronStar45 * (+36) Redirected page to [[Finite-state automaton]]
11:57:40 <esolangs> [[Fsa]] N https://esolangs.org/w/index.php?oldid=100148 * NutronStar45 * (+36) Redirected page to [[Finite-state automaton]]
11:58:09 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] https://esolangs.org/w/index.php?diff=100149&oldid=100144 * ChuckEsoteric08 * (+160) /* Computational class */ It is Push-down automata
12:07:26 <sknebel> " if we change > and < to flip a coin and do 1 or 2 steps" ... hm, I feel like it'd work if you could fill the tape with some helper structures you can use to realign, but then I dont see how the program could sucessfully build those structures sucessfully
12:10:25 <sknebel> e.g. if you define the tape as having non-zero "work cells" separated by zero-valued "padding cells", you could cheese it. but creating that layout is hard/(impossible?) for the program. but maybe something along those lines works
12:14:12 <esolangs> [[Alphalang]] https://esolangs.org/w/index.php?diff=100150&oldid=100137 * Yes * (+295)
12:23:56 <esolangs> [[TFLite]] M https://esolangs.org/w/index.php?diff=100151&oldid=100139 * RocketRace * (+0) selection -> insertion
12:49:59 <esolangs> [[User:Yamaserif]] N https://esolangs.org/w/index.php?oldid=100152 * Yamaserif * (+216) Created page with "I am '''Yamaserif'''. I am from Japan. ==My list of languages== *[[DigFiles]] ==Pages== *[https://github.com/yamaserif Github] *[https://qiita.com/yamaserif Qiita(Technical..."
12:51:31 <esolangs> [[User:Yamaserif]] https://esolangs.org/w/index.php?diff=100153&oldid=100152 * Yamaserif * (+21) Add Category
12:52:16 -!- impomatic has joined.
12:56:13 -!- impomatic has quit (Client Quit).
12:56:25 <esolangs> [[Liq]] N https://esolangs.org/w/index.php?oldid=100154 * Username * (+108) Created page with "== Examples == Running Hello World in Liq 1.0 <code> #>v >:Hello, world!=v @p< </code>"
12:56:34 -!- impomatic has joined.
13:00:45 -!- impomatic has quit (Client Quit).
13:01:05 -!- impomatic has joined.
13:16:14 -!- impomatic has quit (Quit: impomatic).
13:16:34 -!- impomatic has joined.
13:19:53 -!- sprout has quit (Ping timeout: 255 seconds).
13:20:53 -!- impomatic has quit (Client Quit).
13:21:13 -!- impomatic has joined.
13:28:03 -!- tech_exorcist has quit (Remote host closed the connection).
13:28:26 -!- tech_exorcist has joined.
13:29:49 <esolangs> [[Norfuck]] https://esolangs.org/w/index.php?diff=100155&oldid=73833 * ChuckEsoteric08 * (-164) Replaced dead links with live things
13:35:59 <esolangs> [[UBLANG]] https://esolangs.org/w/index.php?diff=100156&oldid=99672 * ChuckEsoteric08 * (+55)
13:37:39 <esolangs> [[Tapelang]] https://esolangs.org/w/index.php?diff=100157&oldid=98312 * ChuckEsoteric08 * (+2)
13:39:07 <esolangs> [[Mojifunge]] N https://esolangs.org/w/index.php?oldid=100158 * LEOMOK * (+298) Created page with "Mojifunge is a programming language invented by [[User:LEOMOK]] It is [[stack]]-based and uses emojis as commands. == Commands == Literals ..."
13:44:00 <esolangs> [[Tapelang]] https://esolangs.org/w/index.php?diff=100159&oldid=100157 * ChuckEsoteric08 * (+2)
13:46:57 <esolangs> [[After]] https://esolangs.org/w/index.php?diff=100160&oldid=100145 * ChuckEsoteric08 * (+90) Catergories
13:52:27 <esolangs> [[Number-code]] N https://esolangs.org/w/index.php?oldid=100161 * Username * (+514) Created page with "== Examples == <pre>0 111 4 1111 4 11 4 111 6 2 11111 4 111 4 1111111 6 </pre> This will print '''Hi'''. == Syntax == {| class="wikitable" !Cmd !Description |- | 0 || S..."
13:52:46 <esolangs> [[Number-code]] https://esolangs.org/w/index.php?diff=100162&oldid=100161 * Username * (-5) /* Examples */
13:55:31 <esolangs> [[Number-code]] https://esolangs.org/w/index.php?diff=100163&oldid=100162 * Username * (+69)
14:04:21 -!- sprout has joined.
14:06:17 -!- Sgeo has joined.
14:10:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:11:54 <esolangs> [[GolfScratch]] https://esolangs.org/w/index.php?diff=100164&oldid=94766 * ChuckEsoteric08 * (+57)
14:18:38 -!- tromp has joined.
14:27:27 <esolangs> [[Number-code]] https://esolangs.org/w/index.php?diff=100165&oldid=100163 * Username * (+1269)
14:37:08 <esolangs> [[Number-code]] https://esolangs.org/w/index.php?diff=100166&oldid=100165 * Username * (-1) /* Examples */
14:38:48 -!- sprout has quit (Ping timeout: 276 seconds).
14:41:36 -!- sprout has joined.
15:06:13 -!- impomatic has quit (Quit: impomatic).
15:06:33 -!- impomatic has joined.
15:10:46 -!- impomatic has quit (Client Quit).
15:11:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:11:06 -!- impomatic has joined.
15:30:02 -!- tromp has joined.
15:41:25 -!- wib_jonas has quit (Quit: Client closed).
15:58:45 -!- sprout has quit (Ping timeout: 276 seconds).
16:00:25 -!- SGautam has joined.
16:02:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100167&oldid=100078 * PixelatedStarfish * (+1) /* =Identifiers: How to Use the Identifying Operator @ */
16:20:46 -!- sprout has joined.
16:39:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:54:30 <esolangs> [[Trampolines]] https://esolangs.org/w/index.php?diff=100168&oldid=99949 * Aadenboy * (+1410)
17:02:09 -!- tech_exorcist has quit (Quit: see you later or tomorrow).
17:06:13 -!- impomatic has quit (Quit: impomatic).
17:06:33 -!- impomatic has joined.
17:10:45 -!- impomatic has quit (Client Quit).
17:11:06 -!- impomatic has joined.
17:12:50 -!- tromp has joined.
17:42:11 <esolangs> [[Special:Log/newusers]] create * Shiet * New user account
17:45:14 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100169&oldid=100143 * Shiet * (+73) /* Introductions */
17:46:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:54:30 <esolangs> [[Sugueziume]] https://esolangs.org/w/index.php?diff=100170&oldid=100129 * BoundedBeans * (+1010) Added computational class section
18:06:34 <esolangs> [[Sugueziume]] https://esolangs.org/w/index.php?diff=100171&oldid=100170 * BoundedBeans * (+316) Added examples
18:16:13 -!- impomatic has quit (Quit: impomatic).
18:16:33 -!- impomatic has joined.
18:17:15 <esolangs> [[User:BoundedBeans]] M https://esolangs.org/w/index.php?diff=100172&oldid=100127 * BoundedBeans * (-6)
18:22:19 -!- tromp has joined.
18:22:49 <esolangs> [[C@]] N https://esolangs.org/w/index.php?oldid=100173 * BoundedBeans * (+339) Created page with "C@ (cat) is an esolang speedran by [[User:BoundedBeans]]. Lets see how long it takes to write this exclusive specification. All characters of input are pushed onto the sta..."
18:24:09 <esolangs> [[Talk:C@]] N https://esolangs.org/w/index.php?oldid=100174 * BoundedBeans * (+180) Created page with "I wrote this article in 3 minutes 36 seconds, and that includes formatting and typos. ~~~~"
18:25:12 <int-e> oh another lucky redactle (20 guesses)
18:25:45 -!- impomatic has quit (Quit: impomatic).
18:25:56 <int-e> median is 86, seems a bit high again but I think we established yesterday that I can't be trusted with that kind of assessment.
18:26:04 -!- impomatic has joined.
18:31:13 -!- impomatic has quit (Quit: impomatic).
18:31:33 -!- impomatic has joined.
18:31:51 <esolangs> [[C@]] https://esolangs.org/w/index.php?diff=100175&oldid=100173 * BoundedBeans * (+66) Added categories
18:31:54 -!- tech_exorcist has joined.
18:32:51 <esolangs> [[C@]] M https://esolangs.org/w/index.php?diff=100176&oldid=100175 * BoundedBeans * (+27) Made the categories actually categorieswhoops
18:33:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:33:53 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=100177&oldid=99425 * BoundedBeans * (+39)
18:35:18 <b_jonas> int-e: yeah, doesn't seem too hard so far. I've got "_______ ner n qvirefr tebhc bs _________ _________ sybjrevat cynagf va gur _________ ____________ bs gur tenff snzvyl _______." as the first sentencealready
18:35:45 -!- impomatic has quit (Client Quit).
18:35:57 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100178&oldid=100172 * BoundedBeans * (+20)
18:36:04 -!- impomatic has joined.
18:37:28 <b_jonas> solved in 64
18:38:40 <int-e> yeah that seems about right :)
18:38:45 <b_jonas> again I wasn't optimizing much on the number of guesses
18:40:14 <b_jonas> probably no point of guessing "zvyyrg oneyrl fbetuhz znvmr elr bng" after the previous guesses made it clear that it's not in that general category, and "zhyyrg" was just a stupid mistake for "zvyyrg"
18:40:37 <esolangs> [[Cipher]] M https://esolangs.org/w/index.php?diff=100179&oldid=99952 * PythonshellDebugwindow * (+9) [[Language list]]
18:41:03 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100180&oldid=100124 * PythonshellDebugwindow * (+13) /* C */ .
18:41:13 -!- impomatic has quit (Quit: impomatic).
18:41:32 -!- impomatic has joined.
18:42:41 <esolangs> [[C@]] M https://esolangs.org/w/index.php?diff=100181&oldid=100176 * PythonshellDebugwindow * (+77) Stub, categories
18:46:00 -!- impomatic has quit (Client Quit).
18:46:20 -!- impomatic has joined.
18:54:59 -!- tromp has joined.
19:03:54 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100182&oldid=100180 * PkmnQ * (+13) /* I */ Add Iframe
19:05:52 <esolangs> [[Your stack may be eaten]] N https://esolangs.org/w/index.php?oldid=100183 * BoundedBeans * (+1715) Created page with "Your stack may be eaten is an esolang by [[User:BoundedBeans]], developed entirely on the wiki in an hour. The stack has the potential to be eaten into the code, so watch out...."
19:06:58 <esolangs> [[Your stack may be eaten]] https://esolangs.org/w/index.php?diff=100184&oldid=100183 * BoundedBeans * (+78) Added categories
19:07:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:08:08 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100185&oldid=100182 * BoundedBeans * (+30)
19:08:43 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100186&oldid=100178 * BoundedBeans * (+29)
19:16:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100187&oldid=100167 * PixelatedStarfish * (+5) /* Useful Operators */
19:20:03 <b_jonas> `? mapole
19:20:11 <HackEso> A mapole is a thwackamacallit built from maple according to Canadian standards. The army version includes a spork, a corkscrew and a moose whistle. A regulatory mapole measures 6’ by 12 kg, ±0.5 inHg.
19:23:11 -!- tromp has joined.
19:32:21 -!- impomatic has quit (Quit: impomatic).
19:34:22 -!- impomatic has joined.
19:35:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:36:16 -!- MrAureliusR has quit (Quit: ZNC - https://znc.in).
19:37:08 -!- impomatic has quit (Client Quit).
19:37:27 -!- impomatic has joined.
19:37:31 -!- MrAureliusR has joined.
19:39:52 <esolangs> [[TError]] N https://esolangs.org/w/index.php?oldid=100188 * BoundedBeans * (+3481) Created page with "tError is an esoteric programming language by [[User:BoundedBeans]] where the only data type and method of flow control are errors. ==Storage== # The reset counter (an unboun..."
19:40:10 -!- impomatic has quit (Client Quit).
19:42:07 -!- tromp has joined.
19:42:47 -!- impomatic has joined.
19:44:06 -!- impomatic has quit (Client Quit).
19:44:28 -!- impomatic has joined.
19:48:15 <esolangs> [[Your stack may be eaten]] M https://esolangs.org/w/index.php?diff=100189&oldid=100184 * PythonshellDebugwindow * (+27) /* Print out infinite vs */ category
19:49:13 <esolangs> [[TError]] M https://esolangs.org/w/index.php?diff=100190&oldid=100188 * PythonshellDebugwindow * (+63) Categories, lowercase
19:51:01 -!- impomatic has quit (Quit: impomatic).
19:58:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:02:01 -!- tech_exorcist has quit (Quit: Disconnecting).
20:11:30 -!- tromp has joined.
20:20:59 <esolangs> [[Geolang]] https://esolangs.org/w/index.php?diff=100191&oldid=97399 * TJC games * (+1476) New manim
20:21:52 <esolangs> [[Geolang]] M https://esolangs.org/w/index.php?diff=100192&oldid=100191 * TJC games * (+0) Wrong slash
20:24:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:30:20 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100193&oldid=100185 * BoundedBeans * (+13)
20:30:58 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100194&oldid=100186 * BoundedBeans * (+12)
20:33:00 -!- tromp has joined.
21:37:42 -!- __monty__ has quit (Quit: leaving).
21:49:36 -!- definitelya has quit (Quit: h).
21:55:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:00:51 -!- tromp has joined.
22:02:24 -!- perlbot has quit (Ping timeout: 276 seconds).
22:03:30 -!- simcop2387 has quit (Ping timeout: 240 seconds).
22:20:11 <esolangs> [[Sugueziume]] https://esolangs.org/w/index.php?diff=100195&oldid=100171 * BoundedBeans * (+74) Modified printing loop
22:25:10 -!- simcop2387 has joined.
22:26:41 -!- perlbot has joined.
22:27:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:08:20 <esolangs> [[Talk:Sugueziume]] N https://esolangs.org/w/index.php?oldid=100196 * BoundedBeans * (+5271) Created page with "==Implementation== In Eclipse, using this Java implementation, while running the truth-machine, the loop seems to be too fast to see it print X's, but this can be fixed by cha..."
23:10:33 <esolangs> [[Talk:Sugueziume]] https://esolangs.org/w/index.php?diff=100197&oldid=100196 * BoundedBeans * (+310)
23:36:39 -!- Lord_of_Life has quit (Ping timeout: 276 seconds).
23:37:09 -!- Lord_of_Life has joined.
2022-07-12
00:04:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100198&oldid=100187 * PixelatedStarfish * (+102) /* Blocks */
00:06:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100199&oldid=100198 * PixelatedStarfish * (+5) /* Identifiers: How to Use the Identifying Operator @ */
00:45:28 <zzo38> I had idea, will it be reliable? In a file that is mostly only appending, the header will have six numbers: the beginning of the most recently committed key frame, the end of the most recently committed frame (which might or might not be a key frame), the difference of the first two numbers, and a duplicate of the first three numbers.
00:49:59 -!- SGautam has quit (Quit: Connection closed for inactivity).
01:35:51 <b_jonas> I checked those weird binomial names on my recent photos of taxidermied owls from a museum. TIL that "Nyctala" is a real but probably obsolete genus name that's distinct from "Nyctea" (which is also an obsolete genus name), "Nyctale" is probably a one-off typo for "Nyctala", and "Nyctalus" is a real genus but for bats, not birds
01:38:19 <b_jonas> also it still seems there are way too many owls that are supposedly associated with Athēnē, usually with only random modern people claiming that without any proof that ancient people who took ancient greek mythology seriously actually associated that bird with her
02:11:13 <esolangs> [[Talk:Kangaroo]] https://esolangs.org/w/index.php?diff=100200&oldid=52162 * BoundedBeans * (+1938)
02:11:36 <esolangs> [[Kangaroo]] https://esolangs.org/w/index.php?diff=100201&oldid=54285 * BoundedBeans * (-2) Changed category to Implemented
02:15:24 <esolangs> [[Talk:Kangaroo]] https://esolangs.org/w/index.php?diff=100202&oldid=100200 * BoundedBeans * (+476)
02:40:02 <esolangs> [[Talk:Your stack may be eaten]] N https://esolangs.org/w/index.php?oldid=100203 * BoundedBeans * (+1940) Created page with "==Implementation== Implementation in java import java.util.Scanner; import java.util.ArrayList; public class YourStackMayBeEaten { public static void main(String[] arg..."
02:41:06 <esolangs> [[Your stack may be eaten]] M https://esolangs.org/w/index.php?diff=100204&oldid=100189 * BoundedBeans * (+62) Changed categories since implemented
03:45:58 <esolangs> [[Mojifunge]] https://esolangs.org/w/index.php?diff=100205&oldid=100158 * LEOMOK * (+586)
04:03:53 <esolangs> [[Mojifunge]] https://esolangs.org/w/index.php?diff=100206&oldid=100205 * LEOMOK * (+305)
04:04:34 <esolangs> [[Special:Log/move]] move * LEOMOK * moved [[Mojifunge]] to [[EmojiStack]]
04:06:42 <esolangs> [[EmojiStack]] https://esolangs.org/w/index.php?diff=100209&oldid=100207 * LEOMOK * (-183)
04:35:06 <esolangs> [[EmojiStack]] https://esolangs.org/w/index.php?diff=100210&oldid=100209 * LEOMOK * (+1128)
04:36:37 <esolangs> [[EmojiStack/Codepage]] N https://esolangs.org/w/index.php?oldid=100211 * LEOMOK * (+3388) Created page with "{| class="wikitable" |- |- | Example || Example || Example || Example || Example || Example || Example || Example || Example || Example |- | Example || Example || Example ||..."
04:55:13 <esolangs> [[EmojiStack/Codepage]] https://esolangs.org/w/index.php?diff=100212&oldid=100211 * LEOMOK * (-1878)
04:55:40 <esolangs> [[EmojiStack/Codepage]] https://esolangs.org/w/index.php?diff=100213&oldid=100212 * LEOMOK * (-2)
04:57:43 <esolangs> [[EmojiStack/Codepage]] https://esolangs.org/w/index.php?diff=100214&oldid=100213 * LEOMOK * (+97)
05:00:10 <esolangs> [[EmojiStack]] https://esolangs.org/w/index.php?diff=100215&oldid=100210 * LEOMOK * (+328)
05:03:40 <esolangs> [[EmojiStack/Codepage]] https://esolangs.org/w/index.php?diff=100216&oldid=100214 * LEOMOK * (+0)
05:05:28 <esolangs> [[EmojiStack]] https://esolangs.org/w/index.php?diff=100217&oldid=100215 * LEOMOK * (+152)
05:58:00 -!- Franciman has quit (Max SendQ exceeded).
05:58:14 -!- Franciman has joined.
06:08:56 <esolangs> [[EmojiStack/Codepage]] https://esolangs.org/w/index.php?diff=100218&oldid=100216 * LEOMOK * (+2291)
06:09:17 <esolangs> [[EmojiStack]] https://esolangs.org/w/index.php?diff=100219&oldid=100217 * LEOMOK * (+0)
06:10:24 <esolangs> [[EmojiStack]] https://esolangs.org/w/index.php?diff=100220&oldid=100219 * LEOMOK * (-4)
06:10:26 <esolangs> [[EmojiStack/Codepage]] https://esolangs.org/w/index.php?diff=100221&oldid=100218 * LEOMOK * (+17)
06:24:05 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
06:24:57 -!- Lord_of_Life has joined.
06:25:14 -!- sprock has quit (Ping timeout: 268 seconds).
06:25:39 -!- sprock has joined.
06:32:33 -!- tromp has joined.
07:17:56 -!- Sgeo has quit (Read error: Connection reset by peer).
07:45:31 -!- tech_exorcist has joined.
07:51:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:13:48 <esolangs> [[EmojiStack/Codepage]] https://esolangs.org/w/index.php?diff=100222&oldid=100221 * LEOMOK * (+603)
08:21:30 -!- tech_exorcist has quit (Ping timeout: 240 seconds).
08:22:43 -!- tech_exorcist has joined.
09:33:13 <esolangs> [[EmojiGolf]] N https://esolangs.org/w/index.php?oldid=100223 * LEOMOK * (+755) Created page with "EmojiGolf is a golfing language invented by [[User:LEOMOK]] which uses emojis as commands. It was inspired by [[05AB1E]], [[Emojicode]], [[!aoQ):]] and many others. == Data T..."
09:41:30 -!- tech_exorcist has quit (Ping timeout: 240 seconds).
09:52:41 -!- __monty__ has joined.
10:16:31 <esolangs> [[ATSML]] N https://esolangs.org/w/index.php?oldid=100224 * ChuckEsoteric08 * (+633) Created page with "'''ATSML'''('''A''' '''T'''iny '''S'''elf-'''M'''odifying '''L'''anguage) is a Self-Modifying language by [[User:ChuckEsoteric08]] inprised by [[SMETANA]]. ==Commands== Counti..."
10:16:59 <esolangs> [[ATSML]] https://esolangs.org/w/index.php?diff=100225&oldid=100224 * ChuckEsoteric08 * (+0)
10:17:12 <esolangs> [[ATSML]] https://esolangs.org/w/index.php?diff=100226&oldid=100225 * ChuckEsoteric08 * (+3)
10:41:46 -!- wib_jonas has joined.
10:52:30 <wib_jonas> So there are these legends (probably partly made up). Vazul was the cousin of I. István king of Hungary.  Some factions didn't want him to get the throne, but also didn't want to appear to have killed him without good reason.  The usual methods at that time would have been to either start a rightous war against him, or get him assassinated in a
10:52:31 <wib_jonas> way that can't be traced back to you.  But someone got creative, and instead blinded him and poured molten lead into his ears to defeen him.
10:52:38 <wib_jonas> s/defeen/deafen/
10:53:22 <wib_jonas> I thought they only had him deafened by the way, until my brother named a laptop with a broken display from him, which made me question this.
10:54:18 -!- sprout has quit (Ping timeout: 276 seconds).
10:54:32 <wib_jonas> So my question is, in the first century, when science was in a very sad state, and gunpowder didn't exist in Europe yet, how the heck do you figure out what method to use to reliably deafen a royal without always killing him?
11:03:38 <sknebel> you tried torturing people by doing that before?
11:28:11 -!- sprout has joined.
11:36:49 -!- definitelya has joined.
11:47:11 <esolangs> [[Multeq]] N https://esolangs.org/w/index.php?oldid=100227 * ChuckEsoteric08 * (+579) Created page with "'''Multeq''' is an [[OISC]] by [[User:ChuckEsoteric08]]. ==Command== a;b;c;d; multiply variable <code>a</code> by <code>b</code> and add <code>c</code>, goto 1-indexed comma..."
11:47:23 <esolangs> [[Multeq]] https://esolangs.org/w/index.php?diff=100228&oldid=100227 * ChuckEsoteric08 * (-1)
11:54:35 <esolangs> [[Smaller]] https://esolangs.org/w/index.php?diff=100229&oldid=99953 * ChuckEsoteric08 * (+9)
12:06:15 -!- wib_jonas has quit (Quit: Client closed).
13:23:03 <esolangs> [[Special:Log/newusers]] create * Theanswertolifetheuniverseandeverything * New user account
13:25:30 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100230&oldid=100169 * Theanswertolifetheuniverseandeverything * (+265) Wrote introduction for Theanswertolifetheuniverseandeverything
13:26:43 <esolangs> [[Text]] M https://esolangs.org/w/index.php?diff=100231&oldid=89956 * Theanswertolifetheuniverseandeverything * (+0) capitalize Windows
13:28:03 <esolangs> [[Text]] https://esolangs.org/w/index.php?diff=100232&oldid=100231 * Theanswertolifetheuniverseandeverything * (+53) many text programs omit the file extension
13:29:26 <esolangs> [[Gotohell]] M https://esolangs.org/w/index.php?diff=100233&oldid=95408 * PythonshellDebugwindow * (+171) Example, categories
13:56:44 <esolangs> [[User talk:Gapples2]] N https://esolangs.org/w/index.php?oldid=100234 * PixelatedStarfish * (+353) Created page with "===Thanks=== Hi, just wanted to say thanks for your interest in [[Bunnybell]], your questions were really helpful as I considered the language design. It's a bit more C like n..."
13:57:09 <esolangs> [[Bunnybell]] N https://esolangs.org/w/index.php?oldid=100235 * PixelatedStarfish * (+23) Redirected page to [[BunnyBell]]
14:00:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100236&oldid=100199 * PixelatedStarfish * (+11) /* Using Function Calls as Arguments: The Call Passing Operator (:) */
14:01:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100237&oldid=100236 * PixelatedStarfish * (+0) /* Using Function Calls as Arguments: The Call Passing Operator : */
14:13:10 -!- perlbot has quit (Ping timeout: 244 seconds).
14:15:09 -!- simcop2387 has quit (Ping timeout: 276 seconds).
14:23:07 -!- Sgeo has joined.
14:33:28 -!- simcop2387 has joined.
14:34:29 -!- perlbot has joined.
15:00:49 -!- definitelya_ has joined.
15:02:18 -!- definitelya has quit (Ping timeout: 240 seconds).
15:12:54 -!- tromp has joined.
15:17:05 <esolangs> [[User talk:Truttle1]] https://esolangs.org/w/index.php?diff=100238&oldid=99909 * PixelatedStarfish * (-210) /* Esolangs dedicated to Truttle1 */
15:17:29 <esolangs> [[User talk:Truttle1]] https://esolangs.org/w/index.php?diff=100239&oldid=100238 * PixelatedStarfish * (+210) /* I would not be here if not for you. :) */
15:35:53 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=100240&oldid=99947 * PixelatedStarfish * (+59) /* Bf Equivalents */
15:37:40 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=100241&oldid=100240 * PixelatedStarfish * (+50) /* Languages to Interpret Everything: How Anyone can Code */
15:39:29 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=100242&oldid=100241 * PixelatedStarfish * (+187) /* Unimplemented Languages */
15:40:29 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=100243&oldid=100242 * PixelatedStarfish * (+57) /* Grue */
15:41:19 -!- wib_jonas has joined.
15:55:18 -!- sprout has quit (Ping timeout: 264 seconds).
16:24:33 -!- sprout has joined.
16:28:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:32:32 -!- tromp has joined.
17:06:37 -!- wib_jonas has quit (Quit: Client closed).
17:08:05 <esolangs> [[BizOffers]] https://esolangs.org/w/index.php?diff=100244&oldid=100065 * Yes * (+0)
17:10:18 -!- tech_exorcist has joined.
17:13:55 <esolangs> [[Alphalang]] https://esolangs.org/w/index.php?diff=100245&oldid=100150 * Yes * (+0)
17:14:23 <esolangs> [[Alphalang]] https://esolangs.org/w/index.php?diff=100246&oldid=100245 * Yes * (+0) Undo revision 100245 by [[Special:Contributions/Yes|Yes]] ([[User talk:Yes|talk]])
17:20:39 <esolangs> [[2002-12-14]] N https://esolangs.org/w/index.php?oldid=100247 * Yes * (+129) Created page with "2002-12-14 is an upcoming esolang by [[User:Yes]] that is based on the oldest esolang irc log he could find on logs.esolang s.org"
17:21:03 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100248&oldid=100062 * Yes * (+20)
17:22:48 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100249&oldid=100247 * Yes * (+10)
17:54:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:57:01 -!- tromp has joined.
18:00:58 <esolangs> [[LECHEI]] N https://esolangs.org/w/index.php?oldid=100250 * ChuckEsoteric08 * (+833) Created page with "'''LECHEI'''('''L'''anguage wh'''e'''re '''ch'''anging r'''e'''gister possible only by '''i'''nputing and using it as queue.) is a language by [[User:ChuckEsoteric08]] inprise..."
18:03:09 <esolangs> [[Selt]] N https://esolangs.org/w/index.php?oldid=100251 * Zip * (+11898) created page
18:05:06 <esolangs> [[Selt]] https://esolangs.org/w/index.php?diff=100252&oldid=100251 * Zip * (+111)
18:07:34 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:13:00 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100253&oldid=100193 * TJC games * (+14) /* G */
18:15:46 <esolangs> [[Geolang]] https://esolangs.org/w/index.php?diff=100254&oldid=100192 * TJC games * (+1) /* Truth machine */
18:19:46 -!- tech_exorcist has quit (Remote host closed the connection).
18:21:34 <esolangs> [[Selt]] https://esolangs.org/w/index.php?diff=100255&oldid=100252 * Zip * (+181) added categories
18:22:46 -!- tech_exorcist has joined.
18:23:59 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100256&oldid=100253 * Zip * (+11) added selt
18:29:53 <esolangs> [[Selt]] M https://esolangs.org/w/index.php?diff=100257&oldid=100255 * Olus2000 * (-4) User tag inticating redirection to user page
18:34:08 -!- tromp has joined.
18:35:12 <esolangs> [[Talk:ABCDXYZ]] https://esolangs.org/w/index.php?diff=100258&oldid=70816 * BoundedBeans * (+1650)
18:36:08 <esolangs> [[Selt]] M https://esolangs.org/w/index.php?diff=100259&oldid=100257 * Zip * (+2) fixed a few mistakes
18:44:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:56:53 -!- tromp has joined.
19:11:56 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=100260&oldid=99694 * Peter * (-237) /* Argument */
19:12:31 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=100261&oldid=100260 * Peter * (-86) /* Pushing */
19:13:23 -!- Everything has joined.
19:47:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:51:10 -!- tromp has joined.
20:08:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:10:29 -!- Everything has quit (Quit: leaving).
20:12:49 -!- tech_exorcist has quit (Quit: Disconnecting).
20:13:48 <esolangs> [[Turimg]] M https://esolangs.org/w/index.php?diff=100262&oldid=97099 * PythonshellDebugwindow * (+48) /* Interpreter */ Categories
20:14:31 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100263&oldid=100256 * PythonshellDebugwindow * (+13) /* T */ add
20:15:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100264&oldid=100237 * PixelatedStarfish * (+87) /* Commands */
20:19:08 -!- tech_exorcist has joined.
20:20:10 -!- tromp has joined.
20:20:25 -!- tech_exorcist has quit (Remote host closed the connection).
20:20:46 <esolangs> [[2ds]] M https://esolangs.org/w/index.php?diff=100265&oldid=94879 * PythonshellDebugwindow * (+49) Add categories
20:21:38 -!- Sgeo_ has joined.
20:24:11 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100266&oldid=100230 * Late * (+111) /* Introductions */
20:31:15 -!- definitelya_ has quit (*.net *.split).
20:31:16 -!- Sgeo has quit (*.net *.split).
20:33:28 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=100267&oldid=99252 * Zip * (+574) added Selt
20:34:53 -!- definitelya_ has joined.
20:41:14 -!- Yes has joined.
20:41:38 -!- Yes has changed nick to Guest213.
20:43:00 -!- Guest213 has quit (Client Quit).
20:45:51 <esolangs> [[Tuvars]] N https://esolangs.org/w/index.php?oldid=100268 * SpaceByte * (+3171) Created page with "{{infobox proglang |name=Tuvars |author=[[User:SpaceByte]] |year=[[:Category:2022|2022]] |class=[[:Category:Turing complete|Turing Complete]] |refimpl=[https://github.com/byte..."
20:46:07 <esolangs> [[User:SpaceByte]] https://esolangs.org/w/index.php?diff=100269&oldid=100069 * SpaceByte * (+13) Added Tuvars
20:46:46 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100270&oldid=100263 * SpaceByte * (+13) Added Tuvars
20:49:27 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100271&oldid=100249 * Yes * (+324)
20:50:41 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100272&oldid=100271 * Yes * (-1)
20:51:22 <esolangs> [[Works in progress]] https://esolangs.org/w/index.php?diff=100273&oldid=99383 * Yes * (+17)
21:08:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:20:07 -!- tromp has joined.
21:34:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:40:57 -!- definitelya_ has quit (Quit: h).
21:45:16 <esolangs> [[Selt]] https://esolangs.org/w/index.php?diff=100274&oldid=100259 * Zip * (-1) /* Input by Char */
21:47:47 <esolangs> [[Selt]] https://esolangs.org/w/index.php?diff=100275&oldid=100274 * Zip * (+207) /* Truth Machine */
22:02:27 <esolangs> [[User:Zip]] https://esolangs.org/w/index.php?diff=100276&oldid=94802 * Zip * (+717)
22:07:07 -!- __monty__ has quit (Quit: leaving).
22:07:28 -!- perlbot has quit (Ping timeout: 244 seconds).
22:11:15 -!- perlbot has joined.
22:31:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100277&oldid=100264 * PixelatedStarfish * (+164) /* Comments */
22:36:32 <esolangs> [[Matrixpone]] N https://esolangs.org/w/index.php?oldid=100278 * BoundedBeans * (+2148) Created page with "Matrixpone is a [[Mascarpone]] derivative by [[User:BoundedBeans]]. It uses a matrix instead of a stack, but has similar operations. ==Storage== Matrixpone has a current inte..."
22:55:22 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100279&oldid=100277 * PixelatedStarfish * (+115) /* Factors in Design */
23:02:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100280&oldid=100279 * PixelatedStarfish * (+41) /* Factors in Design */
23:26:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100281&oldid=100280 * PixelatedStarfish * (-113) /* Acknowledgements */
23:28:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100282&oldid=100281 * PixelatedStarfish * (+59) /* Acknowledgements */
23:36:00 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100283&oldid=100272 * Yes * (+202)
23:36:12 -!- Lord_of_Life_ has joined.
23:36:50 -!- Lord_of_Life has quit (Ping timeout: 240 seconds).
23:37:10 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100284&oldid=100283 * Yes * (+34)
23:37:29 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
23:39:21 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100285&oldid=100085 * Yes * (+225) /* 2002-12-14 */ new section
23:44:22 -!- chiselfuse has quit (Read error: Connection reset by peer).
23:44:36 -!- chiselfuse has joined.
23:44:44 -!- chiselfuse has quit (Remote host closed the connection).
23:49:41 -!- chiselfuse has joined.
2022-07-13
00:19:15 <esolangs> [[2002-12-14]] M https://esolangs.org/w/index.php?diff=100286&oldid=100284 * PythonshellDebugwindow * (+46) Categories
00:19:47 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100287&oldid=100270 * PythonshellDebugwindow * (+17) /* Non-alphabetic */ .
00:26:03 <esolangs> [[Esolang:Autoconfirmed users]] M https://esolangs.org/w/index.php?diff=100288&oldid=99405 * PythonshellDebugwindow * (-5) Wiki page link, fix typo
00:26:28 <esolangs> [[Esolang:Filter 9]] M https://esolangs.org/w/index.php?diff=100289&oldid=99408 * PythonshellDebugwindow * (+57) See also
00:57:14 -!- chiselfuse has quit (Remote host closed the connection).
00:57:27 -!- chiselfuse has joined.
01:13:51 -!- Melvar has quit (Quit: WeeChat 3.5).
01:16:42 -!- Melvar has joined.
01:21:52 <esolangs> [[AI-Generated Esolang]] N https://esolangs.org/w/index.php?oldid=100290 * BoundedBeans * (+4443) Created page with "AI-Generated Esolang is an esolang by [[User:BoundedBeans]] and also InferKit, a text generating machine learning algorithm. ==Storage== It has a character, a byte tape, a ch..."
03:28:55 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100291&oldid=100287 * BoundedBeans * (+44)
03:30:01 -!- chiselfuse has quit (Remote host closed the connection).
03:30:16 -!- chiselfuse has joined.
03:31:10 -!- chiselfuse has quit (Remote host closed the connection).
03:35:18 -!- chiselfuse has joined.
04:13:32 <zzo38> I was watching television and the show had Chinese subtitles for only one or two seconds (in the middle of the show); why is that?
05:17:23 -!- Hooloovoo has quit (Quit: ZNC 1.7.5+deb4 - https://znc.in).
05:18:59 -!- Hooloovoo has joined.
06:39:36 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=100292&oldid=99821 * Zzo38 * (+75)
06:53:42 -!- Sgeo_ has quit (Read error: Connection reset by peer).
07:02:29 <zzo38> Do any sandboxing capabilities have a capability of executing user-specified programs by popen (either in a configuration file or asked at run time)? I had read about some of them but they do not seem to do that.
07:06:19 -!- tromp has joined.
07:44:53 -!- tech_exorcist has joined.
07:48:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:38:37 -!- tech_exorcist has quit (Remote host closed the connection).
08:38:40 -!- tech_exorcist_ has joined.
09:14:42 -!- tromp has joined.
09:20:17 -!- sprout has quit (Ping timeout: 268 seconds).
09:54:33 -!- __monty__ has joined.
10:04:32 -!- Everything has joined.
10:46:45 -!- definitelya has joined.
10:47:26 -!- wib_jonas has joined.
11:26:27 -!- tech_exorcist_ has quit (Quit: brb).
11:37:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:41:34 -!- tromp has joined.
11:47:18 -!- tech_exorcist has joined.
12:05:28 -!- tech_exorcist has quit (Remote host closed the connection).
12:05:50 -!- tech_exorcist has joined.
12:08:28 -!- tech_exorcist has quit (Remote host closed the connection).
12:08:49 -!- tech_exorcist has joined.
12:16:53 <wib_jonas> argh, this API change requires more magic than I thought
12:24:32 -!- SGautam has joined.
12:31:27 -!- sprout has joined.
12:31:27 -!- sprout has quit (Client Quit).
12:32:25 -!- sprout has joined.
13:21:15 <wib_jonas> ok, I think after a day of work now my program can again do the same thing as it did a day ago, only there's some extra layers of abstraction in the middle of the implementation now
13:29:36 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:35:58 -!- tromp has joined.
13:42:06 -!- Everything has left.
13:51:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:57:21 -!- tromp has joined.
13:58:34 -!- tromp has quit (Client Quit).
13:58:43 -!- tech_exorcist has quit (Remote host closed the connection).
13:59:11 -!- tech_exorcist has joined.
14:00:57 -!- tromp has joined.
14:12:21 -!- Trieste has quit (Excess Flood).
14:12:57 -!- Trieste has joined.
14:16:08 <esolangs> [[Turi ip ip ip]] N https://esolangs.org/w/index.php?oldid=100293 * LEOMOK * (+1410) Created page with "Turi ip ip ip is a programming language inspired by the viral YouTube video [https://www.youtube.com/watch?v=__CRWE-L45k Turi ip ip ip]. Each character is pushed tring input i..."
14:16:36 <esolangs> [[Turi ip ip ip]] https://esolangs.org/w/index.php?diff=100294&oldid=100293 * LEOMOK * (+48)
14:20:30 <esolangs> [[AI-Generated Esolang]] M https://esolangs.org/w/index.php?diff=100295&oldid=100290 * PythonshellDebugwindow * (+0) /* Syntax */ Fix category
14:22:15 <esolangs> [[Matrixpone]] M https://esolangs.org/w/index.php?diff=100296&oldid=100278 * PythonshellDebugwindow * (+9) Stub
14:42:11 -!- tech_exorcist has quit (Quit: Disconnecting).
15:09:18 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100297&oldid=100286 * Yes * (+546)
15:09:53 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100298&oldid=100297 * Yes * (+1)
15:12:21 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100299&oldid=100298 * Yes * (+156)
15:14:02 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100300&oldid=100299 * Yes * (+34)
15:22:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:23:55 -!- tromp has joined.
15:29:19 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100301&oldid=100300 * Yes * (+451)
15:29:40 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100302&oldid=100301 * Yes * (-64)
15:48:26 <esolangs> [[Talk:2002-12-14]] N https://esolangs.org/w/index.php?oldid=100303 * SpaceByte * (+133) Created page with " This is very confusing, yet interesting. lol --~~~~"
15:49:24 -!- littlebobeep has joined.
15:50:06 -!- littlebobeep has quit (Remote host closed the connection).
15:54:39 -!- littlebobeep has joined.
16:08:26 -!- wib_jonas has quit (Quit: Client closed).
16:21:20 <esolangs> [[A!]] N https://esolangs.org/w/index.php?oldid=100304 * SirBrahms * (+135) Create A! Page
16:22:18 <esolangs> [[User:SirBrahms]] https://esolangs.org/w/index.php?diff=100305&oldid=94905 * SirBrahms * (+97)
16:22:43 <esolangs> [[User:SirBrahms]] https://esolangs.org/w/index.php?diff=100306&oldid=100305 * SirBrahms * (+1)
16:24:38 <esolangs> [[Selt]] M https://esolangs.org/w/index.php?diff=100307&oldid=100275 * PythonshellDebugwindow * (-57) Add category, remove non-categories
16:25:17 <esolangs> [[LOLGraphics]] M https://esolangs.org/w/index.php?diff=100308&oldid=90330 * PythonshellDebugwindow * (+13) Categories
16:25:32 <esolangs> [[Golunar]] M https://esolangs.org/w/index.php?diff=100309&oldid=87609 * PythonshellDebugwindow * (-20) Categories
16:27:41 <esolangs> [[Boner++]] M https://esolangs.org/w/index.php?diff=100310&oldid=87610 * PythonshellDebugwindow * (+2) /* Caveats */ Categories
16:29:00 <esolangs> [[2002-12-14]] M https://esolangs.org/w/index.php?diff=100311&oldid=100302 * PythonshellDebugwindow * (+54) /* Examples */ Categories
16:43:42 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:48:00 <imode> this has proooobably been asked before, but is BF with its loops replaced with "conditionally skip backward or forward N instructions" TC?
16:48:19 <imode> where N is some constant, not read from the tape.
17:00:57 -!- littlebobeep has quit (Ping timeout: 268 seconds).
17:06:52 -!- tromp has joined.
17:16:36 <int-e> hmm. should be enough for while(...) { switch(...) { ... } }, so yes?
17:17:20 <int-e> if N is large enough... noting that we only have to implement a single program, some interpreter for a TC language
17:17:26 <int-e> aka a universal machine
17:29:33 <int-e> imode: Hmm. A detail to ponder: if you start on a [ and the jump lands on a ], will the subsequent jump land on the original [ or 2 places further ahead?
17:30:03 <imode> hm.
17:30:47 <imode> I was thinking of something like `[` meaning "conditionally jump N instructions forward" and `]` meaning "conditionally jump N instructions backward".
17:30:52 <int-e> I mean it won't change the probable answer, nor the fact that the details will be tedious to work out.
17:31:22 <int-e> therein lies the problem
17:31:25 <imode> so.. if you pop back to `[`, it should then do the conditional jump.
17:31:37 <int-e> does that count from the current instruction, or, as many CPUs do, from the next one?
17:31:47 <imode> ..hm.
17:31:54 <imode> the current instruction, I guess.
17:31:57 <imode> PC + N.
17:32:04 <imode> not PC + 1 + N.
17:32:23 <imode> gotta think on that..
17:32:25 -!- tech_exorcist has joined.
17:33:25 <int-e> I suspect the PC+N version is a bit harder to work with
17:34:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:35:59 <int-e> But I'm not sure; the thing I'm seeing is that the PC + 1 + N variant allows you to skip ahead using only [ and ] instructions, and you can interleave as many of those slides... at different lengths... as you please, as long as all the sources and targets are distinct.
17:36:48 <int-e> Hmm, no, not quite. But they can intersect to some degree.
17:37:10 <int-e> And that's not easily possible with the PC + N version.
17:47:13 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=100312&oldid=100261 * Peter * (+14) /* File handling */
17:48:05 -!- tech_exorcist has quit (Read error: Connection reset by peer).
18:04:13 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=100313&oldid=100312 * Peter * (-1479) /* File handling */
18:04:19 <imode> fair point. I have a tiny machine that consumes stuff via an instruction stream and I don't want it to have explicit control over the program counter (which isn't directly representable).
18:06:07 <imode> so I was thinking of some other kind of conditional operations I could throw at it.
18:10:00 -!- tromp has joined.
18:17:44 <esolangs> [[IRPT]] N https://esolangs.org/w/index.php?oldid=100314 * Yes * (+1082) Created page with "IRPT is an esoteric programming language based off of [[IRP]] It was made in 2022 by [[User:Yes]], and stands for '''"Internet Relay Programming TalkPage"''' == Examples == ==..."
18:18:29 <esolangs> [[Talk:IRPT]] N https://esolangs.org/w/index.php?oldid=100315 * Yes * (+87) Created page with "IRPT interpreter. --~~~~"
18:19:08 <esolangs> [[IRPT]] https://esolangs.org/w/index.php?diff=100316&oldid=100314 * Yes * (-29)
18:19:55 <esolangs> [[IRPT]] https://esolangs.org/w/index.php?diff=100317&oldid=100316 * Yes * (+29) Undo revision 100316 by [[Special:Contributions/Yes|Yes]] ([[User talk:Yes|talk]])
18:20:45 <esolangs> [[IRPT]] https://esolangs.org/w/index.php?diff=100318&oldid=100317 * Yes * (-32)
18:21:16 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100319&oldid=100248 * Yes * (+14)
18:21:16 <esolangs> [[Mascarpone Joust]] N https://esolangs.org/w/index.php?oldid=100320 * BoundedBeans * (+2321) Created page with "Mascarpone Joust is a programming game by [[User:BoundedBeans]] inspired by Core War and BF Joust. All normal Mascarpone commands are allowed other than: . , @ 0 1 ==Storag..."
18:21:38 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100321&oldid=100194 * BoundedBeans * (+22)
18:22:01 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100322&oldid=100291 * BoundedBeans * (+23)
18:27:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:28:45 -!- tromp has joined.
18:32:48 -!- Sgeo has joined.
18:36:50 <esolangs> [[Rockstar]] M https://esolangs.org/w/index.php?diff=100323&oldid=93735 * Mercerenies * (+0) Corrected link formatting
18:39:50 -!- sprout has quit (Ping timeout: 255 seconds).
19:02:32 -!- sprout has joined.
19:50:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:51:24 -!- tromp has joined.
20:50:35 -!- definitelya has quit (Quit: h).
21:23:58 -!- SGautam has quit (Quit: Connection closed for inactivity).
21:28:29 -!- __monty__ has quit (Quit: leaving).
21:42:06 <esolangs> [[Mascarpone Joust]] M https://esolangs.org/w/index.php?diff=100324&oldid=100320 * PythonshellDebugwindow * (+46) See also
22:12:33 -!- Hooloovoo has quit (Ping timeout: 272 seconds).
22:13:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:15:13 -!- Hooloovoo has joined.
22:41:45 -!- Thedarkb-Desktop has joined.
23:16:20 -!- sprout_ has joined.
23:18:18 -!- sprout has quit (Ping timeout: 276 seconds).
23:36:49 -!- Lord_of_Life_ has joined.
23:38:03 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
23:38:04 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
2022-07-14
00:35:28 <esolangs> [[User:Lemonz]] https://esolangs.org/w/index.php?diff=100325&oldid=96501 * Lemonz * (-17) /* Hard ones */
01:06:51 -!- Melvar has quit (Ping timeout: 276 seconds).
01:20:19 -!- Melvar has joined.
02:21:37 -!- Melvar has quit (Ping timeout: 244 seconds).
02:49:34 -!- Melvar has joined.
03:03:29 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=100326&oldid=98211 * PixelatedStarfish * (+96) /* Hello, World! */
03:03:58 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=100327&oldid=100326 * PixelatedStarfish * (+2) /* Hello, World! */
03:04:44 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=100328&oldid=100327 * PixelatedStarfish * (-2) /* Hello, World! */
04:03:52 -!- Cale has quit (Ping timeout: 272 seconds).
04:24:26 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100329&oldid=99584 * PixelatedStarfish * (+3352) /* Error Message */
04:26:09 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100330&oldid=100329 * PixelatedStarfish * (+12) /* Interpreter in Python3 */
04:31:15 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100331&oldid=100330 * PixelatedStarfish * (+146) /* Interpreter in Python3 */
04:34:16 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100332&oldid=100331 * PixelatedStarfish * (+35) /* Interpreter in Python3 */
04:34:55 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100333&oldid=100332 * PixelatedStarfish * (+2) /* Interpreter in Python3 */
04:35:38 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100334&oldid=100333 * PixelatedStarfish * (-205)
04:36:54 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100335&oldid=100334 * PixelatedStarfish * (+25) /* Interpreter in Python3 */
04:54:16 -!- chiselfuse has quit (Remote host closed the connection).
04:54:25 -!- chiselfuse has joined.
05:58:52 <esolangs> [[OISC]] https://esolangs.org/w/index.php?diff=100336&oldid=100074 * ChuckEsoteric08 * (+0)
06:02:13 <esolangs> [[User:ChuckEsoteric08]] https://esolangs.org/w/index.php?diff=100337&oldid=99920 * ChuckEsoteric08 * (+23)
06:11:31 <esolangs> [[LECHEI]] https://esolangs.org/w/index.php?diff=100338&oldid=100250 * ChuckEsoteric08 * (+89)
06:14:25 -!- Lord_of_Life has quit (*.net *.split).
06:14:26 -!- genpaku has quit (*.net *.split).
06:14:26 -!- APic has quit (*.net *.split).
06:14:26 -!- olsner has quit (*.net *.split).
06:14:26 -!- laerling has quit (*.net *.split).
06:14:27 -!- joast has quit (*.net *.split).
06:14:27 -!- oren has quit (*.net *.split).
06:14:27 -!- lifthrasiir has quit (*.net *.split).
06:14:27 -!- CAT_S has quit (*.net *.split).
06:16:18 -!- Lord_of_Life has joined.
06:17:42 -!- genpaku has joined.
06:17:42 -!- APic has joined.
06:17:42 -!- olsner has joined.
06:17:42 -!- laerling has joined.
06:17:42 -!- joast has joined.
06:17:42 -!- oren has joined.
06:17:42 -!- lifthrasiir has joined.
06:17:42 -!- CAT_S has joined.
06:18:22 -!- CAT_S has quit (Max SendQ exceeded).
06:18:22 -!- APic has quit (Max SendQ exceeded).
06:18:33 -!- CAT_S has joined.
06:18:40 -!- APic has joined.
06:21:44 <esolangs> [[LECHEI]] https://esolangs.org/w/index.php?diff=100339&oldid=100338 * ChuckEsoteric08 * (+80)
06:24:12 <esolangs> [[LECHEI]] https://esolangs.org/w/index.php?diff=100340&oldid=100339 * ChuckEsoteric08 * (+2)
06:24:23 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100341&oldid=100266 * Leomok2009 * (+169)
06:25:18 <esolangs> [[Turi ip ip ip]] https://esolangs.org/w/index.php?diff=100342&oldid=100294 * Leomok2009 * (+84)
06:25:26 <esolangs> [[Turi ip ip ip]] https://esolangs.org/w/index.php?diff=100343&oldid=100342 * Leomok2009 * (+0)
06:39:40 <esolangs> [[LECHEI]] https://esolangs.org/w/index.php?diff=100344&oldid=100340 * ChuckEsoteric08 * (+92)
06:44:54 -!- chiselfuse has quit (Remote host closed the connection).
06:45:08 -!- chiselfuse has joined.
07:18:12 -!- tromp has joined.
07:43:16 -!- Sgeo has quit (Read error: Connection reset by peer).
07:52:04 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:02:51 <esolangs> [[1BNWL]] N https://esolangs.org/w/index.php?oldid=100345 * ChuckEsoteric08 * (+569) Created page with "{{Stub}} '''1BNWL'''('''1'''-'''B'''it '''N'''on-'''W'''arpping '''L'''anguage) is variant of [[Brainfuck]] with 1-bit tape invented by [[User:ChuckEsoteric08]] in 2022. ==Com..."
09:07:47 -!- tromp has joined.
09:10:46 <int-e> `? ponzi
09:10:49 <HackEso> ponzi? ¯\(°​_o)/¯
09:29:37 -!- sprout_ has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
09:30:01 -!- sprout has joined.
09:47:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:08:48 -!- tromp has joined.
11:03:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:04:21 -!- tromp has joined.
11:37:47 -!- __monty__ has joined.
11:42:33 -!- sprout has quit (Ping timeout: 276 seconds).
12:25:54 -!- sprout has joined.
12:27:11 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:32:19 -!- tromp has joined.
12:43:18 -!- __monty__ has quit (Quit: leaving).
12:53:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:55:51 -!- tromp has joined.
13:48:45 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] M https://esolangs.org/w/index.php?diff=100346&oldid=99593 * PythonshellDebugwindow * (+50) Categories
13:49:04 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] M https://esolangs.org/w/index.php?diff=100347&oldid=100346 * PythonshellDebugwindow * (+26) Category
13:58:23 <esolangs> [[Turi ip ip ip]] M https://esolangs.org/w/index.php?diff=100348&oldid=100343 * PythonshellDebugwindow * (+68) Categories
14:33:07 -!- wib_jonas has joined.
14:33:22 <wib_jonas> wow! I just managed to put a quite interesting referencing bug into my python program\
14:35:50 <wib_jonas> so I had my csv reader/writer module with tables where I used to store the list of rows as a simple list of lists, each row being a list. now I changed the table class to be more magical, so rows are stored as a special blessed object, and I made it so that when you append a row, it copies that list rather than keep referencing it. this makes sense
14:35:50 <wib_jonas> as the expected API if you already expect the table to work this way. however, I had some old code that appended rows into a table but also stored the same row into a dictionary keyed by something else so that the code can later look up a row by some key and modify that row. that code broke because the dictionary and the table now references
14:35:51 <wib_jonas> separate copies of the row.
14:36:21 <wib_jonas> luckily this doesn't come up too often, eg. it won't come up when I read a csv from a file, only when I write it, and even then only when I don't make the whole output row in a single pass
14:39:34 <wib_jonas> this is, of course, totally my fault for writing code this way, with a second reference to the row from somewhere other than the table\
14:42:37 <wib_jonas> I'll still have the dangerous second reference in my code, only now I have to create it after I pushed the row to the table, getting a reference to the row from the table after the table creates it
14:51:10 -!- Sgeo has joined.
14:54:07 <wib_jonas> now I'm auditing my code to make sure that this bug hits in only the exactly two cases that I've found, not anywhere else
15:00:31 -!- SGautam has joined.
15:07:28 <wib_jonas> I think I'm the old man now, preaching "this is why aliasing is bad for you, kids" but still smoking aliasing at home
15:25:39 <esolangs> [[DIVSPL]] N https://esolangs.org/w/index.php?oldid=100349 * Corbin * (+970) Stub a language I recently implemented. Sorry for the bad formatting.
15:31:29 <esolangs> [[FizzBuzz]] https://esolangs.org/w/index.php?diff=100350&oldid=99753 * Corbin * (-32) Bluelink to DIVSPL on-wiki. Also fix the DIVSPL program to have the same formatting as programs in other languages, outputting "FizzBuzz" instead of "fizzbuzz".
16:24:09 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100351&oldid=100335 * PixelatedStarfish * (-3342) /* Interpreter in Python3 */
16:25:35 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100352&oldid=100351 * PixelatedStarfish * (+16) /* Error Message */
16:28:07 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100353&oldid=100352 * PixelatedStarfish * (+44)
16:29:47 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100354&oldid=100353 * PixelatedStarfish * (+64)
16:32:04 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100355&oldid=100354 * PixelatedStarfish * (+1)
16:33:56 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100356&oldid=100355 * PixelatedStarfish * (+126) /* Commands */
16:35:30 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100357&oldid=100356 * PixelatedStarfish * (+36) /* Commands */
16:35:56 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100358&oldid=100357 * PixelatedStarfish * (+0) /* Commands */
16:36:41 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100359&oldid=100358 * PixelatedStarfish * (+2) /* Commands */
16:37:00 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100360&oldid=100359 * PixelatedStarfish * (+0) /* Commands */
16:39:02 <esolangs> [[Talk:The]] https://esolangs.org/w/index.php?diff=100361&oldid=99789 * PixelatedStarfish * (+242) /* Turing Completeness */
16:44:34 <fizzie> Nanoprotos -- https://github.com/protocolbuffers/protobuf/tree/javalite/javanano#nano-version -- made all the protobuf messages mutable, and we had an endless amount of problems of the kind of "thing A gives a proto to thing B but then continues to mutate it, but thing B went async and tried to serialize it on the background", which just makes the runtime crash because the serialization code
16:44:36 <fizzie> expect no changes while it's doing its thing.
16:45:04 -!- wib_jonas25 has joined.
16:45:11 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100362&oldid=100360 * PixelatedStarfish * (+306) /* Interpreting */
16:45:23 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100363&oldid=100362 * PixelatedStarfish * (+0) /* Using the Interpeter */
16:45:33 -!- wib_jonas has quit (Killed (NickServ (GHOST command used by wib_jonas25))).
16:45:38 -!- wib_jonas25 has changed nick to wib_jonas.
16:46:05 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100364&oldid=100363 * PixelatedStarfish * (+19) /* Using the Interpeter */
16:46:26 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100365&oldid=100364 * PixelatedStarfish * (-5) /* Command Line */
16:46:41 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100366&oldid=100365 * PixelatedStarfish * (+0) /* Running */
16:46:50 <wib_jonas> fizzie: I see. I found a second bug which was more stupid, where I pushed a row into a table and then mutated the row, like right in the same block of code for no reason, I just had to move the push call a few lines down in the code to fix it.
16:47:13 <wib_jonas> the aliasing from dictionaries at least had some reason to be like that, though of course it would be avoidable
16:53:53 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100367&oldid=100366 * PixelatedStarfish * (+63) /* Running */
16:59:54 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100368&oldid=100367 * PixelatedStarfish * (+390) /* The Debugger */
17:00:02 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100369&oldid=100368 * PixelatedStarfish * (-1) /* The Debugger */
17:01:34 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100370&oldid=100369 * PixelatedStarfish * (+37) /* The Debugger */
17:02:01 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100371&oldid=100370 * PixelatedStarfish * (-2) /* The Debugger */
17:02:35 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100372&oldid=100371 * PixelatedStarfish * (+50) /* The Debugger */
17:04:03 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100373&oldid=100372 * PixelatedStarfish * (+153) /* Using the Interpeter */
17:04:18 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100374&oldid=100373 * PixelatedStarfish * (+0) /* Help */
17:04:46 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100375&oldid=100374 * PixelatedStarfish * (+17) /* Help */
17:05:42 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100376&oldid=100375 * PixelatedStarfish * (+12) /* Help */
17:05:52 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100377&oldid=100376 * PixelatedStarfish * (+1) /* The Debugger */
17:06:07 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100378&oldid=100377 * PixelatedStarfish * (+33) /* Help */
17:20:04 -!- SGautam has quit (Quit: Connection closed for inactivity).
17:29:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:30:03 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100379&oldid=100322 * PythonshellDebugwindow * (+13) /* D */ add
17:34:20 -!- tromp has joined.
17:40:03 <esolangs> [[Special:Log/newusers]] create * IsaacPar * New user account
17:46:28 -!- Trieste has quit (Ping timeout: 244 seconds).
17:46:35 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=100380&oldid=100341 * IsaacPar * (+221) /* Introductions */
17:47:40 -!- Trieste has joined.
17:48:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:48:42 -!- tromp has joined.
17:55:47 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100381&oldid=100378 * PixelatedStarfish * (+313) /* Running */
18:00:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:11:00 -!- wib_jonas has quit (Quit: Client closed).
18:20:35 -!- tromp has joined.
18:25:31 <esolangs> [[Talk:2002-12-14]] https://esolangs.org/w/index.php?diff=100382&oldid=100303 * Yes * (+128)
18:26:07 <esolangs> [[Talk:2002-12-14]] https://esolangs.org/w/index.php?diff=100383&oldid=100382 * Yes * (-49) Undo revision 100382 by [[Special:Contributions/Yes|Yes]] ([[User talk:Yes|talk]])
18:38:33 -!- sprout has quit (Ping timeout: 276 seconds).
18:44:29 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100384&oldid=100381 * PixelatedStarfish * (-3) /* Running */
18:48:31 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100385&oldid=100384 * PixelatedStarfish * (+113) /* Running */
19:02:43 -!- sprout has joined.
19:12:35 <esolangs> [[Talk:Timeline of esoteric programming languages]] https://esolangs.org/w/index.php?diff=100386&oldid=63750 * Emerald * (+434) /* Gino? */ new section
19:13:43 <esolangs> [[Talk:Timeline of esoteric programming languages]] M https://esolangs.org/w/index.php?diff=100387&oldid=100386 * Emerald * (+26) fix
19:48:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:08:26 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100388&oldid=100379 * Nanobot567 * (+19) added potatoscript esolang
20:22:37 -!- tromp has joined.
20:32:13 -!- chiselfuse has quit (Write error: Connection reset by peer).
20:32:31 -!- chiselfuse has joined.
20:42:27 <esolangs> [[Hodor]] M https://esolangs.org/w/index.php?diff=100389&oldid=51753 * PythonshellDebugwindow * (+120) Add another Hodor, stub, category
21:32:23 <b_jonas> https://discord.com/channels/579345487371567105/579345487837003836/997110530483433482 "<markromanmiller> The challenge for this world is completing as many of the Project Euler programming challenges (projecteuler.net) as possible using Factorio." this sounds very on topic to this channel
21:47:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:49:18 -!- zzo38 has quit (Ping timeout: 240 seconds).
22:23:20 -!- Melvar has quit (Quit: WeeChat 3.5).
22:28:51 -!- Melvar has joined.
23:03:15 <esolangs> [[Patternfuck]] M https://esolangs.org/w/index.php?diff=100390&oldid=97016 * Robolta * (+0)
23:10:01 -!- zzo38 has joined.
23:32:02 <esolangs> [[DumbScript]] M https://esolangs.org/w/index.php?diff=100391&oldid=46780 * PythonshellDebugwindow * (+24) /* Download */ Category
23:36:59 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
23:37:28 -!- Lord_of_Life has joined.
23:51:01 <esolangs> [[Abc!?]] N https://esolangs.org/w/index.php?oldid=100392 * 1hals * (+3547) create
23:53:26 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100393&oldid=100392 * 1hals * (+276) update program syntax section
23:55:28 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100394&oldid=100393 * 1hals * (-7) change examples
2022-07-15
00:00:13 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100395&oldid=100394 * 1hals * (+513) add info about program syntax
00:02:27 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100396&oldid=100395 * 1hals * (+39) add type info
00:14:32 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100397&oldid=100396 * 1hals * (+682) change variable types
00:15:53 -!- Guest86 has joined.
00:16:15 -!- Guest86 has quit (Client Quit).
00:16:25 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100398&oldid=100397 * 1hals * (+55) make conditional statements paragraph prettier
00:23:24 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100399&oldid=100398 * 1hals * (+198) elaborate on conditionals
00:30:25 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100400&oldid=100399 * 1hals * (+40) fix formatting
00:58:15 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100401&oldid=100400 * 1hals * (+121) add example program
02:11:32 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100402&oldid=100385 * PixelatedStarfish * (+71) /* Help */
02:11:54 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100403&oldid=100402 * PixelatedStarfish * (+0) /* External Links */
02:14:16 <esolangs> [[The]] https://esolangs.org/w/index.php?diff=100404&oldid=100403 * PixelatedStarfish * (-2) /* External Links */
02:14:50 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=100405&oldid=100243 * PixelatedStarfish * (-187) /* The */
02:15:24 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=100406&oldid=100405 * PixelatedStarfish * (+187) /* Starstuff */
02:21:57 -!- lambdabot has quit (Remote host closed the connection).
02:22:29 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=100407&oldid=100406 * PixelatedStarfish * (-24) /* The */
02:23:02 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=100408&oldid=100407 * PixelatedStarfish * (+31) /* The */
02:23:12 -!- lambdabot has joined.
05:11:30 <zzo38> Some file formats, protocols, etc are too complicated, and others are too simple.
05:21:07 <zzo38> (And some are not suitable for some purposes)
05:34:05 -!- tromp has joined.
05:46:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:08:07 <esolangs> [[UponThem]] https://esolangs.org/w/index.php?diff=100409&oldid=90587 * DrKickflip * (-62)
06:10:59 -!- tromp has joined.
07:04:05 -!- Sgeo has quit (Read error: Connection reset by peer).
07:52:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:48:56 -!- chiselfuse has quit (Remote host closed the connection).
08:49:10 -!- chiselfuse has joined.
08:52:14 -!- Noisytoot has quit (Ping timeout: 272 seconds).
09:14:01 -!- tromp has joined.
09:45:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:55:07 -!- tromp has joined.
09:55:20 -!- chiselfu1e has joined.
09:56:38 <esolangs> [[Special:Log/newusers]] create * Esolanger12345 * New user account
09:57:08 -!- chiselfuse has quit (Ping timeout: 268 seconds).
10:19:02 -!- chiselfu1e has quit (Remote host closed the connection).
10:19:59 -!- chiselfuse has joined.
10:44:09 -!- wib_jonas has joined.
12:01:48 -!- chiselfuse has quit (Read error: Connection reset by peer).
12:02:06 -!- chiselfuse has joined.
12:15:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:16:36 -!- tromp has joined.
12:55:24 -!- Everything has joined.
13:07:46 -!- Noisytoot has joined.
13:20:08 -!- Everything has quit (Quit: leaving).
13:23:14 -!- chiselfuse has quit (Remote host closed the connection).
13:28:40 -!- chiselfuse has joined.
14:10:38 -!- sprout has quit (Ping timeout: 240 seconds).
14:28:14 <esolangs> [[Special:Log/newusers]] create * Jsbdom * New user account
14:28:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:30:58 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100410&oldid=100380 * Jsbdom * (+42) Assalamualaikum, hello my name is Erlang
14:32:25 -!- tromp has joined.
14:41:44 -!- sprout has joined.
14:43:41 <esolangs> [[2 Bits, 1 Byte]] https://esolangs.org/w/index.php?diff=100411&oldid=83525 * ChuckEsoteric08 * (+41)
14:44:54 <esolangs> [[Abc!?]] https://esolangs.org/w/index.php?diff=100412&oldid=100401 * 1hals * (+1) fix truth machine
14:47:49 -!- vyv has joined.
15:05:51 -!- Sgeo has joined.
15:06:38 <esolangs> [[Talk:AsciiDots]] N https://esolangs.org/w/index.php?oldid=100413 * Leomok2009 * (+123) Created page with "Are there floating point literals? So can you write #12.34 or do you need to divide 1234 by 100, which is memory-consuming?"
15:25:57 -!- vyv has quit (Quit: Konversation terminated!).
15:31:14 -!- vyv has joined.
15:31:17 -!- wib_jonas has quit (Quit: Client closed).
15:32:25 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100414&oldid=100388 * PythonshellDebugwindow * (+121) add
15:34:28 <esolangs> [[Human's mind have sex with someone]] M https://esolangs.org/w/index.php?diff=100415&oldid=73432 * PythonshellDebugwindow * (+147) Scroll overflow, categories
15:50:54 <esolangs> [[MindScuffed]] M https://esolangs.org/w/index.php?diff=100416&oldid=91371 * PythonshellDebugwindow * (+84) Categories
16:07:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:19:48 -!- vyv has quit (Quit: Konversation terminated!).
16:31:49 -!- tromp has joined.
16:41:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100417&oldid=100282 * PixelatedStarfish * (-2196) /* Errors */
16:41:52 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100418&oldid=100417 * PixelatedStarfish * (+2196) /* Commands */
16:45:21 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100419&oldid=100418 * PixelatedStarfish * (+101) /* Errors */
16:45:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100420&oldid=100419 * PixelatedStarfish * (+1) /* Files */
16:47:01 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100421&oldid=100420 * PixelatedStarfish * (+0) /* Input and Output */
16:47:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100422&oldid=100421 * PixelatedStarfish * (+0) /* File Management */
16:59:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100423&oldid=100422 * PixelatedStarfish * (+140) /* Input and Output */
17:01:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100424&oldid=100423 * PixelatedStarfish * (+0) /* Error Handling */
17:07:33 -!- __monty__ has joined.
17:19:10 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100425&oldid=100424 * PixelatedStarfish * (-1) /* Argument Tokens */
17:20:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:28:12 <int-e> b_jonas: this redactle is unintentionally very easy...
17:54:06 <b_jonas> int-e: got it in 27. took me that long to figure out the three-letter word in the article title.
17:55:31 <int-e> b_jonas: did you notice the unredacted phrase?
17:55:43 <b_jonas> no
17:56:00 <int-e> (I got it in 9 largely because of that. It talked about erfreibvef)
17:56:13 <int-e> (and urng)
17:57:38 <b_jonas> wow, you're right
17:57:47 <b_jonas> perhaps a less-than sign confused their parser or something
18:06:31 -!- Cale has joined.
18:07:11 -!- tromp has joined.
18:13:57 <Sgeo> zzo38, you make music? https://mmontag.github.io/chip-player-js/browse/OPLArchive/zzo38
18:25:41 <esolangs> [[Selt]] M https://esolangs.org/w/index.php?diff=100426&oldid=100307 * Zip * (+1663)
18:37:36 <esolangs> [[ArrayFuck]] https://esolangs.org/w/index.php?diff=100427&oldid=99962 * MinekPo1 * (+130) fixed markup, clarified, defined behavior (thanks SoundOfSpouting and Darxoon from the esolangs discord)
18:51:39 <zzo38> Do you have a direct link to the file?
18:56:06 <zzo38> (I wrote some music files but I do not know if it is that one specifically, or not)
19:20:12 -!- chiselfuse has quit (Remote host closed the connection).
19:20:30 -!- chiselfuse has joined.
19:23:09 -!- sprout has quit (Ping timeout: 276 seconds).
19:43:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:44:05 -!- tromp has joined.
19:45:02 -!- chiselfuse has quit (Remote host closed the connection).
19:45:20 -!- chiselfuse has joined.
19:51:35 -!- sprout has joined.
20:05:27 <Sgeo> I'm actually rather confused, it should be in https://opl.wafflenet.com/ but I don't see it
20:05:41 <Sgeo> The filename is Caverns_of_Zeux_-_Heaven.vgz
20:07:14 <Sgeo> https://gifx.co/music/OPLArchive/zzo38/Caverns_of_Zeux_-_Heaven.vgz
20:08:02 <Sgeo> Is where the player site downloads the file from. But how it got there idk
20:10:11 <Sgeo> (It could be a conversion, .vgz is a zipped version of .vgm which is a record of what a music chip is told to play)
20:10:26 <Sgeo> (or gzipped?)
20:11:40 <zzo38> I did write a file with that name, so possibly. (I also wrote the MML compiler that will write that file, although it has some mistakes and is incomplete, but it is good enough to write that one.)
20:38:42 <zzo38> Web pages that use JavaScripts should not merely display "This web page requires JavaScripts" or something similar, or nothing at all. It should provide explanations about its use, links to raw data if applicable, links to API documentation, or whatever is appropriate. In some cases the document otherwise still works and no message needs to be displayed.
20:38:57 <zzo38> (I did see one web page that did link to API documentation in this case, although it was a broken link.)
20:44:10 <Sgeo> I think most of my personal projects wouldn't make sense in a Javascript free world. My Blinkenlights one would though, if I wanted to bother with server side coding
20:45:29 <Sgeo> Hmm my Tagpro music player could also be server-side instead of client-side, to retrieve the list of music from Tagpro and process into links
20:45:58 <Sgeo> BitMagic Web Player inherently uses Ruffle. Floops archive uses X_ITE which uses WebGL
21:25:08 <zzo38> I am not saying that nothing will ever need it. However, it is often used improperly, or even if used properly is not explained properly, etc. In some cases it would be appropriate to include API documentation and/or raw data links.
21:27:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:43:56 -!- __monty__ has quit (Quit: leaving).
23:37:30 -!- Lord_of_Life has quit (Ping timeout: 240 seconds).
23:40:01 -!- Lord_of_Life has joined.
23:43:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100428&oldid=100425 * PixelatedStarfish * (+407) /* Useful Operators */
23:45:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100429&oldid=100428 * PixelatedStarfish * (+25) /* Highlighting */
23:51:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100430&oldid=100429 * PixelatedStarfish * (+71) /* Sources */
23:53:26 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100431&oldid=100430 * PixelatedStarfish * (+0) /* Highlighting */
23:55:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100432&oldid=100431 * PixelatedStarfish * (+0) /* Highlighting */
23:58:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100433&oldid=100432 * PixelatedStarfish * (+0) /* Highlighting */
23:59:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100434&oldid=100433 * PixelatedStarfish * (+0) /* Highlighting */
2022-07-16
00:01:11 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100435&oldid=100434 * PixelatedStarfish * (-9) /* Highlighting */
00:54:39 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=100436&oldid=100267 * Kequals * (+58) Added CraftyFunge interpreter
00:56:31 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=100437&oldid=100436 * Kequals * (+83) Add link to CraftyFunge Deadfish source code
00:56:57 <esolangs> [[EsoInterpreters]] https://esolangs.org/w/index.php?diff=100438&oldid=91559 * Kequals * (+517) Added Craftyfunge interpreters of Brainfuck and Deadfish
01:09:01 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100439&oldid=100435 * PixelatedStarfish * (+0) /* Highlighting */
01:14:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100440&oldid=100439 * PixelatedStarfish * (+390) /* Highlighting */
03:36:03 <imode> is a RAM machine with unbounded memory, bounded memory cells and no indirection TC?
03:46:01 <imode> ..nope.
03:46:04 <imode> answered that myself.
05:35:26 -!- tromp has joined.
05:45:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:10:48 -!- tromp has joined.
06:53:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:06:47 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100441&oldid=100410 * Esolanger12345 * (+103) Introduction
07:07:41 <esolangs> [[Talk:DeadPig]] https://esolangs.org/w/index.php?diff=100442&oldid=41944 * Esolanger12345 * (+50) Rip pig
07:09:34 <esolangs> [[DeadPig]] https://esolangs.org/w/index.php?diff=100443&oldid=97644 * Esolanger12345 * (+4) Sad edit
07:11:27 <esolangs> [[QuinePig]] M https://esolangs.org/w/index.php?diff=100444&oldid=97642 * Esolanger12345 * (+1) Fix Name
07:17:25 <zzo38> I had idea of Magic: the Gathering card that you can either copy a object in the stack and make the copy to target the original, or you can copy a permanent that is attached to another permanent and make the copy attached to the original (some changes are made in the copy, which makes this possible).
08:10:11 -!- tromp has joined.
08:24:38 <esolangs> [[Smallfuck]] https://esolangs.org/w/index.php?diff=100445&oldid=93973 * ChuckEsoteric08 * (+96)
08:28:15 <esolangs> [[Smallfuck/sf2wikitable]] N https://esolangs.org/w/index.php?oldid=100446 * ChuckEsoteric08 * (+726) Created page with "Here is an some programs compiled to wiki tables ==Program:>*>*[*<], tape lenght:8== {| class="wikitable" |- ! Command number !! State of program(running or halted) !! Current..."
08:31:42 <esolangs> [[User:ChuckEsoteric08]] https://esolangs.org/w/index.php?diff=100447&oldid=100337 * ChuckEsoteric08 * (+108)
08:33:14 <esolangs> [[User:ChuckEsoteric08]] https://esolangs.org/w/index.php?diff=100448&oldid=100447 * ChuckEsoteric08 * (+13)
08:38:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:46:02 -!- Sgeo has quit (Read error: Connection reset by peer).
08:48:03 -!- tromp has joined.
08:49:44 <esolangs> [[Talk:Bitch]] https://esolangs.org/w/index.php?diff=100449&oldid=62953 * Esolanger12345 * (-65541) Lmao
08:51:39 <esolangs> [[Talk:Bitch]] https://esolangs.org/w/index.php?diff=100450&oldid=100449 * Esolanger12345 * (+97)
08:53:33 <esolangs> [[Talk:Bitch]] https://esolangs.org/w/index.php?diff=100451&oldid=100450 * Esolanger12345 * (-97) Undo revision 100450 by [[Special:Contributions/Esolanger12345|Esolanger12345]] ([[User talk:Esolanger12345|talk]])
08:54:17 <esolangs> [[Talk:Bitch]] https://esolangs.org/w/index.php?diff=100452&oldid=100451 * Esolanger12345 * (+97) Undo revision 100451 by [[Special:Contributions/Esolanger12345|Esolanger12345]] ([[User talk:Esolanger12345|talk]])
09:10:58 -!- Guest23 has joined.
09:19:06 -!- Guest23 has quit (Ping timeout: 252 seconds).
10:02:00 -!- Guest23 has joined.
10:02:41 -!- Guest23 has changed nick to sex.
10:05:39 -!- sex has changed nick to nicenicname.
10:20:06 -!- genpaku has quit (Remote host closed the connection).
10:20:47 -!- genpaku has joined.
11:04:58 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=100453&oldid=100313 * Peter * (-2) /* Special */
11:07:55 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=100454&oldid=100453 * Peter * (+117) /* Special */
11:09:00 <esolangs> [[Abstract]] https://esolangs.org/w/index.php?diff=100455&oldid=100454 * Peter * (+19)
11:14:36 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100456&oldid=100440 * PixelatedStarfish * (+0) /* Highlighting */
11:14:54 <esolangs> [[Batch no For]] N https://esolangs.org/w/index.php?oldid=100457 * ChuckEsoteric08 * (+341) Created page with "{{Stub}} '''Batch No For'''('''Banof''') is an subset of Batch which allows control flow only by goto statements and executing other batch files by using <code>call</code> and..."
11:15:22 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100458&oldid=100456 * PixelatedStarfish * (+0) /* Highlighting */
11:16:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100459&oldid=100458 * PixelatedStarfish * (+0) /* Highlighting */
11:18:45 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:20:30 -!- tromp has joined.
11:26:32 -!- nicenicname has quit (Quit: Client closed).
11:30:38 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100460&oldid=100459 * PixelatedStarfish * (-19) /* Highlighting */
11:31:32 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100461&oldid=100460 * PixelatedStarfish * (+3) /* Highlighting */
11:32:24 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100462&oldid=100461 * PixelatedStarfish * (-6) /* Highlighting */
11:32:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100463&oldid=100462 * PixelatedStarfish * (-1) /* Highlighting */
11:39:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100464&oldid=100463 * PixelatedStarfish * (+40) /* Highlighting */
11:39:31 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100465&oldid=100464 * PixelatedStarfish * (-1) /* Highlighting */
11:41:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100466&oldid=100465 * PixelatedStarfish * (+0) /* Highlighting */
11:44:57 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100467&oldid=100466 * PixelatedStarfish * (+39) /* Highlighting */
11:47:32 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100468&oldid=100467 * PixelatedStarfish * (+40) /* Highlighting */
11:49:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100469&oldid=100468 * PixelatedStarfish * (+0) /* Highlighting */
11:50:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100470&oldid=100469 * PixelatedStarfish * (+0) /* Highlighting */
11:51:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100471&oldid=100470 * PixelatedStarfish * (+0) /* Highlighting */
11:52:23 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100472&oldid=100471 * PixelatedStarfish * (+0) /* Highlighting */
11:54:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100473&oldid=100472 * PixelatedStarfish * (+40) /* Highlighting */
11:55:11 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100474&oldid=100473 * PixelatedStarfish * (+0) /* Highlighting */
11:57:03 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:59:25 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100475&oldid=100474 * PixelatedStarfish * (+0) /* Highlighting */
12:00:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100476&oldid=100475 * PixelatedStarfish * (+0) /* Highlighting */
12:01:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100477&oldid=100476 * PixelatedStarfish * (+0) /* Highlighting */
12:04:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100478&oldid=100477 * PixelatedStarfish * (+0) /* Highlighting */
12:07:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100479&oldid=100478 * PixelatedStarfish * (+6) /* Highlighting */
12:07:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100480&oldid=100479 * PixelatedStarfish * (-9) /* Highlighting */
12:15:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100481&oldid=100480 * PixelatedStarfish * (+5) /* Highlighting */
12:17:58 -!- chiselfuse has quit (Remote host closed the connection).
12:18:11 -!- chiselfuse has joined.
12:20:48 -!- tromp has joined.
12:23:00 -!- sprout has quit (Ping timeout: 276 seconds).
12:31:23 <fizzie> Idea: why doesn't anyone make a HDMI-{Qwiic,STEMMA QT,JST-SH} cable? The latter being (respectively) the SparkFun/Adafruit standard for prototyping I2C connections. Then you could just use spare HDMI ports (in a headless system, say) for connecting any I2C peripherals, like sensors of all sorts.
12:31:38 <fizzie> (HDMI has pins for an exposed I2C bus, which is normally used for VGA DDC, that thing that reads an EEPROM from the display to learn its properties. But that's not the only thing it could be used for. https://mitxela.com/projects/ddc-oled is a blog post of someone connecting an I2C-interfaced small OLED display to it.)
12:32:43 <fizzie> I mean, you can of course just take a regular HDMI cable and chop the end off (that's what was done there), but it'd be more convenient, and probably look neater, if there was a properly made cable.
12:36:24 <fizzie> Not sure if all GPU drivers expose that I2C bus as a fully fledged I2C adapter, but I think at least both Intel and the (proprietary) NVIDIA ones do.
12:50:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:53:27 -!- tromp has joined.
13:00:38 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100482&oldid=100481 * PixelatedStarfish * (+2) /* Highlighting */
13:02:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100483&oldid=100482 * PixelatedStarfish * (+0) /* Highlighting */
13:06:10 <esolangs> [[Special:Log/newusers]] create * K * New user account
13:09:42 -!- sprout has joined.
13:11:22 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=100484&oldid=100441 * K * (+370)
13:13:21 <esolangs> [[Special:Log/newusers]] create * Blendi Goose * New user account
13:18:53 <esolangs> [[BigBrain]] N https://esolangs.org/w/index.php?oldid=100485 * K * (+896) Created page with "BigBrain is a Brainfuck remake by user k written in Lua. This is not an extensions, as a lot of stuff is different. Here's a list: '''#Every byte is set to one at the beginn..."
13:20:10 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100486&oldid=100414 * K * (+15)
13:21:04 <esolangs> [[Special:Log/newusers]] create * A Monitor * New user account
13:23:12 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100487&oldid=100485 * K * (+41)
13:23:33 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100488&oldid=100487 * K * (-8)
13:24:20 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100489&oldid=100488 * K * (+8)
13:24:30 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100490&oldid=100489 * K * (-4)
13:25:45 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100491&oldid=100484 * Blendi Goose * (+231) /* Introductions */
13:27:22 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100492&oldid=100491 * K * (+62)
13:50:18 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100493&oldid=100490 * K * (+989)
13:52:39 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100494&oldid=100493 * K * (+82)
13:55:14 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100495&oldid=100494 * K * (+58)
13:56:25 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100496&oldid=100495 * K * (-14)
14:31:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100497&oldid=100483 * PixelatedStarfish * (+28) /* Highlighting */
14:32:21 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100498&oldid=100497 * PixelatedStarfish * (-5) /* Highlighting */
14:32:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100499&oldid=100498 * PixelatedStarfish * (+0) /* Highlighting */
14:34:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100500&oldid=100499 * PixelatedStarfish * (-1) /* Highlighting */
14:37:34 <esolangs> [[BigBrain]] M https://esolangs.org/w/index.php?diff=100501&oldid=100496 * PythonshellDebugwindow * (+83) Categories
14:39:27 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100502&oldid=100492 * A Monitor * (+188) Added myself
14:40:32 <esolangs> [[Brainjuice]] N https://esolangs.org/w/index.php?oldid=100503 * A Monitor * (+3533) Initial page
15:02:37 <esolangs> [[Brainjuice]] M https://esolangs.org/w/index.php?diff=100504&oldid=100503 * PythonshellDebugwindow * (+112) Categories
15:03:24 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100505&oldid=100486 * PythonshellDebugwindow * (+17) /* B */ add
15:11:15 <esolangs> [[Talk:Bitch]] M https://esolangs.org/w/index.php?diff=100506&oldid=100452 * PythonshellDebugwindow * (+33659) Restore part 1
15:11:39 <esolangs> [[Talk:Bitch]] M https://esolangs.org/w/index.php?diff=100507&oldid=100506 * PythonshellDebugwindow * (+27674) Restore part 2
15:12:00 <esolangs> [[Talk:Bitch]] M https://esolangs.org/w/index.php?diff=100508&oldid=100507 * PythonshellDebugwindow * (+4112) Restore part 3
15:12:39 <esolangs> [[Talk:Bitch]] M https://esolangs.org/w/index.php?diff=100509&oldid=100508 * PythonshellDebugwindow * (-1) Remove extra line
15:14:48 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100510&oldid=100501 * K * (+9)
15:15:14 <esolangs> [[User:A Monitor]] N https://esolangs.org/w/index.php?oldid=100511 * A Monitor * (+76) Created page with "Hi, I like coding in Dart and making garbage esolangs no one would ever use."
15:16:10 <esolangs> [[User:K]] N https://esolangs.org/w/index.php?oldid=100512 * K * (+4) Created page with "am k"
15:16:13 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100513&oldid=100510 * K * (+26)
15:16:44 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100514&oldid=100513 * K * (-24)
15:18:03 <esolangs> [[Brainjuice]] https://esolangs.org/w/index.php?diff=100515&oldid=100504 * A Monitor * (+120) Added link to interpreter
15:19:44 <esolangs> [[Brainjuice]] M https://esolangs.org/w/index.php?diff=100516&oldid=100515 * PythonshellDebugwindow * (+25) Categories
15:34:00 <esolangs> [[Esoteric coder]] M https://esolangs.org/w/index.php?diff=100517&oldid=68328 * PythonshellDebugwindow * (+25) m
15:35:00 <esolangs> [[Special:Log/move]] move * PythonshellDebugwindow * moved [[Batch no For]] to [[Batch No For]]: Fix title
15:35:35 <esolangs> [[Smallfuck/sf2wikitable]] M https://esolangs.org/w/index.php?diff=100520&oldid=100446 * PythonshellDebugwindow * (+29) Stub, back
15:35:48 <esolangs> [[Smallfuck/sf2wikitable]] M https://esolangs.org/w/index.php?diff=100521&oldid=100520 * PythonshellDebugwindow * (+0) fix
15:36:07 <esolangs> [[Smallfuck]] M https://esolangs.org/w/index.php?diff=100522&oldid=100445 * PythonshellDebugwindow * (+29) /* See also */ add
15:38:10 <esolangs> [[LECHEI]] M https://esolangs.org/w/index.php?diff=100523&oldid=100344 * PythonshellDebugwindow * (+9) stub
15:38:49 <esolangs> [[1BNWL]] M https://esolangs.org/w/index.php?diff=100524&oldid=100345 * PythonshellDebugwindow * (+90) Categories
15:42:09 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100525&oldid=100311 * Yes * (+51)
15:44:33 <esolangs> [[Multeq]] M https://esolangs.org/w/index.php?diff=100526&oldid=100228 * PythonshellDebugwindow * (+50) Stub, category
15:46:02 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100527&oldid=100525 * Yes * (+246)
15:46:23 <esolangs> [[ATSML]] M https://esolangs.org/w/index.php?diff=100528&oldid=100226 * PythonshellDebugwindow * (+74) Categories
15:48:35 <esolangs> [[2002-12-14]] https://esolangs.org/w/index.php?diff=100529&oldid=100527 * Yes * (+62)
15:56:28 <esolangs> [[Smaller]] M https://esolangs.org/w/index.php?diff=100530&oldid=100229 * PythonshellDebugwindow * (+41) Category
15:56:47 <esolangs> [[AddJump]] M https://esolangs.org/w/index.php?diff=100531&oldid=99897 * PythonshellDebugwindow * (+41) Category
15:57:01 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100532&oldid=100500 * PixelatedStarfish * (+9) /* Highlighting */
15:57:22 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100533&oldid=100532 * PixelatedStarfish * (+0) /* Highlighting */
16:04:13 -!- Trieste has quit (Quit: Be well!).
16:05:02 -!- Trieste has joined.
16:09:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:17:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100534&oldid=100533 * PixelatedStarfish * (+889) /* Highlighting */
16:18:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100535&oldid=100534 * PixelatedStarfish * (+2) /* Highlighting */
16:26:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100536&oldid=100535 * PixelatedStarfish * (+1) /* Highlighting */
16:30:18 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100537&oldid=100536 * PixelatedStarfish * (+0) /* Highlighting */
16:32:16 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100538&oldid=100537 * PixelatedStarfish * (+0) /* Highlighting */
16:36:10 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100539&oldid=100538 * PixelatedStarfish * (+0) /* Highlighting */
16:39:11 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100540&oldid=100539 * PixelatedStarfish * (+0) /* Highlighting */
16:40:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100541&oldid=100540 * PixelatedStarfish * (+0) /* Highlighting */
16:44:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100542&oldid=100541 * PixelatedStarfish * (+13) /* Highlighting */
16:44:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100543&oldid=100542 * PixelatedStarfish * (+0) /* Highlighting */
16:54:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100544&oldid=100543 * PixelatedStarfish * (-600) /* Highlighting */
16:55:21 -!- tromp has joined.
16:55:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100545&oldid=100544 * PixelatedStarfish * (+71) /* Highlighting */
16:57:21 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100546&oldid=100545 * PixelatedStarfish * (+104) /* Highlighting */
16:57:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100547&oldid=100546 * PixelatedStarfish * (+6) /* Highlighting */
17:01:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100548&oldid=100547 * PixelatedStarfish * (+33) /* Highlighting */
17:01:49 <int-e> hmm busy day on the wiki
17:01:59 <int-e> (microedits)
17:29:47 <esolangs> [[Talk:Turi ip ip ip]] N https://esolangs.org/w/index.php?oldid=100549 * SpaceByte * (+149) Created page with "= turi ip = turi ip ip ip ip ip ip ip ip tshka ip tura ik ip --~~~~"
17:31:33 -!- __monty__ has joined.
17:40:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100550&oldid=100548 * PixelatedStarfish * (+21) /* Highlighting */
17:43:24 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100551&oldid=100550 * PixelatedStarfish * (+122) /* Highlighting */
18:06:20 -!- Sgeo has joined.
18:07:38 <esolangs> [[Talk:lang]] https://esolangs.org/w/index.php?diff=100552&oldid=99929 * Yes * (+258)
18:08:09 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:12:16 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100553&oldid=100551 * PixelatedStarfish * (+1) /* Highlighting */
18:13:00 <esolangs> [[Brainjuice]] https://esolangs.org/w/index.php?diff=100554&oldid=100516 * A Monitor * (+16)
18:13:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100555&oldid=100553 * PixelatedStarfish * (-1) /* Highlighting */
18:15:20 -!- chiselfuse has quit (Write error: Broken pipe).
18:15:32 -!- chiselfuse has joined.
18:19:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100556&oldid=100555 * PixelatedStarfish * (+6) /* Highlighting */
18:19:43 <esolangs> [[Talk:Burn]] https://esolangs.org/w/index.php?diff=100557&oldid=90067 * Yes * (+413) /* not sure if this helps */ new section
18:23:23 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100558&oldid=100285 * Yes * (+106) /* i just found out something */ new section
18:24:31 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100559&oldid=100558 * Yes * (+32)
18:25:50 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100560&oldid=100319 * Yes * (+56)
18:26:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100561&oldid=100556 * PixelatedStarfish * (+0) /* Highlighting */
18:26:36 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100562&oldid=100560 * Yes * (+8)
18:27:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100563&oldid=100561 * PixelatedStarfish * (-6) /* Highlighting */
18:31:57 -!- sprout has quit (Ping timeout: 268 seconds).
18:39:56 <esolangs> [[2 Bits, 256 Bytes]] N https://esolangs.org/w/index.php?oldid=100564 * Yes * (+410) Created page with "2 Bits, 256 Bytes is simply [[2 Bits, 1 Byte]] by [[User:Gilbert189]] but now, the 1 byte limit is now 256 bytes. <br> The only major diffrence is that the END instruction wil..."
18:40:15 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100565&oldid=100562 * Yes * (+27)
18:54:00 -!- tromp has joined.
18:55:52 -!- sprout has joined.
19:09:03 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100566&oldid=100514 * K * (-1)
19:17:20 -!- chiselfuse has quit (Remote host closed the connection).
19:17:31 -!- chiselfuse has joined.
19:21:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100567&oldid=100563 * PixelatedStarfish * (+33) /* Highlighting */
19:31:13 -!- chiselfuse has quit (Write error: Connection reset by peer).
19:31:34 -!- chiselfuse has joined.
19:34:10 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100568&oldid=100567 * PixelatedStarfish * (+585) /* Highlighting */
19:36:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100569&oldid=100568 * PixelatedStarfish * (+1) /* Highlighting */
19:36:46 -!- Trieste has quit (Quit: Be well!).
19:37:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100570&oldid=100569 * PixelatedStarfish * (+0) /* Highlighting */
19:38:01 -!- Trieste has joined.
19:38:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100571&oldid=100570 * PixelatedStarfish * (+0) /* Highlighting */
19:39:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100572&oldid=100571 * PixelatedStarfish * (+0) /* Highlighting */
19:40:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100573&oldid=100572 * PixelatedStarfish * (+0) /* Highlighting */
19:42:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100574&oldid=100573 * PixelatedStarfish * (+0) /* Highlighting */
19:43:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100575&oldid=100574 * PixelatedStarfish * (+0) /* Highlighting */
19:44:43 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100576&oldid=100575 * PixelatedStarfish * (+0) /* Highlighting */
19:45:50 <esolangs> [[BigBrain]] M https://esolangs.org/w/index.php?diff=100577&oldid=100566 * PythonshellDebugwindow * (+0) Category
19:47:53 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100578&oldid=100576 * PixelatedStarfish * (+0) /* Highlighting */
19:47:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:48:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100579&oldid=100578 * PixelatedStarfish * (+0) /* Highlighting */
19:55:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100580&oldid=100579 * PixelatedStarfish * (+0) /* Highlighting */
20:00:07 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100581&oldid=100580 * PixelatedStarfish * (-1) /* Highlighting */
20:02:23 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100582&oldid=100581 * PixelatedStarfish * (-2) /* Highlighting */
20:02:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100583&oldid=100582 * PixelatedStarfish * (+0) /* Highlighting */
20:08:55 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100584&oldid=100502 * Arahis93 * (+63) /* Introductions */
20:09:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100585&oldid=100583 * PixelatedStarfish * (-120) /* Highlighting */
20:10:08 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100586&oldid=100584 * Arahis93 * (+70)
20:10:39 <esolangs> [[DigitLang]] N https://esolangs.org/w/index.php?oldid=100587 * Arahis93 * (+629) Created page with "== About DigitLang == '''DigitLang''' is a simple esoteric language by [[User:Arahis93]]. == Syntaxis == There is only one command in the DigitLang. This is the number of th..."
20:11:23 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=100588&oldid=100586 * Bilman66 * (+138) Added my short description
20:11:36 <esolangs> [[DigitLang]] https://esolangs.org/w/index.php?diff=100589&oldid=100587 * Arahis93 * (+4)
20:13:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100590&oldid=100585 * PixelatedStarfish * (-10) /* Highlighting */
20:15:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100591&oldid=100590 * PixelatedStarfish * (+0) /* Highlighting */
20:15:36 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100592&oldid=100505 * Arahis93 * (+18) /* D */
20:16:06 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100593&oldid=100592 * Arahis93 * (-2) /* D */
20:18:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100594&oldid=100591 * PixelatedStarfish * (+0) /* Highlighting */
20:18:29 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100595&oldid=100594 * PixelatedStarfish * (+0) /* Highlighting */
20:24:35 -!- tromp has joined.
20:29:42 <esolangs> [[2002-12-14]] M https://esolangs.org/w/index.php?diff=100596&oldid=100529 * Yes * (+20)
20:31:54 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100597&oldid=100559 * SpaceByte * (+224)
20:44:18 -!- tromp has quit (Read error: Connection reset by peer).
20:51:36 <esolangs> [[DigitLang]] M https://esolangs.org/w/index.php?diff=100598&oldid=100589 * PythonshellDebugwindow * (+131) Categories
20:54:44 <esolangs> [[Deklare]] M https://esolangs.org/w/index.php?diff=100599&oldid=78092 * PythonshellDebugwindow * (+24) /* Implementation(s) */ Add category
20:56:57 <esolangs> [[Revaver]] M https://esolangs.org/w/index.php?diff=100600&oldid=34527 * PythonshellDebugwindow * (+13) Deadlink
20:58:26 <esolangs> [[Stable]] M https://esolangs.org/w/index.php?diff=100601&oldid=68878 * PythonshellDebugwindow * (+71) See also, category
21:00:28 <esolangs> [[Revaver]] M https://esolangs.org/w/index.php?diff=100602&oldid=100600 * PythonshellDebugwindow * (+17) Wayback
21:01:24 <esolangs> [[Migol 11]] M https://esolangs.org/w/index.php?diff=100603&oldid=23329 * PythonshellDebugwindow * (+48) Categories
21:14:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100604&oldid=100595 * PixelatedStarfish * (+39) /* Highlighting */
21:20:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100605&oldid=100604 * PixelatedStarfish * (+38) /* Highlighting */
21:22:15 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100606&oldid=100605 * PixelatedStarfish * (+0) /* Highlighting */
21:39:34 -!- __monty__ has quit (Quit: leaving).
22:12:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100607&oldid=100606 * PixelatedStarfish * (+0) /* Highlighting */
22:15:02 -!- chiselfuse has quit (Remote host closed the connection).
22:26:10 -!- chiselfuse has joined.
23:02:02 <esolangs> [[User talk:SpaceByte]] https://esolangs.org/w/index.php?diff=100608&oldid=100597 * Yes * (+151)
23:37:30 -!- Lord_of_Life has quit (Ping timeout: 240 seconds).
23:38:17 -!- Lord_of_Life has joined.
23:40:45 <esolangs> [[DIVSPL]] M https://esolangs.org/w/index.php?diff=100609&oldid=100349 * PythonshellDebugwindow * (+130) Categories
23:41:37 <esolangs> [[Forex]] M https://esolangs.org/w/index.php?diff=100610&oldid=96599 * PythonshellDebugwindow * (+52) Categories
2022-07-17
00:57:15 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100611&oldid=100607 * PixelatedStarfish * (-1) /* Influences: Shameless Theft */
00:58:09 -!- immibis_ has joined.
01:01:33 -!- immibis has quit (Ping timeout: 276 seconds).
01:08:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100612&oldid=100611 * PixelatedStarfish * (+135) /* Highlighting */
01:09:53 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100613&oldid=100612 * PixelatedStarfish * (+0) /* Highlighting */
01:10:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100614&oldid=100613 * PixelatedStarfish * (+0) /* Highlighting */
01:14:07 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100615&oldid=100614 * PixelatedStarfish * (+0) /* Highlighting */
01:16:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100616&oldid=100615 * PixelatedStarfish * (-2) /* Highlighting */
01:17:31 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100617&oldid=100616 * PixelatedStarfish * (+0) /* Highlighting */
01:17:48 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100618&oldid=100617 * PixelatedStarfish * (+0) /* Highlighting */
01:23:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100619&oldid=100618 * PixelatedStarfish * (+0) /* Highlighting */
01:25:32 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100620&oldid=100619 * PixelatedStarfish * (+0) /* Highlighting */
01:26:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100621&oldid=100620 * PixelatedStarfish * (-2) /* Highlighting */
02:05:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100622&oldid=100621 * PixelatedStarfish * (-1) /* Highlighting */
02:06:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100623&oldid=100622 * PixelatedStarfish * (+2) /* Highlighting */
02:54:37 <esolangs> [[Y/N]] https://esolangs.org/w/index.php?diff=100624&oldid=72321 * Esolanger12345 * (+1)
02:55:03 <esolangs> [[Y/N]] https://esolangs.org/w/index.php?diff=100625&oldid=100624 * Esolanger12345 * (+13)
03:35:32 <esolangs> [[OLNMLNE]] https://esolangs.org/w/index.php?diff=100626&oldid=93919 * Esolanger12345 * (+27)
03:35:42 <esolangs> [[OLNMLNE]] https://esolangs.org/w/index.php?diff=100627&oldid=100626 * Esolanger12345 * (+2)
04:45:31 <esolangs> [[OLNMLNE]] https://esolangs.org/w/index.php?diff=100628&oldid=100627 * Esolanger12345 * (+6)
04:45:43 <esolangs> [[OLNMLNE]] https://esolangs.org/w/index.php?diff=100629&oldid=100628 * Esolanger12345 * (-21)
04:46:15 <esolangs> [[OLNMLNE]] https://esolangs.org/w/index.php?diff=100630&oldid=100629 * Esolanger12345 * (+21) Undo revision 100629 by [[Special:Contributions/Esolanger12345|Esolanger12345]] ([[User talk:Esolanger12345|talk]])
04:46:37 <esolangs> [[OLNMLNE]] https://esolangs.org/w/index.php?diff=100631&oldid=100630 * Esolanger12345 * (+10)
05:13:14 <esolangs> [[DeafPig]] https://esolangs.org/w/index.php?diff=100632&oldid=45270 * Esolanger12345 * (+15)
05:13:24 <esolangs> [[DeafPig]] https://esolangs.org/w/index.php?diff=100633&oldid=100632 * Esolanger12345 * (+1)
05:14:10 <esolangs> [[DeafPig]] https://esolangs.org/w/index.php?diff=100634&oldid=100633 * Esolanger12345 * (-1) Undo revision 100633 by [[Special:Contributions/Esolanger12345|Esolanger12345]] ([[User talk:Esolanger12345|talk]])
05:14:26 <esolangs> [[DeafPig]] https://esolangs.org/w/index.php?diff=100635&oldid=100634 * Esolanger12345 * (-15) Undo revision 100632 by [[Special:Contributions/Esolanger12345|Esolanger12345]] ([[User talk:Esolanger12345|talk]])
05:16:16 <esolangs> [[LispSpace]] https://esolangs.org/w/index.php?diff=100636&oldid=98032 * Esolanger12345 * (+4)
06:24:14 <esolangs> [[*]] https://esolangs.org/w/index.php?diff=100637&oldid=81120 * Esolanger12345 * (+7) /* Random Number Generator between 0 and 2,147,483,647 */
06:46:18 -!- chiselfuse has quit (Remote host closed the connection).
07:16:35 -!- chiselfuse has joined.
08:00:56 -!- chiselfuse has quit (Read error: Connection reset by peer).
08:01:08 -!- chiselfuse has joined.
08:14:59 <esolangs> [[At some land]] N https://esolangs.org/w/index.php?oldid=100638 * ChuckEsoteric08 * (+1182) Created page with "{{Stub}} '''At some land'''('''ATSML''' not be confused with [[ATSML|A Tiny Self-Modifying language]]) is a [[fungeoid]] by [[User:ChuckEsoteric08]]. ==Description== It has 1..."
09:08:18 <esolangs> [[++]] https://esolangs.org/w/index.php?diff=100639&oldid=95857 * Esolanger12345 * (-24)
09:08:32 <esolangs> [[++]] https://esolangs.org/w/index.php?diff=100640&oldid=100639 * Esolanger12345 * (-3)
09:16:16 -!- chiselfuse has quit (Ping timeout: 268 seconds).
09:17:51 -!- chiselfuse has joined.
09:35:27 -!- impomatic has joined.
09:36:38 -!- Sgeo has quit (Read error: Connection reset by peer).
09:36:53 -!- impomatic has quit (Client Quit).
09:37:13 -!- impomatic has joined.
09:51:27 <esolangs> [[Brainjuice]] https://esolangs.org/w/index.php?diff=100641&oldid=100554 * A Monitor * (+227)
10:13:53 <esolangs> [[Fi]] https://esolangs.org/w/index.php?diff=100642&oldid=78556 * Esolanger12345 * (+873) Undo revision 78556 by [[Special:Contributions/Rdococ|Rdococ]] ([[User talk:Rdococ|talk]])
10:14:13 <esolangs> [[Talk:Fi]] https://esolangs.org/w/index.php?diff=100643&oldid=97186 * Esolanger12345 * (+20)
10:14:20 <esolangs> [[Talk:Fi]] https://esolangs.org/w/index.php?diff=100644&oldid=100643 * Esolanger12345 * (-1)
10:26:33 -!- impomatic has quit (Ping timeout: 268 seconds).
10:56:08 -!- Cale has quit (Remote host closed the connection).
10:59:19 -!- Franciman has left (WeeChat 3.5).
11:07:57 <esolangs> [[Moanfuck]] https://esolangs.org/w/index.php?diff=100645&oldid=79707 * Esolanger12345 * (+0) Censor
11:54:37 -!- chiselfuse has quit (Remote host closed the connection).
11:55:08 -!- chiselfuse has joined.
12:27:44 -!- Trieste_ has joined.
12:27:57 -!- Trieste has quit (Ping timeout: 276 seconds).
12:31:21 -!- Trieste_ has changed nick to Trieste.
12:47:20 -!- chiselfu1e has joined.
12:47:47 -!- chiselfuse has quit (Ping timeout: 268 seconds).
13:06:36 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=100646&oldid=100068 * Yes * (+40)
13:07:21 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=100647&oldid=100646 * Yes * (+8)
13:18:47 <esolangs> [[Talk:IPVL]] N https://esolangs.org/w/index.php?oldid=100648 * Yes * (+618) /* uhhhhhhhhhhhhhhhhhhhhhhhhh */ new section
13:32:32 <esolangs> [[DONT YOU LECTURE ME WITH YOUR THIRTY DOLLAR LANGUAGE]] https://esolangs.org/w/index.php?diff=100649&oldid=97813 * Yes * (+514)
14:17:26 <sprout> clickbait
14:17:45 * sprout *clicks*
15:35:48 <esolangs> [[ZOWIE]] M https://esolangs.org/w/index.php?diff=100650&oldid=74643 * PythonshellDebugwindow * (+70) Wayback
15:39:28 <esolangs> [[MDPN]] M https://esolangs.org/w/index.php?diff=100651&oldid=46779 * PythonshellDebugwindow * (+300) Links, category
15:41:49 <esolangs> [[Brainjuice]] https://esolangs.org/w/index.php?diff=100652&oldid=100641 * A Monitor * (+42)
15:42:50 <esolangs> [[Brainjuice]] https://esolangs.org/w/index.php?diff=100653&oldid=100652 * A Monitor * (+0) Changed some things
15:54:20 -!- vyv has joined.
15:54:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100654&oldid=100623 * PixelatedStarfish * (+8) /* Token Precedence */
16:10:14 <esolangs> [[Multeq]] https://esolangs.org/w/index.php?diff=100655&oldid=100526 * ChuckEsoteric08 * (-1)
16:12:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100656&oldid=100654 * PixelatedStarfish * (+7) /* Token Precedence */
16:13:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100657&oldid=100656 * PixelatedStarfish * (+40) /* Argument Tokens */
16:23:18 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100658&oldid=100657 * PixelatedStarfish * (-223) /* Argument Tokens */
16:25:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100659&oldid=100658 * PixelatedStarfish * (+8) /* Useful Operators */
16:28:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100660&oldid=100659 * PixelatedStarfish * (-29) /* Commands */
16:30:58 -!- vyv has quit (Quit: Konversation terminated!).
16:32:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100661&oldid=100660 * PixelatedStarfish * (+1) /* Collections */
16:35:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100662&oldid=100661 * PixelatedStarfish * (-18) /* Highlighting */
16:36:48 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100663&oldid=100662 * PixelatedStarfish * (+81) /* Highlighting */
16:38:29 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100664&oldid=100663 * PixelatedStarfish * (-9) /* Highlighting */
16:41:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100665&oldid=100664 * PixelatedStarfish * (+72) /* Highlighting */
16:43:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100666&oldid=100665 * PixelatedStarfish * (+27) /* Sources */
16:46:43 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100667&oldid=100666 * PixelatedStarfish * (+36) /* Sources */
16:47:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100668&oldid=100667 * PixelatedStarfish * (+1) /* Sources */
16:50:15 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100669&oldid=100668 * PixelatedStarfish * (+72) /* Highlighting */
16:51:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100670&oldid=100669 * PixelatedStarfish * (+4) /* Highlighting */
16:54:06 <esolangs> [[Special:Log/move]] move * PythonshellDebugwindow * moved [[Brainjuice]] to [[BrainJuice]]: Update to current capitalisation
16:54:26 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100673&oldid=100670 * PixelatedStarfish * (-1) /* Sources */
16:55:08 <esolangs> [[At some land]] M https://esolangs.org/w/index.php?diff=100674&oldid=100638 * PythonshellDebugwindow * (+64) Categories
17:02:30 <esolangs> [[Challenger]] M https://esolangs.org/w/index.php?diff=100675&oldid=36040 * PythonshellDebugwindow * (+39) Category
17:13:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100676&oldid=100673 * PixelatedStarfish * (-3) /* Highlighting */
17:15:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100677&oldid=100676 * PixelatedStarfish * (+3) /* Highlighting */
17:17:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100678&oldid=100677 * PixelatedStarfish * (+170) /* Sources */
17:17:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100679&oldid=100678 * PixelatedStarfish * (+2) /* Sources */
17:39:45 <esolangs> [[User:Peter]] https://esolangs.org/w/index.php?diff=100680&oldid=98693 * Peter * (+31)
17:41:56 <esolangs> [[TypeNet (Python library)]] M https://esolangs.org/w/index.php?diff=100681&oldid=45764 * PythonshellDebugwindow * (+12) Stub, link
17:42:58 <esolangs> [[Byte-based Instruction Jumping]] https://esolangs.org/w/index.php?diff=100682&oldid=98842 * Peter * (-313) /* Computational Class */
17:54:07 <esolangs> [[Charred]] N https://esolangs.org/w/index.php?oldid=100683 * SpaceByte * (+3102) Created page with "{{infobox proglang |name=Charred |paradigms=imperative |author=[[User:SpaceByte]] |year=[[:Category:2022|2022]] |memsys=[[:Category:Cell-based|Cell-based]] |refimpl=[https://g..."
17:54:22 <esolangs> [[User:SpaceByte]] https://esolangs.org/w/index.php?diff=100684&oldid=100269 * SpaceByte * (+14) added charred
17:55:19 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100685&oldid=100593 * SpaceByte * (+14) Added Charred
17:56:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100686&oldid=100679 * PixelatedStarfish * (+2) /* Highlighting */
18:07:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100687&oldid=100686 * PixelatedStarfish * (+208) /* Highlighting */
18:10:26 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=100688&oldid=100647 * Yes * (+1)
18:11:34 -!- Sgeo has joined.
18:12:45 <esolangs> [[Brainfuck derivatives]] M https://esolangs.org/w/index.php?diff=100689&oldid=72551 * K * (+1) Fixed some grammar
18:32:34 <esolangs> [[BizOffers]] https://esolangs.org/w/index.php?diff=100690&oldid=100244 * Yes * (+163)
18:48:43 -!- __monty__ has joined.
19:02:46 -!- immibis_ has changed nick to immibis.
19:52:51 -!- APic has quit (Read error: Connection reset by peer).
19:58:47 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=100691&oldid=90403 * PythonshellDebugwindow * (+34) Distinguish confusion
20:02:18 <esolangs> [[Charred]] M https://esolangs.org/w/index.php?diff=100692&oldid=100683 * PythonshellDebugwindow * (+2) /* Spam Alphabet */ Fix link
20:05:21 -!- APic has joined.
20:06:31 <esolangs> [[OREO Conversion Sheet]] M https://esolangs.org/w/index.php?diff=100693&oldid=100000 * PythonshellDebugwindow * (+8) WIP
20:10:44 <esolangs> [[Binerdy]] M https://esolangs.org/w/index.php?diff=100694&oldid=94013 * PythonshellDebugwindow * (+25) /* Interpreter */ Category
20:12:52 <esolangs> [[FP trivia]] M https://esolangs.org/w/index.php?diff=100695&oldid=97504 * PythonshellDebugwindow * (+23) /* References */ Category
20:17:10 <int-e> fungot: what are the odds?
20:17:12 <fungot> int-e: mr president, 1997 was crucial and 1998 will see the other forms of trafficking and abolishing tax havens and lay down a few amendments, my group had already raised the basic question of the countries that are negotiating membership, but it is a question here of creating, or establishing, additional conditions for the production of this report is due to visit this country where fundamental rights and social justice.
20:18:31 <int-e> fungot: maybe if you made a short sentence that would seem more cohesive
20:18:31 <fungot> int-e: those of us who has tried to heal its wounds following the abolition of borders.
20:18:46 <int-e> ...or not
20:21:36 <b_jonas> fungot: maybe if you made references to more recent events that would seem more cohesive
20:21:36 <fungot> b_jonas: thank you mr president-in-office. in particular, our outright opposition to night working where this is justified for social reasons, in these countries should be given to our citizens.
20:25:43 <esolangs> [[Implicit]] M https://esolangs.org/w/index.php?diff=100696&oldid=53017 * PythonshellDebugwindow * (+66) Stub, WIP, categories
20:56:56 -!- __monty__ has quit (Quit: leaving).
21:58:35 -!- chiselfu1e has quit (Remote host closed the connection).
21:58:52 -!- chiselfuse has joined.
23:13:53 -!- chiselfuse has quit (Remote host closed the connection).
23:14:13 -!- chiselfuse has joined.
23:37:18 <zzo38> I dreamt that they made up a new rule in Magic: the Gathering which applies if you control two commanders you own, one of which has banding and the other one does not have banding. (If both or neither have banding, or only one of them is in the battlefield, or someone else gained control of them, then it does not apply.)
23:39:10 -!- Lord_of_Life has quit (Ping timeout: 240 seconds).
23:39:13 -!- Lord_of_Life_ has joined.
23:40:27 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
2022-07-18
00:04:24 -!- Soni has quit (Ping timeout: 276 seconds).
00:24:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100697&oldid=100687 * PixelatedStarfish * (+0) /* Highlighting */
00:28:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100698&oldid=100697 * PixelatedStarfish * (+0) /* Highlighting */
00:33:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100699&oldid=100698 * PixelatedStarfish * (+9) /* Highlighting */
00:36:28 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100700&oldid=100699 * PixelatedStarfish * (-29) /* Useful Operators */
00:41:26 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100701&oldid=100700 * PixelatedStarfish * (+29) /* Escape Sequences */
00:57:20 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=100702&oldid=100073 * SpaceByte * (+481)
01:13:02 -!- Soni has joined.
01:40:19 <esolangs> [[Potatoscript]] M https://esolangs.org/w/index.php?diff=100703&oldid=92274 * PythonshellDebugwindow * (+44) /* External Resources */ Categories
03:48:43 <esolangs> [[Talk:lang]] https://esolangs.org/w/index.php?diff=100704&oldid=100552 * PkmnQ * (+123) /* what */
05:11:02 -!- lagash has quit (Quit: ZNC - https://znc.in).
05:29:50 <zzo38> Is it possible in C to emit a compile-time warning only if the program is compiled during year 2038 or later (and even then, only if a specified preprocessor macro is defined)?
07:08:43 -!- Sgeo has quit (Read error: Connection reset by peer).
07:45:18 -!- lagash has joined.
07:54:03 <esolangs> [[Portable Minsky Machine Notation]] https://esolangs.org/w/index.php?diff=100705&oldid=54322 * Esolanger12345 * (+7)
08:16:39 -!- wib_jonas has joined.
09:00:42 -!- slavfox has quit (Ping timeout: 264 seconds).
09:04:59 -!- slavfox has joined.
09:45:50 -!- __monty__ has joined.
10:05:25 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100706&oldid=100577 * K * (-58)
10:42:40 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100707&oldid=100706 * K * (+29)
10:44:06 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100708&oldid=100707 * K * (+112)
10:48:48 <esolangs> [[BigBrain]] M https://esolangs.org/w/index.php?diff=100709&oldid=100708 * K * (+268) yes
10:49:16 <wib_jonas> https://icfp22.sigplan.org/track/icfp-2022-icfp-programming-contest says (if you let the javascript nonsense run) "The ICFP Contest 2022 will take place! All details will be announced shortly.". Conference is 2022-09-11/--09-16, and the prizes are usually announced during conference.
10:59:44 <esolangs> [[PUBERTY]] https://esolangs.org/w/index.php?diff=100710&oldid=83548 * Esolanger12345 * (+12)
11:12:20 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100711&oldid=100709 * K * (+436)
11:26:24 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100712&oldid=100711 * K * (+126)
11:28:36 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100713&oldid=100712 * K * (-3)
12:50:50 <esolangs> [[*]] M https://esolangs.org/w/index.php?diff=100714&oldid=100637 * Esolanger12345 * (-12) Ternary Operator Code-golf
13:40:49 <esolangs> [[*++]] https://esolangs.org/w/index.php?diff=100715&oldid=85244 * Esolanger12345 * (+4)
13:41:11 <esolangs> [[*++]] https://esolangs.org/w/index.php?diff=100716&oldid=100715 * Esolanger12345 * (-19)
13:41:43 <esolangs> [[*++]] https://esolangs.org/w/index.php?diff=100717&oldid=100716 * Esolanger12345 * (+17)
13:41:50 <esolangs> [[*++]] https://esolangs.org/w/index.php?diff=100718&oldid=100717 * Esolanger12345 * (+2)
13:42:17 <esolangs> [[*++]] M https://esolangs.org/w/index.php?diff=100719&oldid=100718 * Esolanger12345 * (+10) grammatical fix
14:00:42 <wib_jonas> fungot, what is the difference between Canaima and Calesyta?
14:00:42 <fungot> wib_jonas: as the commission assumes, the member states.
14:01:19 <wib_jonas> fungot: is Columbia a member state of Calesyta?
14:01:20 <fungot> wib_jonas: no-one would dispute that. equally important, however, for all the means in its power to alleviate the problem. finally, the macedonians can have full entitlement to this name. this is the second time during the debate.
14:09:28 <esolangs> [[Special:Log/newusers]] create * Nmcassa * New user account
14:13:25 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=100720&oldid=100588 * Nmcassa * (+82) /* Introductions */
14:14:34 <esolangs> [[User:Nmcassa]] N https://esolangs.org/w/index.php?oldid=100721 * Nmcassa * (+67) Created page with "I'm Nick. https://github.com/nmcassa I'm making a esolang cscalls"
14:15:43 -!- Sgeo has joined.
14:18:22 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100722&oldid=100685 * Nmcassa * (+14) /* C */
14:20:39 <esolangs> [[User:LEOMOK]] https://esolangs.org/w/index.php?diff=100723&oldid=99592 * LEOMOK * (+54)
14:21:20 <Sgeo> `olist 1262
14:21:21 <HackEso> olist <https://www.giantitp.com/comics/oots1262.html>: shachaf oerjan Sgeo FireFly boily nortti b_jonas
14:22:31 <wib_jonas> @thank HackEso
14:22:31 <lambdabot> Maybe you meant: thank you thanks
14:22:46 <wib_jonas> `thank HackEso
14:22:47 <HackEso> thank? No such file or directory
14:22:48 <wib_jonas> ^thank HackEso
14:23:06 <wib_jonas> @thanks HackEso
14:23:06 <lambdabot> you are welcome
14:23:09 <wib_jonas> `thanks HackEso
14:23:10 <HackEso> Thanks, HackEso. ThackEso.
14:23:11 <wib_jonas> ^thanks HackEso
14:23:11 <fungot> Thanks, HackEso. ThackEso.
14:23:26 <wib_jonas> [ thanks HackEso
14:23:26 <j-bot> wib_jonas: thanks HackEso
14:24:06 <esolangs> [[Cscalls]] N https://esolangs.org/w/index.php?oldid=100724 * Nmcassa * (+396) Created page with "An [[esoteric programming language]] that is made up of CS:GO callouts [[Stack]] based ==Syntax== {| class="wikitable" | One at ___|| Add var to stack |- | hacking istg pls..."
14:24:31 <esolangs> [[Cscalls]] https://esolangs.org/w/index.php?diff=100725&oldid=100724 * Nmcassa * (+38)
14:24:48 <esolangs> [[Cscalls]] https://esolangs.org/w/index.php?diff=100726&oldid=100725 * Nmcassa * (+20)
14:25:03 <esolangs> [[Cscalls]] https://esolangs.org/w/index.php?diff=100727&oldid=100726 * Nmcassa * (+5)
14:38:00 <esolangs> [[BigBrain]] M https://esolangs.org/w/index.php?diff=100728&oldid=100713 * PythonshellDebugwindow * (+27) /* Move Value : */ Category
14:38:37 <esolangs> [[BigBrain]] M https://esolangs.org/w/index.php?diff=100729&oldid=100728 * PythonshellDebugwindow * (+21) Categories
14:40:59 <esolangs> [[Cscalls]] M https://esolangs.org/w/index.php?diff=100730&oldid=100727 * PythonshellDebugwindow * (+132) Stub, categories
14:45:04 <esolangs> [[Dragostea din tei]] N https://esolangs.org/w/index.php?oldid=100731 * LEOMOK * (+2668) Created page with "This is a [[stack]]-based programming language created by [[User:LEOMOK]]. It was inspired by [[Forth]] as well as [https://www.youtube.com/watch?v=mq_1SGd2Cds THIS (CLICK HE..."
14:45:37 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100732&oldid=100731 * LEOMOK * (+68)
14:46:49 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100733&oldid=100732 * LEOMOK * (+4)
14:47:31 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100734&oldid=100733 * LEOMOK * (-1)
14:48:44 <esolangs> [[Talk:BigBrain]] N https://esolangs.org/w/index.php?oldid=100735 * K * (+0) Created blank page
14:49:00 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100736&oldid=100734 * LEOMOK * (+13)
14:51:16 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100737&oldid=100736 * LEOMOK * (+136)
14:51:59 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100738&oldid=100737 * LEOMOK * (+1)
14:54:11 <esolangs> [[@]] M https://esolangs.org/w/index.php?diff=100739&oldid=74461 * PythonshellDebugwindow * (+29) Distinguish confusion
14:54:32 <esolangs> [[AT]] M https://esolangs.org/w/index.php?diff=100740&oldid=73522 * PythonshellDebugwindow * (+28) Distinguish confusion
14:57:51 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100741&oldid=100738 * LEOMOK * (+13)
15:00:56 <esolangs> [[XSM]] M https://esolangs.org/w/index.php?diff=100742&oldid=46664 * PythonshellDebugwindow * (+17) Wayback
15:10:04 <esolangs> [[Special:Log/newusers]] create * AzyMyt * New user account
15:11:03 <esolangs> [[ALL]] M https://esolangs.org/w/index.php?diff=100743&oldid=65122 * PythonshellDebugwindow * (+24) /* Expression instructions */ Category
15:11:26 <esolangs> [[Cool]] M https://esolangs.org/w/index.php?diff=100744&oldid=70977 * PythonshellDebugwindow * (+42) Categories
15:11:39 <esolangs> [[Cool]] M https://esolangs.org/w/index.php?diff=100745&oldid=100744 * PythonshellDebugwindow * (+9) Stub
15:13:12 <esolangs> [[ASCII @]] M https://esolangs.org/w/index.php?diff=100746&oldid=65930 * PythonshellDebugwindow * (+29) Category
15:14:05 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100747&oldid=100722 * PythonshellDebugwindow * (+43) add
15:14:54 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100748&oldid=100747 * PythonshellDebugwindow * (+16) add
15:18:33 <esolangs> [[Cool Cell]] M https://esolangs.org/w/index.php?diff=100749&oldid=99136 * PythonshellDebugwindow * (+24) Category
15:26:53 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=100750&oldid=100702 * Yes * (+72)
15:27:22 <esolangs> [[User talk:Yes]] https://esolangs.org/w/index.php?diff=100751&oldid=100750 * Yes * (+4)
15:27:23 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=100752&oldid=100720 * AzyMyt * (+263) /* Introductions */
15:28:19 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100753&oldid=100752 * AzyMyt * (-16)
15:29:22 <esolangs> [[User:AzyMyt]] N https://esolangs.org/w/index.php?oldid=100754 * AzyMyt * (+14) Created page with "Not very smart"
15:29:41 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=100755&oldid=100688 * Yes * (+1)
15:29:56 <esolangs> [[lang]] https://esolangs.org/w/index.php?diff=100756&oldid=100755 * Yes * (-13)
15:30:03 <esolangs> [[3var]] M https://esolangs.org/w/index.php?diff=100757&oldid=78004 * AzyMyt * (+2003)
15:35:26 <esolangs> [[3var]] M https://esolangs.org/w/index.php?diff=100758&oldid=100757 * AzyMyt * (+87) /* 99 Bottles of beer */
15:37:03 <esolangs> [[3var]] https://esolangs.org/w/index.php?diff=100759&oldid=100758 * AzyMyt * (+45)
15:43:48 <wib_jonas> so I bought this USB hub for my work laptop, and it does work as a USB hub, I'm typing on a keyboard whose USB goes right through it, and the mouse is attached there to. but the weird part is, it is warm. I moved it now to see if it only gets warm from the warm air coming out from the laptop's air exhaust, but it seems unlikely.
15:44:46 -!- wib_jonas has quit (Quit: Client closed).
15:45:53 -!- wib_jonas has joined.
16:24:39 -!- wib_jonas has quit (Quit: Client closed).
17:38:06 <imode> USB hubs get uncannily warm. are you charging your stuff through it?
17:58:09 <int-e> . o O ( includes a bitcoin miner )
17:59:15 <b_jonas> imode: no, its only clients are a keyboard and the receiver for a wireless mouse
17:59:22 <imode> weird.
17:59:51 <b_jonas> at that point that is; I do potentially want to be able to run an external hard disk from it if necessary, which is why I bought an USB-3 one
18:00:08 <b_jonas> well not really, all USB-C hubs are USB-3, but still
18:02:12 <int-e> odd indeed
18:02:21 <b_jonas> this one also has lots of extras built in: an ethernet card, HDMI and VGA outputs, audio jack output, and card reader, but nothing was plugged into them so they shouldn't have been in use
18:02:24 <int-e> that said I've never had an external USB hub
18:03:21 <int-e> Okay, so maybe it's designed badly and all of that stuff draws power even when not in use.
18:03:25 * int-e shrugs
18:03:28 <int-e> I have no clue.
18:05:31 <b_jonas> int-e: I use one for home but that's a simple USB 2 with USB-A connector to the host. the work notebook needs a fancy one because it only has two USB-A sockets, one of which is broken, and I have at least two USB-A devices (keyboard, mouse receiver) and want to plug in more occasionally (eg. pendrive, external hard disk), so I bought a fancy hub with USB-C connector to host, because I don't want to be
18:05:38 <b_jonas> in the situation where the other USB-A port on the laptop breaks and I can use neither keyboard nor mouse at all
18:06:03 <b_jonas> USB-C sucks but for a work laptop I am less picky than for home
18:06:29 <b_jonas> especially since it's used, whereas for home I bought the computer new
18:11:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100760&oldid=100701 * PixelatedStarfish * (-2761) /* Highlighting */
18:15:38 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100761&oldid=100565 * Yes * (+53)
18:16:28 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100762&oldid=100761 * Yes * (-1)
18:16:29 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100763&oldid=100760 * PixelatedStarfish * (+2766) /* Proof of Turing Completeness */
18:18:30 -!- Cale has joined.
18:19:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100764&oldid=100763 * PixelatedStarfish * (+26) /* Syntax Highlighting */
18:37:01 -!- CAT_S has changed nick to iamgarp.
19:03:49 -!- Cale has quit (Read error: Connection reset by peer).
19:04:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100765&oldid=100764 * PixelatedStarfish * (+49) /* Colors */
19:19:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100766&oldid=100765 * PixelatedStarfish * (+641) /* Palettes */
19:21:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100767&oldid=100766 * PixelatedStarfish * (+0) /* Specialized Palettes */
19:22:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100768&oldid=100767 * PixelatedStarfish * (+0) /* Specialized Palettes */
19:23:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100769&oldid=100768 * PixelatedStarfish * (+117) /* General Palettes */
19:24:24 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100770&oldid=100769 * PixelatedStarfish * (-4) /* Specialized Palettes */
19:25:01 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100771&oldid=100770 * PixelatedStarfish * (+38) /* Adapted Palettes */
19:33:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100772&oldid=100771 * PixelatedStarfish * (+710) /* Adapted Palettes */
19:37:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100773&oldid=100772 * PixelatedStarfish * (+0) /* Adapted Palettes */
19:38:28 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100774&oldid=100773 * PixelatedStarfish * (-1) /* Adapted Palettes */
19:39:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100775&oldid=100774 * PixelatedStarfish * (+0) /* Adapted Palettes */
19:40:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100776&oldid=100775 * PixelatedStarfish * (+0) /* Adapted Palettes */
19:49:24 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100777&oldid=100776 * PixelatedStarfish * (+0) /* Adapted Palettes */
19:51:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100778&oldid=100777 * PixelatedStarfish * (+0) /* Adapted Palettes */
20:10:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100779&oldid=100778 * PixelatedStarfish * (+0) /* Adapted Palettes */
20:15:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100780&oldid=100779 * PixelatedStarfish * (+146) /* Colors */
20:15:29 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100781&oldid=100780 * PixelatedStarfish * (+0) /* Colors */
20:20:00 <fizzie> I had one of those too.
20:21:16 <fizzie> An USB-C thing that had a couple (3?) USB-A ports, plus a buncha other stuff, like a HDMI hole and maybe Ethernet, and passthrough for a USB-C charger.
20:21:30 <fizzie> I feel like it got pretty toasty too.
21:22:28 -!- Cale has joined.
21:51:59 -!- __monty__ has quit (Quit: leaving).
22:15:51 <b_jonas> fizzie: I see
23:40:11 -!- Lord_of_Life has quit (Ping timeout: 244 seconds).
23:41:18 -!- Lord_of_Life has joined.
23:52:44 <esolangs> [[Esoteric Operating System/File System]] M https://esolangs.org/w/index.php?diff=100782&oldid=43673 * PythonshellDebugwindow * (+17) Stub, WIP
2022-07-19
00:00:05 -!- olsner has quit (*.net *.split).
00:00:05 -!- laerling has quit (*.net *.split).
00:00:05 -!- joast has quit (*.net *.split).
00:00:05 -!- oren has quit (*.net *.split).
00:00:05 -!- lifthrasiir has quit (*.net *.split).
00:02:42 -!- lifthrasiir has joined.
00:05:24 -!- oren has joined.
00:05:32 -!- laerling has joined.
00:05:54 -!- olsner has joined.
00:17:39 -!- joast has joined.
00:32:04 <esolangs> [[SdofgOS Deleter]] M https://esolangs.org/w/index.php?diff=100783&oldid=78536 * PythonshellDebugwindow * (+85) Categories
00:33:49 <zzo38> Is there data avilable that you can parse by computer to check Magic: the Gathering cards by criteria of companion and cards that can be any number of them in your deck (other than basic lands)?
04:10:25 <esolangs> [[Neck Sheen]] N https://esolangs.org/w/index.php?oldid=100784 * Qpliu * (+9672) Created page with "Neck Sheen is a programming language that features concurrency and message passing. Neck Sheen programs can do calculations on bits by combining nand expressions and can fork..."
04:10:34 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=100785&oldid=100748 * Qpliu * (+17) /* N */
05:22:24 -!- chiselfuse has quit (Remote host closed the connection).
05:22:35 -!- chiselfuse has joined.
05:50:01 <zzo38> I tried to invent some Magic: the Gathering cards based on "Godel, Escher, Bach" book.
05:59:51 -!- littlebobeep has joined.
06:02:38 -!- littlebobeep has quit (Remote host closed the connection).
06:04:55 -!- littlebobeep has joined.
06:54:45 <esolangs> [[Dragostea din tei]] M https://esolangs.org/w/index.php?diff=100786&oldid=100741 * Leomok2009 * (+7)
06:56:37 -!- Sgeo has quit (Read error: Connection reset by peer).
08:12:35 -!- chiselfuse has quit (Ping timeout: 268 seconds).
08:12:53 -!- chiselfuse has joined.
09:02:34 <esolangs> [[HQ9+~]] https://esolangs.org/w/index.php?diff=100787&oldid=80083 * Esolanger12345 * (+35)
09:02:45 <esolangs> [[HQ9+~]] https://esolangs.org/w/index.php?diff=100788&oldid=100787 * Esolanger12345 * (+1)
09:28:32 -!- __monty__ has joined.
09:44:28 -!- littlebobeep has quit (Ping timeout: 268 seconds).
10:20:15 -!- littlebobeep has joined.
10:23:39 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100789&oldid=100786 * LEOMOK * (+1176)
10:38:14 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100790&oldid=100789 * LEOMOK * (+10795)
10:54:34 -!- wib_jonas has joined.
11:23:26 -!- iamgarp has changed nick to CAT_S.
12:10:21 <APic> http://www.jsfuck.com/
12:10:47 <APic> Oh
12:10:53 <APic> Our Wiki already lists it
12:10:56 <APic> Sorry ☺
12:18:59 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100791&oldid=100790 * LEOMOK * (-92) i found two statements to be useless so i switched them to be something useful
12:25:42 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=100792&oldid=100437 * Esolanger12345 * (-1)
12:25:58 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=100793&oldid=100792 * Esolanger12345 * (+44)
12:26:09 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=100794&oldid=100793 * Esolanger12345 * (-65)
12:26:18 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=100795&oldid=100794 * Esolanger12345 * (+21)
12:27:30 <esolangs> [[Template:Featured language]] https://esolangs.org/w/index.php?diff=100796&oldid=32044 * Esolanger12345 * (-6)
12:27:52 <esolangs> [[Template:Featured language]] https://esolangs.org/w/index.php?diff=100797&oldid=100796 * Esolanger12345 * (+6)
12:28:19 <esolangs> [[Template:Featured language]] https://esolangs.org/w/index.php?diff=100798&oldid=100797 * Esolanger12345 * (+131)
12:28:43 <esolangs> [[Template:Featured language]] https://esolangs.org/w/index.php?diff=100799&oldid=100798 * Esolanger12345 * (-129)
12:29:09 <esolangs> [[Main Page]] https://esolangs.org/w/index.php?diff=100800&oldid=81015 * Esolanger12345 * (+2)
12:29:22 <esolangs> [[Main Page]] https://esolangs.org/w/index.php?diff=100801&oldid=100800 * Esolanger12345 * (-2) Undo revision 100800 by [[Special:Contributions/Esolanger12345|Esolanger12345]] ([[User talk:Esolanger12345|talk]])
12:43:11 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100802&oldid=100791 * LEOMOK * (+3306)
12:43:55 <esolangs> [[Dragostea din tei]] M https://esolangs.org/w/index.php?diff=100803&oldid=100802 * LEOMOK * (-131) fixed bug in fizzbuzz program
12:45:58 <esolangs> [[Dragostea din tei]] M https://esolangs.org/w/index.php?diff=100804&oldid=100803 * LEOMOK * (+0) fixed wrong char problem ()
12:47:34 <esolangs> [[Dragostea din tei]] M https://esolangs.org/w/index.php?diff=100805&oldid=100804 * LEOMOK * (+16) added warning in examples
12:48:27 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=100806 * Yes * (+118) Created page with " is an esolang made by [[User:Yes]] in 2022 Anything past a <code></code> will be replaced with <code></code>"
13:17:30 -!- wib_jonas has quit (Ping timeout: 252 seconds).
13:18:19 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=100807&oldid=90213 * Esolanger12345 * (+650)
13:19:58 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=100808&oldid=100807 * Esolanger12345 * (+1) "(" was never closed
13:26:13 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=100809&oldid=100808 * Esolanger12345 * (+1) another unclosed parenthesis
14:03:52 -!- wib_jonas has joined.
14:05:53 <esolangs> [[CARfish]] M https://esolangs.org/w/index.php?diff=100810&oldid=68206 * PythonshellDebugwindow * (+19) Total
14:07:32 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=100811&oldid=100806 * PythonshellDebugwindow * (+50) Stub, categories
14:08:56 -!- Sgeo has joined.
14:22:27 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=100812&oldid=100809 * Esolanger12345 * (+12)
14:23:52 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=100813&oldid=100812 * Esolanger12345 * (-4)
14:27:01 <esolangs> [[User:Nmcassa]] https://esolangs.org/w/index.php?diff=100814&oldid=100721 * Nmcassa * (+1)
14:30:20 <esolangs> [[Cscalls]] https://esolangs.org/w/index.php?diff=100815&oldid=100730 * Nmcassa * (+286) /* Syntax */
14:30:56 <esolangs> [[Cscalls]] https://esolangs.org/w/index.php?diff=100816&oldid=100815 * Nmcassa * (+77)
14:44:20 <esolangs> [[Cscalls]] https://esolangs.org/w/index.php?diff=100817&oldid=100816 * Nmcassa * (+556)
14:55:20 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100818&oldid=100762 * Yes * (+13)
14:56:42 <esolangs> [[LineLover]] N https://esolangs.org/w/index.php?oldid=100819 * IkenusDisnem * (+1905) under construction
15:05:17 <esolangs> [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=100820&oldid=100408 * PixelatedStarfish * (-29) /* BunnyBell */
15:07:52 -!- vyv has joined.
15:11:53 -!- Trieste has quit (Read error: Connection reset by peer).
15:13:22 -!- wib_jonas has quit (Quit: Client closed).
15:14:13 -!- Trieste has joined.
15:17:31 <esolangs> [[]] https://esolangs.org/w/index.php?diff=100821&oldid=100811 * Yes * (+517)
15:18:35 <esolangs> [[]] https://esolangs.org/w/index.php?diff=100822&oldid=100821 * Yes * (+4)
15:18:51 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100823&oldid=100753 * Bot4ol * (+67) /* Introductions */
15:18:59 <esolangs> [[7-8]] N https://esolangs.org/w/index.php?oldid=100824 * Bot4ol * (+3002) Created page with "oteric programming language inspired by the 7-8 meme Presumably, the meme appeared from VK due to posts like "the last digit of your like will show you in the picture", and so..."
15:23:25 <esolangs> [[7-8]] https://esolangs.org/w/index.php?diff=100825&oldid=100824 * Bot4ol * (+2)
15:24:42 -!- tromp has joined.
15:26:30 -!- wib_jonas has joined.
15:44:44 <esolangs> [[Unary]] https://esolangs.org/w/index.php?diff=100826&oldid=96996 * Yes * (+114)
16:03:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:17:54 -!- littlebobeep has quit (Ping timeout: 268 seconds).
16:28:57 -!- razetime has joined.
16:35:51 -!- wib_jonas has quit (Quit: Client closed).
17:01:17 -!- tromp has joined.
17:17:18 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:19:17 <esolangs> [[BigBrain Discord]] N https://esolangs.org/w/index.php?oldid=100827 * K * (+3099) Created page with "BigBrain is a [[brainfuck]] remake by user [[User:K|k]] written in Lua. ([https://github.com/Killthegoblin/bigbrain Github Page]) This is not an extension, as a lot of stuff..."
17:19:38 <fizzie> @metar EGLL
17:19:53 <lambdabot> Plugin `metar' failed with: <<timeout>>
17:20:00 <fizzie> Aw, I wanted to see the record highs.
17:20:28 <esolangs> [[BigBrain Discord]] https://esolangs.org/w/index.php?diff=100828&oldid=100827 * K * (+54)
17:21:24 -!- razetime has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
17:21:35 <esolangs> [[BigBrain Discord]] https://esolangs.org/w/index.php?diff=100829&oldid=100828 * K * (-1553)
17:22:03 <esolangs> [[BigBrain Discord]] https://esolangs.org/w/index.php?diff=100830&oldid=100829 * K * (+9)
17:22:13 <int-e> hmm, did another metar service break?
17:22:33 <int-e> aww
17:22:55 <esolangs> [[BigBrain Discord]] https://esolangs.org/w/index.php?diff=100831&oldid=100830 * K * (+4)
17:23:39 <esolangs> [[BigBrain Discord]] https://esolangs.org/w/index.php?diff=100832&oldid=100831 * K * (+54)
17:24:10 <esolangs> [[BigBrain Discord]] https://esolangs.org/w/index.php?diff=100833&oldid=100832 * K * (+1)
17:39:46 -!- vyv has quit (Quit: Konversation terminated!).
17:44:05 <esolangs> [[Talk:Bbe doc downloadable]] https://esolangs.org/w/index.php?diff=100834&oldid=98178 * PixelatedStarfish * (+203)
17:46:21 <esolangs> [[Bbe doc downloadable]] https://esolangs.org/w/index.php?diff=100835&oldid=98322 * PixelatedStarfish * (+101)
17:46:38 <esolangs> [[Bbe doc downloadable]] https://esolangs.org/w/index.php?diff=100836&oldid=100835 * PixelatedStarfish * (+5)
17:48:11 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100837&oldid=100781 * PixelatedStarfish * (-49) /* Factors in Design */
17:51:44 <esolangs> [[Talk:BunnyBell]] https://esolangs.org/w/index.php?diff=100838&oldid=97923 * PixelatedStarfish * (-1817) /* Considerations */
18:25:03 <esolangs> [[Special:Log/newusers]] create * Loopiloop * New user account
18:32:37 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100839&oldid=100823 * Loopiloop * (+215) /* Introductions */
18:33:28 <b_jonas> fungot, at what age do you usually vaccinate children against rosary fever?
18:33:29 <fungot> b_jonas: first of all, i would like to recall that the treaties must be reopened and our basic constitutional texts must be interpreted with this aim.
18:37:57 <fizzie> fungot: Are you saying you're against vaccinating children in general?
18:37:59 <fungot> fizzie: mr president, in declaring my vote in favour by this house with such contempt. we witnessed this during the many debates that have taken place here concerning whether or not amsterdam is a significant degree with the council's approach is therefore directly undermining the whole question of education and work. with regard to common policies whether they relate to the significant differences between legislation in the ta
18:51:19 -!- tromp has joined.
18:56:05 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=100840&oldid=100785 * PythonshellDebugwindow * (+10) /* Non-alphabetic */ add
19:00:28 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100841&oldid=100837 * PixelatedStarfish * (+152) /* Functions */
19:01:36 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100842&oldid=100841 * PixelatedStarfish * (-1) /* Functions */
19:04:57 <esolangs> [[Unassignable]] M https://esolangs.org/w/index.php?diff=100843&oldid=70333 * PythonshellDebugwindow * (+19) /* See also */ Categoey
19:07:40 -!- sprout has quit (Ping timeout: 260 seconds).
19:12:21 -!- sprout has joined.
19:17:55 <esolangs> [[Tier]] M https://esolangs.org/w/index.php?diff=100844&oldid=68607 * PythonshellDebugwindow * (+41) /* External resources */ Category
19:55:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:02:52 -!- tromp has joined.
20:17:36 -!- perlbot has quit (Ping timeout: 244 seconds).
20:19:09 -!- simcop2387 has quit (Ping timeout: 244 seconds).
20:20:38 <esolangs> [[Talk:]] N https://esolangs.org/w/index.php?oldid=100845 * SpaceByte * (+477) Created page with "How does this work? In the examples, its shows a hello world program just being Hello, World!, but anything after the character is replaced by the character, shouldn..."
20:55:46 <esolangs> [[Minimalbf]] https://esolangs.org/w/index.php?diff=100846&oldid=99451 * SpaceByte * (+1098)
21:10:29 <esolangs> [[BFBWW]] N https://esolangs.org/w/index.php?oldid=100847 * Yes * (+546) Created page with "BFBWW (Brainf*** But Way Worse) is a version of [[Brainfuck|Brainf**k]] by [[User:Yes]] in 2022. <br> It was made to irritate [[Brainfuck|Brainf**k]] developers as much as pos..."
21:11:03 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=100848&oldid=100818 * Yes * (+15)
21:16:35 -!- __monty__ has quit (Quit: leaving).
21:19:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:38:20 -!- citrons has quit (Quit: Lost terminal).
23:40:51 -!- Lord_of_Life_ has joined.
23:41:09 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
23:42:06 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
2022-07-20
00:23:31 <esolangs> [[Numobin]] M https://esolangs.org/w/index.php?diff=100849&oldid=100034 * Kaveh Yousefi * (+204) Removed a superfluous sentence and added an introductory paragraph to the command section.
00:50:33 -!- simcop2387 has joined.
00:52:04 -!- perlbot has joined.
01:29:33 -!- perlbot has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
01:30:28 -!- simcop2387_ has joined.
01:30:37 -!- simcop2387 has quit (Read error: Connection reset by peer).
01:31:32 -!- simcop2387_ has changed nick to simcop2387.
01:33:28 -!- perlbot has joined.
01:41:32 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=100850&oldid=100321 * BoundedBeans * (+42)
01:44:15 <esolangs> [[Cscalls]] https://esolangs.org/w/index.php?diff=100851&oldid=100817 * Nmcassa * (+26)
01:44:31 <esolangs> [[Alphabet letters]] https://esolangs.org/w/index.php?diff=100852&oldid=79355 * Nmcassa * (+104)
01:45:20 <esolangs> [[Talk:Alphabet letters]] N https://esolangs.org/w/index.php?oldid=100853 * Nmcassa * (+120) Created page with "Added an interpreter for this, seems too simple not too. Not sure what he meant with the multiplying and dividing tho..."
01:45:49 <esolangs> [[Talk:Alphabet letters]] https://esolangs.org/w/index.php?diff=100854&oldid=100853 * Nmcassa * (+54)
01:46:44 <esolangs> [[User:Nmcassa]] https://esolangs.org/w/index.php?diff=100855&oldid=100814 * Nmcassa * (+36)
01:54:16 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100856&oldid=100842 * PixelatedStarfish * (+346) /* Hello World */
02:20:29 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100857&oldid=100856 * PixelatedStarfish * (-346) /* Hello World */
02:40:54 <esolangs> [[Unarian]] https://esolangs.org/w/index.php?diff=100858&oldid=99103 * Crb233 * (+149)
03:15:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100859&oldid=100857 * PixelatedStarfish * (+341) /* Hello World */
03:16:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100860&oldid=100859 * PixelatedStarfish * (-5) /* Hello World */
03:17:29 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100861&oldid=100860 * PixelatedStarfish * (+15) /* Hello World */
03:18:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100862&oldid=100861 * PixelatedStarfish * (-13) /* Hello World */
03:18:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100863&oldid=100862 * PixelatedStarfish * (-110) /* Hello World */
03:19:47 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100864&oldid=100863 * PixelatedStarfish * (-1) /* Hello World */
03:20:17 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100865&oldid=100864 * PixelatedStarfish * (-1) /* Hello World */
03:22:58 -!- tromp has joined.
03:25:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100866&oldid=100865 * PixelatedStarfish * (+0) /* Hello World */
03:27:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100867&oldid=100866 * PixelatedStarfish * (-10) /* Hello World */
03:31:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100868&oldid=100867 * PixelatedStarfish * (+0) /* Hello World */
03:37:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
03:59:02 -!- simcop2387 has quit (Ping timeout: 268 seconds).
03:59:05 -!- perlbot has quit (Ping timeout: 260 seconds).
04:09:02 -!- simcop2387 has joined.
04:10:33 -!- perlbot has joined.
04:19:50 -!- slavfox has quit (Quit: ZNC 1.8.2 - https://znc.in).
04:23:21 -!- slavfox has joined.
05:21:23 -!- tromp has joined.
05:32:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
05:56:52 -!- tromp has joined.
06:32:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:34:53 -!- immibis_ has joined.
06:37:50 -!- immibis has quit (Ping timeout: 240 seconds).
06:49:51 -!- immibis_ has quit (Ping timeout: 268 seconds).
06:50:40 -!- immibis has joined.
06:56:43 -!- immibis_ has joined.
06:59:39 -!- immibis has quit (Ping timeout: 268 seconds).
07:03:03 -!- Sgeo has quit (Read error: Connection reset by peer).
07:04:26 <b_jonas> hmm. I wanted to create at least a stub page on the wiki for Ursala, but both http://rosettacode.org/wiki/User:Sluggo and http://rosettacode.org/wiki/User:Sluggo link to https://github.com/gueststar/Ursala so I'm not sure where to even look
07:04:42 -!- chiselfuse has quit (Remote host closed the connection).
07:04:56 -!- chiselfuse has joined.
07:06:11 <b_jonas> tio.run apparently has or had Ursala so it might point to an implementation
07:08:30 <b_jonas> https://github.com/TryItOnline/tiosetup/blob/master/languages/ursala says (git clone https://github.com/stasoid/Ursala ursala)
07:09:12 <b_jonas> but that only has a compiled version apparently
07:10:05 <b_jonas> compiled to a lower-level esolang by the same creator, and sources for the interpreter of that language also missing
07:10:08 <b_jonas> brilliant
07:11:50 <b_jonas> there might be a clone somewhere on the internet, I'll try searching later
07:22:14 -!- immibis has joined.
07:23:50 -!- immibis_ has quit (Ping timeout: 240 seconds).
07:36:02 -!- immibis has quit (Ping timeout: 268 seconds).
07:39:59 -!- immibis has joined.
07:45:50 -!- tromp has joined.
07:53:30 -!- immibis has quit (Ping timeout: 264 seconds).
08:01:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:18:22 <esolangs> [[OISC]] https://esolangs.org/w/index.php?diff=100869&oldid=100336 * ChuckEsoteric08 * (+0)
08:43:25 -!- wib_jonas has joined.
09:06:30 <esolangs> [[BrainBlend]] N https://esolangs.org/w/index.php?oldid=100870 * K * (+50) Created page with "Brainblend is a [[brainfuck]] add-on. Bottom Text"
09:11:04 -!- sprout has quit (Ping timeout: 268 seconds).
09:23:12 -!- tromp has joined.
10:00:05 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100871&oldid=100729 * Blendi Goose * (+0) The W is capitalized in the actual printed message.
10:34:52 -!- tromp has quit (Ping timeout: 268 seconds).
11:27:14 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=100872&oldid=100813 * Esolanger12345 * (-44)
11:31:51 <esolangs> [[BigBrain]] https://esolangs.org/w/index.php?diff=100873&oldid=100871 * K * (+51)
11:32:03 -!- sprout has joined.
11:51:42 -!- __monty__ has joined.
12:02:44 <esolangs> [[Talk:Befunge]] https://esolangs.org/w/index.php?diff=100874&oldid=92947 * Esolanger12345 * (+393) /* Try this program */ new section
12:13:58 -!- sprout has quit (Ping timeout: 240 seconds).
12:23:30 <esolangs> [[+]] M https://esolangs.org/w/index.php?diff=100875&oldid=91932 * Esolanger12345 * (+5) extra sarcasm at line 13
12:33:54 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=100876&oldid=100292 * MathigonDec * (+178)
12:38:36 -!- sprout has joined.
12:45:37 -!- sprout has quit (Ping timeout: 260 seconds).
13:15:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100877&oldid=100868 * PixelatedStarfish * (+195) /* Cat (Echo) */
13:17:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100878&oldid=100877 * PixelatedStarfish * (+133) /* Cat (Echo) */
13:18:14 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100879&oldid=100878 * PixelatedStarfish * (+1) /* Cat (Echo) */
13:19:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100880&oldid=100879 * PixelatedStarfish * (+0) /* Cat (Echo) */
13:46:35 <esolangs> [[LineLover]] https://esolangs.org/w/index.php?diff=100881&oldid=100819 * IkenusDisnem * (+4930) now it's done bois
13:55:14 -!- sprout has joined.
13:57:28 <esolangs> [[Dragostea din tei]] M https://esolangs.org/w/index.php?diff=100882&oldid=100805 * LEOMOK * (+93) added 1 new command
14:00:59 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=100883&oldid=100882 * LEOMOK * (+1) added 1 new command
14:04:42 <esolangs> [[Dragostea din tei]] M https://esolangs.org/w/index.php?diff=100884&oldid=100883 * LEOMOK * (-32)
14:19:57 <esolangs> [[Dragostea din tei]] M https://esolangs.org/w/index.php?diff=100885&oldid=100884 * LEOMOK * (+1) fixed a mistake in the fizzbuzz program code
14:27:04 <esolangs> [[Alphalang]] https://esolangs.org/w/index.php?diff=100886&oldid=100246 * Nmcassa * (-2)
14:28:20 <esolangs> [[Alphabet letters]] https://esolangs.org/w/index.php?diff=100887&oldid=100852 * Nmcassa * (+92)
14:35:38 -!- iovoid has quit (Ping timeout: 240 seconds).
14:35:43 -!- [iovoid] has joined.
14:37:04 -!- [iovoid] has changed nick to iovoid.
14:37:47 -!- vyv has joined.
14:48:32 <esolangs> [[Alphabet letters]] M https://esolangs.org/w/index.php?diff=100888&oldid=100887 * PythonshellDebugwindow * (+143) Stub, notice
15:08:36 <esolangs> [[Esoteric Operating System]] M https://esolangs.org/w/index.php?diff=100889&oldid=52554 * PythonshellDebugwindow * (+23) Stub, see also
15:10:15 <esolangs> [[Pikobrain]] M https://esolangs.org/w/index.php?diff=100890&oldid=97035 * PythonshellDebugwindow * (+197) Stub, WIP, see also, category
15:56:39 -!- Melvar has quit (Quit: WeeChat 3.5).
16:25:41 -!- wib_jonas has quit (Quit: Client closed).
16:33:34 -!- Sgeo has joined.
16:37:12 <int-e> silly chess question... does it ever happen that the winner of a FIDE rated tournament loses rating points? (It can obviously happen in theory, so I suppose it must have happened a few times. But I don't know how to check.)
16:38:56 <int-e> Oh maybe this is easy... I suppose this must have happened to Carlsen.
16:42:58 <int-e> Ugh, do I count Norway Chess 2020... (those formats that mix classical and rapid are a bit weird for this question)
16:46:02 <int-e> Ah, no there was no rapid in that one. It had armageddon tie-breakers for half a point though, and Carlsen won three of those (out of three).
16:53:10 -!- Melvar has joined.
17:04:23 <sprout> elo? you're pretty much punished hard for losing against a way lower scaled player
17:04:34 <sprout> so you're looking for that, I guess
17:09:19 <int-e> Even draws can be costly.
17:12:24 <sprout> right, it's something that when you don't satisfy what elo predicted you're punished for that
17:15:46 <esolangs> [[User talk:SunnyMoon]] https://esolangs.org/w/index.php?diff=100891&oldid=92165 * SunnyMoon * (+119) :)
17:16:20 <int-e> (earlier this year Magnus showed an example of *that*: https://en.chessbase.com/post/geir-sune-ostmoe-draws-magnus-carlsen )
17:18:04 <esolangs> [[User talk:SunnyMoon]] https://esolangs.org/w/index.php?diff=100892&oldid=100891 * SunnyMoon * (+156) I have plans for lots of games actually, but I never act
17:18:20 <esolangs> [[User talk:SunnyMoon]] https://esolangs.org/w/index.php?diff=100893&oldid=100892 * SunnyMoon * (+86) :/
17:27:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100894&oldid=100880 * PixelatedStarfish * (+32) /* Input and Output */
17:28:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100895&oldid=100894 * PixelatedStarfish * (+7) /* Input and Output */
17:31:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100896&oldid=100895 * PixelatedStarfish * (+2) /* Cat (Echo) */
17:33:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100897&oldid=100896 * PixelatedStarfish * (+7) /* Cat (Echo) */
17:33:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100898&oldid=100897 * PixelatedStarfish * (+0) /* Cat (Echo) */
17:45:23 -!- vyv has quit (Quit: Konversation terminated!).
17:47:05 <esolangs> [[User:SunnyMoon]] https://esolangs.org/w/index.php?diff=100899&oldid=82648 * SunnyMoon * (+863) I do not want this wiki to become nostalgia, but at the same time, this not the best of places to write about myself.
17:50:39 <esolangs> [[User talk:SunnyMoon]] https://esolangs.org/w/index.php?diff=100900&oldid=100893 * SunnyMoon * (+78) I have so much to do, yet so little done...
17:52:05 <esolangs> [[User:SunnyMoon]] https://esolangs.org/w/index.php?diff=100901&oldid=100899 * SunnyMoon * (+9) This is how school evolved for me...
17:58:43 <esolangs> [[BFBWW]] https://esolangs.org/w/index.php?diff=100902&oldid=100847 * Yes * (+218)
18:12:54 <esolangs> [[Exp]] https://esolangs.org/w/index.php?diff=100903&oldid=78821 * Nmcassa * (+117)
18:13:35 <esolangs> [[User:Nmcassa]] https://esolangs.org/w/index.php?diff=100904&oldid=100855 * Nmcassa * (+14)
18:15:03 <esolangs> [[User:Nmcassa]] https://esolangs.org/w/index.php?diff=100905&oldid=100904 * Nmcassa * (+162)
18:15:49 <esolangs> [[Cscalls]] https://esolangs.org/w/index.php?diff=100906&oldid=100851 * Nmcassa * (-8)
18:18:41 <esolangs> [[Exp]] M https://esolangs.org/w/index.php?diff=100907&oldid=100903 * Nmcassa * (-2)
18:34:37 -!- nmcassa has joined.
18:34:58 -!- nmcassa has quit (Client Quit).
19:21:44 -!- Cale has quit (Remote host closed the connection).
20:01:30 <zzo38> I read somewhere (although I cannot find it now) a suggestion to include one byte of extra data with a digital signature indicating if you have read it, if you wrote it, and if you trust it. However, it doesn't work if you want to include some information and omit others, and a few other things; maybe two bytes will be sufficient.
20:37:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100908&oldid=100898 * PixelatedStarfish * (+152) /* Argument Tokens */
20:39:56 <b_jonas> why can't my git connect to github? I want to pull from a repo on github.
20:40:05 <b_jonas> I get a connection timed out
20:55:24 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100909&oldid=100908 * PixelatedStarfish * (+0) /* Argument Tokens */
20:56:06 -!- simcop2387 has quit (Read error: Connection reset by peer).
20:57:13 -!- perlbot has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
20:59:16 -!- simcop2387 has joined.
20:59:46 -!- perlbot has joined.
21:00:58 -!- impomatic has joined.
21:06:18 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100910&oldid=100909 * PixelatedStarfish * (+153) /* Clarity: Why no Braces? */
21:06:52 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100911&oldid=100910 * PixelatedStarfish * (+1) /* Clarity: Why no Braces? */
21:07:22 <zzo38> What is the time out number?
21:08:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100912&oldid=100911 * PixelatedStarfish * (-18) /* Hello World */
21:12:14 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100913&oldid=100912 * PixelatedStarfish * (+303) /* Blocks */
21:13:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100914&oldid=100913 * PixelatedStarfish * (-44) /* Blocks */
21:13:34 <zzo38> (I can access GitHub with no problem, and I tried accessing a info/refs?service=git-upload-pack and it is fast, not slow)
21:13:48 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100915&oldid=100914 * PixelatedStarfish * (+34) /* Statements */
21:14:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100916&oldid=100915 * PixelatedStarfish * (+1) /* Syntax */
21:15:52 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100917&oldid=100916 * PixelatedStarfish * (+38) /* Statements */
21:16:15 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100918&oldid=100917 * PixelatedStarfish * (-1) /* Statements */
21:20:11 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100919&oldid=100918 * PixelatedStarfish * (+175) /* Truth Machine */
21:21:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100920&oldid=100919 * PixelatedStarfish * (-3) /* Cat (Echo) */
21:22:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100921&oldid=100920 * PixelatedStarfish * (+89) /* Truth Machine */
21:23:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100922&oldid=100921 * PixelatedStarfish * (+0) /* Truth Machine */
21:24:30 <b_jonas> I can access github for some repos. maybe this one repo is on a shard that I can't access.
21:24:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100923&oldid=100922 * PixelatedStarfish * (+0) /* Truth Machine */
21:25:07 <b_jonas> or maybe my local repo is misconfigured or something
21:28:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100924&oldid=100923 * PixelatedStarfish * (+132) /* Truth Machine */
21:29:58 <b_jonas> I think the difference is that the connections that worked were https:// interface, the one that failed is git:// interface
21:30:06 <b_jonas> whatever that means
21:30:27 <b_jonas> with https I can clone that repo
21:32:24 <b_jonas> thanks for the feedback
21:37:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100925&oldid=100924 * PixelatedStarfish * (+174) /* Truth Machine */
21:38:05 -!- impomatic has quit (Quit: impomatic).
21:38:24 -!- impomatic has joined.
21:38:32 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100926&oldid=100925 * PixelatedStarfish * (+53) /* Truth Machine */
21:39:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100927&oldid=100926 * PixelatedStarfish * (+222) /* Truth Machine */
21:40:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100928&oldid=100927 * PixelatedStarfish * (-137) /* Truth Machine */
21:41:48 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100929&oldid=100928 * PixelatedStarfish * (-1) /* Truth Machine */
21:42:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100930&oldid=100929 * PixelatedStarfish * (-1) /* Cat (Echo) */
21:42:36 -!- impomatic has quit (Client Quit).
21:42:56 -!- impomatic has joined.
21:58:48 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100931&oldid=100930 * PixelatedStarfish * (+37) /* Comments */
21:59:07 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100932&oldid=100931 * PixelatedStarfish * (+1) /* Comments */
22:01:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100933&oldid=100932 * PixelatedStarfish * (+69) /* Comments */
22:01:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100934&oldid=100933 * PixelatedStarfish * (-29) /* Comments */
22:01:57 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100935&oldid=100934 * PixelatedStarfish * (+0) /* Comments */
22:02:17 -!- __monty__ has quit (Quit: leaving).
22:03:18 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100936&oldid=100935 * PixelatedStarfish * (+153) /* Comments */
22:03:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100937&oldid=100936 * PixelatedStarfish * (-4) /* Comments */
22:03:48 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100938&oldid=100937 * PixelatedStarfish * (-1) /* Comments */
22:04:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100939&oldid=100938 * PixelatedStarfish * (-1) /* Comments */
22:20:35 -!- impomatic has quit (Quit: impomatic).
22:24:04 <esolangs> [[Special:Log/newusers]] create * Bennydictor * New user account
23:10:11 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=100940&oldid=100839 * Bennydictor * (+245) /* Introductions */
23:10:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100941&oldid=100939 * PixelatedStarfish * (+52) /* Data Types */
23:11:43 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100942&oldid=100941 * PixelatedStarfish * (+6) /* Specifying Function Input Types */
23:12:17 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100943&oldid=100942 * PixelatedStarfish * (-72) /* Specifying Function Input Types */
23:13:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100944&oldid=100943 * PixelatedStarfish * (-44) /* Specifying Function Input Types */
23:16:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100945&oldid=100944 * PixelatedStarfish * (-17) /* Cat (Echo) */
23:24:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100946&oldid=100945 * PixelatedStarfish * (+440) /* FizzBuzz */
23:24:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100947&oldid=100946 * PixelatedStarfish * (+5) /* FizzBuzz */
23:29:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100948&oldid=100947 * PixelatedStarfish * (+108) /* FizzBuzz */
23:31:53 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100949&oldid=100948 * PixelatedStarfish * (+90) /* FizzBuzz */
23:34:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100950&oldid=100949 * PixelatedStarfish * (-140) /* FizzBuzz */
23:38:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100951&oldid=100950 * PixelatedStarfish * (+221) /* FizzBuzz */
23:39:20 <esolangs> [[Geometryjunp]] M https://esolangs.org/w/index.php?diff=100952&oldid=99486 * PythonshellDebugwindow * (-33) Wikipedia link, categories
23:39:57 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100953&oldid=100951 * PixelatedStarfish * (+41) /* FizzBuzz */
23:40:29 <esolangs> [[Neck Sheen]] M https://esolangs.org/w/index.php?diff=100954&oldid=100784 * PythonshellDebugwindow * (+36) /* References */ Category
23:41:59 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
23:42:28 -!- Lord_of_Life has joined.
23:42:47 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100955&oldid=100953 * PixelatedStarfish * (+558) /* FizzBuzz */
23:43:18 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100956&oldid=100955 * PixelatedStarfish * (+1) /* FizzBuzz */
23:53:15 <esolangs> [[User talk:Pandaqwanda]] https://esolangs.org/w/index.php?diff=100957&oldid=89329 * Yes * (+218)
23:54:53 <esolangs> [[User talk:Pandaqwanda]] https://esolangs.org/w/index.php?diff=100958&oldid=100957 * Yes * (+43)
23:55:51 <esolangs> [[User talk:Pandaqwanda]] https://esolangs.org/w/index.php?diff=100959&oldid=100958 * Yes * (+15)
2022-07-21
00:08:36 <esolangs> [[]] https://esolangs.org/w/index.php?diff=100960&oldid=100822 * Yes * (+274)
00:09:45 <esolangs> [[]] https://esolangs.org/w/index.php?diff=100961&oldid=100960 * Yes * (+39)
00:11:44 <esolangs> [[Talk:]] https://esolangs.org/w/index.php?diff=100962&oldid=100845 * Yes * (+110)
00:54:46 <esolangs> [[Eso2D]] M https://esolangs.org/w/index.php?diff=100963&oldid=75692 * PythonshellDebugwindow * (+161) /* Commands */ clarify, fix
00:57:30 <esolangs> [[BugSophia]] M https://esolangs.org/w/index.php?diff=100964&oldid=70632 * PythonshellDebugwindow * (+9) Stub
01:13:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100965&oldid=100956 * PixelatedStarfish * (+88) /* FizzBuzz */
01:22:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100966&oldid=100965 * PixelatedStarfish * (+9) /* FizzBuzz */
01:24:22 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100967&oldid=100966 * PixelatedStarfish * (+156) /* FizzBuzz */
01:25:38 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100968&oldid=100967 * PixelatedStarfish * (+509) /* FizzBuzz */
01:27:38 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100969&oldid=100968 * PixelatedStarfish * (-1) /* FizzBuzz */
01:27:55 -!- Melvar has quit (Quit: WeeChat 3.5).
01:28:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100970&oldid=100969 * PixelatedStarfish * (-1) /* FizzBuzz */
01:29:10 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100971&oldid=100970 * PixelatedStarfish * (+1) /* FizzBuzz */
01:33:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100972&oldid=100971 * PixelatedStarfish * (+286) /* FizzBuzz */
01:34:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100973&oldid=100972 * PixelatedStarfish * (+2) /* FizzBuzz */
01:35:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100974&oldid=100973 * PixelatedStarfish * (-2) /* FizzBuzz */
01:45:17 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100975&oldid=100974 * PixelatedStarfish * (+362) /* FizzBuzz */
01:46:16 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100976&oldid=100975 * PixelatedStarfish * (+3) /* FizzBuzz */
01:47:21 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=100977&oldid=100976 * PixelatedStarfish * (-1275) /* FizzBuzz */
01:49:11 <esolangs> [[FizzBuzz]] https://esolangs.org/w/index.php?diff=100978&oldid=100350 * PixelatedStarfish * (+1459) /* BunnyBell */
01:49:26 <esolangs> [[FizzBuzz]] https://esolangs.org/w/index.php?diff=100979&oldid=100978 * PixelatedStarfish * (+1) /* BunnyBell */
01:49:54 <esolangs> [[Minimalbf]] M https://esolangs.org/w/index.php?diff=100980&oldid=100846 * PythonshellDebugwindow * (+841) /* Commands */ Add interpreter, categories
01:51:04 <esolangs> [[Minimalbf]] M https://esolangs.org/w/index.php?diff=100981&oldid=100980 * PythonshellDebugwindow * (+61) Update infobox
04:33:08 <Sgeo> *blink* apparently Pony uses one's compliment to define its wraparound behavior
04:35:01 <Sgeo> But claims that this is undefined
04:35:02 <Sgeo> Division by zero and overflow. E.g. I32.min_value() / I32(-1)
04:35:13 <Sgeo> (When using the unsafe division operator)
06:15:40 -!- moony has quit (Quit: leaving).
06:15:50 -!- Bowserinator has quit (Quit: Blame iczero something happened).
06:15:50 -!- iovoid has quit (Quit: iovoid has quit!).
06:17:13 -!- Sgeo has quit (Read error: Connection reset by peer).
06:19:39 -!- Bowserinator has joined.
06:20:50 -!- iovoid has joined.
06:27:31 -!- Bowserinator has quit (Quit: Blame iczero something happened).
06:27:31 -!- iovoid has quit (Write error: Connection reset by peer).
06:30:01 -!- Bowserinator has joined.
06:31:21 -!- iovoid has joined.
06:57:18 -!- Oshawott has joined.
06:59:15 -!- archenoth has quit (Ping timeout: 244 seconds).
07:48:56 -!- Lord_of_Life has quit (Excess Flood).
07:49:20 -!- Lord_of_Life has joined.
08:00:41 -!- archenoth has joined.
08:02:35 -!- Oshawott has quit (Ping timeout: 260 seconds).
08:37:43 -!- Oshawott has joined.
08:39:42 -!- archenoth has quit (Ping timeout: 264 seconds).
08:55:15 -!- wib_jonas has joined.
09:09:24 -!- __monty__ has joined.
09:19:26 -!- Oshawott has quit (Read error: Connection reset by peer).
09:19:50 -!- Oshawott has joined.
10:19:22 -!- sprout has quit (Ping timeout: 268 seconds).
10:21:59 -!- chiselfuse has quit (Remote host closed the connection).
10:27:10 -!- chiselfuse has joined.
10:35:03 -!- Melvar has joined.
11:12:41 -!- sprout has joined.
11:14:23 -!- sprout_ has joined.
11:18:01 -!- sprout has quit (Ping timeout: 272 seconds).
11:22:16 -!- sprout_ has quit (Ping timeout: 272 seconds).
11:24:03 -!- sprout has joined.
11:34:18 -!- sprout has quit (Ping timeout: 276 seconds).
11:39:26 -!- sprout has joined.
11:43:48 -!- wib_jonas has quit (Ping timeout: 252 seconds).
11:51:17 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=100982&oldid=100872 * Esolanger12345 * (+67)
11:51:40 -!- chiselfuse has quit (Write error: Connection reset by peer).
11:52:07 -!- impomatic has joined.
11:52:45 -!- chiselfuse has joined.
11:56:46 <esolangs> [[AHQ9+-]] N https://esolangs.org/w/index.php?oldid=100983 * Esolanger12345 * (+161) Created page with "*AHQ9+-* is an extension of [[HQ9+]], which adds the following instructions: * '''A''': print the value of the accumulator; * '''-''': decrement the accumulator."
11:57:36 <esolangs> [[AHQ9+-]] https://esolangs.org/w/index.php?diff=100984&oldid=100983 * Esolanger12345 * (+46)
11:58:03 <esolangs> [[AHQ9+-]] https://esolangs.org/w/index.php?diff=100985&oldid=100984 * Esolanger12345 * (+2)
12:01:59 <esolangs> [[AHQ9+-]] https://esolangs.org/w/index.php?diff=100986&oldid=100985 * Esolanger12345 * (+691)
12:13:42 <esolangs> [[AHQ9+-]] https://esolangs.org/w/index.php?diff=100987&oldid=100986 * Esolanger12345 * (+1)
12:13:59 <esolangs> [[AHQ9+-]] https://esolangs.org/w/index.php?diff=100988&oldid=100987 * Esolanger12345 * (-3)
12:14:00 -!- impomatic has quit (Quit: impomatic).
12:14:19 -!- impomatic has joined.
12:14:21 <esolangs> [[AHQ9+-]] https://esolangs.org/w/index.php?diff=100989&oldid=100988 * Esolanger12345 * (+4)
12:15:22 -!- sprout_ has joined.
12:18:31 -!- impomatic has quit (Client Quit).
12:18:32 -!- sprout has quit (Ping timeout: 244 seconds).
12:18:51 -!- impomatic has joined.
12:22:21 -!- sprout_ has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
12:23:02 -!- sprout has joined.
12:24:00 -!- impomatic has quit (Quit: impomatic).
12:24:19 -!- impomatic has joined.
12:28:31 -!- impomatic has quit (Client Quit).
12:28:54 -!- impomatic has joined.
12:43:59 -!- impomatic has quit (Quit: impomatic).
12:44:19 -!- impomatic has joined.
12:48:30 -!- impomatic has quit (Client Quit).
12:48:50 -!- impomatic has joined.
12:53:59 -!- impomatic has quit (Quit: impomatic).
12:54:21 -!- impomatic has joined.
12:58:30 -!- impomatic has quit (Client Quit).
12:58:52 -!- impomatic has joined.
13:02:10 -!- Guest57 has joined.
13:02:21 -!- Guest57 has quit (Client Quit).
13:02:42 -!- Esolanger12345 has joined.
13:02:59 -!- Esolanger12345 has quit (Client Quit).
13:05:15 <esolangs> [[Blub]] https://esolangs.org/w/index.php?diff=100990&oldid=80060 * Esolanger12345 * (+60)
13:08:10 <esolangs> [[Blub]] https://esolangs.org/w/index.php?diff=100991&oldid=100990 * Esolanger12345 * (+108)
13:10:27 <esolangs> [[Blub]] https://esolangs.org/w/index.php?diff=100992&oldid=100991 * Esolanger12345 * (+126)
13:19:47 -!- wib_jonas has joined.
13:21:53 -!- impomatic has quit (Quit: impomatic).
13:32:03 -!- __monty__ has quit (Quit: leaving).
13:53:19 -!- impomatic has joined.
13:59:22 -!- impomatic has quit (Quit: impomatic).
13:59:41 -!- impomatic has joined.
14:29:51 -!- impomatic has quit (Quit: impomatic).
14:30:12 -!- impomatic has joined.
14:32:36 -!- tromp has joined.
14:34:32 -!- impomatic has quit (Client Quit).
14:34:52 <esolangs> [[11CORTLANG]] https://esolangs.org/w/index.php?diff=100993&oldid=71619 * Nmcassa * (+452)
14:34:54 -!- impomatic has joined.
14:42:39 -!- wib_jonas has quit (Quit: Client closed).
14:46:52 -!- wib_jonas has joined.
15:12:15 -!- JAA has joined.
15:27:40 -!- wib_jonas has quit (Quit: Client closed).
15:37:38 <esolangs> [[1BNWL]] https://esolangs.org/w/index.php?diff=100994&oldid=100524 * Nmcassa * (+114)
15:38:16 <esolangs> [[User:Nmcassa]] https://esolangs.org/w/index.php?diff=100995&oldid=100905 * Nmcassa * (+29)
15:44:06 <JAA> Hi. I'm trying to find the smallest subset of characters that can encode any valid Python code (think JSFuck but for Python) and told that you folks might have some ideas. So far, I've come up with a couple different approaches using 9 unique characters. The least obfuscated one is `exec(chr(1+1+...)+chr(1+...)+...)`. A similar approach is `exec('%c%%c%%%%c'%1%(1+1)%(1+1+1))` or
15:44:12 <JAA> `exec('%c%%c'%len('c')%len('cc'))`. But I'm struggling to get below 9. Any ideas what might be worth exploring?
15:44:14 <HackEso> exec('%c%%c'%len('c')%len('cc'))`.? No such file or directory
15:45:06 <JAA> There's a Code Golf answer that does it in 7, but that's with Python 2 where `exec` was a statement, not a function, so it's equivalent to 9 in Python 3. https://codegolf.stackexchange.com/a/110722
15:48:31 <JAA> I believe it's impossible to avoid `exec()`, so that's 5 chars fixed. And then one needs to build a string in some way. My first approach was to do what JSFuck does, extracting characters from string representations of objects. But that doesn't get far in Python because it requires `repr()`, `str()`, `'%a'%...`, or even more extra characters just to get a string, plus square brackets to extract characters
15:48:37 <JAA> from it.
16:02:59 <JAA> One other observation is that `eval()`, even though it's one more character than `exec()`, gives `True` (and hence 1) for free via `all(())`. It can also be nested directly. However, I suspect there might be Python code that can't be transformed into something that is valid input to `eval`, though I haven't spent a great deal of time thinking about that.
16:04:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:11:40 -!- impomatic has quit (Remote host closed the connection).
16:50:12 -!- impomatic has joined.
16:54:22 -!- impomatic has quit (Client Quit).
16:54:41 -!- impomatic has joined.
17:59:04 <int-e> JAA: https://paste.debian.net/1247983/
17:59:30 <int-e> using %'()0cex
18:02:58 <JAA> int-e: Whew, very nice!
18:04:39 <int-e> (adding 0 gives us a few hexadecimal number, and % gives us all even numbers... and the rest can be accomplished by nesting exec-s)
18:05:36 <int-e> (and values can be exfiltrated through assignments to variables)
18:11:29 <int-e> JAA: I took your %c%%c%%%%c
18:11:47 <int-e> err, ''%c%%c%%%%c'%a%b%c idea
18:14:50 -!- impomatic has quit (Quit: impomatic).
18:15:12 -!- impomatic has joined.
18:16:53 <JAA> I thought about using mod somehow, but it didn't occur to me to add 0. Very clever.
18:17:10 <JAA> (The % idea came from the link in that Code Golf answer, by the way.)
18:17:22 <int-e> I haven't looked
18:19:22 -!- impomatic has quit (Client Quit).
18:19:41 -!- impomatic has joined.
18:20:50 <int-e> JAA: I also don't do SE, feel free to mention it there if you're into that
18:21:17 -!- tromp has joined.
18:22:06 <JAA> Neither do I, just searching for things there sometimes. I'll mention it in #python though. I'm sure some people there will hate/love this as much as I do. :-)
18:22:59 <int-e> JAA: there's a couple of more tricks I haven't mentioned that you'll discover if you dissect the code :)
18:23:04 <JAA> Will take a bit to digest the details first though.
18:23:06 <JAA> Yeah :-)
18:23:24 <JAA> Not like I had other plans for tonight anyway. :-P
18:32:25 -!- Thedarkb1-Deskto has joined.
18:34:41 -!- Thedarkb-Desktop has quit (Ping timeout: 244 seconds).
18:34:50 -!- impomatic has quit (Quit: impomatic).
18:35:12 -!- impomatic has joined.
18:39:22 -!- impomatic has quit (Client Quit).
18:39:45 -!- impomatic has joined.
19:19:50 -!- impomatic has quit (Quit: impomatic).
19:20:12 -!- impomatic has joined.
19:24:22 -!- impomatic has quit (Client Quit).
19:24:45 -!- impomatic has joined.
19:26:53 <esolangs> [[User:SunnyMoon/Expirements]] https://esolangs.org/w/index.php?diff=100996&oldid=77984 * SunnyMoon * (+123) Now or never
19:33:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:45:48 -!- node1 has joined.
19:46:38 <node1> Hi
19:48:27 -!- node1 has left (Leaving).
19:50:59 -!- tromp has joined.
19:54:50 -!- impomatic has quit (Quit: impomatic).
19:55:11 -!- impomatic has joined.
19:59:22 -!- impomatic has quit (Client Quit).
19:59:43 -!- impomatic has joined.
20:02:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:11:01 -!- impomatic has quit (Quit: impomatic).
20:11:22 <esolangs> [[User:SunnyMoon/The Esobox]] N https://esolangs.org/w/index.php?oldid=100997 * SunnyMoon * (+1693) I hope the idea actually becomes a better-than-decent game.
20:12:47 <esolangs> [[User:SunnyMoon/The Esobox]] M https://esolangs.org/w/index.php?diff=100998&oldid=100997 * SunnyMoon * (+1) A canna read me English
20:26:32 -!- Guest9017 has joined.
20:28:23 -!- Guest9017 has quit (Client Quit).
20:44:57 <esolangs> [[User:SunnyMoon/The Esobox]] https://esolangs.org/w/index.php?diff=100999&oldid=100998 * SunnyMoon * (+293) The majority of esolangs in this wiki are clearly poor, with minimal contributions to the esotericness
20:56:06 -!- tromp has joined.
21:13:58 <esolangs> [[Esochan]] N https://esolangs.org/w/index.php?oldid=101000 * SpaceByte * (+4805) Created page with "{{infobox proglang |name=EsoChan |author=[[User:SpaceByte]] |year=[[:Category:2022|2022]] |class=[[:Category:Turing complete|Turing Complete]] |refimpl=[https://github.com/byt..."
21:15:15 <esolangs> [[User:SunnyMoon/The Esobox]] https://esolangs.org/w/index.php?diff=101001&oldid=100999 * SunnyMoon * (+2182) Am I spoiling things?
21:21:21 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=101002&oldid=100840 * SpaceByte * (+14)
21:22:10 <esolangs> [[User:SpaceByte]] https://esolangs.org/w/index.php?diff=101003&oldid=100684 * SpaceByte * (+14) added esochan
21:23:40 <esolangs> [[Special:Log/move]] move * SpaceByte * moved [[Esochan]] to [[EsoChan]]: wrong capitalization causes issues
21:35:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:47:12 -!- esolangs has quit (Ping timeout: 260 seconds).
21:50:58 -!- esolangs has joined.
21:50:58 -!- ChanServ has set channel mode: +v esolangs.
21:52:18 -!- HackEso has joined.
23:16:08 -!- Sgeo has joined.
23:39:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101006&oldid=100977 * PixelatedStarfish * (+215) /* Useful Operators */
23:41:39 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
23:41:47 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101007&oldid=101006 * PixelatedStarfish * (+37) /* Useful Operators */
23:42:39 -!- Lord_of_Life has joined.
23:42:57 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101008&oldid=101007 * PixelatedStarfish * (+0) /* Useful Operators */
23:44:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101009&oldid=101008 * PixelatedStarfish * (+74) /* Useful Operators */
23:45:11 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101010&oldid=101009 * PixelatedStarfish * (+30) /* Useful Operators */
23:48:47 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101011&oldid=101010 * PixelatedStarfish * (+239) /* Data Types */
23:59:21 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101012&oldid=101011 * PixelatedStarfish * (+64) /* Declaring Variables: The Refer Operator & */
2022-07-22
00:01:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101013&oldid=101012 * PixelatedStarfish * (+289) /* Declaring Variables: The Refer Operator & */
00:03:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101014&oldid=101013 * PixelatedStarfish * (+0) /* Declaring Variables: The Refer Operator & */
00:05:20 <esolangs> [[AHQ9+-]] M https://esolangs.org/w/index.php?diff=101015&oldid=100989 * PythonshellDebugwindow * (+131) .
00:06:00 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=101016&oldid=101002 * PythonshellDebugwindow * (+13) /* A */ add
00:06:27 <esolangs> [[HQ9+]] M https://esolangs.org/w/index.php?diff=101017&oldid=100982 * PythonshellDebugwindow * (+2) /* See also */ Fix
00:09:00 <esolangs> [[ACHEQUEUENINETHOUSANDPLUS]] M https://esolangs.org/w/index.php?diff=101018&oldid=88837 * PythonshellDebugwindow * (+38) Category
00:12:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101019&oldid=101014 * PixelatedStarfish * (+112) /* Casting */
00:17:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101020&oldid=101019 * PixelatedStarfish * (+169) /* Casting */
00:19:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101021&oldid=101020 * PixelatedStarfish * (+62) /* Casting */
00:20:10 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101022&oldid=101021 * PixelatedStarfish * (+0) /* Casting */
00:27:11 -!- perlbot has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
00:27:11 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
01:14:25 <Sgeo> Results I'd expect for sqrt(-1): Not a real number, i, imaginary, j, n/a, error
01:14:48 <Sgeo> Results that don't make sense: Indeterminate. Thanks, Microsoft Edge Math Solver https://mathsolver.microsoft.com/en/solve-problem/%60sqrt%7B%20-1%20%20%7D
01:44:11 -!- simcop2387 has joined.
01:45:11 -!- perlbot has joined.
03:17:26 -!- chiselfuse has quit (Remote host closed the connection).
03:18:00 -!- chiselfuse has joined.
04:07:44 -!- slavfox has quit (Read error: Connection reset by peer).
04:09:47 -!- slavfox has joined.
04:30:13 -!- chiselfuse has quit (Remote host closed the connection).
04:30:52 -!- chiselfuse has joined.
05:17:12 -!- chiselfuse has quit (Ping timeout: 268 seconds).
05:17:21 -!- chiselfuse has joined.
05:38:47 -!- chiselfuse has quit (Remote host closed the connection).
05:39:00 -!- chiselfuse has joined.
06:26:37 -!- chiselfuse has quit (Remote host closed the connection).
06:26:48 -!- chiselfuse has joined.
06:35:53 -!- chiselfuse has quit (Write error: Connection reset by peer).
06:36:08 -!- chiselfuse has joined.
06:59:12 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=101023&oldid=100885 * LEOMOK * (+102)
07:12:21 -!- tromp has joined.
07:47:31 <b_jonas> Sgeo: "Indeterminate" is a fancy name for a NaN, or of the particular quiet NaN that these operations generate, the one with all the bits of the mantissa being zero except for the bit that distinguishes a quiet nan from a signaling nan
07:47:52 <b_jonas> so it's weird but I don't think it's wrong
07:49:15 <b_jonas> sure, the name "indeterminate" makes a bit more sense when you get it by subtracting two infinities or dividing zero by zero, but it's still the same NaN value as this
08:05:01 -!- Sgeo has quit (Read error: Connection reset by peer).
09:08:23 -!- wib_jonas has joined.
09:17:15 -!- sprout has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
09:17:40 -!- sprout has joined.
09:23:53 -!- __monty__ has joined.
09:29:17 -!- sprout has quit (Ping timeout: 272 seconds).
09:47:14 -!- sprout has joined.
09:52:38 -!- sprout has quit (Ping timeout: 240 seconds).
09:53:16 -!- sprout has joined.
10:01:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:02:01 -!- sprout has quit (Ping timeout: 268 seconds).
10:03:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101024&oldid=101022 * PixelatedStarfish * (+0) /* Useful Operators */
10:04:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101025&oldid=101024 * PixelatedStarfish * (+0) /* Useful Operators */
10:04:49 -!- tromp has joined.
10:22:52 -!- sprout has joined.
10:32:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101026&oldid=101025 * PixelatedStarfish * (+0) /* Declaring Variables: The Refer Operator & */
10:33:28 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101027&oldid=101026 * PixelatedStarfish * (+0) /* Useful Operators */
10:35:23 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101028&oldid=101027 * PixelatedStarfish * (+0) /* Declaring Variables: The Refer Operator & */
10:42:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101029&oldid=101028 * PixelatedStarfish * (+37) /* Casting */
11:05:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101030&oldid=101029 * PixelatedStarfish * (+223) /* Buckets, Indexing, and Nesting */
11:10:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101031&oldid=101030 * PixelatedStarfish * (+305) /* Buckets, Indexing, and Nesting */
11:31:06 -!- shachaf has quit (Ping timeout: 276 seconds).
11:31:22 -!- shachaf has joined.
12:04:42 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:06:24 -!- wib_jonas has quit (Quit: Client closed).
12:41:21 -!- tromp has joined.
12:45:42 -!- tromp has quit (Client Quit).
12:47:29 -!- tromp has joined.
13:08:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:10:15 -!- tromp has joined.
13:13:44 -!- impomatic has joined.
13:16:34 -!- impomatic has quit (Client Quit).
13:16:54 -!- impomatic has joined.
13:31:58 -!- impomatic has quit (Quit: impomatic).
13:32:18 -!- impomatic has joined.
13:36:29 -!- impomatic has quit (Client Quit).
13:36:48 -!- impomatic has joined.
13:59:25 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101032&oldid=101031 * PixelatedStarfish * (-47) /* Buckets, Indexing, and Nesting */
14:00:11 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101033&oldid=101032 * PixelatedStarfish * (+1) /* Buckets, Indexing, and Nesting */
14:06:39 <esolangs> [[Inputfish]] https://esolangs.org/w/index.php?diff=101034&oldid=99579 * Nmcassa * (+121)
14:07:05 <esolangs> [[User:Nmcassa]] https://esolangs.org/w/index.php?diff=101035&oldid=100995 * Nmcassa * (+16)
14:25:47 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101036&oldid=101033 * PixelatedStarfish * (+0) /* Casting */
14:51:58 -!- impomatic has quit (Quit: impomatic).
14:52:19 -!- impomatic has joined.
14:56:29 -!- impomatic has quit (Client Quit).
14:56:48 -!- impomatic has joined.
15:39:38 -!- Sgeo has joined.
15:50:30 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:01:58 -!- impomatic has quit (Quit: impomatic).
16:02:18 -!- impomatic has joined.
16:05:34 -!- tromp has joined.
16:06:29 -!- impomatic has quit (Client Quit).
16:06:49 -!- impomatic has joined.
16:16:58 -!- impomatic has quit (Quit: impomatic).
16:17:17 -!- impomatic has joined.
16:21:29 -!- impomatic has quit (Client Quit).
16:21:48 -!- impomatic has joined.
16:44:41 -!- simcop2387 has quit (Read error: Connection reset by peer).
16:45:19 -!- perlbot has quit (Ping timeout: 268 seconds).
16:45:57 -!- perlbot has joined.
16:47:27 -!- simcop2387 has joined.
16:49:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:59:40 -!- impomatic has quit (Quit: impomatic).
17:27:32 <esolangs> [[Hot]] M https://esolangs.org/w/index.php?diff=101037&oldid=79794 * PythonshellDebugwindow * (+34) Category
17:34:48 -!- tromp has joined.
17:44:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:53:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101038&oldid=101036 * PixelatedStarfish * (+45) /* Strings and Escapes */
17:58:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101039&oldid=101038 * PixelatedStarfish * (+30) /* Strings and Escapes */
18:02:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101040&oldid=101039 * PixelatedStarfish * (+75) /* Escape Sequences */
18:06:10 -!- tromp has joined.
18:22:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101041&oldid=101040 * PixelatedStarfish * (+226) /* Escape Sequences */
18:33:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101042&oldid=101041 * PixelatedStarfish * (+38) /* Useful Operators */
18:39:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:40:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101043&oldid=101042 * PixelatedStarfish * (+352) /* Character Access */
18:49:24 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101044&oldid=101043 * PixelatedStarfish * (+43) /* Character Access */
18:52:57 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101045&oldid=101044 * PixelatedStarfish * (-63) /* Character Access */
19:18:55 -!- tromp has joined.
19:33:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:40:18 -!- vyv has joined.
19:41:33 -!- tromp has joined.
20:09:09 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101046&oldid=101045 * PixelatedStarfish * (-33) /* Identifiers: How to Use the Identifying Operator @ */
20:10:24 <esolangs> [[Special:Log/newusers]] create * Justcallmespike * New user account
20:10:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101047&oldid=101046 * PixelatedStarfish * (+57) /* Identifiers: How to Use the Identifying Operator @ */
20:11:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101048&oldid=101047 * PixelatedStarfish * (+3) /* Identifiers: How to Use the Identifying Operator @ */
20:12:22 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101049&oldid=101048 * PixelatedStarfish * (-42) /* Identifiers: How to Use the Identifying Operator @ */
20:19:51 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101050&oldid=100940 * Justcallmespike * (+123) /* Introductions */
20:21:22 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101051&oldid=101050 * Justcallmespike * (+104) /* Introductions */
20:32:29 -!- vyv has quit (Quit: Konversation terminated!).
20:44:07 <esolangs> [[PERPLEX]] M https://esolangs.org/w/index.php?diff=101052&oldid=64147 * PythonshellDebugwindow * (+51) Stub, categories
20:45:48 <esolangs> [[Jussef Swissen]] M https://esolangs.org/w/index.php?diff=101053&oldid=64961 * PythonshellDebugwindow * (+69) Link to user page
20:49:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:19:12 -!- tromp has joined.
21:27:47 -!- __monty__ has quit (Quit: leaving).
21:43:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:47:49 <esolangs> [[User:Aleteoryx]] N https://esolangs.org/w/index.php?oldid=101054 * Aleteoryx * (+43) I exist
22:23:32 -!- j-bot has quit (Remote host closed the connection).
22:23:46 -!- j-bot has joined.
22:48:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101055&oldid=101049 * PixelatedStarfish * (+122) /* Identifiers: How to Use the Identifying Operator @ */
22:49:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101056&oldid=101055 * PixelatedStarfish * (-13) /* Identifiers: How to Use the Identifying Operator @ */
22:58:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101057&oldid=101056 * PixelatedStarfish * (+39) /* Identifiers: How to Use the Identifying Operator @ */
22:58:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101058&oldid=101057 * PixelatedStarfish * (-1) /* Identifiers: How to Use the Identifying Operator @ */
23:44:06 -!- Lord_of_Life_ has joined.
23:44:06 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
23:45:21 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
2022-07-23
00:12:17 <esolangs> [[Special:Log/upload]] upload * Aleteoryx * uploaded "[[File:CV1 Truth-Machine.png]]"
00:25:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101060&oldid=101058 * PixelatedStarfish * (+129) /* Identifiers: How to Use the Identifying Operator @ */
00:29:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101061&oldid=101060 * PixelatedStarfish * (+0) /* Identifiers: How to Use the Identifying Operator @ */
00:37:43 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101062&oldid=101061 * PixelatedStarfish * (+16) /* Identifiers: How to Use the Identifying Operator @ */
00:38:58 <esolangs> [[Circuits V1]] N https://esolangs.org/w/index.php?oldid=101063 * Aleteoryx * (+4993) Page Creation
00:40:28 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101064&oldid=101062 * PixelatedStarfish * (+1) /* Identifiers: How to Use the Identifying Operator @ */
00:44:35 <esolangs> [[A-DU]] M https://esolangs.org/w/index.php?diff=101065&oldid=68892 * PythonshellDebugwindow * (+8) WIP
00:45:07 <esolangs> [[Hello]] M https://esolangs.org/w/index.php?diff=101066&oldid=96156 * PythonshellDebugwindow * (+8) /* Interpreter */ .
00:46:17 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101067&oldid=101064 * PixelatedStarfish * (+182) /* Identifiers: How to Use the Identifying Operator @ */
00:46:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101068&oldid=101067 * PixelatedStarfish * (-1) /* Identifiers: How to Use the Identifying Operator @ */
00:57:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101069&oldid=101068 * PixelatedStarfish * (+66) /* Specifying Function Input Types */
01:27:42 <zzo38> How to disable all built-in rules in GNU Make (without needing to disable each one individually) within the Makefile itself (without needing any command-line arguments)?
01:45:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101070&oldid=101069 * PixelatedStarfish * (+37) /* Using Function Calls as Arguments: The Call Passing Operator : */
02:07:25 -!- chiselfuse has quit (Remote host closed the connection).
02:13:12 -!- chiselfuse has joined.
02:37:15 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101071&oldid=101070 * PixelatedStarfish * (+34) /* Using Function Calls as Arguments: The Call Passing Operator : */
02:40:03 -!- Esolanger12345 has joined.
02:40:30 <Esolanger12345> Hello world
02:40:39 -!- Esolanger12345 has quit (Client Quit).
02:42:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101072&oldid=101071 * PixelatedStarfish * (+32) /* Using Function Calls as Arguments: The Call Passing Operator : */
02:43:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101073&oldid=101072 * PixelatedStarfish * (+0) /* Using Function Calls as Arguments: The Call Passing Operator : */
02:51:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101074&oldid=101073 * PixelatedStarfish * (+151) /* Using Function Calls as Arguments: The Call Passing Operator : */
02:54:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101075&oldid=101074 * PixelatedStarfish * (+37) /* Using Function Calls as Arguments: The Call Passing Operator : */
03:20:48 -!- chiselfuse has quit (Remote host closed the connection).
03:22:02 -!- chiselfuse has joined.
04:09:44 <esolangs> [[Circuits V1]] M https://esolangs.org/w/index.php?diff=101076&oldid=101063 * Aleteoryx * (+19) Add the category
04:10:04 <esolangs> [[Circuits V1]] M https://esolangs.org/w/index.php?diff=101077&oldid=101076 * Aleteoryx * (+5)
04:18:54 -!- chiselfuse has quit (Remote host closed the connection).
04:19:18 -!- chiselfuse has joined.
04:46:36 <Sgeo> PATH is mentioned in the 10 PRINT book
05:08:27 -!- chiselfu1e has joined.
05:08:29 -!- chiselfuse has quit (Ping timeout: 268 seconds).
05:38:26 <esolangs> [[Special:Log/newusers]] create * Puzzle9 * New user account
05:43:22 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101078&oldid=101051 * Puzzle9 * (+78)
05:44:08 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101079&oldid=101078 * Puzzle9 * (+12)
06:50:11 -!- tromp has joined.
06:57:27 <Sgeo> "Despite these varying uses, the impact of BASIC'S role as an entry-level language in the 1970s and 1980s was such that some modern programmers, including one of this book's authors, still pronounce "$" as "string" when reading code aloud regardless of the character's meaning in the language under discussion."
07:07:22 <zzo38> Even though I have programmed in BASIC, I do not do such a thing as that.
07:13:17 <Sgeo> Dr. Dobb's Journal of Tiny BASIC Calisthenics and Orthodontia
07:39:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:43:10 -!- Sgeo has quit (Read error: Connection reset by peer).
09:44:08 -!- chiselfu1e has quit (Ping timeout: 268 seconds).
09:45:39 -!- chiselfuse has joined.
10:24:00 -!- chiselfuse has quit (Write error: Connection reset by peer).
10:24:24 -!- chiselfuse has joined.
11:34:36 -!- chiselfuse has quit (Remote host closed the connection).
11:34:51 -!- chiselfuse has joined.
13:02:25 -!- sprout_ has joined.
13:05:56 -!- sprout has quit (Ping timeout: 255 seconds).
13:31:27 -!- sprout_ has quit (Ping timeout: 276 seconds).
13:45:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101080&oldid=101075 * PixelatedStarfish * (+2) /* Returning */
13:45:38 -!- sprout has joined.
13:52:43 <esolangs> [[Langlang]] M https://esolangs.org/w/index.php?diff=101081&oldid=74259 * Esolang1 * (+62)
13:55:56 -!- sprout has quit (Ping timeout: 272 seconds).
13:57:17 <esolangs> [[Special:Log/newusers]] create * Gears * New user account
13:57:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101082&oldid=101080 * PixelatedStarfish * (+2) /* Structs: Defining a Data Type */
13:57:58 -!- sprout has joined.
14:02:16 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=101083&oldid=101079 * Gears * (+213)
14:11:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101084&oldid=101082 * PixelatedStarfish * (+383) /* Overloading */
14:22:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101085&oldid=101084 * PixelatedStarfish * (-4) /* Overloading */
14:25:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101086&oldid=101085 * PixelatedStarfish * (+174) /* Overloading */
14:27:32 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101087&oldid=101086 * PixelatedStarfish * (+0) /* Overloading */
14:44:21 <esolangs> [[ThETA]] M https://esolangs.org/w/index.php?diff=101088&oldid=89398 * PythonshellDebugwindow * (+60) Categories
15:34:15 -!- sprout has quit (Ping timeout: 244 seconds).
15:46:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101089&oldid=101087 * PixelatedStarfish * (+217) /* Overloading */
15:51:29 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101090&oldid=101089 * PixelatedStarfish * (+152) /* Overloading */
15:53:34 -!- tromp has joined.
15:58:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101091&oldid=101090 * PixelatedStarfish * (-25) /* Overloading */
16:02:34 -!- sprout has joined.
16:06:23 -!- sprout_ has joined.
16:06:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101092&oldid=101091 * PixelatedStarfish * (+106) /* Returning */
16:08:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101093&oldid=101092 * PixelatedStarfish * (+6) /* Returning */
16:08:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101094&oldid=101093 * PixelatedStarfish * (-1) /* Returning */
16:10:23 -!- sprout has quit (Ping timeout: 272 seconds).
16:11:16 -!- sprout_ has changed nick to sprout.
16:15:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101095&oldid=101094 * PixelatedStarfish * (+118) /* Returning */
16:16:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101096&oldid=101095 * PixelatedStarfish * (+0) /* Returning */
16:18:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101097&oldid=101096 * PixelatedStarfish * (+37) /* Returning */
16:22:53 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101098&oldid=101097 * PixelatedStarfish * (+30) /* Returning */
17:24:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:35:08 -!- __monty__ has joined.
17:41:34 <zzo38> I have set up a search engine in Firefox which uses POST instead of GET requests. How do I change the configuration so that it uses GET requests instead (so that I can view/copy/edit the URL)?
17:58:51 <b_jonas> zzo38: hmm, I think there was a plugin that could help in that, but it may have been before the XUL plugins thing
17:59:08 -!- tromp has joined.
18:04:07 <__monty__> If the search engine supports it and it's just one of those opensearch.xml that gives you the POST method then you can conjure up your own opensearch.xml.
18:20:54 <esolangs> [[User:SunnyMoon]] https://esolangs.org/w/index.php?diff=101099&oldid=100901 * SunnyMoon * (+21) Yes, I am, as a matter of fact, a member of the Sapiens species of the Homo genus, commonly referred to in the language of Neo-Anglo-Saxons as "people".
18:22:36 <esolangs> [[User:SunnyMoon]] https://esolangs.org/w/index.php?diff=101100&oldid=101099 * SunnyMoon * (+42) I am legitimately scared of creating an esolang game for the moment. I will start working on it after a few days. Ah, procrastination at its finest.
18:23:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:41:43 -!- tromp has joined.
18:51:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:53:58 -!- tromp has joined.
19:05:32 <zzo38> I found what I was looking in the places.sqlite file, in the table called "moz_keywords", but now I will have to figure out how to change that from POST to GET. The data sent using POST is in there, but I don't know how to change the request method for that
19:05:58 -!- Sgeo has joined.
19:10:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:14:25 -!- tromp has joined.
19:30:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:32:34 <esolangs> [[8BallScript]] N https://esolangs.org/w/index.php?oldid=101101 * Gears * (+4458) Created page with "{{infobox proglang |name=8BallScript |paradigms=useless |author=Gears and Jaegerwald |year=[[:Category:2022|2022]] |typesys= |memsys=binary |dimensions=:Category:One-dimensi..."
19:34:59 <esolangs> [[8BallScript]] https://esolangs.org/w/index.php?diff=101102&oldid=101101 * Gears * (-4)
19:35:16 -!- tromp has joined.
19:49:48 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:51:08 -!- tromp has joined.
20:09:13 <esolangs> [[Shader state]] M https://esolangs.org/w/index.php?diff=101103&oldid=68830 * PythonshellDebugwindow * (+33) Stub, category
20:24:04 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:43:27 -!- MrAureliusR has quit (Quit: ZNC - https://znc.in).
20:44:42 -!- MrAureliusR has joined.
20:46:13 -!- tromp has joined.
20:52:49 <esolangs> [[*++]] M https://esolangs.org/w/index.php?diff=101104&oldid=100719 * PythonshellDebugwindow * (+40) Stub, WIP, category
21:36:40 -!- __monty__ has quit (Quit: leaving).
21:43:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:48:35 <esolangs> [[Thue]] M https://esolangs.org/w/index.php?diff=101105&oldid=77170 * Neauoire * (+130) /* External resources */
23:35:20 <esolangs> [[Left Curly Brace Symbol]] N https://esolangs.org/w/index.php?oldid=101106 * Yes * (+1877) Created page with "{{wrongtitle|title={}} Left Curly Brace Symbol is an esolang made by [[User:Yes]] in 2022 <br>It is [[User:Yes]]'s first 2D language. == Data Storage == There is an accumulat..."
23:35:46 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101107&oldid=100848 * Yes * (+33)
23:37:21 <esolangs> [[Special:Log/newusers]] create * Joseppi1 * New user account
23:43:51 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
23:44:14 -!- Lord_of_Life has joined.
23:47:49 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=101108&oldid=101083 * Joseppi1 * (+189) I added my entry.
23:48:22 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=101109&oldid=101108 * Joseppi1 * (+160) /* Introductions */
23:49:06 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=101110&oldid=101109 * Joseppi1 * (-90) /* Introductions */
23:50:25 <esolangs> [[Minimalbf]] https://esolangs.org/w/index.php?diff=101111&oldid=100981 * Yes * (+949)
2022-07-24
00:06:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101112&oldid=101098 * PixelatedStarfish * (+386) /* Structs: Defining a Data Type */
00:06:53 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101113&oldid=101112 * PixelatedStarfish * (-53) /* Structs: Defining a Data Type */
00:18:04 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101114&oldid=101113 * PixelatedStarfish * (+392) /* Structs: Defining a Data Type */
00:20:57 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101115&oldid=101114 * PixelatedStarfish * (+71) /* Structs: Defining a Data Type */
00:22:23 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101116&oldid=101115 * PixelatedStarfish * (-2) /* Structs: Defining a Data Type */
00:23:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101117&oldid=101116 * PixelatedStarfish * (+0) /* Structs: Defining a Data Type */
00:52:36 <esolangs> [[DDDD]] M https://esolangs.org/w/index.php?diff=101118&oldid=85634 * PythonshellDebugwindow * (+131) Link to Underload, categorise
00:52:47 <esolangs> [[DDDD]] M https://esolangs.org/w/index.php?diff=101119&oldid=101118 * PythonshellDebugwindow * (-1) /* Computational class */ fix
00:54:05 <esolangs> [[PokeType]] M https://esolangs.org/w/index.php?diff=101120&oldid=89467 * PythonshellDebugwindow * (-27) /* Compile */ Remove nonexistent category
00:54:50 <esolangs> [[PokeType]] M https://esolangs.org/w/index.php?diff=101121&oldid=101120 * PythonshellDebugwindow * (+57) /* Compile */ Categories
01:22:05 -!- chiselfuse has quit (Ping timeout: 268 seconds).
01:23:37 -!- chiselfuse has joined.
01:30:26 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101122&oldid=101117 * PixelatedStarfish * (+50) /* Structs: Defining a Data Type */
01:34:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101123&oldid=101122 * PixelatedStarfish * (+1) /* Structs: Defining a Data Type */
01:36:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101124&oldid=101123 * PixelatedStarfish * (-76) /* Structs: Defining a Data Type */
01:40:02 -!- chiselfuse has quit (Remote host closed the connection).
01:42:01 -!- chiselfuse has joined.
01:48:25 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101125&oldid=101124 * PixelatedStarfish * (+187) /* Structs: Defining a Data Type */
01:49:07 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101126&oldid=101125 * PixelatedStarfish * (+1) /* Structs: Defining a Data Type */
01:54:57 <esolangs> [[Tome]] M https://esolangs.org/w/index.php?diff=101127&oldid=53946 * PythonshellDebugwindow * (+56) Stub, update link, categories
01:58:13 <esolangs> [[Protogen]] N https://esolangs.org/w/index.php?oldid=101128 * Joseppi1 * (+6276) Made the page
02:00:15 <esolangs> [[Protogen]] M https://esolangs.org/w/index.php?diff=101129&oldid=101128 * Joseppi1 * (-13) Removed the duplicate title
02:11:33 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=101130&oldid=101016 * Joseppi1 * (+15) Added Protogen
04:18:19 -!- MrAureliusR has quit (Quit: ZNC - https://znc.in).
04:19:31 -!- MrAureliusR has joined.
04:24:14 -!- tromp has joined.
04:24:59 -!- tromp has quit (Client Quit).
04:38:13 <esolangs> [[Talk:Ook!]] https://esolangs.org/w/index.php?diff=101131&oldid=54484 * LEOMOK * (+77) /* extra instruction idea */ new section
04:46:24 <esolangs> [[Multeq]] https://esolangs.org/w/index.php?diff=101132&oldid=100655 * ChuckEsoteric08 * (-1)
05:18:52 -!- sprout has quit (Ping timeout: 268 seconds).
05:32:00 -!- tromp has joined.
06:09:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:44:37 -!- tromp has joined.
06:55:48 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:58:38 -!- tromp has joined.
06:59:35 -!- tromp has quit (Client Quit).
07:16:48 -!- rodgort has quit (Quit: Leaving).
07:38:07 -!- rodgort has joined.
08:04:23 -!- chiselfuse has quit (Write error: Connection reset by peer).
08:04:51 -!- chiselfuse has joined.
08:07:50 -!- chiselfuse has quit (Remote host closed the connection).
08:10:08 -!- chiselfuse has joined.
08:12:03 <esolangs> [[Special:Log/newusers]] create * Chriso345 * New user account
08:17:51 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=101133&oldid=101110 * Chriso345 * (+162) my introduction
08:23:43 -!- sprout has joined.
08:44:38 -!- chiselfuse has quit (Remote host closed the connection).
08:45:01 -!- chiselfuse has joined.
09:56:10 -!- Everything has joined.
10:14:59 -!- Sgeo has quit (Read error: Connection reset by peer).
11:12:02 <esolangs> [[Esolang:Sandbox]] M https://esolangs.org/w/index.php?diff=101134&oldid=99516 * MathigonDec * (+1282) Pixel pattern
11:51:24 <esolangs> [[8BallScript]] M https://esolangs.org/w/index.php?diff=101135&oldid=101102 * Gears * (+51)
11:55:02 <b_jonas> hehe, nice article title about a production hardware that makes it sound like esoteric "http://www.righto.com/2020/09/inside-hp-nanoprocessor-high-speed.html" "Inside the HP Nanoprocessor: a high-speed processor that can't even add"
12:03:06 <b_jonas> hehe "Inconveniently, the digital watch chip wasn't designed for computer control: it generated 7-segment signals to drive an LED, and it was set through three buttons. To read the time, the Nanoprocessor had to convert the 7-segment display outputs back into digits. And to set the time, the Nanoprocessor had to simulate the right sequence of button presses to advance through the digits."
12:03:42 <b_jonas> that is about the internals of a real time clock extension card to a desktop calculator
12:05:39 <b_jonas> it only reads time that way once after power on by the way, the clock chip is used to keep time while powered down using a battery, but afterwards the processor of the card keeps the time in itself and increments it to keep the time
12:14:10 -!- sprout has quit (Ping timeout: 272 seconds).
12:17:05 <b_jonas> the processor apparently has an 8-bit accumulator plus carry flag, but 16 8-bit registers built in. it indeed has no add or subtract instructions, but this is to be taken with the caveat that it has add 1, subtract 1, various comparisons (which compare either the accumulator with register 0 or with constant 0), and unsigned left and right shifts (accumulator only, without carry)
12:18:30 <b_jonas> also it is built to not interface with memory, just compute everything in registers with the program in a ROM
12:19:10 <b_jonas> but at least can use lookup tables or jump tables in ROM
12:19:39 <b_jonas> so it's clearly made to control peripherials rather than to be used as a central processor in a computer
12:20:24 <int-e> hmmm 1974.
12:25:40 <b_jonas> int-e: yes, that's part of why they needed a cheap processor chip, the 6502 didn't exist yet
12:26:12 <b_jonas> though the domain doesn't really match with the 6502, since this is a single chip design usable without RAM and DRAM refresh logic
12:31:55 -!- sprout has joined.
12:57:38 <fizzie> Something I learned the other day: there are microcontrollers (TMS1000?) that use a LFSR for "incrementing" their program counter, because it's cheaper than adding 1.
12:57:44 <fizzie> A suitably chosen N-bit LFSR has a period of 2**N - 1, after all. Of course it means that the sequence "looks random", but the assembler just uses the same order when it's putting the instructions in the ROM, so it all works out.
12:58:55 <int-e> fizzie: if you like that you'll also like the addressing logic in oerjan's Unlambda interpreter in Intercal
12:59:03 <int-e> (that uses the same trick)
14:24:56 <esolangs> [[Protogen]] M https://esolangs.org/w/index.php?diff=101136&oldid=101129 * PythonshellDebugwindow * (+92) Use pre tags, categories
14:30:27 <esolangs> [[8BallScript]] M https://esolangs.org/w/index.php?diff=101137&oldid=101135 * PythonshellDebugwindow * (+42) Remove redlink, add categories
14:31:13 <esolangs> [[8BallScript]] M https://esolangs.org/w/index.php?diff=101138&oldid=101137 * PythonshellDebugwindow * (+25) Link
14:31:54 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=101139&oldid=101130 * PythonshellDebugwindow * (+18) /* Non-alphabetic */ add
14:34:18 -!- Koen has joined.
14:44:09 <esolangs> [[Smalllang]] M https://esolangs.org/w/index.php?diff=101140&oldid=96924 * PythonshellDebugwindow * (+19) Category
14:53:35 <esolangs> [[Bitwise Cyclic Tag]] M https://esolangs.org/w/index.php?diff=101141&oldid=99137 * PythonshellDebugwindow * (-12) /* Self BCT */ Update link
14:54:42 <esolangs> [[Refract]] M https://esolangs.org/w/index.php?diff=101142&oldid=43915 * PythonshellDebugwindow * (+89) /* External resources */ Categories
15:02:18 -!- sprout has quit (Ping timeout: 240 seconds).
15:35:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101143&oldid=101126 * PixelatedStarfish * (+38) /* Truth Machine */
15:46:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101144&oldid=101143 * PixelatedStarfish * (+0) /* General Palettes */
15:47:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101145&oldid=101144 * PixelatedStarfish * (+0) /* Adapted Palettes */
15:47:54 -!- sprout has joined.
15:48:28 -!- Guest8369 has joined.
15:49:10 <Guest8369> What is this?
15:49:34 <Guest8369> 'guess nobody is here.
15:49:38 -!- Guest8369 has quit (Client Quit).
15:50:13 <int-e> Zoom!
15:53:03 <esolangs> [[User:Nmcassa]] https://esolangs.org/w/index.php?diff=101146&oldid=101035 * Nmcassa * (+16)
15:59:38 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101147&oldid=101145 * PixelatedStarfish * (+29) /* Colors */
16:01:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101148&oldid=101147 * PixelatedStarfish * (+27) /* Colors */
16:03:48 <esolangs> [[Brainspin]] N https://esolangs.org/w/index.php?oldid=101149 * Nmcassa * (+1233) Created page with "Brainspin is a variant of [[brainfuck]] where there are only three spaces of memory and they are constantly being cycled through, designed by [[User:Nmcassa]] in [[2022]]. ==..."
16:23:14 -!- tromp has joined.
16:26:05 -!- Everything has quit (Quit: leaving).
16:52:00 -!- sprout has quit (Ping timeout: 268 seconds).
16:58:18 <esolangs> [[Protogen]] M https://esolangs.org/w/index.php?diff=101150&oldid=101136 * Joseppi1 * (+87) Credit
16:58:39 <esolangs> [[Protogen]] https://esolangs.org/w/index.php?diff=101151&oldid=101150 * Joseppi1 * (-56)
17:17:11 <esolangs> [[User:Joseppi1]] N https://esolangs.org/w/index.php?oldid=101152 * Joseppi1 * (+172) Created page with "Hi, I'm Joseppi1. I'm not sure I'm doing this right, but I have some languages I made. Also, [https://github.com/Joseppi007 here]'s my GitHub. ==My Languages== [[Protogen]]"
17:34:51 -!- sprout has joined.
17:42:47 <esolangs> [[Alphabet letters]] M https://esolangs.org/w/index.php?diff=101153&oldid=100888 * Nmcassa * (+71)
17:52:30 -!- Lord_of_Life has quit (Ping timeout: 276 seconds).
17:55:56 -!- Lord_of_Life has joined.
18:12:34 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:14:15 -!- tromp has joined.
18:20:42 <esolangs> [[Joke language list]] M https://esolangs.org/w/index.php?diff=101154&oldid=100177 * Gears * (+52)
18:30:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:31:41 -!- sprout_ has joined.
18:34:19 -!- tromp has joined.
18:35:36 -!- sprout has quit (Ping timeout: 268 seconds).
19:07:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:08:01 -!- Sgeo has joined.
19:11:27 -!- tromp has joined.
19:18:56 -!- sprout_ has changed nick to sprout.
19:21:54 -!- Koen has quit (Quit: Leaving...).
19:24:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:57:15 -!- tromp has joined.
20:00:32 -!- __monty__ has joined.
20:20:52 <esolangs> [[Special:Log/newusers]] create * PhilipNaveen * New user account
21:09:15 <esolangs> [[Brainspin]] M https://esolangs.org/w/index.php?diff=101155&oldid=101149 * PythonshellDebugwindow * (+113) Stub, fix link, add categories
21:31:50 -!- __monty__ has quit (Quit: leaving).
21:57:36 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:00:33 <zzo38> Is there file system with transactions involving multiple files and that file data can contain out-of-band links to other files?
22:00:38 -!- chiselfuse has quit (Write error: Connection reset by peer).
22:01:36 -!- chiselfuse has joined.
22:09:14 <b_jonas> [ 0.028*6
22:09:14 <j-bot> b_jonas: 0.168
22:10:19 <b_jonas> zzo38: I think Windows has support for making transactions involving multiple files, but I'm not sure
22:13:20 <sknebel> It has, but Microsoft has already deprecated that again (they recommend to avoid using it if possible and have stated it might be removed in future versions)
22:14:31 <zzo38> Is there the possibility in Linux, though?
22:17:16 <zzo38> Also, is there anything in the /proc filesystem which you can guarantee if it is the same process or not (e.g. by monotonic timestamps), by use of plain data (so that you do not need to have a file descriptor or anything like that)?
22:21:40 <sknebel> Not sure what you mean by the second question
22:22:50 <esolangs> [[Minimalbf]] https://esolangs.org/w/index.php?diff=101156&oldid=101111 * Yes * (+43)
22:24:00 <esolangs> [[Minimalbf]] https://esolangs.org/w/index.php?diff=101157&oldid=101156 * Yes * (+58)
22:24:36 <b_jonas> zzo38: I don't know, I suspect that if the functionality for multi-file transactions exists on Linux then it would be specific to zfs or btrfs, so you should look there
22:25:39 <b_jonas> zzo38: for same process, yes, there was a 64-bit fork/clone counter in /proc, let me look up what its name was
22:28:09 <b_jonas> although your question is unclear so I think you aren't asking what I thought
22:30:04 <b_jonas> apparently the line starting with "processes " in /proc/stat , though I seem to remember it wasn't that
22:31:42 <zzo38> I mean for a specific process
22:32:22 <zzo38> That you can store the data elsewhere in the computer (even in a temporary file that will be deleted when the system is restarted) and be able to identify it
22:33:08 <sknebel> Ah, something you can check with "was I the process that wrote this data"?
22:33:18 <zzo38> Also, ZFS has a few problems one of which is that only Unicode file names are possible; ext4 does not require file names to be Unicode
22:34:23 <zzo38> sknebel: Yes, although not only that, but also to allow other processes to identify that the process that wrote that data is still currently running and what its process ID is (the last part is easy because you can just store the process ID, but process ID numbers can be reused)
22:36:06 <sknebel> Ah. Hm.
22:42:04 <b_jonas> zzo38: what I said helps doing that in a weak sense. save the fork count, get information about processes by using their pid, kill or do other similar actions with them, then read the fork count again. if the process count didn't change since you saved it then you can be sure that any pid that you've seen still refers to the same process, not some other process that happened to get the same pid
22:42:29 <b_jonas> if the fork count changed then you have to retry the transaction, and you may have killed the wrong process
22:44:40 <b_jonas> I think for a process, /proc also tells its start time, which lets you tell if it changed to another process with the same pid, but you can't really use that without a race condition
22:45:34 <zzo38> What if the current date/time setting of the system is changed, though? Then you should need monotonic timestamps in order to avoid that problem
22:48:42 <b_jonas> zzo38: no, the start time is stored as one of the monotonic timestamps
22:49:20 -!- chiselfuse has quit (Remote host closed the connection).
22:49:36 -!- chiselfuse has joined.
22:50:40 <zzo38> Is the start time already monotonic? Is the time of the directory, or some file inside of the directory for the specific process, monotonic?
23:03:34 <b_jonas> zzo38: the mtime of directories, I don't think so
23:04:44 <zzo38> Does any data of a file within the directories do?
23:07:25 <b_jonas> zzo38: I think there is some data in the process directories, yes, but I'm not certain.
23:14:46 <b_jonas> zzo38: I think /proc/pid/auxv has a monotonic start timer, but only to precision of 1 seconds and possibly non-portable
23:14:58 <b_jonas> but there's probably some better one
23:15:49 <b_jonas> zzo38: ah, /proc/sys has a starttime field
23:24:03 <zzo38> But /proc/sys is not one of the files specific to each process like /proc/42/xyz or whatever
23:33:27 <zzo38> If you open a process directory by the open function, what effect will that have (if any) on the rest of the system (e.g. will it prevent the process ID number from being reused, or otherwise avoid any kind of race conditions; if so, does it depend what version of Linux you are using)? What if it is the current directory? (My attempt finds that if it is the current directory and the process terminates, then trying to use it is an error)
23:35:38 <b_jonas> zzo38: sorry, I'm stupid, I mean /proc/$pid/stat
23:36:06 <b_jonas> and I don't know the answer to those things about the /proc filesystem
23:40:01 <zzo38> OK
23:41:53 <zzo38> Some older programs such as vi (and also vim) and Heirloom-mailx have commands to use pipes with other programs (specified by the user), but most modern programs lack such features; why is that? I try to include such things in programs I write if it seems useful, though.
2022-07-25
00:09:10 -!- Soni has quit (Ping timeout: 240 seconds).
00:59:29 -!- Soni has joined.
01:14:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101158&oldid=101148 * PixelatedStarfish * (+37) /* Truth Machine */
01:53:36 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101159&oldid=101158 * PixelatedStarfish * (+76) /* Truth Machine */
01:57:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101160&oldid=101159 * PixelatedStarfish * (-2) /* Truth Machine */
03:22:17 -!- Trieste has quit (Ping timeout: 255 seconds).
03:22:37 -!- Trieste has joined.
04:29:24 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101161&oldid=101160 * PixelatedStarfish * (+74) /* Cat (Echo) */
04:59:40 <zzo38> What I want to do is for a program to be able to expose the existence of an interface by its environment variables, but to know that child processes that inherit environment variables (e.g. by popen) will not be identified as exposing this interface, by other programs that check. (You can read environment variables of other processes in the process directory)
05:04:06 -!- b_jonas has quit (*.net *.split).
05:04:06 -!- mcfrdy has quit (*.net *.split).
05:04:07 -!- jix has quit (*.net *.split).
05:04:19 -!- b_jonas has joined.
05:04:40 -!- jix has joined.
05:04:41 -!- jix has changed hostmask to ~jix@user/jix.
05:04:53 -!- mcfrdy has joined.
05:07:34 -!- Taneb has quit (*.net *.split).
05:07:34 -!- sknebel has quit (*.net *.split).
05:07:34 -!- int-e has quit (*.net *.split).
05:07:34 -!- ccx has quit (*.net *.split).
05:07:48 -!- int-e has joined.
05:08:52 -!- Taneb has joined.
05:09:29 -!- sknebel has joined.
05:11:26 -!- ccx has joined.
05:42:27 <esolangs> [[Special:Log/newusers]] create * Theki * New user account
05:45:12 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101162&oldid=101133 * Theki * (+154) /* Introductions */
06:15:34 <esolangs> [[User:Theki/Dummy]] N https://esolangs.org/w/index.php?oldid=101163 * Theki * (+2111) Added inbuilt commands
06:15:46 <esolangs> [[User:Theki/Dummy]] M https://esolangs.org/w/index.php?diff=101164&oldid=101163 * Theki * (-16) /* Standalone */ Removed caption text
06:37:51 <esolangs> [[Special:Log/newusers]] create * XKCD Random Number * New user account
06:42:41 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101165&oldid=101162 * XKCD Random Number * (+244) Please read my profile.
06:48:37 <esolangs> [[1 Line Challenge]] https://esolangs.org/w/index.php?diff=101166&oldid=98353 * XKCD Random Number * (+17) Link
06:59:18 <esolangs> [[User:XKCD Random Number]] N https://esolangs.org/w/index.php?oldid=101167 * XKCD Random Number * (+462) Created page with "'''XKCD Random Number''' is a challenge that requires you to rewrite the program in XKCD's 221st page in another language, as either a function or a full program. ==Implement..."
07:09:34 -!- Sgeo has quit (Read error: Connection reset by peer).
07:14:14 <esolangs> [[Talk:Cycle]] N https://esolangs.org/w/index.php?oldid=101168 * Grs * (+116) Created page with "Can code blocks have code blocks inside of them? ~~~~"
08:48:20 -!- __monty__ has joined.
09:46:40 -!- wib_jonas has joined.
10:02:16 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=101169&oldid=101167 * ColorfulGalaxy * (+133)
10:03:42 <wib_jonas> that one is on the wrong wiki. it belongs to Rosetta code.
10:14:58 <fizzie> Why is it a user?
10:16:04 <fizzie> (Ditto for User:ProjectEuler and User:Scratch, also associated with User:ColorfulGalaxy.)
10:21:53 <wib_jonas> no idea. I use [[Category:People]] for stuff like that.
10:23:02 <wib_jonas> well ok, not for stuff like XKCD random number, that's a [[Category:Program forms]]
11:34:27 <wib_jonas> hehe... office drama. bosses bought four of these huge expensive curved monitors. today these fancy monitor table mounts arrived. apparently there's a screw or other junk lost inside one of the huge monitors. it used to rattle, but now it settled and no longer does. they're wondering about whether they should take the monitor to a branded repair
11:34:28 <wib_jonas> site, since it's still under warranty and if they try to take it apart themselves it could get damaging.
11:34:54 <wib_jonas> I think the screw fell into the chassis of the monitor through a hole when they tried to prepare to attach it to a mount
11:42:12 <wib_jonas> I suggested them to take it to a dentist, since they tend to have the crazy tools for this, but it won't work because they don't know where exactly the screw is
11:47:21 -!- slavfox has quit (Quit: ZNC 1.8.2 - https://znc.in).
11:50:21 -!- slavfox has joined.
12:00:17 <esolangs> [[User talk:Pandaqwanda]] https://esolangs.org/w/index.php?diff=101170&oldid=100959 * Yes * (+0)
12:03:42 <esolangs> [[Left Curly Brace Symbol]] https://esolangs.org/w/index.php?diff=101171&oldid=101106 * Yes * (+237)
12:05:14 <esolangs> [[Left Curly Brace Symbol]] https://esolangs.org/w/index.php?diff=101172&oldid=101171 * Yes * (+0)
12:07:24 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=101173&oldid=101139 * Yes * (+7)
12:08:47 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=101174&oldid=101173 * Yes * (+25) Undo revision 101173 by [[Special:Contributions/Yes|Yes]] ([[User talk:Yes|talk]])
12:12:47 -!- chiselfuse has quit (Write error: Broken pipe).
12:13:50 -!- chiselfuse has joined.
12:23:41 -!- chiselfuse has quit (Ping timeout: 268 seconds).
12:23:59 -!- chiselfuse has joined.
12:33:37 <esolangs> [[Special:Log/upload]] upload * Yes * uploaded "[[File:Esolang.png]]": lil' comic i made
12:36:46 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101176&oldid=101107 * Yes * (+66)
12:51:35 <esolangs> [[Brainspin]] https://esolangs.org/w/index.php?diff=101177&oldid=101155 * Nmcassa * (+1)
13:12:34 <esolangs> [[Brainspin]] https://esolangs.org/w/index.php?diff=101178&oldid=101177 * ChuckEsoteric08 * (+0) Fixed mistake
13:16:03 <esolangs> [[Minimalbf]] https://esolangs.org/w/index.php?diff=101179&oldid=101157 * ChuckEsoteric08 * (+27) Computational class
13:36:26 -!- sprout has quit (Ping timeout: 268 seconds).
13:44:31 <esolangs> [[Left Curly Brace Symbol]] M https://esolangs.org/w/index.php?diff=101180&oldid=101172 * PythonshellDebugwindow * (+64) /* Implementations */ Categories
14:02:45 -!- chiselfuse has quit (Remote host closed the connection).
14:02:47 -!- sebbu has quit (Quit: reboot).
14:02:58 -!- chiselfuse has joined.
14:12:26 -!- sprout has joined.
14:13:16 -!- Sgeo has joined.
14:47:58 -!- andydude has joined.
14:48:59 -!- sebbu has joined.
14:50:38 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101181&oldid=101161 * PixelatedStarfish * (+304) /* FizzBuzz */
14:52:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101182&oldid=101181 * PixelatedStarfish * (+0) /* FizzBuzz */
14:53:43 -!- andydude has quit (Quit: andydude).
14:53:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101183&oldid=101182 * PixelatedStarfish * (-2) /* FizzBuzz */
15:05:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101184&oldid=101183 * PixelatedStarfish * (-2) /* FizzBuzz */
15:08:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101185&oldid=101184 * PixelatedStarfish * (-2) /* FizzBuzz */
15:12:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101186&oldid=101185 * PixelatedStarfish * (+112) /* FizzBuzz */
15:19:58 -!- sprout has quit (Ping timeout: 268 seconds).
15:20:18 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101187&oldid=101186 * PixelatedStarfish * (+146) /* FizzBuzz */
15:22:48 <int-e> ^8ball will wine still work after this update?
15:22:48 <fungot> No.
15:23:03 <int-e> I was afraid th<CTCP>Damn.
15:24:10 -!- sprout has joined.
15:32:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101188&oldid=101187 * PixelatedStarfish * (+39) /* FizzBuzz */
15:38:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101189&oldid=101188 * PixelatedStarfish * (+111) /* Statements */
15:39:52 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101190&oldid=101189 * PixelatedStarfish * (+74) /* Useful Operators */
16:22:25 -!- ManDeJan has quit (Write error: Connection reset by peer).
16:27:22 -!- ManDeJan has joined.
16:34:26 -!- ManDeJan has quit (Remote host closed the connection).
16:36:52 -!- ManDeJan has joined.
16:39:29 <esolangs> [[User:Theki/Dummy]] https://esolangs.org/w/index.php?diff=101191&oldid=101164 * Theki * (+1158) Data Types table
16:40:21 -!- sprout has quit (Ping timeout: 252 seconds).
16:40:27 <esolangs> [[Template:Documentation]] N https://esolangs.org/w/index.php?oldid=101192 * Technical Limitations * (+151) Template:documentation
16:41:03 <esolangs> [[Special:Log/move]] move * Technical Limitations * moved [[Template:Documentation]] to [[User:Technical Limitations/Sandbox]]: oops
16:41:19 <esolangs> [[User:Technical Limitations/Sandbox]] M https://esolangs.org/w/index.php?diff=101195&oldid=101193 * Technical Limitations * (-151) Blanked the page
16:42:08 <esolangs> [[User:Technical Limitations/Sandbox]] M https://esolangs.org/w/index.php?diff=101196&oldid=101195 * Technical Limitations * (+151)
16:45:27 <esolangs> [[Template:Documentation]] https://esolangs.org/w/index.php?diff=101197&oldid=101194 * Technical Limitations * (-20) Removed redirect to [[User:Technical Limitations/Sandbox]]
16:46:52 <esolangs> [[Template:Documentation]] M https://esolangs.org/w/index.php?diff=101198&oldid=101197 * Technical Limitations * (-2)
16:49:05 -!- wib_jonas has quit (Quit: Client closed).
16:52:03 -!- Koen has joined.
16:57:29 <esolangs> [[User:Theki/Dummy]] https://esolangs.org/w/index.php?diff=101199&oldid=101191 * Theki * (+990) Added methods
17:00:09 <esolangs> [[User:Theki/Dummy]] https://esolangs.org/w/index.php?diff=101200&oldid=101199 * Theki * (+0) Moved methods header
17:12:18 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=101201&oldid=101017 * Yes * (+768)
17:14:03 -!- sprout has joined.
17:21:39 -!- ManDeJan has quit (Remote host closed the connection).
17:23:13 -!- ManDeJan has joined.
17:33:44 <esolangs> [[OLNMLNE]] https://esolangs.org/w/index.php?diff=101202&oldid=100631 * Grs * (-45) Blanked the page
17:58:45 -!- Lord_of_Life has quit (Ping timeout: 276 seconds).
17:58:48 -!- Lord_of_Life_ has joined.
18:01:30 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
18:04:19 <esolangs> [[Talk:OLNMLNE]] N https://esolangs.org/w/index.php?oldid=101203 * Yes * (+89) Created page with "Why u blank page??? --~~~~"
18:07:38 -!- zzo38 has quit (Ping timeout: 240 seconds).
18:09:16 -!- zzo38 has joined.
18:50:27 <esolangs> [[User:Gears]] N https://esolangs.org/w/index.php?oldid=101204 * Gears * (+302) Created page with "Hello, my name is Gears! (Not actually) Esolangs I have made: * [[8BallScript]] I like learning different esolangs and experimenting with stuff. I also make YouTube videos, w..."
18:51:14 <esolangs> [[User:Gears]] https://esolangs.org/w/index.php?diff=101205&oldid=101204 * Gears * (+3)
19:07:01 <esolangs> [[Taglate]] M https://esolangs.org/w/index.php?diff=101206&oldid=100132 * BoundedBeans * (+4) Added required blank initial queue contents to examples
19:42:44 <esolangs> [[User:Theki/Dummy]] https://esolangs.org/w/index.php?diff=101207&oldid=101200 * Theki * (+287)
19:44:23 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101208&oldid=101190 * PixelatedStarfish * (+186) /* Blocks */
19:44:59 -!- catern has quit (Quit: Using Circe, the loveliest of all IRC clients).
19:47:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101209&oldid=101208 * PixelatedStarfish * (+36) /* Blocks */
19:50:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101210&oldid=101209 * PixelatedStarfish * (+37) /* Blocks */
20:05:53 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101211&oldid=101210 * PixelatedStarfish * (+111) /* Useful Operators */
20:06:08 <esolangs> [[D]] N https://esolangs.org/w/index.php?oldid=101212 * Yes * (+1305) Created page with "D is an esolang made by [[User:Yes]] == Commands == {| class="wikitable" |+ Caption text |- ! Header text !! Header text |- | + || bf equivalent but has 14% chance to fail |-..."
20:06:27 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101213&oldid=101176 * Yes * (+11)
20:07:34 <esolangs> [[D]] https://esolangs.org/w/index.php?diff=101214&oldid=101212 * Yes * (+52)
20:11:38 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101215&oldid=101211 * PixelatedStarfish * (+74) /* Useful Operators */
20:15:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101216&oldid=101215 * PixelatedStarfish * (+74) /* Casting */
20:21:49 <esolangs> [[List of ideas]] https://esolangs.org/w/index.php?diff=101217&oldid=100876 * Yes * (+68) /* Joke/Silly Ideas */
20:24:10 <esolangs> [[Talk:Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] https://esolangs.org/w/index.php?diff=101218&oldid=99459 * Yes * (+45)
20:30:51 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101219&oldid=101213 * Yes * (+14)
20:33:19 -!- chiselfuse has quit (Ping timeout: 268 seconds).
20:33:44 -!- chiselfuse has joined.
20:36:48 <esolangs> [[User talk:Truttle1]] https://esolangs.org/w/index.php?diff=101220&oldid=100239 * Yes * (+158) /* Too lazy to think of a title */ new section
20:50:37 -!- Thedarkb1-Deskto has quit (Remote host closed the connection).
21:06:33 -!- Koen has quit (Quit: Leaving...).
21:41:01 -!- tromp has joined.
22:01:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:12:42 -!- __monty__ has quit (Quit: leaving).
22:45:24 -!- littlebobeep has joined.
22:48:43 <esolangs> [[Lete]] N https://esolangs.org/w/index.php?oldid=101221 * BoundedBeans * (+2249) Created page with "Lete (pronounced leet) is an esolang by [[User:BoundedBeans]] where you cannot delete previously entered code. It is similar to [[Uyjhmn n]] in that its main weirdness is..."
22:49:47 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=101222&oldid=101174 * BoundedBeans * (+11)
23:06:12 -!- Melvar has quit (Ping timeout: 276 seconds).
23:09:41 -!- littlebobeep has quit (Remote host closed the connection).
23:15:10 -!- littlebobeep has joined.
23:17:03 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=101223&oldid=100850 * BoundedBeans * (+10)
23:23:40 -!- Melvar has joined.
23:40:45 <esolangs> [[User:BoundedBeans/Weird Befunge Conditionals]] N https://esolangs.org/w/index.php?oldid=101224 * BoundedBeans * (+997) Created page with "Befunge normally has two main conditionals, _ and |. But there are definitely way more. This method is a great, efficient equivalent to a switch statement. Start by self-modi..."
23:43:09 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=101225&oldid=101223 * BoundedBeans * (+148)
23:45:19 <esolangs> [[User:BoundedBeans/Weird Befunge Conditionals]] M https://esolangs.org/w/index.php?diff=101226&oldid=101224 * BoundedBeans * (-3)
23:46:30 <esolangs> [[Protogen]] M https://esolangs.org/w/index.php?diff=101227&oldid=101151 * Joseppi1 * (+77) , changed
23:47:08 <esolangs> [[User:BoundedBeans/Weird Befunge Conditionals]] https://esolangs.org/w/index.php?diff=101228&oldid=101226 * BoundedBeans * (+0)
2022-07-26
00:12:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101229&oldid=101216 * PixelatedStarfish * (+293) /* Colors */
00:18:56 -!- littlebobeep has quit (Remote host closed the connection).
01:39:14 -!- littlebobeep has joined.
01:47:20 -!- littlebobeep has quit (Remote host closed the connection).
01:47:36 -!- littlebobeep has joined.
01:48:52 -!- genpaku has quit (Read error: Connection reset by peer).
01:52:42 -!- genpaku has joined.
02:10:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101230&oldid=101229 * PixelatedStarfish * (+37) /* Specifying Function Input Types */
02:14:42 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101231&oldid=101230 * PixelatedStarfish * (+74) /* Using Function Calls as Arguments: The Call Passing Operator : */
02:20:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101232&oldid=101231 * PixelatedStarfish * (+74) /* Returning */
02:29:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101233&oldid=101232 * PixelatedStarfish * (+74) /* Structs: Defining a Data Type */
02:54:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101234&oldid=101233 * PixelatedStarfish * (+582) /* Structs: Defining a Data Type */
02:55:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101235&oldid=101234 * PixelatedStarfish * (-143) /* Structs: Defining a Data Type */
03:04:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101236&oldid=101235 * PixelatedStarfish * (+2) /* Structs: Defining a Data Type */
03:34:02 -!- Cale has joined.
03:43:31 -!- littlebobeep has quit (Remote host closed the connection).
04:23:48 -!- littlebobeep has joined.
04:53:28 -!- perlbot has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
04:54:26 -!- simcop2387 has quit (Remote host closed the connection).
05:10:44 -!- simcop2387 has joined.
05:11:03 -!- perlbot has joined.
05:16:52 -!- littlebobeep has quit (Ping timeout: 268 seconds).
05:20:14 <esolangs> [[Special:Log/newusers]] create * Raptor4694 * New user account
05:22:38 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=101237&oldid=101165 * Raptor4694 * (+188) /* Introductions */
05:27:27 -!- littlebobeep has joined.
05:28:00 <esolangs> [[((?)?)?]] https://esolangs.org/w/index.php?diff=101238&oldid=82592 * Raptor4694 * (+108) Added link to interpreter implementation
05:29:55 -!- Hooloovoo has quit (Quit: ZNC 1.7.5+deb4 - https://znc.in).
05:34:20 -!- Hooloovoo has joined.
05:48:02 <esolangs> [[User:Theki/Dummy]] https://esolangs.org/w/index.php?diff=101239&oldid=101207 * Theki * (+229) Added truth-machine example
06:02:27 -!- Hoolootwo has joined.
06:02:59 -!- Hooloovoo has quit (Ping timeout: 252 seconds).
06:48:04 -!- Sgeo has quit (Read error: Connection reset by peer).
06:49:25 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=101240&oldid=101169 * XKCD Random Number * (+329)
06:51:01 -!- tromp has joined.
07:40:49 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=101241&oldid=101240 * XKCD Random Number * (+82)
07:51:41 <esolangs> [[Esolang:Sandbox]] M https://esolangs.org/w/index.php?diff=101242&oldid=101134 * XKCD Random Number * (+10)
08:21:03 -!- littlebobeep has quit (Remote host closed the connection).
08:34:37 -!- __monty__ has joined.
08:36:21 -!- littlebobeep has joined.
08:37:20 <esolangs> [[Rockstar]] https://esolangs.org/w/index.php?diff=101243&oldid=100323 * Kordalia * (+27) Category added: Pseudonatural
08:55:22 -!- littlebobeep has quit (Remote host closed the connection).
09:05:50 -!- littlebobeep has joined.
09:48:48 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:58:38 -!- tromp has joined.
10:06:47 <int-e> "She prevented me from castling. Now we're playing no-build chess." :)
10:08:57 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=101244&oldid=101241 * ColorfulGalaxy * (+66)
10:09:47 -!- littlebobeep has quit (Ping timeout: 268 seconds).
10:13:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:14:14 -!- tromp has joined.
10:21:01 -!- littlebobeep has joined.
10:27:03 -!- chiselfuse has quit (Ping timeout: 268 seconds).
10:28:56 -!- chiselfuse has joined.
10:52:04 <esolangs> [[TPL]] N https://esolangs.org/w/index.php?oldid=101245 * TJC games * (+2144) Created page with "This is an idea that I had, that I really think is cool. In TPL, each variable actually holds 3 different objects, depending on usage and keywords. It can hold a table, a fun..."
10:52:54 <esolangs> [[TPL]] https://esolangs.org/w/index.php?diff=101246&oldid=101245 * TJC games * (+15) The linefeeds weren't processing properly
10:53:23 -!- chiselfuse has quit (Remote host closed the connection).
10:53:23 -!- littlebobeep has quit (Remote host closed the connection).
10:59:16 <esolangs> [[TPL]] https://esolangs.org/w/index.php?diff=101247&oldid=101246 * TJC games * (+98)
11:00:00 <esolangs> [[User:TJC games]] https://esolangs.org/w/index.php?diff=101248&oldid=96643 * TJC games * (+39)
11:00:40 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=101249&oldid=101222 * TJC games * (+10) /* TPL */
11:03:44 <esolangs> [[TPL]] https://esolangs.org/w/index.php?diff=101250&oldid=101247 * TJC games * (+109) /* Examples */
11:05:54 <esolangs> [[TPL]] https://esolangs.org/w/index.php?diff=101251&oldid=101250 * TJC games * (+0)
11:09:39 <int-e> "Microsoft was able to speed up the boot sequence by creating a shorter bootup animation."
11:14:19 -!- chiselfuse has joined.
11:18:55 -!- littlebobeep has joined.
11:20:55 -!- sprout has quit (Ping timeout: 272 seconds).
11:21:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:24:03 -!- littlebobeep has quit (Remote host closed the connection).
11:31:41 -!- Noisytoot has quit (Ping timeout: 272 seconds).
11:38:58 -!- Noisytoot has joined.
11:40:04 -!- tromp has joined.
11:53:06 -!- sprout has joined.
12:03:41 -!- littlebobeep has joined.
12:07:25 -!- chiselfuse has quit (Remote host closed the connection).
12:07:42 -!- chiselfuse has joined.
12:26:05 <myname> x)
13:22:16 -!- chiselfuse has quit (Remote host closed the connection).
13:22:47 -!- chiselfuse has joined.
13:28:09 -!- tromp has quit (Read error: Connection reset by peer).
13:37:54 -!- littlebobeep has quit (Remote host closed the connection).
13:39:07 -!- sprout has quit (Ping timeout: 252 seconds).
14:24:41 -!- sprout has joined.
14:37:57 -!- sprout has quit (Ping timeout: 245 seconds).
14:46:48 -!- sprout has joined.
15:06:54 <esolangs> [[Lete]] M https://esolangs.org/w/index.php?diff=101252&oldid=101221 * PythonshellDebugwindow * (+24) /* Computational class */ Category
15:07:10 <esolangs> [[Lete]] M https://esolangs.org/w/index.php?diff=101253&oldid=101252 * PythonshellDebugwindow * (+35) /* Computational class */ Category
15:12:59 <esolangs> [[TPL]] M https://esolangs.org/w/index.php?diff=101254&oldid=101251 * PythonshellDebugwindow * (+21) Stub, pre tags, links
15:14:25 -!- chiselfuse has quit (Ping timeout: 268 seconds).
15:15:53 -!- chiselfuse has joined.
15:22:26 <esolangs> [[User:XKCD Random Number]] M https://esolangs.org/w/index.php?diff=101255&oldid=101244 * PythonshellDebugwindow * (+60) Add example and category
15:27:10 <esolangs> [[Poetic]] M https://esolangs.org/w/index.php?diff=101256&oldid=77623 * PythonshellDebugwindow * (+66) Wayback
15:44:53 -!- sprout has quit (Ping timeout: 252 seconds).
15:49:04 -!- sprout has joined.
16:05:37 -!- tromp has joined.
16:18:37 -!- sprout has quit (Ping timeout: 252 seconds).
16:25:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:32:48 -!- sprout has joined.
16:38:34 -!- tromp has joined.
16:45:36 -!- sprout has quit (Ping timeout: 268 seconds).
17:10:40 -!- sprout has joined.
17:16:53 -!- sprout_ has joined.
17:17:53 -!- sprout has quit (Ping timeout: 255 seconds).
17:18:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:23:39 -!- tromp has joined.
17:34:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:58:47 -!- Lord_of_Life has quit (Ping timeout: 245 seconds).
17:59:56 -!- Lord_of_Life has joined.
18:15:18 -!- sprout has joined.
18:16:56 -!- Koen has joined.
18:18:24 -!- sprout_ has quit (Ping timeout: 244 seconds).
18:25:58 -!- tromp has joined.
18:52:02 <zzo38> I had started to make up Magic: the Gathering deck writing program, and it is, I think, the first time I am writing program using GNU readline. You can also use a text editor and then verify it, or you can use the command-line interface.
18:53:50 <zzo38> However, I think that the way that word breaking/quoting/etc is working in GNU readline isn't very good, but I had found out a hack involving setting rl_point in rl_completion_word_break_hook in order to do my own logic for deciding where is the beginning of the word that is to be completed.
18:59:05 -!- FreeFull has joined.
19:16:12 <esolangs> [[Gdelang]] https://esolangs.org/w/index.php?diff=101257&oldid=99913 * TJC games * (+328) /* Interpretation */
19:19:20 -!- Thedarkb-Desktop has joined.
19:23:25 <esolangs> [[Circuits V1]] https://esolangs.org/w/index.php?diff=101258&oldid=101077 * Aleteoryx * (+1868) Added info about datatypes. restructured article, added a new example
19:27:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:32:58 <esolangs> [[Gdelang]] https://esolangs.org/w/index.php?diff=101259&oldid=101257 * TJC games * (-328) /* Interpretation */
20:09:23 -!- lagash has quit (Ping timeout: 255 seconds).
20:11:25 <b_jonas> I vaguely recall a comic strip, probably from xkcd or smbc, but can't find it. It has a theme similar to https://xkcd.com/1910/ but the story differs. As far as I recall, two people (or maybe just one) are talking and identifying something (perhaps birds) as spy instruments. They say that they don't understand why the agencies even bother, the disguise of the spy devices is so bad everyone sees through
20:11:31 <b_jonas> them. Then someone comes along and flashes the speaker(s) with a Men in Black style neuralyzer and after that they no longer recognize the spy birds.
20:13:10 -!- tromp has joined.
20:24:05 <fizzie> It's 2022 and we can AI-generate a comic from that description alone, so why can't we still *find an existing one* with it?
20:27:04 -!- chiselfuse has quit (Ping timeout: 268 seconds).
20:27:34 <b_jonas> fizzie: I'm not saying that we can't find the comic. In fact I think we can find the comic, which is why I mentioned it on #esolangs, hoping someone finds it for me.
20:28:10 <fizzie> Yes, but I think there should be a system into which you could write that description, and then it'd spit out a link.
20:29:19 <b_jonas> well, there are at least ones that search descriptions, and search the internet for pages linking to them. they often work, and I tried them before I asked here.
20:29:41 -!- chiselfuse has joined.
20:30:01 <b_jonas> but sometimes this doesn't work well, especially for smbc ones because there are often not many pages describing them
20:33:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:36:15 -!- lagash has joined.
20:52:58 -!- tromp has joined.
21:09:47 -!- Koen has quit (Quit: Leaving...).
21:37:10 -!- Cale has quit (Remote host closed the connection).
21:58:00 -!- Cale has joined.
21:58:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:24:22 -!- __monty__ has quit (Quit: leaving).
22:29:01 -!- tromp has joined.
22:38:25 -!- chiselfuse has quit (Ping timeout: 268 seconds).
22:39:37 -!- chiselfuse has joined.
22:41:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:45:58 <esolangs> [[User:Theki/Dummy]] https://esolangs.org/w/index.php?diff=101260&oldid=101239 * Theki * (+260) /* Methods */ Added an increment and decrement method that's more advanced than the standalone functions
22:46:18 <esolangs> [[User:Theki/Dummy]] M https://esolangs.org/w/index.php?diff=101261&oldid=101260 * Theki * (+2) /* Methods */ Typo
22:52:43 <esolangs> [[User:Theki/Dummy]] https://esolangs.org/w/index.php?diff=101262&oldid=101261 * Theki * (-44) /* Methods */
23:32:33 -!- FreeFull has quit.
23:34:19 -!- Sgeo has joined.
2022-07-27
00:24:28 <esolangs> [[Ns]] N https://esolangs.org/w/index.php?oldid=101263 * Nmcassa * (+639) Created page with "Currently in progress of writing an interpreter for a high-level programming language called ns. [[User:Nmcassa]] ==Syntax== This language is like python and lua, because it..."
00:29:22 <esolangs> [[Category:Brainfuck derivatives]] M https://esolangs.org/w/index.php?diff=101264&oldid=98223 * PythonshellDebugwindow * (+145) Link, category
00:30:17 <esolangs> [[Category:Brainfuck derivatives]] M https://esolangs.org/w/index.php?diff=101265&oldid=101264 * PythonshellDebugwindow * (-1) /* See also */ reword
00:30:44 <esolangs> [[Category:Brainfuck derivatives]] M https://esolangs.org/w/index.php?diff=101266&oldid=101265 * PythonshellDebugwindow * (-6) /* See also */ .
00:32:34 <esolangs> [[Category:Brainfuck equivalents]] M https://esolangs.org/w/index.php?diff=101267&oldid=92239 * PythonshellDebugwindow * (+139) See also, external resources, category
00:33:28 <esolangs> [[BrainSoup]] M https://esolangs.org/w/index.php?diff=101268&oldid=89710 * PythonshellDebugwindow * (+25) /* External Links */ Category
00:36:24 <esolangs> [[Special:Log/newusers]] create * Acdw * New user account
02:13:16 -!- chiselfuse has quit (Remote host closed the connection).
02:13:42 -!- chiselfuse has joined.
04:36:18 -!- chiselfuse has quit (Remote host closed the connection).
04:36:51 -!- chiselfuse has joined.
05:31:42 -!- chiselfuse has quit (Remote host closed the connection).
05:32:10 -!- chiselfuse has joined.
05:37:55 -!- chiselfuse has quit (Read error: Connection reset by peer).
05:38:14 -!- chiselfuse has joined.
06:04:29 <esolangs> [[Circuits V1]] https://esolangs.org/w/index.php?diff=101269&oldid=101258 * Aleteoryx * (+52)
06:38:20 -!- chiselfuse has quit (Write error: Broken pipe).
06:39:51 -!- chiselfuse has joined.
06:47:45 -!- Sgeo has quit (Read error: Connection reset by peer).
06:49:54 -!- chiselfuse has quit (Ping timeout: 268 seconds).
06:50:09 -!- chiselfuse has joined.
06:57:45 -!- tromp has joined.
07:42:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:44:11 -!- chiselfuse has quit (Remote host closed the connection).
07:44:39 -!- chiselfuse has joined.
08:20:18 -!- chiselfuse has quit (Remote host closed the connection).
08:20:48 -!- chiselfuse has joined.
09:04:51 -!- tromp has joined.
09:07:22 -!- wib_jonas has joined.
09:12:33 -!- sprout has quit (Ping timeout: 272 seconds).
10:11:34 <wib_jonas> hehe, restaurants with food delivery services absolutely optimize for ordering in last minute rather than a few hours in advance. whenever I order for a few hours in advance, there's a chance that they deliver too early (which is a problem because I want the food fresh); and I just got a message saying "sorry, your delivery will be late, expected
10:11:35 <wib_jonas> arrival time is 12:40" when I placed the order to arrive around 12:45
10:12:15 <wib_jonas> not that I necessarily believe the expected arrival time that that message claims, but it's still a non-sensical message
10:20:21 <int-e> Hmm shapez (yeah, I'm late to that as usual, it's 60% off on gog right now) is quite cute.
10:29:38 <wib_jonas> int-e: yes, it is mostly a sandbox simulation game, but it has two good puzzles hidden inside it. I recommended it to tom7 because of the puzzles.
10:32:13 <wib_jonas> they're the kind of puzzles where the game doesn't quite tell you all the rules, but tells enough that you can figure out the rest of the rules that you need to solve the puzzle by doing reasonable experiments
10:32:54 <int-e> Hmm. The map is random, are the things you have to make to advance random too?
10:33:38 <int-e> (that's far more effort to compare)
10:35:13 <wib_jonas> the map is random. the shapes that you have to make are fixed until you reach the last level, where you unlock "freeplay" which means that the rest of the levels have random shapes and unlock nothing but the next level. it can be worth to look up spoilers for the later upgrade shapes that you'll have to make, and for the rules that constrain the
10:35:14 <wib_jonas> freeplay shapes, to plan ahead.
10:37:53 <int-e> How many levels... 26.
10:39:57 <int-e> I've made a mess around the hub.
10:41:04 <wib_jonas> int-e: https://shapezio.fandom.com/wiki/Levels and https://shapezio.fandom.com/wiki/Upgrading list all the level and upgrade shapes. the rules for the freeplay shapes don't have such easily accessible docs. I both asked other players and looked in the source code.
10:41:59 <int-e> I'll see whether I want more of this when I've unlocked freeplay.
10:59:59 <wib_jonas> (there are also other non-obvious features, not required to solve the puzzles or win the freeplays, but only for optimization, that can be worth to look up, but all this is pretty normal for sandbox simulation games)
11:16:59 -!- sprout has joined.
11:19:51 <shachaf> `olist 1263
11:19:53 <HackEso> olist <https://www.giantitp.com/comics/oots1263.html>: shachaf oerjan Sgeo FireFly boily nortti b_jonas
11:39:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:48:31 -!- simcop2387 has quit (Read error: Connection reset by peer).
11:48:59 -!- simcop2387 has joined.
12:03:29 -!- __monty__ has joined.
12:10:34 -!- tromp has joined.
12:14:23 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=101270 * Yes * (+828) Created page with " is a programming language made by [[User:Yes]] in 2022 == Commands == <pre> Insert disk into drive A and press any key Make a text file named diska.txt Ins..."
12:18:27 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101271&oldid=101219 * Yes * (+14)
12:25:22 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=101272&oldid=101270 * Yes * (+36)
12:30:17 * Taneb hello
12:33:06 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=101273 * Yes * (+6203) Created page with " is a programming language made by [[User:Yes]] in 2022 == Commands == <pre> Create [filename].mp3 Make an (empty) MP3 file named [filename].mp3 READ [filenam..."
12:33:52 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101274&oldid=101271 * Yes * (+14)
12:36:44 <esolangs> [[The Storage Format Family]] N https://esolangs.org/w/index.php?oldid=101275 * Yes * (+145) Created page with "The Storage Format Family is a family of esolangs made by [[User:Yes]] == THE FAMILY == [[]] Floppy Disk <br> [[]] Minidisc <br>"
12:37:21 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101276&oldid=101274 * Yes * (+27)
12:42:38 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=101277 * Yes * (+457) Created page with " is a programming langauge made by [[User:Yes]] in 2022 == Commands == <pre> Create [filename].[format] Make an (empty) .[format] file named [filename] READ [f..."
12:43:08 <esolangs> [[The Storage Format Family]] https://esolangs.org/w/index.php?diff=101278&oldid=101275 * Yes * (+22)
12:43:21 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101279&oldid=101276 * Yes * (+10)
12:44:48 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=101280 * Yes * (+18) Redirected page to [[]]
12:45:03 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101281&oldid=101279 * Yes * (+10)
12:45:33 <esolangs> [[The Storage Format Family]] https://esolangs.org/w/index.php?diff=101282&oldid=101278 * Yes * (+54)
12:49:32 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=101283 * Yes * (+288) Created page with " is a programming language made by [[User:Yes]] in 2022 == Commands == <pre> [anything] Print/Output "Non system disk or disk error" to the screen and terminate the p..."
12:49:52 <esolangs> [[The Storage Format Family]] https://esolangs.org/w/index.php?diff=101284&oldid=101282 * Yes * (+25)
12:50:04 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101285&oldid=101281 * Yes * (+10)
13:32:58 -!- Noisytoot has quit (Excess Flood).
13:33:44 -!- Noisytoot has joined.
13:39:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101286&oldid=101236 * PixelatedStarfish * (+173) /* Use with Constants */
13:43:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101287&oldid=101286 * PixelatedStarfish * (+32) /* Interfacing Macros */
13:44:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101288&oldid=101287 * PixelatedStarfish * (+2) /* Interfacing Macros */
13:46:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101289&oldid=101288 * PixelatedStarfish * (+3) /* Interfacing Macros */
13:47:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101290&oldid=101289 * PixelatedStarfish * (+1) /* Interfacing Macros */
13:47:28 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101291&oldid=101290 * PixelatedStarfish * (-2) /* Interfacing Macros */
13:47:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101292&oldid=101291 * PixelatedStarfish * (-1) /* Interfacing Macros */
13:47:57 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101293&oldid=101292 * PixelatedStarfish * (+1) /* Interfacing Macros */
13:56:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101294&oldid=101293 * PixelatedStarfish * (+0) /* Interfacing Macros */
13:56:43 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101295&oldid=101294 * PixelatedStarfish * (+0) /* Interfacing Macros */
13:57:52 -!- chiselfuse has quit (Ping timeout: 268 seconds).
13:58:24 -!- chiselfuse has joined.
13:59:30 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:01:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101296&oldid=101295 * PixelatedStarfish * (+0) /* Interfacing Macros */
14:03:41 <wib_jonas> I bought a new microwave oven this year, and was planning that for a few years. So I did realize that most microwaves have stupid controls. I also realized that the microwave at the office is one of those with stupid controls, that it had 22 buttons, no keypad to enter digits, and 9 of the buttons name specific types of food, this in a microwave
14:03:41 <wib_jonas> with no weight scale built in. But only today did I realize that this one also has a "time -" and "time +" button. I have no idea what those are for, since it has these "10 minutes" and "1 minutes" and "10 seconds" buttons that I used to set the cooking time.
14:04:02 <wib_jonas> Someone should make a parody of this, an xkcd phone style microwave with useless functions and buttons.
14:04:38 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101297&oldid=101296 * PixelatedStarfish * (+370) /* Interfacing Macros */
14:06:12 <wib_jonas> I guess it could be worse, if it were one of those microwaves that refuses to heat my food if it can't connect to the server of their manufacturer through wifi internet. The bosses actually installed some of these stupid internet-capable devices into the new office.
14:15:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101298&oldid=101297 * PixelatedStarfish * (+0) /* Interfacing Macros */
14:18:26 <esolangs> [[The Storage Format Family]] https://esolangs.org/w/index.php?diff=101299&oldid=101284 * Yes * (+11)
14:21:42 -!- tromp has joined.
14:33:23 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101300&oldid=101298 * PixelatedStarfish * (+37) /* Use with Constants */
14:34:21 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101301&oldid=101300 * PixelatedStarfish * (+114) /* Use with Constants */
14:35:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101302&oldid=101301 * PixelatedStarfish * (+240) /* Use with Constants */
14:37:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101303&oldid=101302 * PixelatedStarfish * (-46) /* Use with Constants */
14:38:26 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101304&oldid=101303 * PixelatedStarfish * (+336) /* Use with Constants */
14:39:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101305&oldid=101304 * PixelatedStarfish * (-31) /* Use with Constants */
15:00:02 -!- sprout has quit (Ping timeout: 245 seconds).
15:03:30 -!- sprout has joined.
15:04:13 -!- wib_jonas has quit (Quit: Client closed).
15:09:49 -!- wib_jonas has joined.
15:22:51 -!- chiselfuse has quit (Remote host closed the connection).
15:23:09 -!- chiselfuse has joined.
15:25:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101306&oldid=101305 * PixelatedStarfish * (+185) /* Use with Constants */
15:32:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101307&oldid=101306 * PixelatedStarfish * (+111) /* Use with Constants */
15:34:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101308&oldid=101307 * PixelatedStarfish * (+54) /* Use with Constants */
15:35:36 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101309&oldid=101308 * PixelatedStarfish * (+20) /* Use with Constants */
15:38:15 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101310&oldid=101309 * PixelatedStarfish * (+335) /* Use with Constants */
15:38:39 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101311&oldid=101310 * PixelatedStarfish * (-1) /* Use with Constants */
15:42:41 -!- Koen has joined.
15:44:27 -!- monoxane has joined.
15:44:29 -!- wib_jonas has quit (Quit: Client closed).
15:48:59 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101312&oldid=101311 * PixelatedStarfish * (+259) /* Overloading */
15:57:32 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:07:01 -!- Koen has quit (Quit: Leaving...).
16:28:20 -!- chiselfuse has quit (Ping timeout: 268 seconds).
16:30:15 -!- chiselfuse has joined.
16:41:45 <esolangs> [[Basic Programming]] https://esolangs.org/w/index.php?diff=101313&oldid=99123 * Yes * (+376)
16:47:13 -!- tromp has joined.
16:51:09 -!- sprout has quit (Ping timeout: 252 seconds).
17:14:59 -!- chiselfuse has quit (Remote host closed the connection).
17:15:15 -!- sprout has joined.
17:15:21 -!- chiselfuse has joined.
17:19:05 -!- chiselfuse has quit (Remote host closed the connection).
17:20:35 -!- chiselfuse has joined.
17:21:30 -!- sprout_ has joined.
17:23:50 -!- sprout has quit (Ping timeout: 240 seconds).
17:24:06 <esolangs> [[EsoBASIC]] N https://esolangs.org/w/index.php?oldid=101314 * Yes * (+663) Created page with "EsoBASIC is an esolang made by [[User:Yes]] in 2022 == Commands == {| class="wikitable" |+ Caption text |- ! Command !! Description |- | PRINT || Print something to the conso..."
17:24:19 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101315&oldid=101285 * Yes * (+18)
17:27:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:28:57 -!- sprout_ has changed nick to sprout.
17:37:22 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101316&oldid=101312 * PixelatedStarfish * (+82) /* Use with Constants */
17:38:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101317&oldid=101316 * PixelatedStarfish * (+37) /* Use with Constants */
17:39:05 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101318&oldid=101317 * PixelatedStarfish * (-1) /* Use with Constants */
17:40:52 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101319&oldid=101318 * PixelatedStarfish * (+240) /* Use with Constants */
17:41:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101320&oldid=101319 * PixelatedStarfish * (+0) /* Use with Constants */
17:42:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101321&oldid=101320 * PixelatedStarfish * (-4) /* Use with Constants */
17:45:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101322&oldid=101321 * PixelatedStarfish * (+742) /* Use with Constants */
17:46:10 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101323&oldid=101322 * PixelatedStarfish * (-388) /* Use with Constants */
17:46:26 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101324&oldid=101323 * PixelatedStarfish * (-1) /* Use with Constants */
17:48:45 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101325&oldid=101324 * PixelatedStarfish * (-294) /* Colors */
17:52:17 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101326&oldid=101315 * Yes * (+176)
17:56:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101327&oldid=101325 * PixelatedStarfish * (+0) /* Truth Machine */
17:57:20 -!- tromp has joined.
17:58:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101328&oldid=101327 * PixelatedStarfish * (+0) /* FizzBuzz */
17:58:59 -!- Lord_of_Life_ has joined.
17:59:37 -!- Lord_of_Life has quit (Ping timeout: 245 seconds).
18:00:14 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
18:01:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101329&oldid=101328 * PixelatedStarfish * (+38) /* Specifying Function Input Types */
18:02:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101330&oldid=101329 * PixelatedStarfish * (-29) /* Specifying Function Input Types */
18:03:35 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101331&oldid=101330 * PixelatedStarfish * (+76) /* Specifying Function Input Types */
18:04:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101332&oldid=101331 * PixelatedStarfish * (+118) /* Overloading */
18:05:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101333&oldid=101332 * PixelatedStarfish * (-2) /* Overloading */
18:07:28 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101334&oldid=101333 * PixelatedStarfish * (+115) /* Overloading */
18:08:06 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101335&oldid=101334 * PixelatedStarfish * (-259) /* Overloading */
18:22:24 -!- sprout_ has joined.
18:25:04 -!- sprout has quit (Ping timeout: 244 seconds).
18:25:58 -!- sprout_ has quit (Client Quit).
18:26:22 -!- sprout has joined.
19:10:01 -!- chiselfuse has quit (Read error: Connection reset by peer).
19:10:42 -!- chiselfuse has joined.
19:17:17 <zzo38> I think that microwave should not need many functions, but ones that might be helpful might be: time amount (minutes/seconds), power amount (watts; if zero then only timer), multi-stages, clock set, alarm set, pause/cancel. Some microwaves might also have a light underneath; if that is the case, then also the switch for the light on/off.
19:18:14 <zzo38> Always using numbered controls; even many others (not only microwave) will not do that now, even though, that would be better.
19:36:57 -!- chiselfuse has quit (Remote host closed the connection).
19:47:18 -!- chiselfuse has joined.
21:09:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:10:32 -!- tromp has joined.
21:20:13 -!- __monty__ has quit (Quit: leaving).
21:54:48 <esolangs> [[EsoAPI]] M https://esolangs.org/w/index.php?diff=101336&oldid=65419 * PythonshellDebugwindow * (+9) Stub
21:56:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:09:39 <zzo38> For multibyte character encoding, if using byte widths, which values would be needed? I think usually 0 and 1, but I think EUC-TW also needs -1 as well. Which encodings use other values?
22:20:42 <b_jonas> zzo38: I'm not saying that the microwave needs a keypad of digits, I'm only saying that if it had a keypad of digits then the 21 buttons wouldn't have been such a ridiculously high number. but this has 9 food buttons instead of 10 digits, which makes it more ridiculous.
22:27:46 <zzo38> Yes, I agree with you, but I think that a keypad of digits is better than most other designs, especially those with many buttons
22:39:24 -!- Sgeo has joined.
22:45:32 -!- vyv has joined.
22:52:55 -!- vyv has quit (Quit: Konversation terminated!).
23:44:31 -!- Franciman has joined.
2022-07-28
01:21:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101337&oldid=101335 * PixelatedStarfish * (+1) /* Commands */
01:26:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101338&oldid=101337 * PixelatedStarfish * (+147) /* Commands */
01:27:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101339&oldid=101338 * PixelatedStarfish * (-148) /* Functions */
01:46:53 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101340&oldid=101339 * PixelatedStarfish * (+0) /* Functions */
02:01:54 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101341&oldid=101340 * PixelatedStarfish * (+118) /* Character Access */
02:02:10 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101342&oldid=101341 * PixelatedStarfish * (+1) /* Character Access */
02:02:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101343&oldid=101342 * PixelatedStarfish * (-1) /* Character Access */
02:03:02 -!- chiselfuse has quit (Read error: Connection reset by peer).
02:03:29 -!- chiselfuse has joined.
02:05:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101344&oldid=101343 * PixelatedStarfish * (+114) /* Identifiers: How to Use the Identifying Operator @ */
02:33:01 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101345&oldid=101344 * PixelatedStarfish * (+149) /* The Linker: Include Commands */
02:33:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101346&oldid=101345 * PixelatedStarfish * (-1) /* How to use Includes */
02:34:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101347&oldid=101346 * PixelatedStarfish * (+82) /* Using a Library */
02:34:53 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101348&oldid=101347 * PixelatedStarfish * (-8) /* Using a Library */
02:36:31 -!- chiselfuse has quit (Remote host closed the connection).
02:36:53 -!- chiselfuse has joined.
05:40:29 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=101349&oldid=101255 * ColorfulGalaxy * (+43)
06:07:48 -!- Sgeo has quit (Read error: Connection reset by peer).
06:39:29 -!- sprock has quit (Ping timeout: 272 seconds).
06:48:18 -!- tromp has joined.
07:11:18 <esolangs> [[EsoBASIC]] https://esolangs.org/w/index.php?diff=101350&oldid=101314 * ChuckEsoteric08 * (+125) Categories
07:23:18 <esolangs> [[BitSwitch]] https://esolangs.org/w/index.php?diff=101351&oldid=89861 * ChuckEsoteric08 * (+33)
07:38:04 <esolangs> [[User:ChuckEsoteric08]] https://esolangs.org/w/index.php?diff=101352&oldid=100448 * ChuckEsoteric08 * (+344) /* Things that I like and don't like */New section. Also moved "Compilers" section to the end
07:40:28 <esolangs> [[Inputfish]] https://esolangs.org/w/index.php?diff=101353&oldid=101034 * ChuckEsoteric08 * (+23) /* External resources */
07:41:35 <esolangs> [[11CORTLANG]] https://esolangs.org/w/index.php?diff=101354&oldid=100993 * ChuckEsoteric08 * (+22) /* External resources */
07:42:36 <esolangs> [[1BNWL]] https://esolangs.org/w/index.php?diff=101355&oldid=100994 * ChuckEsoteric08 * (+22) /* External resources */
07:50:07 <esolangs> [[Brainspin]] https://esolangs.org/w/index.php?diff=101356&oldid=101178 * ChuckEsoteric08 * (+190) Added Turing completeness proof
07:51:03 <esolangs> [[Brainspin]] M https://esolangs.org/w/index.php?diff=101357&oldid=101356 * ChuckEsoteric08 * (+3)
07:55:47 <esolangs> [[ABCDXYZ]] https://esolangs.org/w/index.php?diff=101358&oldid=79741 * ChuckEsoteric08 * (+1108) Added Implementation by BoundedBeans
07:59:04 <esolangs> [[Brainfucker++]] https://esolangs.org/w/index.php?diff=101359&oldid=98875 * Z Ling * (-23)
08:11:57 <esolangs> [[OREO Conversion Sheet]] https://esolangs.org/w/index.php?diff=101360&oldid=100693 * ChuckEsoteric08 * (+75) Added +-=
08:32:12 -!- __monty__ has joined.
08:35:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:40:49 -!- tromp has joined.
09:38:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:41:25 -!- tromp has joined.
10:24:20 -!- user3456 has quit (Ping timeout: 260 seconds).
10:40:39 -!- user3456 has joined.
10:58:03 <esolangs> [[Brainfucker++]] https://esolangs.org/w/index.php?diff=101361&oldid=101359 * Z Ling * (-10)
12:17:29 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101362&oldid=101326 * Yes * (+36)
12:21:54 -!- chiselfuse has quit (Write error: Connection reset by peer).
12:22:17 -!- chiselfuse has joined.
12:33:03 <esolangs> [[Special:Log/newusers]] create * Xemt * New user account
12:40:15 -!- sprout has quit (Ping timeout: 260 seconds).
12:44:23 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101363&oldid=101237 * Xemt * (+125) /* Introductions */
12:45:43 <esolangs> [[User:Xemt]] N https://esolangs.org/w/index.php?oldid=101364 * Xemt * (+96) Created page with "Hey, Im Xemt! Im really into esolangs! For example; Deadfish, DeadScript, FakeScript, etc!"
12:57:22 <esolangs> [[Scotty]] M https://esolangs.org/w/index.php?diff=101365&oldid=73625 * Chssmith * (+2) Updated link to interpreter
13:01:24 <esolangs> [[HQ9+]] https://esolangs.org/w/index.php?diff=101366&oldid=101201 * Esolanger12345 * (+263)
13:19:54 -!- sprock has joined.
13:22:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:23:42 -!- tromp has joined.
13:27:23 -!- sprout has joined.
13:39:18 -!- __monty__ has quit (Quit: leaving).
13:53:56 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101367&oldid=101348 * PixelatedStarfish * (+2) /* Using a Library */
14:01:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101368&oldid=101367 * PixelatedStarfish * (+251) /* Collections */
14:05:15 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101369&oldid=101368 * PixelatedStarfish * (+86) /* Collections */
14:08:58 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101370&oldid=101369 * PixelatedStarfish * (+72) /* Collections */
14:11:33 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101371&oldid=101370 * PixelatedStarfish * (+0) /* Collections */
14:14:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101372&oldid=101371 * PixelatedStarfish * (+0) /* Collections */
14:15:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101373&oldid=101372 * PixelatedStarfish * (+0) /* Collections */
14:15:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:27:38 -!- tromp has joined.
14:45:55 -!- chiselfuse has quit (Remote host closed the connection).
14:46:17 -!- chiselfuse has joined.
14:48:27 <esolangs> [[User:XKCD Random Number]] M https://esolangs.org/w/index.php?diff=101374&oldid=101349 * PythonshellDebugwindow * (-42) /* Eso2D */ .
14:50:17 <esolangs> [[Brainspin]] M https://esolangs.org/w/index.php?diff=101375&oldid=101357 * PythonshellDebugwindow * (+59) Fix reduction, add categories
14:51:05 <esolangs> [[Brainspin]] M https://esolangs.org/w/index.php?diff=101376&oldid=101375 * PythonshellDebugwindow * (+55) /* Computational class */ .
15:00:50 <esolangs> [[OREO Conversion Sheet]] M https://esolangs.org/w/index.php?diff=101377&oldid=101360 * PythonshellDebugwindow * (+85) Add examples and links
15:15:02 <esolangs> [[OREO]] M https://esolangs.org/w/index.php?diff=101378&oldid=88878 * PythonshellDebugwindow * (+42) See also
15:18:42 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:19:38 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101379&oldid=101373 * PixelatedStarfish * (+366) /* Proof by Translation to bf */
15:20:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101380&oldid=101379 * PixelatedStarfish * (-37) /* Proof by Translation to bf */
15:22:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101381&oldid=101380 * PixelatedStarfish * (+109) /* Proof by Translation to bf */
15:23:20 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101382&oldid=101381 * PixelatedStarfish * (+4) /* Proof by Translation to bf */
15:27:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101383&oldid=101382 * PixelatedStarfish * (+126) /* Proof by Translation to bf */
15:27:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101384&oldid=101383 * PixelatedStarfish * (+1) /* Proof by Translation to bf */
15:32:43 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101385&oldid=101384 * PixelatedStarfish * (+216) /* Proof by Translation to bf */
15:34:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101386&oldid=101385 * PixelatedStarfish * (+1) /* Proof by Translation to bf */
15:35:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101387&oldid=101386 * PixelatedStarfish * (-5) /* Proof by Translation to bf */
15:36:41 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101388&oldid=101387 * PixelatedStarfish * (+44) /* Proof by Translation to bf */
15:37:19 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101389&oldid=101388 * PixelatedStarfish * (-138) /* Proof by Translation to bf */
15:41:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101390&oldid=101389 * PixelatedStarfish * (+13) /* Proof by Translation to bf */
15:43:30 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101391&oldid=101390 * PixelatedStarfish * (+195) /* Proof of Turing Completeness */
15:45:02 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101392&oldid=101391 * PixelatedStarfish * (-1) /* Truth Machine */
15:45:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101393&oldid=101392 * PixelatedStarfish * (-1) /* Truth Machine */
15:47:19 -!- tromp has joined.
15:52:49 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101394&oldid=101393 * PixelatedStarfish * (+301) /* Proof by Translation to bf */
16:14:04 -!- chiselfuse has quit (Ping timeout: 268 seconds).
16:15:38 -!- chiselfuse has joined.
16:17:13 <esolangs> [[Cal]] M https://esolangs.org/w/index.php?diff=101395&oldid=96966 * PythonshellDebugwindow * (+9) Stub
16:18:22 <esolangs> [[Unnamed]] M https://esolangs.org/w/index.php?diff=101396&oldid=75105 * PythonshellDebugwindow * (+29) Displaytitle
16:20:07 <esolangs> [[Built-out]] M https://esolangs.org/w/index.php?diff=101397&oldid=81223 * PythonshellDebugwindow * (+49) Categories
16:27:46 -!- tromp has quit (Read error: Connection reset by peer).
16:31:05 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101398&oldid=101363 * Acdw * (+233) /* Introductions */
16:31:53 -!- acdw has joined.
16:33:01 <acdw> hi esolangers
16:33:18 <acdw> i've introduced myself on the wiki, do i need to be approved before adding a page or am i good to go?
16:35:21 <fizzie> Think it should Just Work™. Not that anyone really understands the AbuseFilter rules.
16:37:53 <acdw> nice :D also lol
16:37:57 <acdw> thansk fizzie!
16:38:12 <acdw> also i'
16:38:52 <acdw> also i'm apologizing in advance for inflicting yet another brainfuck mod onto the world
16:42:38 <fizzie> Well. Some people here[who?][weasel words] have strong feelings about that[citation needed]. But it's a free... thing.
16:49:30 -!- perlbot has quit (Ping timeout: 240 seconds).
16:51:06 -!- simcop2387 has quit (Ping timeout: 264 seconds).
16:54:29 <acdw> hahahah
17:01:43 -!- chiselfuse has quit (Remote host closed the connection).
17:01:56 -!- chiselfuse has joined.
17:14:46 <esolangs> [[Protogen]] M https://esolangs.org/w/index.php?diff=101399&oldid=101227 * Joseppi1 * (+18) Year
17:33:00 -!- chiselfuse has quit (Ping timeout: 268 seconds).
17:34:27 -!- chiselfuse has joined.
17:52:17 -!- FreeFull has joined.
17:54:16 -!- SGautam has joined.
17:59:55 -!- Lord_of_Life_ has joined.
18:01:17 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
18:02:39 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
18:18:57 <esolangs> [[Special:Log/newusers]] create * Anonymous 512 * New user account
18:20:32 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=101400&oldid=101398 * Anonymous 512 * (+158) /* Introductions */
18:24:21 <esolangs> [[Brainfuck implementations]] M https://esolangs.org/w/index.php?diff=101401&oldid=95799 * Anonymous 512 * (+37)
18:39:31 -!- sprout has quit (Ping timeout: 268 seconds).
18:40:35 -!- sprout has joined.
18:49:15 <esolangs> [[OREO]] https://esolangs.org/w/index.php?diff=101402&oldid=101378 * ChuckEsoteric08 * (+1336)
18:53:00 -!- sprout has quit (Ping timeout: 260 seconds).
18:56:24 -!- sprout has joined.
19:03:34 -!- sprout has quit (Ping timeout: 268 seconds).
19:27:37 -!- sprout has joined.
19:55:57 -!- simcop2387 has joined.
19:58:21 <int-e> I cleaned up :) https://int-e.eu/~bf3/tmp/shapez.png
20:00:21 <int-e> OTOH I don't particularly like the fact that the game wants you to produce the same item in several places for scaling.
20:00:28 -!- perlbot has joined.
20:01:01 <int-e> And that's just level 17, I assume it'll get worse.
20:03:45 <int-e> But it was fun to come up with regular patterns for stuff like mixing colors.
20:04:29 <int-e> https://int-e.eu/~bf3/tmp/shapez-white.png
20:13:34 -!- SGautam has quit (Quit: Connection closed for inactivity).
20:15:06 <b_jonas> int-e: during endgame, there'll be only four fixed shapes that you have to produce, besides temporarily producing the level shapes. once you complete level 19 and complete tier 8 of each upgrade, you'll have all the tools to make final designs to mass-produce any of those fixed shapes, and the speed ratios will remain mostly the same, so that's when you need the last cleanup to get good designs.
20:15:32 <b_jonas> except possibly around the hub, which you may have to change later
20:16:27 <b_jonas> (technically it's level 20 for all the tools, but I find the tool that you get from level 20 useless)
20:17:54 <int-e> I see. Anyway, I'll just do what the game told me not to do and treat it as an idle game of sorts.
20:20:15 <int-e> Oh well. Enough for now :)
20:21:06 <int-e> The level 18 reward (180 degree rotator) seems kind of useless.
20:21:25 <int-e> Not completely, of course, but the space savings seem minimal.
20:28:32 <b_jonas> it saves a little space, but yes, the level 17 and 19 rewards do much more
20:38:46 <b_jonas> my full factory is too big to even fit on the screen at full unzoom. admittedly that's partly because I didn't know how much space I'll need and so left more space to grow than I needed, and then never cleaned it up to get closer, even though I should have
20:42:03 <int-e> https://www.youtube.com/watch?v=AGLpoVbm4JY is amusing :)
20:42:44 <int-e> (And I can /kind/ of follow what's happening. There's some clever shortcuts for the editing.)
20:43:08 <int-e> b_jonas: Yeah for me the main reason I have some far away parts is that I found convenient shapes there.
20:44:08 <int-e> But well, I still have some levels to go.
21:13:01 <b_jonas> int-e: that too, but I don't need to optimize that
21:13:34 <int-e> right, you said that you cleaned up
21:13:36 <b_jonas> it's just that I got bored of the game before optimizing the factory, but I may do it later
21:13:53 <sprout> neat
21:14:29 <b_jonas> the parts that produce the four fixed shape are cleaned up
21:14:41 <int-e> I actually have a very far away part where I've put a few templates
21:14:54 <int-e> But that was my choice :P
21:15:08 <b_jonas> the hard part is the big factory that solves the freeplay, which is not very clean mostly because it's the first working one that I built, and know that I have experience in what works, I should just rebuild everything better optimized
21:59:36 <esolangs> [[Special:Log/newusers]] create * Lestrozi * New user account
22:01:41 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101403&oldid=101400 * Lestrozi * (+205)
22:02:27 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101404&oldid=101403 * Lestrozi * (+83)
22:05:44 <esolangs> [[FlipJump]] https://esolangs.org/w/index.php?diff=101405&oldid=88638 * Lestrozi * (+168) /* The FlipJump Power */
22:10:43 <esolangs> [[Flappy Bird]] N https://esolangs.org/w/index.php?oldid=101406 * Yes * (+409) Created page with "<pre> Flappy Bird is a concenpt esolang made by User:Yes Commands are "pipes" | | | | |___| ___ | | | | | | Commands are based on height of pipes like, fo..."
22:11:01 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101407&oldid=101362 * Yes * (+21)
22:13:20 <esolangs> [[Special:Log/upload]] upload * Lestrozi * uploaded "[[File:Pong.gif]]"
22:14:25 <esolangs> [[Special:Log/upload]] upload * Lestrozi * uploaded "[[File:Shell.gif]]"
22:19:46 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=101410&oldid=100328 * Lestrozi * (+399)
23:40:56 -!- Sgeo has joined.
23:40:59 -!- Thedarkb1-Deskto has joined.
23:43:22 -!- Thedarkb-Desktop has quit (Ping timeout: 245 seconds).
23:49:00 -!- Thedarkb-Desktop has joined.
23:51:37 -!- Thedarkb1-Deskto has quit (Ping timeout: 252 seconds).
2022-07-29
00:08:05 -!- FreeFull has quit.
00:58:34 <esolangs> [[Brainfuck implementations]] M https://esolangs.org/w/index.php?diff=101411&oldid=101401 * PythonshellDebugwindow * (-18) Wayback
01:07:03 -!- chiselfuse has quit (Write error: Broken pipe).
01:08:02 -!- chiselfuse has joined.
01:09:33 -!- chiselfuse has quit (Remote host closed the connection).
01:13:00 -!- chiselfuse has joined.
03:26:14 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101412&oldid=101394 * PixelatedStarfish * (+222) /* Proof of Turing Completeness */
05:19:00 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101413&oldid=101404 * Emerald47089 * (+231)
05:21:27 <zzo38> Some TRON files that I could find are using segment type 0xFD, which seems to be undocumented.
05:36:22 <esolangs> [[Tense]] N https://esolangs.org/w/index.php?oldid=101414 * Emerald47089 * (+8677) Created page with "[[Category:Unimplemented]] '''Tense''' is an [[esoteric programming language]] is an unimplemented concept for a programming language based on [[temporal logic]]. That is, th..."
05:40:18 <esolangs> [[Tense]] https://esolangs.org/w/index.php?diff=101415&oldid=101414 * Emerald47089 * (+112)
05:41:01 <esolangs> [[Tense]] https://esolangs.org/w/index.php?diff=101416&oldid=101415 * Emerald47089 * (+18)
05:43:49 <esolangs> [[Tense]] https://esolangs.org/w/index.php?diff=101417&oldid=101416 * Emerald47089 * (-112)
06:02:09 <esolangs> [[Multeq]] https://esolangs.org/w/index.php?diff=101418&oldid=101132 * ChuckEsoteric08 * (+35)
06:09:43 -!- chiselfuse has quit (Remote host closed the connection).
06:10:50 -!- chiselfuse has joined.
07:38:25 -!- Sgeo has quit (Read error: Connection reset by peer).
07:59:56 <esolangs> [[OISC]] M https://esolangs.org/w/index.php?diff=101419&oldid=100869 * Tomhe * (-54) Remove * from jump addresses, remove MOVE (the table shouldn't be half-filled)
08:37:29 -!- sprout has quit (Ping timeout: 272 seconds).
08:57:12 -!- __monty__ has joined.
09:20:38 -!- user3456 has quit (Ping timeout: 240 seconds).
09:24:27 -!- user3456 has joined.
11:01:19 <esolangs> [[Moanfuck]] https://esolangs.org/w/index.php?diff=101420&oldid=100645 * Esolanger12345 * (+16)
11:09:50 -!- sprout has joined.
11:32:07 -!- sprout has quit (Ping timeout: 245 seconds).
11:35:52 -!- tromp has joined.
11:36:23 -!- chiselfuse has quit (Read error: Connection reset by peer).
11:38:15 -!- chiselfuse has joined.
11:41:22 -!- sprout has joined.
11:47:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:51:55 -!- tromp has joined.
12:36:11 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:52:54 -!- tromp has joined.
12:58:27 -!- chiselfuse has quit (Remote host closed the connection).
12:59:33 -!- chiselfuse has joined.
13:02:09 -!- sprout has quit (Ping timeout: 252 seconds).
13:06:17 -!- sprout has joined.
13:13:07 -!- __monty__ has quit (Quit: leaving).
13:20:16 -!- chiselfuse has quit (Remote host closed the connection).
13:20:53 -!- chiselfuse has joined.
13:22:17 -!- tech_exorcist has joined.
13:39:12 -!- chiselfuse has quit (Ping timeout: 268 seconds).
13:44:36 -!- chiselfuse has joined.
14:18:48 -!- tech_exorcist has quit (Remote host closed the connection).
14:19:42 -!- tech_exorcist has joined.
14:29:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:53:07 -!- impomatic has joined.
14:59:11 -!- tech_exorcist has quit (Quit: See you later).
15:05:13 <esolangs> [[Tense]] M https://esolangs.org/w/index.php?diff=101421&oldid=101417 * PythonshellDebugwindow * (+23) Categories
15:05:39 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=101422&oldid=101249 * PythonshellDebugwindow * (+12) /* T */ add
15:19:20 -!- tromp has joined.
15:33:21 -!- tech_exorcist has joined.
15:35:30 <esolangs> [[EsoBASIC]] https://esolangs.org/w/index.php?diff=101423&oldid=101350 * Nmcassa * (+149)
15:36:13 <esolangs> [[User:Nmcassa]] https://esolangs.org/w/index.php?diff=101424&oldid=101146 * Nmcassa * (+15)
15:58:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:05:53 -!- chiselfuse has quit (Read error: Connection reset by peer).
16:07:08 -!- chiselfuse has joined.
16:09:41 -!- sprout has quit (Ping timeout: 272 seconds).
16:43:24 -!- tromp has joined.
16:44:31 -!- sprout has joined.
16:56:05 -!- sprout has quit (Ping timeout: 252 seconds).
17:03:35 -!- impomatic has quit (Quit: impomatic).
17:03:54 -!- impomatic has joined.
17:08:06 -!- impomatic has quit (Client Quit).
17:08:26 -!- impomatic has joined.
17:21:28 -!- impomatic has quit (Quit: impomatic).
17:22:29 -!- sprout has joined.
17:43:04 -!- tech_exorcist has quit (Quit: Disconnecting).
17:43:49 -!- tech_exorcist has joined.
17:54:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:00:31 -!- Lord_of_Life_ has joined.
18:01:17 -!- Lord_of_Life has quit (Ping timeout: 245 seconds).
18:01:48 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
18:08:33 -!- impomatic has joined.
18:12:30 <int-e> Okay, milestone reached... I've managed to get frame rate issues in Shapez.
18:14:04 <b_jonas> int-e: that's pretty normal
18:15:27 <int-e> Well it's the first time I semi-seriously scaled up a factory. https://int-e.eu/~bf3/tmp/shapez-too-much.png
18:15:42 <int-e> This is still in the main game, level 21.
18:16:22 <int-e> It wanted me to use the quad-painter, but I don't think that's a good idea... AIUI that would use up a ton of paint.
18:16:58 <int-e> I should maybe use the double painter but can't be bothered.
18:17:26 <int-e> I did see all the performance settings too
18:17:50 <b_jonas> yep, the double painter is worth, the quad painter isn't really
18:19:32 <int-e> b_jonas: Oh do you consider level 20 a puzzle? (How to attach a small square to a larger thing without supporting background tile.)
18:19:33 <b_jonas> I mean this isn't a game with a well-optimized engine. It has enough performance to get you hooked, so it works well as a gateway game into proper sandbox simulation games with optimized engines
18:20:28 <b_jonas> int-e: yes, level 20, the last but one upgrade shape, called the logo, is the first puzzle
18:20:39 <b_jonas> and level 26, the last upgrade shape, called the rocket, is the second puzzle
18:20:48 <int-e> I see.
18:21:21 <b_jonas> these and the flower and the glue are the four fixed shapes that you want to produce forever
18:21:35 <b_jonas> (as in deliver to the hub, presumably you'll also produce circles forever)
18:22:23 <int-e> Anyway, this is why I'm treating this as an idle game... 5.5/s is enough for a 25k target, I don't want to find another spot where I can replicate that whole factory.
18:22:53 <int-e> which is a bit larger than it needs to be, but not much.
18:30:01 -!- impomatic has quit (Quit: impomatic).
18:30:21 -!- impomatic has joined.
18:32:23 <int-e> Oh, nice progression: 1, 1.5, 2, 3, 4, 6, 7, 8, 8.1
18:34:33 -!- impomatic has quit (Client Quit).
18:34:52 -!- impomatic has joined.
18:36:19 -!- impomatic has quit (Client Quit).
18:49:37 <b_jonas> int-e: https://logs.esolangs.org/libera-esolangs/2022-07-28.html#lkc "and the speed ratios will remain mostly the same"
18:49:57 <b_jonas> you'll no longer have bottlenecks because one of your structures is 6/4 times faster than another
18:50:47 <int-e> right
18:50:51 <b_jonas> the speed multipliers are growing in small increments starting from 8 for higher and higher speeds
18:50:54 <b_jonas> sorry
18:50:57 <b_jonas> for higher and higher costs
18:51:04 <int-e> I actually have a 2x difference currently
18:51:33 <int-e> cutting and painting are lagging behind.
18:52:18 <b_jonas> in my long time game I'm up to upgrade level 60, which gives speed multiplier 11.575, and level 950, at which point more levels only give bragging rights
18:52:54 <int-e> I guess you'd need some serious optimizations that haven't been done in order to allow /serious/ additional speed boosts.
18:53:15 <b_jonas> at that point what you care about is not how many levels you have, but asymptotically how fast you can level
18:53:44 -!- tech_exorcist has quit (Remote host closed the connection).
18:53:55 <b_jonas> int-e: it's not really optimizations, but the simulation gets imprecise even at these speeds
18:54:08 <b_jonas> also the interface is annoying because sometimes the items seem to flow backwards on the belts, or stand in place
18:54:26 -!- tech_exorcist has joined.
18:55:16 <int-e> Hmm. Nuisances. Sometimes belts keep insising on autoconnecting to the wrong thing.
18:55:29 <b_jonas> the belts are weird
18:55:49 <int-e> Oh and you can clog a painters and I don't think there's any way to fix that except deleting and placing a new one
18:56:37 <int-e> Fortunately I have blueprints (is that the glue shape?) to spare.
18:56:50 <b_jonas> you can also clog a belt to the hub because pigments can't enter the hub
18:57:08 <b_jonas> yes, the glue is what you use to paste a blueprint
18:57:21 <b_jonas> and the shape that buys you glue looks like a glue strip
18:57:38 <int-e> Oh and I guess I can see what the rocket shape is because it's in the tier 8 upgrade.
18:57:57 <b_jonas> yes, you can work on that first rather than the levels if you want
18:58:37 <int-e> Not today, I think.
19:03:03 <int-e> But I can see that it'll be tedious to make :P
19:04:22 -!- tromp has joined.
19:29:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:23:38 -!- user3456 has quit (Ping timeout: 240 seconds).
20:42:20 -!- user3456 has joined.
20:45:02 -!- simcop2387 has quit (Read error: Connection reset by peer).
20:45:03 -!- perlbot has quit (Read error: Connection reset by peer).
20:47:06 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101425&oldid=101413 * Olive * (+190)
20:50:39 -!- simcop2387 has joined.
20:52:08 -!- perlbot has joined.
20:52:34 <esolangs> [[User:Olive]] N https://esolangs.org/w/index.php?oldid=101426 * Olive * (+100) Created page with "Heyo, I'm a person. Uhh version control systems are N-dimensional trees with multiverse time-travel."
21:05:18 <esolangs> [[No-op]] N https://esolangs.org/w/index.php?oldid=101427 * Olive * (+17) Redirected page to [[Nop]]
21:05:47 <esolangs> [[Noop]] N https://esolangs.org/w/index.php?oldid=101428 * Olive * (+17) Redirected page to [[Nop]]
21:14:55 <esolangs> [[User:Olive/Brainfuck extensions]] N https://esolangs.org/w/index.php?oldid=101429 * Olive * (+1112) Created page with "Various [[brainfuck]] additions by [[User:Olive|me]]. Also why does this wiki have separate pages for [[:Category:Brainfuck equivalents|brainfuck equivalents]]. Like, just ma..."
21:17:38 -!- tromp has joined.
21:30:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:30:55 -!- tech_exorcist has quit (Remote host closed the connection).
21:32:31 -!- tech_exorcist has joined.
21:37:25 -!- tromp has joined.
21:51:11 <esolangs> [[Delambda]] N https://esolangs.org/w/index.php?oldid=101430 * Shadow Kestrel * (+2269) basic delambda
22:00:50 -!- tech_exorcist has quit (Quit: Disconnecting).
22:07:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:20:53 <esolangs> [[Bfcompress]] N https://esolangs.org/w/index.php?oldid=101431 * Yes * (+813) Created page with "Bfcompress is a compression algorithm made by [[User:Yes]] to compress [[bf]] code. == Process == {| class="wikitable" |+ Caption text |- ! bf command !! binary conversion |-..."
22:21:24 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101432&oldid=101407 * Yes * (+44)
22:21:36 <esolangs> [[User:Yes]] https://esolangs.org/w/index.php?diff=101433&oldid=101432 * Yes * (+1)
22:22:24 <esolangs> [[Bfcompress]] https://esolangs.org/w/index.php?diff=101434&oldid=101431 * Yes * (+2)
23:21:57 -!- chiselfuse has quit (Ping timeout: 268 seconds).
23:23:35 -!- chiselfuse has joined.
23:50:19 -!- chiselfuse has quit (Ping timeout: 268 seconds).
23:50:33 -!- chiselfuse has joined.
23:57:13 -!- Sgeo has joined.
2022-07-30
00:45:14 -!- companion_cube has joined.
00:45:16 <companion_cube> o/
00:45:22 <imode> o/
00:45:27 <companion_cube> I'm told there are people here who implement SMT solvers? :)
00:45:30 <imode> companion_cube here wants to know if y'all are into SMT solvers.
00:46:11 <companion_cube> cause ##smt is dead AF and I want people to talk to :p
01:05:29 <esolangs> [[Nop]] https://esolangs.org/w/index.php?diff=101435&oldid=76188 * Esolanger12345 * (+34)
01:57:58 -!- lagash has quit (Ping timeout: 240 seconds).
02:04:24 -!- lagash has joined.
05:34:59 <esolangs> [[C@/Lol.js]] N https://esolangs.org/w/index.php?oldid=101436 * Esolanger12345 * (+18) Created page with "location.reload(1)"
06:28:12 -!- tromp has joined.
06:55:05 -!- chiselfuse has quit (Read error: Connection reset by peer).
06:55:24 -!- chiselfuse has joined.
07:16:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:57:47 -!- FreeFull has joined.
09:31:15 <esolangs> [[Galveston]] M https://esolangs.org/w/index.php?diff=101437&oldid=97515 * Salpynx * (-1) /* UTF */ fix code tag
10:30:55 -!- tech_exorcist has joined.
10:41:47 -!- Sgeo has quit (Read error: Connection reset by peer).
11:04:09 -!- tech_exorcist has quit (Quit: brb).
11:29:23 -!- tech_exorcist has joined.
11:34:11 -!- tech_exorcist has quit (Client Quit).
12:14:00 <esolangs> [[Brainfuck code generation]] M https://esolangs.org/w/index.php?diff=101438&oldid=80600 * Palaiologos * (-4) update deadlink
12:35:36 <esolangs> [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]] https://esolangs.org/w/index.php?diff=101439&oldid=100149 * Yes * (+107)
13:08:45 -!- tech_exorcist has joined.
13:11:30 -!- sprout has quit (Ping timeout: 264 seconds).
13:33:40 -!- impomatic has joined.
13:35:47 -!- impomatic has quit (Client Quit).
13:36:07 -!- impomatic has joined.
13:44:36 <impomatic> Is anyone a wiz with groff? I want to get plain ASCII output (not line printer output with e.g. backspaces to overprint to get bold).
13:56:15 -!- impomatic has quit (Quit: impomatic).
13:56:34 -!- impomatic has joined.
14:00:16 -!- sprout has joined.
14:00:46 -!- impomatic has quit (Client Quit).
14:01:08 -!- impomatic has joined.
14:08:41 -!- tromp has joined.
14:12:21 <esolangs> [[Jump in brainfuck pit]] N https://esolangs.org/w/index.php?oldid=101440 * Z Ling * (+84) Created page with "''This article interprete [[Brainfucker++]]'s work way.'' [[Category:Brainfuck]]"
14:14:46 <esolangs> [[Brainfucker++]] https://esolangs.org/w/index.php?diff=101441&oldid=101361 * Z Ling * (-143)
14:16:03 <esolangs> [[EsoBASIC]] https://esolangs.org/w/index.php?diff=101442&oldid=101423 * Nmcassa * (-2)
14:21:15 -!- impomatic has quit (Quit: impomatic).
14:21:36 -!- impomatic has joined.
14:25:46 -!- impomatic has quit (Client Quit).
14:26:05 -!- impomatic has joined.
14:41:15 -!- impomatic has quit (Quit: impomatic).
14:41:34 -!- impomatic has joined.
14:45:46 -!- impomatic has quit (Client Quit).
14:46:06 -!- impomatic has joined.
15:15:03 -!- tech_exorcist has quit (Remote host closed the connection).
15:16:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:16:13 -!- tech_exorcist has joined.
15:22:07 -!- tromp has joined.
15:36:15 -!- impomatic has quit (Quit: impomatic).
15:36:34 -!- impomatic has joined.
15:40:46 -!- impomatic has quit (Client Quit).
15:40:55 <esolangs> [[Bfcompress]] M https://esolangs.org/w/index.php?diff=101443&oldid=101434 * PythonshellDebugwindow * (+24) Category
15:41:08 -!- impomatic has joined.
15:45:07 <esolangs> [[Program Number System]] M https://esolangs.org/w/index.php?diff=101444&oldid=83914 * PythonshellDebugwindow * (+50) /* Interpreter */ Categories
16:06:15 -!- impomatic has quit (Quit: impomatic).
16:06:34 -!- impomatic has joined.
16:10:46 -!- impomatic has quit (Client Quit).
16:11:05 -!- impomatic has joined.
16:34:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:46:59 <esolangs> [[Special:Log/newusers]] create * Tastyl * New user account
16:47:47 -!- sprout has quit (Ping timeout: 244 seconds).
16:49:20 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101445&oldid=101425 * Tastyl * (+92)
16:49:58 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=101446&oldid=101445 * Tastyl * (+77)
16:50:09 -!- tromp has joined.
17:03:47 -!- sprock has quit (Ping timeout: 245 seconds).
17:11:15 -!- impomatic has quit (Quit: impomatic).
17:11:34 -!- impomatic has joined.
17:11:52 -!- reuwqioreuwiod has joined.
17:12:30 -!- reuwqioreuwiod has left.
17:15:46 -!- impomatic has quit (Client Quit).
17:16:06 -!- impomatic has joined.
17:24:38 <esolangs> [[Twoface]] N https://esolangs.org/w/index.php?oldid=101447 * Tastyl * (+2230) Created page with "'''Twoface''' is an [[esoteric programming language]] created by [[user:Tastyl]]. It's programs are supposed to look like lists of faces. == Instruction Set == {| class="wiki..."
17:34:04 -!- sprout has joined.
17:42:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101448&oldid=101412 * PixelatedStarfish * (+83) /* Proof of Turing Completeness */
17:44:46 -!- sprock has joined.
17:44:48 <esolangs> [[Twoface]] https://esolangs.org/w/index.php?diff=101449&oldid=101447 * Tastyl * (+545)
17:45:10 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101450&oldid=101448 * PixelatedStarfish * (-47) /* Proof of Turing Completeness */
17:45:39 <esolangs> [[Twoface]] https://esolangs.org/w/index.php?diff=101451&oldid=101449 * Tastyl * (+78)
17:49:27 <esolangs> [[Twoface]] https://esolangs.org/w/index.php?diff=101452&oldid=101451 * Tastyl * (+116)
17:51:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:56:26 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101453&oldid=101450 * PixelatedStarfish * (+74) /* Proof by Translation to bf */
18:01:26 -!- Lord_of_Life_ has joined.
18:02:21 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
18:02:41 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
18:21:15 -!- impomatic has quit (Quit: impomatic).
18:21:34 -!- impomatic has joined.
18:23:31 -!- tromp has joined.
18:30:46 -!- impomatic has quit (Quit: impomatic).
18:31:06 -!- impomatic has joined.
18:32:05 -!- tech_exorcist has quit (Remote host closed the connection).
18:44:13 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101454&oldid=101453 * PixelatedStarfish * (+261) /* Proof of Turing Completeness */
18:45:31 -!- sprock has quit (Ping timeout: 268 seconds).
19:01:15 -!- impomatic has quit (Quit: impomatic).
19:01:34 -!- impomatic has joined.
19:02:55 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101455&oldid=101454 * PixelatedStarfish * (+75) /* Proof of Turing Completeness */
19:05:46 -!- impomatic has quit (Client Quit).
19:06:05 -!- impomatic has joined.
19:09:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:12:46 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101456&oldid=101455 * PixelatedStarfish * (+74) /* Proof by Translation to bf */
19:17:48 -!- Sgeo has joined.
19:19:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101457&oldid=101456 * PixelatedStarfish * (+296) /* Proof by Translation to bf */
19:31:27 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101458&oldid=101457 * PixelatedStarfish * (+296) /* Proof by Translation to bf */
19:34:09 -!- tromp has joined.
19:45:24 -!- impomatic has quit (Ping timeout: 276 seconds).
20:07:39 -!- impomatic has joined.
20:16:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:25:49 -!- tech_exorcist has joined.
20:40:26 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=101459&oldid=101422 * PythonshellDebugwindow * (+14) /* T */ add
20:41:07 <esolangs> [[Twoface]] M https://esolangs.org/w/index.php?diff=101460&oldid=101452 * PythonshellDebugwindow * (+49) /* External resources */ Categories
20:44:00 -!- tech_exorcist has quit (Quit: see you later or tomorrow).
20:44:37 -!- chiselfuse has quit (Ping timeout: 268 seconds).
20:44:46 -!- tromp has joined.
20:44:55 -!- chiselfuse has joined.
20:55:55 -!- tech_exorcist has joined.
20:57:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:59:37 -!- tromp has joined.
21:22:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:23:35 -!- tech_exorcist has quit (Quit: Disconnecting).
21:25:31 -!- sprock has joined.
21:30:15 <int-e> b_jonas: Finally making rockets now.
21:37:51 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101461&oldid=101458 * PixelatedStarfish * (+148) /* Proof by Translation to bf */
22:34:40 -!- impomatic has quit (Quit: impomatic).
22:35:01 -!- impomatic has joined.
22:39:11 -!- impomatic has quit (Client Quit).
22:39:33 -!- impomatic has joined.
22:46:28 <int-e> Argh, the wire layer doesn't respect the UI settings :-/
23:05:42 <esolangs> [[FlipJump]] M https://esolangs.org/w/index.php?diff=101462&oldid=101405 * Tomhe * (+133) the new wflip-aware pad assembly op
23:07:21 <imode> int-e: weren't you into SMT solvers.
23:07:54 <int-e> Not really, though I know a little about them.
23:08:07 <imode> companion_cube: SEE.
23:08:32 <imode> I know someone in here was working on an SMT solver.
23:08:40 <companion_cube> 👀
23:08:41 <int-e> And still hang out in ##smt even though it's basically inactive.
23:09:02 <int-e> shachaf was closer to working on one
23:10:29 <int-e> I forget... companion_cube, did you actually do research on SAT solvers?
23:13:53 -!- FreeFull has quit.
23:20:06 -!- FreeFull has joined.
23:23:57 <companion_cube> Never published in it, but adjacent, yeah
23:24:11 <companion_cube> Still trying to write my own smt
23:30:01 -!- impomatic has quit (Quit: impomatic).
23:40:54 -!- chiselfuse has quit (Remote host closed the connection).
23:41:26 -!- chiselfuse has joined.
23:47:52 -!- FreeFull has quit.
2022-07-31
00:19:44 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101463&oldid=101461 * PixelatedStarfish * (+74) /* Proof of Turing Completeness */
00:26:00 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101464&oldid=101463 * PixelatedStarfish * (+2336) /* Proof by Translation to bf */
00:28:08 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101465&oldid=101464 * PixelatedStarfish * (-2262) /* Proof of Turing Completeness */
02:55:00 <zzo38> They say that last strike (in Magic: the Gathering) is a "flavorful downside". However, there are actually many ways to use it to your advantage (even if first strike and last strike together do not make it strike twice; I do not like the way the existing rule works and I suppose neither does Gottlieb). It isn't purely a downside; it depends on the situation. Even first strike is a downside in some situations too.
03:06:22 -!- tromp has joined.
03:06:35 -!- tromp has quit (Client Quit).
05:54:31 -!- impomatic has joined.
06:18:35 -!- impomatic has quit (Quit: impomatic).
06:18:56 -!- impomatic has joined.
06:22:12 -!- tromp has joined.
06:23:06 -!- impomatic has quit (Client Quit).
06:23:25 -!- impomatic has joined.
06:31:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:53:28 -!- tromp has joined.
07:52:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:35:25 -!- tromp has joined.
09:57:53 -!- Everything has joined.
10:14:49 <int-e> b_jonas: Well, this was a fun exercise: Start from a shape source like https://int-e.eu/~bf3/tmp/shapez-monster-source.png (saturating 4 inputs), turn it into uniform shapes https://int-e.eu/~bf3/tmp/shapez-monster-target.png (saturating 4 outputs if downstream allows)
10:16:28 * int-e wonders what people would call this (my tentative name is "harvester")
10:27:56 <int-e> Hah, copying that beast will cost me 12k glue.
10:28:34 -!- impomatic has quit (Quit: impomatic).
10:28:56 -!- impomatic has joined.
10:31:18 -!- tech_exorcist has joined.
10:32:03 -!- Trieste has quit (Read error: Connection reset by peer).
10:33:14 -!- impomatic has quit (Client Quit).
10:33:33 -!- impomatic has joined.
10:35:07 -!- Trieste has joined.
10:41:21 <int-e> (What I have is actually fairly compact (I think)... but you need 8 four-way cutters and 96 stackers and they have to go somewhere :P https://int-e.eu/~bf3/tmp/shapez-monster-footprint.png )
10:43:02 <int-e> I mean 16 cutters, woops.
11:06:51 <esolangs> [[H - Q -]] https://esolangs.org/w/index.php?diff=101466&oldid=99077 * Leomok2009 * (+1)
11:14:54 -!- sprout has quit (Ping timeout: 276 seconds).
11:29:52 -!- Sgeo has quit (Read error: Connection reset by peer).
11:52:53 -!- sprout has joined.
11:58:12 -!- chiselfuse has quit (Remote host closed the connection).
11:58:12 -!- tech_exorcist has quit (Remote host closed the connection).
11:58:32 -!- chiselfuse has joined.
11:58:42 -!- tech_exorcist has joined.
13:03:25 -!- sprout has quit (Ping timeout: 252 seconds).
13:18:35 -!- tech_exorcist has quit (Quit: Disconnecting).
13:21:20 -!- tech_exorcist has joined.
13:23:24 -!- sprout has joined.
13:59:27 -!- tech_exorcist has quit (Remote host closed the connection).
13:59:59 -!- tech_exorcist has joined.
14:06:17 -!- chiselfuse has quit (Remote host closed the connection).
14:15:17 -!- sprout has quit (Ping timeout: 252 seconds).
14:16:58 -!- chiselfuse has joined.
14:39:27 -!- sprout has joined.
14:51:24 -!- chiselfuse has quit (Remote host closed the connection).
14:51:36 -!- chiselfuse has joined.
15:21:20 -!- Everything has quit (Quit: leaving).
15:30:59 <esolangs> [[Delambda]] M https://esolangs.org/w/index.php?diff=101467&oldid=101430 * Shadow Kestrel * (+2)
15:33:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:33:45 <esolangs> [[Eso2D]] M https://esolangs.org/w/index.php?diff=101468&oldid=100963 * PythonshellDebugwindow * (+1246) /* Example programs */ 99 bottles of beer
15:34:05 <esolangs> [[Eso2D]] M https://esolangs.org/w/index.php?diff=101469&oldid=101468 * PythonshellDebugwindow * (-478) .
15:34:19 <esolangs> [[Eso2D]] M https://esolangs.org/w/index.php?diff=101470&oldid=101469 * PythonshellDebugwindow * (+8) /* Resources */ External
15:34:46 -!- simcop2387 has quit (Read error: Connection reset by peer).
15:34:46 -!- perlbot has quit (Read error: Connection reset by peer).
15:35:04 -!- simcop2387 has joined.
15:37:01 <esolangs> [[EsoBASIC]] M https://esolangs.org/w/index.php?diff=101471&oldid=101442 * PythonshellDebugwindow * (+23) Category
15:37:12 -!- simcop2387 has quit (Read error: Connection reset by peer).
15:41:27 -!- perlbot has joined.
15:45:28 -!- simcop2387 has joined.
16:09:02 -!- tromp has joined.
16:10:58 -!- impomatic has quit (Quit: impomatic).
16:12:33 -!- impomatic has joined.
16:35:22 -!- Trieste has quit (Quit: Be well!).
16:58:24 <esolangs> [[Denver-Augusta-Harrisburg]] N https://esolangs.org/w/index.php?oldid=101472 * Qpliu * (+12519) Created page with "Denver-Augusta-Harrisburg is a concurrent-message-passing programming language. Execution of a Denver-Augusta-Harrisburg program starts with the main thread and the system th..."
16:58:29 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=101473&oldid=101459 * Qpliu * (+32) /* D */
16:59:27 -!- Trieste has joined.
17:09:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:09:32 -!- impomatic has quit (Quit: impomatic).
17:09:52 -!- impomatic has joined.
17:14:04 -!- impomatic has quit (Client Quit).
17:14:24 -!- impomatic has joined.
17:36:35 -!- tromp has joined.
18:03:10 -!- Lord_of_Life has quit (Ping timeout: 240 seconds).
18:03:21 -!- Lord_of_Life_ has joined.
18:04:32 -!- impomatic has quit (Quit: impomatic).
18:04:35 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
18:04:53 -!- impomatic has joined.
18:09:04 -!- impomatic has quit (Client Quit).
18:09:24 -!- impomatic has joined.
18:30:19 <zzo38> I had started to write a change file for patching SQLite to not use Unicode, and to make some other changes which I think are important but that they will not make, but in some cases changes cannot be made in a way that has future compatibility (such as adding new fields into VFS and virtual table structures).
18:30:48 <zzo38> I wrote a file with the first line and hashes of the blocks to be changed, and then a program can be written which will check that the hash matches; if they do not then it will be an error.
18:32:48 -!- tech_exorcist has quit (Remote host closed the connection).
18:32:53 <zzo38> This is similar to the "not-forking" that LumoSQL is doing, but that one doesn't check for hashes of individual blocks of code before replacing them.
18:37:01 <companion_cube> why is removing unicode from sqlite important?
18:38:31 <zzo38> Because I want to use non-Unicode text in SQLite.
18:38:39 -!- FreeFull has joined.
18:39:56 <zzo38> Anyways that is not the only thing to be changed; there are a few other things that I might be able to fix, without modifying the parser or any versioned structures.
18:41:04 <zzo38> Another thing that cannot be changed is any bit masks, since in future official versions they might add conflicting bit masks.
18:49:52 -!- tech_exorcist has joined.
18:52:55 -!- Sgeo has joined.
19:04:12 <zzo38> Non-Unicode should also make it run faster, I should hope, too. However, that will require changing more things, to remove code that is no longer needed, unless the compiler will automatically optimize it but I do not know if it will.
19:08:12 <zzo38> They want to use Unicode for everything, but Unicode is no good.
19:11:13 -!- impomatic has quit (Ping timeout: 272 seconds).
19:16:45 <companion_cube> What kind of non Unicode text do you use? the mainframe thing?
19:18:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:21:22 <zzo38> Do you mean EBCDIC? No, but I do want LENGTH, collations, etc to work properly with non-Unicode text, including PC, ISO-8859-1, EUC-JP, and whatever else it might be (including encodings not currently known).
19:23:07 -!- tromp has joined.
19:25:59 <companion_cube> It's been a long time, is ISO-8859-1 latin-1 ?
19:26:55 <zzo38> Yes.
19:27:41 -!- user3456 has quit (Ping timeout: 252 seconds).
19:27:56 -!- user3456_ has joined.
19:28:44 <companion_cube> No offense but I think that fight has been lost for 10 years
19:29:39 <zzo38> Additionally, I will try to make the exposure of use of SQLite record format including usable inside of other data
19:30:00 -!- user3456_ has changed nick to user3456.
19:32:26 <zzo38> I will continue to use non-Unicode anyways. Unicode-only string types leads to bugs anyways for one thing, assuming something is Unicode text even though it is not necessarily text in any encoding, ignoring the locale and assuming that it is Unicode even though it isn't, displaying text that seems OK but it isn't, Han unification, ambiguous widths, assuming that a "character" is the same as a "code point", etc.
19:33:20 -!- SGautam has joined.
19:33:24 <zzo38> My "Free Hero Mesh" game engine also exclusively uses non-Unicode. Currently only single-byte encodings are implemented but in future I will intend that multi-byte encodings may also be implemented (e.g. EUC-JP).
19:33:43 <companion_cube> Well, if you look at rust, str is always utf8, not just assumed to be
19:34:09 <zzo38> Yes, and that is a problem, it leads to misuse of those data types.
19:34:15 <companion_cube> I think the distinction between text and raw bytes is clear enough
19:34:22 <companion_cube> Nah, it's only for text
19:34:26 <zzo38> File names and environment variables are not necessarily UTF-8, although some programs assume that they are.
19:35:31 <companion_cube> Sure, programming languages should handle that better
19:35:38 <companion_cube> It's on them, not on unicode
19:35:51 <companion_cube> (eg OsStr in rust does that well)
19:36:51 <zzo38> Yes, but some modern programming language fail to make considerations like that. This is also true of libraries, protocols (including D-bus), etc; not only the programming language itself.
19:38:08 <companion_cube> Right
19:38:34 <companion_cube> I think locales are worse though, you don't even have a unified string type beyond "byte array"
19:39:26 <zzo38> And then, there is problem of string literals, too (in some programming languages; others are good, though).
19:40:05 <zzo38> Not having a unified string type beyond "byte array" would be an advantage in my opinion, though.
19:42:58 <zzo38> Maybe I will also need to invent International Components for Non-Unicode. It should include the capability to use many encodings which cannot be converted to/from Unicode too, including TRON encoding, and others.
19:43:33 <zzo38> (Although, it is intention that it can deal with any encoding including Unicode, but does not use Unicode for anything other than dealing with directly Unicode text.)
19:43:53 <zzo38> (So, maybe the name is not quite accurate, but it is almost accurate)
19:44:37 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101474&oldid=101465 * PixelatedStarfish * (+36) /* Proof of Turing Completeness */
19:44:45 <companion_cube> How do you deal with text literals in a project where people have various locales?
19:47:53 <zzo38> It depends on the specific project. In some cases, putting non-ASCII text in separate files will be better, I think.
19:50:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:55:34 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101475&oldid=101474 * PixelatedStarfish * (+76) /* Proof by Translation to bf */
20:04:50 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101476&oldid=101475 * PixelatedStarfish * (+76) /* Proof by Translation to bf */
20:08:03 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=101477&oldid=101476 * PixelatedStarfish * (+59) /* General Palettes */
20:14:58 -!- tech_exorcist has quit (Remote host closed the connection).
20:15:55 -!- tech_exorcist has joined.
20:27:10 -!- tromp has joined.
20:31:43 <zzo38> Does any UNIX shell have a command to create a unnamed temporary file and then returns the file path in /proc to that file (which will then automatically be deleted once the process terminates or the file descriptor is closed, since there are no other references to it)?
20:38:58 <sprout> isn't that what /tmp is for?
20:49:34 -!- chiselfuse has quit (Remote host closed the connection).
20:49:40 -!- Church has joined.
20:49:44 <companion_cube> Can you even have nameless files on Linux?
20:50:13 -!- chiselfuse has joined.
20:51:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:53:56 -!- tromp has joined.
20:55:09 -!- chiselfuse has quit (Write error: Connection reset by peer).
20:57:39 <JAA> Yes, open(2) with O_TMPFILE will create an unnamed inode.
20:59:05 <JAA> (But it has to be in a named directory.)
20:59:45 <zzo38> Yes, but I think bash does not have that capability, as far as I know?
21:00:10 <companion_cube> Fascinating JAA, til
21:00:24 -!- chiselfuse has joined.
21:06:17 -!- chiselfuse has quit (Remote host closed the connection).
21:06:30 -!- chiselfuse has joined.
21:11:11 <JAA> zzo38: Yeah, I'm not sure there's a reasonable real use case for something like that. If the shell process is the only one that has access to the file (via the open FD), it can't pass the file to any subprocess. The only thing it could do with it is read/write from it directly, including redirections to a subprocess's stdin and stuff like that. But there are other ways to do that, so I'd be surprised if any
21:11:17 <JAA> shell out there supported it.
21:20:58 <zzo38> It can pass the name of the file in /proc to another process though, I would expect. (Of course the other process must have permission to read that directory, though)
21:31:57 <esolangs> [[Delambda]] https://esolangs.org/w/index.php?diff=101478&oldid=101467 * Shadow Kestrel * (+1612) file IO and part of basic canvas
21:35:01 <JAA> Yeah, that's possible, but I don't see why any shell would implement it.
21:35:27 <JAA> You could surely write your own shell with a mktemp builtin that does that though.
21:42:38 -!- SGautam has quit (Quit: Connection closed for inactivity).
21:42:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:11:38 -!- tech_exorcist has quit (Quit: Disconnecting).
22:17:45 -!- chiselfuse has quit (Remote host closed the connection).
22:18:56 -!- chiselfuse has joined.
22:43:23 -!- sebbu has quit (Ping timeout: 272 seconds).
22:56:22 <esolangs> [[G arD^EN CorUtY@rD]] N https://esolangs.org/w/index.php?oldid=101479 * BoundedBeans * (+6399) Created page with "{{wrongtitle|title=G_arD^EN CorUtY@rD}} G_arD^EN CorUtY@rD (from now on referred to as GC) is a 2-dimensional esolang by [[User:BoundedBeans]] that doesn't follow traditional..."
22:56:53 <esolangs> [[G arD^EN CorUtY@rD]] https://esolangs.org/w/index.php?diff=101480&oldid=101479 * BoundedBeans * (+4)
22:57:15 <esolangs> [[G arD^EN CorUtY@rD]] M https://esolangs.org/w/index.php?diff=101481&oldid=101480 * BoundedBeans * (+1)
22:58:29 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=101482&oldid=101473 * BoundedBeans * (+44)
23:00:32 <esolangs> [[G arD^EN CorUtY@rD]] https://esolangs.org/w/index.php?diff=101483&oldid=101481 * BoundedBeans * (+144)
23:01:47 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=101484&oldid=101225 * BoundedBeans * (-13)
23:36:05 <esolangs> [[99 bottles of pain]] N https://esolangs.org/w/index.php?oldid=101485 * BoundedBeans * (+9912) Created page with "99 bottles of pain is an esoteric programming language by [[User:BoundedBeans]] with the syntax based around the output of a common programming problem. To start, each verse..."
23:36:42 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=101486&oldid=101482 * BoundedBeans * (+25)
23:37:10 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=101487&oldid=101484 * BoundedBeans * (-157)
←2022-06 2022-07 2022-08→ ↑2022 ↑all