< 1732665774 426858 :mtm!~textual@47.202.75.129 QUIT :Ping timeout: 246 seconds < 1732665957 940369 :mtm!~textual@47.202.75.129 JOIN #esolangs mtm :Textual User < 1732666925 9055 :zenmov!~zenmov@user/zenmov QUIT :Ping timeout: 260 seconds < 1732666997 170712 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 248 seconds < 1732667009 453432 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown < 1732667058 447775 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord > 1732667694 479795 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=146822&oldid=146729 5* 03ColorfulGalaxy's CA discoveries 5* (+250) 10/* Edit war on Chinese users' talk pages */ > 1732667882 307327 PRIVMSG #esolangs :14[[07User:PrySigneToFry/Archive/Misc14]]4 10 02https://esolangs.org/w/index.php?diff=146823&oldid=146750 5* 03ColorfulGalaxy's CA discoveries 5* (-4317) 10 > 1732667979 891019 PRIVMSG #esolangs :14[[07User talk:Translated ORK14]]4 10 02https://esolangs.org/w/index.php?diff=146824&oldid=146794 5* 03ColorfulGalaxy's CA discoveries 5* (+236) 10/* Blocked */ > 1732668100 32651 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=146825&oldid=146822 5* 03ColorfulGalaxy's CA discoveries 5* (+253) 10/* Edit war on Chinese users' talk pages */ > 1732668177 645399 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=146826&oldid=146825 5* 03ColorfulGalaxy's CA discoveries 5* (+261) 10/* I got hacked again */ < 1732668222 68379 :Noisytoot!~noisytoot@user/meow/Noisytoot QUIT :Remote host closed the connection < 1732668249 738415 :Noisytoot!~noisytoot@user/meow/Noisytoot JOIN #esolangs Noisytoot :Ron < 1732668866 393667 :__monty__!~toonn@user/toonn QUIT :Quit: leaving < 1732669594 975707 :zenmov!~zenmov@user/zenmov QUIT :Read error: Connection reset by peer > 1732670833 661826 PRIVMSG #esolangs :14[[07Talk:SLet14]]4 M10 02https://esolangs.org/w/index.php?diff=146827&oldid=146766 5* 03ZCX islptng 5* (-11) 10ahhhhh why "for" command is still not working > 1732671626 526648 PRIVMSG #esolangs :14[[07Talk:Brain-Flak14]]4 10 02https://esolangs.org/w/index.php?diff=146828&oldid=115232 5* 03ColorfulGalaxy's CA discoveries 5* (+253) 10/* Is it Turing Complete? */ new section < 1732671653 290685 :SGautam!uid286066@id-286066.ilkley.irccloud.com JOIN #esolangs SGautam :Siddharth Gautam < 1732672355 400158 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :As I recall the problem with the Underload time limit on fungot was/is that it's defined in terms of Underload "operations" executed, but the individual things have wildly varying actual execution cost; concatenating two long strings is much slower than two short ones, the way it's implemented. < 1732672355 780536 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :fizzie: something doesn't work here, it won't _matter_ what styles are permitted by the language. otherwise it doesn't seem like the best language there is! fnord: < 1732672386 2309 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :So the overall bound had to be set quite low, and there's probably still pathological cases where it takes long. > 1732672422 2966 PRIVMSG #esolangs :14[[07Talk:SLet14]]4 10 02https://esolangs.org/w/index.php?diff=146829&oldid=146827 5* 03ZCX islptng 5* (-2938) 10 < 1732672509 961606 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :The BF interpreter has no such limitation, because (after the bytecode translation, which turns [] into jumps with offsets, and coalesces consecutive +-<> into single addition operations) each instruction takes about the same amount of time. < 1732672565 116022 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :It still might have a relatively low limit on that too, aaaaa**** or something. < 1732672639 797200 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Guessing from https://github.com/fis/fungot/blob/master/fungot.b98#L298 it's actually probably aaaaaa*****. < 1732672640 15286 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :fizzie: you dont think so, but want to program and go " hey, what he did < 1732672807 356283 :Everything!~Everythin@46-133-48-209.mobile.vf-ua.net QUIT :Quit: leaving < 1732673348 793743 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Also I've got an interesting (off-topic) problem: I had this GUI program I wanted to run in a mildly sandboxed manner, so I wrapped it in a container (built with buildah, executed with podman) that has a minimal Debian system, Xvnc from tigervnc-server, openbox and the app. The container starts Xvnc, openbox and the program, publishes the VNC port, and then I connect to it with a VNC client < 1732673350 798659 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :(Remmina). < 1732673357 794545 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :It used to work fine, but after big update of various packages on the host (Debian unstable, and I'd been kind of letting it go a bit), the same container image now fails in a way where it appears to start and run fine, but when I connect the VNC viewer, after prompting for a password it works for maybe half a second, and then it just freezes (no update of the screen in response to input), and < 1732673359 801144 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :then maybe a minute later the VNC client says "connection timed out". < 1732673367 546140 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :It's a rootless container, using something called `pasta` for the user-mode networking, so something might be going wrong in there. Though usually networking issues either work or not work, they don't tend to work for a moment and then stop. But it's not unheard-of. < 1732673391 354492 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Alternatively, it may be a problem with the Xvnc server (but it's from an unchanged container image so that seems slightly unlikely), or with the VNC client (which I may or may not have updated). Haven't tried a different VNC client yet. > 1732673907 116386 PRIVMSG #esolangs :14[[07SLet14]]4 10 02https://esolangs.org/w/index.php?diff=146830&oldid=146722 5* 03ZCX islptng 5* (+84) 10 > 1732674089 767188 PRIVMSG #esolangs :14[[07SLet14]]4 10 02https://esolangs.org/w/index.php?diff=146831&oldid=146830 5* 03ZCX islptng 5* (-70) 10 < 1732674102 62983 :amby!~ambylastn@ward-15-b2-v4wan-167229-cust809.vm18.cable.virginm.net 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 > 1732675197 631472 PRIVMSG #esolangs :14[[07Talk:SLet14]]4 10 02https://esolangs.org/w/index.php?diff=146832&oldid=146829 5* 03ZCX islptng 5* (-39) 10 > 1732675229 779903 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03ZCX islptng 5* 10moved [[02Talk:SLet10]] to [[SLet/Implementation]] > 1732675237 651431 PRIVMSG #esolangs :14[[07Talk:SLet14]]4 10 02https://esolangs.org/w/index.php?diff=146835&oldid=146834 5* 03ZCX islptng 5* (-33) 10Blanked the page < 1732675646 8454 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown > 1732676276 3909 PRIVMSG #esolangs :14[[07SLet/Implementation14]]4 10 02https://esolangs.org/w/index.php?diff=146836&oldid=146833 5* 03ZCX islptng 5* (+411) 10 < 1732678453 176927 :krychu_!~krychu@static.19.136.108.65.clients.your-server.de QUIT :Ping timeout: 248 seconds > 1732679205 914902 PRIVMSG #esolangs :14[[07SLet/Implementation14]]4 10 02https://esolangs.org/w/index.php?diff=146837&oldid=146836 5* 03ZCX islptng 5* (+26) 10 > 1732679351 783108 PRIVMSG #esolangs :14[[07SLet/Libraries14]]4 10 02https://esolangs.org/w/index.php?diff=146838&oldid=146721 5* 03ZCX islptng 5* (-711) 10Blanked the page > 1732679824 466454 PRIVMSG #esolangs :14[[07SLet/Implementation14]]4 10 02https://esolangs.org/w/index.php?diff=146839&oldid=146837 5* 03ZCX islptng 5* (+85) 10 > 1732680020 531337 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03 5* 10New user account > 1732680060 655724 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=146840&oldid=146616 5* 03 5* (+147) 10 > 1732680330 893497 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=146841&oldid=146840 5* 03 5* (+425) 10 > 1732680410 813009 PRIVMSG #esolangs :14[[07User:/Sandbox14]]4 N10 02https://esolangs.org/w/index.php?oldid=146842 5* 03 5* (+593) 10Created page with " [[User:|]][[User talk:|]][[Special:Contributions/|]]User:/Sandbox| 1732680451 579740 PRIVMSG #esolangs :14[[07User talk:14]]4 N10 02https://esolangs.org/w/index.php?oldid=146843 5* 03 5* (+593) 10Created page with " [[User:|]][[User talk:|]][[Special:Contributions/|]]User:/Sandbox| 1732680826 449519 PRIVMSG #esolangs :14[[07SLet/Implementation14]]4 10 02https://esolangs.org/w/index.php?diff=146844&oldid=146839 5* 03ZCX islptng 5* (-206) 10 < 1732680923 907301 :mtm!~textual@47.202.75.129 QUIT :Quit: My Mac Mini has gone to sleep. ZZZzzz… < 1732681810 135919 :SGautam!uid286066@id-286066.ilkley.irccloud.com QUIT :Quit: Connection closed for inactivity > 1732681871 515891 PRIVMSG #esolangs :14[[07+.*14]]4 10 02https://esolangs.org/w/index.php?diff=146845&oldid=146544 5* 03Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5* (+196) 10 > 1732681918 568906 PRIVMSG #esolangs :14[[07+.*14]]4 10 02https://esolangs.org/w/index.php?diff=146846&oldid=146845 5* 03Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5* (-2) 10 < 1732682565 207153 :krychu!~krychu@static.19.136.108.65.clients.your-server.de JOIN #esolangs * :krychu < 1732682961 264433 :krychu!~krychu@static.19.136.108.65.clients.your-server.de QUIT :Ping timeout: 252 seconds > 1732683944 420241 PRIVMSG #esolangs :14[[07User talk:14]]4 M10 02https://esolangs.org/w/index.php?diff=146847&oldid=146843 5* 03 5* (+0) 10 > 1732684069 369774 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=146848&oldid=146841 5* 03 5* (+0) 10 > 1732684085 5451 PRIVMSG #esolangs :14[[07User:/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=146849&oldid=146842 5* 03 5* (+0) 10 > 1732684222 613990 PRIVMSG #esolangs :14[[07SLet/Implementation14]]4 10 02https://esolangs.org/w/index.php?diff=146850&oldid=146844 5* 03ZCX islptng 5* (+855) 10 < 1732684301 956388 :craigo!~craigo@user/craigo QUIT :Quit: Leaving < 1732684838 491483 :krychu!~krychu@static.19.136.108.65.clients.your-server.de JOIN #esolangs * :krychu > 1732684914 310398 PRIVMSG #esolangs :14[[07User talk:14]]4 10 02https://esolangs.org/w/index.php?diff=146851&oldid=146847 5* 03ZCX islptng 5* (+563) 10/* TO THE MODERATORS: THIS USER IS QUESTIONABLE! */ new section > 1732685072 574186 PRIVMSG #esolangs :14[[07User talk:14]]4 10 02https://esolangs.org/w/index.php?diff=146852&oldid=146851 5* 03ZCX islptng 5* (-12) 10 > 1732685215 660360 PRIVMSG #esolangs :14[[07User:/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=146853&oldid=146849 5* 03ZCX islptng 5* (-15) 10 > 1732685273 469880 PRIVMSG #esolangs :14[[07User:/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=146854&oldid=146853 5* 03ZCX islptng 5* (-141) 10 > 1732685741 203210 PRIVMSG #esolangs :14[[07SLet/Implementation14]]4 10 02https://esolangs.org/w/index.php?diff=146855&oldid=146850 5* 03ZCX islptng 5* (+47) 10 < 1732687238 484629 :zenmov!~zenmov@user/zenmov QUIT :Remote host closed the connection < 1732687255 12306 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown > 1732688741 680653 PRIVMSG #esolangs :14[[07List of ideas14]]4 10 02https://esolangs.org/w/index.php?diff=146856&oldid=144369 5* 03Gilbert189 5* (+220) 10/* Ideas related to esoteric operating systems, esoteric processors and esoteric computers */ < 1732689944 468592 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Ping timeout: 260 seconds < 1732690008 430570 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Ping timeout: 246 seconds < 1732690200 971350 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1732690230 977563 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1732691386 426099 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :"usually networking issues either work or not work, they don't tend to work for a moment and then stop." => half a second is quite short, but I've seen a case where, when downloading through our computer but through a foreign school network, the connection always broke after a few ten megabytes, always at the same number. I am guessing the admins deliberately configured the router to break TCP < 1732691392 432731 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :connections that way. < 1732691558 379817 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :I think underload can be implemented in a way that every operation takes only a short time, if you store its values not as plain strings but as binary trees with nodes reusable (and possibly reference counted) < 1732691599 275616 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :^ul (0)(:~(m)S~^):^ < 1732691599 355100 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ...too much output! < 1732691608 829796 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :^ul (n)(:~:S~^):^ < 1732691608 869169 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs ::~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^:~:S~^ ...too much output! < 1732691613 482174 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :nope < 1732691667 621549 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :^ul (n)(~:S~:^):^ < 1732691667 667929 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn ...too much output! < 1732691683 619918 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :^ul (n)(~:*~(n)S:^):^ < 1732691683 689540 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :nnnnnnnnnnnnnn ...too much stack! < 1732691798 550079 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :^ul ((n)S:^p):^ < 1732691798 631080 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn ...too much output! < 1732692009 525356 :b_jonas!~x@88.87.242.184 QUIT :Quit: leaving < 1732692545 40722 :zenmov!~zenmov@user/zenmov QUIT :Ping timeout: 260 seconds < 1732692755 193511 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown > 1732693765 167181 PRIVMSG #esolangs :14[[07User:/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=146857&oldid=146854 5* 03Ractangle 5* (+190) 10 > 1732694039 60950 PRIVMSG #esolangs :14[[07SLet14]]4 10 02https://esolangs.org/w/index.php?diff=146858&oldid=146831 5* 03ZCX islptng 5* (+235) 10 < 1732694204 345751 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1732694581 662946 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=146859&oldid=146848 5* 03ZCX islptng 5* (-692) 10 > 1732694804 686654 PRIVMSG #esolangs :14[[07SLet/Implementation14]]4 10 02https://esolangs.org/w/index.php?diff=146860&oldid=146855 5* 03ZCX islptng 5* (+576) 10 < 1732695119 542693 :zenmov!~zenmov@user/zenmov QUIT :Remote host closed the connection < 1732695449 990904 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown < 1732695917 15423 :olsner!~olsner@c83-252-230-207.bredband.tele2.se QUIT :Ping timeout: 265 seconds < 1732696036 834967 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1732696444 707614 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer < 1732696556 359180 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1732696844 968547 :zenmov!~zenmov@user/zenmov QUIT :Ping timeout: 265 seconds < 1732697058 964168 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown < 1732697140 412638 :zenmov!~zenmov@user/zenmov QUIT :Client Quit < 1732697202 990758 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown < 1732697252 32755 :zenmov!~zenmov@user/zenmov QUIT :Client Quit < 1732697277 975822 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown > 1732697982 657837 PRIVMSG #esolangs :14[[07User talk:14]]4 10 02https://esolangs.org/w/index.php?diff=146861&oldid=146852 5* 03Ais523 5* (+305) 10/* Who are you? */ new section < 1732698543 271949 :zenmov!~zenmov@user/zenmov QUIT :Remote host closed the connection > 1732698766 625530 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move_redir10 02 5* 03Ractangle 5* 10moved [[02Trenk.abc10]] to [[1^]] over redirect > 1732698766 644791 PRIVMSG #esolangs :14[[07Special:Log/delete14]]4 delete_redir10 02 5* 03Ractangle 5* 10Ractangle deleted redirect [[021^10]] by overwriting: Deleted to make way for move from "[[Trenk.abc]]" > 1732698776 39541 PRIVMSG #esolangs :14[[07Trenk14]]4 10 02https://esolangs.org/w/index.php?diff=146864&oldid=146808 5* 03Ractangle 5* (-35) 10/* Other variants */ > 1732698812 536881 PRIVMSG #esolangs :14[[071^14]]4 10 02https://esolangs.org/w/index.php?diff=146865&oldid=146862 5* 03Ractangle 5* (-36) 10 > 1732698859 4530 PRIVMSG #esolangs :14[[07Esolang talk:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=146866&oldid=135250 5* 03ColorfulGalaxy's CA discoveries 5* (+493) 10 > 1732698887 499373 PRIVMSG #esolangs :14[[07Esolang talk:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=146867&oldid=146866 5* 03ColorfulGalaxy's CA discoveries 5* (+52) 10/* Non-administrator deleting messages */ < 1732698891 888326 :FreeFull!~freefull@46.205.204.154.nat.ftth.dynamic.t-mobile.pl QUIT :Quit: Just a quick reboot < 1732698935 984959 :FreeFull!~freefull@46.205.204.154.nat.ftth.dynamic.t-mobile.pl JOIN #esolangs FreeFull :FreeFull < 1732699220 109427 :__monty__!~toonn@user/toonn JOIN #esolangs toonn :Unknown < 1732699780 298973 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Yeah, I vaguely recall some sort of MTU-based issue which had some connections working initially because the packets involved were small, but then break when larger amounts of data were transferred. < 1732699780 749128 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Though the initial fetch of the VNC screen contents seems to always work, so it's probably not that. < 1732699913 968621 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown < 1732700898 961390 :zenmov!~zenmov@user/zenmov QUIT :Ping timeout: 252 seconds < 1732701017 7397 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown < 1732701801 2072 :APic!apic@apic.name PRIVMSG #esolangs :Moin < 1732702144 10702 :ais523!~ais523@user/ais523 QUIT :Quit: quit > 1732702687 280525 PRIVMSG #esolangs :14[[07Esolang talk:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=146868&oldid=146867 5* 03ColorfulGalaxy's CA discoveries 5* (+201) 10/* The riddle in register is just like I registering in https://wiki.xdi8.top. */ < 1732703282 57876 :zenmov!~zenmov@user/zenmov QUIT :Ping timeout: 248 seconds < 1732703427 175002 :olsner!~olsner@c83-252-234-66.bredband.tele2.se JOIN #esolangs olsner :olsner? < 1732703824 50451 :zenmov!~zenmov@user/zenmov JOIN #esolangs zenmov :Unknown > 1732704242 315869 PRIVMSG #esolangs :14[[07User:ColorfulGalaxy14]]4 10 02https://esolangs.org/w/index.php?diff=146869&oldid=90121 5* 03ColorfulGalaxy's CA discoveries 5* (+43) 10 < 1732704896 79431 :tetsuo-cpp_!sid672509@id-672509.hampstead.irccloud.com JOIN #esolangs tetsuo-cpp :tetsuo-cpp < 1732705057 349445 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas < 1732705157 185891 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :this was in a school, so I suspected that a sysadmin deliberately set it up so that the students don't consume the internet bandwidth with their video games < 1732705340 696618 :sprock!~sprock@user/sprock QUIT :*.net *.split < 1732705341 38004 :tetsuo-cpp!sid672509@id-672509.hampstead.irccloud.com QUIT :*.net *.split < 1732705341 317256 :Artea!~Lufia@artea.pt QUIT :*.net *.split < 1732705341 914520 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 QUIT :*.net *.split < 1732705342 9741 :GregorR!~GregorR@71.19.155.102 QUIT :*.net *.split < 1732705344 475892 :tetsuo-cpp_!sid672509@id-672509.hampstead.irccloud.com NICK :tetsuo-cpp < 1732705527 922747 :sprock!~sprock@user/sprock JOIN #esolangs sprock :maeve (she/her) < 1732705527 960941 :Artea!~Lufia@artea.pt JOIN #esolangs Artea :Artea ElFo < 1732705527 960996 :GregorR!~GregorR@71.19.155.102 JOIN #esolangs GregorR :Gregor Richards < 1732705530 910791 :Artea!~Lufia@artea.pt QUIT :Max SendQ exceeded < 1732705985 18372 :zenmov!~zenmov@user/zenmov QUIT :Ping timeout: 260 seconds > 1732705997 318750 PRIVMSG #esolangs :14[[07User talk:PrySigneToFry14]]4 10 02https://esolangs.org/w/index.php?diff=146870&oldid=146756 5* 03PrySigneToFry 5* (+654) 10 < 1732706142 877183 :Artea!~Lufia@artea.pt JOIN #esolangs Artea :Artea ElFo < 1732707526 423524 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :^ul ((fdEInRng7v.L)(o))(~:^!:*a~^~!(-)*:S( )Sa*~:^):^(e)S < 1732707526 545234 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :o- o-- o--- o---- o----- o------ o------- o-------- o--------- o---------- ...too much stack! > 1732708164 646567 PRIVMSG #esolangs :14[[07User:Translated ORK/Translated ORK PSTF 14]]4 N10 02https://esolangs.org/w/index.php?oldid=146871 5* 03PrySigneToFry 5* (+3840) 10Created page with "Note that User "Translated ORK" was blocked, and the page is for translated ORK only. THANK YOU!!!!!! User:Translated ORK/Translated ORK islptng Again|ru?H?H+?u.L? ?L? H?( H? E > 1732708205 519364 PRIVMSG #esolangs :14[[07User:Translated ORK/Translated ORK islptng Again14]]4 10 02https://esolangs.org/w/index.php?diff=146872&oldid=146761 5* 03PrySigneToFry 5* (+64) 10 > 1732708494 543552 PRIVMSG #esolangs :14[[07Python But WORST, at least in Esolang Wiki14]]4 10 02https://esolangs.org/w/index.php?diff=146873&oldid=146821 5* 03PrySigneToFry 5* (+78) 10 > 1732708700 916224 PRIVMSG #esolangs :14[[07Talk:EchoLang (None1)14]]4 N10 02https://esolangs.org/w/index.php?oldid=146874 5* 03PrySigneToFry 5* (+42) 10Created page with "Isn't this is the Brainfuck without loops?" > 1732709224 314639 PRIVMSG #esolangs :14[[07Wasaya/More example14]]4 N10 02https://esolangs.org/w/index.php?oldid=146875 5* 03PrySigneToFry 5* (+133) 10Created page with "{{Back|Wasaya}} == Truth machine ==
 a = bool(int(io.read())) if a:     while a do         print(a)     end end print(a) 
