• 4 Posts
  • 646 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle



  • MalReynolds@slrpnk.nettoSelfhosted@lemmy.worldcurrent best HDD-model choice
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    4 days ago

    To a large degree, the point of RAID is to not care about drive reliability, trust the process. Also, you seem to conflate RAID with backup (“RAID is not a backup”), you want both. In a NAS, you’re probably better off with RAID5 + backup.

    In a system that can take a drive failure, the current datahoarder zeitgeist is Manufacturer Recertified (Enterprise) Drives, see ServerPartDeals.com if you’re a yank, other countries have their own options.











  • Sure, I was being mildly facetious, but pointing to a better pattern, the nature of python means it is, barring some extreme development, always going to be an order of magnitude slower than compiled. If you’re not going to write even a little C, then you need to look for already written C / FORTRAN / (SQL for data) / whatever that you can adapt to reap those benefits. Perhaps a general understanding of C and a good knowledge of what your Python is doing is enough to get a usable result from a LLM.





  • When you need speed in Python, after profiling, checking for errors, and making damn sure you actually need it, you code the slow bit in C and call it.

    When you need speed in C, after profiling, checking for errors, and making damn sure you actually need it, you code the slow bit in Assembly and call it.

    When you need speed in Assembly, after profiling, checking for errors, and making damn sure you actually need it, you’re screwed.

    Which is not to say faster Python is unwelcome, just that IMO its focus is frameworking, prototyping or bashing out quick and perhaps dirty things that work, and that’s a damn good thing.


  • MalReynolds@slrpnk.nettoPrivacy@lemmy.mlWhy don’t you like Apple?
    link
    fedilink
    English
    arrow-up
    44
    arrow-down
    1
    ·
    edit-2
    9 days ago

    Seeing as no-one’s answering the question in terms of privacy (although I agree with their sentiment)

    Trust. You have to trust that they will respect your privacy. They actually talk a good game, are probably superior in privacy to the average android (but not GrapheneOS or Linux) in so much as they fend off other entities trying to hoover your data, mostly so they have exclusive access (at least to metadata, actual data may currently even be secure but that can change and possession is nine tenths and all that). At the end of the day, they’re a greedy mega-corporation and cannot be trusted if they need to keep that line going up this quarter. I much prefer transparent systems that keep me in control and possession of my data.

    I like their hardware, excellent build quality (shame about long term support and e-waste though). Will probably pick up a cheap M1 Air once Asahi linux stabilises.