this post was submitted on 19 Jul 2024
715 points (97.7% liked)

Memes

51435 readers
1122 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 6 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] SternburgExport@feddit.de 207 points 11 months ago (4 children)

sony made a console so hard to develop for they can't even figure it out themselves

[–] randomaside@lemmy.dbzer0.com 88 points 11 months ago (1 children)

This is the actual truth. Revisiting the catalog of early cross platform games and it's evident that Sony engineers couldn't get anything running well on there for the first three years of its lifespan. The same games ran just fine on the Xbox360.

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

I still remember what Gabe Newell said about it

[–] BleatingZombie@lemmy.world 4 points 11 months ago (2 children)
[–] RecallMadness@lemmy.nz 28 points 11 months ago (1 children)

The number 3 doesn’t exist at Valve

[–] littletranspunk@lemmus.org 6 points 11 months ago

Why must you hurt me so?

[–] bruhduh@lemmy.world 8 points 11 months ago* (last edited 11 months ago)

KISS be like: am i a joke to you?

[–] BigBananaDealer@lemm.ee 8 points 11 months ago (1 children)

its why bethesda games always had lots of problems on ps3 and their dlc was always delayed

[–] djsaskdja@reddthat.com 21 points 11 months ago* (last edited 11 months ago)

Ah yes Bethesda. The company famous for releasing polished games with very few bugs.

load more comments (1 replies)
[–] magic_lobster_party@kbin.run 90 points 11 months ago (3 children)

It is hard. PS3 has incredibly specialized hardware. Even game developers had trouble making games for it at the time because it’s so arcane.

[–] bolexforsoup@lemmy.blahaj.zone 28 points 11 months ago (1 children)

Yes it is hard, and that was their damn fault. I can’t believe they expected developers to have to program which processors take which loads with such granularity. Unbelievably stupid.

[–] someguy3@lemmy.ca 3 points 11 months ago (2 children)

Was the idea to improve performance?

[–] AProfessional@lemmy.world 17 points 11 months ago (1 children)

Yes, when used properly it did out perform the competition.

[–] bolexforsoup@lemmy.blahaj.zone 3 points 11 months ago

Yes but the modest improvement in output over the 360 was clearly not worth it

[–] AndrasKrigare@beehaw.org 2 points 11 months ago

It is, and it does provide improved performance at the expense of complexity. Both India and the US Air Force actually used clusters of PS3s to create supercomputers.

https://en.m.wikipedia.org/wiki/Cell_(processor) has some more details as well

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

I don't think it being hard is really the issue. Sony is a billion dollar multi-national corporation and they don't get any benefit of the doubt whatsoever. Is it hard? Maybe it is, but maybe they should have thought of what they were going to do in the future when they were designing this. As was pointed out elsewhere, volunteers making an open source emulator are managing it so Sony not wanting to, or being unable to, isn't an excuse.

[–] CodexArcanum@lemmy.world 25 points 11 months ago (4 children)

I always wondered about the legacy of the Cell architecture, which seems to have gone nowhere. I've never seen a developer praise it, and you can find devs who love just about every silly weird computer thing. Like, surely someone out there (emu devs?) have respect for what Cell was doing, right?

I've never understood it. Multicore processors already existed (the X360 had a triple-core processor, oddly) so I'm not clear what going back to multiple CPUs accomplished. Cell cores could act as FPUs also, right? PS3 didn't have dedicated GPU, right?

Such a strange little system, I'm still amazed it ever existed. Especially the OG ones that had PS2 chips in them for backwards compatability! Ah, I miss my old PS3.

[–] invertedspear@lemm.ee 16 points 11 months ago (1 children)

It was very experimental, that’s really the reason Sony went with it and it was at the genesis of multi threaded processing, so the jury was still out on which way things would go.

Your description of it is a little wrong though, it wasn’t multiple CPUs, at least not gore would be traditionally thought. It was a single dual core CPU, with 6 “supporting cores” so not full on CPUs. Kind of like an early stab at octocore processors when dual core was becoming popular and quad core was still being developed.

I remember that the ability to boot Linux was a big deal too and a university racked 8 PS3s together into basically a 64 core super computer. I’m actually sad that didn’t go further, the raw computing power was there, we just didn’t really know what to do with it besides experiment.

Honestly I think someone had a major breakthrough in multi-core single-unit processors shortly after the PS3 launch that killed this. Cell was just a more expensive way to get true multi threaded processing and a couple years later it was cheaper to buy a 32 core processor.

Maybe in a different timeline we’re all running Cell processors in our daily lives.

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

Ah, that sounded familiar as you described it! Thanks for the correction and context! I'd forgotten how early into multicore we still were. Well that also explains why it doesn't have specific fans then, it's "basically" "just" parallel programming (which people still don't understand!)

Yeah the university running a PS3 cluster was fun news! I recall there being a brief run on the devices as people thought there'd be sudden academic demand for them as supercomputers. I think you could run "folding at home" on them as a screensaver? Which (if I remember right) kind of would make ps3 the biggest research computing cluster around for a while!

[–] addie@feddit.uk 10 points 11 months ago (1 children)

PS3 most certainly had a separate GPU - was based on the GeForce 7800GTX. Console GPUs tend to be a little faster than their desktop equivalents, as they share the same memory. Rather than the CPU having to send eg. model updates across a bus to update what the GPU is going to draw in the next frame, it can change the values directly in the GPU memory. And of course, the CPU can read the GPU framebuffer and make tweaks to it - that's incredibly slow on desktop PCs, but console games can do things like tone mapping whenever they like, and it's been a big problem for the RPCS3 developers to make that kind of thing run quickly.

