←2026-05-05 2026-05-06 2026-05-07→ ↑2026 ↑all
00:19:48 -!- impomatic has quit (Quit: Client closed).
00:23:01 -!- ais523 has joined.
00:33:48 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
00:34:47 <b_jonas> Sgeo: hehe, I was wondering kind of the opposite end, as in whether I could get rust programs compiled to run on HackEso. The last time I tried I found that I couldn't, whereas I could compile C++ programs externally and upload them to HackEso and get them to work. This is probably because C++ on linux has lots of historical ABI compatibility, whereas rust still doesn't promise ABI compatibility between
00:34:53 <b_jonas> compiler versions for the same target.
00:35:40 <b_jonas> Of course this isn't a serious problem because I didn't have any particularly good application in mind for compiling programs to HackEso.
01:10:19 <ais523> I've been thinking about the scraperbot problem a lot – I think one potential solution might be to block them so effectively that they don't have URLs to work from, but that would require an incredibly low false-negative rate to work
01:11:02 <ais523> I wonder if it's possible to obfuscate URLs on pages in the same sort of way you would obfuscate email addresses, except making it so that browsers are still able to follow the URL correctly?
01:11:28 <ais523> I saw a study recently that showed that putting HTML entities in email addresses was able to fool over 90% of email harvester bots seen in the wild, which is crazy given how trivial it is to reverse
01:40:41 <esolangs> [[Special:Log/upload]] upload * Miui * uploaded "[[File:92f391a3-fda1-4777-9165-01940a2e0176.png]]"
01:42:55 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=181020&oldid=181015 * Miui * (+25)
01:43:40 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[File:92f391a3-fda1-4777-9165-01940a2e0176.png]]": copyright violation
01:44:28 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=181021&oldid=181020 * Miui * (-12)
01:44:58 <esolangs> [[User talk:Miui]] https://esolangs.org/w/index.php?diff=181022&oldid=180291 * Ais523 * (+470) /* All content contributed here must be public domain */ new section
01:48:03 <esolangs> [[Special:Log/upload]] upload * Miui * uploaded "[[File:Boson cannon.png]]"
01:48:39 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=181024&oldid=181021 * Miui * (-34)
01:52:19 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=181025&oldid=181024 * Miui * (+30) /* favorite esoquotes */
01:57:40 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=181026&oldid=181025 * Miui * (+17) /* "esolangs" */
02:37:03 <Sgeo> `help
02:37:03 <HackEso> Runs arbitrary code in GNU/Linux. Type "`<command>", or "`run <command>" for full shell commands. "`fetch [<output-file>] <URL>" downloads files. Files saved to $HACKENV are persistent, and $HACKENV/bin is in $PATH. $HACKENV is a mercurial repository, "`revert <rev>" can be used to revert, https://hack.esolangs.org/repo/ to browse. $PWD ($HACKENV/tmp) is persistent but unversioned, /tmp is ephemeral.
02:37:54 <Sgeo> In... theory, I could install Hercules myself. In practice, there's... a bunch of config I'd have to do. And the Hercules community has some complicated script too and I don't know why
02:42:37 <Sgeo> ...or... there's 20 million compilers for CP/M, that may be easier for just exploring programming languages
03:13:30 <esolangs> [[Magnesium]] N https://esolangs.org/w/index.php?oldid=181027 * RaiseAfloppaFan3925 * (+5295) Created page with " {{WIP}} {{infobox proglang | author = [[User:RaiseAfloppaFan3925]] | memsys = [[:Category:Stack-based|Stack-based]] | year = [[:Category:2026|2026]] | files = <code>.mg</code> }} Magnesium is an esolang by [[User:RaiseAfloppaFan3925]] in 2026 that was m
03:14:31 <Sgeo> `which git
03:14:35 <HackEso> ​/usr/bin/git
03:15:44 <Sgeo> `git checkout https://github.com/MockbaTheBorg/RunCPM.git; cd RunCPM/RunCPM; make posix build;
03:15:47 <HackEso> git: 'checkout https://github.com/MockbaTheBorg/RunCPM.git; cd RunCPM/RunCPM; make posix build;' is not a git command. See 'git --help'.
03:52:16 <esolangs> [[Magnesium]] https://esolangs.org/w/index.php?diff=181028&oldid=181027 * Dragoneater67mobile * (+12)
03:52:46 <esolangs> [[Magnesium]] https://esolangs.org/w/index.php?diff=181029&oldid=181028 * Dragoneater67mobile * (+23)
03:59:46 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=181030&oldid=179349 * Dragoneater67mobile * (+87)
04:01:28 <esolangs> [[User:Dragoneater67]] M https://esolangs.org/w/index.php?diff=181031&oldid=181030 * Dragoneater67mobile * (+1) forgor the dot
04:02:57 <esolangs> [[User:Dragoneater67]] https://esolangs.org/w/index.php?diff=181032&oldid=181031 * Dragoneater67mobile * (+58) someone may have said this before??
04:03:32 <esolangs> [[User:Dragoneater67]] M https://esolangs.org/w/index.php?diff=181033&oldid=181032 * Dragoneater67mobile * (+0) capitalism
04:04:13 <ais523> Sgeo: to run commands through a shell, start with ``
04:04:27 <ais523> and a space
04:04:56 <Sgeo> ty
04:05:01 <ais523> but I don't think the inside of HackEso's sandbox has Internet access
04:05:10 <ais523> you can copy files into it but that's using a separate command
04:05:24 <Sgeo> `` git checkout https://github.com/MockbaTheBorg/RunCPM.git; cd RunCPM/RunCPM; make posix buil
04:05:27 <HackEso> fatal: not a git repository (or any parent up to mount point /) \ Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \ /hackenv/bin/`: line 5: cd: RunCPM/RunCPM: No such file or directory \ make: *** No rule to make target 'posix'. Stop.
04:06:15 <Sgeo> `` git clone https://github.com/MockbaTheBorg/RunCPM.git; cd RunCPM/RunCPM; make posix build
04:06:19 <HackEso> Cloning into 'RunCPM'... \ fatal: unable to access 'https://github.com/MockbaTheBorg/RunCPM.git/': Could not resolve host: github.com \ /hackenv/bin/`: line 5: cd: RunCPM/RunCPM: No such file or directory \ make: *** No rule to make target 'posix'. Stop.
04:07:37 <b_jonas> Sgeo: we have some partial description at https://esolangs.org/wiki/HackEso but not everything is documented
04:08:47 <Sgeo> ty
04:08:54 <Sgeo> 30 seconds, so no long-running Hercules
04:10:40 <b_jonas> Sgeo: could you store the machine state in a file to get around this?
04:13:59 <Sgeo> I think usually mainframe stuff... stays running. Although I think I could have Hercules boot up and shut down in a script
04:15:51 <Sgeo> https://schorn.ch/altair.html
04:17:51 <b_jonas> sure, in a real production mainframe. but you're not going to run a production airplane ticketing backend that must stay running on HackEso, right?
04:18:52 <b_jonas> I don't mean boot up and shut down. Make it keep running, but load its state from a file at the start of a command and save it back to a file after either it's done with some work or a timeout
04:19:40 <b_jonas> so only the emulation stops, the underlying emulated machine continues running
04:21:16 <Sgeo> Hmm. Hercules does have a suspend command
04:24:44 <b_jonas> what kind of "suspend"? is it just an instruction to wait for an interrupt request and consume less electric power until then?
04:24:53 <Sgeo> I'm not sure
04:26:07 <b_jonas> anyway, I think if you shut the machine down after every command then it won't feel like a real mainframe
04:27:44 <Sgeo> I don't think there's a prebuilt Linux Hercules. There is a complicated build script https://github.com/wrljet/hercules-helper
04:29:32 <b_jonas> and yes, it's quite likely that it's not convenient to use HackEso for this
04:32:03 <esolangs> [[Uno]] N https://esolangs.org/w/index.php?oldid=181034 * UnknownGlitch * (+136) A esolang language I made that was meant to be a base 1 language.
04:43:10 <b_jonas> is there a Poe's law for spam emails where you can't tell if spam emails have technically broken stuff in them, like broken encodings and formatting or literal placeholders left in, because it's not worth for the senders to proofread and fix them, or if they leave them in on purpose to imitate broken non-spam email that also often has the same problems
04:48:12 <b_jonas> oh, question. how many esolangers play Slay the Spire 2? it sounds like the kind of game that you like but I don't want to just preemptively add it to https://esolangs.org/wiki/User:B_jonas#Games_that_the_esolangs_community_plays on an assumption
04:49:45 <Sgeo> That reminds me I was hooked on Hyperrogue for a while >.> got the Orb of Yendor, but haven't (and probably never will) 100% it
04:51:30 <esolangs> [[User:RaiseAfloppaFan3925]] M https://esolangs.org/w/index.php?diff=181035&oldid=180733 * RaiseAfloppaFan3925 * (+258) /* my esolangs */ add magnesium
04:59:48 <esolangs> [[Oragami]] https://esolangs.org/w/index.php?diff=181036&oldid=180880 * Miui * (+77) /* Examples */
05:55:51 <ais523> I haven't 100%ed an official version of the game, although I did get 11 Orbs of Yendor twice
05:56:06 <ais523> in Orb Strategy Mode
05:56:15 <ais523> the game has some "interesting" balance exploits on the Orb of Yendor quest
06:06:03 -!- nitrix has quit (*.net *.split).
06:06:05 -!- simcop2387 has quit (*.net *.split).
06:06:05 -!- perlbot has quit (*.net *.split).
06:06:05 -!- AlsoJAA has quit (*.net *.split).
06:06:07 -!- tetsuo-cpp has quit (*.net *.split).
06:06:07 -!- Artea has quit (*.net *.split).
06:06:08 -!- oren has quit (*.net *.split).
06:06:08 -!- JAA has quit (*.net *.split).
06:06:09 -!- krychu_ has quit (*.net *.split).
06:06:09 -!- mich181189 has quit (*.net *.split).
06:06:09 -!- ProofTechnique_ has quit (*.net *.split).
06:06:09 -!- chiselfuse has quit (*.net *.split).
06:06:10 -!- HackEso has quit (*.net *.split).
06:06:10 -!- int-e has quit (*.net *.split).
06:06:11 -!- cactushead has quit (*.net *.split).
06:06:11 -!- j4cbo has quit (*.net *.split).
06:06:12 -!- sftp has quit (*.net *.split).
06:06:12 -!- sorear has quit (*.net *.split).
06:10:54 -!- nitrix has joined.
06:10:54 -!- HackEso has joined.
06:10:54 -!- tetsuo-cpp has joined.
06:10:54 -!- Artea has joined.
06:10:54 -!- int-e has joined.
06:10:54 -!- cactushead has joined.
06:10:54 -!- oren has joined.
06:10:54 -!- simcop2387 has joined.
06:10:54 -!- perlbot has joined.
06:10:54 -!- j4cbo has joined.
06:10:54 -!- JAA has joined.
06:10:54 -!- sftp has joined.
06:10:54 -!- AlsoJAA has joined.
06:10:54 -!- krychu_ has joined.
06:10:54 -!- chiselfuse has joined.
06:10:54 -!- ProofTechnique_ has joined.
06:10:54 -!- mich181189 has joined.
06:10:54 -!- sorear has joined.
06:10:54 -!- ?unknown? has set channel mode: +vv HackEso perlbot.
06:29:43 <Sgeo> `fetch http://www.iron-spring.com/pli-1.4.1.tgz
06:29:48 <HackEso> 2026-05-06 06:29:46 URL:http://www.iron-spring.com/pli-1.4.1.tgz [3562245/3562245] -> "pli-1.4.1.tgz" [1]
06:30:08 <Sgeo> `` tar -xzf pli-1.4.1.tgz
06:30:13 <HackEso> No output.
06:30:18 <Sgeo> `` ls
06:30:21 <HackEso> ​🌱 \ 3 \ 7ermk2UVHP4U \ a.o \ a.out \ asmbf-1.2.7 \ AxgmKr9kfl7f \ AxgmKr9kfl7f.cpp \ banana.txt \ bef2 \ bfi \ bin \ Burlesque \ canary \ cmd.whatis \ compiled_brachylog.pl \ detect \ detect.c \ egel-master \ egel-scripts \ egel.zip \ eGtbSgN68aHU \ fence.c \ foo \ he-ng.7z \ he-ng.7z.base64 \ he-ngc \ he-ngx \ hlu \ JoaoDir \ just \ karma \ le \ nonoodl \ olist.new \ output.b \ paste \ pd \ pd.c \ perlV \ pg \ pg.cxx \ pikhqbow_tst \ pli-1.4.1 \ pli
06:31:44 <Sgeo> `` ls pli
06:31:46 <HackEso> ls: cannot access 'pli': No such file or directory
06:31:52 <Sgeo> `` ls pli-1.4.1
06:31:54 <HackEso> Iron-SpringFileFormats.pdf \ Iron-SpringSelf-definingData.pdf \ Iron-SpringSortRoutine.pdf \ Iron-SpringUsingIndexedFiles.pdf \ islogo.gif \ lgpl.html \ lib \ library_linux.html \ library_os2.html \ makefile \ plic \ plic.exe \ prog_guide.html \ readme_linux.html \ readme_os2.html \ samples
06:36:06 <Sgeo> I should probably sleep instead of reading through the docs. Looks like linking with ld is required. Probably best to use a shellscript
06:42:25 <zzo38> For a computer design (I had been mentioning before), in addition to a separate [Line Break] vs [Send] key, it might also be reasonable to have a separate [Tab] vs [Next Field] key. (However, keyboard layout configuration and different physical layouts might mean that some of these are not necessarily single keys but may be functions accessed by combinations in some layouts.)
06:53:16 -!- atrapado has joined.
07:04:01 -!- tromp has joined.
07:17:52 <esolangs> [[Special:Log/newusers]] create * Chirp * New user account
07:20:51 -!- Sgeo has quit (Read error: Connection reset by peer).
07:38:40 <ais523> zzo38: I read a comment about tab vs. next field recently: https://devblogs.microsoft.com/oldnewthing/20260505-00/?p=112298&commentid=144170#comment-144170
07:46:39 <ais523> although I don't know for certain whether it's true or not, it talks about how IBM had a dedicated next field button with symbol ⇥ and were annoyed at Microsoft trying to use Tab for the purpose
07:47:24 <ais523> which might explain why IBM keyboards have ⇥ as the symbol on the Tab key, with a ⇤ above it to indicate that Shift-Tab goes to the previous field
07:48:03 <ais523> backwards tab (in its tabulation sense) wouldn't be used nearly often enough for it to make sense for it to be marked on the keyboard, but previous-field might be
08:16:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:32:37 -!- tromp has joined.
08:36:52 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=181037&oldid=181007 * Chirp * (+178)
08:38:04 <esolangs> [[BrainC]] N https://esolangs.org/w/index.php?oldid=181038 * Chirp * (+5081) BrainC is a Brainfuck derivative featuring named tapes, indexed access, and a dynamic aliasing system called Resolve
08:39:26 <esolangs> [[BrainC]] https://esolangs.org/w/index.php?diff=181039&oldid=181038 * Chirp * (+19)
08:56:31 -!- atrapado has quit (Quit: Leaving).
09:21:46 <esolangs> [[BrainC]] https://esolangs.org/w/index.php?diff=181040&oldid=181039 * Chirp * (+473)
09:24:57 <esolangs> [[BrainC]] https://esolangs.org/w/index.php?diff=181041&oldid=181040 * Chirp * (-20)
09:25:19 <esolangs> [[BrainC]] https://esolangs.org/w/index.php?diff=181042&oldid=181041 * Chirp * (-4) /* Guess Game */
09:31:54 <esolangs> [[BrainC]] https://esolangs.org/w/index.php?diff=181043&oldid=181042 * Chirp * (+102) /* Control Structures */
09:46:22 <APic> Moin
09:48:53 <esolangs> [[Special:Log/newusers]] create * MrrowMaster * New user account
09:51:29 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=181044&oldid=181037 * MrrowMaster * (+213) introduction
10:12:46 <esolangs> [[Special:Log/newusers]] create * Landric * New user account
10:45:23 <esolangs> [[User:OfficialWatchOS7Alt]] https://esolangs.org/w/index.php?diff=181045&oldid=180722 * OfficialWatchOS7Alt * (+156)
10:57:38 <esolangs> [[User talk:OfficialWatchOS7Alt]] https://esolangs.org/w/index.php?diff=181046&oldid=178884 * Ais523 * (+631) /* Please try to keep your edits more ontopic */ followup on namespace blocks
11:06:39 <esolangs> [[Oragami]] https://esolangs.org/w/index.php?diff=181047&oldid=181036 * Miui * (+1) /* "Landauoragam */
11:11:48 <esolangs> [[User talk:OfficialWatchOS7Alt]] M https://esolangs.org/w/index.php?diff=181048&oldid=181046 * OfficialWatchOS7Alt * (+16)
11:17:36 <esolangs> [[Talk:Main Page]] https://esolangs.org/w/index.php?diff=181049&oldid=178887 * OfficialWatchOS7Alt * (+303) /* Genuine question */
11:20:49 <esolangs> [[Special:Log/upload]] upload * OfficialWatchOS7Alt * uploaded "[[File:Screenshot1.png]]"
11:26:03 <esolangs> [[User:OfficialWatchOS7Alt]] M https://esolangs.org/w/index.php?diff=181051&oldid=181045 * OfficialWatchOS7Alt * (+193)
11:33:02 -!- amby has joined.
11:39:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:41:17 <esolangs> [[Lenguage]] M https://esolangs.org/w/index.php?diff=181052&oldid=75556 * OfficialWatchOS7Alt * (+3) Clarification.
11:41:43 <esolangs> [[Lenguage]] M https://esolangs.org/w/index.php?diff=181053&oldid=181052 * OfficialWatchOS7Alt * (-3) Um, sorry.
12:08:26 <esolangs> [[Penis]] M https://esolangs.org/w/index.php?diff=181054&oldid=179215 * Ultraslayyy * (-42)
12:14:53 <esolangs> [[Special:Log/newusers]] create * APic * New user account
12:26:06 * APic has created a Wiki-Account and currently tries https://esolangs.org/wiki/Esolang:Introduce_yourself
12:27:56 <APic> Ah
12:28:08 <APic> Now it suddenly seems to work 😌
12:28:17 * APic loves Problems that disappear automagically
12:28:32 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=181055&oldid=181044 * APic * (+299) /* Introductions */
12:28:41 <APic> 🙌
12:59:44 -!- tromp has joined.
13:14:32 <esolangs> [[BrainC]] https://esolangs.org/w/index.php?diff=181056&oldid=181043 * Aadenboy * (+100) tag slop
13:14:43 <esolangs> [[BrainC]] M https://esolangs.org/w/index.php?diff=181057&oldid=181056 * Aadenboy * (+1) whoops
13:14:52 <esolangs> [[BrainC]] M https://esolangs.org/w/index.php?diff=181058&oldid=181057 * Aadenboy * (+1) ....
13:15:03 <esolangs> [[BrainC]] M https://esolangs.org/w/index.php?diff=181059&oldid=181058 * Aadenboy * (+1) ...........
13:25:19 <esolangs> [[User:OfficialWatchOS7Alt]] M https://esolangs.org/w/index.php?diff=181060&oldid=181051 * OfficialWatchOS7Alt * (-1)
13:35:15 -!- impomatic has joined.
13:38:01 <esolangs> [[User:Aadenboy/Live stats]] https://esolangs.org/w/index.php?diff=181061&oldid=177991 * Aadenboy * (+711) adding a generated by ai statistic because of the influx of ai genned pages (not above 100 yet)
13:49:51 <esolangs> [[SrivijayaScript]] N https://esolangs.org/w/index.php?oldid=181062 * PrySigneToFry * (+30396) Created page with "SrivijayaScript is a Java-equivalent programming language for Timeline 284436. It is designed by PSTF in timeline 1, and by Yang Luhe, a Malaysian Han Chinese, in timeline 284436. The document in timeline 284436 was written by Yang Luhe, Brian Goldenberg
13:52:34 <esolangs> [[Special:Log/newusers]] create * Wav3 * New user account
14:19:54 -!- impomatic has quit (Quit: Client closed).
14:20:21 -!- impomatic has joined.
14:33:28 <korvo> APic: Excellent!
14:33:41 <APic> korvo: ktnx
14:43:17 <APic> Now i just have not written down my Login Password and the Password Reset E-Mail does not come
14:43:20 <APic> lmAo
14:43:23 <APic> 😸
14:47:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:47:46 <APic> Ah
14:47:47 <APic> Now it came
14:47:50 <APic> Hail Eris! 😇
15:23:19 -!- tromp has joined.
15:52:49 -!- DOS_User_webchat has joined.
16:08:06 -!- DOS_User_webchat has quit (Quit: Client closed).
16:22:37 -!- ais523 has quit (Quit: quit).
16:27:22 <esolangs> [[Befunge]] M https://esolangs.org/w/index.php?diff=181063&oldid=176245 * Conor O'Brien * (+3) Fix dead link
16:37:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:39:27 -!- tromp has joined.
16:47:50 <esolangs> [[User:CodePentuplets48]] https://esolangs.org/w/index.php?diff=181064&oldid=181003 * CodePentuplets48 * (+68)
17:03:09 <esolangs> [[Semi-serious language list]] https://esolangs.org/w/index.php?diff=181065&oldid=180705 * CodePentuplets48 * (+13) /* T */
17:17:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:27:18 -!- tromp has joined.
17:32:08 <esolangs> [[Esolang:Categorization]] M https://esolangs.org/w/index.php?diff=181066&oldid=170784 * Somefan * (+91) add gen ai cat
17:51:52 <esolangs> [[Esolang:Categorization]] https://esolangs.org/w/index.php?diff=181067&oldid=181066 * Aadenboy * (+0) /* Miscellaneous */ sort
17:52:30 <esolangs> [[User talk:Miui]] https://esolangs.org/w/index.php?diff=181068&oldid=181022 * Miui * (+832) /* Category proposal. */ new section
17:53:45 <esolangs> [[User talk:Miui]] https://esolangs.org/w/index.php?diff=181069&oldid=181068 * Aadenboy * (+330) /* Category proposal. */
18:00:48 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=181070&oldid=180151 * Miui * (+1095) /* re:"Metacategorization"#Consolidation proposal: new Category:Miraculous */ new section
18:05:44 <esolangs> [[Esolang talk:Categorization]] M https://esolangs.org/w/index.php?diff=181071&oldid=181070 * Miui * (+57) /* Sources: */ last edit.
18:11:53 <esolangs> [[Esolang talk:Categorization]] M https://esolangs.org/w/index.php?diff=181072&oldid=181071 * Miui * (+79) /* Sources: */ add fundraiser
18:16:53 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=181073&oldid=181072 * Corbin * (+298) /* re:"Metacategorization"#Consolidation proposal: new Category:Miraculous */ Examples?
18:24:43 -!- impomatic has quit (Quit: Client closed).
18:26:16 <esolangs> [[User talk:Miui]] https://esolangs.org/w/index.php?diff=181074&oldid=181069 * Miui * (+383) /* Characterization of Miracle langs: */
18:41:18 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=181075&oldid=181073 * Ractangle * (+314) /* Fictional programming languages (aka Languages desined for a spefic universe/timeline) */ new section
18:46:03 <esolangs> [[Esolang talk:Categorization]] M https://esolangs.org/w/index.php?diff=181076&oldid=181075 * Ractangle * (+105)
19:16:51 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=181077&oldid=181076 * Miui * (+419) /* Sources: */
19:20:03 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
19:22:16 -!- Lord_of_Life has joined.
19:22:21 -!- impomatic has joined.
19:26:05 <esolangs> [[StupidStackLanguage]] M https://esolangs.org/w/index.php?diff=181078&oldid=164076 * Lebster * (-7) shrunk "hello world" program
19:42:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:48:55 -!- tromp has joined.
20:01:54 -!- Lord_of_Life has quit (Ping timeout: 248 seconds).
20:03:56 -!- Lord_of_Life has joined.
20:08:39 <esolangs> [[Abcout]] https://esolangs.org/w/index.php?diff=181079&oldid=179507 * Sporeball * (-368) Undo revision [[Special:Diff/179507|179507]] by [[Special:Contributions/Xyzzy|Xyzzy]] ([[User talk:Xyzzy|talk]]) - more clean revision to be made shortly...
20:10:05 <esolangs> [[Calculator (program form)]] N https://esolangs.org/w/index.php?oldid=181080 * Aadenboy * (+13473) I'm surprised there isn't a page for this yet given how common it is. the list is not at all complete; last page indexed via search was [[Imperator]]
20:11:33 <esolangs> [[Popular problem]] https://esolangs.org/w/index.php?diff=181081&oldid=71557 * Aadenboy * (+164) adding [[A+B Problem]] and [[Calculator (program form)]] to this list
20:11:46 <esolangs> [[Popular problem]] M https://esolangs.org/w/index.php?diff=181082&oldid=181081 * Aadenboy * (+0)
20:13:46 <esolangs> [[Calculator]] https://esolangs.org/w/index.php?diff=181083&oldid=136045 * Aadenboy * (+67) disambiguation
20:15:28 <esolangs> [[User:Miui]] https://esolangs.org/w/index.php?diff=181084&oldid=181026 * Miui * (+313) /* favorite esoquotes */
20:17:18 -!- impomatic has quit (Quit: Client closed).
20:34:13 <esolangs> [[Abcout]] https://esolangs.org/w/index.php?diff=181085&oldid=181079 * Sporeball * (+684) more clean revision, update Implementations section
21:06:29 <esolangs> [[Deadfish-33]] N https://esolangs.org/w/index.php?oldid=181086 * CodePentuplets48 * (+4766) Created page with "'''Deadfish-33''' is a programming language I made in my free time. It takes inspiration from [[I walk away!]] and it's Deadfish, but with 33 commands (hence the name) and a 2-dimensional memory with its own pointer. {| class="wikitable" |+ Commands |- ! In
21:09:07 <esolangs> [[User:CodePentuplets48]] https://esolangs.org/w/index.php?diff=181087&oldid=181064 * CodePentuplets48 * (+22)
21:09:53 <esolangs> [[User talk:CodePentuplets48]] https://esolangs.org/w/index.php?diff=181088&oldid=181002 * CodePentuplets48 * (+23)
21:13:45 <esolangs> [[User talk:Xyzzy]] https://esolangs.org/w/index.php?diff=181089&oldid=159976 * Sporeball * (+964) /* Your revision to abcout */ new section
21:15:20 <esolangs> [[Esolang:Help]] https://esolangs.org/w/index.php?diff=181090&oldid=165857 * CodePentuplets48 * (+1)
21:21:00 <APic> Good Night 😴
21:21:59 <esolangs> [[Esolang:Be bold in editing pages]] https://esolangs.org/w/index.php?diff=181091&oldid=179130 * CodePentuplets48 * (+336)
21:25:27 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=181092&oldid=181013 * CodePentuplets48 * (+18) /* D */
21:37:10 <esolangs> [[Deadfish-33]] https://esolangs.org/w/index.php?diff=181093&oldid=181086 * CodePentuplets48 * (+18)
22:01:46 <esolangs> [[This sentence is false]] N https://esolangs.org/w/index.php?oldid=181094 * CodePentuplets48 * (+1624) Created page with "[[Category:2026]] {{lowercase}} '''this sentence is false''' is a language I made solely to put it on the [[Joke language list|joke language list]] while also having the components of a budding coding language.<br><br> There are the following sev
22:05:12 <esolangs> [[User:CodePentuplets48]] https://esolangs.org/w/index.php?diff=181095&oldid=181087 * CodePentuplets48 * (+45)
22:06:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:07:39 <shachaf> int-e: Hmm, I'm now at 174.
22:09:36 <int-e> Nice. There must have been a seemingly impossible level at that point, but I don't remember.
22:09:55 <int-e> (I don't have the game installed.)
22:10:37 <shachaf> It's called The Backbone.
22:10:46 <shachaf> But there have been many seemingly impossible levels so far.
22:11:00 <shachaf> I'll leave it for another time.
22:13:37 <int-e> fortunately the name tells me nothing :P
22:15:37 <int-e> And The Internet(tm) only wants to give me spoiler videos.
22:31:24 <esolangs> [[Magnesium]] M https://esolangs.org/w/index.php?diff=181096&oldid=181029 * RaiseAfloppaFan3925 * (-1) /* Commands */ no
23:25:09 <esolangs> [[BeltedKingfisher]] https://esolangs.org/w/index.php?diff=181097&oldid=180869 * Blubber * (+262)
23:26:04 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=181098&oldid=178803 * CodePentuplets48 * (+477) /* How to get a large edit done when I'm not an admin? */ new section
23:28:42 <esolangs> [[Unary/Cat program]] N https://esolangs.org/w/index.php?oldid=181099 * CodePentuplets48 * (+87) Created page with "The [[Cat program|cat program]] in [[Unary]].<bv><bv> Decimal (ultra-compressed) 56623"
23:29:24 -!- Sgeo has joined.
23:30:53 <Sgeo> https://packages.debian.org/sid/i386/hercules not sure if this can be installed via command on HackEso
23:31:01 <esolangs> [[Unary/Cat program]] https://esolangs.org/w/index.php?diff=181100&oldid=181099 * CodePentuplets48 * (+1033)
23:31:22 <esolangs> [[Unary/Cat program]] https://esolangs.org/w/index.php?diff=181101&oldid=181100 * CodePentuplets48 * (+9180)
23:33:10 <esolangs> [[Unary/Cat program]] https://esolangs.org/w/index.php?diff=181102&oldid=181101 * CodePentuplets48 * (-9180)
23:34:00 <esolangs> [[Unary/Cat program]] https://esolangs.org/w/index.php?diff=181103&oldid=181102 * CodePentuplets48 * (+49980)
23:37:44 <esolangs> [[Unary/Cat program]] https://esolangs.org/w/index.php?diff=181104&oldid=181103 * CodePentuplets48 * (+5737)
23:38:25 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=181105&oldid=181098 * CodePentuplets48 * (-477) /* How to get a large edit done when I'm not an admin? */
←2026-05-05 2026-05-06 2026-05-07→ ↑2026 ↑all