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

help-circle

  • kattfisk@lemmy.dbzer0.comtoComic Strips@lemmy.worldInfighting
    link
    fedilink
    arrow-up
    3
    arrow-down
    6
    ·
    22 days 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
    ·
    24 days 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.