this post was submitted on 15 Jul 2026
832 points (99.8% liked)

linuxmemes

32107 readers
942 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 3 years ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] MITM0@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

    Can I request something here (it's off-topic) if it's okay ? Can someone recommend me videos of people debunking & exposing Bryan Lunduke for the fraud that he is ??

    [–] Kaligalis@lemmy.world 14 points 2 days ago (2 children)

    The biggest performance boost from an upgrade in the last two decades was switching from a Western Digital VelociRaptor HDD to a Samsung 840EVO SATA SSD. That was going from 6ms to 0.06 ms random access latency.

    The performance boost from switching from Windows to Linux wasn't perceivable even on Gentoo where I literally compiled for the exact hardware, I had and used a custom debloated monolithic kernel. But it got me a massive boost in user agency and freedom of choice.
    You can't beat two orders of magnitude reaction latency reduction with an OS change. Windows is bloated. But it's not that bloated (at least Windows XP, 7, and 10 weren't; didn't try 11).
    I play on Gentoo btw.

    [–] beejboytyson@lemmy.world 1 points 1 day ago

    Ya, I recently got into computer building and essentially came to that conclusion.

    [–] silasmariner@programming.dev 3 points 1 day ago (2 children)

    You sound like you're talking about application run performance. That shouldn't be noticeably different. Startup and application load time tend to be where the gains are.

    [–] HerbGrower@slrpnk.net 1 points 1 day ago (1 children)

    Depends on application and hardware. On pretty low specs you can see larger differences between operating systems.

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

    If I/O latency is bad enough it can affect runtime performance from game FPS to browser "snappiness"

    [–] ZILtoid1991@lemmy.world 9 points 2 days ago (1 children)

    My ThinkPad be like:

    • Core i7
    • 16 GB RAM
    • 256 GB SSD
    • Manjaro Linux
    • 4th gen Intel platform
    [–] diaphragmwp@discuss.tchncs.de -3 points 1 day ago* (last edited 1 day ago)

    Ok? not even remotely impressive

    [–] TheGingerNut@piefed.blahaj.zone 80 points 3 days ago (3 children)
    [–] TootSweet@lemmy.world 43 points 3 days ago* (last edited 3 days ago) (5 children)

    I know it. I'm literally typing this on a Raspberry Pi. I used to run Arch Linux on it, but Arch Linux on ARM has severe issues. It'll literally go months with no package updates.

    One day I'll get brave and switch it to Gentoo. Just need to put together a build server first.

    The maintainer for ALARM literally went on vacation and never came back. All commits are automations on the GitHub account. That's why Asahi switched to Fedora.

    [–] Quatlicopatlix@feddit.org 4 points 2 days ago

    Yocto and compile it all yourself. Arch people might think they are cool because they have to use a console to install their de but creating the devicetree for your board and then only get a console over a serial connection or ssh is the true linux experience.

    [–] Urist@lemmy.ml 34 points 3 days ago (1 children)

    I have had great success running NixOS on my Pi. You can build software on your main computer and remote deploy with SSH :)

    [–] SeductiveTortoise@piefed.social 6 points 2 days ago (5 children)

    Does the cross compilation work fine? I've had some issues in the past building on macOS for x64.

    [–] Urist@lemmy.ml 2 points 2 days ago

    Yes. I only have one extra line in my configuration:

    boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
    
    load more comments (4 replies)
    [–] volore@scribe.disroot.org 6 points 2 days ago

    SteamOS on the Frame may soon alleviate some of those woes, given it's based on Arch and has an ARM processor iirc. Can't hurt, anyhow.

    [–] johnnei@lemmy.johnnei.org 6 points 2 days ago (1 children)

    Usually those are from python rebuilds which clog the other packages for weeks at a time. Maybe they could use your build server.

    [–] TootSweet@lemmy.world 2 points 2 days ago* (last edited 2 days ago) (1 children)

    Python rebuilds don't cause (noticeable) problems for AMD64 Arch Linux.

    And any time anyone offers any kind of help on the Arch Linux Arm forums to try to help resolve the issue, the admins ignore and/or lock the thread. They're not open to help and the people on the forums are super frustrated about it.

    [–] johnnei@lemmy.johnnei.org 2 points 1 day ago

    They're literally a major cause of not getting package updates (even on standard arch they occasionally hold updates due to it), if that's unnoticeable then so be it.

    And yeah, I stopped trying to participate on the forums. Never managed to even get a response there. Would be great if they would be welcoming support in any shape (or even consistent communication when the build server is gonna be clogged for a while again so they don't need to annoyingly answer the same questions...)

    [–] SpaceNoodle@lemmy.world 29 points 3 days ago (2 children)

    I want to quit my day job so I can focus on ARM power mode support in Linux

    [–] BeMoreCareful@lemmy.world 3 points 1 day ago

    I would like you to.

    [–] cmbabul@slrpnk.net 2 points 2 days ago (1 children)

    I wish I was smart enough to even consider this

    [–] SpaceNoodle@lemmy.world 3 points 1 day ago (1 children)

    Good news: you could just financially support me!

    [–] cmbabul@slrpnk.net 1 points 1 day ago (1 children)

    Bad news… no couldn’t lol. Bearly got myself!

    [–] SpaceNoodle@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

    That's OK, I can just take everything left over and whatever else you can scrape together after making a number of hard sacrifices.

    [–] rumschlumpel@feddit.org 14 points 3 days ago (1 children)

    ARM is kinda lacking the hardware to motivate developers, I think. Raspberry Pi generally has good support for server stuff, but I don't think you could really justify desktop use before maybe 2019 (release of rpi 4 with much faster CPU and more RAM), and Android devices are generally really locked down.

    [–] SpaceNoodle@lemmy.world 14 points 3 days ago (4 children)

    Never mind the absolute ocean of ARM SoCs, not to mention Apple's silicon

    [–] Kaligalis@lemmy.world 3 points 2 days ago (1 children)

    If the SOC makers want their hardware to be popular for longer, they really need to add mainline kernel support.
    I looked at them as a tinkering platform. But I don't want to buy something which is probably abandoned in a few months.

    [–] SpaceNoodle@lemmy.world 1 points 1 day ago

    They don't give a shit about hobbyists. We don't give them contracts worth hundreds of millions of dollars.

    [–] cmnybo@discuss.tchncs.de 15 points 2 days ago (1 children)

    What we need are more ARM PCs with UEFI and mainline Linux drivers. That way they would run a generic OS image just like an x86 PC.

    Most ARM PCs require an image built specifically for that system. That makes them a real pain the ass to work with.

    load more comments (1 replies)
    [–] kopasz7@sh.itjust.works 7 points 2 days ago

    Those SoCs usually have one distro with a patched out of date kernel and overall lacking support of upstream drivers to install an off the shelf distro.

    Arm devices are notoriously closed. Apple silicon is an extreme example, where it only works thanks to reverse engineering the HW.

    [–] rumschlumpel@feddit.org 8 points 2 days ago (1 children)

    And each of these SoCs requires people, ideally the manufacturer, to actually put in the work to make the hardware work on Linux. So many SBCs with severely outdated kernels ...

    [–] SpaceNoodle@lemmy.world 7 points 2 days ago* (last edited 2 days ago)

    I suppose ARM really missed the mark by not establishing a universal power framework.

    [–] Angryhumanoid@fedinsfw.app 26 points 3 days ago (2 children)

    Hand to God I wish I got into Linux 6 years ago before I bought my current gaming laptop. I would have been perfectly glad to keep rocking my old Lenovo, I loved that little beast of a laptop.

    [–] HugeNerd@lemmy.ca 2 points 1 day ago

    I kept my Win 7 lappy, also a Lenovo, going until the backlight started dying.

    [–] Flagstaff@programming.dev 3 points 1 day ago

    Same... All the flash drive stuff and program incompatibility had scared me for too long... But now I'm not afraid to, like, even go to estate sales and try to find a dirt-cheap, old machine to slap Linux on and run it down into the ground until the next one lol. I can live without Cyberpunk 2077.

    [–] SaharaMaleikuhm@feddit.org 14 points 2 days ago (6 children)

    I wonder if my PC counts as low end by now. I reckon I got a few more years until then.

    load more comments (6 replies)
    [–] rumschlumpel@feddit.org 12 points 3 days ago (1 children)

    TBH most day-to-day stuff still works well on my 12yo mid-tier laptop. I feel pretty good about upgrading its RAM from 8 to 16 last year, mostly to keep up with my multi-tab webbrowsing habits.

    [–] printerhell@lemmy.today 5 points 3 days ago (2 children)

    Yup, i have a mid 2012 mbp with linux mint xfce and it runs great. My biggest complaint is the hardware support. Had to add a usb wifi dongle because broadcom chip was constantly dropping and the sleep wake takes forever and sometimes it wont sleep. But otherwise runs like a champ. I do kinda wish it would die so i could get a laptop without the sleep/wake issues.

    load more comments (2 replies)
    [–] MonkderVierte@lemmy.zip 1 points 2 days ago* (last edited 1 day ago)
    _ Linux T
    PC'   `SSD
    

    Yeah bro 12yo refurbished MSI laptop with Mint+Plasma keeps chugging along

    I pretty much only make it do documents and YouTube but still

    [–] trainsrkool@lemmy.ml 6 points 3 days ago (1 children)

    dat ssd is doing a lot of the liftin here hehe

    Even without the SSD the things only really slow down when you're booting or loading up an application for the first time. Linux's RAM caching is really nice.

    load more comments
    view more: next β€Ί