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/)OU
Posts
7
Comments
399
Joined
2 yr. ago

  • Are these made similarly to how Debian handles python2 and python3 for instance?

    I'm not sure that anything short of a package manager that would compile everything from sources would be able to provide capability to pick and mix specific package versions.

  • Heh, Distrobox came to my mind when writing my comment. I haven't used it enough to recommend it yet though.

    I recall there are some other development container projects, but can't remember the names right now.

    Development containers are nice in theory. In practice, sometimes development environments are so complex that it might not be worth the trouble. But it's good to have options.

  • Distro packages don't really matter much in my experience. You either use project-specific package management or install stuff with Homebrew or Nix package manager. Sometimes maybe even containers.

    One problem with distro packages is that you can only install one version. And in practise a lot of software projects have outdated dependencies. Sometimes you have multiple projects with conflicting version dependencies.

  • Native call recording, as in included in the built in caller app. I think that's the only way to record calls properly on Android after Google killed the APIs that could be used to make call recording apps before.