" > 1732709280 703942 PRIVMSG #esolangs :14[[07Wasaya14]]4 10 02https://esolangs.org/w/index.php?diff=146876&oldid=146446 5* 03PrySigneToFry 5* (+26) 10 > 1732709963 312433 PRIVMSG #esolangs :14[[07STRTRAN14]]4 M10 02https://esolangs.org/w/index.php?diff=146877&oldid=144961 5* 03Froginstarch 5* (-9) 10/*de-stubbified*/ < 1732710405 531797 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :^ul ((~:^(f)S(COPzNLgWOqHO))(o))(~:^~!(-)*:S( )Sa~^!:*a~*:^!^):^(e)S < 1732710405 674804 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :o- o-- o--- o---- o----- o------ o------- o-------- o--------- ...too much prog! < 1732710516 133329 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :^ul ( )(~(*)~*:S~:^):^ < 1732710516 172778 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :* ** *** **** ***** ****** ******* ******** ********* ********** *********** ************ ************* ************** *************** **************** ***************** ****************** ******************* ******************** ********************* ********************** *********************** ************************ ...too much output! > 1732710614 937875 PRIVMSG #esolangs :14[[07Underload14]]4 10 02https://esolangs.org/w/index.php?diff=146878&oldid=143323 5* 03B jonas 5* (+35) 10/* Looping counter */ > 1732710735 558197 PRIVMSG #esolangs :14[[07Looping counter14]]4 10 02https://esolangs.org/w/index.php?diff=146879&oldid=141476 5* 03B jonas 5* (+42) 10Underload > 1732710754 96154 PRIVMSG #esolangs :14[[07Looping counter14]]4 10 02https://esolangs.org/w/index.php?diff=146880&oldid=146879 5* 03B jonas 5* (+1) 10/* =Underload */ > 1732711641 658170 PRIVMSG #esolangs :14[[07Python But WORST, at least in Esolang Wiki14]]4 10 02https://esolangs.org/w/index.php?diff=146881&oldid=146873 5* 03Ractangle 5* (-78) 10"discussion" exists for a reason you know > 1732712142 5640 PRIVMSG #esolangs :14[[07Python But WORST, at least in Esolang Wiki14]]4 10 02https://esolangs.org/w/index.php?diff=146882&oldid=146881 5* 03Ractangle 5* (-1) 10plus [[Category:Uncomputable]] also exists for a reason < 1732712537 685063 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed < 1732713392 450298 :amby!~ambylastn@ward-15-b2-v4wan-167229-cust809.vm18.cable.virginm.net JOIN #esolangs amby :realname < 1732714420 112061 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I guess I might have "solved" the "big strings are expensive to work with w.r.t. timeout accounting" problems by setting pretty strict length limits for the stack and program sizes. < 1732714950 939135 :plannyane!~smuxi@user/plannyane JOIN #esolangs plannyane :Your Name < 1732716616 34071 :plannyane!~smuxi@user/plannyane QUIT :Read error: Connection reset by peer < 1732717640 885420 :mtm!~textual@47.202.75.129 JOIN #esolangs mtm :Textual User < 1732719083 349332 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas < 1732719118 957083 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :fizzie: the ones I tried above make exponentially long strings < 1732719150 171389 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :except for that last one with (*), that makes only linear sized strings < 1732719416 380395 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname > 1732719950 300952 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03Ractangle 5* 10moved [[02Wasaya/More example10]] to [[Wasaya/More examples]]: minor spelling mistake > 1732721483 632459 PRIVMSG #esolangs :14[[07Esolang:Categorization14]]4 10 02https://esolangs.org/w/index.php?diff=146885&oldid=145967 5* 03Ractangle 5* (+67) 10/* Languages */ > 1732721572 584435 PRIVMSG #esolangs :14[[07User talk:5anz14]]4 10 02https://esolangs.org/w/index.php?diff=146886&oldid=146799 5* 03Yayimhere 5* (+75) 10 < 1732722873 711536 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1732722980 254970 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03Headless-Axolotl 5* 10New user account > 1732723654 245871 PRIVMSG #esolangs :14[[07WaidWmy14]]4 N10 02https://esolangs.org/w/index.php?oldid=146887 5* 03AlmostGalactic 5* (+3680) 10Created page with "This is a esoteric programming language made by [[User:AlmostGalactic]] == How to use == === Printing === Printing Waidwmy is pretty simple
 I AM GOING TO SAY "Hello, World!" BECAUSE I CAN 
