< 1634083339 226863 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :it is the closest thing to human language I've seen < 1634083351 325189 :arseniiv_!~arseniiv@136.169.238.48 QUIT :Ping timeout: 252 seconds < 1634083397 119869 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Sounds like something a person from the Osmosian Order of Plain English Programmers would write. < 1634083399 274577 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :used it in 2013 to adapt GUI testing suite to macOS < 1634083408 217681 :imode!~imode@user/imode PRIVMSG #esolangs :I wonder what their parser is for that. < 1634083413 133428 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :https://osmosianplainenglishprogramming.blog/ < 1634083467 77590 :imode!~imode@user/imode PRIVMSG #esolangs :I actually don't disagree with this. < 1634083654 316270 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :cool > 1634083686 944296 PRIVMSG #esolangs :14[[07Greg14]]4 10 02https://esolangs.org/w/index.php?diff=88775&oldid=88773 5* 03TheJonyMyster 5* (+224) 10/* general stuff */ > 1634083720 900179 PRIVMSG #esolangs :14[[07Greg14]]4 10 02https://esolangs.org/w/index.php?diff=88776&oldid=88775 5* 03TheJonyMyster 5* (+36) 10/* gregex */ < 1634083736 476000 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :is there no indentation or it's a bad formatting? < 1634083749 683114 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :it should better have blocks < 1634084086 421315 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :I need a thing to control the Terminal in the similar way the Selenium controls a browser < 1634084132 173938 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :to test apps with interactive dialogs no matter what they use to implement them like ncurses or anything else < 1634084186 258554 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :I want some interface that would allow to send keystrokes and to read the actual visual state of the window as a two-dimensional array of chars < 1634084281 415561 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :pretty sure Apple Script makes it possible; also there is some "inspecting" feature in the Terminal application that probably has some interface (maybe the same it gives to the Apple Script, idk) but it's weird that I've never heard of making an analogue of Selenium for the terminal < 1634084301 993566 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :and google tells nothing < 1634085326 485139 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :hmmmm what if there is some browser-based terminal < 1634085334 788008 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Heh, sounds a little like good old Expect, except with something that'd interpret control sequences and maintain a notion of the screen state. < 1634085343 264542 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :that would hopefully be supported by my dialogs tool < 1634085394 438649 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Also heh, looks like someone has done that *in* Expect. https://opensource.apple.com/source/gccfast/gccfast-1622/expect/example/virterm.auto.html < 1634085453 95259 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :https://wiki.tcl-lang.org/page/tkterm < 1634085615 503428 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Context for the above: http://linux.math.tifr.res.in/manuals/html/expect-FAQ.html#q22 < 1634085935 950405 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :not sure I understand this: "# 0) make sure Expect is linked into your Tk-based program (or vice versa)" < 1634085966 939671 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Expect and Tcl and Tk are a lifestyle, not a tool. ;) < 1634085988 433867 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Looks like a bunch of people have been making things like that though. < 1634086076 284892 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :See also https://github.com/JulienPalard/vt100-emulator and a lot of JS spinoffs on top of tty.js code. < 1634086167 113395 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Also since you mentioned a browser-based terminal, https://chromium.googlesource.com/apps/libapps/+/HEAD/hterm is what we always use on ChromeOS systems for SSH-in-a-Chrome-tab. < 1634086876 985324 :delta23!~delta23@user/delta23 JOIN #esolangs delta23 :delta23__ < 1634086889 146855 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :fizzie do I understand right that you embed it into a page https://github.com/chromium/hterm/blob/main/doc/embed.md and then open it in a browser and you'll have an interface that will behave as the one from where you've launched ... oh wait, if you open it in a browser then where are you?.. < 1634086915 933260 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :or it's not connected to the actual host OS? < 1634087048 65166 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Most often we use it with nassh to provide a terminal to something running elsewhere. I think ChromeOS native terminal is also hterm-based, and then it's showing a pty from the host, but I've no idea how that exactly works. < 1634087159 391571 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :sounds working, heh, that would such a crazy way to test an app < 1634087234 314893 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :I suppose I've heard about hterm but didn't realise the applicability of it < 1634087604 293228 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :hm, that Embedding doc tells how to write via HS but not how to read < 1634087768 411896 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Yeah, normally you'd read by implementing the callbacks. I imagine there must be an API to read from the buffer as well. < 1634087845 582784 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :There's at least a `getRowsText` method on the hterm.Terminal, though that seems to be designed more for clipboard purposes. < 1634088415 850409 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :maybe that's it, I see it here https://chromium.googlesource.com/apps/libapps/+/HEAD/hterm/js/hterm_vt_tests.js < 1634088455 30188 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :There's also the hterm.Screen class that seems to represent a single screen independent of the scrollback buffer, but I can't see a way to get the Screen out of the Terminal without assuming it's the `screen_` property. < 1634088551 469999 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :oh I see https://github.com/chromium/hterm/blob/0264cd340ccc21f0321c3a2d70fccadbf0bc377f/js/hterm_terminal.js#L1951 < 1634088558 371080 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :the clipboard < 1634088635 669791 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :but why not though > 1634088941 967694 PRIVMSG #esolangs :14[[079f87m4atttaaaou;14]]4 10 02https://esolangs.org/w/index.php?diff=88777&oldid=88774 5* 03CosmicMan08 5* (+32) 10 > 1634089795 145371 PRIVMSG #esolangs :14[[07Greg14]]4 10 02https://esolangs.org/w/index.php?diff=88778&oldid=88776 5* 03TheJonyMyster 5* (+17) 10 > 1634091464 298654 PRIVMSG #esolangs :14[[07Greg14]]4 10 02https://esolangs.org/w/index.php?diff=88779&oldid=88778 5* 03TheJonyMyster 5* (+571) 10tc proof > 1634091492 888717 PRIVMSG #esolangs :14[[07Greg14]]4 M10 02https://esolangs.org/w/index.php?diff=88780&oldid=88779 5* 03TheJonyMyster 5* (+8) 10 > 1634092065 227815 PRIVMSG #esolangs :14[[07Greg14]]4 M10 02https://esolangs.org/w/index.php?diff=88781&oldid=88780 5* 03TheJonyMyster 5* (+59) 10/* Computational class */ > 1634093129 995788 PRIVMSG #esolangs :14[[07Greg14]]4 10 02https://esolangs.org/w/index.php?diff=88782&oldid=88781 5* 03TheJonyMyster 5* (+12) 10/* Computational class */ < 1634093133 188863 :vaginaldischarge!b9dc66f8@67.205.143.82 JOIN #esolangs * :The Lounge Demo User < 1634093629 29136 :vaginaldischarge!b9dc66f8@67.205.143.82 PART #esolangs :The Lounge - https://thelounge.chat < 1634093863 299952 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :woah < 1634093891 879752 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :In 2019, Microsoft announced plans to rebuild the browser as Chromium-based[10][11] with Blink and V8 engines. Microsoft stopped releasing security patches for Edge Legacy from March 9, 2021, and released a security update on April 13, 2021, which replaced Edge Legacy with Chromium-based Edge. < 1634093896 560909 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :I totally missed it < 1634097084 363208 :earendel!uid498179@user/earendel JOIN #esolangs earendel :AmoreFS < 1634099514 597373 :delta23!~delta23@user/delta23 QUIT :Quit: Leaving < 1634106424 253043 :Sgeo_!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer < 1634107558 428803 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :What do you expect should be the suggested file name extension for Free Hero Mesh composite puzzle sets? < 1634107676 656318 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :what are other extensions you already defined? < 1634108038 125480 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :The file with pictures/sounds is .xclass, the file with class definitions is .class, the file with levels (and the level index) is .level, the file with solutions and test cases is .solution. (However, a composite puzzle set combines all of these into one file, but a composite puzzle set cannot be edited unless you split it apart into separate files.) < 1634108731 203234 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :.fhm < 1634109378 856174 :nakilon!~nakilon@user/nakilon QUIT :Quit: Ping timeout (120 seconds) < 1634109399 514087 :nakilon!~nakilon@user/nakilon JOIN #esolangs nakilon :Victor Maslov < 1634109873 583363 :user3456!user3456@user/user3456 QUIT :Ping timeout: 265 seconds < 1634109906 667752 :hendursaga!~weechat@user/hendursaga QUIT :Ping timeout: 276 seconds < 1634109906 700192 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Ping timeout: 276 seconds < 1634109920 282169 :Noisytoot_!~noisytoot@sourcehut/user/noisytoot JOIN #esolangs Noisytoot :Ron < 1634109982 647232 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse < 1634109992 238985 :Taneb0!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 JOIN #esolangs Taneb :Nathan van Doorn < 1634109993 353200 :DutchIngraham!~DutchIngr@user/dutch JOIN #esolangs DutchIngraham :dutch < 1634110023 520681 :hendursaga!~weechat@user/hendursaga JOIN #esolangs hendursaga :weechat < 1634110057 341059 :myname!~myname@ks300980.kimsufi.com QUIT :Ping timeout: 268 seconds < 1634110272 415699 :fungot!~fungot@2a01:4b00:82bb:1341::a QUIT :*.net *.split < 1634110272 588621 :daggy1234[m]!~daggy1234@2001:470:69fc:105::d315 QUIT :*.net *.split < 1634110272 878719 :sebbu!~sebbu@user/sebbu QUIT :*.net *.split < 1634110272 912186 :j-bot!~jbot@irc.supplies QUIT :*.net *.split < 1634110314 966724 :zegalch!~zegalch@178.128.75.133 QUIT :*.net *.split < 1634110315 39341 :dutch!~DutchIngr@user/dutch QUIT :*.net *.split < 1634110315 82265 :Taneb!~Taneb@runciman.hacksoc.org QUIT :*.net *.split < 1634110315 114400 :joast!~rick@cpe-98-146-112-4.natnow.res.rr.com QUIT :*.net *.split < 1634110315 114456 :Corbin!~Corbin@c-73-67-140-116.hsd1.or.comcast.net QUIT :*.net *.split < 1634110315 476708 :Noisytoot!~noisytoot@sourcehut/user/noisytoot QUIT :*.net *.split < 1634110315 476752 :ecs!ecs@user/ecs QUIT :*.net *.split < 1634110315 516506 :Cale!~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com QUIT :*.net *.split < 1634110355 416956 :zegalch!~zegalch@178.128.75.133 JOIN #esolangs zegalch :The Lounge User < 1634110380 979068 :river!~river@tilde.team/user/river JOIN #esolangs river :river < 1634110657 360155 :Cale!~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com JOIN #esolangs Cale :realname < 1634110668 837751 :fungot!~fungot@2a01:4b00:82bb:1341::a JOIN #esolangs fungot :fungot-0.1 < 1634110668 837803 :daggy1234[m]!~daggy1234@2001:470:69fc:105::d315 JOIN #esolangs * :@daggy1234:matrix.org < 1634110668 869971 :sebbu!~sebbu@user/sebbu JOIN #esolangs sebbu :sebbu < 1634110668 870047 :j-bot!~jbot@irc.supplies JOIN #esolangs * :jevalbot < 1634110887 929687 :phdu!~phdumatri@2001:470:69fc:105::e6b6 QUIT :Ping timeout: 240 seconds < 1634110975 581836 :imode!~imode@user/imode QUIT :Ping timeout: 265 seconds < 1634111015 338729 :Koen!~Koen@61.192.201.77.rev.sfr.net JOIN #esolangs * :Koen < 1634111109 981180 :user3456!~user3456@user/user3456 JOIN #esolangs user3456 :user3456 < 1634111110 610858 :phdu!~phdumatri@2001:470:69fc:105::e6b6 JOIN #esolangs * :@phdu:matrix.org < 1634111704 57322 :Taneb0!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 NICK :Taneb < 1634112229 837104 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN #esolangs oerjan :Ørjan Johansen < 1634112348 635549 :hendursa1!~weechat@user/hendursaga JOIN #esolangs hendursaga :weechat < 1634112519 628437 :hendursaga!~weechat@user/hendursaga QUIT :Ping timeout: 276 seconds < 1634112983 637044 :hanif!~hanif@gateway/tor-sasl/hanif JOIN #esolangs hanif :hanif < 1634113122 105517 :hanif!~hanif@gateway/tor-sasl/hanif QUIT :Client Quit < 1634113125 526061 :yuu_!sid267332@ilkley.irccloud.com QUIT :Read error: Connection reset by peer < 1634113137 566007 :pikhq!sid394595@user/pikhq QUIT :Read error: Connection reset by peer < 1634113141 999666 :ProofTechnique!sid79547@ilkley.irccloud.com QUIT :Write error: Connection reset by peer < 1634113142 32399 :integral!sid296274@user/integral QUIT :Ping timeout: 265 seconds < 1634113146 863899 :pikhq!sid394595@user/pikhq JOIN #esolangs pikhq :Ada Worcester < 1634113150 143719 :Argorok!sid195487@hampstead.irccloud.com QUIT :Read error: Connection reset by peer < 1634113158 442770 :Argorok!sid195487@id-195487.hampstead.irccloud.com JOIN #esolangs * :Argorok < 1634113168 56917 :integral!sid296274@user/integral JOIN #esolangs integral :bsmith < 1634113585 865206 :myname!~myname@ks300980.kimsufi.com JOIN #esolangs * :myname < 1634113620 474202 :fungot!~fungot@2a01:4b00:82bb:1341::a QUIT :*.net *.split < 1634113620 593297 :daggy1234[m]!~daggy1234@2001:470:69fc:105::d315 QUIT :*.net *.split < 1634113620 682939 :sebbu!~sebbu@user/sebbu QUIT :*.net *.split < 1634113620 682982 :j-bot!~jbot@irc.supplies QUIT :*.net *.split < 1634113647 890075 :river!~river@tilde.team/user/river QUIT :Quit: Leaving < 1634113767 447268 :user3456_!user3456@user/user3456 JOIN #esolangs user3456 :user3456 < 1634113772 470331 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :ok so you launch the chromium with these two flags https://pptr.dev/#?product=Puppeteer&version=v3.1.0&show=api-working-with-chrome-extensions passing the Secure Shell extension < 1634113811 31001 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :then for some reason there is no chrome flag to enable an extension in incognito mode so you have to navigate to its page and click the checkbox < 1634113813 391697 :user3456!~user3456@user/user3456 QUIT :Ping timeout: 252 seconds < 1634113816 846555 :user3456_!user3456@user/user3456 NICK :user3456 < 1634113859 84378 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :then you visit the actual page of the extension with #nakilon@localhost, then to accept the fingerprint you do: br.frames[1].at_css("input").type "yes\n" < 1634113919 471349 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :then I launched ruby, used the library to initiate the fancy menu like this: br.keyboard.type "prompt.select(\"Choose your destiny?\", %w(Scorpion Kano Jax))\n" < 1634113984 231035 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :br.keyboard.type :down -- to select the 2nd of 3 options, and then br.evaluate("term_.getRowsText(0,48)").split("\n").last 3 # => [" Scorpion", "‣ Kano", " Jax"] < 1634113997 1926 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :i.e. everything works _^^ < 1634114023 127150 :ProofTechnique!sid79547@2a03:5180:f:3::1:36bb JOIN #esolangs * :ptech < 1634114023 128765 :yuu_!sid161877@2a03:5180:f:3::4:1444 JOIN #esolangs * :yuu < 1634114023 128789 :fungot!~fungot@2a01:4b00:82bb:1341::a JOIN #esolangs fungot :fungot-0.1 < 1634114023 128811 :daggy1234[m]!~daggy1234@2001:470:69fc:105::d315 JOIN #esolangs * :@daggy1234:matrix.org < 1634114023 159304 :sebbu!~sebbu@user/sebbu JOIN #esolangs sebbu :sebbu < 1634114023 159361 :j-bot!~jbot@irc.supplies JOIN #esolangs * :jevalbot < 1634114213 675934 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :then I'll wrap it in a gem and write some stupid header "Selenium for Terminal" in README.md so the empty google results will lead to it < 1634114386 186571 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :just need to come up with some handy assertions to add them to testing frameworks Minitest that I use and RSpec that people use the most < 1634115004 121127 :ecs!ecs@user/ecs JOIN #esolangs ecs :ecs < 1634118356 360905 :velik!~velik@nakilon.pro QUIT :Ping timeout: 245 seconds < 1634118370 937559 :velik!~velik@nakilon.pro JOIN #esolangs velik :velik < 1634119156 329029 :jryans!~jryans@2001:470:69fc:105::1d QUIT :Quit: Bridge terminating on SIGTERM < 1634119158 281692 :Deewiant!~deewiant@2001:470:69fc:105::2fd3 QUIT :Quit: Bridge terminating on SIGTERM < 1634119158 515963 :daggy1234[m]!~daggy1234@2001:470:69fc:105::d315 QUIT :Quit: Bridge terminating on SIGTERM < 1634119160 65218 :craigo[m]!~craigover@2001:470:69fc:105::12bc QUIT :Quit: Bridge terminating on SIGTERM < 1634119162 59246 :phdu!~phdumatri@2001:470:69fc:105::e6b6 QUIT :Quit: Bridge terminating on SIGTERM < 1634119338 472808 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Later < 1634119367 860127 :jryans!~jryans@2001:470:69fc:105::1d JOIN #esolangs jryans :@jryans:matrix.org < 1634119397 944455 :Koen!~Koen@61.192.201.77.rev.sfr.net QUIT :Remote host closed the connection < 1634119598 565302 :Koen!~Koen@61.192.201.77.rev.sfr.net JOIN #esolangs * :Koen < 1634119921 169190 :phdu!~phdumatri@2001:470:69fc:105::e6b6 JOIN #esolangs * :@phdu:matrix.org < 1634119921 243292 :Deewiant!~deewiant@2001:470:69fc:105::2fd3 JOIN #esolangs Deewiant :@deewiant:maon.fi < 1634119921 243357 :craigo[m]!~craigover@2001:470:69fc:105::12bc JOIN #esolangs * :@craigoverend:matrix.org < 1634119933 336356 :daggy1234[m]!~daggy1234@2001:470:69fc:105::d315 JOIN #esolangs * :@daggy1234:matrix.org < 1634120096 278270 :earendel!uid498179@user/earendel QUIT :Quit: Connection closed for inactivity < 1634122516 461505 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas < 1634123112 919038 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him < 1634123139 77048 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Remote host closed the connection < 1634123167 968702 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him < 1634124039 892708 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Quit: connection issues < 1634127876 415427 :Corbin!~Corbin@c-73-67-140-116.hsd1.or.comcast.net JOIN #esolangs * :Corbin < 1634127931 333990 :riv!river@tilde.team/user/river QUIT :Ping timeout: 245 seconds < 1634128045 579959 :riv!river@tilde.team/user/river JOIN #esolangs river :My real name < 1634128890 967548 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him < 1634129110 479619 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Excess Flood < 1634129186 141726 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him < 1634130071 337826 :Oshawott!~archenoth@2604:3d09:681:f00:610d:6c0b:ddcc:948 JOIN #esolangs Archenoth :archenoth < 1634130256 331122 :archenoth!~archenoth@2604:3d09:681:f00:d981:e67:a14e:69db QUIT :Ping timeout: 245 seconds < 1634130471 419910 :arseniiv_!~arseniiv@136.169.238.48 JOIN #esolangs * :the chaotic arseniiv < 1634132015 416607 :earendel!uid498179@user/earendel JOIN #esolangs earendel :AmoreFS < 1634132181 329553 :DutchIngraham!~DutchIngr@user/dutch QUIT :Ping timeout: 245 seconds > 1634132297 835296 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03CuboidRaptor 5* 10New user account < 1634132421 344034 :Thelie!~Thelie@business-24-134-17-157.pool2.vodafone-ip.de JOIN #esolangs * :Thelie < 1634132451 117093 :hendursa1!~weechat@user/hendursaga QUIT :Quit: hendursa1 < 1634132477 629437 :hendursaga!~weechat@user/hendursaga JOIN #esolangs hendursaga :weechat > 1634132530 974083 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=88783&oldid=88767 5* 03CuboidRaptor 5* (+210) 10introducing myself < 1634132572 470592 :dutch!~DutchIngr@user/dutch JOIN #esolangs DutchIngraham :dutch < 1634132818 486803 :sprock!~sprock@user/sprock QUIT :Ping timeout: 252 seconds > 1634132892 374155 PRIVMSG #esolangs :14[[07PP14]]4 N10 02https://esolangs.org/w/index.php?oldid=88784 5* 03CuboidRaptor 5* (+272) 10Created page with "pP is an esolang created by [[User:CuboidRaptor|CuboidRaptor]] and is intended as a joke language that honestly barely even counts as a programming language. In pP, the only..." > 1634133103 557793 PRIVMSG #esolangs :14[[07User:CuboidRaptor14]]4 N10 02https://esolangs.org/w/index.php?oldid=88785 5* 03CuboidRaptor 5* (+271) 10Created page with "Hello there, I'm CuboidRaptor, a youtuber and programmer that likes doing dumb weird things that are not useful at all. Check out my youtube channel [https://www.youtube.com/c..." > 1634133309 870033 PRIVMSG #esolangs :14[[07UPE14]]4 N10 02https://esolangs.org/w/index.php?oldid=88786 5* 03CuboidRaptor 5* (+495) 10Created page with "UPE, or Unary Python Esolang, is a language/extension of python that just makes your life impossible, to use UPE, write your program in Python3, then replace every character i..." < 1634134293 800294 :Thelie!~Thelie@business-24-134-17-157.pool2.vodafone-ip.de QUIT :Remote host closed the connection < 1634135078 330388 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1634135156 689916 :Sgeo!~Sgeo@user/sgeo QUIT :Remote host closed the connection < 1634135181 350562 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1634135245 14218 :Koen!~Koen@61.192.201.77.rev.sfr.net QUIT :Remote host closed the connection < 1634136051 483981 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Remote host closed the connection < 1634136082 122937 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him < 1634137463 767079 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed < 1634137540 463391 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Quit: brb < 1634137559 964938 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him < 1634138431 282024 :Noisytoot_!~noisytoot@sourcehut/user/noisytoot QUIT :Ping timeout: 245 seconds > 1634138450 95723 PRIVMSG #esolangs :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=88787&oldid=88719 5* 03CuboidRaptor 5* (+19) 10 < 1634138605 356380 :Noisytoot!~noisytoot@sourcehut/user/noisytoot JOIN #esolangs Noisytoot :Ron < 1634139465 903221 :foxsouns!~foxsouns@2601:603:5180:a000:e43d:36c5:e868:8869 JOIN #esolangs * :[https://web.libera.chat] foxsouns < 1634139468 798502 :foxsouns!~foxsouns@2601:603:5180:a000:e43d:36c5:e868:8869 PART :#esolangs < 1634140086 355838 :imode!~imode@user/imode JOIN #esolangs imode :imode < 1634141044 334022 :sprock!~sprock@user/sprock JOIN #esolangs sprock :Maeve Sproule < 1634142442 112168 :Koen!~Koen@61.192.201.77.rev.sfr.net JOIN #esolangs * :Koen < 1634143118 345756 :Koen!~Koen@61.192.201.77.rev.sfr.net QUIT :Remote host closed the connection < 1634143774 576269 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Ping timeout: 265 seconds < 1634143780 583598 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Ping timeout: 260 seconds > 1634144413 422925 PRIVMSG #esolangs :14[[07PP14]]4 M10 02https://esolangs.org/w/index.php?diff=88788&oldid=88784 5* 03PythonshellDebugwindow 5* (+80) 10fix title, cats < 1634144416 942903 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1634144537 801453 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1634144954 964045 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Ping timeout: 265 seconds < 1634144955 39229 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Ping timeout: 265 seconds < 1634145412 510103 :earendel!uid498179@user/earendel QUIT :Quit: Connection closed for inactivity < 1634145618 452707 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1634145766 977278 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Ping timeout: 265 seconds < 1634145860 318131 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1634146163 369478 :Sgeo_!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1634146285 344584 :Sgeo!~Sgeo@user/sgeo QUIT :Ping timeout: 252 seconds < 1634146287 283699 :Sgeo__!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1634146447 337663 :Sgeo_!~Sgeo@user/sgeo QUIT :Ping timeout: 252 seconds < 1634147390 335179 :sprock!~sprock@user/sprock QUIT :Ping timeout: 268 seconds < 1634147440 334906 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Ping timeout: 252 seconds < 1634147470 346366 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Ping timeout: 252 seconds < 1634148056 329351 :olsner!~salparot@c83-252-230-207.bredband.tele2.se QUIT :Ping timeout: 245 seconds < 1634148166 529626 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1634148241 869229 :olsner!~salparot@c83-252-230-207.bredband.tele2.se JOIN #esolangs olsner :Got ZNC? < 1634148257 333501 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1634148559 415169 :sprock!~sprock@user/sprock JOIN #esolangs sprock :Maeve Sproule < 1634150839 371800 :river!~river@tilde.team/user/river JOIN #esolangs river :river > 1634152436 404097 PRIVMSG #esolangs :14[[07!@$%^&*()+/Algorithms14]]4 10 02https://esolangs.org/w/index.php?diff=88789&oldid=82532 5* 03Fmbalbuena 5* (+115) 10Not Algorithm added. > 1634152737 839659 PRIVMSG #esolangs :14[[07!@$%^&*()+/Algorithms14]]4 M10 02https://esolangs.org/w/index.php?diff=88790&oldid=88789 5* 03Fmbalbuena 5* (-115) 10Undo revision 88789 by [[Special:Contributions/Fmbalbuena|Fmbalbuena]] ([[User talk:Fmbalbuena|talk]]) < 1634153726 983614 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1634153909 262354 :Sgeo__!~Sgeo@user/sgeo QUIT :Ping timeout: 264 seconds < 1634154098 995317 :river!~river@tilde.team/user/river QUIT :Quit: Leaving < 1634154263 970160 :Sgeo!~Sgeo@user/sgeo QUIT :Ping timeout: 265 seconds < 1634154366 984808 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1634154535 352775 :sprock!~sprock@user/sprock QUIT :Ping timeout: 252 seconds < 1634154917 826000 :Thelie!~Thelie@business-24-134-17-157.pool2.vodafone-ip.de JOIN #esolangs * :Thelie < 1634159438 181025 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Remote host closed the connection < 1634159455 648753 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse < 1634159666 302180 :delta23!~delta23@user/delta23 JOIN #esolangs delta23 :delta23__ < 1634159970 345915 :Trieste!T@user/pilgrim QUIT :Ping timeout: 268 seconds < 1634160271 84856 :Thelie!~Thelie@business-24-134-17-157.pool2.vodafone-ip.de QUIT :Remote host closed the connection < 1634160321 305996 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 250 seconds < 1634160469 337897 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1634162865 823412 :joast!~rick@cpe-98-146-112-4.natnow.res.rr.com JOIN #esolangs joast :purple < 1634163394 959107 :sprock!~sprock@user/sprock JOIN #esolangs sprock :Maeve Sproule > 1634164834 76104 PRIVMSG #esolangs :14[[07Pancakes14]]4 10 02https://esolangs.org/w/index.php?diff=88791&oldid=88441 5* 03CatCatDeluxe 5* (+2333) 10Add function declaration part > 1634164880 594647 PRIVMSG #esolangs :14[[07UPE14]]4 10 02https://esolangs.org/w/index.php?diff=88792&oldid=88786 5* 03CuboidRaptor 5* (+329) 10 < 1634165051 936555 :sprock!~sprock@user/sprock QUIT :Ping timeout: 265 seconds > 1634165564 641283 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03CowMan9999 5* 10New user account > 1634165769 991060 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 M10 02https://esolangs.org/w/index.php?diff=88793&oldid=88783 5* 03CowMan9999 5* (+220) 10/* Introductions */ < 1634165828 439951 :sprock!~sprock@user/sprock JOIN #esolangs sprock :Maeve Sproule < 1634166420 939238 :Koen!~Koen@61.192.201.77.rev.sfr.net JOIN #esolangs * :Koen < 1634167782 287465 :Koen!~Koen@61.192.201.77.rev.sfr.net QUIT :Quit: Leaving... < 1634168062 331193 :arseniiv_!~arseniiv@136.169.238.48 QUIT :Ping timeout: 252 seconds < 1634168219 390610 :j-bot!~jbot@irc.supplies QUIT :Remote host closed the connection < 1634168232 574264 :j-bot!~jbot@irc.supplies JOIN #esolangs * :jevalbot