Live data from Hacker News

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

modernhn.com

191–200 of 203 posts

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

#191

Finally, I use HN exclusively through glider on android, because the Website is less than stellar tbh. I like the modern UI for Wikipedia too, it would be great if you can make it work on Wiktionary.org too! A note, the wikipedia extension doesn't work on non-engoish versions of Wikipedia, for example de or ar.Wikipedia.org Unfortunately it doesn't seem to be open source, a big nono with browser extensions It would b…

Yes, lack of source makes this difficult to trust.

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

#192
post #30

I kinda come here because it doesn't have this :) But this is the good thing about it, people can extend it as they wish.

To be fair, I wish HN had a substantially bigger font, for phone reading. That's about my only complaint. Oh, and way bigger links for my big thumbs

Number one should be larger up/down buttons. Not much larger, but just big enough.

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

#195
post #173

Do you accept feature requests/think this might be a good idea? I've been thinking about creating this + adding https://github.com/mozilla/readability to grab the links that are text articles and present them in-page (and cleaned up, just the text+images+similar, removing all the sidebars, popups, etc) instead of having to go to a 3rd party website with all the popups and such. It'd have to be either a personal websi…

It's a nice idea! One consideration would be how to grab the html of the pages. In my experience, using either fetch() or an ajax request often runs into problems with CORS etc on the destination site blocking the request. Maybe there's a better way someone knows for extensions to grab remote html without running into these problems? The alternative would be for the extension to grab the html via API from a crawler r…

Yes, I'm pretty sure (but not 100%) that extensions normally can avoid CORS/same-origin/etc issues.

> The alternative would be for the extension to grab the html via API from a crawler running on a server

Oh like 'https://myplainwebsite.com/parse?url=https://example.com/doc...'

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

#197
post #173

Do you accept feature requests/think this might be a good idea? I've been thinking about creating this + adding https://github.com/mozilla/readability to grab the links that are text articles and present them in-page (and cleaned up, just the text+images+similar, removing all the sidebars, popups, etc) instead of having to go to a 3rd party website with all the popups and such. It'd have to be either a personal websi…

It's a nice idea! One consideration would be how to grab the html of the pages. In my experience, using either fetch() or an ajax request often runs into problems with CORS etc on the destination site blocking the request. Maybe there's a better way someone knows for extensions to grab remote html without running into these problems? The alternative would be for the extension to grab the html via API from a crawler r…

So I just launched this inspired on our brief conversation! :)

https://content-parser.com/

You can parse any URL into markdown with `https://content-parser.com/markdown?url={encodeURIComponent(...}`.

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

#198
Great job, thank you! Installed it at once and trying to use. Was not obvious how to reply at first glance, but I managed in a couple of minutes)

Please consider adding some kind of comment's depth indicator. My most frequent action on long threads is "stop reading the rest and move to next top-level comment". If previous top level comment is beyond top of the screen - I just scroll down looking for minimal indent. With your centered design it is impossible. A thin line by the left side of text column wuld be enough, or you may go further and add some dots or pictograms on the left of each comment. Just a suggestion.

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

#200
post #30

I kinda come here because it doesn't have this :) But this is the good thing about it, people can extend it as they wish.

To be fair, I wish HN had a substantially bigger font, for phone reading. That's about my only complaint. Oh, and way bigger links for my big thumbs

I zoom in via my phone’s browser and it works well
Post reply on HN