this post was submitted on 28 May 2025
414 points (97.3% liked)

linuxmemes

25434 readers
726 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
     

    Meme transcription:

    [Guy looking happy:] Hey, there’s a Linux version of that program I like

    [Guy looking disappointed:] Closed Source, no ARM support

    top 28 comments
    sorted by: hot top controversial new old
    [–] [email protected] 24 points 1 week ago
    [–] [email protected] 22 points 1 week ago

    Upvote for alt text

    [–] festnt 21 points 1 week ago (4 children)

    isn't there ways to enable compatibility for non-arm software in arm machines?

    [–] [email protected] 18 points 1 week ago

    There hasn't been much to my knowledge, but thanks to Asahi Linux's efforts now Fedora ships out if the box with FEX as a solution as of last month (not sure compatibility, performance or ease of install for other distros, just reporting what I've heard) :
    https://fedoramagazine.org/new-in-fedora-running-x86-programs-on-arm-systems/

    [–] [email protected] 13 points 1 week ago (1 children)
    [–] [email protected] 3 points 1 week ago (1 children)

    How good is fex compared to qemu/KVM?

    [–] [email protected] 1 points 1 week ago

    @Vitaly @Successful_Try543 how good is dosbox compared to wine?

    [–] [email protected] 10 points 1 week ago

    You might be thinking of Box64?

    [–] tophneal 6 points 1 week ago

    lol I usually just try my luck with yay’s β€œbuild anyway?”

    [–] [email protected] 14 points 1 week ago* (last edited 1 week ago) (4 children)

    My Little Rant on Risc V and Arm vs x86, because I have an opportunity to dump this here and get it off out of my system.

    RISC systems will maybe perhaps take over market share from x86 in the mobile laptop space, but essentially there's no point in anything else. If I remember correctly, RISC came before CISC in computing, and many old mainframes were RISC. But then people started thinking: "What if we can do multiple operations in a single instruction?" And therefore CISC was born and he did wonders for performance.

    Yes, the reduced instructions are very nice for battery life. Who doesn't like good battery life? People who like performance, that's for sure. So if you run a programme that is programmed for CISC primarily, and then you just change the compiling target to a RISC system, then you will basically use the same battery life, but with worse performance than just using a CISC system, Since multiple clocks now need to do something that has happened in a single clock on CISC. I fully understand that having a monopoly on computing hardware is very bad. I don't get the hype around arming normal computers because it will just shift the monopoly from one to another, the harm to innovation remains. Risc V is interesting because it would break the monopoly, but the problem is it uses a pushover license. So companies would reap all of the benefits for developing a proprietary risk system, and everyone who likes to compete is free to use the reduced, almost unusable base spec. I mean, compare the BSD kernel to the Linux kernel. It's nowhere close. So with that being said, I think x86 in public domain would be the nicest thing to happen. Thank you for listening to my useless TED talk.

    Edit: Thanks for the interesting replies, people! Time will tell what will have happened, so let's find out together.

    [–] [email protected] 12 points 1 week ago

    Just because a CISC will run multiple instructions in a single clock cycle, it doesn't automatically make it faster. Complex instructions means complex decode logic, that makes the execution slower, even at the same clock cycle. A modern intel CPU has something like 20+ stages of pipelining, while ARM has 3-5 stages, that makes the execution more energy efficient and more powerful. Also superscalar RISC architectures exist, so RISC can also execute more instructions at a time, and in less time.

    Lastly, modern x86_64 look like CISC, but are actually RISC under the hood, the single instruction is just a pseudo-instruction divided in multiple simpler instructions. I don't believe thay makes it much more efficient.

    [–] [email protected] 9 points 1 week ago

    RISC vs CISC doesn't really matter. Both have heavily borrowed from each other. The big differences are design goals, x86 processors are targeting higher power processing with few very fast cores while Arm and Risc V mostly target embedded and low power computing or a huge number of smaller cores.

    [–] [email protected] 6 points 1 week ago

    SIMD and CISC are not tied together. ARM has SIMD. RISC-V has vector extensions like old mainframes. they can both do SIMD and combined instructions jush fine. they just don't have dedicated circuitry for them.

    [–] [email protected] 1 points 1 week ago

    If you want to replace an x86 based machine with a RISC-V based one, you are in for a bad surprize: speed, or, more precisely, the absence if it.

    While a good ARM core can already be useful in a PC, the RISC-V is still far behind in performance.

    Funny, though, Trump might unintentionally fix this by driving China to use non-X86, non-ARM platforms, and here, RISC-V is the best choice. When the Chinese throw their rather substantial R&D power behind this architecture, it might actually getting somewhere.

    [–] [email protected] 10 points 1 week ago (1 children)

    Meme transcription

    FYI, Lemmy supports Alt text, so you don't have to include the transcription in the post body.

    See also https://slrpnk.net/post/12346945

    [–] [email protected] 3 points 1 week ago

    I know, but for most memes a single line of text is insufficient.

    [–] [email protected] 9 points 1 week ago* (last edited 1 week ago) (3 children)

    Discord app on Linux is like this.
    Also Steam

    [–] [email protected] 12 points 1 week ago (1 children)

    I really wish everyone would quit discord. Would make my life easier, as I'm not willing to give them a phone number.

    [–] [email protected] 5 points 1 week ago (1 children)

    I wish myself I can leave discord but I can't

    [–] [email protected] 1 points 1 week ago (1 children)

    I used it for a while, having validated on a travel SIM. Deleted my number from discord today and... "You need to put in a phone number to validate." Completely locked out without a number registered. I don't think I'll be paying for a spare burner SIM just to revalidate discord.

    [–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

    Oh yeahhh if they do this to me I will quit discord this will be my final strew(also if I get perm banned)

    [–] [email protected] 4 points 1 week ago (1 children)

    Discord is just a website.

    [–] [email protected] 2 points 1 week ago (1 children)

    Oh my word if I read "today is your lucky day!" and am told to download yet another .deb file"...

    I'll probably download it and tolerate it because D&D is on there, but darn it if I won't be mildly displeased about it! :) The real campaign is convincing my friends to use something else!

    [–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

    I use discord web nowadays so I don't need to deal with that

    [–] [email protected] 1 points 1 week ago (1 children)

    What hardware are you using OP?

    [–] [email protected] 3 points 1 week ago (1 children)
    [–] [email protected] 1 points 1 week ago

    No, seriously.