• 0 Posts
  • 95 Comments
Joined 2 years ago
cake
Cake day: August 13th, 2023

help-circle




  • My old mother, who is completely disinterested in technology, has used a Linux desktop for a decade now without major issues.

    If you aren’t a power user the differences between it and Windows are minor. You have windows, icons, menu bars, x closes the application, the box makes it big, right-click to open a menu, left-click to select, it’s all the same stuff. Besides, most of your time is spend in a browser anyway.

    Yeah things break some times, but no more than in Windows. Being on a very default Ubuntu installation she can just search for her problems online and blindly run some random console command that probably fixes it, just like on Windows.

    Hardware is easier because drivers are generally just magically there. Software is easier because it’s mostly in a repository which automatically installs dependencies and updates and doesn’t come with malware.

    By far the biggest problem has been documents and executables that can only be opened in Windows. Mostly PDF forms (fuck you Adobe).







  • kattfisk@lemmy.dbzer0.comtoComic Strips@lemmy.worldInfighting
    link
    fedilink
    arrow-up
    3
    arrow-down
    6
    ·
    2 months ago

    In a fascist dictatorship, they have a lot more in common than opposition.

    But if the dictatorship is a communist one they have more in common with the nazis! Or if your country is invaded by Russia you might find yourself fighting side by side with the Azov battalion.

    There are libertarians who genuinely care about free speech and might make useful allies on those issues.

    Just because someone is the enemy of your enemy, or an occasionally useful ally, doesn’t mean you want to unify with them.


  • kattfisk@lemmy.dbzer0.comtoComic Strips@lemmy.worldInfighting
    link
    fedilink
    arrow-up
    51
    arrow-down
    8
    ·
    2 months ago

    The idea that all “leftists” should just work together is stupid.

    Leninism, Anarcho-primitivism and Social democracy (for example) are not different approaches to “leftism” that ultimately want the same things; they are completely separate ideologies that naturally come into conflict. The people who follow them disagree with each other because they want and value completely different things. If they were to put aside their differences there would be nothing left.

    That doesn’t mean arguing on the internet about ideology is meaningful, or that there can’t be common goals or enemies, just that you should give up the idea that all “leftists” are somehow natural allies, because it doesn’t make any sense.



  • I feel like you made it sound a bit backwards :)

    There’s nothing to install on a “git server”, git doesn’t have a server component. You can point your git client to a remote place where it can store its files using SSH. But you don’t install anything on the server for this.

    Which is why self hosting a git remote is super easy. All you need is a server with ssh and a little bit of storage.

    If you just want to sync code between different computers and have a backup, that’s all you need.


  • There’re a lot of privacy enthusiasts who seem to view privacy as a binary. So because Mozilla isn’t perfect, it’s as bad as can be.

    They also commonly have little understanding of the underlying technology, law, business, etc., which I guess is why they can’t do any threat modeling. They’re just really scared of a nebulous threat they do not understand. Which I can sympathize with.

    But privacy then becomes more about “staying pure” in some abstract sense, rather than about avoiding concrete threats.

    (As a tip to those who want to do better, any real security starts with threat modeling. There is no such thing as perfect security, it’s always a tradeoff. So you must do threat modeling to make sure you’re putting your resources where they will make a difference.)