←2023-08-17 2023-08-18 2023-08-19→ ↑2023 ↑all
00:28:11 -!- Noisytoot has quit (Remote host closed the connection).
00:28:28 -!- Noisytoot has joined.
01:11:02 -!- razetime has joined.
01:16:12 -!- razetime has quit (Ping timeout: 245 seconds).
02:15:12 -!- chiselfuse has quit (Ping timeout: 246 seconds).
02:15:28 -!- chiselfuse has joined.
02:47:43 <esolangs> [[Boolet]] M https://esolangs.org/w/index.php?diff=113864&oldid=101520 * CreeperBomb * (-26) /* XOR */ Shortened xor & made it easier to understand
03:32:31 <esolangs> [[Invy]] N https://esolangs.org/w/index.php?oldid=113865 * CreeperBomb * (+2030) Created page with "[[Invy]] /n.vi/, whose name has nothing to do with envy or any other word, is an [[esoteric programming language]] created by [[User:CreeperBomb|CreeperBomb]] in [[:Category:2023|2023]]. ==Code format & memory system== Instead of being written left to right and top to
03:59:58 <esolangs> [[User:CreeperBomb]] M https://esolangs.org/w/index.php?diff=113866&oldid=113073 * CreeperBomb * (+28)
04:13:12 -!- zzo38 has quit (Ping timeout: 246 seconds).
04:18:26 -!- zzo38 has joined.
04:53:36 -!- Noisytoot has quit (Ping timeout: 246 seconds).
05:01:07 -!- Noisytoot has joined.
05:10:24 -!- tromp has joined.
05:22:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
05:43:46 -!- bgs has joined.
06:36:31 -!- tromp has joined.
08:05:04 <esolangs> [[Soallang]] https://esolangs.org/w/index.php?diff=113867&oldid=113858 * HungKhanh0106 * (-24)
08:05:26 <esolangs> [[Soallang]] https://esolangs.org/w/index.php?diff=113868&oldid=113867 * HungKhanh0106 * (-18) /* Usage */
08:06:46 <esolangs> [[Soallang]] https://esolangs.org/w/index.php?diff=113869&oldid=113868 * HungKhanh0106 * (+59) /* Commands */
08:14:02 -!- __monty__ has joined.
08:27:18 -!- Sgeo has quit (Read error: Connection reset by peer).
08:31:54 -!- __monty__ has quit (Ping timeout: 258 seconds).
08:32:03 -!- __monty__ has joined.
09:23:15 <esolangs> [[Joke language list]] M https://esolangs.org/w/index.php?diff=113870&oldid=113835 * Gilbert189 * (+73) /* Brainfuck derivatives */
10:22:36 -!- Thelie has joined.
10:29:32 -!- zzo38 has quit (Ping timeout: 248 seconds).
11:06:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:35:04 -!- wib_jonas has joined.
11:37:54 <wib_jonas> [ ; (1+i.6) <@#"0 'fungot'
11:37:54 <j-bot> wib_jonas: fuunnnggggoooootttttt
11:38:14 <wib_jonas> yeah, fungot still isn't here
11:38:41 <wib_jonas> perlbot prefixes
11:38:41 <perlbot> wib_jonas: fungot ^, HackEso `, EgoBot !, lambdabot @ or ? or > , thutubot +, metasepia ~, idris-bot ( , jconn ) , j-bot [ , bfbot =.
11:38:47 <wib_jonas> `prefixes
11:38:50 <HackEso> Bot prefixes: fungot ^, HackEso `, EgoBot !, lambdabot @ or ? or > , thutubot +, metasepia ~, idris-bot ( , jconn ) , j-bot [ , bfbot =, velik \.
11:40:49 <fizzie> I still haven't gotten rid of my ~ so I can't tell it to join. :/
11:43:37 -!- fizzie has quit (Remote host closed the connection).
11:44:17 -!- fizzie has joined.
11:45:09 <fizzie> Hmm, that does not seem to have helped.
11:45:39 <fizzie> I thought it was just some temporary problem, but maybe something's gone wrong with identd.
11:47:43 <wib_jonas> yeah, jevalbot has a stupid admin system like that too, or perhaps one that's even more stupid
11:47:51 <fizzie> There are 64 instances of `oidentd` running, that doesn't sound quite right.
11:48:49 <wib_jonas> the next time I build an IRC bot, I think I'll make administration just not go through IRC at all, I'll control it locally, or if it has to go through network but without relying on IRC for authentication
11:50:42 <fizzie> On a bot that exclusively targets networks supporting IRCv3 `account-tag` extension, that's a very easy way to hook up to the network's authentication mechanisms.
11:51:14 <fizzie> But fungot isn't incredibly easy to update. Especially now that I've not edited it in a long time.
11:52:40 <wib_jonas> well yeah, I maintained cbstream and jevalbot in ruby 1.8 past ruby 1.8's depreciation, but I wouldn't dream of writing a bot in befunge
11:54:15 <wib_jonas> but separating admin control has a double advantage, not only do you not depend on irc for authentication, you also don't rely on libera tolerating you, since as far as I understand their policy, controlling your bot army is not actually on topic conversation on libera
11:55:29 <fizzie> There's that, yes. The `esowiki` bot has a separate control plane (not that you can do much over it).
11:56:19 <fizzie> I don't really know how to debug that oidentd problem. There's a lot of those processes left (they're being started by a systemd socket activation in the `--stdin` mode, meaning they should just service a single request and exit), and there's also a corresponding number of nominally still established TCP connections where the local endpoint is the :auth socket.
11:56:38 <wib_jonas> well sure, administration basically means you can tell your bot to leave, but channel admins can tell your bot to leave too so IRC authentication gives the same privilage anyway.
11:56:39 <fizzie> Maybe some sort of firewall issue where they can receive the TCP connection, but can't actually communicate over it, so it ends up hanging indefinitely. Or else they're stalling on something oidentd tries to do (for example, figure out the response).
11:56:49 <wib_jonas> I have a few other commands but they don't really matter
11:57:48 <wib_jonas> I can tell a bot to ignore someone who is creating too much noise with the bot, but guess what, channel admins can also quiet that user
11:58:27 <fizzie> This control channel has exactly two methods on it: https://0x0.st/HLLp.txt
11:58:48 <fizzie> (The first is used by the logs server to implement stalker mode, the second is for doing anything else.)
12:03:00 <esolangs> [[Special:Log/upload]] overwrite * None1 * uploaded a new version of "[[File:Interpret Esolangs Online.png]]": Now supports generation of a permanent link
12:04:08 <esolangs> [[Special:Log/upload]] overwrite * None1 * uploaded a new version of "[[File:Interpret Esolangs Online.png]]": Oops!
12:05:03 <esolangs> [[Special:Log/upload]] overwrite * None1 * uploaded a new version of "[[File:Interpret Esolangs Online.png]]": Oops! +1
12:06:13 <wib_jonas> jevalbot has too many commands for a simple evaluator bot, both at user and admin level, but, you know, more commands doesn't mean you can do more things
12:07:21 <wib_jonas> we have OISC more powerful than some of the crazy nonsense supposed "programming langauges" on the wiki that have dozens of instructions
12:07:38 <wib_jonas> and ZISC
12:23:14 -!- tromp has joined.
12:31:00 -!- __monty__ has quit (Quit: leaving).
12:59:41 <esolangs> [[Interpret Esolangs Online]] https://esolangs.org/w/index.php?diff=113874&oldid=113854 * None1 * (+265)
13:35:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:46:42 <esolangs> [[Interpret Esolangs Online]] https://esolangs.org/w/index.php?diff=113875&oldid=113874 * None1 * (+19) /* Introduction */ New language support: [[!!brainfeed]]
13:48:54 -!- tromp has joined.
13:49:05 <esolangs> [[!!brainfeed]] https://esolangs.org/w/index.php?diff=113876&oldid=102277 * None1 * (+334)
13:56:46 -!- Sgeo has joined.
14:19:38 <esolangs> [[-]] M https://esolangs.org/w/index.php?diff=113877&oldid=84633 * None1 * (+40) /* Code */ Added quine
14:24:40 <esolangs> [[HQ9-]] N https://esolangs.org/w/index.php?oldid=113878 * None1 * (+747) Created page with "HQ9- is a derivative of [[HQ9+]] by [[User:None1]]. ==Commands== HQ9- and HQ9+ has only 2 diffenerces: # HQ9-'s accumulator only supports non-positive numbers. # HQ9- has the <code>-</code> command for decrement instead of the <code>+</code> command for increment in HQ9+. ==E
14:33:45 -!- __monty__ has joined.
14:39:36 -!- SGautam has joined.
15:01:39 -!- __monty__ has quit (Read error: Connection reset by peer).
15:07:46 -!- __monty__ has joined.
15:18:04 <esolangs> [[Talk:Two-instruction madness!]] https://esolangs.org/w/index.php?diff=113879&oldid=113314 * Yetyetty1234567890 * (+461) /* How are we going to execute This stuff? */
15:18:33 <esolangs> [[Talk:Two-instruction madness!]] https://esolangs.org/w/index.php?diff=113880&oldid=113879 * Yetyetty1234567890 * (+5) /* How are we going to execute This stuff? */
15:47:13 <esolangs> [[Bfos]] M https://esolangs.org/w/index.php?diff=113881&oldid=78553 * PythonshellDebugwindow * (+172) /* Commands */
15:47:16 <esolangs> [[Talk:Bfos]] M https://esolangs.org/w/index.php?diff=113882&oldid=113863 * PythonshellDebugwindow * (+344) Reply
15:52:11 <esolangs> [[Numbers]] M https://esolangs.org/w/index.php?diff=113883&oldid=107792 * Xorol * (+40)
15:57:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:02:09 <esolangs> [[Brainfuck: Free Version]] M https://esolangs.org/w/index.php?diff=113884&oldid=113824 * PythonshellDebugwindow * (+47) Categories
16:06:00 -!- tromp has joined.
16:07:33 <esolangs> [[Bfos]] M https://esolangs.org/w/index.php?diff=113885&oldid=113881 * PythonshellDebugwindow * (+37) /* Commands */
16:17:10 -!- Thelie has quit (Ping timeout: 245 seconds).
16:24:01 -!- __monty__ has quit (Quit: leaving).
16:43:09 <esolangs> [[Numbers]] https://esolangs.org/w/index.php?diff=113886&oldid=113883 * Xorol * (-301)
16:54:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:37:58 -!- tromp has joined.
18:00:32 -!- wib_jonas has quit (Quit: Client closed).
18:05:08 -!- Thelie has joined.
18:29:04 -!- SGautam has quit (Quit: Connection closed for inactivity).
18:40:30 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:57:35 -!- tromp has joined.
19:08:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:18:06 -!- SGautam has joined.
19:23:34 -!- tromp has joined.
19:37:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:47:33 -!- tromp has joined.
20:10:40 <esolangs> [[Inc]] M https://esolangs.org/w/index.php?diff=113887&oldid=68259 * PythonshellDebugwindow * (+82) Categories
20:14:42 -!- Sgeo_ has joined.
20:15:26 -!- perlbot has quit (Ping timeout: 240 seconds).
20:15:28 -!- Sgeo has quit (Read error: Connection reset by peer).
20:15:56 -!- simcop2387 has quit (Ping timeout: 240 seconds).
20:36:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:44:49 -!- bgs has quit (Remote host closed the connection).
20:51:39 -!- tromp has joined.
21:07:09 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:11:10 -!- tromp has joined.
21:16:26 -!- Thelie has quit (Remote host closed the connection).
21:21:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:23:59 -!- tromp has joined.
21:40:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:27:41 <esolangs> [[Uppercase=Lowercase]] https://esolangs.org/w/index.php?diff=113888&oldid=108602 * Kaveh Yousefi * (+217) Added a hyperlink to my implementation of the Uppercase=Lowercase programming language on GitHub and added the category tag Implemented.
22:29:34 <esolangs> [[Uppercase=Lowercase]] https://esolangs.org/w/index.php?diff=113889&oldid=113888 * Kaveh Yousefi * (+761) Introduced an examples section comprehending three initial members: an infinite cat program, a truth-machine, and a HELLO, WORLD! printer.
23:32:15 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=113890&oldid=113870 * None1 * (+11) /* Example-based languages */
23:32:55 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=113891&oldid=113843 * None1 * (+37) /* My Esolangs */
23:37:15 <esolangs> [[Cat Program (language)]] N https://esolangs.org/w/index.php?oldid=113892 * None1 * (+601) Created page with "Cat Program (language) is an esolang created by [[User:None1]], all it can do is a cat program. ==Commands== There are no commands, but every program is valid and is a cat program. When executed, Cat Program (language) ignores its code and outputs its input
23:38:00 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=113893&oldid=113890 * None1 * (+29) /* Example-based languages */
23:38:30 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=113894&oldid=113891 * None1 * (+85) /* My Esolangs */
23:39:53 <esolangs> [[Cat Program (language)]] https://esolangs.org/w/index.php?diff=113895&oldid=113892 * None1 * (+46) Distinguish confusion
23:41:33 -!- Lord_of_Life has quit (Ping timeout: 250 seconds).
23:42:24 -!- Lord_of_Life has joined.
23:59:04 -!- SGautam has quit (Quit: Connection closed for inactivity).
←2023-08-17 2023-08-18 2023-08-19→ ↑2023 ↑all