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
ouch @lemmy.world
Posts 3
Comments 182
Is there a programming specific distro?
  • 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 in 2024?
  • 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.

  • Native call recording in 2024?

    Are there any recent Android models that have native call recording enabled in EU?

    I will root the phone if necessary, but considering that Google is closing the platform down even more by making custom/rooted ROMs fail security checks, I would prefer to avoid that.

    26

    VPS encryption

    How would you protect files of a VPS (Virtual Private Server) from snooping by the service provider?

    35

    How to anonymize logs before sharing?

    Many projects ask to share lots of logs when reporting issues. It's difficult to go through all the logs and redact informarion such as usernames, environment variabled etc.

    Any ideas on how to anonymize logs before sharing? Change your username to something generic?

    24