Live data from Hacker News

Tell HN: Thank you for not redesigning Hacker News

news.ycombinator.com

221–230 of 398 posts

Re: Tell HN: Thank you for not redesigning Hacker News

#221

I wish HN had a "search" button but it's OK to search through Google. I hope they will never change the design forever. It reminds me of the BBS which I still logs on through Cterm these days.

Footer. Also DDG !hn If DDG is your default browser, you can run that in the navbar. Which I do all the damned time.

Using that takes me to "This page will only work with JavaScript enabled"

https://hn.algolia.com/?q=thinkpad

So not nice!

Re: Tell HN: Thank you for not redesigning Hacker News

#222

I love hearing stories about people choosing to forego large frontend frameworks, or even not using JS altogether. Is there a community or name for this? If not, I'm going to call it #neverscript. I find the web works far better, more often, for me when SPAs and JS aren't used. There's something about minimalistic sites that's very appealing to me. I know it doesn't work for all sites, but a lot of the web could be i…

I have a hobby webcomic, and it made me realize how little code you need for any website. Works great on any device and it is 2mb. That 2mb is the actual comic page. It has every navigation and contact button you could want. And I believe it is about 80 lines of html total.

Boggles my mind how bloated and down right creepy the modern web is today.

A webcomic is a far cry from some main stream site, but it served as a good window into how others abuse their viewers with bloat and surveillance.

Re: Tell HN: Thank you for not redesigning Hacker News

#223
You can always use a terminal based browser like lynx, it’s also a way for me to often bypass some stupidly implemented paywalls. The elegance and speed of those browsers cannot be overstated in the world of unwanted garbage (embedded videos, 9 billion auto-refreshed ads, etc) on sites like CNN or most news sites.

Re: Tell HN: Thank you for not redesigning Hacker News

#224
post #78

Earlier quoted context omitted.

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.

What do you mean? Haven't had that issue. Am on desktop version, unsure if mobile exists

I always accidentally log out when I try to click on my username in iOS.

Re: Tell HN: Thank you for not redesigning Hacker News

#225
post #148

A while ago I managed to open HN on a Nokia 3310 classic. It crashed eventually (not surprising given the minuscule amount of RAM this device has), but the front page was visible long enough for me to read some of the titles.

Fun fact: you can use Hacker News on an Apple Watch, and it’s not even that horrible.

- Sent from my Apple Watch

Re: Tell HN: Thank you for not redesigning Hacker News

#226
post #39

I personally believe this is one of the couple reason why HN's demographic is significantly on the older side, in Tech terms. I personally wish HN attracted a bit of a fresher, younger crowd as the conversation here has become more stale over the last few years.

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.

I have found that many people online are not necessarily forthcoming with their age. Hacker News might have more people of that demographic than you think it does.

Re: Tell HN: Thank you for not redesigning Hacker News

#229
post #208
post #197

Earlier quoted context omitted.

You'd need some frontend code to hide the upvote icon though.

That frontend code already exists and does that every time you vote (line 27 of https://news.ycombinator.com/hn.js ). The response content isn't used for anything at all.

Nice! I hadn't actually looked at the code before writing my comment. That does seem relatively trivial, so I stand corrected. I didn't realize the clientside code was discarding the response; I sorta naively assumed it was doing a DOM replacement or something equally straightforward.

What a pleasantly tiny script file. More site code should be this easy to read.

Re: Tell HN: Thank you for not redesigning Hacker News

#230
post #57

HN 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…

Seriously, this is not an issue.
Post reply on HN