←2025-01-24 2025-01-25 2025-01-26→ ↑2025 ↑all
00:03:54 <esolangs> [[MoreMathRPN]] M https://esolangs.org/w/index.php?diff=150733&oldid=150729 * Calculus is fun * (+223) Added small tip for run
00:03:56 -!- mtm has quit (Ping timeout: 265 seconds).
00:05:57 -!- mtm has joined.
01:10:24 -!- ais523 has joined.
01:47:25 -!- 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).
03:49:23 -!- ManDeJan has quit (Server closed connection).
03:49:30 -!- ManDeJan has joined.
03:59:29 -!- yewscion_ has joined.
04:01:57 -!- yewscion has quit (Ping timeout: 248 seconds).
04:03:32 -!- craigo has quit (Quit: Leaving).
04:03:46 <esolangs> [[Iterate]] https://esolangs.org/w/index.php?diff=150734&oldid=150720 * Aadenboy * (+1128) /* Basic arithmetic */ implement conditional
04:06:17 <esolangs> [[Talk:Iterate]] https://esolangs.org/w/index.php?diff=150735&oldid=150675 * Aadenboy * (+547)
04:13:03 <esolangs> [[Iterate]] M https://esolangs.org/w/index.php?diff=150736&oldid=150734 * Aadenboy * (+113) /* Conditionals */ move the ==0 check to the top for edge cases
05:21:10 <korvo> Oh. TIL that the algorithm I figured out in university for fitting Tetris pieces is not sufficiently general to fit BIIA? tiles. Obvious in retrospect.
05:21:48 <korvo> Currently trying to figure out how to know when a tile could be a reasonable candidate for fitting at a specific location, and all of the nice induction I built up for corners doesn't hold for arbitrary tiles.
05:23:04 <korvo> Nor do tiles have to admit any sort of nice extent or boundary. So I have to think about the case where a very wide/long tile is mixed with a lot of tiny tiles and avoid building overly-long candidates that can't be filled in.
05:26:30 <esolangs> [[Lento]] https://esolangs.org/w/index.php?diff=150737&oldid=89528 * Somefan * (+47)
05:45:53 -!- ursa-major has quit (Server closed connection).
05:46:02 -!- ursa-major has joined.
05:49:26 <esolangs> [[Anti-Plushie language]] https://esolangs.org/w/index.php?diff=150738&oldid=150725 * PrySigneToFry * (+136)
05:52:43 -!- nitrix has quit (Quit: ZNC 1.8.2 - https://znc.in).
05:53:52 -!- nitrix has joined.
05:54:15 <ais523> BIIA? is surprisingly difficult to implement for being such a "simple" language
05:55:06 <ais523> fwiw, my thoughts on parsing it involved a union-find data structure; you could actually parse it very simply via simply scanning line by line and adding each nonempty character to the same union as the adjacent ones
05:55:35 <ais523> but that doesn't help much with the fitting step, which is the hard one and one I don't know how to implement efficiently
05:58:18 <esolangs> [[X-script]] https://esolangs.org/w/index.php?diff=150739&oldid=150704 * PrySigneToFry * (+574)
06:08:01 <korvo> Conceptually, the major difficulty is that the witness search must be complete. If I were allowed to half-ass it, then it'd be easy to write an unfair search that almost never succeeds.
06:09:32 <korvo> I like the union-find insight. It's much cleaner than what I did; I copied the input to a `bytearray`, a secret Python class that is like `str` but allows mutation, and then I blank out each tile after I find it. So I don't have to worry about whether I've already seen some part of some other tile.
06:14:29 -!- nitrix has quit (Quit: ZNC 1.8.2 - https://znc.in).
06:15:50 -!- nitrix has joined.
06:26:43 <ais523> korvo: I think your algorithm is linear-time, isn't it? as long as you scan in order and blank each tile the moment you find the first character within it
06:27:04 <ais523> because each cell is examined at most six times (once when scanning, once when blanking, and four times when blanking its neighbours)
06:27:45 <korvo> ais523: Yes, the outer loops are definitely bounded and run once over the indices of the array.
06:27:58 <ais523> so despite being a bit less elegant it might actually be faster, depending on the relative overheads of the two approaches
06:28:00 * korvo tends to trade space for time
06:54:38 <esolangs> [[x RGB8 panel]] N https://esolangs.org/w/index.php?oldid=150740 * Unname4798 * (+659) Created page with "^ RGB8 panel is an esolang created by Unname4798 in response to [[16x16 RGB2 panel]] == Commands == <pre> + increment - decrement > right < left / increment dimension the pointer is moving in \ decrement dimension the pointer is moving in [ when the selected cell
06:55:33 <esolangs> [[User:Unname4798]] https://esolangs.org/w/index.php?diff=150741&oldid=150619 * Unname4798 * (+42)
06:56:29 <esolangs> [[x RGB8 panel]] https://esolangs.org/w/index.php?diff=150742&oldid=150740 * Unname4798 * (+36)
06:58:07 <esolangs> [[x RGB8 panel]] https://esolangs.org/w/index.php?diff=150743&oldid=150742 * Unname4798 * (+49)
06:58:47 <esolangs> [[Special:Log/move]] move * Unname4798 * moved [[x RGB8 panel]] to [[^ RGB8 panel]]
06:59:04 <esolangs> [[User:Unname4798]] M https://esolangs.org/w/index.php?diff=150746&oldid=150741 * Unname4798 * (+0)
06:59:23 <esolangs> [[x RGB8 panel]] https://esolangs.org/w/index.php?diff=150747&oldid=150745 * Unname4798 * (-32) Blanked the page
07:02:18 <esolangs> [[^ RGB8 panel]] https://esolangs.org/w/index.php?diff=150748&oldid=150744 * Unname4798 * (+146)
07:03:09 <esolangs> [[^ RGB8 panel]] https://esolangs.org/w/index.php?diff=150749&oldid=150748 * Unname4798 * (-88)
07:22:55 <esolangs> [[^ RGB8 panel]] https://esolangs.org/w/index.php?diff=150750&oldid=150749 * Unname4798 * (+33)
07:24:26 <esolangs> [[^ RGB8 panel]] https://esolangs.org/w/index.php?diff=150751&oldid=150750 * Unname4798 * (+39)
07:27:52 <esolangs> [[Binary License Plate Language]] https://esolangs.org/w/index.php?diff=150752&oldid=148804 * Unname4798 * (-93)
07:28:24 -!- yewscion_ has quit (Read error: Connection reset by peer).
07:30:14 -!- yewscion_ has joined.
07:30:14 -!- yewscion_ has quit (Remote host closed the connection).
07:58:30 -!- tromp has joined.
08:15:30 <esolangs> [[User talk:Yayimhere]] https://esolangs.org/w/index.php?diff=150753&oldid=147105 * PrySigneToFry * (+1108) /* Will you contribute to my X-script? */ new section
08:49:53 -!- FreeFull has quit (Server closed connection).
08:50:03 -!- FreeFull has joined.
10:01:53 -!- Ae` has quit (Server closed connection).
10:02:03 -!- Ae` has joined.
10:59:01 <esolangs> [[Amo gus]] https://esolangs.org/w/index.php?diff=150754&oldid=148112 * PrySigneToFry * (+208)
11:19:33 <esolangs> [[Amo gus]] https://esolangs.org/w/index.php?diff=150755&oldid=150754 * PrySigneToFry * (+0)
11:23:24 -!- Sgeo has quit (Read error: Connection reset by peer).
11:25:39 <esolangs> [[Amo gus]] https://esolangs.org/w/index.php?diff=150756&oldid=150755 * PrySigneToFry * (+3)
11:45:42 <esolangs> [[User:Blashyrkh/Kolakoski-brainfuck]] N https://esolangs.org/w/index.php?oldid=150757 * Blashyrkh * (+2666) Kolakoski sequence in Brainfuck with logarithmic memory consumption, with comments
11:51:52 <esolangs> [[Kolakoski sequence]] https://esolangs.org/w/index.php?diff=150758&oldid=150452 * Blashyrkh * (+504) /* brainfuck */ Another brainfuck example, now with o(log n) memory consumption
11:55:21 <esolangs> [[User:Blashyrkh/Kolakoski-brainfuck]] M https://esolangs.org/w/index.php?diff=150759&oldid=150757 * Blashyrkh * (+2)
11:59:10 <esolangs> [[User:Blashyrkh/Kolakoski-brainfuck]] M https://esolangs.org/w/index.php?diff=150760&oldid=150759 * Blashyrkh * (+149) /* Kolakoski sequence generation implemented in Brainfuck with logarithmic memory consumption */
12:01:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:02:26 -!- mtm has quit (Ping timeout: 248 seconds).
12:06:56 -!- mtm has joined.
12:08:47 <esolangs> [[Amo gus]] https://esolangs.org/w/index.php?diff=150761&oldid=150756 * PrySigneToFry * (+0)
12:13:13 -!- tromp has joined.
12:18:51 <esolangs> [[How dare you fuck the brain]] https://esolangs.org/w/index.php?diff=150762&oldid=148488 * 47 * (+1) /* Syntax */
12:19:45 <esolangs> [[How dare you fuck the brain]] https://esolangs.org/w/index.php?diff=150763&oldid=150762 * 47 * (+0) /* Examples */
12:19:58 <esolangs> [[How dare you fuck the brain]] https://esolangs.org/w/index.php?diff=150764&oldid=150763 * 47 * (-18) /* Syntax */
12:23:03 <esolangs> [[How dare you fuck the brain]] https://esolangs.org/w/index.php?diff=150765&oldid=150764 * 47 * (+45) /* Interpreter */
12:24:25 <esolangs> [[How dare you fuck the brain]] https://esolangs.org/w/index.php?diff=150766&oldid=150765 * 47 * (-1) /* Hello, world! */
12:24:41 <esolangs> [[How dare you fuck the brain]] https://esolangs.org/w/index.php?diff=150767&oldid=150766 * 47 * (+0) /* Interpreter */
12:25:52 <esolangs> [[Amo gus]] https://esolangs.org/w/index.php?diff=150768&oldid=150761 * PrySigneToFry * (-7)
12:28:29 <esolangs> [[How dare you fuck the brain]] https://esolangs.org/w/index.php?diff=150769&oldid=150767 * 47 * (-6) /* Hello, world! */
12:30:21 <esolangs> [[Hello world program in esoteric languages (H-M)]] https://esolangs.org/w/index.php?diff=150770&oldid=149827 * 47 * (-7) /* How dare you fuck the brain */
12:33:18 <esolangs> [[Talk:SLet]] https://esolangs.org/w/index.php?diff=150771&oldid=150616 * PrySigneToFry * (+910)
12:34:28 <esolangs> [[User:Blashyrkh/Kolakoski-brainfuck]] M https://esolangs.org/w/index.php?diff=150772&oldid=150760 * Blashyrkh * (+216) Few thoughts about further enhancements
12:48:30 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:25:11 <esolangs> [[Zyxonia]] N https://esolangs.org/w/index.php?oldid=150773 * PrySigneToFry * (+5721) Created page with "Zyxonia(pronounced /ziksni/) is an Esolang designed by PSTF. = Language Overview = Zyxonia is a quasi-assembly, high-level, and powerful programming language. It uses an easy-to-understand but cumbersome syntax, and is capable of writing extremely powerful progra
13:25:52 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=150774&oldid=150638 * PrySigneToFry * (+14)
13:42:08 <esolangs> [[User:YufangTSTSU/sandbox]] https://esolangs.org/w/index.php?diff=150775&oldid=148658 * YufangTSTSU * (-1982) Blanked the page
13:49:52 <esolangs> [[User:Ractangle/Sandbox]] https://esolangs.org/w/index.php?diff=150776&oldid=150436 * 47 * (-993) welp. i am rebranding array into unai
14:03:40 -!- tromp has joined.
14:33:20 -!- amby has joined.
14:59:48 -!- DOS_User_webchat has joined.
15:02:23 <esolangs> [[Special:Log/upload]] upload * AdjectiveNounNumber * uploaded "[[File:When start.png]]"
15:07:59 -!- DOS_User_webchat has changed hostmask to ~DOS_User_@user/DOS-User-webchat:37962.
15:14:18 <esolangs> [[Special:Log/upload]] upload * AdjectiveNounNumber * uploaded "[[File:Define object, variable varname.png]]"
15:15:46 <esolangs> [[Spellblocks]] N https://esolangs.org/w/index.php?oldid=150779 * AdjectiveNounNumber * (+793) Created page with "Spellblocks is an [[esoteric programming language]] simiar to [https://scratch.mit.edu/ Scratch] created by [[User:AdjectiveNounNumber]] (me!) on January 25, 2025 ET. very WIP {| class="wikitable" |+ Blocks |- ! Block Name !! Description !! Scratch Repre
15:29:48 -!- molson_ has joined.
15:29:56 <esolangs> [[Small]] M https://esolangs.org/w/index.php?diff=150780&oldid=133140 * TheCanon2 * (+401)
15:32:33 -!- molson has quit (Ping timeout: 248 seconds).
15:33:14 -!- chomwitt has joined.
15:41:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:46:14 -!- tromp has joined.
15:55:02 -!- DOS_User_webchat has quit (Remote host closed the connection).
16:00:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:06:21 -!- tromp has joined.
17:11:11 -!- Thelie has joined.
17:14:08 <esolangs> [[Fixed Repeating Output]] https://esolangs.org/w/index.php?diff=150781&oldid=139859 * 47 * (-14) /* How dare you fuck the brain */
17:39:15 <esolangs> [[Fixed Repeating Output]] https://esolangs.org/w/index.php?diff=150782&oldid=150781 * Aadenboy * (+96) /* Implementations */ add [[Iterate]]
17:40:33 -!- chomwitt has quit (Ping timeout: 248 seconds).
17:58:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:18:15 -!- tromp has joined.
18:25:54 -!- DOS_User_webchat has joined.
18:26:20 -!- DOS_User_webchat has changed hostmask to ~DOS_User_@user/DOS-User-webchat:37962.
18:27:31 -!- DOS_User_webchat has quit (Remote host closed the connection).
18:27:57 -!- DOS_User has joined.
18:28:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:28:41 -!- DOS_User has quit (Remote host closed the connection).
18:29:40 -!- DOS_User_webchat has joined.
18:31:06 -!- DOS_User_webchat has changed nick to DOS_User.
18:31:32 -!- DOS_User has changed nick to DOS_User_webchat.
18:31:52 -!- DOS_User_webchat has quit (Remote host closed the connection).
18:46:04 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
18:46:05 -!- Lord_of_Life_ has joined.
18:46:42 <APic> cu
18:48:26 -!- tromp has joined.
18:49:01 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
18:59:09 <esolangs> [[BIIA]] N https://esolangs.org/w/index.php?oldid=150783 * B jonas * (+28) Redirected page to [[But Is It Art?]]
19:16:13 -!- ais523 has quit (Quit: quit).
19:47:07 -!- craigo has joined.
19:54:45 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:08:47 -!- tromp has joined.
20:22:17 -!- Lord_of_Life has quit (Remote host closed the connection).
20:28:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:39:49 -!- tromp has joined.
20:44:17 -!- Thelie has quit (Quit: Leaving.).
20:45:07 <esolangs> [[User:Blashyrkh/Kolakoski-brainfuck]] https://esolangs.org/w/index.php?diff=150784&oldid=150772 * Blashyrkh * (-351) Shorter version
20:46:16 <esolangs> [[Kolakoski sequence]] https://esolangs.org/w/index.php?diff=150785&oldid=150758 * Blashyrkh * (-24) /* brainfuck */ Shorter version
20:49:49 <esolangs> [[Kolakoski sequence]] M https://esolangs.org/w/index.php?diff=150786&oldid=150785 * Blashyrkh * (+28) /* brainfuck */
20:59:38 <esolangs> [[User:Blashyrkh/Kolakoski-brainfuck]] M https://esolangs.org/w/index.php?diff=150787&oldid=150784 * Blashyrkh * (+203)
21:01:16 <esolangs> [[User:Blashyrkh/Kolakoski-brainfuck]] M https://esolangs.org/w/index.php?diff=150788&oldid=150787 * Blashyrkh * (-203) Undo revision [[Special:Diff/150787|150787]] by [[Special:Contributions/Blashyrkh|Blashyrkh]] ([[User talk:Blashyrkh|talk]])
21:13:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:30:24 -!- Sgeo has joined.
21:32:51 -!- chomwitt has joined.
22:07:18 -!- chomwitt has quit (Ping timeout: 265 seconds).
22:12:04 <esolangs> [[Definition]] https://esolangs.org/w/index.php?diff=150789&oldid=149395 * Ractangle * (+138)
22:18:37 -!- amby has quit (Remote host closed the connection).
22:19:20 -!- amby has joined.
22:21:34 -!- amby has quit (Read error: Connection reset by peer).
22:24:24 <esolangs> [[MoreMathRPN]] https://esolangs.org/w/index.php?diff=150790&oldid=150733 * Calculus is fun * (+536) Infinity is a thing now, cool!
22:27:11 -!- amby has joined.
22:27:34 -!- ajal has joined.
22:30:56 <esolangs> [[MoreMathRPN]] M https://esolangs.org/w/index.php?diff=150791&oldid=150790 * Calculus is fun * (+122) Added hyperStep
22:31:27 -!- amby has quit (Ping timeout: 244 seconds).
22:32:09 <esolangs> [[MoreMathRPN]] M https://esolangs.org/w/index.php?diff=150792&oldid=150791 * Calculus is fun * (+1) /* Infinity */
22:32:39 <esolangs> [[MoreMathRPN]] M https://esolangs.org/w/index.php?diff=150793&oldid=150792 * Calculus is fun * (-1) /* Standard operations */
22:35:36 -!- ajal has quit (Read error: Connection reset by peer).
22:53:52 -!- amby has joined.
23:27:12 <esolangs> [[Esolang talk:Categorization]] https://esolangs.org/w/index.php?diff=150794&oldid=147588 * Aadenboy * (+137) /* Category for esoteric supersets */ new section
23:27:33 <esolangs> [[Esolang talk:Categorization]] M https://esolangs.org/w/index.php?diff=150795&oldid=150794 * Aadenboy * (+287) /* Category for esoteric supersets */ whoops forgot to sign it
23:30:50 <esolangs> [[Esolang:Categorization]] M https://esolangs.org/w/index.php?diff=150796&oldid=150388 * Aadenboy * (+110) /* Miscellaneous */ list [[Category:Esoteric subset]]
23:37:40 -!- DOS_User_webchat has joined.
23:38:21 -!- DOS_User_webchat has changed hostmask to ~DOS_User_@user/DOS-User-webchat:37962.
23:48:21 -!- DOS_User_webchat has quit (Remote host closed the connection).
←2025-01-24 2025-01-25 2025-01-26→ ↑2025 ↑all