• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
  • I really appreciate this change. Prior to it was always a struggle to deploy servers successfully. You’d reboot and your database would be on the wrong interface and you could even remote in because the management interface was suddenly on a firewalled external only network. Ask me how I know.

    With virtualization and containers this just got more complicated. I would constantly have to rewrite kvm entire configs because I’d drop a new nic in the machine. A nightmare.

    Sure, it’s gibberish for the desktop user but you can just use the UI and ignore the internal name. Not even sure the last time I saw it on my laptop. So no big deal.







  • neclimdul@lemmy.world
    cake
    tolinuxmemes@lemmy.worldsomeone tell them
    link
    fedilink
    arrow-up
    10
    arrow-down
    2
    ·
    2 months ago

    It’s a pretty mixed bag honestly. Sure there are some apps that we get in a mammoth poorly made appimage we’d probably have to have run in wine before or some terrifying statically compiled program embedded in a run script and that’s probably a win.

    The trade-off is every developer being their own distro maintainer, 100s of gigs of duplicate dependencies, broken containers with missing libraries, leaky requirements on the underlying system, and everyone needs to be a security expert to understand all the options in flatseal to expose the right features.

    Also, instead of one distro source, I’ve got at least 3 and I’ve in the last week had to install programs from multiple sources trying to get a functioning version. This feels like the norm rather than an exception.

    Also this week had an app image broken by a requirement on a removed system library outside the app and a flatpak missing a key library forcing me to dig up an old .deb version. The later I lost like 6hrs on because clearly libusb was installed on the system but I didn’t realize I’d installed the flatpak and in wasn’t in the container. Such fun.

    So it’s not really all sunshine and rainbows yet.




  • That’s technically true but not the whole picture since it was missing huge (some would say basic) features I wouldn’t say it was really “released”

    It was quite a while after that they called it and it’s libraries feature of complete. With wm DE integration and multiple monitors coming a while after that, it’s only been in the last maybe 5 years it was really usable? A solid option for a lot of people for maybe half that?

    That makes it pretty dang new.



  • It sounds like a joke but as another senior dev, one of the big lessons I’ve learned is getting really good at capturing all the requests that come in and who approved them.

    It’s a bit of cya, but mostly so I can say “I can change that but it’s not a bug. It’s what was requested for this to do last year. Here’s the discussion” It’s surprising how often that results in “Oh yeah, that was for x. Let’s not touch it.” Or “oh that’s not a quick fix, let me come back with more information” etc