1. Hoxhaist.
  • 1 Post
  • 36 Comments
Joined 2 months ago
cake
Cake day: June 7th, 2025

help-circle

  • procapra@lemmy.mltoComics@lemmy.mlInfighting
    link
    fedilink
    arrow-up
    4
    ·
    3 days ago

    Left unity and right unity are both mythical unicorns that do not exist except for momentary periods in history.

    Even amongst various “leninist” ideologies there are significant strategic differences and different ideas for what socialism itself looks like.

    There are like, 100s of different Nazi, fascist, and Christian-Nationalist groups in the US. They don’t get along either, even if their ideologies have considerable overlap.

    Both sides will temporarily put aside their differences to have protests, rallys, etc, but those are temporary.








  • procapra@lemmy.mltoMemes@lemmy.mlplease wake up
    link
    fedilink
    arrow-up
    25
    ·
    edit-2
    15 days ago

    You also have to prove you make 2x rent, sometimes 3x rent in order to actually qualify for an apartment (alot of us create fake paystubs for this) :)

    We also will have a deposit that is usually 2-3x rent that we are supposed to get back when we move out. However every time this happens the landlords conveniently find damage to the property that didn’t exist the day you moved out so you don’t ever get that money back (or if you do, you only get 25-50% of it). :)

    At the place I just moved out of, there was a roach infestation that the landlords refused to hire a pro to take care of that got entirely out of hand. They are holding my deposit for this. :)

    You also aren’t allowed to have anyone stay over longer than 3 days if they aren’t on the lease without prior approval from the landlord. :)

    Edit: Sometimes people have to get renters insurance too. :)



  • procapra@lemmy.mlto196@lemmy.blahaj.zoneAppimage rule
    link
    fedilink
    English
    arrow-up
    1
    ·
    16 days ago

    Forget everything anyone told you about Linux, think of each distro as its own OS.

    Flatpak and Snap are the ones that work with everything and are the closest equivalents to .exe files. App images are kinda like the portable apps that were popular like 10-15years ago on windows. (Anyone remember using portable Firefox on a flashdrive?)

    In addition to these each distro has its own kind of package format. (.DEB, .APK, .RPM, etc)

    Just because 2 distros share a package format doesn’t mean they are compatible, in the same way a winxp .exe might not work on win11.

    Idk if windows still has a 32bit version, or if it has an ARM version, but that’s what the .amd64 and .arm64 thing is for. Most people want .amd64.

    Except for the .RPM package (which is presumably a Fedora package) all of these are clearly labeled by distro (Debian 10, Debian 11, Ubuntu, etc).

    If you have a 64bit CPU and run Debian 11, you want:

    debian-11-amd64.deb

    but why run this over flatpak,snap,or appimage?

    Disk space. System packages like this do not bundle the dependencies to run the application with it. Instead the dependencies are installed on the system a single time and shared between all applications.

    Nowadays there is a push to migrate to using things like flatpak and snap but some old school Linux heads don’t really want to for either political reasons or just because it’s different than what they are used to.







  • I think linux distros are a coinflip on if they like your hardware or not, sometimes it feels like they just don’t like you individually as a person.

    When I use fedora for example, everything that can go wrong does go wrong. It’s in theory not any more complicated than debian, but I’ve never had good luck keeping a fedora system healthy.

    With Debian, usually the best troubleshooting tip I can give people is try installing testing instead of stable. Sometimes the kernel in stable is just too damn old for the hardware you want to install on.