←2023-12-28 2023-12-29 2023-12-30→ ↑2023 ↑all
00:20:23 <esolangs> [[Bifuck]] https://esolangs.org/w/index.php?diff=121239&oldid=101654 * Kaveh Yousefi * (-4) Changed the deprecated reference implementation hyperlink to the updated address.
01:17:21 -!- Lord_of_Life has quit (Ping timeout: 256 seconds).
01:18:14 -!- Lord_of_Life has joined.
02:28:37 <esolangs> [[Special:Log/newusers]] create * Justaweirdodev * New user account
02:34:44 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=121240&oldid=121148 * Justaweirdodev * (+269) /* Introductions */
02:36:36 <esolangs> [[User:Justaweirdodev]] N https://esolangs.org/w/index.php?oldid=121241 * Justaweirdodev * (+44) Created page with "Hi, uhhhhhm... Do people actually read this?"
03:04:27 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=121242&oldid=121151 * Justaweirdodev * (-386)
03:06:02 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=121243&oldid=121242 * Justaweirdodev * (-128)
03:06:44 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=121244&oldid=121243 * Justaweirdodev * (-5) /* sexualities */
03:06:54 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=121245&oldid=121244 * Justaweirdodev * (-3) /* gender identities */
03:14:22 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=121246&oldid=121245 * Justaweirdodev * (+115) /* The ultimate content box */
03:15:54 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=121247&oldid=121246 * Justaweirdodev * (+3) /* The ultimate content box */
04:09:42 <esolangs> [[A very long language name that is very weird and yeah, this is your but its this]] https://esolangs.org/w/index.php?diff=121248&oldid=116862 * BoundedBeans * (+540) Added implementation notes
04:57:52 <esolangs> [[Simplify]] N https://esolangs.org/w/index.php?oldid=121249 * Justaweirdodev * (+2465) Created page with "'''Simplify'''(Also can be called as simp, just because it's funny) is an ''interpreted'' [[Languages list|esolang]] made by [[User: Justaweirdodev]], written entirely in [[Python]]. <br> Simplify essentially simplifies common functions and methods to one char o
04:59:05 <esolangs> [[Simplify]] https://esolangs.org/w/index.php?diff=121250&oldid=121249 * Justaweirdodev * (+3) /* Commands */
04:59:33 <esolangs> [[Simplify]] https://esolangs.org/w/index.php?diff=121251&oldid=121250 * Justaweirdodev * (-1) /* Example Codes */
05:00:22 <esolangs> [[Simplify]] https://esolangs.org/w/index.php?diff=121252&oldid=121251 * Justaweirdodev * (-1) /* Commands */
06:42:10 <esolangs> [[Simplify]] M https://esolangs.org/w/index.php?diff=121253&oldid=121252 * PythonshellDebugwindow * (+63) Link, categories
07:05:07 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=121254&oldid=121198 * PythonshellDebugwindow * (+15) /* S */ Alphabetise, add
08:03:39 -!- tromp has joined.
09:15:59 -!- Qaziquza has joined.
09:33:13 -!- Sgeo has quit (Read error: Connection reset by peer).
09:35:32 <esolangs> [[NUMBRS++]] M https://esolangs.org/w/index.php?diff=121255&oldid=117911 * Cleverxia * (+2) spaces
09:44:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:05:23 -!- tromp has joined.
10:27:32 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:29:33 -!- tromp has joined.
10:30:18 <esolangs> [[User:Kiken/Construction Site/Descriptions/]] https://esolangs.org/w/index.php?diff=121256&oldid=121238 * Kiken * (+967)
10:30:31 <esolangs> [[User:Kiken/Construction Site/Descriptions/]] M https://esolangs.org/w/index.php?diff=121257&oldid=121256 * Kiken * (+1) /* Truth machine */
10:35:10 <esolangs> [[User:Kiken/Construction Site/Implementations/Sap]] N https://esolangs.org/w/index.php?oldid=121258 * Kiken * (+4153) Created page with "<pre> import re class SooapError(SyntaxError): pass def sooap(code): functions = {} vars = {} result = '' lineno = 0 code = code.split('\n') for line in code: if code[line][len(code[line])] !=
10:36:56 <esolangs> [[User:Kiken/Construction Site/Implementations]] M https://esolangs.org/w/index.php?diff=121259&oldid=121156 * Kiken * (-6498) organizing again
10:37:03 <esolangs> [[User:Kiken/Construction Site/Implementations/morse code]] N https://esolangs.org/w/index.php?oldid=121260 * Kiken * (+2452) Created page with "<pre class="rectwrap"> from sys import argv # assuming file is in main.py, execute with: python3 main.py [filename] def morse_code(code): yield_ = code index = 0 morsetochar = {'.-': 'A', '-...': 'B', '-.-.':
10:38:14 <esolangs> [[User:Kiken/Construction Site/Implementations]] https://esolangs.org/w/index.php?diff=121261&oldid=121259 * Kiken * (+60)
10:38:19 <esolangs> [[User:Kiken/Construction Site/Implementations/]] N https://esolangs.org/w/index.php?oldid=121262 * Kiken * (+0) Created blank page
10:39:05 <esolangs> [[User:Kiken/Construction Site/Implementations/Sap]] M https://esolangs.org/w/index.php?diff=121263&oldid=121258 * Kiken * (+1)
10:39:28 <esolangs> [[User:Kiken/Construction Site/Descriptions]] M https://esolangs.org/w/index.php?diff=121264&oldid=121235 * Kiken * (+5)
10:55:45 -!- roper has joined.
11:01:11 -!- Qaziquza has quit (Ping timeout: 245 seconds).
11:17:17 -!- __monty__ has joined.
13:16:11 <esolangs> [[Quell]] https://esolangs.org/w/index.php?diff=121265&oldid=120718 * ChuckEsoteric08 * (+2) /* Additional commands */
13:18:14 <esolangs> [[LZ]] https://esolangs.org/w/index.php?diff=121266&oldid=110524 * Pro465 * (+218)
13:19:06 <esolangs> [[LZ]] M https://esolangs.org/w/index.php?diff=121267&oldid=121266 * Pro465 * (+0) /* Instruction */
13:35:48 -!- __monty__ has quit (Ping timeout: 268 seconds).
13:44:45 -!- cpressey has joined.
13:45:25 -!- __monty__ has joined.
13:50:04 -!- cpressey has quit (Ping timeout: 250 seconds).
14:05:55 -!- cpressey has joined.
14:10:22 <cpressey> Hi.  I seem to have forgotten my esolangs.org wiki password.  I requested a password reset but, many minutes later, have not received a password reset email.
14:10:23 <cpressey> I'm not sure if my account has an email address associated with it.  But if it does it's very likely an old email that does not match my current email.
14:16:12 <cpressey> fwiw, I started working on Strelnokoff again (trying to document it b/c it's never had a proper spec, only an incomplete interpreter.)
14:16:13 <cpressey> And I realized that it probably is not TC for a mildly interesting reason, and I was thinking I should update the Strelnokoff article to note it...
14:18:48 <cpressey> OK, maybe I should say *possibly* not TC, because ... there is a complication but I think now maybe it can be overcome
14:23:26 -!- cpressey has quit (Ping timeout: 250 seconds).
14:27:52 <fizzie> I was going to say I can do a manual email address reset if you have an email address that can be reasonably validated as belonging to the right person.
14:28:41 <fizzie> There is an email address associated with the account, but it's got a domain part that does not resolve any more.
14:29:29 <fizzie> I'll be away for most of the day, but if you for example have a @catseye.tc email or something, I think I'd be comfortable updating it to that.
14:30:07 <fizzie> (Just saying this for the logs.)
14:34:50 <esolangs> [[Talk:Funky]] N https://esolangs.org/w/index.php?oldid=121268 * DaMutasimos * (+4) Created page with "Meep"
14:36:48 <esolangs> [[Talk:Funky]] https://esolangs.org/w/index.php?diff=121269&oldid=121268 * DaMutasimos * (+23)
14:42:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:44:31 -!- tromp has joined.
14:55:53 -!- cpressey has joined.
15:00:16 -!- cpressey has quit (Ping timeout: 250 seconds).
15:12:54 -!- cpressey has joined.
15:16:19 <cpressey> <fizzie> There is an email address associated with the account, but it's got a domain part that does not resolve any more. <--- wow, if that's the one I think it is, that IS ancient.  Thanks fizzie, I'll DM you.
15:20:39 -!- sprock has quit (Read error: Connection reset by peer).
15:23:23 -!- sprock has joined.
15:23:40 -!- cpressey has quit (Ping timeout: 250 seconds).
15:29:47 <esolangs> [[JSONseq]] N https://esolangs.org/w/index.php?oldid=121270 * DaMutasimos * (+3560) Created page with "== Introduction == JSONseq, a JSON based language! It is made with Node.js. And this is an esolang where .json or '''J'''ava'''S'''cript '''O'''bject '''N'''otation files (not .jsonc files) are code instead of data (yay)! == Words (or instructions) == === How they
15:31:18 <esolangs> [[JSONseq]] M https://esolangs.org/w/index.php?diff=121271&oldid=121270 * DaMutasimos * (+16) /* Running & other stuff */
15:32:07 <esolangs> [[JSONseq]] https://esolangs.org/w/index.php?diff=121272&oldid=121271 * DaMutasimos * (-20) /* Running & other stuff */
15:32:36 -!- Sgeo has joined.
15:38:58 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=121273&oldid=121254 * DaMutasimos * (+14) /* J */
15:39:48 <esolangs> [[Talk:JSONseq]] N https://esolangs.org/w/index.php?oldid=121274 * DaMutasimos * (+29) Created page with "Meep --- [[user:DaMutasimos]]"
15:40:10 <esolangs> [[User:DaMutasimos]] N https://esolangs.org/w/index.php?oldid=121275 * DaMutasimos * (+10) Created page with "random guy"
17:22:33 -!- cpressey has joined.
17:28:47 <esolangs> [[JSONseq]] M https://esolangs.org/w/index.php?diff=121276&oldid=121272 * PythonshellDebugwindow * (+49) Categories
17:40:32 <cpressey> Something I found a while back that is possibly of interest to this channel: https://en.wikipedia.org/wiki/Self-verifying_theories : "Enough machinery to formalize provability, but not enough to formalize diagonalization."
17:53:10 -!- cpressey has quit (Ping timeout: 250 seconds).
18:00:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:33:45 -!- tromp has joined.
19:12:49 -!- cpressey has joined.
19:21:06 -!- cpressey has quit (Quit: Ping timeout (120 seconds)).
19:52:41 <fizzie> It should have been done, so you can perhaps try the "reset password" email link again.
19:53:29 <fizzie> (An email may also have been sent already. My MediaWiki administrative skills are a little... approximative.)
19:58:36 <b_jonas> fungot, does an outhouse have an outhole in it?
19:58:36 <fungot> b_jonas: eval ( let ( ( e)) spits out ( a 2 4)
19:59:23 <b_jonas> I think that's invalid syntax for that let statement
21:12:33 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:20:13 -!- tromp has joined.
21:45:37 -!- __monty__ has quit (Quit: leaving).
22:14:47 -!- roper has quit (Quit: leaving).
22:47:34 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:58:07 <esolangs> [[Special:Log/newusers]] create * Zoroark65 * New user account
23:02:37 -!- Qaziquza has joined.
←2023-12-28 2023-12-29 2023-12-30→ ↑2023 ↑all