< 1670025606 355412 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :If I'm looking for a mapping that converts the number 0, 1, 2, 3, 4, 5, 6, 7, 8 on top of the stack to 9, 6, 3, 1, 7, 4, 5, 2, 8 respectively, and does it in less characters of Burlesque than 963174528XXj!!, is there a good way to find one? < 1670028975 682126 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Hmm are you doing AoC? < 1670029004 312260 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :...maybe. < 1670029117 942417 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I'm doing Go "for real" and then following up with Burlesque as in last year. < 1670029207 206881 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I think I'll just keep it as 963174528XXj!! and 978123564XXj!! for parts 1 & 2 respectively, no sense in getting Burlesque burnout this early. < 1670029360 550400 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :(Think I was pretty bored of it by the end of last year, but with just a few missing gaps, felt like I had to catch them all.) < 1670029963 700215 :int-e!~noone@int-e.eu PRIVMSG #esolangs :> let i c = ord c `mod` 3; score a b = (b-a-1) `mod` 3 * 3 + (b-1) `mod` 3 + 1 in [score a b | b <- [0..2], a <- [0..2]] < 1670029965 134783 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : [9,6,3,1,7,4,5,2,8] < 1670030067 601885 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(That's quite a bit of arithmetic though. But at least I figured out why you have those numbers in that order.) < 1670030231 630187 :int-e!~noone@int-e.eu PRIVMSG #esolangs :> let foo a b | b <- (ord b - 1) `mod` 3, a <- (b - ord a) `mod` 3 = a*3 + b + 1 in [foo a b | a <- "ABC", b <- "XYZ"] < 1670030232 964435 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : [4,8,3,1,5,9,7,2,6] < 1670030260 671122 :int-e!~noone@int-e.eu PRIVMSG #esolangs :But here's an opportunity for sharing. Maybe that's good enough. < 1670030368 45332 :int-e!~noone@int-e.eu PRIVMSG #esolangs :32 = -1 (mod 3) > 1670032745 115146 PRIVMSG #esolangs :14[[07SICO14]]4 N10 02https://esolangs.org/w/index.php?oldid=105020 5* 03Unl256 5* (+292) 10Created page with "SICO is a Single Instruction COmputer. Originally called UNILEQ, it is an unsigned version of [[SUBLEQ]]. Instead of jumping if the result of a subtraction is negative, SICO jumps if the subtraction generates a borrow (or carry). ==External resources== *[https://alecdee.git > 1670032753 985845 PRIVMSG #esolangs :14[[07SICO14]]4 10 02https://esolangs.org/w/index.php?diff=105021&oldid=105020 5* 03Unl256 5* (-1) 10/* External resources */ > 1670032836 575976 PRIVMSG #esolangs :14[[07SICO14]]4 10 02https://esolangs.org/w/index.php?diff=105022&oldid=105021 5* 03Unl256 5* (+0) 10 < 1670033451 778413 :razetime!~quassel@49.207.211.219 JOIN #esolangs * :razetime < 1670033769 931426 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Yeah, I'm doing **3.% to get from that ABCXYZ business into 0..2, and then 3ug to treat it as a base-3 number, and then the lookup. Perhaps doing math on the two numbers without smashing them together could win out. < 1670033851 316039 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Although in my first working draft of that, I'm just swapping a 3ug963174528XXj!! with jJ-.3.%j#R.--.3.%3.*.++. which is longer by 7. < 1670033859 882018 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Maybe some of that stack manipulation could be avoided though. < 1670034201 162577 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :https://0x0.st/ok1o.txt // stack diagram for the record < 1670034380 802670 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Oh right, the builtins are 2 characters each... that'll make the table version hard to beat < 1670035418 768977 :razetime!~quassel@49.207.211.219 QUIT :Ping timeout: 268 seconds < 1670035735 561447 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :It's not a real golfing language, it's just... golf-adjacent. < 1670036547 397413 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :fungot: Why can't you be as clever as that OpenAI ChatGPT thing? < 1670036547 981781 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :fizzie: any chance i could find on linguistics, plato's republic, seven habits of highly effective people, fnord, fnord > 1670037452 766874 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03GandalfPotter13 5* 10New user account < 1670037661 642634 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I asked ChatGPT itself to help, but I don't think it really got me anywhere: https://0x0.st/ok11.txt > 1670037890 26906 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 M10 02https://esolangs.org/w/index.php?diff=105023&oldid=105002 5* 03GandalfPotter13 5* (+226) 10added my entry to the introduction boook > 1670038326 315577 PRIVMSG #esolangs :14[[07QwertyScript14]]4 N10 02https://esolangs.org/w/index.php?oldid=105024 5* 03GandalfPotter13 5* (+940) 10initial edit > 1670038650 736450 PRIVMSG #esolangs :14[[07QwertyScript14]]4 M10 02https://esolangs.org/w/index.php?diff=105025&oldid=105024 5* 03GandalfPotter13 5* (+125) 10external linked github page > 1670038688 86873 PRIVMSG #esolangs :14[[07QwertyScript14]]4 M10 02https://esolangs.org/w/index.php?diff=105026&oldid=105025 5* 03GandalfPotter13 5* (+8) 10fix newlines > 1670038734 719305 PRIVMSG #esolangs :14[[07QwertyScript14]]4 M10 02https://esolangs.org/w/index.php?diff=105027&oldid=105026 5* 03GandalfPotter13 5* (+32) 10fix more newlines > 1670038808 820918 PRIVMSG #esolangs :14[[07QwertyScript14]]4 M10 02https://esolangs.org/w/index.php?diff=105028&oldid=105027 5* 03GandalfPotter13 5* (+60) 10update style > 1670039064 180770 PRIVMSG #esolangs :14[[07^!14]]4 10 02https://esolangs.org/w/index.php?diff=105029&oldid=104977 5* 03Ninesquared81 5* (+208) 10 > 1670039404 714929 PRIVMSG #esolangs :14[[07^!14]]4 10 02https://esolangs.org/w/index.php?diff=105030&oldid=105029 5* 03Ninesquared81 5* (+2279) 10/* Cat */ > 1670039834 664234 PRIVMSG #esolangs :14[[07OISC14]]4 M10 02https://esolangs.org/w/index.php?diff=105031&oldid=103017 5* 03Unl256 5* (-2) 10Renamed unileq -> SICO > 1670040986 413841 PRIVMSG #esolangs :14[[07^!14]]4 10 02https://esolangs.org/w/index.php?diff=105032&oldid=105030 5* 03Ninesquared81 5* (+605) 10/* Examples */ > 1670041510 749982 PRIVMSG #esolangs :14[[07Hello world program in esoteric languages (nonalphabetic and A-M)14]]4 10 02https://esolangs.org/w/index.php?diff=105033&oldid=104739 5* 03Ninesquared81 5* (+111) 10 > 1670042089 82391 PRIVMSG #esolangs :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=105034&oldid=104932 5* 03Ninesquared81 5* (+40) 10/* Implementations */ > 1670042392 136970 PRIVMSG #esolangs :14[[07^!14]]4 10 02https://esolangs.org/w/index.php?diff=105035&oldid=105032 5* 03Ninesquared81 5* (+4) 10/* Truth-machine */ < 1670042471 792767 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 265 seconds < 1670042668 832511 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1670043522 431378 :m0ther!uid568065@user/utoneq QUIT :Quit: Connection closed for inactivity > 1670044738 650590 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Dtp09 5* 10uploaded "[[02File:Tile Nope.png10]]": [[Nope.]] written in [[Tile]] > 1670044945 255224 PRIVMSG #esolangs :14[[07Nope.14]]4 10 02https://esolangs.org/w/index.php?diff=105037&oldid=100052 5* 03Dtp09 5* (+670) 10 < 1670045179 833859 :slavfox!~slavfox@93.158.232.111 QUIT :Quit: ZNC 1.8.2 - https://znc.in < 1670045483 264400 :slavfox!~slavfox@93.158.232.111 JOIN #esolangs slavfox :slavfox > 1670045614 90787 PRIVMSG #esolangs :14[[07Nope.14]]4 10 02https://esolangs.org/w/index.php?diff=105038&oldid=105037 5* 03Dtp09 5* (+76) 10 < 1670051633 823422 :m0ther!uid568065@user/utoneq JOIN #esolangs zut :utoneq < 1670054742 236622 :razetime!~quassel@49.207.211.219 JOIN #esolangs * :razetime < 1670056084 439625 :Trieste!~T@user/pilgrim QUIT :Ping timeout: 248 seconds < 1670056201 429606 :Trieste!~T@user/pilgrim JOIN #esolangs pilgrim :T < 1670061580 70676 :BarryNL!~BarryNL@2a02-a468-ae45-1-95e2-e7b8-feb8-95d2.fixed6.kpn.net QUIT :Ping timeout: 252 seconds < 1670061647 756784 :BarryNL!~BarryNL@109.37.140.88 JOIN #esolangs * :BarryNL < 1670062195 490791 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1670062206 823397 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 268 seconds < 1670062272 992777 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 NICK :Lord_of_Life < 1670063553 848460 :BarryNL!~BarryNL@109.37.140.88 QUIT :Read error: Connection reset by peer < 1670063574 830332 :BarryNL!~BarryNL@2a02-a468-ae45-1-95e2-e7b8-feb8-95d2.fixed6.kpn.net JOIN #esolangs * :BarryNL > 1670063678 656651 PRIVMSG #esolangs :14[[07So simple dollar14]]4 10 02https://esolangs.org/w/index.php?diff=105039&oldid=105018 5* 03Kaveh Yousefi 5* (+344) 10Added a section describing the architecture. < 1670064068 286499 :razetime!~quassel@49.207.211.219 QUIT :Quit: https://quassel-irc.org - Chat comfortably. Anywhere. < 1670064505 392943 :razetime!~quassel@49.207.211.219 JOIN #esolangs * :razetime < 1670064683 440325 :m0ther!uid568065@user/utoneq QUIT :Quit: Connection closed for inactivity < 1670065764 570995 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer < 1670066023 641235 :int-e!~noone@int-e.eu PRIVMSG #esolangs :shachaf: I found four more bonfires for a total of 201, matching the promised "over 200 puzzles" promise from the demo (plus, maybe 3-5 puzzles worth of stuff in the overworld). < 1670066843 97834 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(I'm not done yet, and I'm not even sure yet whether I can solve them all.) > 1670067014 769538 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03Smatcher 5* 10New user account > 1670067145 59024 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=105040&oldid=105023 5* 03Smatcher 5* (+166) 10/* Introductions */ > 1670067408 678842 PRIVMSG #esolangs :14[[07Whitespace14]]4 10 02https://esolangs.org/w/index.php?diff=105041&oldid=89312 5* 03Smatcher 5* (+17) 10Before testing if we should jump to the label "Tab" we push 1 on the stack but we forget to read the character back from the heap ([Tab][Tab][Tab]). Because of this the check always fails and we loop endlessly. < 1670071619 830387 :BarryNL!~BarryNL@2a02-a468-ae45-1-95e2-e7b8-feb8-95d2.fixed6.kpn.net QUIT :Ping timeout: 264 seconds < 1670071679 300318 :BarryNL!~BarryNL@109.37.142.216 JOIN #esolangs * :BarryNL < 1670072063 357292 :earend1!uid568065@user/utoneq JOIN #esolangs zut :utoneq < 1670073212 126650 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :TIL: (x-39)%58+1 is a convenient function to convert a..z to 1..26 and A..Z to 27..52. < 1670073215 217856 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Because 39.-58.%+. is shorter than faffing about with conditionals in Burlesque, that'd be something like 38.-J53>={58.-}if. < 1670073240 411070 :BarryNL!~BarryNL@109.37.142.216 QUIT :Read error: Connection reset by peer < 1670073284 833120 :BarryNL!~BarryNL@2a02-a468-ae45-1-95e2-e7b8-feb8-95d2.fixed6.kpn.net JOIN #esolangs * :BarryNL < 1670073331 250887 :catsanddo!~catsanddo@user/catsanddo JOIN #esolangs catsanddo :Unknown < 1670073475 932190 :int-e!~noone@int-e.eu PRIVMSG #esolangs :fizzie: not sure this helps, but (x-38)%58 will also work < 1670073601 507926 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(not sure because I have no idea where the 1 comes from on your stack) < 1670073754 522430 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Yes, I just got that thought while eating breakfast and came here to test it. < 1670073758 97188 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :It does save the +. < 1670073796 352748 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Oh it's the increment. < 1670073920 977984 :int-e!~noone@int-e.eu PRIVMSG #esolangs :.+, +., who can tell the difference ;) < 1670074976 519738 :catsanddo!~catsanddo@user/catsanddo QUIT :Quit: leaving < 1670076362 207898 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I do wonder if there's a better way to split a string in half than JL[2./cop^ though. < 1670076362 565657 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Ping timeout: 255 seconds < 1670076365 796705 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :`blsq "foobar"JL[2./cop^ < 1670076366 875411 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​"foo" \ "bar" < 1670076399 212687 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :`blsq "vJrwpWtwJgWrhcsFMMfFFhFp"JL[2./cop^IN < 1670076400 371527 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​"p" < 1670076474 525422 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse < 1670076489 815149 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Right, I *thought* there was a builtin that did JL[, just couldn't find it -- it's sa. < 1670076521 959055 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Which is normally SetAt, the block mutator. For some reason it does double duty as "dup + length" when top of stack is a block or a string. < 1670076530 492873 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :`blsq "vJrwpWtwJgWrhcsFMMfFFhFp"sa2./cop^IN < 1670076531 580031 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​"p" < 1670076545 757071 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Remote host closed the connection < 1670076651 949411 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :`blsq "foobar"'x3sa < 1670076653 212434 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​"fooxar" < 1670076655 525787 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :That's just odd. < 1670076786 542344 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse < 1670077665 327675 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :https://zem.fi/tmp/aoc/time.one.html looks like part 1 of today was unusually fast even by day 3 standards. < 1670077673 485994 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Top three are 10, 30 and 37 seconds, respectively. < 1670077702 734716 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :It took me far longer than 10 seconds to even read the problem. < 1670080520 83636 :impomatic!~impomatic@host212-140-202-37.range212-140.btcentralplus.com JOIN #esolangs impomatic :John Metcalf < 1670080578 536365 :impomatic!~impomatic@host212-140-202-37.range212-140.btcentralplus.com QUIT :Client Quit < 1670080597 934453 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf < 1670082985 803519 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Remote host closed the connection < 1670083023 330410 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu QUIT :Ping timeout: 252 seconds > 1670083065 585927 PRIVMSG #esolangs :14[[07OISC14]]4 M10 02https://esolangs.org/w/index.php?diff=105042&oldid=105031 5* 03Unl256 5* (+0) 10Put SICO in alphabetical order. Corrected jump condition. < 1670084210 958990 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu JOIN #esolangs * :b_jonas < 1670085305 639809 :razetime!~quassel@49.207.211.219 QUIT :Quit: https://quassel-irc.org - Chat comfortably. Anywhere. > 1670086618 183107 PRIVMSG #esolangs :14[[07SICO14]]4 10 02https://esolangs.org/w/index.php?diff=105043&oldid=105022 5* 03Unl256 5* (+4828) 10Filled out details for the language > 1670086745 638258 PRIVMSG #esolangs :14[[07SICO14]]4 M10 02https://esolangs.org/w/index.php?diff=105044&oldid=105043 5* 03Unl256 5* (-1) 10Updated spacing > 1670087062 955306 PRIVMSG #esolangs :14[[07Subleq14]]4 10 02https://esolangs.org/w/index.php?diff=105045&oldid=103724 5* 03Unl256 5* (+15) 10Updated UNILEQ link to SICO > 1670087665 439878 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03SuperPizza 5* 10New user account > 1670089529 224761 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 M10 02https://esolangs.org/w/index.php?diff=105046&oldid=105040 5* 03SuperPizza 5* (+330) 10SuperPizza adds himself > 1670089543 547297 PRIVMSG #esolangs :14[[07Talk:Brainfuck algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=105047&oldid=70701 5* 03SuperPizza 5* (+333) 10/* Shorter comparisons? */ new section < 1670089827 824156 :impomatic!~impomatic@host212-140-202-37.range212-140.btcentralplus.com JOIN #esolangs impomatic :John Metcalf > 1670089926 408123 PRIVMSG #esolangs :14[[07Talk:Brainfuck algorithms14]]4 M10 02https://esolangs.org/w/index.php?diff=105048&oldid=105047 5* 03SuperPizza 5* (+93) 10/* Shorter comparisons? */ < 1670090016 211156 :impomatic!~impomatic@host212-140-202-37.range212-140.btcentralplus.com QUIT :Client Quit < 1670090035 681601 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf < 1670090623 710047 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Remote host closed the connection < 1670091095 768584 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf < 1670091216 127917 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Client Quit < 1670091237 742469 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf < 1670091523 744806 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Remote host closed the connection < 1670091994 682367 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf < 1670092116 41054 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Client Quit < 1670092137 653198 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf > 1670092140 879312 PRIVMSG #esolangs :14[[07IBSA14]]4 10 02https://esolangs.org/w/index.php?diff=105049&oldid=104356 5* 03Simple9371 5* (-1337) 10New iteration: IBSA just got simpler, but weirder... < 1670092693 662796 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Remote host closed the connection < 1670093195 856567 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf < 1670093316 174674 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Client Quit < 1670093335 676342 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf < 1670093593 697863 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Remote host closed the connection < 1670093919 462720 :FreeFull!~freefull@user-5-173-224-149.play-internet.pl JOIN #esolangs FreeFull :FreeFull < 1670093966 663105 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf > 1670094319 188530 PRIVMSG #esolangs :14[[07MoonScript14]]4 M10 02https://esolangs.org/w/index.php?diff=105050&oldid=105005 5* 03Hakerh400 5* (+0) 10 < 1670094343 668968 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Remote host closed the connection < 1670094537 679350 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf < 1670094847 681083 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Quit: impomatic < 1670095568 699621 :j-bot!~jbot@hagall.firefly.nu JOIN #esolangs * :jevalbot < 1670096094 393565 :impomatic!~impomatic@host212-140-202-37.range212-140.btcentralplus.com JOIN #esolangs impomatic :John Metcalf < 1670096270 735098 :impomatic!~impomatic@host212-140-202-37.range212-140.btcentralplus.com QUIT :Client Quit < 1670096290 376343 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 JOIN #esolangs impomatic :John Metcalf < 1670096359 13690 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :ais523: in the kind of interface screw that you want to minimize in nethack4. Understand is a puzzle game where each level consists of about four screens that you have to solve, where the solution has to satisfy the same small number of hidden rules, on different inputs on each screen. All but the last screen of the level reveals which of the few rules your attempted solution satisfies, whereas the last < 1670096365 20122 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :screen only reveals whether all rules are satisfied by your attempt. Except not, because there's an audio chime that reveals how many of the rules your attempt satisfies, even on the last screen. So playing with audio makes the game easier. < 1670096685 96306 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :There are also two of these interface screws in the roguelike platformers Spelunky 2, in the secret secret zone called Cosmic Ocean. On each level of Cosmic, there are three bubbles that you have to kill, then get to the exit, but a big instakill enemy starts to follow you when the third bubble is killed. It's useful to know how many bubbles remain, especially since sometimes something on the level < 1670096691 104509 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :kills a bubble off-screen without you knowing about it. When a bubble dies, it makes a different sound depending on how many bubbles remain, but there's no visual indication. Also there's a subtle sound cue for when a bubble is near, even when it's off-screen, and in stereo sound you can tell if it's to the left or right. < 1670096714 441532 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :Both of these are good games in general despite this. < 1670096730 831840 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :You can have option to display on screen additionally than the sound (which can help in case the audio is muted or otherwise cannot be heard) < 1670096920 129421 :impomatic!~impomatic@2a00:23c7:5fac:e001:8d91:4d30:2c2a:e5d5 QUIT :Ping timeout: 252 seconds < 1670097062 271074 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :zzo38: are you saying that Understand has a setting for this? < 1670097341 822513 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :fungot, do humans descend from the Golgafrinchans < 1670097342 560462 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :b_jonas: i don't really have a scope. bah. haskell proves that indentation-sensitive syntax can be first, or to make a birthday card? something small it was. does mary mccarthy hang out on c.l.l. < 1670097559 363072 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1670097663 281636 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :No; I have not play that game. But, when making up a game, you might wish to add such a thing, for this reason < 1670097675 696797 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :right < 1670097803 726435 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :I'm just very glad that someone is running a J evaluator bot on IRC at all < 1670097830 881371 :b_jonas!~x@adsl-89-134-29-164.monradsl.monornet.hu PRIVMSG #esolangs :oops, wrong channel but shoudln't matter < 1670098031 892338 :FireFly!~firefly@glowbum/gluehwuermchen/firefly PRIVMSG #esolangs :lol < 1670098035 845257 :FireFly!~firefly@glowbum/gluehwuermchen/firefly PRIVMSG #esolangs :yeah that works < 1670100828 537718 :Thedarkb-Desktop!~Thedarkb@92.40.196.34.threembb.co.uk QUIT :Remote host closed the connection > 1670103826 696730 PRIVMSG #esolangs :14[[07SICO14]]4 M10 02https://esolangs.org/w/index.php?diff=105051&oldid=105044 5* 03Unl256 5* (+601) 10Added comparison to Subleq > 1670104484 808845 PRIVMSG #esolangs :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=105052&oldid=105006 5* 03PythonshellDebugwindow 5* (+19) 10/* Q */ add < 1670108677 147640 :Trieste!~T@user/pilgrim QUIT :Ping timeout: 256 seconds < 1670109224 951070 :earend1!uid568065@user/utoneq QUIT :Quit: Connection closed for inactivity < 1670109292 434770 :Trieste!~T@user/pilgrim JOIN #esolangs pilgrim :T > 1670111318 391216 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03Eklerks 5* 10New user account < 1670111645 963000 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :...uh: https://zem.fi/tmp/brainfuck.png < 1670111655 960125 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Someone needs to give that AI a lesson. > 1670111747 902817 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=105053&oldid=105046 5* 03Eklerks 5* (+139) 10 > 1670111787 925759 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 M10 02https://esolangs.org/w/index.php?diff=105054&oldid=105053 5* 03Eklerks 5* (+66) 10