< 1673395306 795940 :fungot!~fungot@2a01:4b00:82bb:1341::a QUIT :Ping timeout: 265 seconds < 1673395597 417133 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Oh, right, fungot. < 1673395637 686430 :fungot!~fungot@2a01:4b00:82bb:1341::a JOIN #esolangs fungot :fungot-0.1 < 1673397872 847560 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu JOIN #esolangs * :b_jonas < 1673397984 26254 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :JAA: re submitting commits in another's name, kind of, it happens even in a single-server repository when one employee merges a sequence of commits by another employee to a different branch. but when that happens the VCS should still show clearly in the log who did those actual commits, even if it also shows which commit was merged and who made that commit. like when you view the log of a merge commit. < 1673397990 32594 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :git doesn't have the decency to do that. < 1673398050 558000 :JAA!~JAA@user/jaa PRIVMSG #esolangs :Well yeah, if you do all merges with a merge commit, it'll work exactly like that. < 1673398135 599522 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :2. hmm, the shallow might be useful, but in practice for things that co-workers do at work with the vcses, I really need path filter too. also don't git shallow commit have some kind of serious limitations, like you can examine but can't push from it or something? < 1673398156 441931 :JAA!~JAA@user/jaa PRIVMSG #esolangs :Some people have been saying everyone should be using `--no-ff` with `git merge`, and this is one of the reasons I suppose. < 1673398163 924807 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :zzo38: I think git allows gpg signatures too < 1673398255 360361 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :JAA: I don't think you should always use --no-ff, sometimes squashing commits is appropriate, and I would like the vcs to be able to do that. and even for a squash the vcs can show which commits were squashed so you can look those up. this comes up mostly when you squash commits that you use locally as a single user. < 1673398295 297681 :JAA!~JAA@user/jaa PRIVMSG #esolangs :Sure, I wasn't saying that I would advocate always using it. < 1673398300 636166 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :I do have additional complaints about git as a general-purpose VCS, but they don't come up for what we do at my dayjobs. < 1673398319 273353 :JAA!~JAA@user/jaa PRIVMSG #esolangs :In any case, Git gives you the option to force a merge commit, so it's hardly the tool's fault if people don't use it. < 1673398372 994150 :JAA!~JAA@user/jaa PRIVMSG #esolangs :But yeah, handling rebases etc. while preserving the original commits is a bit messy and definitely not well-supported by the tooling, although you can do it (by creating a separate branch for the squashed commits, for example). < 1673398481 177249 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :JAA: what I'd need is that the server records who pushed the commit, not as in who created the commit, but who set what the branch points to, and when, as in kind of what the reflog stores. this is kind of orthogonal from who creates the commit. this is important for auditing reasons when you don't completely trust your coworkers. < 1673398529 229651 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :if a co-worker sets the trunk to a bad commit, even if he didn't create that commit but just took it from another branch where someone else committed and it's just a fast-forward to the trunk, I want to know who to blame that he broke the trunk. < 1673398544 60309 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :and I also want to know when this happened. < 1673398562 674096 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :does the reflog store this information in git? < 1673398635 480963 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :this is something that the server can't just copy from the pushing repo, believing it, it has to set that info itself from the current time and from the authentication info < 1673398669 869517 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :because it's the reflog, which is local to the refs in that repository < 1673398889 553674 :JAA!~JAA@user/jaa PRIVMSG #esolangs :Well, that's something the server needs to do really, which usually isn't even straight Git but something custom. < 1673398929 356203 :JAA!~JAA@user/jaa PRIVMSG #esolangs :But even if it is Git (e.g. on Gitea), no, the reflog wouldn't contain information on who did it, because that information never reaches Git. < 1673398944 725941 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :yes, it's something the server needs to do. it also needs to do authentication. that's important for repositories at a dayjob where we don't even want to give read access to just anyone on the local network. < 1673399013 998344 :JAA!~JAA@user/jaa PRIVMSG #esolangs :Yup, but that's kind of out-of-scope for Git itself. < 1673399096 51659 :JAA!~JAA@user/jaa PRIVMSG #esolangs :I know that at least Gitea does log part of this information in some sense. That's how the activity feed can work ('X pushed N commits to R'). < 1673399186 530532 :JAA!~JAA@user/jaa PRIVMSG #esolangs :But that log is definitely very incomplete. I'm not even sure it'll catch pushes to branches other than the primary one. < 1673400161 683416 :b_jonas!~x@adsl-89-134-28-158.monradsl.monornet.hu PRIVMSG #esolangs :I see < 1673404805 133846 :LinenAndCurls!uid568065@user/utoneq JOIN #esolangs zut :utoneq < 1673415555 815820 :slavfox!~slavfox@93.158.232.111 QUIT :Quit: ZNC 1.8.2 - https://znc.in < 1673415729 192785 :slavfox!~slavfox@93.158.232.111 JOIN #esolangs slavfox :slavfox < 1673417646 898207 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Remote host closed the connection < 1673417660 532866 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse < 1673417819 848826 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Why is GitHub saying more commits in a repository than there actually are on the contribution activity list? If it is actually selected, then the correct number of commits is displayed. (Note that many of the commits predate the creation of the repository, although those are many more than are specified here, and are listed on the pages for other years but are still more than they actually are.) > 1673419172 356282 PRIVMSG #esolangs :14[[07Treee14]]4 M10 02https://esolangs.org/w/index.php?diff=106049&oldid=106011 5* 03Octogeddonling 5* (+129) 10/* Version 2 */ but adding back the Xi2 equivalent and also making triggers possible < 1673421703 196208 :bgs!~bgs@212-85-160-171.dynamic.telemach.net QUIT :Remote host closed the connection < 1673424814 902598 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer < 1673425390 779987 :craigo!~craigo@180-150-37-12.b49625.bne.nbn.aussiebb.net JOIN #esolangs craigo :realname < 1673425694 387284 :craigo!~craigo@180-150-37-12.b49625.bne.nbn.aussiebb.net QUIT :Quit: Leaving < 1673426934 133037 :craigo!~craigo@180-150-37-12.b49625.bne.nbn.aussiebb.net JOIN #esolangs craigo :realname < 1673429843 514290 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Ping timeout: 255 seconds < 1673430002 527659 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse > 1673433413 997145 PRIVMSG #esolangs :14[[07RESOI14]]4 10 02https://esolangs.org/w/index.php?diff=106050&oldid=106047 5* 03TheEyeOfAr3s 5* (+32) 10 < 1673435410 242866 :__monty__!~toonn@user/toonn JOIN #esolangs toonn :Unknown < 1673440203 129081 :ravensine!~ravensine@staticline-31-183-151-54.toya.net.pl JOIN #esolangs * :[https://web.libera.chat] ravensine < 1673440561 457677 :SGautam!uid286066@id-286066.ilkley.irccloud.com JOIN #esolangs SGautam :Siddharth Gautam < 1673440740 200698 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Quit: ZNC 1.8.2+deb3+b3 - https://znc.in < 1673440806 511245 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1673441392 979330 :LinenAndCurls!uid568065@user/utoneq QUIT :Quit: Connection closed for inactivity < 1673442648 132506 :LinenAndCurls!uid568065@user/utoneq JOIN #esolangs zut :utoneq > 1673447725 972376 PRIVMSG #esolangs :14[[07Template:Wip14]]4 N10 02https://esolangs.org/w/index.php?oldid=106051 5* 03Grs 5* (+4833) 10Created page with "{{WIP}} Terrain is an esoteric programming language by ~~~ that's meant to resemble (somewhat) natural looking terrain. It's written as text, though, so it could be considered as an ASCII drawing (or multiple) too. == Code structure == The code consists of ASCII dra > 1673447805 119603 PRIVMSG #esolangs :14[[07Template:Wip14]]4 10 02https://esolangs.org/w/index.php?diff=106052&oldid=106051 5* 03Grs 5* (-4833) 10Delete this template please. > 1673447831 432575 PRIVMSG #esolangs :14[[07Terrain14]]4 N10 02https://esolangs.org/w/index.php?oldid=106053 5* 03Grs 5* (+4833) 10Created page with "{{WIP}} Terrain is an esoteric programming language by ~~~ that's meant to resemble (somewhat) natural looking terrain. It's written as text, though, so it could be considered as an ASCII drawing (or multiple) too. == Code structure == The code consists of ASCII drawing( > 1673447968 266733 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03Grs 5* 10moved [[02Template:Wip10]] to [[TemplateWipAccedentallyCreatedTemplate]]: Template was accedentally created and I don't want this page to cause trouble. > 1673448050 707627 PRIVMSG #esolangs :14[[07Template:Wip14]]4 10 02https://esolangs.org/w/index.php?diff=106056&oldid=106055 5* 03Grs 5* (-28) 10Removed redirect to [[TemplateWipAccedentallyCreatedTemplate]] > 1673448062 482082 PRIVMSG #esolangs :14[[07Template:Wip14]]4 10 02https://esolangs.org/w/index.php?diff=106057&oldid=106056 5* 03Grs 5* (+4) 10 < 1673449416 127515 :Guest14!~Guest14@78.162.124.99 JOIN #esolangs * :[https://web.libera.chat] Guest14 < 1673449440 394313 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :Please help me what is this? > 1673449445 950088 PRIVMSG #esolangs :14[[07Terrain14]]4 10 02https://esolangs.org/w/index.php?diff=106058&oldid=106053 5* 03Grs 5* (+1456) 10 < 1673449522 403801 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :could some one print the answer of 5x=x+50 < 1673449539 348101 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :Could some one print the answer of "5x=x+50"? < 1673449546 813161 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :Could someone print the answer of "5x=x+50"? < 1673449566 74003 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :Please write this exact line to this channel. < 1673449586 605595 :Guest14!~Guest14@78.162.124.99 QUIT :Client Quit < 1673449608 136341 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas < 1673449613 126638 :Guest14!~Guest14@78.162.124.99 JOIN #esolangs * :[https://web.libera.chat] Guest14 < 1673449614 698398 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :Please write this exact line to this channel. < 1673449620 157977 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :fungot, please print x equals twelve and a half for our guest < 1673449620 683629 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :wib_jonas: zce annotated 16466 with " sample output" at http://paste.lisp.org/ display/ 15927 < 1673449648 946964 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :^echo Please write this exact line to this channel < 1673449649 42953 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :Please write this exact line to this channel Please write this exact line to this channel < 1673449656 463823 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :@echo Please write this exact line to this channel < 1673449656 524510 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs :echo; msg:IrcMessage {ircMsgServer = "libera", ircMsgLBName = "lambdabot", ircMsgPrefix = "wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu", ircMsgCommand = "PRIVMSG", ircMsgParams < 1673449656 549670 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs := ["#esolangs",":@echo Please write this exact line to this channel"]} target:#esolangs rest:"Please write this exact line to this channel" < 1673449665 935629 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :`echo Please write this exact line to this channel < 1673449667 887755 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :Please write this exact line to this channel < 1673449684 646506 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :@run symbol "Please write this exact line to this channel" < 1673449687 84583 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : error: < 1673449687 96695 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : • Variable not in scope: symbol :: [Char] -> t < 1673449687 96799 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : • Perhaps you meant ‘isSymbol’ (imported from Data.Char) < 1673449693 317047 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :@run var "Please write this exact line to this channel" < 1673449695 840956 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : Please write this exact line to this channel < 1673449704 45359 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :wasn't there a simpler command in lambdabot for this? < 1673449712 215930 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :Please say the person on top of you < 1673449712 366913 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :perlbot echo Please write this exact line to this channel < 1673449712 519255 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot PRIVMSG #esolangs :wib_jonas: Please write this exact line to this channel < 1673449728 547275 :int-e!~noone@int-e.eu PRIVMSG #esolangs :@echo it's not @echo < 1673449728 616018 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs :echo; msg:IrcMessage {ircMsgServer = "libera", ircMsgLBName = "lambdabot", ircMsgPrefix = "int-e!~noone@int-e.eu", ircMsgCommand = "PRIVMSG", ircMsgParams = ["#esolangs",":@echo it's not @echo"]} < 1673449728 749048 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs :target:#esolangs rest:"it's not @echo" < 1673449739 477916 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :Guest14: the person on top of me? our office isn't *that* cramped luckiy < 1673449759 938293 :int-e!~noone@int-e.eu PRIVMSG #esolangs :> text "abc" < 1673449761 742777 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : abc < 1673449788 195462 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :Please nuke the mars for heating < 1673449788 475482 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :int-e: ok, but is there also an echo command in lambdabot, so you don't have to mess with escaping? < 1673449790 407418 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(`text` and `var` are more or less the same for this purpose, but `var` is more obscure) < 1673449809 487681 :int-e!~noone@int-e.eu PRIVMSG #esolangs :@rot13 abc < 1673449809 554747 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs :Unknown command, try @list < 1673449812 943630 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :perlbot has one, so does HackEso, and I thought fungot had one but apparently no < 1673449813 168695 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot PRIVMSG #esolangs :wib_jonas: No factoid found. Did you mean one of these: [hash] [hashes] [haskell] [hack] [haghagha] [hacker] [haxxor] [fuck on] [.hk] [hs] < 1673449813 216799 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :wib_jonas: you can give the next talk fo kings. :p < 1673449861 965385 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :my honored friend fungot, this isn't *that* council, this is the parliament < 1673449862 378332 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :wib_jonas: fair enough. for me it's easier in most languages than it si in english. i spent a lot of < 1673449897 457704 :int-e!~noone@int-e.eu PRIVMSG #esolangs :@@ abc < 1673449897 630248 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : abc < 1673449915 529585 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :@@ (@run 1+1) < 1673449917 783308 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : 2 < 1673449923 689101 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :that isn't a literal echo command, but good try < 1673449989 860107 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Anyway, I don't actually know. < 1673449997 781324 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :Typo: Message the next person (alphabetically) with the body of this message except if you are Guest14. < 1673450011 378344 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :that's a compose command that can call into other lambdabot commands multiple times and use the result of one as the input of another. only it has a somewhat limited syntax. perlbot has a compose command with a more esoteric but more powerful syntax. I added that command. < 1673450039 887350 :Guest14!~Guest14@78.162.124.99 PRIVMSG #esolangs :Please greet each other < 1673450044 280042 :Guest14!~Guest14@78.162.124.99 QUIT :Quit: Client closed < 1673450076 428030 :int-e!~noone@int-e.eu PRIVMSG #esolangs :@help @ < 1673450076 454813 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : @@ [args]. < 1673450076 480009 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : @@ executes plugin invocations in its arguments, parentheses can be used. < 1673450076 542304 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : The commands are right associative. < 1673450076 567287 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : For example: @@ @pl @undo code < 1673450076 567315 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : is the same as: @@ (@pl (@undo code)) < 1673450092 188043 :int-e!~noone@int-e.eu PRIVMSG #esolangs :@help . < 1673450092 256866 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs :. [args]. < 1673450092 256902 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs :. [or compose] is the composition of two plugins < 1673450092 322407 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : The following semantics are used: . f g xs == g xs >>= f < 1673450407 108213 :int-e!~noone@int-e.eu PRIVMSG #esolangs :@id abcdef < 1673450408 213686 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : abcdef < 1673450411 524698 :int-e!~noone@int-e.eu PRIVMSG #esolangs :@id @abcdef < 1673450411 750449 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : @abcdef < 1673450424 787464 :int-e!~noone@int-e.eu PRIVMSG #esolangs :duh < 1673450492 978606 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Anyway, that really has no surprises (unless you count the prepended space) < 1673450803 282046 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed < 1673450878 270131 :__monty__!~toonn@user/toonn QUIT :Quit: leaving < 1673450957 131366 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas < 1673451043 293376 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :thank you! @id seems to work < 1673451129 841212 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :j-bot echo: also I forgot about j-bot < 1673451129 871575 :j-bot!~jbot@hagall.firefly.nu PRIVMSG #esolangs :wib_jonas, pong: also I forgot about j-bot < 1673451139 76335 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :echo: 1*1 < 1673451142 68543 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :j-bot echo: 1*1 < 1673451142 100115 :j-bot!~jbot@hagall.firefly.nu PRIVMSG #esolangs :wib_jonas, pong: 1*1 < 1673451428 18643 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Hmm... j-bot, let's see. lambdabot ignore j-bot. Good. < 1673451445 339532 :ravensine!~ravensine@staticline-31-183-151-54.toya.net.pl QUIT :Quit: Client closed < 1673451653 134184 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :^ignore < 1673451653 183007 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :^(HackEso|lambdabot|metasepia|idris-bot|blsqbot|j-bot|esolangs|velik|perlbot)! < 1673451747 570210 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Interesting, both "fo" and "si" as apparent typos of "of" and "is" respectively in consecutive fungot lines. < 1673451747 977809 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :fizzie: that's ok with me; although my guess is fizzie, like most people, i assume you'll keep a lot of < 1673451790 169863 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Of course fungot's ^echo printing the output twice is a joke. See, it's an echo. < 1673451790 620211 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :fizzie: that's just plain incorrect. i quote: the operator and operands are evaluated. for instance, implement append-reverse thus: < 1673451794 496608 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :^reverb hello < 1673451794 540033 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :hheelllloo < 1673451881 616707 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :^ping ltK2k3DyciA8 I don't find that joke funny. let's see if it does that for a ping too. < 1673451881 672277 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :That Pong alone cannot stop! < 1673451927 774812 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :it's still an echo if it says only once what you say. your line is one, fungot's line is another, the two together are two similar lines, that's good enough for an echo < 1673451928 93099 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :wib_jonas: two orders, if you're using fnord, not sure < 1673451971 438080 :int-e!~noone@int-e.eu PRIVMSG #esolangs :^echo echo < 1673451971 488157 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :echo echo < 1673451978 747774 :int-e!~noone@int-e.eu PRIVMSG #esolangs :^echo ^echo < 1673451978 798996 :fungot!~fungot@2a01:4b00:82bb:1341::a PRIVMSG #esolangs :^echo ^echo < 1673451988 937354 :int-e!~noone@int-e.eu PRIVMSG #esolangs :easy quine. < 1673452061 101702 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :yes, that's kind of like the quine 5252 on McCulloch's second machine. it works that easily because 5 is opcode for a built-in operation that repeats a slice twice. < 1673452440 184614 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1673454389 403416 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed < 1673457968 714192 :binls!~void@p4fdaa501.dip0.t-ipconnect.de JOIN #esolangs binls :Void User < 1673458064 657793 :binls!~void@p4fdaa501.dip0.t-ipconnect.de QUIT :Client Quit < 1673458529 47204 :SGautam!uid286066@id-286066.ilkley.irccloud.com QUIT :Quit: Connection closed for inactivity > 1673460504 271357 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 03Hakerh400 5* 10uploaded a new version of "[[02File:Multidodecoordinates diagram.png10]]" > 1673460554 55331 PRIVMSG #esolangs :14[[07Multidodecagony14]]4 10 02https://esolangs.org/w/index.php?diff=106060&oldid=106042 5* 03Hakerh400 5* (-24) 10Added a better quality image < 1673469465 133227 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1673472819 478721 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 260 seconds < 1673472853 246038 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord > 1673474049 856503 PRIVMSG #esolangs :14[[07Multidodecagony14]]4 M10 02https://esolangs.org/w/index.php?diff=106061&oldid=106060 5* 03PythonshellDebugwindow 5* (+49) 10Categories > 1673474127 112150 PRIVMSG #esolangs :14[[07Hexagony14]]4 M10 02https://esolangs.org/w/index.php?diff=106062&oldid=102803 5* 03PythonshellDebugwindow 5* (+38) 10/* Computational class */ See also < 1673477200 747624 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1673480659 475895 :Noisytoot!~noisytoot@sourcehut/user/noisytoot QUIT :Ping timeout: 260 seconds < 1673480995 233728 :Noisytoot!~noisytoot@sourcehut/user/noisytoot JOIN #esolangs Noisytoot :Ron