00:02:57 -!- Lord_of_Life_ has joined. 00:04:02 -!- Lord_of_Life has quit (Ping timeout: 248 seconds). 00:04:18 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 01:07:03 [[User:Aadenboy/Unary-encoded bases]] https://esolangs.org/w/index.php?diff=191230&oldid=191214 * Aadenboy * (+45050) 01:16:27 -!- 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). 01:40:39 [[User:Aadenboy/Unary-encoded bases]] https://esolangs.org/w/index.php?diff=191231&oldid=191230 * Aadenboy * (+328) 01:46:45 [[User:Aadenboy/Unary-encoded bases]] https://esolangs.org/w/index.php?diff=191232&oldid=191231 * Aadenboy * (+380) 01:59:04 -!- sprock has joined. 02:03:14 int-e: you could omit delimiters with a bijective encoding if each digit uses a different character, such as "AAABBAAAABBBA" 02:05:20 [[User:Aadenboy/Unary-encoded bases]] https://esolangs.org/w/index.php?diff=191233&oldid=191232 * Aadenboy * (-24) 02:12:31 [[XKCD Random Number]] https://esolangs.org/w/index.php?diff=191234&oldid=191229 * Miui * (+371) /* Piet++ */ add portable pixmap version 02:14:20 [[Talk:Piet++]] N https://esolangs.org/w/index.php?oldid=191235 * Miui * (+9895) Created page with "=Interpreter=
 """Piet++ interpreter (per https://esolangs.org/wiki/Piet%2B%2B).  Navigation follows Piet. Commands are selected by the transition between colour blocks: dG mod 2, dR mod 4, dB mod 4 over the 4-level colour space. """ from PIL import Image  LEVEL =
