Earlier quoted context omitted.
Modern front-end toolsets are finally starting to address this by using automated critical css, SSR + "hydrating" on load for interactive elements, webpack treeshaking + chunking of assets into tiny js/css files and only loading code based on what the page/routes asks for, PurgeCSS to get rid of unused css, cssnano/uglify/htmlmin/imagemin, etc. Webpack and these various popular tools has done a lot to make the web be…
> news sites It's really a sad state of affairs when an industry with such a strong historical connection with publishing is now reasonably cited as an industry worse at publishing than most others.
Tell HN: Thank you for not redesigning Hacker News
41–50 of 398 posts
Re: Tell HN: Thank you for not redesigning Hacker News
#42I wish they would update the line-height to something more reasonable. ~1.5x font size would be go a long way in paragraph readability. Other than that, it's fast and stable. About all I require from a forum. Edit: All my lovely responders, I appreciate the feedback, but I don't want to install addons/mods/hacks to fix line-height.
i recently started keeping dev tools's console open when i am using chrome. i have some JS to collapse comments here on HN.
i have seen some interesting things in the console, i just keep it opened now:
- some sites have st tons of JS errors and yet function as normal
- some companies put job ads in there for JS people (medium is doing it right now)
- some libraries show off their awesome ASCII logos in the console
- debug statements are left there unintentionally (i wonder if there is no tool that could strip these out)
Re: Tell HN: Thank you for not redesigning Hacker News
#43Re: Tell HN: Thank you for not redesigning Hacker News
#44Re: Tell HN: Thank you for not redesigning Hacker News
#45Re: Tell HN: Thank you for not redesigning Hacker News
#46I loathe the modern web. Speed is a secondary to "hey look what we're doing with our frameworks".
Re: Tell HN: Thank you for not redesigning Hacker News
#47There should be an extension that automatically redirects common websites to their lite versions. reddit.com -> old.reddit.com facebook.com -> mbasic.facebook.com cnn.com -> lite.cnn.com npr.org -> text.npr.org twitter.com -> twitter.com (with JS disabled) gmail.com -> gmail.com (HTML version)
Re: Tell HN: Thank you for not redesigning Hacker News
#48I wish they would update the line-height to something more reasonable. ~1.5x font size would be go a long way in paragraph readability. Other than that, it's fast and stable. About all I require from a forum. Edit: All my lovely responders, I appreciate the feedback, but I don't want to install addons/mods/hacks to fix line-height.
my default zoom is 150%. this breaks a lot of websites. but maybe they don't care about accessibility anyway. like OP said, i have not had any issue with HN for years. i recently started keeping dev tools's console open when i am using chrome. i have some JS to collapse comments here on HN. i have seen some interesting things in the console, i just keep it opened now: - some sites have s t tons of JS errors and yet f…