Most active commenters
  • tessierashpool(3)

←back to thread

271 points nimbusega | 22 comments | | HN request time: 0.435s | source | bottom
1. jgrahamc ◴[] No.42065305[source]
This doesn't look like a print newspaper. Print newspapers are much denser (in general) and have different headline sizes to emphasize the editor's choice of stories. This looks like a corporate blog home page or something. Some people will like this presentation; I'm pretty happy with HN as it is. But congratulations on shipping!
replies(7): >>42066032 #>>42066131 #>>42066435 #>>42066945 #>>42068716 #>>42069330 #>>42072822 #
2. SoftTalker ◴[] No.42066032[source]
For the rest of the news in a more HN-like format (at least at the top level) you might like https://lite.cnn.com/
replies(2): >>42066282 #>>42066384 #
3. MichaelZuo ◴[] No.42066131[source]
Yeah… it’s really just not plausible at all…
4. Bluecobra ◴[] No.42066282[source]
Also this site works great in text browsers like Lynx.
replies(1): >>42067717 #
5. minkzilla ◴[] No.42066384[source]
https://text.npr.org is also a text only version of npr
replies(1): >>42067334 #
6. nimbusega ◴[] No.42066435[source]
Thanks for the feedback! Print newspaper's have curation, which this lacks. I guess the main thing it takes from newspapers is the image and blurb that help give you a preview of the story.
replies(1): >>42066831 #
7. dangoor ◴[] No.42066831[source]
There is a form of curation on HN and "editorial judgment" on HN and that's in the points a post has. A closer approximation of a newspaper would be possible by looking at the points of a post and maybe comparing that to other posts and then sizing headlines appropriately based on how "important" the HN community sees a given story.
replies(3): >>42066964 #>>42067024 #>>42070638 #
8. tessierashpool ◴[] No.42066945[source]
I agree, but I'm biased. I built basically the same app as OP back in 2009 and it had different headline sizes like a newspaper:

https://github.com/gilesbowkett/hacker_newspaper/blob/master...

I kept it running for 5 or 10 years but eventually let it die.

edit: I'm not hating on OP btw. their version has pics, which mine doesn't. just agreeing that I believe the visual hierarchy inherent to newspaper title design is an important benefit of the format.

replies(2): >>42067145 #>>42070151 #
9. tessierashpool ◴[] No.42066964{3}[source]
this is exactly how my 2009 version (in my previous comment) chose to size and space its headlines
10. nimbusega ◴[] No.42067024{3}[source]
Yes, I agree. I think I will change the design to have a hierarchy.
11. lysace ◴[] No.42067145[source]
> the visual hierarchy inherent to newspaper title design is an important benefit of the format

Agreed. This is also why old-school print design product catalogs often had superior presentation compared to today's web UIs for browsing hierarchically organized products. Everything is given the same visual weight and is formatted the same way.

Anyway, improving on what you did with the tooling that's easily available in 2024 but wasn't in 2009 seems like a fun challenge.

replies(1): >>42067773 #
12. aegypti ◴[] No.42067334{3}[source]
I remember using both this and cnn lite 8 years ago quite a bit right around this time, cool to see they’re still going strong.
13. jzombie ◴[] No.42067717{3}[source]
Lynx wrapped in Docker:

https://github.com/jzombie/docker-lynx

14. tessierashpool ◴[] No.42067773{3}[source]
yeah, digging up that screenshot (and the repo) really made me realize how primitive this solution was. it was also a very basic implementation of the whole headline sizes concept.

there was an app called Flipboard at the time which did something similar, but for different news sources, although its model of interactivity was a bit more gimmicky than the endless scroll. (which, for all its faults, is really simple and easy to use.)

15. yaj54 ◴[] No.42068716[source]
are there any good online designs that actually look like a print newspaper, with the features you describe?

I've wanted to take a stab at it because I think it would be "neat" but haven't actually found any good reference implementations.

also seems like with almost everyone on mobile it's just not worth it.

replies(2): >>42069671 #>>42069718 #
16. aurbano ◴[] No.42069330[source]
That's a great observation actually! They should've made the design do that automatically based on story ranking
17. llm_trw ◴[] No.42069671[source]
Papers only work because they know exactly what the view portal is and can design the layout relative to that. Unless you have an a3 sized screen this will not work very well online.
replies(1): >>42070031 #
18. 2big2fail_47 ◴[] No.42069718[source]
i think the nytimes landing page does a good job at looking and feeling like an analogue newspaper
19. 1123581321 ◴[] No.42070031{3}[source]
You can achieve some of the proportions with vw and vh units inside the article and column containers. Much of the effect comes from nicely laid out columns more than how many columns wide is your digital broadsheet, so the aesthetic scales okay on smaller screens. On mobile screens it’s just nice-looking individual columns.
20. efilife ◴[] No.42070151[source]
Yours is much better, exactly how I envisioned it to be
21. TheSpiceIsLife ◴[] No.42070638{3}[source]
The other form of curation is place on the front page.

That's probably closer to the editors choice in the context of HN.

22. bryanrasmussen ◴[] No.42072822[source]
Looking at the code everything is absolutely positioned, I would have expected to get a newspaper like flow to use Multi-column Layout