Show HN: Hacker News front page in the style of a print newspaper
101–110 of 142 posts
Re: Show HN: Hacker News front page in the style of a print newspaper
#102Re: Show HN: Hacker News front page in the style of a print newspaper
#103Wow. I thought this would just be gimmicky, but I kind of... almost actually like it better than the main HN page. Having text snippets from the first paragraph, and an image, give me waaay more information as to whether something's interesting enough to click. This is really, really nice. A bunch of random thoughts, hopefully it's useful feedback: - I don't care about it looking like a "paper", but I love the grid v…
Re: Show HN: Hacker News front page in the style of a print newspaper
#104To me, the best thing about HN and Reddit is being able to efficiently skim through many article titles at once, without judging; writing style or image quality.
Re: Show HN: Hacker News front page in the style of a print newspaper
#105Earlier quoted context omitted.
Progressive enhancement! CSS isn’t quite up to the task of arranging things the way I wanted so I’m using Masonry.js for layout. (This is also why there’s a progress bar while the page loads—it needs to wait for all the images so Masonry knows how much space everything takes. I’d like to cache the images and pre-specify their sizes but haven’t gotten to it yet.)
For whatever it's worth, on mobile I think I'd prefer it without images, or maybe just a select few images throughout the page. The page just feels too long. I'm not sure what a good way would be to pick out which to show though. But I really like this! I'm excited to try it on desktop in a bit.
Re: Show HN: Hacker News front page in the style of a print newspaper
#106sad there isn't an infinite recursion of the paper showing this page in an article. It's just one deep.... but maybe if we can get this towards the #1 spot....
Normally this would cause a bug where the page would never load as it's waiting for the infinite recursion to finish.
There must be some time limit set on the headless browser that just converts the page to a screenshot once the time limit threshold has crossed.
Makes sense given the fact that there's probably no way to determine whether or not a website has "finished" loading anyway.
Re: Show HN: Hacker News front page in the style of a print newspaper
#107Re: Show HN: Hacker News front page in the style of a print newspaper
#108Re: Show HN: Hacker News front page in the style of a print newspaper
#109Re: Show HN: Hacker News front page in the style of a print newspaper
#110Great job! what is your GitHub repo? I want to play with this later
Patches welcome!