When possible, use open source software that isn’t developed by commercial entities (yes that also disqualifies all real browsers available - maybe Ladybird will be different? But then the specs themselves for the web are so bloated it takes too long to implement them and you have to cut corners).
Thing with for-profit development is that micro-optimizations don’t make fiscal sense. Say it takes 10 seconds for an API call. That’s too long if it’s supposed to be an interactive website! You spend 4 hours getting 9 seconds off by improving multiple problematic methods. Now the next 900 milliseconds? Maybe that’ll take you 10 hours. Fun? Absolutely, I live for that shit. But in most commercial environments this would be considered a waste of time because I could spend it doing something more impactful.
And anything being twice as fast or memory efficient is usually not noticeable. If you’re going to optimize something, it should be at least an order of magnitude. Therefore everything but low hanging fruits often gets ignored. Usually it’s a case of reconsidering your data structures to be able to use better algorithms, or reconsidering the business requirements to get rid of some processing that could be avoided. The former requires architectural insight not every developer has, plus agreement among devs. The latter may require outright navigating office politics to get product team to drop some low business impact feature requirement that has high impact on performance.
you really need people that want to make good software to get good software, i only use foss for the same reason
idk if ladybird will get better performance than the others though, i honestly think it’s a web framework issue more than a browser issue, barebones lightweight browsers like netsurf are perfectly usable on well made sites like the arch wiki
I think everyone wants to make good software, except upper level management that only cares about the money. But in some companies, your boss or your boss’s boss has some kind of feature roadmap and they get their asses chewed off if that is not met.
I honestly think most people WANT to do good work. But ain’t nobody going to work overtime to deliver a better product with unreasonable timelines. Not unless there’s a heavy stock option plan and you’re in a startup where your input actually changes things.
When possible, use open source software that isn’t developed by commercial entities (yes that also disqualifies all real browsers available - maybe Ladybird will be different? But then the specs themselves for the web are so bloated it takes too long to implement them and you have to cut corners).
Thing with for-profit development is that micro-optimizations don’t make fiscal sense. Say it takes 10 seconds for an API call. That’s too long if it’s supposed to be an interactive website! You spend 4 hours getting 9 seconds off by improving multiple problematic methods. Now the next 900 milliseconds? Maybe that’ll take you 10 hours. Fun? Absolutely, I live for that shit. But in most commercial environments this would be considered a waste of time because I could spend it doing something more impactful.
And anything being twice as fast or memory efficient is usually not noticeable. If you’re going to optimize something, it should be at least an order of magnitude. Therefore everything but low hanging fruits often gets ignored. Usually it’s a case of reconsidering your data structures to be able to use better algorithms, or reconsidering the business requirements to get rid of some processing that could be avoided. The former requires architectural insight not every developer has, plus agreement among devs. The latter may require outright navigating office politics to get product team to drop some low business impact feature requirement that has high impact on performance.
you really need people that want to make good software to get good software, i only use foss for the same reason
idk if ladybird will get better performance than the others though, i honestly think it’s a web framework issue more than a browser issue, barebones lightweight browsers like netsurf are perfectly usable on well made sites like the arch wiki
I think everyone wants to make good software, except upper level management that only cares about the money. But in some companies, your boss or your boss’s boss has some kind of feature roadmap and they get their asses chewed off if that is not met.
I honestly think most people WANT to do good work. But ain’t nobody going to work overtime to deliver a better product with unreasonable timelines. Not unless there’s a heavy stock option plan and you’re in a startup where your input actually changes things.