Show HN: I made a modern web UI for Hacker News
141–150 of 203 posts
Re: Show HN: I made a modern web UI for Hacker News
#142Only feedback I have right now (that I haven't seen anyone else mention) is that I'm finding it hard to jump to the next "top-level" comment. If I'm half way down a comment thread and decide I just want to skip the rest of this thread, I'm used to just scrolling down a bit until I see the next top-level comment and I'll read from there. It's easy enough to do in non-skinned HN because the everything is left-aligned, but with the extension I haven't been able to intuit a left 'border' yet and am not sure if it'll ever come to me.
Re: Show HN: I made a modern web UI for Hacker News
#143This is not a critique of the work, I understand that some folk prefer it and that its beautiful work. I _hate_ modern web UIs however. Give me plain old websites that are information dense, with none of the fluff. HN and old.reddit.com are my daily reads. I will be _very very_ sad when old.reddit goes away and I probably will have to go app only (Apollo) when that happens.
Re: Show HN: I made a modern web UI for Hacker News
#144I kinda come here because it doesn't have this :) But this is the good thing about it, people can extend it as they wish.
I love it. I wonder if it's possible to do this by proxying requests to HN instead of a Chrome extension -- that way I don't have to bloat the browser's start-up time and don't have to "worry" about this extension spying on other websites, even though I realize it's unlikely, it's good principle to not have to give this permission.
Re: Show HN: I made a modern web UI for Hacker News
#145The following is not any sort of critique on the author’s work. The design looks quite fresh, in fact. This is merely a tangential observation. Anyone else see the mock-up and think “this looks slow”? Logically, it’s not a defensible inference in the slightest. There’s nothing about this design that would necessitate performance tradeoffs. But that’s the barely-conscious, emotional first impression I had. I wonder if…
I had your exact same reaction. Related story: In my free time I am a coach for a competitive math team, I recently had to design an application to automate multiple choice problem submissions. Nothing stellar, your run-of-the-mill CRUD app. But it was under some interesting engineering constraints: users would have to log in from a variety of devices, phones, tablets, bad chromebooks, etc., possibly on slow cellular…
Re: Show HN: I made a modern web UI for Hacker News
#146Re: Show HN: I made a modern web UI for Hacker News
#147One tweak I hope HN will roll into its own UI: if "HN Can't Process Your Requests This Quickly", then offer a "window.reload()" link. Comes up when I'm opening a bunch of bookmarks at once and maybe there's three or four HN links that open. Same thing as hitting refresh, just a added convenient step.
Re: Show HN: I made a modern web UI for Hacker News
#148Re: Show HN: I made a modern web UI for Hacker News
#149Earlier quoted context omitted.
Ah ok. Actually we've mostly turned pagination off lately because recent performance improvements (not the big ones - those are still coming!) made it possible. But I forgot to turn it off when I restarted the server today, and with the big QE thread burning hot at the moment, we should maybe wait a while. I agree that it's annoying and it will be a happy day when we can turn it off properly.
oh, that's great news. pagination always got in the way when tracking new comments because when switching to the next page the order of the comments may have changed, and i see comments on the second page which i already read on the first, and i wonder which comments i am missing because they moved from the second to the first page by the time i switch pages.
Re: Show HN: I made a modern web UI for Hacker News
#150Earlier quoted context omitted.
I love it. I wonder if it's possible to do this by proxying requests to HN instead of a Chrome extension -- that way I don't have to bloat the browser's start-up time and don't have to "worry" about this extension spying on other websites, even though I realize it's unlikely, it's good principle to not have to give this permission.
There's [Hackerweb]( https://hackerweb.app/ ) which uses the HN API and does some clever stuff delegating to a webview.