02:19:31 -!- sprock has quit (Ping timeout: 246 seconds).
02:21:45  [[User:Miui/InDev/+$InMemNanoG=]]  https://esolangs.org/w/index.php?diff=191236&oldid=183653 * Miui * (-155) found another old sketch to blank
02:31:26  [[Usernames]]  https://esolangs.org/w/index.php?diff=191237&oldid=190871 * PrySigneToFry * (+1475) 
02:34:10  [[Piet++]] M https://esolangs.org/w/index.php?diff=191238&oldid=117409 * PrySigneToFry * (+160) Fix format so that on deep background you can read text clearly
02:35:57  [[++]] N https://esolangs.org/w/index.php?oldid=191239 * Miui * (+2540)   (Create page)
02:39:28  [[++]] M https://esolangs.org/w/index.php?diff=191240&oldid=191239 * Miui * (+0) Pronounced: "eng"
02:42:52  [[HQ9+]]  https://esolangs.org/w/index.php?diff=191241&oldid=186713 * PrySigneToFry * (+5658) 
02:55:33 -!- sprock has joined.
03:04:42  [[NotDeadfish++]]  https://esolangs.org/w/index.php?diff=191242&oldid=190602 * Cordership * (+64) 
03:15:32  [[Trivial bf substitution]] N https://esolangs.org/w/index.php?oldid=191243 * Marcus 2n2 * (+44) Redirected page to [[Trivial brainfuck substitution]]
03:16:34  [[Simpl]]  https://esolangs.org/w/index.php?diff=191244&oldid=191171 * Cordership * (+91) 
03:18:41  [[Simpl]]  https://esolangs.org/w/index.php?diff=191245&oldid=191244 * Cordership * (+7) 
03:41:21 -!- sprock has quit (Ping timeout: 254 seconds).
03:43:49  [[]] N https://esolangs.org/w/index.php?oldid=191246 * Marcus 2n2 * (+1050) Created page with "{{Distinguish/Confusion|O}} '''''' is an esolang made by [[User:Marcus 2n2]] where every symbol is an O, making it really hard to distinguish. This is basically a [[trivial bf substitution]]. ==Instructions== {| class="wikitable" |+ Instructions |- ! [[bf]] !!  |- | + || O 
03:44:53  [[]] M https://esolangs.org/w/index.php?diff=191247&oldid=191246 * Marcus 2n2 * (+24) 
03:46:24  [[Talk:Piet++]]  https://esolangs.org/w/index.php?diff=191248&oldid=191235 * Miui * (+116) /* Interpreter */
03:48:31  [[Language list]] M https://esolangs.org/w/index.php?diff=191249&oldid=191032 * Marcus 2n2 * (+9) /* Non-alphabetic */
03:50:59  [[Talk:Piet++]]  https://esolangs.org/w/index.php?diff=191250&oldid=191248 * Miui * (-9859) Moved interpreter to repositor and added an IDE.
03:54:15  [[]] M https://esolangs.org/w/index.php?diff=191251&oldid=191247 * Marcus 2n2 * (+89) /* Examples */
04:30:55 -!- FreeFull has quit.
04:37:25 -!- sprock has joined.
05:04:21  aadenboy: Sure. But then you need more characters or a completely different encoding to find the end of numbers.
05:09:57  aadenboy: aadenboy: There are other silly ways to move the goalpoast. For example, you could use / for n := 2*n, 1 for n := 2*n + 1, 11 for n := 4*n + 3, 111 for n := 8*n+7, etc. This looks a bit similar to one of those unary schemes, but it's really the ordinary base 2 representation with the effect of runs of 1s compressed into a single step.
05:10:45  aadenboy: (And once again you'd still need to squeeze in an end-of-number indicator too.)
05:15:06  [[User talk:Cordership/List of users from both Esolang and ConwayLife forums]]  https://esolangs.org/w/index.php?diff=191252&oldid=187641 * Cordership * (+152) 
05:31:44  [[User:I am islptng]]  https://esolangs.org/w/index.php?diff=191253&oldid=189321 * Cordership * (+27) /* The people that I (dis)like */
05:34:24 -!- Sgeo has quit (Read error: Connection reset by peer).
05:38:12 -!- Sgeo has joined.
05:48:49  [[Overshoot Dirac Delta]]  https://esolangs.org/w/index.php?diff=191254&oldid=191196 * Yayimhere2(school) * (+1108) /* Semantics */
05:55:35 -!- tromp has joined.
05:57:46  [[User talk:Aadenboy/xml maybe]] N https://esolangs.org/w/index.php?oldid=191255 * Yayimhere2(school) * (+154) Created page with "I might try to finish it if thats ok. --~~~~"
06:06:17  [[Talk:Vines]]  https://esolangs.org/w/index.php?diff=191256&oldid=189526 * AeroPurple * (+534) 
06:26:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:46:40  [[User:Raiseafloppafan7741]] M https://esolangs.org/w/index.php?diff=191257&oldid=191201 * Raiseafloppafan7741 * (+655) /* Some strange questions and thoughts and ideas */
07:00:43 -!- sprock has quit (Ping timeout: 242 seconds).
07:04:07  [[User talk:Aadenboy/bondbondbondbondbond]] N https://esolangs.org/w/index.php?oldid=191258 * Dragoneater67mobile * (+309) Created page with "
{{lowercasetitle}}
is not actually a real template, use
{{lowercase}}
instead --~~~~" 07:04:33 [[User talk:Aadenboy/bondbondbondbondbond]] https://esolangs.org/w/index.php?diff=191259&oldid=191258 * Dragoneater67mobile * (+5) 07:04:54 [[User talk:Aadenboy/bondbondbondbondbond]] M https://esolangs.org/w/index.php?diff=191260&oldid=191259 * Dragoneater67mobile * (-1) fix typo 07:15:26 [[Overshoot Dirac Delta]] https://esolangs.org/w/index.php?diff=191261&oldid=191254 * Yayimhere2(school) * (+1984) 07:18:09 [[User talk:Aadenboy/bondbondbondbondbond]] https://esolangs.org/w/index.php?diff=191262&oldid=191260 * Dragoneater67mobile * (+241) 07:18:57 [[Overshoot Dirac Delta]] https://esolangs.org/w/index.php?diff=191263&oldid=191261 * Yayimhere2(school) * (+72) 07:28:53 -!- MarkFan8901 has joined. 07:29:06 dude holy shit 07:29:24 we checked a random lang from the irc log 07:29:26 by miui 07:29:30 https://esolangs.org/wiki/Eselangs 07:29:36 this is just straight up racismlang 07:29:48 they made racistscript 07:30:01 [[4ME]] M https://esolangs.org/w/index.php?diff=191264&oldid=161545 * Ractangle * (+5) /* See Also */ updating shi 07:30:06 that is all 07:30:10 -!- MarkFan8901 has quit (Client Quit). 07:33:43 -!- tromp has joined. 07:36:23 [[BODOKE2801's Redirect]] https://esolangs.org/w/index.php?diff=191265&oldid=175172 * Dragoneater67mobile * (+17) 07:36:32 [[BODOKE2801's Redirect]] M https://esolangs.org/w/index.php?diff=191266&oldid=191265 * Dragoneater67mobile * (-1) 07:38:02 I... don't quite understand where MarkFan8901 got that idea. I mean, I see the slang, but I don't see intent. Is this a Jar Jar Binks situation? 07:39:21 (It is a superfluous esolang though; there's not much there in terms of semantics, and that's being generous :P) 07:43:58 Hi 07:50:57 [[User talk:Junkshipp]] https://esolangs.org/w/index.php?diff=191267&oldid=170787 * Cordership * (+215) 07:51:43 [[User talk:Cordership]] https://esolangs.org/w/index.php?diff=191268&oldid=188375 * Cordership * (+149) /* more beer pls */ 07:56:44 [[Opal]] M https://esolangs.org/w/index.php?diff=191269&oldid=152557 * Ractangle * (-466) what the 4me bro 07:57:52 [[Template:AbandonedFree]] M https://esolangs.org/w/index.php?diff=191270&oldid=129378 * Ractangle * (+17) 07:58:01 [[TISC (Esolang)]] M https://esolangs.org/w/index.php?diff=191271&oldid=180186 * Ractangle * (-9) 08:02:31 [[Input hello world or else:/the file in questoin]] M https://esolangs.org/w/index.php?diff=191272&oldid=138759 * Ractangle * (-46) Removed redirect to [[Input hello world or else:/the file in question]] 08:05:35 [[User:Ractangle/Sandbox]] M https://esolangs.org/w/index.php?diff=191273&oldid=188732 * Ractangle * (+16) /* Stuff */ 08:05:35 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine). 08:13:55 [[Snakel/Errors]] M https://esolangs.org/w/index.php?diff=191274&oldid=150644 * Ractangle * (+7) Changed redirect target from [[Snakel]] to [[Snakel#Errors]] 08:22:31 [[Queue-based esolang]] M https://esolangs.org/w/index.php?diff=191275&oldid=151202 * Ractangle * (+13) /* Interpreters */ 08:22:53 [[Queue-based esolang]] M https://esolangs.org/w/index.php?diff=191276&oldid=191275 * Ractangle * (-88) /* See also */ dang it 08:26:06 -!- Lord_of_Life has joined. 08:30:01 -!- Lord_of_Life has quit (Client Quit). 08:33:22 [[Simpl]] https://esolangs.org/w/index.php?diff=191277&oldid=191245 * Cordership * (+54) /* Sgn Machine */ 08:39:25 [[Simpl]] https://esolangs.org/w/index.php?diff=191278&oldid=191277 * Cordership * (+168) /* User:PrySigneToFry/ function */ 08:44:51 [[Simpl]] https://esolangs.org/w/index.php?diff=191279&oldid=191278 * Cordership * (+122) /* Syntax */ 08:45:31 [[Simpl]] https://esolangs.org/w/index.php?diff=191280&oldid=191279 * Cordership * (-8) /* Examples */ 08:48:22 [[Simpl]] https://esolangs.org/w/index.php?diff=191281&oldid=191280 * Cordership * (+9) 08:50:34 [[Simpl]] https://esolangs.org/w/index.php?diff=191282&oldid=191281 * Cordership * (+167) /* Syntax */ 08:51:18 [[Simpl]] https://esolangs.org/w/index.php?diff=191283&oldid=191282 * Cordership * (+59) /* Syntax */ 09:03:11 -!- perlbot has quit (Quit: ZNC 1.9.1+deb2+b3 - https://znc.in). 09:03:11 -!- simcop2387 has quit (Quit: ZNC 1.9.1+deb2+b3 - https://znc.in). 09:04:05 [[Template:TBS]] N https://esolangs.org/w/index.php?oldid=191284 * None1 * (+165) Created page with "[[trivial brainfuck substitution]] TrivialBrainfuckSubstitution("{{{1}}}", "{{{2}}}", "{{{3}}}", "{{{4}}}", "{{{5}}}""{{{6}}}", "{{{7}}}", "{{{8}}}")" 09:05:29 [[Template:TBS]] M https://esolangs.org/w/index.php?diff=191285&oldid=191284 * None1 * (-1) 09:07:53 [[Dule]] https://esolangs.org/w/index.php?diff=191286&oldid=190756 * None1 * (+65) 09:08:01 [[Dule]] https://esolangs.org/w/index.php?diff=191287&oldid=191286 * None1 * (+3) 09:08:08 [[Dule]] M https://esolangs.org/w/index.php?diff=191288&oldid=191287 * None1 * (+1) 09:09:05 [[User talk:Junkshipp]] https://esolangs.org/w/index.php?diff=191289&oldid=191267 * Yayimhere2(school) * (+139) 09:10:17 [[Dule]] https://esolangs.org/w/index.php?diff=191290&oldid=191288 * None1 * (+90) 09:10:28 [[Len(language,encoding)]] https://esolangs.org/w/index.php?diff=191291&oldid=139749 * None1 * (+11) /* See also */ 09:10:40 [[OCPL]] https://esolangs.org/w/index.php?diff=191292&oldid=177638 * None1 * (+11) /* See also */ 09:14:42 -!- Lord_of_Life has joined. 09:20:55 -!- Bowserinator has quit (*.net *.split). 09:20:55 -!- AlsoJAA has quit (*.net *.split). 09:20:56 -!- Artea has quit (*.net *.split). 09:20:56 -!- ski has quit (*.net *.split). 09:20:56 -!- oren has quit (*.net *.split). 09:20:56 -!- nitrix has quit (*.net *.split). 09:20:56 -!- myname has quit (*.net *.split). 09:21:04 [[Talk:BF Joust strategies]] https://esolangs.org/w/index.php?diff=191293&oldid=189648 * None1 * (+343) /* Dead links */ For the trace and animations, I'm developing a web page for that. 09:21:06 -!- AlsoJAA has joined. 09:21:07 -!- Sgeo has quit (Read error: Connection reset by peer). 09:21:09 -!- ski has joined. 09:21:10 -!- oren has joined. 09:22:08 -!- Bowserinator has joined. 09:22:32 -!- myname has joined. 09:24:10 -!- nitrix has joined. 09:27:03 [[Simpl]] https://esolangs.org/w/index.php?diff=191294&oldid=191283 * Cordership * (+29) /* Syntax */ 09:29:44 [[Simpl]] https://esolangs.org/w/index.php?diff=191295&oldid=191294 * Cordership * (+0) /* 99 bottles of beer on the wall */ 09:30:40 [[Simpl]] https://esolangs.org/w/index.php?diff=191296&oldid=191295 * Cordership * (+3) /* Sgn Machine */ 09:30:58 [[Simpl]] https://esolangs.org/w/index.php?diff=191297&oldid=191296 * Cordership * (+2) /* Syntax */ 09:32:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 09:35:02 -!- Artea has joined. 09:36:44 [[BitChanger]] https://esolangs.org/w/index.php?diff=191298&oldid=161379 * ChuckEsoteric08 * (+29) /* See also */ 09:49:44 [[Simpl]] https://esolangs.org/w/index.php?diff=191299&oldid=191297 * Cordership * (+84) 09:54:07 -!- tromp has joined. 10:05:28 -!- DOS_User_webchat has joined. 10:11:21 -!- DOS_User_webchat has quit (Ping timeout: 250 seconds). 10:36:26 -!- perlbot has joined. 10:36:26 -!- ChanServ has set channel mode: +v perlbot. 10:42:30 -!- simcop2387 has joined. 11:12:18 -!- ais523 has joined. 11:13:05 b_jonas: I guess I was aiming for one integer, rather than one rational (although I do like the "commands are skipped if the number is negative" construction) 11:13:43 arguably Deadfish *already* skips commands when the accumulator is negative (once you allow for the -1 and 256 special cases, it's unobservable whether it does this or not) 11:14:55 I guess if you want to do something similar with integers, you have to halve the even bits while doubling the odd bits, or something along those lines 11:15:53 (something that crossed my mind is that the -1 and 256 special cases could be retained without having a meaningful TCness impact because most TC programs would never reach those specific states when compiled) 11:16:18 [[Flipfuck]] N https://esolangs.org/w/index.php?oldid=191300 * ChuckEsoteric08 * (+1425) Created page with "{{lowercase}} '''flipfuck''' is an esolang derived from [[BitChanger]] as an intermediate step when translating it into [[3L]] ==Commands== {| class="wikitable" |- ! Command !! Meaning |- | } || Invert the bit that the current tape cell holds, and move the tape 11:16:25 ooh! "reverse digits of number" would provide the right amount of data-storage power and yet wouldn't be totally out of place in a Deadfish derivative 11:18:09 [[Flipfuck]] https://esolangs.org/w/index.php?diff=191301&oldid=191300 * ChuckEsoteric08 * (+40) 11:18:20 [[Miny]] M https://esolangs.org/w/index.php?diff=191302&oldid=190902 * PkmnQ * (+1) /* Computational class */ y->f 11:18:28 [[Overshoot Dirac Delta]] https://esolangs.org/w/index.php?diff=191303&oldid=191263 * Yayimhere2(school) * (-55) /* Memory */ 11:28:55 [[Rube Goldberg]] M https://esolangs.org/w/index.php?diff=191304&oldid=191157 * Raiseafloppafan7741 * (+128) /* ConstantLanguage() */ add some variations 11:33:18 [[Flipfuck]] https://esolangs.org/w/index.php?diff=191305&oldid=191301 * ChuckEsoteric08 * (+49) 11:36:24 [[User:Raiseafloppafan7741]] M https://esolangs.org/w/index.php?diff=191306&oldid=191257 * Raiseafloppafan7741 * (+243) 11:38:36 -!- Lymia has quit (Quit: zzzz <3). 11:38:53 [[StackBit]] https://esolangs.org/w/index.php?diff=191307&oldid=169608 * ChuckEsoteric08 * (+91) /* Reversible StackBit */ 11:39:24 -!- Lymia has joined. 11:40:16 -!- shachaf has quit (Quit: leaving). 11:40:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 11:41:59 -!- shachaf has joined. 11:43:49 [[Template:AbandonedFree]] M https://esolangs.org/w/index.php?diff=191308&oldid=191270 * Miui * (+2) spelling + punctuation ("permission" + ".") 11:46:45 [[Special:Log/delete]] delete * Ais523 * deleted "[[Template:AbandonedFree]]": misleading template (it implies that pages are owned by particular people and need their permission to edit, which is not true) 11:50:45 -!- X-Scale has quit (Ping timeout: 246 seconds). 12:02:26 [[TISC (Esolang)]] https://esolangs.org/w/index.php?diff=191309&oldid=191271 * Dragoneater67 * (-1) 12:07:25 [[Special:Log/delete]] delete * Ais523 * deleted "[[TISC (Esolang)]]": redirect left behind after a page move to [[TISC]], it's unlikely that there are many incoming links here and the disambiguator isn't needed 12:10:24 [[Overshoot Dirac Delta]] https://esolangs.org/w/index.php?diff=191310&oldid=191303 * Yayimhere2(school) * (+169) /* Semantics */ 12:13:13 [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=191311&oldid=188312 * Yayimhere2(school) * (+73) 12:21:07 -!- X-Scale has joined. 12:34:07 -!- Yayimheretoo has joined. 12:34:14 hello once again! 12:34:33 how are you all doing? 12:43:56 -!- mosdfisdnfdisnf has joined. 12:46:50 -!- Mrsommer has quit (Ping timeout: 242 seconds). 12:50:22 -!- X-Scale has quit (Ping timeout: 240 seconds). 13:03:24 -!- tromp has joined. 13:11:07 -!- X-Scale has joined. 13:14:15 -!- FreeFull has joined. 13:24:42 ais523: re reverse digits of number => you'll need to make sure that you can transfer some state between the two ends of the deque though 13:24:56 hi Yayimheretoo 13:25:28 hi ais523! 13:25:32 been a while I feel 13:25:40 b_jonas: yes, although that might just be a case of 13:25:54 hmm, I wasn't sure how to finish that sentence and accidentally submitted it rather than backspacing 13:26:02 huh 13:26:05 there isn't an end to the sentence, I guess we'll just have to leave it as half a sentence 13:26:17 I mean pretty much yea 13:26:18 return and backspace are adjacent on most keyboards, I consider this to be a major design mistake 13:26:28 a conditional reverse might just be enough 13:26:46 ais523: are they? huh, never experienced that, on mine they are just very close/near 13:26:53 int-e: ooh, like the bit bucket pattern 13:26:59 also hows sleep? still having issues? 13:27:20 it's been more stable recently but still far from what most people would consider normal 13:27:37 damn. well atleast its getting better 13:28:49 [[MY E KEY BROKE]] N https://esolangs.org/w/index.php?oldid=191312 * Raiseafloppafan7741 * (+2788) Created page with "{{WIP}} '''MY E KEY BROKE''' is an esolang by [[user:raiseafloppafan7741]] in [[:Category:2026|2026]] after realizing the E key on his keyboard completely stopped working.