< 1739233198 441562 :b_jonas!~x@88.87.242.184 QUIT :Ping timeout: 252 seconds < 1739234044 58603 :b_jonas!~x@88.87.242.184 JOIN #esolangs b_jonas :b_jonas < 1739234668 967340 :amby!~ambylastn@ward-15-b2-v4wan-167229-cust809.vm18.cable.virginm.net QUIT :Remote host closed the connection < 1739235505 53159 :user3456!user3456@user/user3456 QUIT :Ping timeout: 265 seconds < 1739236734 403778 :user3456!user3456@user/user3456 JOIN #esolangs user3456 :user3456 < 1739237746 362781 :lisbeths!uid135845@id-135845.lymington.irccloud.com PRIVMSG #esolangs :bash_macros(){ while read -r i; do eval "$( printf "%s" "$i" | awk "$1" ; )" ; done ; } ; < 1739238208 117390 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Some sort of feeder for awk scripts? < 1739238269 249863 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :esolangs: What is an example of a computation that cannot be expressed with a pushdown automaton? > 1739238304 154391 PRIVMSG #esolangs :korvo: A classic example of a computation not expressible by a pushdown automaton is the **Halting Problem**. This problem asks whether a given program will eventually halt (finish execution) or run forever. A pushdown automaton can only process finite state machines, and the Halting Problem involves determining the halting behavior of an arbitrary... > 1739238304 156335 PRIVMSG #esolangs :program, which requires an infinite amount of information. < 1739238334 984672 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :esolangs: What is an example of a computation that cannot be expressed with a Turing-complete automaton? > 1739238350 767310 PRIVMSG #esolangs :korvo: A computation that cannot be expressed with a Turing-complete automaton is the halting problem. This problem asks whether a given program will eventually halt (stop running) or run forever. There's no algorithm that can definitively answer this question for all programs, making it a fundamental undecidable problem. < 1739238449 528196 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :esolangs: What is an example of a computation that cannot be expressed with a Turing-complete automaton, even with an oracle for the Halting Problem? > 1739238492 620796 PRIVMSG #esolangs :korvo: The halting problem itself is a classic example. A Turing-complete automaton can't definitively determine if any given program will halt or loop forever. This is because the Halting Problem is undecidable, meaning there's no algorithm that can solve it for all programs. Even with an oracle for the Halting Problem, the automaton would still be... > 1739238492 621009 PRIVMSG #esolangs :unable to solve the problem for all programs. < 1739238926 50202 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :esolangs: What is the Turing degree of the Halting Problem? > 1739239026 991621 PRIVMSG #esolangs :korvo: The Halting Problem is **undecidable** in the sense that there is no algorithm that can determine, for any given program and input, whether the program will halt or run forever. Therefore, the Halting Problem is **not Turing-complete**. It's a fundamental problem in computer science, demonstrating the limits of what can be computed by a Turing... > 1739239026 994183 PRIVMSG #esolangs :machine. < 1739240567 976675 :molson_!~molson@2605-4A80-2101-99D0-3FCF-3803-CE4E-884B-dynamic.midco.net JOIN #esolangs molson :realname < 1739240620 289875 :dbohdan!~dbohdan@user/dbohdan QUIT :Quit: ZNC 1.8.2+deb3.1 - https://znc.in < 1739240638 931792 :dbohdan!~dbohdan@user/dbohdan JOIN #esolangs dbohdan :ZNC - https://znc.in < 1739240753 996627 :molson!~molson@2605-4A80-2101-99D0-3851-6F01-7106-4C34-dynamic.midco.net QUIT :Ping timeout: 248 seconds > 1739241372 807214 PRIVMSG #esolangs :14[[07Talk:14]]4 10 02https://esolangs.org/w/index.php?diff=151740&oldid=150309 5* 03Cycwin 5* (+224) 10/* No Tag */ new section > 1739241612 783367 PRIVMSG #esolangs :14[[07Talk:14]]4 10 02https://esolangs.org/w/index.php?diff=151741&oldid=151740 5* 03Cycwin 5* (+113) 10/* No Tag */ > 1739241642 788864 PRIVMSG #esolangs :14[[07User talk:Aadenboy14]]4 10 02https://esolangs.org/w/index.php?diff=151742&oldid=150799 5* 03PrySigneToFry 5* (+159) 10 > 1739241783 128657 PRIVMSG #esolangs :14[[07User:PrySigneToFry/About more Categories14]]4 10 02https://esolangs.org/w/index.php?diff=151743&oldid=136940 5* 03PrySigneToFry 5* (+135) 10 > 1739242051 722698 PRIVMSG #esolangs :14[[07User:PrySigneToFry/Sandbox/Some useless code14]]4 10 02https://esolangs.org/w/index.php?diff=151744&oldid=150033 5* 03PrySigneToFry 5* (+115) 10 < 1739242204 749044 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :Hm. < 1739242218 894893 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :esolangs: What is the Turing degree of the Beeping Busy Beaver Problem? < 1739242222 591984 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :This might not be in the wiki. > 1739242233 836829 PRIVMSG #esolangs :korvo: The Beeping Busy Beaver Problem is **incomputable** in the Turing degree. Here's why: * **The problem:** It involves a program that runs forever, and its halting problem is undecidable. * **Turing degree:** The Turing degree measures the complexity of a problem. A problem is considered "incomputable" if it cannot be solved by any Turing machine. *... > 1739242233 839637 PRIVMSG #esolangs :**Conclusion:** The Beeping Busy Beaver Problem is a classic example of a problem that cannot be solved by any Turing machine, making it incomputable. < 1739242264 570714 :korvo!~korvo@2604:a880:4:1d0::4d6:d000 PRIVMSG #esolangs :I was hoping for "one" and "two" respectively. Oh well. > 1739242391 988998 PRIVMSG #esolangs :14[[07Talk:Ook!14]]4 10 02https://esolangs.org/w/index.php?diff=151745&oldid=101131 5* 03PrySigneToFry 5* (+23) 10 < 1739242417 194117 :craigo!~craigo@user/craigo JOIN #esolangs craigo :realname < 1739242436 949315 :m5zs7k!aquares@web10.mydevil.net QUIT :Ping timeout: 268 seconds < 1739242865 249479 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Remote host closed the connection < 1739242886 806015 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse > 1739243007 583999 PRIVMSG #esolangs :14[[07MSFE++14]]4 10 02https://esolangs.org/w/index.php?diff=151746&oldid=151720 5* 03Cycwin 5* (+265) 10 > 1739243115 467596 PRIVMSG #esolangs :14[[07MSFE++14]]4 10 02https://esolangs.org/w/index.php?diff=151747&oldid=151746 5* 03Cycwin 5* (-1) 10/* Truth Machine */ < 1739244814 735155 :m5zs7k!aquares@web10.mydevil.net JOIN #esolangs m5zs7k :m5zs7k > 1739246810 35718 PRIVMSG #esolangs :14[[07Talk:Memorial language list14]]4 10 02https://esolangs.org/w/index.php?diff=151748&oldid=146042 5* 03PrySigneToFry 5* (+269) 10/* Criticism to this list */ new section > 1739246951 148888 PRIVMSG #esolangs :14[[07`Romn/Examples14]]4 10 02https://esolangs.org/w/index.php?diff=151749&oldid=151712 5* 03MihaiEso 5* (+57) 10 > 1739247102 846705 PRIVMSG #esolangs :14[[07`Romn/Examples14]]4 10 02https://esolangs.org/w/index.php?diff=151750&oldid=151749 5* 03MihaiEso 5* (+5) 10 > 1739247200 168296 PRIVMSG #esolangs :14[[07!Romanian14]]4 10 02https://esolangs.org/w/index.php?diff=151751&oldid=141398 5* 03MihaiEso 5* (+110) 10/* Hello, world! */ > 1739247218 550480 PRIVMSG #esolangs :14[[07User:Tommyaweosme/BRING BACK THE OLD SANDBOX14]]4 10 02https://esolangs.org/w/index.php?diff=151752&oldid=151525 5* 03PrySigneToFry 5* (+47) 10 > 1739247467 125748 PRIVMSG #esolangs :14[[07User:Tommyaweosme/BRING BACK THE OLD SANDBOX14]]4 10 02https://esolangs.org/w/index.php?diff=151753&oldid=151752 5* 03PrySigneToFry 5* (+930) 10 > 1739247609 970822 PRIVMSG #esolangs :14[[07User:Tommyaweosme/BRING BACK THE OLD SANDBOX14]]4 10 02https://esolangs.org/w/index.php?diff=151754&oldid=151753 5* 03PrySigneToFry 5* (+11291) 10 < 1739249650 81438 :m5zs7k!aquares@web10.mydevil.net QUIT :Ping timeout: 248 seconds < 1739249933 212945 :m5zs7k!aquares@web10.mydevil.net JOIN #esolangs m5zs7k :m5zs7k > 1739252560 442132 PRIVMSG #esolangs :14[[07MSFE++14]]4 10 02https://esolangs.org/w/index.php?diff=151755&oldid=151747 5* 03Cycwin 5* (+7) 10/* Cat program */ > 1739252668 990986 PRIVMSG #esolangs :14[[07MSFE++14]]4 10 02https://esolangs.org/w/index.php?diff=151756&oldid=151755 5* 03Cycwin 5* (-39) 10/* Examples */ > 1739252860 93415 PRIVMSG #esolangs :14[[07MSFE++14]]4 M10 02https://esolangs.org/w/index.php?diff=151757&oldid=151756 5* 03Cycwin 5* (+114) 10/* Examples */ > 1739253028 791601 PRIVMSG #esolangs :14[[07MSFE++14]]4 10 02https://esolangs.org/w/index.php?diff=151758&oldid=151757 5* 03Cycwin 5* (+138) 10/* Interpreter */ > 1739253092 199121 PRIVMSG #esolangs :14[[07MSFE++14]]4 10 02https://esolangs.org/w/index.php?diff=151759&oldid=151758 5* 03Cycwin 5* (-4) 10/* Interpreter */ > 1739253127 125358 PRIVMSG #esolangs :14[[07MSFE++14]]4 10 02https://esolangs.org/w/index.php?diff=151760&oldid=151759 5* 03Cycwin 5* (+0) 10/* Interpreter */ > 1739253583 588004 PRIVMSG #esolangs :14[[07Infinite commands???14]]4 10 02https://esolangs.org/w/index.php?diff=151761&oldid=151210 5* 03PrySigneToFry 5* (+52) 10 > 1739259231 75856 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 0347 5* 10uploaded a new version of "[[02File:My github profile read me.png10]]": how many times did i chainge this image again? > 1739260017 838847 PRIVMSG #esolangs :14[[07SLet14]]4 10 02https://esolangs.org/w/index.php?diff=151763&oldid=151717 5* 03I am islptng 5* (+71) 10 < 1739260026 622246 :chomwitt!~alex@2a02:587:7a13:5400:42b0:76ff:fe46:a5fd JOIN #esolangs chomwitt :realname > 1739261742 609266 PRIVMSG #esolangs :14[[07Talk:Memorial language list14]]4 10 02https://esolangs.org/w/index.php?diff=151764&oldid=151748 5* 0347 5* (+82) 10/* Criticism to this list */ > 1739261835 937954 PRIVMSG #esolangs :14[[07User:Tommyaweosme/BRING BACK THE OLD SANDBOX14]]4 10 02https://esolangs.org/w/index.php?diff=151765&oldid=151754 5* 0347 5* (-12221) 10pointless bytes removed < 1739262674 627000 :chomwitt!~alex@2a02:587:7a13:5400:42b0:76ff:fe46:a5fd QUIT :Ping timeout: 244 seconds < 1739263421 25367 :arbe!~arbe@89-64-67-56.dynamic.chello.pl JOIN #esolangs * :Unknown < 1739263523 770595 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer > 1739264267 976860 PRIVMSG #esolangs :14[[07User:Tommyaweosme/BRING BACK THE OLD SANDBOX14]]4 10 02https://esolangs.org/w/index.php?diff=151766&oldid=151765 5* 03PrySigneToFry 5* (+15) 10This garbled text is more in line with the code style of the language. > 1739266137 756159 PRIVMSG #esolangs :14[[07Compass14]]4 10 02https://esolangs.org/w/index.php?diff=151767&oldid=151739 5* 03Ractangle 5* (+110) 10/* Language syntax */ > 1739266248 610404 PRIVMSG #esolangs :14[[07Compass14]]4 10 02https://esolangs.org/w/index.php?diff=151768&oldid=151767 5* 03Ractangle 5* (+75) 10/* Hello, world! */ < 1739266826 633138 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas < 1739267763 88856 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` pkg-config --cflags --libs cairo < 1739267765 498817 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :Package cairo was not found in the pkg-config search path. \ Perhaps you should add the directory containing `cairo.pc' \ to the PKG_CONFIG_PATH environment variable \ No package 'cairo' found < 1739267795 395569 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` find /usr/include -iname "*cairo*" < 1739267797 177046 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :No output. < 1739267811 859051 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` find /usr/include /usr/lib -iname "*cairo*"; echo all done < 1739267822 992846 :int-e!~noone@int-e.eu PRIVMSG #esolangs :hmm why would hackeso have cairo < 1739267834 821584 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​/usr/lib/x86_64-linux-gnu/libcairo.so.2.11600.0 \ /usr/lib/x86_64-linux-gnu/libcairo.so.2 \ /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 \ /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4200.3 \ all done < 1739267901 832665 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/lib/pkgconfig < 1739267903 280316 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​./ \ ../ < 1739267906 801217 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/local < 1739267907 920965 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​./ \ ../ \ bin/ \ etc/ \ games/ \ include/ \ lib/ \ man@ \ sbin/ \ share/ \ src/ < 1739267920 350765 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -dl /usr/local < 1739267921 532636 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :drwxrwsr-x 10 0 50 4096 Apr 6 2018 /usr/local < 1739267940 549872 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/local/lib < 1739267941 901185 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​./ \ ../ \ python2.7/ \ python3.7/ < 1739267944 985014 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/local/include < 1739267946 152962 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​./ \ ../ < 1739267951 655626 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/local/share < 1739267952 777048 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​./ \ ../ \ ca-certificates/ \ fonts/ \ man/ \ pkgconfig/ < 1739267961 265559 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/local/share/pkgconfig < 1739267962 853204 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​./ \ ../ < 1739267965 387134 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/share/pkgconfig < 1739267966 648572 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​./ \ ../ \ gnome-icon-theme.pc \ shared-mime-info.pc \ swipl.pc \ systemd.pc < 1739267987 590868 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -ld /usr/include < 1739267988 969786 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :drwxr-xr-x 41 0 0 16384 Jul 1 2024 /usr/include < 1739267994 782108 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -ld /usr/share < 1739267996 15061 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :drwxr-xr-x 107 0 0 4096 May 1 2022 /usr/share < 1739268002 996094 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/share < 1739268005 249051 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​./ \ ../ \ X11/ \ aclocal/ \ aclocal-1.16/ \ adduser/ \ alsa/ \ applications/ \ apport/ \ apps/ \ autoconf/ \ automake-1.16/ \ base-files/ \ base-passwd/ \ bash-completion/ \ binfmts/ \ bison/ \ bug/ \ build-essential/ \ ca-certificates/ \ ca-certificates-java/ \ calendar/ \ cdbs/ \ common-licenses/ \ dbus-1/ \ debconf/ \ debhelper/ \ debianutils/ \ dh-autoreconf/ \ dict/ \ distro-info/ \ doc/ \ doc-base/ \ dpkg/ \ emacs/ \ emacsen-common/ \ exim4/ \ fi < 1739268018 163974 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/share | tail -n+20 < 1739268019 801112 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :ca-certificates/ \ ca-certificates-java/ \ calendar/ \ cdbs/ \ common-licenses/ \ dbus-1/ \ debconf/ \ debhelper/ \ debianutils/ \ dh-autoreconf/ \ dict/ \ distro-info/ \ doc/ \ doc-base/ \ dpkg/ \ emacs/ \ emacsen-common/ \ exim4/ \ file/ \ fontconfig/ \ fonts/ \ games/ \ gcc-8/ \ gcj/ \ gdb/ \ gettext/ \ gettext-0.19.8/ \ gforth/ \ git-core/ \ gitweb/ \ glib-2.0/ \ gnupg/ \ groff/ \ guile/ \ i18n/ \ icons/ \ icu/ \ info/ \ initramfs-tools/ \ intltool-deb < 1739268024 331755 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/share | tail -n+40 < 1739268025 553321 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :fonts/ \ games/ \ gcc-8/ \ gcj/ \ gdb/ \ gettext/ \ gettext-0.19.8/ \ gforth/ \ git-core/ \ gitweb/ \ glib-2.0/ \ gnupg/ \ groff/ \ guile/ \ i18n/ \ icons/ \ icu/ \ info/ \ initramfs-tools/ \ intltool-debian/ \ java/ \ javascript/ \ keyrings/ \ libc-bin/ \ libthai/ \ libtool/ \ lintian/ \ locale/ \ man/ \ man-db/ \ maven-repo/ \ menu/ \ mercurial/ \ metainfo/ \ mime/ \ misc/ \ mysql-common/ \ numpy3/ \ pam/ \ pam-configs/ \ perl/ \ perl5/ \ pixmaps/ \ pkg- < 1739268032 568955 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :``` /bin/ls -aF /usr/include < 1739268033 671966 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​./ \ ../ \ FlexLexer.h \ X11/ \ aio.h \ aliases.h \ alloca.h \ ar.h \ argp.h \ argz.h \ arpa/ \ asm-generic/ \ assert.h \ bsd/ \ byteswap.h \ c++/ \ complex.h \ cpio.h \ crypt.h \ ctype.h \ curses.h \ cursesapp.h \ cursesf.h \ cursesm.h \ cursesp.h \ cursesw.h \ cursslk.h \ dialog.h \ dirent.h \ dlfcn.h \ dlg_colors.h \ dlg_config.h \ dlg_keys.h \ editline/ \ elf.h \ endian.h \ envz.h \ err.h \ errno.h \ error.h \ eti.h \ etip.h \ execinfo.h \ fcntl.h \ < 1739268161 242135 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :sorry, I should have done that in private message < 1739269073 940300 :arbe!~arbe@89-64-67-56.dynamic.chello.pl QUIT :Ping timeout: 248 seconds < 1739269319 281225 :ManDeJan!3da94070ba@user/mandejan QUIT :Remote host closed the connection < 1739269319 887803 :dcreager!a9e780c4d1@2a03:6000:1812:100::136b QUIT :Remote host closed the connection < 1739269322 668785 :ursa-major!114efe6c39@2a03:6000:1812:100::11f3 QUIT :Remote host closed the connection > 1739270321 591045 PRIVMSG #esolangs :14[[07User talk:PrySigneToFry/Sandbox/Some useless code14]]4 N10 02https://esolangs.org/w/index.php?oldid=151769 5* 03I am islptng 5* (+91) 10Created page with " ++c=c++ + ++c; warning: multiple unsequenced modifications to 'C' C=C*2+6" < 1739271190 884590 :arbe!~arbe@89-64-67-56.dynamic.chello.pl JOIN #esolangs * :Unknown < 1739272223 24639 :APic!apic@apic.name PRIVMSG #esolangs :Hi < 1739273703 653618 :dcreager!a9e780c4d1@2a03:6000:1812:100::136b JOIN #esolangs dcreager :Douglas Creager < 1739273707 655047 :ManDeJan!3da94070ba@user/mandejan JOIN #esolangs ManDeJan :ManDeJan < 1739273710 931721 :ursa-major!114efe6c39@2a03:6000:1812:100::11f3 JOIN #esolangs ursa-major :Bailey Bjornstad > 1739274009 326906 PRIVMSG #esolangs :14[[07User:Ractangle14]]4 10 02https://esolangs.org/w/index.php?diff=151770&oldid=151101 5* 03PrySigneToFry 5* (-1) 10Fix typo < 1739274352 928904 :arbe!~arbe@89-64-67-56.dynamic.chello.pl QUIT :Read error: Connection reset by peer > 1739274597 334103 PRIVMSG #esolangs :14[[07User:PrySigneToFry/Sandbox/StormLang discussion14]]4 10 02https://esolangs.org/w/index.php?diff=151771&oldid=151721 5* 03PrySigneToFry 5* (+669) 10 < 1739274800 566758 :zemhill!bfjoust@selene.zem.fi PRIVMSG #esolangs :web.Tomos: points -42.10, score 0.81, rank 47/47 < 1739276200 16283 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed < 1739277213 566247 :lisbeths!uid135845@id-135845.lymington.irccloud.com PRIVMSG #esolangs :https://github.com/memesmith0/mcrsh > 1739278012 171336 PRIVMSG #esolangs :14[[07User:PrySigneToFry/Sandbox/StormLang discussion14]]4 10 02https://esolangs.org/w/index.php?diff=151772&oldid=151771 5* 03None1 5* (+174) 10/* None1's Design */ < 1739279452 487425 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1739281308 391907 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1739281856 448796 :zemhill!bfjoust@selene.zem.fi PRIVMSG #esolangs :web.Tomos: points -28.83, score 3.80, rank 47/47 (--) < 1739281928 550592 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Every time someone posts a program I get this warning in the logs: "Deprecation warning: Beginning with version 2.2.0, Channel#msg should not be used anymore. Use Channel#send instead." < 1739282280 720585 :zemhill!bfjoust@selene.zem.fi PRIVMSG #esolangs :web.Invincible: points -21.83, score 7.16, rank 47/47 < 1739283117 432577 :ais523!~ais523@user/ais523 JOIN #esolangs ais523 :(this is obviously not my real name) > 1739283232 27014 PRIVMSG #esolangs :14[[07User:PrySigneToFry/Sandbox/StormLang discussion14]]4 10 02https://esolangs.org/w/index.php?diff=151773&oldid=151772 5* 03PrySigneToFry 5* (+824) 10 > 1739283299 295977 PRIVMSG #esolangs :14[[07User:PrySigneToFry/Sandbox/StormLang discussion14]]4 10 02https://esolangs.org/w/index.php?diff=151774&oldid=151773 5* 03PrySigneToFry 5* (+20) 10 > 1739283471 823129 PRIVMSG #esolangs :14[[07User talk:PrySigneToFry/Sandbox/Some useless code14]]4 10 02https://esolangs.org/w/index.php?diff=151775&oldid=151769 5* 03PrySigneToFry 5* (+112) 10 < 1739284434 972954 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1739284991 561155 PRIVMSG #esolangs :14[[07Talk:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=151776&oldid=129436 5* 03PrySigneToFry 5* (+1051) 10/* */ new section > 1739285017 227492 PRIVMSG #esolangs :14[[07Talk:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=151777&oldid=151776 5* 03PrySigneToFry 5* (+0) 10 > 1739285130 625897 PRIVMSG #esolangs :14[[07IPAfuck14]]4 10 02https://esolangs.org/w/index.php?diff=151778&oldid=124840 5* 03PrySigneToFry 5* (+9) 10 < 1739287691 178310 :craigo!~craigo@user/craigo QUIT :Ping timeout: 252 seconds < 1739289558 507274 :chomwitt!~alex@2a02:587:7a13:5400:42b0:76ff:fe46:a5fd JOIN #esolangs chomwitt :realname < 1739289799 986825 :FreeFull!~freefull@79.186.72.31.ipv4.supernova.orange.pl QUIT :Ping timeout: 260 seconds < 1739289832 937167 :FreeFull!~freefull@79.186.205.160.ipv4.supernova.orange.pl JOIN #esolangs FreeFull :FreeFull < 1739290010 633256 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas < 1739290264 211637 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :ok, I found something weird about Windows. so on my work notebook, Windows 10 was originally installed with hungarian selected as UI language. I changed the UI language to english in settings long ago. Most of the interface of programs shipped with windows shows up correctly in english. < 1739290483 463003 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :in the main windows of File Explorer, if I show the system menu either by left-clicking on the icon in the top left corner of the title bar or pressing alt+space or shift+right clicking the tray icon of the windows, the system menu of that window has its labels in hungarian. BUT if I right-click the title-bar, it shows the system menu with its < 1739290483 966436 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :labels in english, and from that point on something changes about that specific file explorer window, and if I later show the system menu of the same window in any of the previous mentioned way, it shows up with labels in english. this doesn't affect other File Explorer windows. < 1739290521 35450 :FreeFull!~freefull@79.186.205.160.ipv4.supernova.orange.pl QUIT : < 1739290821 29135 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :I had noticed earlier that the language of the system menu is inconsistent between programs, but I assumed it just depended on which program or window it was. < 1739290879 375147 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :This is mostly cosmetic except in case of cmd consoles, that's why I wasn't paying attention to it. > 1739290963 885251 PRIVMSG #esolangs :14[[07Morshu14]]4 10 02https://esolangs.org/w/index.php?diff=151779&oldid=120871 5* 03Squidmanescape 5* (+1248) 10 < 1739291889 419451 :dawids!~dawids@109.77.158.223 JOIN #esolangs * :realname < 1739294399 665989 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed < 1739295515 105580 :APic!apic@apic.name PRIVMSG #esolangs :ais523: I now found a very epic Sokoban-Solver named „Festival“, which works together very nicely with the GUI YASC < 1739295531 796691 :APic!apic@apic.name PRIVMSG #esolangs :ais523: Win64 though, but works epically well under WINE 😌 < 1739295551 25189 :APic!apic@apic.name PRIVMSG #esolangs :ais523: Thanks for Your previous Hints regarding Sokoban (‑ aaaaand Sudoku also 😉) < 1739295555 670861 :APic!apic@apic.name PRIVMSG #esolangs :*purrrrrr* 😸 =^.^= < 1739295910 375153 :dawids!~dawids@109.77.158.223 QUIT :Quit: Leaving < 1739297147 77574 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1739297859 963497 :chomwitt!~alex@2a02:587:7a13:5400:42b0:76ff:fe46:a5fd QUIT :Remote host closed the connection < 1739297880 174235 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1739298288 955078 :lisbeths!uid135845@id-135845.lymington.irccloud.com QUIT :Quit: Connection closed for inactivity < 1739298633 438612 :Celeo!~Celeo@user/celeo JOIN #esolangs Celeo :Celeo < 1739299195 31942 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1739299248 945893 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 252 seconds < 1739299278 908421 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 NICK :Lord_of_Life < 1739300494 120628 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :Apic: I assume you know about the sokoban level generator https://www.linusakesson.net/games/autosokoban/ < 1739301013 736534 :APic!apic@apic.name PRIVMSG #esolangs :b_jonas: No, but i can imagine 😌 < 1739303640 146780 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1739303840 542759 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :b_jonas: I have some level of academic interest in Sokoban generators, but haven't seen that one < 1739303848 266837 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I had a plan of my own but didn't fully get it to work < 1739303945 872614 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :ais523: mostly unrelated to sokoban, have you ever found out if there's a fast algorithm to find two walks that share both endpoints in an input digraph? < 1739303984 858649 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :b_jonas: no, I think I discussed that with you a while ago but didn't think about it more since < 1739304045 886866 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :ok < 1739304048 975666 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :my actual problem was more complicated and that was one possible approach towards an approximate solution < 1739304059 414538 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :yes, you asked that question here and we discussed it < 1739304074 175967 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :but it didn't seem any easier than the alternative routes < 1739304118 470321 :amby!~ambylastn@ward-15-b2-v4wan-167229-cust809.vm18.cable.virginm.net JOIN #esolangs amby :realname < 1739304122 245145 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :(the more general problem I am trying to solve is the problem of compressing the reachability relation of a directed graph, in a way that's small on disk and efficient to query) < 1739304953 848867 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1739305652 892606 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :b_jonas: hmm, I'm not too impressed by that Sokoban generator, I didn't find a difficult puzzle until puzzle 21, and that one was only difficult because it was hard to figure out which boxes are entirely trapped/useless to the solution and which ones aren't < 1739305669 465934 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :these puzzles have lots of parts of the solution that are entirely independent of other parts, which seems inelegant to me < 1739305745 40695 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :of course, the puzzles are random so you won't see the same ones I do (but I am using seed 2001748222, so you could check that way) < 1739306118 887860 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :I don't like to play sokoban so I can't really judge their quality < 1739306218 107502 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :but these levels are mostly solvable by the strategy of "avoid making moves that make the game unwinnable" < 1739306237 466651 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :and just differ in how obvious the causes of unwinnability are < 1739306438 71088 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I once spent a month very ill and hardly able to do anything, I solved (handmade) Sokoban puzzles to pass the time – a month doing almost nothing but Sokoban gives you quite some insights into it < 1739306757 60908 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :hmm, 26 is good < 1739306782 543197 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :the first proper storage puzzle I've seen, and those are really the heart of Sokoban < 1739306805 337072 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :(the problem being finding places to put boxes temporarily so that you can move boxes past them and then put them back) > 1739307290 402243 PRIVMSG #esolangs :14[[07User:BoundedBeans14]]4 10 02https://esolangs.org/w/index.php?diff=151780&oldid=151457 5* 03BoundedBeans 5* (+36) 10 < 1739307487 785570 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :Can other puzzles such as Hero Hearts puzzles be generated also? < 1739308306 194807 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :28 is the first one that feels anything like a traditional Sokoban puzzle < 1739308383 485746 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :and 29 is trivially easy, so the difficulty curving doesn't seem to be going so well < 1739308513 703486 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :30 is also quite easy, and gave me quite some insight into the algorithm (it looks like the sort of problem a computer might incorrectly think is hard) < 1739308559 7497 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1739308892 29721 PRIVMSG #esolangs :14[[07Compass14]]4 10 02https://esolangs.org/w/index.php?diff=151781&oldid=151768 5* 03Ractangle 5* (-16) 10/* Language syntax */ > 1739308915 624704 PRIVMSG #esolangs :14[[07Compass14]]4 10 02https://esolangs.org/w/index.php?diff=151782&oldid=151781 5* 03Ractangle 5* (-2) 10/* Hello, world! */ < 1739311201 417423 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :after a row of moderate-difficult puzzles, 40 was really really easy < 1739311478 860177 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I skipped ahead to 100 and 1000, neither of those was too hard either < 1739311496 904702 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I think that algorithm probably isn't the way forward when it comes to making interesting Sokobans, only a small proportion are interesting < 1739311896 456680 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca QUIT :Ping timeout: 246 seconds < 1739311924 955045 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :1001 is pretty good though < 1739311985 703368 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca JOIN #esolangs zzo38 :zzo38 < 1739312226 924608 :b_jonas!~x@88.87.242.184 PRIVMSG #esolangs :I see < 1739313745 752929 :APic!apic@apic.name PRIVMSG #esolangs :☺ < 1739313748 132027 :APic!apic@apic.name PRIVMSG #esolangs :Good Night! > 1739317510 485873 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=151783&oldid=151700 5* 03NNlk05 5* (+69) 10/* Introductions */ > 1739317517 806137 PRIVMSG #esolangs :14[[07StereotypeAssembly14]]4 N10 02https://esolangs.org/w/index.php?oldid=151784 5* 03NNlk05 5* (+150) 10Created page with "{{WIP}} StereotypeAssembly is a stereotype, hackerly language built to resemble assembly language by [[User:NNlk05]]. [[Category:Works-in-Progress]]"