Live data from Hacker News

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

hnews.xyz

21–30 of 111 posts

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

#21

Wow - it actually made "new" look interesting to me. When I look at "new" on classic HN, the "0 point 0 comments" and expectation of low quality means I rarely click anything. This drew me into interesting articles I would not otherwise read. Great - very valuable! The title is nearly always visible on the rendered page. The overlayed title adds a lot of extra noise that is spoiling the browsing experience for me. Ca…

Thank you for the feedback. Noted down the feedback. I agree with you regarding the extra information. I will probably make it on hover. The title might be necessary, because it's not always visible in the screenshot. Regarding the refresh topic i want to have it for the people that want to keep the tab open, and always get the new news, but would be a good idea to have it optional.

If you wan to contribute, you can use the https://github.com/valentinvieriu/visual-hacker-news ( still old version there )

Thank you

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

#22
post #20

Nice work. I had a similar idea, but to show just the first comment of each post, probably in the same index page or when hovering the link. I find it useful to read the first comment when the title is not very descriptive. Probably using Riot.js , or just a bookmarklet with javascript

Thank you. Comments are available if you want. Just click the comments link

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

#24

Wow, this is nice, giving a different view to HN. Perhaps 3 columns on larger viewport? Good work!

it is responsive. IF it does not fit your screen try pressing [ ctr + - ]/[ mac + - ] one or two times. I don't want to rescale images, because on such long list have an impact on scrolling. That's why I've decided not to allow them to rescale.

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

#25

hah, I literally had this exact idea this morning - I was even going to use vue.js! there goes my january project =/

you can contribute back to this project. Will be on github https://github.com/valentinvieriu/visual-hacker-news

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

#28
post #27

Hi, great idea! I was wondering if you have plans to save the scroll position when transitioning back from an article's comments. It can definitely become my default HN client. Edit: oh never mind, it's working now. Weird.

Hehe.The bug is only for the first time. I cannot figure out why. When you are doing this second time, keeps the scroll. Actually was not a trivial issue. It's quite a hard on to do on a infinite scroll page.
Post reply on HN