00:06:00 -!- deltaepsilon23 has joined. 00:06:06 -!- deltaepsilon23 has changed nick to delta23. 00:17:31 -!- dionys has quit (Ping timeout: 246 seconds). 00:30:13 [[StupidStackLanguage]] https://esolangs.org/w/index.php?diff=78597&oldid=77190 * Lebster * (-5) /* Hello World */ 00:30:35 [[Hello world program in esoteric languages]] M https://esolangs.org/w/index.php?diff=78598&oldid=78377 * Lebster * (-5) /* StupidStackLanguage */ 00:50:00 [[BurgerFlipper]] M https://esolangs.org/w/index.php?diff=78599&oldid=67258 * PythonshellDebugwindow * (+75) /* Purpose */ cats 00:50:18 fungot, what is the Kanto Pokedex index for a Zubat? 00:50:18 b_jonas: färm, hedkvist petersen, hans karlsson ( pse), in writing. 00:53:44 Actually I have a book of that. The answer is forty-one. 00:53:44 -!- dog_star has left. 00:53:51 [[Finite-state automaton]] M https://esolangs.org/w/index.php?diff=78600&oldid=37155 * PythonshellDebugwindow * (-3) /* Computational power */ not just "Several" 00:55:25 [[4DChess]] M https://esolangs.org/w/index.php?diff=78601&oldid=67259 * PythonshellDebugwindow * (+62) /* Purpose */ cats 01:29:53 -!- Lord_of_Life has joined. 01:31:22 -!- Lord_of_Life_ has quit (Ping timeout: 246 seconds). 01:34:42 [[User:Hakerh400/Random JavaScript snippets]] N https://esolangs.org/w/index.php?oldid=78602 * Hakerh400 * (+6939) Created page with "In this article I share some of JavaScript snippets I created in the past. == JavaScript snippets == === Very inefficient SAT solver ===
 const solve = cnf =>..."
