• 0 Posts
  • 6 Comments
Joined 11 months ago
cake
Cake day: November 9th, 2023

help-circle
  • 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.





  • 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

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