this post was submitted on 31 Jan 2026
828 points (97.9% liked)

linuxmemes

31014 readers
169 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     

    πŸͺΏ

    top 50 comments
    sorted by: hot top controversial new old
    [–] Venat0r@lemmy.world 77 points 2 months ago (4 children)

    I can't stop you from breaking the whole system when you try to configure something and you do it wrong πŸ˜…

    [–] ea6927d8@lemmy.ml 50 points 2 months ago (2 children)

    That's the burden of assuming the operator is a person capable of understanding the consequences of their actions.

    [–] FishFace@piefed.social 37 points 2 months ago (1 children)
    [–] Truscape@lemmy.blahaj.zone 12 points 2 months ago (1 children)

    "When will you learn!!! When will you learn that YOUR ACTIONS HAVE CONSEQUENCES!!!!"

    [–] wltr@discuss.tchncs.de 6 points 2 months ago (1 children)

    Uncle Ben taught me the hard way, through his nephew, Peter. I was still a kid, but I knew: big power, big responsibility.

    [–] WhiskyTangoFoxtrot@lemmy.world 6 points 2 months ago (1 children)

    Uncle Ben taught me to add 2 cups of water to 1 cup of rice and microwave for 15 minutes.

    load more comments (1 replies)
    load more comments (1 replies)
    load more comments (3 replies)
    [–] TheTechnician27@lemmy.world 58 points 2 months ago* (last edited 2 months ago) (6 children)

    Linux really doesn't get bragging rights for "install[ing] old applications". Linux ironically has been somewhat better for me than Windows for running older Windows applications thanks to WINE, but when it comes to installing old Linux applications, even when I wasn't on a rolling release distro, it's been a total crapshoot.

    If, for example, there's a native Linux game that hasn't been updated in a few years, my experience buying it has generally been hoping the Linux version works, it doesn't, and I'm stuck running it through WINE.

    PCSX2 1.6.0, which used wxWidgets, released May 2020, and even five years after that, opening it on Linux shows you a frozen, unusable window that you have to manually kill. (citing PCSX2 because it's a use case of mine as a contributor.) IIIRC, on Windows, you can straight-up go back to versions from like 2010 and still have them work.

    [–] highball@lemmy.world 23 points 2 months ago (2 children)

    The linux way to handle it is with a chroot. Used to do this back in the day to get 32bit libraries on a 64bit distro that didn't include 32bit libraries. chroot is the basis for modern containerization technologies. These days, I usually use it for bleeding edge application builds that don't have a build for my distro, yet. Distrobox makes it pretty simple. With distrobox, you can install the application you need in the OS that supports the application you want, then just map the binary into your OS.

    See here: https://distrobox.it/useful_tips/#export-to-the-host

    [–] ArchAengelus@lemmy.dbzer0.com 10 points 2 months ago (1 children)

    Isn’t that functionally what a flatpak is?

    [–] highball@lemmy.world 7 points 2 months ago

    Same concept. Flatpak is based on bubblewrap, which was based off another tool that was based on chroot.

    [–] qqq@lemmy.world 5 points 2 months ago (1 children)

    Just fyi containers use pivot_root not chroot

    load more comments (1 replies)
    [–] LodeMike@lemmy.today 15 points 2 months ago (1 children)

    The reason this is a problem is that devs think they need to save 10MB of RAM by dynamically linking libc instead of statically compiling it or just including the blob with the game.

    [–] Natanox@discuss.tchncs.de 12 points 2 months ago (13 children)

    Puritans on Linux are a real menace. Every time someone calls an OS install image of 3-4gb "bloated" I want to scream uncontrollably. Not statically linking stuff is part of this cultural issue.

    Flatpak might solves these issues in the long run. Of course the same people therefore hate it, because it's "bloated" and "convoluted".

    [–] TheGingerNut@lemmy.blahaj.zone 8 points 2 months ago (26 children)

    The core principal of GNU from which every other principal is derived is "I shouldn't need an ancient unmaintained printer driver that only works on windows 95 to use my god damned printer. I should have the source code so I can adapt it to work with my smart toaster"

    If an app is open source then I've almost never encountered a situation where I can't build a working version. Its happened to me once that I remember. A synthesia clone called linthesia. Would not compile for love nor money and the provided binary was built for ubuntu 12 or something.

    Linux was probably ready for the 64-bit appocalypse even before Apple for this exact reason. Anything open source will just run, on anything, because some hobbiest has wanted to use it on their favourite platform at some point. And if not, you'd be surprised how not hard it is to checkout the sourcecode from github and make your own port. Difficult, but far from impossible.

    Steam games do not distribute source code, which means they break, and when they break the community can't fix them. They can't statically link glibc because that would put them in violation of the GPL (as far as I'm aware anyway). They are fundamentally second class citizens on linux because they refuse to embrace its culture. FOSS apps basically never die while there's someone to maintain them.

    Its like when American companies come to Europe and realise the workers have rights and then get a reputation as scuzzballs for trying to rules lawyer those rights.

    load more comments (26 replies)
    load more comments (12 replies)
    [–] SnotFlickerman@lemmy.blahaj.zone 11 points 2 months ago* (last edited 2 months ago)

    Linux version of Rocket League still works but you can't connect to the servers. They stopped supporting Linux when Epic bought them in 2019. So going on 7 years and the Linux version still works fine. Just as a counterpoint.

    [–] Peffse@lemmy.world 5 points 2 months ago (1 children)

    Yeah, I found quite a few games that I had to go in and specify it re-download and use Proton because the Linux native build was borked.

    load more comments (1 replies)
    load more comments (2 replies)
    [–] Evil_Shrubbery@thelemmy.club 22 points 2 months ago (1 children)

    Remove le French at once I say!!

    [–] wltr@discuss.tchncs.de 4 points 2 months ago (1 children)

    What a nice way to say sudo rm -fr /

    load more comments (1 replies)
    [–] sem@piefed.blahaj.zone 19 points 2 months ago (8 children)

    "I can't run the application you need"

    [–] 87Six@lemmy.zip 4 points 2 months ago (2 children)

    More like "I will run literally anything besides things you shouldn't run because of privacy concerns... Though you may need 3 hours to install it."

    "RAM shortage? What RAM shortage? I smell DDR3 somewhere in the room, use that, I will still run fine"

    [–] sem@piefed.blahaj.zone 9 points 2 months ago (1 children)

    That app that infringes your rights is the one you need to earn a living.

    [–] 87Six@lemmy.zip 4 points 2 months ago (2 children)

    Ok then use wine or dual boot

    It won't stop privacy concerns but at least it makes it more complicated for microslop to collect everything about you

    load more comments (2 replies)
    load more comments (1 replies)
    load more comments (7 replies)
    [–] bhamlin@lemmy.world 18 points 2 months ago (1 children)

    The updates are unwelcome because currently the updates remove desirable functionality while adding unwanted functionality. If they removed the ads and AI, they might actually stop the bleeding.

    [–] regdog@lemmy.world 6 points 2 months ago (1 children)

    A serious software company (e.g. not Microsoft) offers separate update channels for feature updates and security updates.

    load more comments (1 replies)
    [–] bilb@lemmy.ml 15 points 2 months ago (1 children)

    Linux is a lot like a duck with teeth.

    [–] tetris11@feddit.uk 5 points 2 months ago (1 children)

    and a good firm swirly penis

    load more comments (1 replies)
    [–] devfuuu@lemmy.world 14 points 2 months ago (5 children)

    Wanna remove the only way to boot into the computer? Go ahead, you are in control. But sure hope you have a baxkup boot loader somewhere lol

    [–] gustofwind@lemmy.world 5 points 2 months ago

    Just don’t do that then

    load more comments (3 replies)
    [–] Matriks404@lemmy.world 12 points 2 months ago (2 children)

    On Linux you can indeed install old apps. You will just need to spend few hours doing so.

    I use Debian GNU/Linux ftw.

    load more comments (2 replies)
    [–] goodboyjojo@lemmy.world 11 points 2 months ago (13 children)

    i've used linux and i got to say it's gotten way better than it was a few years ago. most of the stuff works and only had to troubleshoot like a few times

    load more comments (13 replies)
    [–] pinball_wizard@lemmy.zip 10 points 2 months ago

    One of the levels this joke works on is that ducks and dogs and fish and birds are all among the best adapter to their own niche.

    Some people just need what Microslop, Apple or Google aree peddling, at some moments.

    Another way the joke works is because Linux is still the best, for anyone with a choice. Lol.

    [–] hansolo@lemmy.today 10 points 2 months ago (1 children)

    You can add to the dog "I support a global a global human trafficking and child rape network."

    [–] jlow@discuss.tchncs.de 7 points 2 months ago (2 children)

    Moreso than the Apple dude?

    [–] deadbeef79000@lemmy.nz 13 points 2 months ago

    And the Google dudes too?

    They're all the same: billionaires.

    load more comments (1 replies)
    [–] Zink@programming.dev 10 points 2 months ago

    The funny thing is that the biggest practical benefit to most Linux users is not the access to do these things.

    It is the secondary effects of not needing to restrict access in order to preserve lock-in and enshittification. It makes the whole user experience better because it is only doing wider you've asked it to do. For example, I apply updates more quickly on Linux than I ever did on Windows, even though my Linux DEs are way less pushy about it, because the process is an absolute breeze!

    Look at each OS option like you were a product development team, and think "who are my stakeholders?"

    The commercial products have long lists of what's driving the product features and anti-features. Linux has the developers who want the code to be helpful and stay free, and the users who want it to do what it says on the tin, with the option to audit or modify the system's code. But of course it's still run by humans, so big personalities and bad actors and whatnot do affect things.

    [–] SaltyIceteaMaker@lemmy.ml 8 points 2 months ago (1 children)

    oh just you watch me delete system files on my rooted android

    [–] sefra1@lemmy.zip 9 points 2 months ago (3 children)

    And now your bank app doesn't work.

    load more comments (3 replies)
    [–] muusemuuse@sh.itjust.works 4 points 2 months ago (1 children)

    Obscurething.so not found. You can’t get it either, it’s unmaintained and doesn’t work with anything anymore.

    Linux has this problem too. Stop pretending it doesn’t. Everything sucks for different reasons. You are choosing the trades you are willing to make.

    [–] pinball_wizard@lemmy.zip 4 points 2 months ago (1 children)

    Yes. Linux can be frustrating too.

    Your post history indicates you're pushing Linux in some (very!) interesting directions, and impatient for it to work. Linux is (usually) free, and free Linux solutions do move at the pace of free.

    I get it, it can be frustrating.

    It comes across as entitled to be angry at others for enjoying how nice a stock install of Linux Mint can be, while you're fighting to get Steam to recognize controllers on headless Fedora.

    Heck, I haven't seen a headless release of Mac or Windows in almost 30 years? I guess I could get my hands on a relatively new headless Windows Server edition meant for automated testing...maybe?

    I'm curious if there's a community doing what you're doing on some other OS? It all sounds fascinating, honestly. Any links to resources would be welcome.

    Anyway. What you're up to sounds hard and interesting! I hope you will share your solutions with the community!

    Linux is a community, and when you're doing something really interesting, there may not be many members of the community doing the same thing, yet.

    Lots of people surf the web and check email, and yes, we're having a moment, because many versions of Linux are really nice for surfing the web and checking email, finally.

    load more comments (1 replies)
    load more comments
    view more: next β€Ί