Live data from Hacker News

Show HN: Read Hacker News Like Pinterest – Built with Vuejs

hnews.xyz

61–70 of 111 posts

Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs

#62
Congrats, great concept and delivery!

As feedback, I'm noticing that some thumbnails for specific types of urls (e.g. PDF's and Ask HN) aren't being generated correctly, and just get a solid color. Maybe a static icon representing the type of a particular url (e.g. https://tse3.mm.bing.net/th?id=OIP.Ma1c43eb41218e48366a5dc8a...) would be better to look at?

Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs

#63

Earlier quoted context omitted.

May be you should consider rejecting random urls from your thumbnail generation endpoint. Now I could generate thumbnail of any website e.g. my blog https://hnews.xyz/thumbnail/?url=http://rajeeshcv.com

It's a hard one to do.I agree you can do that now. I'm thinking on a solution, but it's not really easy. Right now I have no solution.

Another solution I can think of is - encrypt the URL with a symmetric key. Decrypt it to generate the thumbnail

Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs

#64
Awesome idea/execution.

One issue with HN that I constantly run into is that I might miss an interesting article because each submission (30 on each page) look so similar. Your approach (where at most 4 articles appear within my browser at once) allows me to take more time to consider whether I should read each article.

Well done!!

Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs

#65
post #7

I really like the concept. Great work! The auto refresh is slightly annoying for me personally but I could live with it :)

It is massively annoying and a huge UX misstep. It just happened to me: I hovered over a story I was interested and could feel the muscles in my hand tensing as I was about to click when suddenly the stories refreshed and I lost the one I was interested in. It made me somewhat irrationally angry, like something was stolen from me.

Do not automatically change content that requires people to read

Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs

#68
post #62

Congrats, great concept and delivery! As feedback, I'm noticing that some thumbnails for specific types of urls (e.g. PDF's and Ask HN) aren't being generated correctly, and just get a solid color. Maybe a static icon representing the type of a particular url (e.g. https://tse3.mm.bing.net/th?id=OIP.Ma1c43eb41218e48366a5dc8a... ) would be better to look at?

Yes, thank you. The pdfs are hard to screenshot. They can consume a lot of memory on load. It's planned to have an icon or something. Right now they are ignored. Thank you for the suggestion

Re: Show HN: Read Hacker News Like Pinterest – Built with Vuejs

#69

This is really nice, well done! One suggestion I might add is that you remove the hover effect from the image. It feels a bit inconsistent maybe? Also not 100% sure about the infinite scrolling. I spend a lot of time on half-working internet and have to refresh the page a lot. Also it means that when scrolling there's a lot of items jumping around on the page, which means you lose your place quite easily.

The jumping around will be addressed. See one of the suggestions in the comments. Regarding infinite scrolling, I have a personal preference for this type of navigation. I consume those on my tablet, and feels natural just to scroll. Thank you for the feedback.
Post reply on HN