162
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 31 Oct 2023
162 points (100.0% liked)
Technology
59334 readers
4842 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
Most things are fine on arm these days. Don’t know what this person is on about
Windows is not fine with ARM, which can be a turnoff for some.
I bet it will be fine with arm fairly quickly now that these chips are on the horizon.
I doubt it. Many windows applications still are 32 bit only today. Visual studio only got 64 bit support in 2022. Windows has a long history of backwards compatibility and I would expect to be depending on software compatibility layers for a decade or more, even for some Microsoft products.
MacOS? Yes. Linux? Sure. Android? Obviously. Windows? Not a chance!
And seeing this is designed for laptops, your options will be either Linux or Windows. The comment is on point.
The benchmarks from this article are running on Windows 11 Arm...
Oh don't get me wrong, it definitely runs!
But have you tried using it as a daily driver? Most things will break. I discovered this the hard way by installing it in a Raspberry Pi
Caveat for all platforms running wine applications. So Linux is fine, except when running windows applications.
Well, mostly, there do exist binary only Linux applications too. Business applications and also some games with native Linux support.
A lot of x86 software is still just emulated for arm, not native.
Linux works well but sadly most people don't use Linux
If they sell snapdragon laptops with Linux preinstalled people would buy, sadly they're more likely to include Windows (which has bad support).
Android is Linux. Linux is the most popular OS in the world.
I was specifically referring to desktop Linux, most people wouldn't be interested in a laptop running android.
Yet Chromebooks have been a major element for the past 5 years, with more units sold than Apple. I know it's not technically GNU/Linux. But there's still a Linux core underneath required to run Chrome OS.
ChromeOS is popular because it's included in cheap laptops and the operating system is essentially idiot proof (at the cost of being able to do practically nothing)
I’d imagine most open source software will just be perfectly fine on ARM on Linux… but I do wonder a little bit about the occasional x86 binary blob we run. They’re generally pretty rare in Linux land… but Steam games are probably not going to have a great time. I’ve used binfmt_misc to run ARM binaries on x86 transparently before using qemu, and it works perfectly fine… but it’s dog slow.