this post was submitted on 12 Jul 2024
957 points (95.5% liked)
Technology
59132 readers
4134 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wikipedia says it's 16,000x16,000 (which is way less than I thought). The way the math works, that's 16x as big as a 4k monitor, so 16 GPUs would make sense. And there's a screen inside and one outside, so double that. But I also can't figure out why it needs five times that. Redundancy? Poor optimization? I dunno.
But wouldn't that be only necessary if it needed to render real-time graphics at such a scale? If I'm correct, all its doing is playing back videos.
I think it's doing some non-trivial amount of rendering, since it's often syncing graphics with music played live.
Live audio visualization in game engines is definitely a thing ex. https://youtu.be/IZL7VAt97ws?si=H74SwrLZYfsYNTY8
Even if it's just playing back videos, it still should compensate for the distortion of the spherical display. That's a "simple" 3d transformation, but with the amount of pixels, coordinating between the GPUs and some redundancy, it doesn't seem like an excessive amount of computing power. The whole thing is still an impressive excess though...
I work for a digital display company, and it is definitely redundancy. There will be at least two redundant display systems that go to the modules separately so they can switch between them to solve issues. If a component fails on one side they just switch to the other.
Ah, nice. Thank you for bringing your expertise to my nonsense.