Earlier quoted context omitted.
You have installation instructions for Firefox, which has like a 5% market share, yet you don't have instructions for chrome. That cracked me up
Chrome removed that functionality a few years ago: https://www.reddit.com/r/chrome/comments/1ymfgw/user_stylesh... (The comment there that removing this "is going to help increase speed significantly in the future" is pure BS. If anything, user stylesheet functionality was handled in native code --- just adding another CSS to the page --- which makes it far more efficient than going through the whole JS/extensions ro…
Hacker95.css – Make Hacker News look like Windows 95
81–88 of 88 posts
Re: Hacker95.css – Make Hacker News look like Windows 95
#82Earlier quoted context omitted.
You have installation instructions for Firefox, which has like a 5% market share, yet you don't have instructions for chrome. That cracked me up
You made fun of Firefox. That cracked me up
Re: Hacker95.css – Make Hacker News look like Windows 95
#83Earlier quoted context omitted.
Win2000 was the most perfect and least buggy Windows version of all time.
It didn't seem buggy at the time but you wouldn't want it on the public internet with all its security bugs. It would be nice if Microsoft just backported security improvements and other kernel type stuff without messing with UI.
Re: Hacker95.css – Make Hacker News look like Windows 95
#84Earlier quoted context omitted.
It didn't seem buggy at the time but you wouldn't want it on the public internet with all its security bugs. It would be nice if Microsoft just backported security improvements and other kernel type stuff without messing with UI.
Of course but the problem with updates is that you can never only get security updates... You have to get "feature enhencements" too... It would be nice to have 2 branches.
For all the criticisms of UAC or the Win8+ app store I would sooner trust a sandbox on recent windows than I would on Win2k. Even the XP SP2 era had huge security re-vamps that Win2k never got.
And there are performance things. I happen to know that Win32 message pumps have a better locking scheme on Win7 than they did in 2k.
The issue is in order to get enhancements in the lower layers you get forced into other bloat higher up.
Disclaimer, I spent a few years as a dev on the Windows team.
Re: Hacker95.css – Make Hacker News look like Windows 95
#85Earlier quoted context omitted.
Function over form. I don't think this is a bad thing, HN doesn't need to be any more advanced, it does its job really well as is.
It would be nice if it supported markdown, though.
Aside that anything like making the site full of JS for more functions would be a no from me. :-)
Re: Hacker95.css – Make Hacker News look like Windows 95
#86Earlier quoted context omitted.
You made fun of Firefox. That cracked me up
Heres a fun Firefox fact. Firefox handles audio/media files differently than chrome. Since it has a small market share, it becomes a rather annoying lose-lose: either spend a bunch of time to support Firefox for the ~20 people that will access your site using Firefox, or you don't support Firefox.
Re: Hacker95.css – Make Hacker News look like Windows 95
#87Re: Hacker95.css – Make Hacker News look like Windows 95
#88Earlier quoted context omitted.
Heres a fun Firefox fact. Firefox handles audio/media files differently than chrome. Since it has a small market share, it becomes a rather annoying lose-lose: either spend a bunch of time to support Firefox for the ~20 people that will access your site using Firefox, or you don't support Firefox.
It's a shame that laziness is more important than interoperability. Part of the life of frontend or webdev is dealing with compatilibity issues, and it has been that way since forever. If you got into this biz thinking you could do that work and avoid those problems you thought wrong.