Earlier quoted context omitted.
I wish there were more preteens and teens on the site. By the time someone reaches 20 their ideas are a little stale shaped by the harsh realities of life.
On the other hand, such demographic often comes with a lot of drama
Tell HN: Thank you for not redesigning Hacker News
71–80 of 398 posts
Re: Tell HN: Thank you for not redesigning Hacker News
#72Fonts and upvote buttons could be a bit larger on mobile though imho (my hands are of average size).
Re: Tell HN: Thank you for not redesigning Hacker News
#73I 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.
For Firefox - no extension needed. Press alt to show the main menu. Go to View -> Zoom - then select Zoom Text only.
Now, zoom will only increase font size, instead of the whole page.
Re: Tell HN: Thank you for not redesigning Hacker News
#74HN is lightweight in some ways, but also quite bad in others. For example, every single time you vote on anything, the site sends back a 302 redirect and then a copy of the entire page's HTML in response. This means that every vote results in a response that's usually around 10KB gzipped. As of right now, for me, voting on any comment in this thread currently causes a 14KB response and takes about 1.3 seconds to fini…
Re: Tell HN: Thank you for not redesigning Hacker News
#75I loathe the modern web. Speed is a secondary to "hey look what we're doing with our frameworks".
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…
Re: Tell HN: Thank you for not redesigning Hacker News
#76Re: Tell HN: Thank you for not redesigning Hacker News
#77Re: Tell HN: Thank you for not redesigning Hacker News
#78HN is lightweight in some ways, but also quite bad in others. For example, every single time you vote on anything, the site sends back a 302 redirect and then a copy of the entire page's HTML in response. This means that every vote results in a response that's usually around 10KB gzipped. As of right now, for me, voting on any comment in this thread currently causes a 14KB response and takes about 1.3 seconds to fini…
When reading on an iPad, tapping on links is nearly impossible. A better responsive CSS file wouldn't make the site any slower or degrade the experience for laptop users.
Re: Tell HN: Thank you for not redesigning Hacker News
#79HN is lightweight in some ways, but also quite bad in others. For example, every single time you vote on anything, the site sends back a 302 redirect and then a copy of the entire page's HTML in response. This means that every vote results in a response that's usually around 10KB gzipped. As of right now, for me, voting on any comment in this thread currently causes a 14KB response and takes about 1.3 seconds to fini…
I assume you have JavaScript disabled, right? If so, can you give an example of a similar webpage that doesn’t reload the whole page to reflect your vote?
Re: Tell HN: Thank you for not redesigning Hacker News
#80And I would prefer if "hiding" would be near the voting buttons.