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
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.