klauskinski79

joined 10 months ago
[โ€“] [email protected] 1 points 9 months ago

Gpus may be Turing complete ( yes I just repeated that to annoy the correcting dude ๐Ÿ˜‚). But the majority of normal workloads that do not require an insane amount of relatively simple parallel work would be excruciatingly slow on a gpu. The processing cores are small and slow ( but there are thousands of those).

  • it does way less computations per clock
  • it dossnt do branching very well which is the core ability of any cpu ( if then else in badly predictable ways)
  • it has a slower clock speed
  • it's cache lines are really bad unless you do a simple data in compute data out processing

Basically anything that is single threaded and moderately heavy in logic ( most OS core functionality and most application code) would be absolutely atrocious on a Cuda core. Also splitting out all parts that can be done on the Cuda cores would be a huge amount of work if your code is interspersed with the heavy stuff. That's why most computation are on cpus they are just much better at pretty much anything without much tuning unless you have a huge number crunching for example matrix computation. But if you have a couple million data points and you want to do some simple mathematics on them oooh the Cuda cores murder any cpu.

[โ€“] [email protected] 1 points 10 months ago

Past performance is a terrible predictor of future performance. Ssd prices dropped a lot since the pandemic since demand dropped and the factories are still there. As usual this normally means that new factories will be delayed and prices will be relatively higher going forward for a while. Now the longterm trend still favors ssd but 2022 Is a shitty year to base your price projections on

[โ€“] [email protected] 1 points 10 months ago (1 children)

Well USB can only power a small mostly 2.5inch external drive and cannot really spin most large 3.5 inch drives.

And once you want larger sizes or more reliable enterprise drives which are in most large external usb drives you need power. If you are happy with a smaller ( and most likely less reliable ) 2.5 inch drive usb only is of course more convenient.

[โ€“] [email protected] 1 points 10 months ago

50000 users at 20gb is 400kbit per second per second? That ain't gonna cut it even for potato quality. The recommended bit rate for 480p is 5 times higher the recommended bit rate for 720 ten times higher. So you maxing out at 5k users makes sense.

Now I am astonished a single server can service 5000 streams at rge same time. That's some scalable server software.

[โ€“] [email protected] 1 points 10 months ago

A 10tb+ shucked ( buy an usb enclosure and break it open) drive is a good low coat approach with some risk

  • wd only makes nas or enterprise drives of that size so you are very likely to get a high quality drive inside a large WD usb enclosure. wd doesn't make special drives for these enclosures they use what they have lying around

So they are often great value for money with some caveats

  • while all the 14tb elements I shucked where Hitachi enterprise drives ( most reliable ones wd has ) they reduced speed from 7200 to 5400 rpm
  • they often use a newer sata standard connector that may not work with older motherboards apparently in that case you can tape of one of the pins
  • depending on your country you lose warranty. Although in the US you seem to keep it
[โ€“] [email protected] 1 points 10 months ago

I have 3:2:1 for my crucial data ( pictures of family and travels and digital documents like tax returns). Basically one main copy another copy on an old nas with shucked drives not connected to the internet and one cloud copy. It is worth it because I would hate hate to lose that data.

I have 2:1 for my media. Just a local copy . If the apartment goes up in flames or a freak lightning burns it down I will have to re-download it again or I will live without it and ghats fine. For a long time the media had no backup but just raid and snapshots to protect against hard-drive failures and dumb user errors.

It's all about your means and risk appetite.