Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AL
Posts 0
Comments 7
PewDiePie has switched to Linux
  • To be fair, running "apt install steam" and it promoting to remove the base packages is a pretty bad bug, and the safeguard they've put in place since that incident in case you remove your entire distro was long overdue. If he were using it in a professional setting? Skill issue, read the output. But he was using it... as a user!

  • Version Control
  • Sure, if you want to do it once, but Git still has to compute that information (save for a new-ish cache that is just that, a cache). But that is not the point really, the point is that Mercurial's graph Is the same (topologically) everywhere, which is not the case in Git because branches (and thus remotes) have different names. So saying that a branch contains a commit is not the same as a commit being on a branch. There are a bunch of great properties that emerge from this but it's too long for this comment and I should actually properly write this down at some point this year.

  • I've lately been making my git commit messages with AI
  • Strong disagree. Commit messages that are only one sentence long should be reserved for truly trivial things. Signed, someone who regularly comes back to 18+ year old commits and enjoys the valuable details that would have been lost.