this just prints out "Hello, World!" === Variables === Progra < 1732724244 519389 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :^ul (*):*:*:*:*:*:*:*:*:*:*:*:*:*a:*(~^a~a*~:^):^ < 1732724247 977098 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :^ping < 1732724264 161130 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :(It'll finish in 45 seconds or so.) < 1732724312 644263 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs : ...out of time! < 1732724312 723651 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :That Pong alone cannot stop! < 1732724326 90059 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1732724331 844031 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :It's a bit of a denial-of-service attack vector, but eh, it is what it is. < 1732724407 218551 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :That one makes a single `(**...**)(**...**)` string that's about as long as can fit in the stack and/or program, and then keeps operating on it (execute to split it, re-parenthesize which includes a swap, concatenate back). < 1732724497 880241 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :^echo civocUBchJG9 < 1732724497 959017 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :civocUBchJG9 civocUBchJG9 < 1732724534 934940 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :well, he's still working, so it's probably fine. HackEso and perlbot and lambdabot need timeouts too because they can also evaluate slow programs. > 1732724599 121116 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 M10 02https://esolangs.org/w/index.php?diff=146888&oldid=146859 5* 03Headless-Axolotl 5* (+205) 10/* Introductions */ < 1732726866 921560 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed > 1732727148 78972 PRIVMSG #esolangs :14[[07Combinatory logic14]]4 10 02https://esolangs.org/w/index.php?diff=146889&oldid=139435 5* 03Itoh Shimon 5* (+17) 10/* See also */ < 1732728328 472195 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1732730646 988550 PRIVMSG #esolangs :14[[07WaidWmy14]]4 10 02https://esolangs.org/w/index.php?diff=146890&oldid=146887 5* 03AlmostGalactic 5* (+585) 10 < 1732730825 665311 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1732732381 763047 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03Ractangle 5* 10moved [[02Trenk10]] to [[Pluck]] > 1732732453 265012 PRIVMSG #esolangs :14[[07Pluck14]]4 10 02https://esolangs.org/w/index.php?diff=146893&oldid=146891 5* 03Ractangle 5* (+22) 10 > 1732732931 732773 PRIVMSG #esolangs :14[[07Pluck14]]4 10 02https://esolangs.org/w/index.php?diff=146894&oldid=146893 5* 03Ractangle 5* (+11) 10 < 1732734196 751818 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1732734673 687716 :b_jonas!~x@88.87.242.184 JOIN #esolangs * :b_jonas < 1732734747 343712 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1732736484 171706 PRIVMSG #esolangs :14[[07WaidWmy14]]4 10 02https://esolangs.org/w/index.php?diff=146895&oldid=146890 5* 03AlmostGalactic 5* (+91) 10 < 1732736542 497506 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 JOIN #esolangs Corbin :korvo < 1732736646 282155 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1732736680 86078 PRIVMSG #esolangs :14[[078ial14]]4 10 02https://esolangs.org/w/index.php?diff=146896&oldid=146064 5* 03Kaveh Yousefi 5* (+1555) 10Introduced an EBNF formulation of the language, supplemented a cat program, and improved the formatting. > 1732736779 346418 PRIVMSG #esolangs :14[[078ial14]]4 10 02https://esolangs.org/w/index.php?diff=146897&oldid=146896 5* 03Kaveh Yousefi 5* (+158) 10Added a hyperlink to my implementation of the 8ial programming language on GitHub and altered the Unimplemented category tag to Implemented. < 1732736872 690099 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1732737388 215628 PRIVMSG #esolangs :14[[07Rooms14]]4 10 02https://esolangs.org/w/index.php?diff=146898&oldid=145528 5* 03BestCoder 5* (+1) 10/* ! detector */ > 1732737860 338135 PRIVMSG #esolangs :14[[078ial14]]4 10 02https://esolangs.org/w/index.php?diff=146899&oldid=146897 5* 03Ractangle 5* (+79) 10/* Truth-machine */ < 1732738031 868147 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1732738061 447314 :ais523!~ais523@user/ais523 JOIN #esolangs ais523 :(this is obviously not my real name) > 1732738166 899907 PRIVMSG #esolangs :14[[078ial14]]4 10 02https://esolangs.org/w/index.php?diff=146900&oldid=146899 5* 03Ractangle 5* (+0) 10The cat program just keeps printing 0 once there's nothing to add. The cat program NEEDS to halt < 1732738472 101521 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1732738849 496870 PRIVMSG #esolangs :14[[07User talk:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff14]]4 10 02https://esolangs.org/w/index.php?diff=146901&oldid=146119 5* 03Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5* (+371) 10/* Polyglot */ > 1732738862 805394 PRIVMSG #esolangs :14[[07User talk:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff14]]4 10 02https://esolangs.org/w/index.php?diff=146902&oldid=146901 5* 03Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5* (+17) 10/* Another one */ < 1732739411 469778 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1732740025 204033 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1732741321 405528 PRIVMSG #esolangs :14[[07WaidWmy14]]4 M10 02https://esolangs.org/w/index.php?diff=146903&oldid=146895 5* 03PythonshellDebugwindow 5* (+94) 10Categories < 1732741321 968351 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1732741673 214406 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1732741789 989269 :Thelie!~Thelie@2a0a-a543-6c1d-0-5158-3fc-de80-bd0b.ipv6dyn.netcologne.de JOIN #esolangs Thelie :Thelie < 1732742314 264469 :Thelie!~Thelie@2a0a-a543-6c1d-0-5158-3fc-de80-bd0b.ipv6dyn.netcologne.de QUIT :Quit: Leaving. < 1732743637 495542 :Everything!~Everythin@46.211.105.44 JOIN #esolangs Everything :Everything < 1732744288 791132 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1732744998 257286 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1732745188 397104 :craigo!~craigo@user/craigo JOIN #esolangs craigo :realname < 1732745668 793931 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1732745705 262461 PRIVMSG #esolangs :14[[07Wasaya14]]4 10 02https://esolangs.org/w/index.php?diff=146904&oldid=146876 5* 03Ractangle 5* (+1) 10/* Pages related to here */ > 1732745759 798852 PRIVMSG #esolangs :14[[07Wasaya14]]4 10 02https://esolangs.org/w/index.php?diff=146905&oldid=146904 5* 03Ractangle 5* (+11) 10/* Cat program */ > 1732745890 985725 PRIVMSG #esolangs :14[[07User:Ractangle/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=146906&oldid=146812 5* 03Ractangle 5* (-7) 10 > 1732745904 19586 PRIVMSG #esolangs :14[[07User:Ractangle/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=146907&oldid=146906 5* 03Ractangle 5* (+0) 10 > 1732746114 244921 PRIVMSG #esolangs :14[[07Pluck14]]4 10 02https://esolangs.org/w/index.php?diff=146908&oldid=146894 5* 03Ractangle 5* (+38) 10 < 1732747850 560948 :__monty__!~toonn@user/toonn QUIT :Quit: leaving > 1732750243 818022 PRIVMSG #esolangs :14[[07WaidWmy14]]4 10 02https://esolangs.org/w/index.php?diff=146909&oldid=146903 5* 03AlmostGalactic 5* (+0) 10/* Selecting Variables */ > 1732750305 848664 PRIVMSG #esolangs :14[[07WaidWmy14]]4 10 02https://esolangs.org/w/index.php?diff=146910&oldid=146909 5* 03AlmostGalactic 5* (+1) 10/* Math */ > 1732751574 191857 PRIVMSG #esolangs :14[[07User talk:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=146911&oldid=146826 5* 03ZCX islptng 5* (+824) 10/* Please ban User: */ new section > 1732751809 934478 PRIVMSG #esolangs :14[[078ial14]]4 10 02https://esolangs.org/w/index.php?diff=146912&oldid=146900 5* 03Kaveh Yousefi 5* (+41) 10Added a hyperlink to my hopefully corrected online interpreter implementation for the modified cat program. I thank the user Ractangle for their advice.