01:34:45  [[User:Hakerh400]]  https://esolangs.org/w/index.php?diff=78603&oldid=78590 * Hakerh400 * (+88) 
01:50:29  [[Decision shrub]] N https://esolangs.org/w/index.php?oldid=78604 * PythonshellDebugwindow * (+428) Created page with "{{Stub}} A '''decision shrub''' is a version of a [[decision tree]] where each node in the tree-graph must be able to link back to itself.  ==Example of a decision shrub==..."
01:55:16 -!- adu has joined.
02:00:01 -!- FreeFull has quit.
02:43:41 -!- deltaepsilon23_ has joined.
02:46:10 -!- delta23 has quit (Ping timeout: 265 seconds).
04:13:51 -!- adu has quit (Quit: adu).
04:54:19 -!- sftp has quit (Quit: leaving).
05:03:05 -!- deltaepsilon23_ has quit (Quit: Leaving).
06:10:55 -!- adu has joined.
06:56:25 -!- sprocklem has quit (Ping timeout: 240 seconds).
08:09:26 -!- adu has quit (Ping timeout: 272 seconds).
08:12:37 -!- imode has quit (Ping timeout: 256 seconds).
08:38:53 -!- Lord_of_Life has quit (Changing host).
08:38:53 -!- Lord_of_Life has joined.
09:19:25 -!- dionys has joined.
09:37:33  I think I've made an esoteric dice rolling program, I can't quite figure out if it's possible to do a D&D 5e "roll with advantage" with it
09:38:17  What features does it have?
09:38:44 -!- dionys has quit (Ping timeout: 272 seconds).
09:39:47  Hang on, I'll post the spec I've written somewhere
09:40:17  https://gist.github.com/Taneb/d8871c6a09b38ba316a8ab93b1696c16
09:46:40 -!- Arcorann has quit (Ping timeout: 265 seconds).
09:47:27 -!- Arcorann has joined.
09:47:28  (it takes inspiration from dc and Underload)
09:57:40  Aha, '20d;20d-+l(-+0) Neat
10:24:43 -!- LKoen has joined.
10:30:27 -!- jix has quit (Quit: WeeChat 2.9).
10:37:42 -!- Sgeo_ has quit (Read error: Connection reset by peer).
10:46:16 -!- dionys has joined.
10:48:21 -!- jix has joined.
11:13:07 -!- aaaaaa has joined.
11:14:05 -!- dionys has quit (Ping timeout: 240 seconds).
11:48:21 -!- FreeFull has joined.
12:42:08  I can see that becoming standard notation for dice rolls
12:45:35  @dice 3d6-1d20
12:45:35  int-e: (2+2+2) - 15 => -9
12:46:09  three 2s, really?
12:46:11  @dice 3d6-1d20
12:46:11  int-e: (1+3+1) - 7 => -2
12:46:32  @dice 3d6-1d20
12:46:32  int-e: (4+6+4) - 6 => 8
12:51:36  [[Decision shrub]] M https://esolangs.org/w/index.php?diff=78605&oldid=78604 * PythonshellDebugwindow * (+35) see also
12:52:13  [[Decision tree]] M https://esolangs.org/w/index.php?diff=78606&oldid=69369 * PythonshellDebugwindow * (+64) see also
12:52:45  [[Decision tree]] M https://esolangs.org/w/index.php?diff=78607&oldid=78606 * PythonshellDebugwindow * (+1) Link to decision shrub
12:53:29  [[Decision shrub]] M https://esolangs.org/w/index.php?diff=78608&oldid=78605 * PythonshellDebugwindow * (+0) /* Example of a decision shrub */ DIX
13:05:46  We bought a box of candies that's essentially a 65d12, and got a result that had 0 of one specific kind; either we're very unlucky, or they're not using fair dice at the factory.
13:06:29  Is there a calculator bot here?
13:07:13  There's a lot of different programming languages, the non-esoteric ones can pretty feasibly used as calculators.
13:08:38  > 1 + 1
13:08:40   2
13:09:48  `` dc <<<'1 1+p'
13:09:50  2
13:11:12  I wanted to add a dc helper so that you could do `dc x y z directly, but then it'd shadow the actual dc, and I couldn't come up with any alternative guessable name for the wrapper, I don't think there's a convention.
13:11:22  Which one's the easiest to find 1 - (11/12)^65 in?
13:11:30  `` dc -e '1 1+p'
13:11:31  2
13:11:58  I guess there could be a dc-e, because I think we've got a perl-e.
13:12:20  [[Cod]] M https://esolangs.org/w/index.php?diff=78609&oldid=78123 * PythonshellDebugwindow * (+49) cats
13:12:24  `perl-e print 1+1;
13:12:25  2
13:13:29  [[COD]] M https://esolangs.org/w/index.php?diff=78610&oldid=78122 * PythonshellDebugwindow * (+30) /* Raise an error (takes 3 inputs first) */ more
13:13:39  > 1 - (11/12)^65
13:13:41   0.9965026142016578
13:13:44  > 1 - (11/12)^65 :: Rational
13:13:46   13972027618997412615763213033014351656206668630973030353623136688948981 % 14...
13:14:08  err, right, that's a bit too much
13:14:23  Also, I initially intuitively thought it'd be (11/12)^65 too, but after some reflection, that feels more like the probability of missing a *specific* kind.
13:14:40  Indeed it is :)
13:14:58  Also, realistically... the kinds may always be biased.
13:16:07  Well, yes. Also, there was a news article saying they removed the one we were missing from production temporarily because of the covid thing (is there *anything* bad you can't blame the virus on?), but that was supposed to be over already.
13:17:05  For the record, this was about Quality Street, which is apparently a special kind of a thing here in the UK, but we'd never had.
13:17:23  > let c n 0 = 1; c n k = c (n-1) (k-1) * n `div` k in sum [(-1)^k * (1-fromInteger k/12)^65 * fromInteger (c 12 k) | k <- [0..12]]
13:17:26   0.9585004275442837
13:17:52  Yeah, that could still plausibly happen.
13:18:29  > 1 - 12*(11/12)^65
13:18:31   0.9580313704198934
13:19:17  olsner: 12*(11/12)^65 accounts cases where there are fewer than 11 candies multiple times.
13:19:37  but obviously it's a decent estimate :)
13:25:56  fizzie: no way is it that simple. they probably have types of bonbons with different rarities, even if they don't tell you about it and they put an Island in a rare slot as distraction.
13:26:18  ah, I see int-e already said that
13:27:17  it needn't be slots for different rarities like in M:tG, there are other ways to implement different rarities of bonbons, and with 65 bonbons you don't need a guaranteed rare to make it feel fair
13:29:04  fizzie: btw, if each bonbon is chosen independently and uniformly from n bonbons, then you need in average n*log(n) bonbons to find at least one of every type
13:29:40  "coupon collector problem" is the search keyword
13:30:56  and that's natural logarithm, and the actual average is a harmonic number, for which this is a good approximation except for n=2 or n=3
13:31:26  no wait\
13:31:41  it's supposed to be n*(log(n)-1) right?
13:31:44  I'm stupid
13:31:58  make it n*(log(n)-1) then
13:34:52  or maybe... maybe it's n*log(n) and the average is n plus the harmonic number?
13:34:58  I've no idea how this works
13:35:03  sorry
13:41:24 -!- Hooloovo0 has quit (Quit: Temporarily refracted into a free-standing prism.).
13:44:12  https://en.wikipedia.org/wiki/Coupon_collector%27s_problem <-- It's n * H_n ~ n * (log n + gamma) where gamma is the Euler-Mascheroni constant (0.577...)
14:02:58 -!- Hooloovo0 has joined.
14:05:16 -!- dionys has joined.
14:36:54 -!- rain1 has quit (Quit: Leaving).
14:47:48 -!- Arcorann has quit (Ping timeout: 272 seconds).
14:51:59 -!- Hooloovo0 has quit (Quit: Temporarily refracted into a free-standing prism.).
14:56:06  fungot, how many acows do you suppose the farm has if they have to hire six maids to amilk them?
14:56:06  b_jonas: mr president, i asked you to endorse my group's motion, for we want to see a large step forward in the intense debate which occupied the committee on budgetary control, by which i mean true tolerance and not that expressed in the debate.
14:57:27 -!- sftp has joined.
14:57:38 -!- sftp has quit (Remote host closed the connection).
14:59:58 -!- sftp has joined.
15:04:14 -!- Hooloovo0 has joined.
15:05:38  no amaids?
15:05:48  amilk sounds like a unix system call, with a random letter like lseek and pread
15:06:30  surprisingly not all 5 letter combinations are unix system calls
15:10:27  int-e: of course not! some clash with established function names from the C library, like clogf, so to clog a file you have to call fcntl with the right arguments instead
15:12:30  although in some cases you get something where the system call name still exists but the libc wrapper function is called differently, like the exit system call, where the libc wrapper function used to be called _exit, but now that's not good enough for linux either, so now _exit is the wrapper for the system call exit_group just to be confusing
15:12:49  and no, _Exit isn't it either, that's just a synonym for _exit
15:13:51 -!- aaaaaa has quit (Quit: leaving).
15:14:24  also some five letter combinations are K&R C keywords, like break, float, short, union, while, so the corresponding system calls had to be renamed after unix married C
15:14:49  so we have brk and cbrk instead of break now
15:14:50  I know 'l' in lseek is for "long", but never really thought what 'p' in "pread"/"pwrite" might be for.
15:16:15  positional?
15:16:44  fizzie: what does it stand for in pselect and ppoll? does it stand for POSIX anywhere?
15:17:15  there's also the p in pthreads, which would indeed be POSIX
15:17:30  ah true
15:18:14  and I think it stands for process in ptrace
15:18:23  (as well as in getpid)
15:18:54  (pread seems particularly useful in threaded programs)
15:20:13  the most mysterious letter prefix is of course u. we have a pretty good guess what it stood for in umount, but there's uname, utime, ustat (obsolete), ulimit (also obsolete)
15:20:14  though the more common convention is an r suffix, which may be for re-entrant?
15:20:18  and umask
15:20:39  int-e: I think that's a libc convention, not a linux convention
15:21:00  why can't they be the same :P
15:21:13  and there's the v in vfork
15:21:42  otoh, in a world where not even programs can get a uniform convention on their command line arguments...
15:22:24  as for that, I think gnu's long option parser was a big mistake
15:22:29  firefox -no-remote -ProfileManager <-- this took me a long time to get correct consistently
15:23:02  int-e: no, that's just because firefox changes everything once every few years. I think that command has changed at least twice.
15:23:40  Well, not in the past 8, maybe 10 years, I think?
15:23:55  also it's (firefox --no-remote --ProfileManager) according to the output of (firefox --help) – wait, maybe I should try (firefox -help) just in case
15:24:03  it's just that one is CamelCase and the other is hyphenated. It's pretty bad.
15:24:15  nope, firefox -help still shows double dashes for the long options
15:24:42  int-e: yeah, they changed that one long ago. I'm a long-time firefox user, contiguous with netscape and mozilla suite.
15:25:40  I've also been using it since forever, but I don't know when I started using temporary profiles.
15:25:46  Which is what I use that command for.
15:25:56  ok, this gives me an esoteric idea. have a program print different style of options if you invoke it as (foo help), (foo -h), (foo -help), (foo --help), (foo -?), (foo /?)
15:26:47  I don't use temporary profiles, but I have used multiple profiles a few times, partly to get different firefox processes to coexist easier, and partly to have different settings, including proxy settings
15:26:51  and it's quite possible that I've made it through one transition (change of the spelling of those flags) without fully realizing it.
15:27:03  right now I have a firefox profile for a library proxy 
15:27:17  for accessing some articles on JSTOR and such databases
15:27:59  btw, I have two different things giving me access to some JSTOR articles, but not all, so now if I meet an article on JSTOR to which I don't have access, I have to waste time trying both of them
15:28:13  it's like the two watches problem
15:28:16  I try to minimize this, but sometimes I need to use a site that sets tons of cookies from multiple domains... and it's easier to just use a fresh profile, do some stuff, and then discard the whole thing again.
15:28:46  easier than adding all the prerequisites to the whitelists.
15:29:34  int-e: isn't that what the "new private window" thing is for in firefox, for not remembering new cookies and similar after you close all windows derived from that?
15:30:01  this still wouldn't disable the addons that do the filtering
15:30:03  oh
15:30:07  you mean to disable filtering
15:30:08  ok
15:30:24  makes sense
15:42:13 -!- TheLie has joined.
16:01:54  [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=78611&oldid=78540 * Expliked * (+185) 
16:03:07  [[PUSH]] N https://esolangs.org/w/index.php?oldid=78612 * Expliked * (+1364) Created page with "PUSH is an esoteric programming language created by [[User:Expliked]] in November 2020. It uses a memory tape that can be appended (pushed) to, and removed (pulled) from. PUSH..."
16:03:34  [[PUSH]]  https://esolangs.org/w/index.php?diff=78613&oldid=78612 * Expliked * (+5) 
16:04:15  [[PUSH]]  https://esolangs.org/w/index.php?diff=78614&oldid=78613 * Expliked * (+2) 
16:06:07  [[Language list]] M https://esolangs.org/w/index.php?diff=78615&oldid=78593 * Expliked * (+11) /* P */
16:07:38  [[User:Expliked]] N https://esolangs.org/w/index.php?oldid=78616 * Expliked * (+82) Created page with "Hello, I'm Expliked. I created the [[PUSH]] language. Many more to come hopefully."
16:09:31  [[PUSH]]  https://esolangs.org/w/index.php?diff=78617&oldid=78614 * Expliked * (+2) 
16:09:48  [[PUSH]]  https://esolangs.org/w/index.php?diff=78618&oldid=78617 * Expliked * (+4) /* Examples */
16:10:05  [[PUSH]]  https://esolangs.org/w/index.php?diff=78619&oldid=78618 * Expliked * (+4) 
16:11:41  [[PUSH]]  https://esolangs.org/w/index.php?diff=78620&oldid=78619 * Expliked * (+57) 
16:11:57  [[PUSH]]  https://esolangs.org/w/index.php?diff=78621&oldid=78620 * Expliked * (+10) 
16:12:11  [[PUSH]]  https://esolangs.org/w/index.php?diff=78622&oldid=78621 * Expliked * (+0) 
16:17:21 -!- sprocklem has joined.
16:27:37 -!- rain1 has joined.
17:03:56 -!- arseniiv has joined.
17:12:07 -!- TheLie has quit (Remote host closed the connection).
17:18:36  [[SickPig]] M https://esolangs.org/w/index.php?diff=78623&oldid=41976 * LegionMammal978 * (+132) added interpreter link
17:24:49 -!- arseniiv has quit (Ping timeout: 264 seconds).
17:31:43  [[Segmentation Fault]] N https://esolangs.org/w/index.php?oldid=78624 * Not applicable * (+657) Created page with "Segmentation fault is a programming language made by User:Not_Applicable. It has only one valid program: 
 Segmentation fault 
And that prints ''"Hello, World!"''. A..." 17:32:29 [[Special:Log/newusers]] create * PANOPTES * New user account 17:47:17 -!- adu has joined. 17:49:25 -!- spruit11 has quit (Quit: Lost terminal). 17:53:35 [[Imeight]] M https://esolangs.org/w/index.php?diff=78625&oldid=76756 * LegionMammal978 * (+15) fixed title 17:55:48 [[Pipe]] https://esolangs.org/w/index.php?diff=78626&oldid=76804 * LegionMammal978 * (+37) Undo revision 76804 by [[Special:Contributions/Redwolf10105|Redwolf10105]] ([[User talk:Redwolf10105|talk]]); repository was made public again 18:01:31 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=78627&oldid=78611 * PANOPTES * (+180) 18:02:00 [[PANOPTES's Dumb Burger Thing]] N https://esolangs.org/w/index.php?oldid=78628 * PANOPTES * (+1784) Procrastination is wild, yo. 18:04:46 [[PANOPTES's Dumb Burger Thing]] M https://esolangs.org/w/index.php?diff=78629&oldid=78628 * PANOPTES * (+127) It's weird not to be able to add a line break just by pressing enter. 18:05:31 [[PANOPTES's Dumb Burger Thing]] M https://esolangs.org/w/index.php?diff=78630&oldid=78629 * PANOPTES * (-26) Forgot an extra
18:15:19 -!- imode has joined. 19:00:21 [[!@$%^&*()+]] https://esolangs.org/w/index.php?diff=78631&oldid=77926 * LegionMammal978 * (+63) /* External resources */ copy from other page 19:00:55 [[Ecndpcaalrlp]] https://esolangs.org/w/index.php?diff=78632&oldid=65826 * LegionMammal978 * (-1500) duplicate page 19:01:10 -!- LKoen has quit (Read error: Connection reset by peer). 19:01:24 -!- LKoen has joined. 19:09:41 -!- dionys has quit (Ping timeout: 260 seconds). 19:12:03 -!- LKoen_ has joined. 19:12:47 -!- LKoen has quit (Read error: Connection reset by peer). 19:25:53 -!- dionys has joined. 19:39:08 -!- Sgeo has joined. 19:51:07 [[BrainForth]] https://esolangs.org/w/index.php?diff=78633&oldid=77588 * LegionMammal978 * (+202) fixed formatting 19:52:57 [[Special:Log/move]] move * LegionMammal978 * moved [[Mapfuck]] to [[MapFuck]]: fix capitalization 19:54:01 [[Special:Log/move]] move_redir * LegionMammal978 * moved [[MapFuck]] to [[Mapfuck]] over redirect: wait no that's not right 19:54:01 [[Special:Log/delete]] delete_redir * LegionMammal978 * LegionMammal978 deleted redirect [[Mapfuck]] by overwriting: Deleted to make way for move from "[[MapFuck]]" 19:54:18 [[Mapfuck]] M https://esolangs.org/w/index.php?diff=78638&oldid=78636 * LegionMammal978 * (+0) fixed the correct capitalization this time 20:02:48 [[Triad]] M https://esolangs.org/w/index.php?diff=78639&oldid=77674 * LegionMammal978 * (+14) fixed title 20:05:00 [[Infinifuck]] M https://esolangs.org/w/index.php?diff=78640&oldid=78596 * LegionMammal978 * (+14) fixed title 20:17:57 [[Talk:AnnoyStack]] N https://esolangs.org/w/index.php?oldid=78641 * LegionMammal978 * (+202) Created page with "This language is not Turing-complete, since programs cannot conditionally halt based on input. ~~~~" 21:12:28 -!- deltaepsilon23 has joined. 21:13:12 -!- deltaepsilon23 has changed nick to delta23. 21:35:40 -!- arseniiv_impostr has joined. 21:36:22 -!- adu has quit (Quit: adu). 21:40:31 Sense of smell left me today. Feels bizzare. Alcohol-based solution just makes nose warmer inside. Ammoniac still does something radical but it doesn't feel like usual extremely foul smell. And that's when I'm otherwise getting better for a couple of days already 21:42:17 I was lucky to be able to smell vanilla powder just before it shut off completely; now I can't 21:42:27 [[Special:Log/move]] move * LegionMammal978 * moved [[A.R.T.I.C.L.E. Lang]] to [[A.R.T.I.C.L.E.]]: fix title 21:42:53 [[Language list]] M https://esolangs.org/w/index.php?diff=78644&oldid=78615 * LegionMammal978 * (-5) /* A */ 21:43:09 [[Hello world program in esoteric languages]] M https://esolangs.org/w/index.php?diff=78645&oldid=78598 * LegionMammal978 * (-5) /* A.R.T.I.C.L.E. Lang */ 21:43:24 [[Truth-machine]] M https://esolangs.org/w/index.php?diff=78646&oldid=78595 * LegionMammal978 * (-5) /* A.R.T.I.C.L.E. Lang */ 21:44:42 Nose washing didn't help too, if anyone's interested. I hoped it would return vestiges of smell for a short time but no. Don't know what other experiments I could make 21:46:49 Be safe! 21:46:59 -!- arseniiv_impostr has quit (Quit: Quit). 21:48:37 [[PANOPTES's Dumb Burger Thing]] M https://esolangs.org/w/index.php?diff=78647&oldid=78630 * PythonshellDebugwindow * (+50) cats 21:49:26 [[PUSH]] M https://esolangs.org/w/index.php?diff=78648&oldid=78622 * PythonshellDebugwindow * (+108) /* External resources */ cats 21:50:11 [[PUSH]] M https://esolangs.org/w/index.php?diff=78649&oldid=78648 * PythonshellDebugwindow * (+25) /* External resources */ This is essentially stack-based 21:52:00 [[Language list]] M https://esolangs.org/w/index.php?diff=78650&oldid=78644 * PythonshellDebugwindow * (+35) /* P */ Add [[User:PANOPTES]]'s language, [[PANOPTES's Dumb Burger Thing]] 21:56:19 [[Objects In Mirror Are Heavier Than They Appear]] M https://esolangs.org/w/index.php?diff=78651&oldid=75272 * PythonshellDebugwindow * (+12) clarify 22:01:43 [[Objects In Mirror Are Heavier Than They Appear]] M https://esolangs.org/w/index.php?diff=78652&oldid=78651 * PythonshellDebugwindow * (+122) /* Object movement */ Finish a sente 22:02:57 [[Particle automaton]] M https://esolangs.org/w/index.php?diff=78653&oldid=75042 * PythonshellDebugwindow * (+22) see also 22:03:38 [[Bully automaton]] M https://esolangs.org/w/index.php?diff=78654&oldid=72659 * PythonshellDebugwindow * (+64) see also 22:04:25 [[Cellular automaton]] M https://esolangs.org/w/index.php?diff=78655&oldid=57289 * PythonshellDebugwindow * (+67) /* History */ see also 22:23:11 [[Asparagus]] https://esolangs.org/w/index.php?diff=78656&oldid=78585 * LegionMammal978 * (+0) fixed link 22:30:38 [[Dotcomma]] M https://esolangs.org/w/index.php?diff=78657&oldid=78271 * LegionMammal978 * (+6) fixed name 22:39:15 -!- LKoen_ has quit (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”). 22:39:49 -!- Arcorann has joined. 22:42:25 Fossil allows "fossil help", "fossil -help", and "fossil --help", although "fossil --version" doesn't work (although maybe they fixed that in a new version), and "fossil /help" results in a segmentation fault (maybe they fixed that too). 22:52:05 -!- dionys has quit (Ping timeout: 256 seconds). 23:00:01 ... 23:00:17 a segmentation fault is probably not supposed to happen, but I wouldn't have thought of typing /help because nothing takes that 23:00:24 it's /? for any program that takes slashes 23:01:23 [[Special:Log/move]] move * LegionMammal978 * moved [[Elvm]] to [[ELVM]]: fix capitalization 23:01:39 [[ELVM]] https://esolangs.org/w/index.php?diff=78660&oldid=78658 * LegionMammal978 * (+6) fixed name 23:05:41 "git: '/?' is not a git command. See 'git --help'. The most similar commands are: am gc mv rm" 23:05:49 ...they're not *that* similar. Okay, fair enough, the Levenshtein distance is just 2. 23:22:59 [[Segmentation Fault]] M https://esolangs.org/w/index.php?diff=78661&oldid=78624 * LegionMammal978 * (+6) fixed name 23:54:11 -!- TheLie has joined.