00:14:29 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95267&oldid=95199 * Lemonz * (+40) /* Truth Machine */ 00:35:30 -!- SGautam has joined. 00:53:12 [[User:Lemonz]] https://esolangs.org/w/index.php?diff=95268&oldid=95150 * Lemonz * (+21) /* Why do you exist */ 01:03:06 -!- littlebobeep has joined. 01:19:34 -!- littlebobeep has quit (Ping timeout: 240 seconds). 01:22:16 -!- littlebobeep has joined. 01:42:06 [[The Maze]] https://esolangs.org/w/index.php?diff=95269&oldid=95225 * LEOMOK * (+0) 02:09:01 [[The Maze]] https://esolangs.org/w/index.php?diff=95270&oldid=95269 * LEOMOK * (-50) 02:09:02 ...so what problem is Hare trying to solve, exactly? 02:09:15 (https://harelang.org/) 02:10:40 there seems to be a trend on those "syntax reduced" c-style languages 02:11:01 It's *simple*, *stable*, and *robust*. Also, it allows use-after-free. 02:11:15 Trying to showcase QBE? 02:12:29 "hare fits on a 3.5" floppy disc" seems to be the most outstanding feature 02:13:48 use-after-free isn't my idea of robustness :P 02:14:15 [[The Maze]] https://esolangs.org/w/index.php?diff=95271&oldid=95270 * LEOMOK * (-49) 02:15:43 i'm still totally confused by go. like, "hey, let's make a modern language, but we keep null pointers and strip generics" 02:17:12 I guess they got rid of a bunch of undefined behavior in C. And they simply do not try to have threads or a memory model. 02:17:40 [[The Maze]] https://esolangs.org/w/index.php?diff=95272&oldid=95271 * LEOMOK * (+0) 02:17:48 (Or at least it's not covered in the draft of the specification according to my keyword search) 02:17:54 [[The Maze]] https://esolangs.org/w/index.php?diff=95273&oldid=95272 * LEOMOK * (+0) 02:18:00 Eh, I'll ignore it. 02:18:13 [[The Maze]] https://esolangs.org/w/index.php?diff=95274&oldid=95273 * LEOMOK * (+0) 02:18:51 Stick to dabbling with Rust which actually adds some interesting (though challenging) stuff with its lifetime tracking. 02:19:28 yeah, rust is love 02:20:21 Wait, does Hare actually fit on a floppy? 02:20:50 it claims so, but i fail to see where this is of practical use 02:20:51 https://harelang.org/ under "Supporting Hare" 02:21:29 it's a fun claim to make, but that's about it. and if you are announcing that, you might actually hurt yourself because you cannot add features that would make it "too big" 02:21:44 It's a cute marketing gimmick I suppose... though I wouldn't know what to do with a 3 1/2" floppy these days. (Yeah, you can buy drives. They're horribly expensive, because they're targeting a data recovery market.) 02:22:10 [[The Maze]] https://esolangs.org/w/index.php?diff=95275&oldid=95274 * LEOMOK * (+2) 02:22:29 They don't say which parts fit on a floppy disk. Should provide a disk image :P 02:22:56 Wait... "When it’s done, you’ll be able to buy a floppy disc with Hare on it to support the project." 02:23:36 i imagine you have to be really invested in it to do so 02:24:16 like, you are actively purchasing junk 02:24:50 Oh that's okay... we do that a lot anyway. Or at least I do :-/ 02:25:35 do we? 02:25:36 A single floppy is very little compared to all the packaging materials I throw away yearly. And I'm not even a regular online shopper (which would multiply that by a significant factor)! 02:26:00 sure, but i usually don't order packaging materials 02:26:07 (Online shopper of physical goods I mean. I buy more for-download video games than I care to admit.) 02:32:03 I think that there are some better ways to improve C programming language; some alternatives are fixing some things but other things they don't improve or they do it worse 02:39:06 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95276&oldid=95267 * Lemonz * (+237) /* Examples */ 02:42:15 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95277&oldid=95276 * Lemonz * (+148) 02:47:02 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95278&oldid=95277 * Lemonz * (-319) 02:47:19 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95279&oldid=95278 * Lemonz * (-11) /* Outputting text in a nutshell */ 02:47:44 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95280&oldid=95279 * Lemonz * (+49) /* Hello World! */ 02:48:59 -!- littlebo1eep has joined. 02:49:04 -!- littlebobeep has quit (Ping timeout: 240 seconds). 02:55:12 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95281&oldid=95280 * Lemonz * (+12) /* Examples */ 02:56:12 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95282&oldid=95281 * Lemonz * (+113) 02:58:21 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95283&oldid=95282 * Lemonz * (+328) /* Examples */ 02:59:13 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95284&oldid=95283 * Lemonz * (+86) /* Helpful Snippets */ 02:59:45 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95285&oldid=95284 * Lemonz * (+142) /* More */ 02:59:55 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95286&oldid=95285 * Lemonz * (+3) /* Hello World! */ 03:00:25 [[Irregular Expression]] https://esolangs.org/w/index.php?diff=95287&oldid=95286 * Lemonz * (+3) /* Cat */ 03:01:07 So... hmm. what fits on a floppy. The compressed sources, or the compressed compiler and preprocessed standard libraries. (But without the `haredoc` stuff) 03:01:56 (those compressed sources include the non-standard stuff: qbe, scdoc, harec, hare) 03:03:41 (So much for ignoring this... building was not as easy as advertised because the `hare` Makefile manages to hard-code the installation directory for the standard lib to be inside the source directory. That's not where I wanted them. I have not actually tested whether the result I have now works as a compiler... :P) 03:09:45 it didn't work... it didn't install the full standard library 03:36:54 I see, it wasn't exactly my fault. 03:38:49 https://git.sr.ht/~sircmpwn/hare/tree/master/item/scripts/install-mods#L45 isn't idempotent 03:39:19 (also lacks quoting... but that wasn't my problem) 04:00:34 -!- littlebo1eep has quit (Ping timeout: 240 seconds). 04:25:43 -!- littlebobeep has joined. 05:36:34 -!- littlebobeep has quit (Ping timeout: 240 seconds). 05:38:38 -!- littlebobeep has joined. 05:55:20 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=95288&oldid=95263 * Gai * (+0) 05:59:34 -!- littlebobeep has quit (Ping timeout: 240 seconds). 06:32:21 -!- tromp has joined. 06:32:32 -!- Sgeo has quit (Read error: Connection reset by peer). 06:51:33 -!- littlebobeep has joined. 07:21:56 [[Special:Log/newusers]] create * Emilien * New user account 07:25:37 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=95289&oldid=95288 * Emilien * (+86) /* Introductions */ 07:26:14 [[User:Emilien]] N https://esolangs.org/w/index.php?oldid=95290 * Emilien * (+38) Created page with "Hello, just here to worsen everything." 07:29:33 -!- freon has joined. 07:31:27 -!- freon has quit (Client Quit). 07:46:04 -!- littlebobeep has quit (Ping timeout: 240 seconds). 07:55:40 -!- freon has joined. 08:23:03 "Yeah, you can buy [3.5 inch floppy] drives. They're horribly expensive, because they're targeting a data recovery market." => wow. I assumed ordinary ones just still cost 6000 HUF, the same price they settled on like twenty years ago. but I guess it's not that simple, because current motherboards don't have a floppy connector, so they have to be USB-connected ones that contain the driver electronics. 08:23:59 it doesn't seem like they're horribly expensive though, they're selling an USB one for 15000 HUF. 08:24:44 but they're selling only exactly one type, the same one on all of the three big distributor sites that I checked, which is suspicious. if that one disappears then might become expensive indeed. 08:25:24 "They don't say which parts fit on a floppy disk. Should provide a disk image :P" => do they have a 190 MB download without the documentation? 08:26:34 that said, if something fits on a floppy, you would just be able to use a software-emulated floppy disk drive with a floppy-sized image file 08:27:16 I would like to mention that the latest version of my DOS single-floppy rescue system did have a Pascal compiler plus an editor, though without documentation for the compiler+library 08:28:24 the earlier version just had the qbaseic interpreter instead 08:29:13 I removed that because the interpreter is built into the same exe as the editor, and I wanted to replace the editor with a different one, so different editor plus Pascal just seemed like a better choice 08:29:28 regarding IRC time travel: It does go back in time, but a very very very tiny amount. A bit less than 0.1. if we look back at the time when the clock was moved, it doesn't go back in time, it just has a different value (the clock value changes, but not the time) 08:31:00 fungot, is HackEso here? 08:31:01 b_jonas: they are. new england is the several most northeastern states in the universe. all we deal with many types of strings? 08:31:15 j-bot ping: 08:31:15 b_jonas, pong: 08:31:23 `ping 08:43:13 -!- dyeplexer has joined. 09:32:06 -!- dyeplexer has quit (Ping timeout: 272 seconds). 09:50:55 -!- dyeplexer has joined. 09:51:37 -!- dyeplexer has quit (Remote host closed the connection). 10:09:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 10:10:39 b_jonas: Hmm. Yeah, they're not as expensive as I remember. (Still exceed the value I'd get out of them by orders of magnitude :P) 10:10:53 -!- tromp has joined. 10:12:56 Ooh... I had not seen the floopy disk *emulators* (hardware) before. Now that's something that makes more sense! (It's for industrial devices that were designed for floppy disks, but you can insert a USB memory stick instead) 10:13:29 I've been considering posting a floppy disk to EMF camp 10:16:10 I think I still have... about 3 floppy disks. 10:16:58 One of them is the 1993 (or -94?) Lemmings christmas edition. 10:42:33 -!- Lord_of_Life has quit (Ping timeout: 276 seconds). 10:43:05 -!- Lord_of_Life has joined. 11:05:38 -!- sprout has quit (Ping timeout: 250 seconds). 11:11:30 -!- definitelya has joined. 11:11:58 I have zero floppy disks and floppy drives. I held out for a bit but eventually I got rid of all of them. 11:13:03 -!- kee has joined. 11:15:05 -!- SGautam has quit (Quit: Connection closed for inactivity). 11:17:03 I remember threading 5 1/4 floppies on a string when I got rid of them (they didn't stack very well beyond maybe 30 of them) 11:17:47 int-e: I got a few floppy boxes out of it when I got rid of them, useful for M:tG cards 11:18:20 I have no... wait, I have about a dozen M:tG cards. 11:18:47 I have a few thousand 11:19:05 almost all cheap and no expensive ones 11:22:31 I played with others for a while (sometimes just to fix parity); I never built my own decks. 11:22:43 And well, that was over a decade ago. 11:22:55 "fix parity"? 11:23:09 oh, you mean number of players? 11:23:13 The game works best with an even number of players 11:23:42 I've only played with borrowed decks because I wanted to be hanging out with people who were playing magic 11:23:46 didn't bother us too much when we were five partying together, out of five someone always wants to sit out; but if you play during recess at school or university it may matter 11:24:17 in fact five may be better than four 11:24:27 exactly because someone wants to sit out more often than not 11:25:56 -!- kee has quit (Ping timeout: 260 seconds). 11:26:03 IIRC there's even a weird 5 player mode where everyone can attack the two players opposite... 11:26:48 Or maybe that's something they made up locally. I never checked. People had fun, that was the important bit. 11:28:17 -!- kee has joined. 11:32:26 int-e: sure, there are a large number of multiplayer formats 11:33:15 in general duels (two player against each other) are the fastest format by far, 2 vs 2 multiplayer is slower, and 3 player multiplayer (everyone on their own) is even faster because it leads to the kind of strat where you always support the weakest player 11:37:57 -!- littlebobeep has joined. 11:41:02 -!- tech_exorcist has joined. 11:48:22 [[BlueBell]] https://esolangs.org/w/index.php?diff=95291&oldid=95266 * PixelatedStarfish * (+98) /* Errors */ 11:49:29 [[BlueBell]] https://esolangs.org/w/index.php?diff=95292&oldid=95291 * PixelatedStarfish * (-1) /* Errors */ 11:56:04 -!- littlebobeep has quit (Ping timeout: 240 seconds). 11:57:00 -!- sprout has joined. 12:06:36 [[Shoe]] https://esolangs.org/w/index.php?diff=95293&oldid=94858 * ChuckEsoteric08 * (-9) 12:06:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 12:31:03 fungot: thoughts on godels 5th incompleteness theorem? 12:31:03 river: zpg i think emacs has quite a fnord 12:31:22 it is 12:32:10 fungot: will you break when FF 100 is released? 12:32:11 int-e: i think anmaster lives under a tree, then that fnord you to break hygiene. 12:32:38 (those versions surely got out of hands) 12:33:25 (this also reminds me of how MS skipped Windows 9... and the theory that they did that because people might be testing for Window 95/98 by checking a prefix) 12:50:53 [[BlueBell]] https://esolangs.org/w/index.php?diff=95294&oldid=95292 * PixelatedStarfish * (+291) /* Errors */ 12:54:49 -!- freon has quit (Quit: leaving). 12:55:13 [[BlueBell]] https://esolangs.org/w/index.php?diff=95295&oldid=95294 * PixelatedStarfish * (+21) /* The Debugger */ 12:55:27 [[BlueBell]] https://esolangs.org/w/index.php?diff=95296&oldid=95295 * PixelatedStarfish * (-2) /* The Debugger */ 12:55:42 [[BlueBell]] https://esolangs.org/w/index.php?diff=95297&oldid=95296 * PixelatedStarfish * (-19) /* The Debugger */ 12:56:56 [[The Maze]] https://esolangs.org/w/index.php?diff=95298&oldid=95275 * LEOMOK * (+244) 12:57:26 [[BlueBell]] https://esolangs.org/w/index.php?diff=95299&oldid=95297 * PixelatedStarfish * (+45) /* The Debugger */ 12:57:57 [[The Maze]] https://esolangs.org/w/index.php?diff=95300&oldid=95298 * LEOMOK * (-12) 12:58:21 [[The Maze]] https://esolangs.org/w/index.php?diff=95301&oldid=95300 * LEOMOK * (+0) 13:00:38 -!- RandomGuest has joined. 13:07:10 -!- tromp has joined. 13:08:21 [[The Maze]] https://esolangs.org/w/index.php?diff=95302&oldid=95301 * LEOMOK * (+485) 13:12:02 [[BlueBell]] https://esolangs.org/w/index.php?diff=95303&oldid=95299 * PixelatedStarfish * (+24) /* The Debugger */ 13:13:36 [[BlueBell]] https://esolangs.org/w/index.php?diff=95304&oldid=95303 * PixelatedStarfish * (-4) /* The Debugger */ 13:15:17 [[The Maze]] https://esolangs.org/w/index.php?diff=95305&oldid=95302 * LEOMOK * (+255) 13:18:03 -!- __monty__ has joined. 13:19:55 [[Blue Bell]] N https://esolangs.org/w/index.php?oldid=95306 * PixelatedStarfish * (+22) Redirected page to [[BlueBell]] 13:25:54 [[The Maze]] https://esolangs.org/w/index.php?diff=95307&oldid=95305 * LEOMOK * (+275) 13:26:26 [[The Maze]] https://esolangs.org/w/index.php?diff=95308&oldid=95307 * LEOMOK * (-2) 13:27:48 [[The Maze]] https://esolangs.org/w/index.php?diff=95309&oldid=95308 * LEOMOK * (+0) 13:29:23 [[The Maze]] https://esolangs.org/w/index.php?diff=95310&oldid=95309 * LEOMOK * (+146) 13:29:34 [[The Maze]] https://esolangs.org/w/index.php?diff=95311&oldid=95310 * LEOMOK * (-1) 13:30:01 [[The Maze]] https://esolangs.org/w/index.php?diff=95312&oldid=95311 * LEOMOK * (+26) 13:30:13 [[The Maze]] https://esolangs.org/w/index.php?diff=95313&oldid=95312 * LEOMOK * (+2) 13:35:40 [[BlueBell]] https://esolangs.org/w/index.php?diff=95314&oldid=95304 * PixelatedStarfish * (+340) /* The Debugger */ 13:38:08 fungot, can you explain the difference between an inference, conference, and contraference? 13:38:08 b_jonas: re. zsh, " fnord cc " " while() fnord fnord)) 13:45:00 fungot: p value on that? 13:45:00 river: ah, i see 13:52:29 fungot: how about inversion, conversion, and contraversion? 13:52:29 b_jonas: i use it 13:53:51 [[BlueBell]] https://esolangs.org/w/index.php?diff=95315&oldid=95314 * PixelatedStarfish * (+4) /* Cat */ 14:05:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 14:12:30 [[BlueBell]] https://esolangs.org/w/index.php?diff=95316&oldid=95315 * PixelatedStarfish * (+179) /* Computational Class */ 14:15:31 [[BlueBell]] https://esolangs.org/w/index.php?diff=95317&oldid=95316 * PixelatedStarfish * (+94) /* Computational Class */ 14:19:39 -!- perlbot has quit (Ping timeout: 240 seconds). 14:20:59 -!- perlbot has joined. 14:21:19 -!- simcop2387 has quit (Ping timeout: 240 seconds). 14:22:26 -!- tromp has joined. 14:23:01 -!- simcop2387 has joined. 14:28:16 -!- Sgeo has joined. 14:29:17 [[BlueBell]] https://esolangs.org/w/index.php?diff=95318&oldid=95317 * PixelatedStarfish * (+547) /* Computational Class */ 14:53:40 fungot: I don't care if it doesn't have much fnord in it, I DON'T LIKE FNORD! 14:53:40 Corbin: once srfis 43 46 to leave room for the really simple solutions... the problems were solved over time, like i'm making a big deal, it makes more *sense* that way, glassbot could double as bfbot. 15:09:09 [[BlueBell]] https://esolangs.org/w/index.php?diff=95319&oldid=95318 * PixelatedStarfish * (+99) /* Computational Class */ 15:11:37 -!- RandomGuest has quit (Quit: Client closed). 15:30:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 15:32:11 [[Self%ify]] M https://esolangs.org/w/index.php?diff=95320&oldid=81924 * PythonshellDebugwindow * (+39) Use wikitext, categorise 15:40:43 [[User:Gai]] https://esolangs.org/w/index.php?diff=95321&oldid=95265 * Gai * (+1722) If i do make a page for this its probably gonna be shitty 15:41:33 [[User:Gai]] https://esolangs.org/w/index.php?diff=95322&oldid=95321 * Gai * (+94) 15:55:05 -!- razetime has joined. 16:02:54 -!- littlebobeep has joined. 16:11:34 -!- littlebobeep has quit (Ping timeout: 240 seconds). 16:15:40 -!- littlebobeep has joined. 16:35:17 -!- tromp has joined. 16:51:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 16:52:34 -!- tromp has joined. 16:53:34 -!- littlebobeep has quit (Ping timeout: 240 seconds). 16:59:14 [[BlueBell]] https://esolangs.org/w/index.php?diff=95323&oldid=95319 * PixelatedStarfish * (+358) /* Computational Class */ 17:00:56 [[BlueBell]] https://esolangs.org/w/index.php?diff=95324&oldid=95323 * PixelatedStarfish * (+1) /* Proof of Turing Completeness */ 17:03:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 17:07:02 -!- razetime has quit (Remote host closed the connection). 17:26:30 -!- littlebobeep has joined. 17:36:31 -!- littlebo1eep has joined. 17:37:04 -!- littlebobeep has quit (Ping timeout: 240 seconds). 17:47:04 [[BlueBell]] https://esolangs.org/w/index.php?diff=95325&oldid=95324 * PixelatedStarfish * (-536) /* Proof of Turing Completeness */ 17:49:04 -!- littlebo1eep has quit (Ping timeout: 240 seconds). 18:07:30 -!- Guest98 has joined. 18:16:04 -!- littlebobeep has joined. 18:18:12 -!- genpaku has quit (Ping timeout: 276 seconds). 18:22:20 -!- littlebo1eep has joined. 18:22:38 -!- tromp has joined. 18:23:13 -!- genpaku has joined. 18:24:41 [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=95326&oldid=89892 * Ginger Industries * (+588) /* Suggestion: Bot to auto-update the language list */ new section 18:25:27 [[User:Ginger Industries]] N https://esolangs.org/w/index.php?oldid=95327 * Ginger Industries * (+121) Created page with "Hi, I'm Ginger. I do stuff here and on [https://codegolf.stackexchange.com/users/108218/ginger Code Golf Stack Exchange]." 18:26:02 https://www.youtube.com/watch?v=QWLOCDYtVbQ 18:26:04 -!- littlebobeep has quit (Ping timeout: 240 seconds). 18:26:36 -!- agrosant has joined. 18:31:20 -!- sprout has quit (Ping timeout: 248 seconds). 18:33:50 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:37:03 -!- littlebo2eep has joined. 18:40:34 -!- littlebo1eep has quit (Ping timeout: 240 seconds). 18:40:44 [[Esolang talk:Community portal]] https://esolangs.org/w/index.php?diff=95328&oldid=95326 * Ginger Industries * (+156) /* Wiki quality and "List of ideas" section */ 18:54:43 -!- littlebo1eep has joined. 18:56:34 -!- littlebo2eep has quit (Ping timeout: 240 seconds). 18:59:54 -!- littlebo3eep has joined. 19:00:04 -!- littlebo1eep has quit (Ping timeout: 240 seconds). 19:07:35 -!- tromp has joined. 19:12:15 -!- sprout has joined. 19:20:46 -!- Ginger has joined. 19:20:53 Hello world 19:21:34 hello 19:21:45 I come from Code Golf Stack Exchange 19:24:18 Me too, I think 19:25:38 I'll get to the point: What are yall's thoughts on this? https://esolangs.org/wiki/Esolang_talk:Community_portal#Suggestion:_Bot_to_auto-update_the_language_list 19:27:58 Do you mean a bot that makes sure that every page with a language category is either in the language list or the joke language list? 19:28:08 yes, and vice versa 19:28:33 according to my calculations there are currently 154 unlisted Category:Languages pages 19:28:47 -!- Ginger has quit (Quit: Client closed). 19:36:11 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:41:23 -!- Ginger has joined. 19:42:00 so what do yall think? 19:42:21 Seems sensible 19:42:30 nic 19:42:32 e 19:42:43 Are there any admins here? 19:42:50 I'd need one of them to approve the bot 19:44:58 [[Special:Log/newusers]] create * Masalt * New user account 19:48:44 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=95329&oldid=95289 * Masalt * (+141) /* Introductions */ 19:49:28 [[User:Masalt]] N https://esolangs.org/w/index.php?oldid=95330 * Masalt * (+30) Created page with "masalt: the garbage programmer" 19:50:42 [[Special:Log/newusers]] create * GingerBot * New user account 19:51:12 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=95331&oldid=95329 * GingerBot * (+120) 19:58:53 :/ 19:59:03 there seems to be no ambox template 19:59:40 -!- Ginger has quit (Quit: Client closed). 19:59:46 -!- tromp has joined. 20:01:34 -!- Ginger has joined. 20:03:15 I note there _was_ an ambox template but it got deleted 20:03:23 hm 20:03:29 What's an ambox? 20:03:42 https://en.wikipedia.org/wiki/Template%3AAmbox 20:04:10 -!- littlebobeep has joined. 20:04:33 hmm 20:05:51 [[BlueBell]] https://esolangs.org/w/index.php?diff=95332&oldid=95325 * PixelatedStarfish * (+24) /* Proof of Turing Completeness */ 20:07:04 -!- littlebo3eep has quit (Ping timeout: 240 seconds). 20:08:04 are any admins online? 20:17:34 -!- littlebobeep has quit (Ping timeout: 240 seconds). 20:17:50 I don't think we should have that redundancy in the first place... the categories should be enough. :-/ 20:18:30 -!- littlebobeep has joined. 20:19:22 [[Your]] M https://esolangs.org/w/index.php?diff=95333&oldid=90492 * PythonshellDebugwindow * (+23) /* See also */ category 20:22:32 https://en.wikipedia.org/wiki/Altaic_languages 20:23:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 20:24:37 ? 20:24:50 buh 20:27:34 -!- littlebobeep has quit (Ping timeout: 240 seconds). 20:31:46 -!- littlebobeep has joined. 20:34:46 -!- Ginger has quit (Quit: Client closed). 20:35:47 Does anyone here know of any online Homespring visualizers? 20:36:32 -!- Ginger has joined. 20:38:48 [[Special:Log/upload]] upload * GingerBot * uploaded "[[File:Emblem-system-2-blue.png]]" 20:48:49 -!- tromp has joined. 20:51:34 -!- littlebobeep has quit (Ping timeout: 240 seconds). 20:58:48 [[User:GingerBot]] N https://esolangs.org/w/index.php?oldid=95335 * GingerBot * (+337) Created page with "
[[File:Emblem-system-2-blue.png]] Guest98: nice, harmonizing the category with the language list. did you happen to have counted how many are in the two lists but not in the two categories? 21:12:15 er sorry, I mean Ginger: ^ 21:12:43 and yes, there are usually wiki admins in this channel, or they'll see your questions in the channel logs 21:13:02 fizzie: ping 21:14:55 -!- perlbot has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in). 21:14:55 -!- simcop2387 has quit (Remote host closed the connection). 21:15:30 -!- perlbot has joined. 21:16:00 -!- simcop2387 has joined. 21:16:25 -!- Ginger has quit (Quit: Client closed). 21:45:44 -!- Guest98 has quit (Ping timeout: 252 seconds). 21:55:46 -!- littlebobeep has joined. 21:58:29 -!- littlebobeep has quit (Remote host closed the connection). 22:00:23 -!- definitelya has quit (Quit: h). 22:00:47 -!- littlebobeep has joined. 22:01:23 -!- immibis has quit (Ping timeout: 256 seconds). 22:04:05 -!- tech_exorcist has quit (Quit: Disconnecting). 22:12:29 [[PIGS]] M https://esolangs.org/w/index.php?diff=95336&oldid=95210 * Yousurname * (+27) 22:13:34 -!- littlebobeep has quit (Ping timeout: 240 seconds). 22:14:22 -!- immibis has joined. 22:22:55 -!- kee has quit (Ping timeout: 256 seconds). 22:23:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 22:25:31 [[Uzumaki]] https://esolangs.org/w/index.php?diff=95337&oldid=95153 * Zero player rodent * (-622) 22:42:47 [[User:Gai]] M https://esolangs.org/w/index.php?diff=95338&oldid=95322 * Gai * (+75) ahhh 22:43:45 [[User:Gai]] https://esolangs.org/w/index.php?diff=95339&oldid=95338 * Gai * (+3) 22:45:17 -!- littlebobeep has joined. 22:51:04 -!- littlebobeep has quit (Ping timeout: 240 seconds). 22:58:28 [[User:Gai]] M https://esolangs.org/w/index.php?diff=95340&oldid=95339 * Gai * (-26) 22:59:57 [[Talk:List of ideas]] https://esolangs.org/w/index.php?diff=95341&oldid=89376 * Gai * (+232) /* Need help naming my esolang */ new section 23:02:07 -!- littlebobeep has joined. 23:32:04 -!- littlebobeep has quit (Ping timeout: 240 seconds).