168
submitted 1 week ago by sabreW4K3@lazysoci.al to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] colourlesspony@pawb.social 54 points 1 week ago

I feel like linux users benefit the most from arm since we can build our software natively for arm with access to the source code.

[-] cerement@slrpnk.net 37 points 1 week ago
[-] RedWeasel@lemmy.world 22 points 1 week ago

Until risc-v is at least as performant as top of the line 2 year old hardware it isn’t going to be of interest to most end users. Right now it is mostly hobbyist hardware.

I also think a lot of trust if being put into it that is going to be misplaced. Just because the ISA is open doesn’t mean anything about the developed hardware.

[-] 737@lemmy.blahaj.zone 8 points 1 week ago

RISC-V is currently already being used in MCUs such as the popular ESP32 line. So I'd say it's looking pretty good for RISC-V. Instruction sets don't really matter in the end though, it's just licensing for the producer to deal with. It's not like you'll be able to make a CPU or even something on the level of old 8-bit MCUs at home any time soon and RISC-V IC designs are typically proprietary too.

[-] uis@lemm.ee 2 points 1 week ago

Same goes for RV, OpenRISC, MIPS and other architectures.

[-] SquigglyEmpire@lemmy.world 1 points 1 week ago

Is MIPS still around? I know it was used a lot in embedded stuff but last I heard they were shutting down development of new MIPS chips.

[-] uis@lemm.ee 1 points 1 week ago

Baikal T comes to mind.

[-] benzmacx16v@discuss.tchncs.de 25 points 1 week ago

It doesn’t usually work that well in practice. I have been running an M1 MBA for the last couple years (asahi Arch and now Asahi Fedora spin). More complex pieces of software typically have build system and dependencies that are not compatible or just make hunting everything down a hassle.

That said there is a ton of software that is available for arm64 on Linux so it’s really not that bad of an experience. And there are usually alternatives available for software that cannot be found.

[-] art@lemmy.world 8 points 1 week ago

Long time Raspberry Pi user here, the only software I can't load natively is Steam. What software are you having problem with on the M1?

[-] Daeraxa@lemmy.ml 6 points 1 week ago

Electron apps using older versions that don't support the 16k page size are probably the biggest offenders

[-] uis@lemm.ee 11 points 1 week ago
[-] Daeraxa@lemmy.ml 2 points 1 week ago

I can't say I'm one who shares that sentiment seeing as the only two projects I'm involved with happen to be Electron based (by chance rather than intention). Hell, one of them is Pulsar which is a continuation of Atom which literally invented Electron.

[-] sabreW4K3@lazysoci.al 6 points 1 week ago

Couldn't we do that with x86?

[-] wasabi@discuss.tchncs.de 24 points 1 week ago* (last edited 1 week ago)

We can. The point is that Windows users can't compile for arm. They depend on the Dev to to it. That will take some time and some won't do it at all.

[-] sabreW4K3@lazysoci.al 2 points 1 week ago

Aha. I see so many Docker projects with examples of how to build for ARM, I just assumed it was always that easy.

[-] qaz@lemmy.world 2 points 1 week ago

It's easy to compile something for a certain infrastructure if you can compile it yourself and won't have to beg another party to do so.

[-] Daeraxa@lemmy.ml 1 points 1 week ago

Is that a developer licence thing? I know GitHub recently announced Windows Arm runners that would be available to non-teams/enterprise tiers later this year.

[-] RedWeasel@lemmy.world 5 points 1 week ago

It isn’t as simple as just compiling. Large programs like games then need to be tested to make sure the code doesn’t have bugs on ARM. Developers often use assembly to optimize performance, so those portions would need to be rewritten as well. And Apple has been the only large install of performant ARM consumer hardware on anything laptop or desktop windows. So, there hasn’t been a strong install base to even encourage many developers to port their stuff to windows on ARM.

[-] Daeraxa@lemmy.ml 1 points 1 week ago* (last edited 1 week ago)

Yeah this has been our (well, my) statement on requests to put out ARM binaries for Pulsar. Typically we only put binaries out for systems we actually have within the team so we can test on real hardware and replicate issues. I would be hesitant to put out Windows ARM builds when, as far as I know, we don't have such a device. If there was a sudden clamouring for it then we could maybe purchase a device out of the funds pot.

The reason I was asking more about if it was to do with developer licences is that we have already dealt with differences between x86 and ARM macOS builds because the former seems to happily run unsigned apps after a few clicks, where the latter makes you run commands in the terminal - not a great user experience.

That is why I was wondering if the ARM builds for Windows required signing else they would just refuse to install on consumer ARM systems at all. The reason we don't sign at the moment is just because of the exorbitant cost of the certificates - something we would have to re-evaluate if signing became a requirement.

this post was submitted on 24 Jun 2024
168 points (97.2% liked)

Linux

45506 readers
1465 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS