Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)N
Posts
2
Comments
260
Joined
3 yr. ago

  • I've had to entirely wipe my kde config folder enough times because I dragged a widget and created phantom toolbars taking up space I couldn't interact with or completely broken toolbars that I just don't have the patience to use it anymore.

  • Oooooh they were just looking for free labor! Pass

  • Don't know who this person is but I have a hard time taking him seriously calling people children while reading out the emails like I high schooler dishing gossip and dismissing transphobic moderators as a "whoops"

  • So using react will get you fired? I knew it!

  • We had a beagle that ate everything we planted. She hobbled around barely able to walk but would ninja jump through a tiny hole in a garden fence to eat all the greens on the other side and trample all the fresh sprouts. Sure do miss her.

    Rest well best girls.

  • Not specific to AI but someone flat out told me they didn't even run the code to see it work. They didn't understand why I would or expect that before accepting code. This was someone submitting code to a widely deployed open source project.

    So, I would expect the answer is yes or very soon to be yes.

  • Had great luck with polymaker and find they're in the sweet spot of predictable quality and price for me.

  • Seen a small company share a nextcloud server running on a old VMware cluster with 2 cores and like 8g of ram allocated... What are people doing with their nextcloud servers?

  • This sounds like a recipe for malicious compliance if I ever heard it.

  • Some of us remember win modems and their ability to kill your computer by tying your network performance to your CPU usage. Good times...

  • IANAL but I thought removing non-PII mostly boiled down to risk since gdpr has big teeth. With a lot of money on the table and a licence attached to post they may feel it's worth pursuing. They've probably been setting up protections for this for a while.

  • Fwiw, this is not an endorsement of Windows. I strongly believe if most people spent half the time they spent fighting Windows learning Linux they'd never go back.

  • 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.

  • Oh I didn't consider deleting my answers. Thanks for the good idea Barbra StackOverflow.

  • I'm ashamed... It's simply "bump deps"

    Did I also touch some code and tests connected to dependency updates. Yes.

    Did I document any of that? No.

    Did I spend more time writing this comment the thinking about the commit. Most definitely.

    Will I be bisecting to this commit after our next deploy and cursing at myself? Probably.

  • It was the baseline so... Yes?

    The feature completion was defined as running most normal applications and by the people working on Wayland not me some random guy on the Internet.

    Because no one is going to use Wayland, if they can't.... use it

  • 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.

  • You make a good point but I think farmers get to see this thing called the sun. I hear it's pretty neat but I wouldn't know myself.

  • 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