Live data from Hacker News

Show HN: I made a modern web UI for Hacker News

modernhn.com

41–50 of 203 posts

Re: Show HN: I made a modern web UI for Hacker News

#42
post #39
post #37

Personally the only problem I have with the current UI is that I have to hit the arrow at the bottom to expand for more comments. Kills my ability to CTRL/CMD F and find keywords.

What do you mean by the arrow at the bottom? I don't recognize that.

Correction, I was referring to "X more comments..." like seen on https://news.ycombinator.com/item?id=32755893

I just want all comments to load on page load so I can search easily.

Re: Show HN: I made a modern web UI for Hacker News

#45

It is way less efficient to consume HN with this design, so I won't use it.

There's some overhead, but not much. It basically just parses the underlying HTML as soon as it's loaded, then redraws it with added features.

Also no heavy frameworks used, just basic hand-coded JS + jquery + a few helper libraries (luxon for dates etc)

Re: Show HN: I made a modern web UI for Hacker News

#48
post #42
post #39

Earlier quoted context omitted.

What do you mean by the arrow at the bottom? I don't recognize that.

Correction, I was referring to "X more comments..." like seen on https://news.ycombinator.com/item?id=32755893 I just want all comments to load on page load so I can search easily.

I think this is a relatively new feature - HN used to show all comments, but the feature very frequently caused a lot of load on the servers which would cause HN to go down.

Re: Show HN: I made a modern web UI for Hacker News

#49
post #9

Earlier quoted context omitted.

Yes, just click the "aA" icon to open the settings, and use the bottom slider to adjust the content width.

I really hate how there's no alt tags or anything like that to actually tell you what any of the sliders mean.

Good point, I'll add tooltips to the next version.

Re: Show HN: I made a modern web UI for Hacker News

#50
post #9

Earlier quoted context omitted.

Yes, just click the "aA" icon to open the settings, and use the bottom slider to adjust the content width.

That worked thanks, I would recommend adding a tooltip to explain what that action is doing.

Will do, thanks.
Post reply on HN