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

help-circle

  • neclimdul@lemmy.worldtoLinux@lemmy.mlLadybird announcement
    link
    fedilink
    arrow-up
    4
    arrow-down
    8
    ·
    2 days ago

    “I know what a lot of you are thinking” Yeah what about Firefox? “It’s impossible to make a new web engine” Um… No … Probably not that hard really with pretty decent standards these days. Performance JavaScript is probably pretty hard and a lot of the fancier protocols.

    Seriously, what makes you better than Firefox?

    Whatever, another choice isn’t bad I guess.


  • 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.worldtolinuxmemes@lemmy.worldsomeone tell them
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    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.