Earlier quoted context omitted.
Webdevs don’t seem to have much of a user-centric view of the sites they develop. The vast majority of use cases on the web are “I want to see a list of options then fill in a form”. All the tech needed to shop online or bank or pay bills or book travel or whatever existed 20 years ago (SSL being the last piece of the puzzle, all the rest is just plain HTML).
If form controls like select lists and checkboxes were style-able and compose-able I think it would reduce the need for JS in many cases. Multi select in particular feels like it's stuck in the 90's. Also select's lack of consistent search capabilities is painful.
Firefox has lots of room to improve if it wants to beat Chrome
341–350 of 401 posts
Re: Firefox has lots of room to improve if it wants to beat Chrome
#342Earlier quoted context omitted.
Using the word schizophrenic like that contributes to the stigma associated with psychotic mental illness. It is ableist to use a disability you don't have as a metaphor.
So the censorship of how we are allowed to speak has arrived to HN?
Corporations acting like dictators. Makes you feel all nice and warm, doesn't it?
Re: Firefox has lots of room to improve if it wants to beat Chrome
#343Everyone's talking about what Firefox should do to beat chrome, and meanwhile here I am still suffering the bug that makes it unusable for many MacBooks with retina screens set to "more space". Start Firefox and fans are blaring in seconds, hundreds of reports, years of waiting and no solution... Maybe making it usable in one of the most common devices for devs would be a start, I've got a full building of coworkers…
The solution is to rebuild Firefox to use Core Animation to draw the window contents and then send only changes to that content to the graphics compositor after that instead of using the long deprecated OpenGL implementation it currently uses that repaints the whole screen over and over, so it's hardly surprising to see such a massive change take quite a while to implement. The earliest changes in this process have f…
Are you involved in the fix? If so, do you have a rough ETA for the remaining changes?
Re: Firefox has lots of room to improve if it wants to beat Chrome
#344Also, Firefox sends analytics/telemetry to Google - https://twitter.com/jonathansampson/status/11658588961766604...
Very strange decision for competing products, don't you?
Re: Firefox has lots of room to improve if it wants to beat Chrome
#345Earlier quoted context omitted.
Fully agree, plain old cached SSR with a little sprinkle of JavaScript when it really matters.
The thing is too, anyone can do that. HTML forms are easy, generating HTML is easy. There just doesn’t need to be any webdevs, the dedicated role doesn’t need to exist. No amount of trying to rebrand themselves as “full stack engineers” will save them when that realisation dawns on the people paying their over-inflated salaries!
Re: Firefox has lots of room to improve if it wants to beat Chrome
#346Earlier quoted context omitted.
> I don't understand how Mozilla has over a thousand employees and over 500 million dollars in annual revenue. Mostly agree. > The whole point of Mozilla is supposed to be Firefox and Thunderbird. I can understand your view. With that said, I am quite happy they funded Rust and also gave a grant to the Godot project to develop their webassembly interface.
I'm not sure it's possible to put a price on Rust (probably in single-digit millions so far), but that Godot grant was $50k. That's pocket money for a $500m org.
Re: Firefox has lots of room to improve if it wants to beat Chrome
#347I haven't really met anyone who is particularly bothered by these issues. They certainly should be addressed to some degree, but the issues I find people are bothered about in Firefox are something that Mozilla has very little control over: Bugs in sites. As a full-time firefox user, I commonly find that sites have bugs, and when I boot it up in Chrome just to check my hunch, they don't manifest. It's pretty easy to…
I use Firefox all the time and use it for web development. But modern frontend stack - with the whole pile of transpilers, uglifiers, and what not - is almost unusable with Firefox, because source maps don't work with Webpack. https://github.com/webpack/webpack/issues/1194 This put me in a position where I had to choose between switching to Chrome for development or not using Webpack that comes nicely integrated into…
Re: Firefox has lots of room to improve if it wants to beat Chrome
#348Earlier quoted context omitted.
Can you cite this? I'm collecting a laundry list of reasons Google has degraded the web, and this is certainly evidence.
If you go back in time far enough, Google has improved the web exponentially more than it has harmed it.
Re: Firefox has lots of room to improve if it wants to beat Chrome
#349Earlier quoted context omitted.
Webdevs don’t seem to have much of a user-centric view of the sites they develop. The vast majority of use cases on the web are “I want to see a list of options then fill in a form”. All the tech needed to shop online or bank or pay bills or book travel or whatever existed 20 years ago (SSL being the last piece of the puzzle, all the rest is just plain HTML).
If form controls like select lists and checkboxes were style-able and compose-able I think it would reduce the need for JS in many cases. Multi select in particular feels like it's stuck in the 90's. Also select's lack of consistent search capabilities is painful.
Re: Firefox has lots of room to improve if it wants to beat Chrome
#350I haven't really met anyone who is particularly bothered by these issues. They certainly should be addressed to some degree, but the issues I find people are bothered about in Firefox are something that Mozilla has very little control over: Bugs in sites. As a full-time firefox user, I commonly find that sites have bugs, and when I boot it up in Chrome just to check my hunch, they don't manifest. It's pretty easy to…