this post was submitted on 13 Aug 2026
747 points (99.0% liked)
Technology
87184 readers
6542 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- 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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
True fact!
As a side note, I've been learning about how weird the ps3 cell architecture is, and why it's so hard to emulate.
IIRC the hardest thing about PS3 emulation was the fact that Cell was an 8 core cpu, and at the time of PS3's release, single core CPUs were still very dominant, and even years after the PS3s release only dual core CPUs had become a thing, with the bleeding edge just getting into 4 cores.
The 8 "cores" were co-processors, so not really cores the way we think about them now.
The architecture is unconventional because the bus design to move data between the these and the gpu is very fast, but had a weird pipeline to determine how to route that data.
Apparently it's a very difficult thing to reproduce in a virtual environment.