Hacker News new | ask | show | jobs
by alanbernstein 2529 days ago
Some good points. 52M is an absurd amount of data for this.

I have to disagree on the scrolling behavior. If you think of the goal as just trying to reproduce static printed content, then sure, scrolling is a "solved problem". But this presentation method is actually a meaningful improvement. Photos for an article are probably the least useful example, but imagine reading a technical article, with diagrams that you want to reference multiple times while scrolling through the text. Or a code tutorial, with code blocks on the right and extensive documentation on the left.

This behavior can probably be achieved with 10 lines of JS and CSS, almost certainly not the case here. But despite the ostensible problems with this implementation, the idea is good, and I'd be happy to see this more often. As long as it's performant, responsive, not full of tracking nonsense, etc.