Live data from Hacker News

Show HN: Hacker News client with a twist

haxplore.pabue.co

61–70 of 246 posts

Re: Show HN: Hacker News client with a twist

#62
post #12
post #2

Haxplore is a little web app I created because I didn't like to click around the HN interface to read submission and discussions. I also wanted to experiment with different ways of implementing keyboard control in web apps and HN seemed like the perfect test subject. So maybe it's useful for some of you too. The most important features are: - Intuitive keyboard control - Link detection in comments with hotkeys to ope…

brilliant work, please do twitter next very addicting

Twitter already has keyboard navigation

Re: Show HN: Hacker News client with a twist

#64
post #2

Haxplore is a little web app I created because I didn't like to click around the HN interface to read submission and discussions. I also wanted to experiment with different ways of implementing keyboard control in web apps and HN seemed like the perfect test subject. So maybe it's useful for some of you too. The most important features are: - Intuitive keyboard control - Link detection in comments with hotkeys to ope…

Really nice, bravo

Re: Show HN: Hacker News client with a twist

#65
post #33

Earlier quoted context omitted.

It appears the whole point of this site is the keyboard navigation. If you don't like it, just use Hacker News.

Yes, but "enabling keyboard navigation" shouldn't mean disabling mouse based navigation. There are multiple people on this thread who are confused because of disabled scrolling which shows that it's bad UX. > If you don't like it, just use Hacker News. Yes, I will not be using this site. Just giving my feedback and opinion on the UX just like you.

> Yes, but "enabling keyboard navigation" shouldn't mean disabling mouse based navigation

If someone shows me a project for keyboard navigation, I won't complain that there is no mouse navigation, as that would go against the very nature of the project.

> Yes, I will not be using this site. Just giving my feedback and opinion on the UX just like you.

But you're not actually giving any useful feedback on the UX the person has implemented, you're giving feedback towards some UX that doesn't exist and won't exist as it's outside the scope of the project.

It's like someone showing you that they built a car for themselves, and your first comment is "but does it float in the sea?". No, of course it doesn't float, it's not a boat.

How is that useful feedback to this project?

Re: Show HN: Hacker News client with a twist

#67

Wow this is really cool and well designed. Sorry for this simple question but what did you use to get the nice sliding like animation? Is that intentional or just a result of updating the currently selected article?

Thank you very much!

Good question. The content part is actually moved left and right using CSS transforms. The sliding animation is just a result of adding a transition for this property.

Hope this helps. Otherwise just ask ;)

Post reply on HN