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

help-circle




  • Being as this is very similar to the apple epic legal fight that epic lost earlier this year, I doubt apple will make a deal. My understanding is that patreon can cave, choose to pay 27% commission, or make their own store.

    Though skimming the news around epic’s attempts to make a store, you “can” make a store in compliance with EU and UK laws, but apple made it kinda impossible to actually do and epic is fighting it in court again?

    So patreon seems to have read the lay of things and said I guess we just have to make the best of a shitty situation and communicate everything to try to limit the pain.

    It’s almost like apple feels like they have the power to do whatever they want because they’ve created a market where they don’t have competition…








  • neclimdul@lemmy.worldtoLinux@lemmy.mlLadybird announcement
    link
    fedilink
    arrow-up
    4
    arrow-down
    8
    ·
    2 months 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.


  • Once we had a “sr developer” join a project from a consulting group. The project wasn’t going well so me and another dev started helping with some tasks as well.

    After a couple days of helping, trying to get his web application to work with data from an API he turns to us and says “oh, json is just a string.”

    The other developer from our team stared at him for a few seconds, stood up, walked out of the room and told the project manager something along the lines of “if that guy ever comes back in the building I’ll quit”

    So yeah, json is just a string… But if that’s the end of your knowledge you’re in for a bad day.


  • 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
    10
    arrow-down
    2
    ·
    4 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.