< 1736553840 428628 :mtm!~textual@47.202.75.129 QUIT :Ping timeout: 246 seconds < 1736553950 620508 :mtm!~textual@47.202.75.129 JOIN #esolangs mtm :Textual User > 1736554039 578460 PRIVMSG #esolangs :14[[07User:Aadenboy/00=014]]4 M10 02https://esolangs.org/w/index.php?diff=149925&oldid=149879 5* 03Aadenboy 5* (-148) 10thanks render errors < 1736556127 574602 :supercode!~supercode@user/supercode QUIT :Quit: Client closed < 1736556259 221420 :craigo__!~craigo@2403:5815:da48:0:a1aa:83b:a8a5:bab4 JOIN #esolangs * :realname < 1736556420 940539 :craigo_!~craigo@180-150-37-38.b49625.bne.nbn.aussiebb.net QUIT :Ping timeout: 252 seconds < 1736558912 220868 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :reading my mailserver log for weird things happening, I saw an HTTP request to the SMTP submission port, which looks a bit like it might be from a search engine < 1736558945 320316 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :it looks like it followed a link to the IP+port pair < 1736558971 209543 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :and, well, anyone can put a link to any IP+port pair onto the web, but I'm vaguely surprised that someone actually did < 1736559077 437993 :int-e!~noone@int-e.eu PRIVMSG #esolangs :hmm. search engines might pick up on something like foo.bar:123 and try HTTP requests there? < 1736559113 218240 :int-e!~noone@int-e.eu PRIVMSG #esolangs :in these desparate times where we need every byte of training material for LLMs that we can find < 1736559163 29293 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :I don't know why anyone would even have a link to my SMTP submission port, it's not like it's usable by anyone but me < 1736559187 620422 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :my guess is that it's on some sort of list intended for use by spammers, who don't know how many of the ports are usable (but must surely suspect that most of them aren't) < 1736559209 718523 :int-e!~noone@int-e.eu PRIVMSG #esolangs :it could just be a weird port scan too < 1736559233 52171 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :port scans don't usually send HTTP requests but I guess they *could* < 1736559286 698793 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Anyway, all I have is speculation. This doesn't sound familiar in any way :) < 1736559328 573961 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :right, it was weird enough to be worth commenting on :-) < 1736559347 772708 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :it likely isn't a problem – mailservers get so many random attacks as it is – but it's strange enough to have made me curious < 1736559363 658489 :int-e!~noone@int-e.eu PRIVMSG #esolangs :I get that < 1736559404 778117 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Like... I keep looking at spam mails and wondering what the underlying scam is. Which is about equally fruitless. < 1736559440 382052 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :in some of them, the scam appears to have been perpetrated against the sender, who has been falsely convinced by some spambot vender that the spam mail will do something useful < 1736559461 158126 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Subject: Mail delivery failed: returning message to sender <-- meh, is that still a spam delivery vector < 1736559474 562266 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :spam with unsubstituted placeholders is always fun, when you get a literal "$FEMALE_NAME" in the email rather than a random female name < 1736559516 562967 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :apparently many spammers don't test their spamcannons very thoroughly < 1736560281 640040 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :I have seen TLS client hello messages on port 80 of my server < 1736560712 235779 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :On my SMTP server, I have gotten HTTP requests, TLS client hello messages, JSON (something relating to Ethereum mining, it seems), and attempts to send messages to email addresses that do not exist on my server, and attempts at relaying messages (which are rejected by my server). < 1736560752 398095 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Is that what "\x16\x03\x01" is? Hmm. < 1736560792 938478 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :I think "\x16\x03\x01" is the beginning of a TLS client hello message. < 1736560824 758234 :int-e!~noone@int-e.eu PRIVMSG #esolangs :What are things like GET /.env scanning for? < 1736560847 556865 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :I don't know what that is. < 1736561128 498026 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Huh, this one is odd too. GET /+CSCOE+/logon.html ..."CSCOE is a nonprofit organization that transforms Catholic education through innovative and entrepreneurial approaches." < 1736561128 660753 :zzo38!~zzo38@host-24-207-52-143.public.eastlink.ca PRIVMSG #esolangs :(scorpiond does not currently log all invalid requests, although I could change that. So, I don't know if any HTTP requests or TLS client hello messages are received on that server. Actually the specification says that TLS client hello is valid, but that servers are not required to implement it, and currently it is not implemented.) < 1736561174 158111 :int-e!~noone@int-e.eu PRIVMSG #esolangs :I guess that makes sense if they provide IT support (setting up web servers for schools) < 1736561242 518334 :int-e!~noone@int-e.eu PRIVMSG #esolangs :But whatever... still the usual scans with a few fun outliers, though the .env thing was new to me. > 1736561579 826076 PRIVMSG #esolangs :14[[07MoreMathRPN14]]4 M10 02https://esolangs.org/w/index.php?diff=149926&oldid=149888 5* 03Calculus is fun 5* (+6) 10/* Commands */ < 1736562516 921760 :moony!moony@hellomouse/dev/moony QUIT :Quit: leaving < 1736562586 974737 :moony!moony@hellomouse/dev/moony JOIN #esolangs moony :Kaylie! (she/her) < 1736564227 254161 :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 < 1736564713 77167 :nitrix!~nitrix@user/meow/nitrix QUIT :Quit: ZNC 1.8.2 - https://znc.in < 1736564776 100494 :nitrix!~nitrix@user/meow/nitrix JOIN #esolangs nitrix :ZNC - https://znc.in < 1736565762 746778 :nitrix!~nitrix@user/meow/nitrix QUIT :Quit: ZNC 1.8.2 - https://znc.in < 1736565823 404798 :nitrix!~nitrix@user/meow/nitrix JOIN #esolangs nitrix :ZNC - https://znc.in > 1736569286 750175 PRIVMSG #esolangs :14[[07User:PrySigneToFry/Sandbox/My Rate to the user that I know14]]4 10 02https://esolangs.org/w/index.php?diff=149927&oldid=148893 5* 03PrySigneToFry 5* (+1) 10ZCX islptng was changed his username to I am islptng, so I had to fix the username < 1736569984 967962 :ais523!~ais523@user/ais523 QUIT :Ping timeout: 260 seconds > 1736570213 38085 PRIVMSG #esolangs :14[[07Talk:Uyjhmn n14]]4 10 02https://esolangs.org/w/index.php?diff=149928&oldid=142449 5* 03PrySigneToFry 5* (+94) 10/* ? */ new section > 1736570290 441834 PRIVMSG #esolangs :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=149929&oldid=149825 5* 03PrySigneToFry 5* (+13) 10 > 1736570415 999928 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=149930&oldid=149901 5* 03PrySigneToFry 5* (+334) 10 < 1736571172 303066 :ais523!~ais523@user/ais523 JOIN #esolangs ais523 :(this is obviously not my real name) > 1736571354 249105 PRIVMSG #esolangs :14[[07Luke's Box Programming14]]4 N10 02https://esolangs.org/w/index.php?oldid=149931 5* 03ClearLimediWater 5* (+280) 10Created page with "'''Luke's Box Programming'''LBP[[User:ClearLimediWater]][[esoteric programming language|Esolang]] '''Luke's Box Programming''' (abbreviated as LBP) is an [[esoteric programming language]] made by [[User:ClearLimediWater]]. [[Category:Languages]] > 1736571617 394519 PRIVMSG #esolangs :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=149932&oldid=149929 5* 03ClearLimediWater 5* (+42) 10 > 1736572383 38437 PRIVMSG #esolangs :14[[07Definitely unusable14]]4 M10 02https://esolangs.org/w/index.php?diff=149933&oldid=144715 5* 03PrySigneToFry 5* (+274) 10 > 1736572687 672893 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03SerialDesignationF 5* 10New user account < 1736573408 842645 :yewscion!~yewscion@172.59.136.21 JOIN #esolangs yewscion :Claire Rodriguez < 1736573483 101587 :yewscion_!~yewscion@c-73-236-134-241.hsd1.pa.comcast.net JOIN #esolangs * :Claire Rodriguez < 1736573684 461899 :yewscion!~yewscion@172.59.136.21 QUIT :Ping timeout: 252 seconds > 1736573693 163834 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=149934&oldid=149899 5* 03PrySigneToFry 5* (+436) 10 < 1736576372 173686 :yewscion_!~yewscion@c-73-236-134-241.hsd1.pa.comcast.net QUIT :Read error: Connection reset by peer > 1736578309 530039 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03Edward Z 5* 10New user account > 1736578438 575421 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=149935&oldid=149894 5* 03Edward Z 5* (+69) 10 > 1736578636 198461 PRIVMSG #esolangs :14[[07Starry14]]4 10 02https://esolangs.org/w/index.php?diff=149936&oldid=38232 5* 03Edward Z 5* (+2311) 10 < 1736579381 184587 :craigo__!~craigo@2403:5815:da48:0:a1aa:83b:a8a5:bab4 QUIT :Ping timeout: 252 seconds < 1736579908 132531 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1736580798 358291 :lisbeths!uid135845@id-135845.lymington.irccloud.com JOIN #esolangs lisbeths :lisbeths > 1736582459 947225 PRIVMSG #esolangs :14[[07Marb14]]4 10 02https://esolangs.org/w/index.php?diff=149937&oldid=149923 5* 0347 5* (+4) 10/* Syntax */ < 1736582654 803348 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1736584893 835945 :ais523!~ais523@user/ais523 QUIT :Quit: quit < 1736586888 83442 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1736589166 548901 :lisbeths!uid135845@id-135845.lymington.irccloud.com QUIT :Quit: Connection closed for inactivity < 1736589655 736283 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer > 1736590131 415875 PRIVMSG #esolangs :14[[07User talk:ClearLimediWater14]]4 N10 02https://esolangs.org/w/index.php?oldid=149938 5* 03PrySigneToFry 5* (+39) 10Created page with "" > 1736590328 569692 PRIVMSG #esolangs :14[[07User:ZCX islptng14]]4 10 02https://esolangs.org/w/index.php?diff=149939&oldid=149597 5* 03PrySigneToFry 5* (+56) 10 > 1736590640 878328 PRIVMSG #esolangs :14[[07User talk:/w/wiki/index.php/Talk:index.php/Main page14]]4 10 02https://esolangs.org/w/index.php?diff=149940&oldid=149729 5* 03PrySigneToFry 5* (+1537) 10 > 1736590849 254936 PRIVMSG #esolangs :14[[07User talk:/w/wiki/index.php/Talk:index.php/Main page14]]4 10 02https://esolangs.org/w/index.php?diff=149941&oldid=149940 5* 03PrySigneToFry 5* (+214) 10 > 1736591047 374775 PRIVMSG #esolangs :14[[07User talk:MihaiEso14]]4 10 02https://esolangs.org/w/index.php?diff=149942&oldid=148122 5* 03PrySigneToFry 5* (+978) 10/* Check out my(and None1's) Esolang! */ new section > 1736591777 469810 PRIVMSG #esolangs :14[[07Permission denied14]]4 10 02https://esolangs.org/w/index.php?diff=149943&oldid=142922 5* 03PrySigneToFry 5* (+553) 10 > 1736593237 558000 PRIVMSG #esolangs :14[[07User talk:PrySigneToFry14]]4 10 02https://esolangs.org/w/index.php?diff=149944&oldid=149884 5* 03I am islptng 5* (+1191) 10 < 1736596971 270717 :mtm!~textual@47.202.75.129 QUIT :Ping timeout: 244 seconds < 1736597127 720227 :mtm!~textual@47.202.75.129 JOIN #esolangs mtm :Textual User < 1736597605 724428 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net JOIN #esolangs * :[https://web.libera.chat] DOS_User_webchat < 1736598006 1242 :__monty__!~toonn@user/toonn JOIN #esolangs toonn :Unknown < 1736598170 372214 :APic!apic@apic.name PRIVMSG #esolangs :Hi < 1736598216 980715 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net PRIVMSG #esolangs :hi < 1736598964 651181 :__monty__!~toonn@user/toonn QUIT :Quit: leaving < 1736599106 746762 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net QUIT :Remote host closed the connection > 1736599258 677651 PRIVMSG #esolangs :14[[07User talk:ClearLimediWater14]]4 10 02https://esolangs.org/w/index.php?diff=149945&oldid=149938 5* 03ClearLimediWater 5* (+116) 10 > 1736599382 287134 PRIVMSG #esolangs :14[[07Luke's Box Programming14]]4 10 02https://esolangs.org/w/index.php?diff=149946&oldid=149931 5* 03ClearLimediWater 5* (-49) 10 > 1736599425 566213 PRIVMSG #esolangs :14[[07User talk:ClearLimediWater14]]4 10 02https://esolangs.org/w/index.php?diff=149947&oldid=149945 5* 03ClearLimediWater 5* (+6) 10 > 1736599838 862830 PRIVMSG #esolangs :14[[07User:ClearLimediWater14]]4 10 02https://esolangs.org/w/index.php?diff=149948&oldid=149836 5* 03ClearLimediWater 5* (+124) 10 < 1736599890 187884 :craigo__!~craigo@2403:5815:da48:0:a1aa:83b:a8a5:bab4 JOIN #esolangs * :realname < 1736599893 769742 :craigo__!~craigo@2403:5815:da48:0:a1aa:83b:a8a5:bab4 QUIT :Remote host closed the connection < 1736599947 130120 :craigo!~craigo@user/craigo JOIN #esolangs craigo :realname > 1736600550 661325 PRIVMSG #esolangs :14[[07User talk:ClearLimediWater14]]4 10 02https://esolangs.org/w/index.php?diff=149949&oldid=149947 5* 03ClearLimediWater 5* (+143) 10 < 1736600611 263142 :supercode!~supercode@user/supercode JOIN #esolangs supercode :[https://web.libera.chat] supercode > 1736600704 828584 PRIVMSG #esolangs :14[[07WaifuScript14]]4 N10 02https://esolangs.org/w/index.php?oldid=149950 5* 03Juanp32 5* (+1158) 10made this esolang to troll my cs teacher lol > 1736600875 751805 PRIVMSG #esolangs :14[[07Joke language list14]]4 10 02https://esolangs.org/w/index.php?diff=149951&oldid=149711 5* 03Juanp32 5* (+78) 10/* General languages */ > 1736600959 4191 PRIVMSG #esolangs :14[[07User:Juanp3214]]4 10 02https://esolangs.org/w/index.php?diff=149952&oldid=149593 5* 03Juanp32 5* (+52) 10/* languages i made, i guess */ < 1736601053 693766 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net JOIN #esolangs * :[https://web.libera.chat] DOS_User_webchat > 1736601161 223572 PRIVMSG #esolangs :14[[07WaifuScript14]]4 M10 02https://esolangs.org/w/index.php?diff=149953&oldid=149950 5* 03Juanp32 5* (-1) 10tyop > 1736601454 383183 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03ClearLimediWater 5* 10uploaded "[[02File:Wankong497 01.jpg10]]": CLW < 1736601485 327197 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net QUIT :Remote host closed the connection > 1736601975 71785 PRIVMSG #esolangs :14[[07User:ClearLimediWater14]]4 10 02https://esolangs.org/w/index.php?diff=149955&oldid=149948 5* 03ClearLimediWater 5* (+241) 10 > 1736602337 959159 PRIVMSG #esolangs :14[[07User:ClearLimediWater14]]4 M10 02https://esolangs.org/w/index.php?diff=149956&oldid=149955 5* 03ClearLimediWater 5* (+93) 10 < 1736602421 358454 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1736603646 641551 :Guest75!~Guest75@2a02:6b67:d4b0:5e00:adaa:cb6a:5ede:ba4d JOIN #esolangs * :[https://web.libera.chat] Guest75 < 1736603674 361965 :Guest75!~Guest75@2a02:6b67:d4b0:5e00:adaa:cb6a:5ede:ba4d QUIT :Client Quit > 1736603691 526833 PRIVMSG #esolangs :14[[07Luke's Box Programming14]]4 10 02https://esolangs.org/w/index.php?diff=149957&oldid=149946 5* 03ClearLimediWater 5* (+1274) 10 < 1736604003 692439 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net JOIN #esolangs * :[https://web.libera.chat] DOS_User_webchat > 1736604031 41084 PRIVMSG #esolangs :14[[07Hito14]]4 M10 02https://esolangs.org/w/index.php?diff=149958&oldid=149841 5* 03TheCanon2 5* (+74) 10grammar < 1736604238 928512 :amby!~ambylastn@ward-15-b2-v4wan-167229-cust809.vm18.cable.virginm.net JOIN #esolangs amby :realname < 1736605008 365410 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net QUIT :Remote host closed the connection < 1736605109 719064 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net JOIN #esolangs * :[https://web.libera.chat] DOS_User_webchat < 1736605113 276524 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net QUIT :Remote host closed the connection > 1736606784 37608 PRIVMSG #esolangs :14[[07User:ZCX islptng14]]4 10 02https://esolangs.org/w/index.php?diff=149959&oldid=149939 5* 0347 5* (-56) 10pstf shut up > 1736606859 659069 PRIVMSG #esolangs :14[[07User talk:/w/wiki/index.php/Talk:index.php/Main page14]]4 10 02https://esolangs.org/w/index.php?diff=149960&oldid=149941 5* 0347 5* (-1751) 10and? > 1736606884 64374 PRIVMSG #esolangs :14[[07User talk:/w/wiki/index.php/Talk:index.php/Main page14]]4 10 02https://esolangs.org/w/index.php?diff=149961&oldid=149960 5* 0347 5* (+1537) 10 < 1736608009 948648 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1736609593 68486 :supercode!~supercode@user/supercode QUIT :Quit: Client closed > 1736610286 979398 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03ZachChecksOutEsolangs 5* 10uploaded "[[02File:Factorial Program.png10]]" > 1736610312 360778 PRIVMSG #esolangs :14[[07Black Pentagon14]]4 10 02https://esolangs.org/w/index.php?diff=149963&oldid=144775 5* 03ZachChecksOutEsolangs 5* (+67) 10 > 1736610341 652031 PRIVMSG #esolangs :14[[07Black Pentagon14]]4 10 02https://esolangs.org/w/index.php?diff=149964&oldid=149963 5* 03ZachChecksOutEsolangs 5* (+0) 10 > 1736610367 803019 PRIVMSG #esolangs :14[[07Black Pentagon14]]4 10 02https://esolangs.org/w/index.php?diff=149965&oldid=149964 5* 03ZachChecksOutEsolangs 5* (+0) 10 > 1736610386 148997 PRIVMSG #esolangs :14[[07Black Pentagon14]]4 10 02https://esolangs.org/w/index.php?diff=149966&oldid=149965 5* 03ZachChecksOutEsolangs 5* (+0) 10 < 1736610394 135159 :lisbeths!uid135845@id-135845.lymington.irccloud.com JOIN #esolangs lisbeths :lisbeths > 1736610466 520432 PRIVMSG #esolangs :14[[07Black Pentagon14]]4 10 02https://esolangs.org/w/index.php?diff=149967&oldid=149966 5* 03ZachChecksOutEsolangs 5* (+116) 10 < 1736611098 329850 :supercode!~supercode@user/supercode JOIN #esolangs supercode :[https://web.libera.chat] supercode < 1736611198 525374 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1736612833 842126 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1736614373 473921 PRIVMSG #esolangs :14[[07WaidWmy14]]4 10 02https://esolangs.org/w/index.php?diff=149968&oldid=146980 5* 03AlmostGalactic 5* (+557) 10 < 1736616406 240036 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1736616960 439069 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1736617280 185496 PRIVMSG #esolangs :14[[07GotoScript14]]4 10 02https://esolangs.org/w/index.php?diff=149969&oldid=119909 5* 03Quito0567 5* (+1) 10 < 1736620570 472501 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1736620630 15756 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 260 seconds < 1736620653 732383 :lisbeths!uid135845@id-135845.lymington.irccloud.com QUIT :Quit: Connection closed for inactivity < 1736620748 82212 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 NICK :Lord_of_Life < 1736620833 436396 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1736622109 349007 PRIVMSG #esolangs :14[[07Translated /tommyaweosme14]]4 N10 02https://esolangs.org/w/index.php?oldid=149970 5* 03Tommyaweosme 5* (+1100) 10Created page with " - Paliraworld.kgm - Paliraworld.kgm 2016-2021 -Paliraworld.kgm Paliraworld.kgm Paliraworld.kgm ..." > 1736622149 717979 PRIVMSG #esolangs :14[[07Translated /PSTF Again214]]4 10 02https://esolangs.org/w/index.php?diff=149971&oldid=146375 5* 03Tommyaweosme 5* (+66) 10 < 1736622408 712930 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1736623577 994430 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname > 1736624742 361025 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 0347 5* 10moved [[02Befalsia10]] to [[Switch gr]] > 1736624804 500443 PRIVMSG #esolangs :14[[07Switch gr14]]4 10 02https://esolangs.org/w/index.php?diff=149974&oldid=149972 5* 0347 5* (+71) 10 > 1736624976 523959 PRIVMSG #esolangs :14[[07Switch gr14]]4 10 02https://esolangs.org/w/index.php?diff=149975&oldid=149974 5* 0347 5* (-146) 10 > 1736625217 338990 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 0347 5* 10uploaded "[[02File:Off default.png10]]" > 1736625341 97732 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 0347 5* 10uploaded "[[02File:On default.png10]]" > 1736625434 677994 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 0347 5* 10uploaded "[[02File:Off alt.png10]]" > 1736625493 147472 PRIVMSG #esolangs :14[[07Switch gr14]]4 10 02https://esolangs.org/w/index.php?diff=149979&oldid=149975 5* 0347 5* (+199) 10/* Swiches */ > 1736625506 837041 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 0347 5* 10uploaded "[[02File:On alt.png10]]" > 1736625598 920309 PRIVMSG #esolangs :14[[07Switch gr14]]4 10 02https://esolangs.org/w/index.php?diff=149981&oldid=149979 5* 0347 5* (-3) 10 > 1736625628 578612 PRIVMSG #esolangs :14[[07Switch gr14]]4 10 02https://esolangs.org/w/index.php?diff=149982&oldid=149981 5* 0347 5* (+3) 10 > 1736625922 728937 PRIVMSG #esolangs :14[[07Switch gr14]]4 10 02https://esolangs.org/w/index.php?diff=149983&oldid=149982 5* 0347 5* (+114) 10 < 1736626271 137656 :__monty__!~toonn@user/toonn JOIN #esolangs toonn :Unknown > 1736626594 601020 PRIVMSG #esolangs :14[[07User:Ractangle/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=149984&oldid=149862 5* 03Ractangle 5* (+1) 10/* Stuff to continue */ > 1736626616 697849 PRIVMSG #esolangs :14[[07User:Ractangle/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=149985&oldid=149984 5* 03Ractangle 5* (-12) 10/* Stuff to continue */ > 1736626681 183539 PRIVMSG #esolangs :14[[07Hum14]]4 10 02https://esolangs.org/w/index.php?diff=149986&oldid=149095 5* 03Ractangle 5* (-868) 10Redirected page to [[Jive]] > 1736626701 204475 PRIVMSG #esolangs :14[[07User:Ractangle14]]4 10 02https://esolangs.org/w/index.php?diff=149987&oldid=149677 5* 03Ractangle 5* (-10) 10/* Esolangs */ > 1736627049 301898 PRIVMSG #esolangs :14[[07JAGL14]]4 10 02https://esolangs.org/w/index.php?diff=149988&oldid=144802 5* 03Ractangle 5* (-110) 10/* Syntax */ > 1736627145 285516 PRIVMSG #esolangs :14[[07JAGL14]]4 10 02https://esolangs.org/w/index.php?diff=149989&oldid=149988 5* 03Ractangle 5* (+1) 10/* Hello, world! */ > 1736627391 999266 PRIVMSG #esolangs :14[[07JAGL14]]4 10 02https://esolangs.org/w/index.php?diff=149990&oldid=149989 5* 03Ractangle 5* (+0) 10/* Interpreter */ > 1736627404 14851 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03Ractangle 5* 10moved [[02JAGL10]] to [[Just]] > 1736627504 619240 PRIVMSG #esolangs :14[[07Just14]]4 10 02https://esolangs.org/w/index.php?diff=149993&oldid=149991 5* 03Ractangle 5* (+39) 10 < 1736627737 745793 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1736627908 39293 PRIVMSG #esolangs :14[[07Just14]]4 10 02https://esolangs.org/w/index.php?diff=149994&oldid=149993 5* 03Ractangle 5* (+0) 10/* Interpreter */ < 1736627950 683000 :supercode!~supercode@user/supercode QUIT :Ping timeout: 240 seconds > 1736627952 610385 PRIVMSG #esolangs :14[[07User:Ractangle/Sandbox14]]4 10 02https://esolangs.org/w/index.php?diff=149995&oldid=149985 5* 03Ractangle 5* (+0) 10/* Stuff to continue */ < 1736627963 228750 :supercode!~supercode@user/supercode JOIN #esolangs supercode :[https://web.libera.chat] supercode > 1736628024 994343 PRIVMSG #esolangs :14[[07Just14]]4 10 02https://esolangs.org/w/index.php?diff=149996&oldid=149994 5* 03Ractangle 5* (-99) 10/* Syntax */ < 1736628048 761053 :Everything!~Everythin@195.138.86.118 JOIN #esolangs Everything :Everything < 1736628057 865641 :ais523!~ais523@user/ais523 JOIN #esolangs ais523 :(this is obviously not my real name) > 1736628145 393348 PRIVMSG #esolangs :14[[07Just14]]4 10 02https://esolangs.org/w/index.php?diff=149997&oldid=149996 5* 03Ractangle 5* (+43) 10 < 1736628201 709123 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User > 1736628215 989279 PRIVMSG #esolangs :14[[07Just14]]4 10 02https://esolangs.org/w/index.php?diff=149998&oldid=149997 5* 03Ractangle 5* (+16) 10/* Syntax */ > 1736628940 680847 PRIVMSG #esolangs :14[[07Just14]]4 10 02https://esolangs.org/w/index.php?diff=149999&oldid=149998 5* 03Ractangle 5* (+16) 10/* Syntax */ > 1736628984 196976 PRIVMSG #esolangs :14[[07Just14]]4 10 02https://esolangs.org/w/index.php?diff=150000&oldid=149999 5* 03Ractangle 5* (+29) 10/* Examples */ < 1736629983 974632 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Remote host closed the connection < 1736630063 899149 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse > 1736630454 935059 PRIVMSG #esolangs :14[[0714]]4 10 02https://esolangs.org/w/index.php?diff=150001&oldid=143785 5* 03Ractangle 5* (-14) 10/* Commands */ > 1736630715 524154 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 03Ractangle 5* 10uploaded a new version of "[[02File: logo.png10]]" < 1736631037 551527 :supercode!~supercode@user/supercode QUIT :Quit: Client closed < 1736631494 718219 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net JOIN #esolangs * :[https://web.libera.chat] DOS_User_webchat < 1736631695 876426 :DOS_User_webchat!~DOS_User_@20.red-81-33-54.dynamicip.rima-tde.net QUIT :Remote host closed the connection > 1736631954 3201 PRIVMSG #esolangs :14[[07Blocked14]]4 10 02https://esolangs.org/w/index.php?diff=150003&oldid=145268 5* 03Ractangle 5* (+4) 10Changed redirect target from [[User:Ractangle/Sandbox#Rating and people]] to [[User:Ractangle/Sandbox#Opinions about people]] < 1736632872 416995 :__monty__!~toonn@user/toonn QUIT :Quit: leaving > 1736633122 646724 PRIVMSG #esolangs :14[[07Blocked14]]4 10 02https://esolangs.org/w/index.php?diff=150004&oldid=150003 5* 03Ais523 5* (+192) 10rv edit of a page about an esolang to redirect to a userspace page that isn't an esolang that isn't an appropriate use for mainspace > 1736633403 932659 PRIVMSG #esolangs :14[[07User talk:Ractangle14]]4 10 02https://esolangs.org/w/index.php?diff=150005&oldid=149348 5* 03Ais523 5* (+849) 10/* Please stop breaking mainspace links by moving pages */ new section < 1736633488 830087 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :oh no, this is going to be a huge mess to sort out < 1736633514 589884 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :https://esolangs.org/wiki/Special:Log?type=move&user=Ractangle for anyone who is wondering about the mess < 1736633792 204645 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1736636128 255088 PRIVMSG #esolangs :14[[07Braine14]]4 10 02https://esolangs.org/w/index.php?diff=150006&oldid=68175 5* 03Kaveh Yousefi 5* (+289) 10Rectified the memory description from the bit to the byte type, extended the instructions elucidation by the line numbering concept, and supplemented a page category tag. < 1736636144 643608 :Everything!~Everythin@195.138.86.118 QUIT :Quit: leaving > 1736636276 668308 PRIVMSG #esolangs :14[[07Braine14]]4 10 02https://esolangs.org/w/index.php?diff=150007&oldid=150006 5* 03Kaveh Yousefi 5* (+491) 10Introduced an examples section comprehending one inicipial member, added a hyperlink to my implementation on GitHub, and supplemented the Implemented category tag. < 1736636600 8284 :shmup!~shmup@dev.host QUIT :Remote host closed the connection > 1736636798 751004 PRIVMSG #esolangs :14[[07Pyline14]]4 10 02https://esolangs.org/w/index.php?diff=150008&oldid=149431 5* 03Jan jelo 5* (+27) 10/* Quine */ > 1736638157 374973 PRIVMSG #esolangs :14[[07BF Joust champions14]]4 10 02https://esolangs.org/w/index.php?diff=150009&oldid=149742 5* 03Ais523 5* (+180) 10/* 2009 */ make a modern-syntax version of jix_wiggle3 so that it can be tested against today's hills < 1736638326 665978 :zemhill!bfjoust@selene.zem.fi PRIVMSG #esolangs :web.Gregor_sucralose_philip: points -1.00, score 17.83, rank 24/47 < 1736638349 690479 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :that one scores shockingly well for a program from 2011 < 1736638652 101288 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :it seems to be primarily due to programs that simply can't deal with the opponent using a forward decoy setup < 1736638819 410298 :zemhill!bfjoust@selene.zem.fi PRIVMSG #esolangs :web.Lymia_nyuroki2: points 10.21, score 30.22, rank 6/47 < 1736638858 205391 :ais523!~ais523@user/ais523 PRIVMSG #esolangs :and that one is stronger than nyuroki3, which may have been overfitted