• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: March 2nd, 2023

help-circle


  • Hirom@beehaw.orgtoMemes@lemmy.mlAh yes the "enlightened" democracies
    link
    fedilink
    arrow-up
    10
    arrow-down
    10
    ·
    edit-2
    2 days ago

    Thanks for the context.

    Given Russia submitted the text, and given how european countries voted, I suspect this is mostly about Russia looking for justifications for attacking a neighbour and grabbing land.

    Defending Nazism or showing Nazi symbols is illegal in Germany. Holocaust denial is illegal in several european countries. Yet they abstained.

    They’d probably vote for such a text if it came from another country that doesn’t “undermine genuine attempts to combat neo-Nazism”


  • Likely bad coding or bad database design.

    Best practice is to avoid using email as primary key in the user database, instead use an internal ID, so that an email change can happen without touching the primary key.

    Your reply made me think of an alternative to deleting accounts : replace personal information to use a pseudonym and a throwaway email, remove everything that can be removed.

    That would help once the badly coded website get hacked or its database get leaked.




  • Somewhat obvious tips to get a more stable experience:

    • Use a distribution that favour stability over being on the bleeding edge. Like Debian stable, or another distribution that maintain LTS releases,
    • Install software from the distribution’s official package repositories. Avoid third party packages and repos as much as possible. If you really need a third party repo, verify it’s compatible with your specific distro and has reputation for being well maintained,
    • When you do see a problem, take time to troubleshoot and if necessary make a bug report with necessary information for developers to identify the problem, so there’s a better chance to see it fixed.
    • If you use Linux in a professional settings, there is paid support available out there, in some cases this get you priority for bug fixes.