• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle

  • The most annoying thing about a lot of these is that tutorials are “minimal viable setup” sorta things. Like “now you have it setup, make sure you tune it for production”

    Dude I’m already in pain from trying to serve these models and you just have to go rub salt into my eyes. “Simplify your stack with <Tech>” they said. “Share your resources effectively and easily with <Tech>” they said. “Here’s your fuckin’ ‘Hello, World’ now GRTFM and buzz off” they said.

    Working close to the metal do be like that.










  • model_tar_gz@lemmy.worldtoSelfhosted@lemmy.worldHDD or SSD for a home server?
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    3 months ago

    I don’t think an SSD is the right choice here. SSDs have a limited lifespan that’s majority driven by the number of writes that happen to a certain block. Reads are cheap and near infinite though.

    When you’re talking about a Lemmy instance, mail server, etc. my mind thinks this is likely to be many writes with several read-once ops. This is a better use case for a HDD.

    A media server that oriented towards most consumption (reading) would be better for SSD.







  • I’m a Linux user and fan for a lot of years now. Software engineer by profession.

    It’s not ready for widespread adoption to the less tech-savvy masses.

    It misses some functionality that is really hard to get right but is absolutely expected to get right. For example: graceful suspend and wakeups. It happens so often even to me that I close my Linux laptop for the day, next morning open it up to a bunch of warnings and error messages about Bluetooth adapters or whatever the device of the day that wants to malfunction is that prevents a sound S2 S3 sleep.

    I don’t get freaked out about it. But grandma sure would. And yet my 10 year old MacBook Pro gets it right every single fucking time; completely flawlessly. This is the bar of usability that Linux has to achieve for widespread adoption as a true, polished, personal computing experience.

    edit: meant S3 sleep.