• 0 Posts
  • 24 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
    ·
    1 day 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.



  • neclimdul@lemmy.worldtoTechnology@lemmy.worldWhy we don't have 128-bit CPUs
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    2
    ·
    edit-2
    10 days ago

    It was actually 3gb because operating systems have to reserve parts of the memory address space for other things. It’s more difficult for all 32bit operating systems to address above 4gb just most implemented additional complexity much earlier because Linux runs on large servers and stuff. Windows actually had a way to switch over to support it in some versions too. Probably the NT kernels that where also running on servers.

    A quick skim of the Wikipedia seems like a good starting point for understanding the old problem.

    https://en.m.wikipedia.org/wiki/3_GB_barrier










  • Feels like the old php metric. PHP had a ton of great code and successful projects but it also attracted very bad devs as well as very inexperienced devs leading to a real quality problem.

    Honestly kinda see thing in a lot of JavaScript applications these days. Brilliant code but also a ton of bad code to the point I get nervous opening a new project.

    My point? It may be a tough pill but it’s not the project framework that makes projects fail, it’s how the project is run.