Little bit of everything!

Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )

Gaming (Mass Effect, Witcher, and too much Satisfactory)

Sci-fi

I live for 90s TV sitcoms

  • 9 Posts
  • 100 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle

  • Agreed, sure scaling is one factor, but I don’t think this person has ever really dived into why containers are slick. Why you aren’t tracking down what dependency hell caused your app to crash. Conflicting cuda versions. Two apps using the same port. Trying to decipher a language you’ve never used before

    Whenever I hear “containers are too complex” or “I don’t like containers” I read it as “I don’t understand containers”. There are some real flaws to them, but no self respecting ops engineer would ever say “containers have no value beyond scaling”



  • Scrubbles@poptalk.scrubbles.techtoSelfhosted@lemmy.worldChange tracking ideas
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    4 months ago

    Best thing i did was creating a git repository just for my local environment and set up.

    Granted I did switch over to kubernetes and helm, so that was good. Kick start where everything is laid out and simply YAML files, but even more important than that was setting up readme files for all my major systems.

    I want to say it’s now hundreds of times. I’ve gone back and reread those read me files, the random fixes I had to come across, common error codes that I needed to fix, setting up new boxes, the list goes on. On. Having one central place where I can edit and update those readmes has been a godsend. Plus I run gitea so it then formats those in a nice way for me automatically.

    Not to mention the dozens of scripts and random snippets of code I’ve needed to save to help me run my local lab.



  • I can compare specs on my own, I’m looking for opinions here. I heard rpi wasn’t completely on the up and up recently, shipping problems, overserving corporate clients, etc. If people have had bad boards, bad customer service, things are overpriced for what you get, etc.

    Right now it looks like the rpi5 is the best option, but $80 is a lot, and if I can get a couple of lower end boards for half the price with a better company rep, then I’d probably seriously consider those.













  • This is where I’m conflicted. Software development is hard and it’s expensive. I completely understand that the old model was unsustainable.

    HOWEVER - I’ve seen this a dozen times before. They make a move that’s not great but it is understandable with the community. It’s the next move that I worry about, when all of a sudden there is a subscription, or those old “lifetime” plans suddenly aren’t lifetime. I remember PlayOn TV suddenly saying “Well now it’s PlayOn Home. That’s a new product, so you did get the lifetime of the old PlayOn TV! So we didn’t really reneg on our deal!” Immediately in the garbage.

    So, I’ll be staying on for now… with a big “we’ll fuckin’ see” in the next few years.



  • Scrubbles@poptalk.scrubbles.techtoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    3
    ·
    edit-2
    5 months ago

    Okay no, if you’re going to post on it at least get your facts right.

    To be clear, I’m not happy about it, but that doesn’t mean we need to only present half the story.

    There are THREE levels. Starter, Unleashed, and Lifetime.

    Starter and Unleashed are both full lifetime keys, but only offer one year of updates. Verbatim from the post:

    These will function similarly to the current Basic, Plus, and Pro licenses, with the main difference being that the Starter and Unleashed licenses will come with one year of software updates. After that, customers will be able to pay an OPTIONAL extension fee, which makes them eligible for another year of updates. If you choose not to renew, no problem.

    However all current licenses are grandfathered

    Again, this change does not apply to any current license holders. You will still be able to access all updates for life, as promised. Lifetime is the same lifetime as before.

    https://unraid.net/blog/pricing-change

    I don’t like this, and I definitely have been burned with grandfather clauses before, but you might as well report what is actually happening if you’re going to make a post.

    I urge you to delete this post as it only contains half the story.

    EDIT: OP I’m an admin of my own instance, I can SEE you downvoted me. Why because you decided to leave out half the information and I pointed it out?


  • Container should have negligible overhead, the main problem you’re going to see is where the in/out files are located and shared. Another plus there for docker, can map that volume to anywhere.

    If you need a GUI, then handbrake with a web version sounds great, when I did it years ago they didn’t have it.

    Since then, I’ve learned ffmpeg and use that regularly and can schedule jobs well now. Definitely more advanced, but more built for server applications.