The cell cores are a bit more like the 'tensor' cores that you'd get on an AI CPU than a full-blown CPU core. They can't speak to the RAM directly, just exchange data between themselves - the CPU needs to copy data in and out of them in order to get things in and out, and also to schedule any jobs that must run on them, they can't do it themselves. They're also a lot more limited in what they can do than a main CPU core, but they are very very fast at what they can do.

If you are doing the kind of calculations where you've a small amount of data that needs a lot of repetitive maths done on it, they're ideal. Bitcoin mining or crypto breaking for instance - set them up, let them go, check in on them occasionally. The main CPU acts as an orchestrator, keeping all the cell cores filled up with work to do and processing the end results. But if that's not what you're trying to do, then they're borderline useless, and that's a problem for the PS3, because most of its processing power is tied up in those cores.

Some games have a somewhat predictable workload where offloading makes sense. Got some particle effects - some smoke where you need to do some complicated fluid-and-gravity simulations before copying the end result to the GPU? Maybe your main villain has a very dramatic cape that they like to twirl, and you need to run the simulation on that separately from everything else that you're doing? Problem is, working out what you can and can't offload is a massive pain in the ass; it requires a lot of developer time to optimise, when really you'd want the design team implementing that kind of thing; and slightly newer GPUs are a lot more programmable and can do the simpler versions of that kind of calculation both faster and much more in parallel.

The Cell processor turned out to be an evolutionary dead end. The resources needed to work on it (expensive developer time) just didn't really make sense for a gaming machine. The things that it was better at, are things that it just wasn't quite good enough at - modern GPUs are Bitcoin monsters, far exceeding what the cell can do, and if you're really serious about crypto breaking then you probably have your own ASICs. Lots of identical, fast CPU cores are what developers want to work on - it's much easier to reason about.

load more comments (1 replies)
[–] biscuitswalrus@aussie.zone 6 points 11 months ago

I knew a Datacenter that had hundreds of ps3s for rendering fluid simulation and other such things that at the time were absolutely cutting edge tech. I believe F1 and some early 3d pixar stuff was rendered on those farms. But like all things, technology marched on. fpgpas and cuda have taken that space.

Cell definitely was heavily used by specialist/nichr industry though.

I wonder if I can find you some link to explain it better than the rumours I heard from staff that used to work in those datacentres.

Hmm hard to find commercial applications, probably individuals might have blogged otherwise here's what I'm talking about: https://en.m.wikipedia.org/wiki/PlayStation_3_cluster

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

I think the application of it was wrong.

You basically had game devs that wanted to build cross platform easily. PC, Xbox, and Nintendo used standard architecture while ps3 was unique.

That basically meant you had to develop for ps3 as an entirely separate game than the other major systems.

[–] deltapi@lemmy.world 22 points 11 months ago (5 children)

Xbox One plays a number of 360 games fine.

Apple used QuickTransit for their PPC apps on Intel migration to great success.

I guess Sony just didn't want to pay the emulator tax?

[–] drcobaltjedi@programming.dev 35 points 11 months ago (2 children)

The xbox one/series consoles run a good number of 360 games dispite the fact that the 360 uses powerPC and the newer consoles are x86.

Sony is out here getting shown up by rpcs3 having about 70℅ of their listed games working perfectly fine by hobbyists reverse engineering the ps3.

[–] scrubbles@poptalk.scrubbles.tech 13 points 11 months ago* (last edited 11 months ago)

It's because they completely rebuilt and recompiled them for x86

[–] bruhduh@lemmy.world 4 points 11 months ago

Xbox 360 emulated xbox original games too, while Xbox 360 powerpc and Xbox original was x86

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

There's some weird online connection issues on 360 that occur with certain modern routers. You get dropped randomly from the game. Annoyingly, the emulated 360 on One doesn't skirt around the issue. It was annoying for Borderlands but made Left 4 Dead worthless on anything besides easy

load more comments (3 replies)
[–] DmMacniel@feddit.org 18 points 11 months ago* (last edited 11 months ago) (3 children)

The PS3 is the epitome of "idiots admire complexity [...]" it was needlessly complicated with its cell architecture.

[–] Quill7513@slrpnk.net 16 points 11 months ago* (last edited 11 months ago)

There are design decisions that I really don't understand why Sony made them. They do, however, make the PS3 the ideal piece of hardware if you're wanting to build an adhoc super computer

[–] slacktoid@lemmy.ml 3 points 11 months ago

I would argue its what you get when you build hardware without any consideration for the people writing the software. Which is just as much as an epitome if a kind of silly.

load more comments (1 replies)
[–] Quill7513@slrpnk.net 11 points 11 months ago (1 children)

Emulating a processor with a unique set of properties, including infinite scalability, is hard. You can't just put an emulation layer on top of x86 like you can with a processor that's a subset of x86 instructions

load more comments (1 replies)
[–] sirico@feddit.uk 6 points 11 months ago (1 children)

My 60 gb RIP after an ex left it on all night with sonic collections paused.

[–] Cadeillac@lemmy.world 2 points 11 months ago (1 children)

Sounds like it was heading out regardless, unless there was a massive memory leak or something. Been leaving consoles on for days since the SNES. Not that I recommend it, but it really should not be a problem

[–] pulverizedcoccyx@lemmy.ca 2 points 11 months ago (3 children)

I wouldn't recommend that for call of duty war zone on PS4. A perfectly clean, barely used and quite new PS4 pro - fans screaming at the top of their lungs and I'm just sitting at the main menu. I eventually shut it off because it sounded so crazy. Never experienced that with any game before or since.

load more comments (3 replies)
load more comments
view more: next ›