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

help-circle
  • Technically it’s not browser tolerance but spec tolerance. It’s built into the html5 spec to tolerate different tags closing and other things invalid in xml.

    This was an important design that grew out of one of the largest failings of xhtml that such failures would make the entire page unrenderable.




  • neclimdul@lemmy.worldtoLinux@lemmy.mlFedora OBS Drama Resolved
    link
    fedilink
    arrow-up
    9
    arrow-down
    3
    ·
    1 month ago

    This whole thing has been kinda wild. Every Linux distro bundles obs linked against their own libraries. Because fedora did it in a flatpak it was suddenly a problem?

    I get developers being frustrated by buggy downstream builds flooding their queue with useless reports. They ain’t got time for it and can’t do anything about it. But this is open source software and obs had a bad take on distributing it IMHO.

    Glad fedora was able to talk it out with them.









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




  • 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