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/)PO
Posts
190
Comments
243
Joined
2 yr. ago

  • I've heard a lot of varying experiences but for me personally I just couldn't get it to work, and I tried most of the workarounds like disabling fast reboot. It worked for a while but every now and then I'd constantly have to reset permissions for the entire drive, and even then games would not run sometimes. If someone knows more about this I'd love some info on it, but in general most of the Linux community agrees that NTFS causes more trouble than it's worth.

  • From the title I expected a joke project, but looking into it it's actually pretty well made. The way you can quickly grab and make tables/graphs actually sounds useful for database engineers who can't be arsed to make an entire website. Pretty impressive.

  • I wonder if something is ever going to overtake git as the mainstream source control. I honestly agree with everything, git is so verbose and makes it easy to break something. The commands also have bizarre names that makes doing something specific annoying. The git docs are also a giant wall of text, just yesterday someone posted this.. I really want to try something else but it feels like there's no point because nobody would support or understand it.

    Until then I guess I'll keep doing git status, git add *, git commit -m "some stuff", git push until something breaks.