Avatar

dan

dan@upvote.au
Joined
11 posts • 2.9K comments

Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @dan@d.sb

Direct message

They get around $500 million per year from Google, so $1 billion is just two years worth of that. 86% of Mozilla’s revenue comes from that Google deal.

permalink
report
parent
reply

A better use of your time is to improve documentation. Developers generally hate documentation so it’s often in need of improvement. Rewrite confusing sentences. Add tutorials that are missing. Things like that. You don’t necessarily have to be a good developer or even understand the code of the project; you just have to have some knowledge of the project as an end user.

permalink
report
parent
reply

At least for that we have replacement names that make sense (like primary and secondary or replica).

permalink
report
parent
reply

HTML isn’t compiled, and unknown attributes are allowed. The best practice is to prefix non-standard attributes with data- (e.g. <div data-foo="test">) but nothing enforces that. Custom attributes can be retrieved in JavaScript or targeted in CSS rules.

permalink
report
parent
reply

There’s no winning. Some people use the regular version and complain about the updates, while others use the ESR release and complain that sites that use cutting-edge features don’t work properly.

The solution to updates is to use Linux, since then it’ll update through your distro’s package manager along with your other software.

permalink
report
parent
reply

They’re likely preparing for their funding from Google to be cut. Having a lot of money in the bank doesn’t matter if your income is lower than expenses, since you’ll run out of money eventually.

permalink
report
parent
reply

I wouldn’t mind paying money for a good browser. I paid for Opera back in the day, and browsers are significantly more complex (and cost several orders of magnitude more to develop) now compared to back then.

permalink
report
parent
reply

There’s also a new browser based on Firefox/Gecko called Zen. There’s way too many browsers based on Webkit or Blink.

permalink
report
parent
reply