this post was submitted on 24 Oct 2025
248 points (98.8% liked)

Technology

88155 readers
3385 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] gandalf_der_12te@discuss.tchncs.de 63 points 11 months ago* (last edited 11 months ago) (8 children)

Our hardware has its own problems.

We rely way too much on x86 and ia64 architecture, both of which have only two big manufacturers in the world. That's not good because it's almost monopolies.

It would be better to have simpler chipsets that can be produced by more manufacturers worldwide, and especially ones that can be produced by smaller regional manufacturers.

On top of that we shouldn't distribute compiled binaries for the x86 and ia64 chipsets; instead program code should be distributed like .wasm, in a hardware-independent way, and compiled on the target device. That would enable that hardware can use any chipset it wants and there are no software incompatibilities because of it.

[–] certified_expert@lemmy.world 52 points 11 months ago (2 children)

RISC-V

  • royalty free
  • future-proof
  • extensible
  • base ISA is 40 instructions!
  • beautifully documented
  • can perform in a range of situations, from embedded to many-cores servers!
  • can handle petabytes of memory (the higher schemes)
  • no nonsense historic compatibility drag.
[–] gandalf_der_12te@discuss.tchncs.de 15 points 11 months ago* (last edited 11 months ago)

hell yeah risc-v is hella cool :)

i just looked into how it works:

https://en.wikipedia.org/wiki/RISC-V

seems very sane so far.

beautifully documented

i can attest, very nice indeed.

[–] atthecoast@feddit.nl 3 points 11 months ago

Yes, RISC-V largely forms the basis for china’s future tech “independence”. Most CPU’s are Chinese brands and SBC’s like SiFive are Chinese too.

[–] fluffykittycat@slrpnk.net 35 points 11 months ago

RISC-V is this

[–] uairhahs@lemmy.world 19 points 11 months ago

Those are called duopolies (yes it's a very common thing)

[–] nyan@lemmy.cafe 7 points 11 months ago (1 children)

On top of that we shouldn’t distribute compiled binaries for the x86 and ia64 chipsets; instead program code should be distributed like .wasm, in a hardware-independent way, and compiled on the target device. That would enable that hardware can use any chipset it wants and there are no software incompatibilities because of it.

You're describing Gentoo Linux . . . which is not especially popular among Linux distributions even though it runs on just about anything. There may be a reason for that.

[–] krooklochurm@lemmy.ca 22 points 11 months ago* (last edited 11 months ago) (1 children)

Well, they're talking about something lower level than the operating system. For one.

Secondly, every distro is inferior to the only perfect thing mankind has ever created: Hannah Montana Linux. If you're using anything else you may as well just break your computer and drink cyanide.

[–] Alaknar@sopuli.xyz 6 points 11 months ago

If you’re using anything else you may as well just break your computer and drink cyanide

Unless it's TempleOS.

[–] Alphane_Moon@lemmy.world 3 points 11 months ago

How is performance though?

And honestly ARM isn't that much than x86 in terms of freedom and competition.

[–] AdrianTheFrog@lemmy.world 3 points 11 months ago (1 children)

On the high performance compute / GPGPU side the AdaptiveCPP JIT compiler seems very good for cross-platform operation

[–] Amir@lemmy.ml 1 points 11 months ago (1 children)

What does this do that C# doesn't?

[–] AdrianTheFrog@lemmy.world 2 points 11 months ago

GPU stuff and ideally easier parallelism. The same binary could be executed on a GPU from any vendor, any CPU, anything that supports OpenCL, and could maybe even be extended to support FPGAs in the future.

[–] eleitl@lemmy.zip 2 points 11 months ago* (last edited 10 months ago)

OpenBoot at Sun and Apple had a good thing going for a while. Too bad they didn't release it as open source. In theory you could deliver architecture-independent drivers that ship as firmware on device.