this post was submitted on 11 Jun 2025
538 points (97.5% liked)

linuxmemes

25557 readers
796 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.
  • 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 32 comments
    sorted by: hot top controversial new old
    [–] furycd001@lemmy.ml 1 points 5 hours ago

    Wholesome post β€’^~^β€’

    [–] Rooty@lemmy.world 13 points 20 hours ago* (last edited 20 hours ago)

    You install Linux to run cool software.

    I install Linux to run cool software.

    We are exactly the same.

    [–] Zachariah@lemmy.world 112 points 1 day ago
    [–] vaguerant@fedia.io 63 points 1 day ago (1 children)

    Not trying to discourage anybody from switching to Linux, but Nook is also available for Windows and Mac if that's not an option for you.

    [–] orize@lemmy.dbzer0.com 38 points 1 day ago* (last edited 1 day ago) (1 children)

    Damn, DIDN'T know that. Awesome (for those stuck in the trenches)

    [–] TheGingerNut@lemmy.blahaj.zone 22 points 1 day ago (3 children)

    The thing about open source is it can usually be rebuilt for anything, and most linux apps are open source. The singular exception I've ever come across was a PS4 emulator of all things. Name a linux app and I can practically promise there's a windows version, baring things like pulseaudio and kwin that are entrenched at lower levels of the OS and realistically can't be ported to microsofts walled garden.

    Did you know you can build pacman (the archlinux package manager) for windows? Its used for distributing certain switch homebrew and cross compiler toolchains across all platforms.

    [–] Muaddib@sopuli.xyz 1 points 20 hours ago

    What about WINE?

    [–] refurbishedrefurbisher@lemmy.sdf.org 7 points 1 day ago* (last edited 1 day ago) (1 children)

    SC Controller (the modernized fork) doesn't support anything other than Linux. On Windows, I have to run a super outdated version from 2020 that is missing support for newer controllers such as the DualSense.

    AMDGPU Mesa drivers are just better than the proprietary AMD drivers. There is experimental support for RADV in Windows, but nothing like the support that is on Linux.

    This is going to sound weird, but WINE sometimes has better support for legacy games/software than modern Windows does, and WINE is not available on Windows outside of something like WSL.

    I would also say KDE apps like Dolphin, Konsole, and Kate, but those have Windows builds.

    [–] TheGingerNut@lemmy.blahaj.zone 4 points 1 day ago (1 children)

    Mesa would fall under "things like pulseaudio and kwin that are entrenched at lower levels of the OS and realistically can't be ported to microsofts walled garden". SC controller is a userspace driver, which realistically should be portable between operating systems but maybe they're doing something silly like making kernel calls directly? The KDE apps only prove my point and the wine thing… Okay I've experienced the wine thing. For an operating system that to this day will not let you name a file or user "CON" in case it breaks a powershell script that's older than I am its impressive how bad their backwards compatibility chokes so hard on games.

    [–] refurbishedrefurbisher@lemmy.sdf.org 1 points 1 day ago* (last edited 1 day ago) (1 children)

    Microsoft already removed all support for 16 bit apps on all 64 bit versions of their OSs. You can replace the missing NTVDM with WineVDM, which is essentially just WINE for 16 bit apps, and likely has higher compatibility than NTVDM anyway.

    That doesn't help with the incompatibilities of some Win9x and XP era apps, though.

    I don't think SC-Controller is making direct kernel syscalls or anything like that. It's probably just something as simple as the dev doesn't use Windows and doesn't feel like supporting it, which I can understand.

    Also the reason I even mentioned Mesa is because there is a working Mesa port to Windows already that does software rendering and an experimental RADV port.

    [–] TheGingerNut@lemmy.blahaj.zone 1 points 9 hours ago (1 children)

    Also the reason I even mentioned Mesa is because there is a working Mesa port to Windows already that does software rendering and an experimental RADV port.

    There's a fucking wot? WAT? That's fascinating.

    [–] Ephera@lemmy.ml 1 points 1 day ago

    I mean, it really isn't hard to write an application, which won't work on Windows or macOS. For example, I have a little utility, which adds a text file into a folder underneath ~/.local/ and opens it in my default text editor via xdg-open, so that I can easily jot something down. Both of things are currently implemented Linux-only.

    In this case, I could've pulled in two libraries to do those things with Windows/macOS support. But it's also an incredibly simple application. If you build something more complex, there's a good chance that no library exists and that you still need to make assumptions about the OS.

    Of course, a complex applications is likely to be useful enough, that someone wants to use them on Windows/macOS and then contributes support (and pinky-promises to the maintainer to regularly test on those platforms). That's the other vehicle how lots of open-source applications do support a multitude of platforms.

    But yeah, it's just not quite as much of a given as your comment makes it sound...

    [–] RiQuY@lemm.ee 22 points 1 day ago

    The project is archived on GitHub. F

    [–] DieserTypMatthias@lemmy.ml 1 points 18 hours ago (1 children)

    I install Linux to install music app with design stolen from Apple Music.

    You install Linux to install music app with design stolen from Apple Music.

    We are exactly the same.

    [–] irelephant@lemmy.dbzer0.com 1 points 9 hours ago

    That looks amazing actually.

    I love the GNOME/libadiwata apps.

    listening to nook desktop while chatting on fluffychat is the way

    [–] Ephera@lemmy.ml 9 points 1 day ago (1 children)

    Γ…lder: Alla

    This tickles my German funny bone. πŸ™ƒ

    [–] orize@lemmy.dbzer0.com 5 points 1 day ago (1 children)

    How come? How is it funny in german?

    [–] Ephera@lemmy.ml 6 points 1 day ago (1 children)

    Right, so presumably "Γ…lder" means "age". In German, we have basically the same word, "Alter", but we also use it as an exclamation, kind of like "Dude!".

    Now, if you want to exclaim "Alter!" with more disbelief, you say it with a long A and a D in place of the T, which one might write as "Alder".
    And for even more disbelief + almost anger, you can pronounce the "A" very strongly and kind of slur the rest of the word, which one might write as "Alla".

    So, this reads to me like someone exclaiming their growing disbelief. πŸ™ƒ

    (All of this is very informal. These are not official rules you'd find in a dictionary, but younger generations would probably interpret it as I described.)

    [–] Ephera@lemmy.ml 2 points 1 day ago (1 children)

    Also, bonus fun fact: "Alter!" as an exclamation probably comes from "Alter Schwede!", which means "Old Swede!".

    According to Wikipedia, after the Thirty Years' War, a German duke hired experienced Swedish soldiers to train new soldiers. And because they were experienced, they were also generally old. I have no idea, though, why that stuck around as an exclamation. πŸ˜…

    [–] lime@feddit.nu 3 points 1 day ago

    full circle: the screenshot is in swedish

    [–] juipeltje@lemmy.world 14 points 1 day ago

    Honestly surprised nintendo hasn't taken it down yet lol

    [–] pppirate@lemmy.dbzer0.com 3 points 1 day ago

    thats the best app

    [–] sanderium@lemmy.zip 2 points 1 day ago

    I installed Linux because of i3wm, we are not the same.

    [–] Alcan@lemmy.world 2 points 1 day ago (1 children)

    But everyone hate Tom NooK

    [–] JetpackJackson@feddit.org 3 points 1 day ago

    I haven't thought about animal crossing in years but this looks super cute

    [–] selokichtli@lemmy.ml 2 points 1 day ago (1 children)
    [–] Xkdrxodrixkr@feddit.org 9 points 1 day ago (1 children)

    considering it contains at least a couple sound files and is a flatpak 235 seems acceptable

    [–] selokichtli@lemmy.ml 3 points 1 day ago

    A flatpak... that explains it all.

    [–] Coolkat@jlai.lu 1 points 1 day ago

    This is a personal revolution.