Imagine that combined with this: https://onezero.medium.com/the-morning-paper-revisited-35b40...
Show HN: A Reddit reader that looks like the frontpage of a print newspaper
91–100 of 129 posts
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#92It’s very interesting from a psychological standpoint: the current front page headline (for me?) is “Planets and dwarf planets to scale in size, rotation speed, axial tilt and oblateness (numbered in distance order from Sun)” If I were reading this on /r/dataisbeautiful, I’d immediately parse and grok the headline just fine. But with this, my mindset was on the reporting of actions or events and I read “to scale” as…
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#93Earlier quoted context omitted.
It actually does handle errors properly -- the reddit api is probably blocked for you, which is why it hangs and can't do anything. I suppose I could have added a "it seems we can't reach Reddit" kind of message, but that would still have been an error state, and in rushing this out in an afternoon it wasn't much of a priority. Didn't realize until posting here that apparently Firefox blocks the reddit api from the b…
It doesn't load for me in Chrome either. In the function fetchRedditStories , it looks like that the callback param in the catch is named `e`, but it tries to log `error`. Checking the network panel I'm getting a 200, but I'm pretty sure it's failing anyway because of the ReferenceError
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#94Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#95Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#96The Same Origin Policy disallows reading the remote resource at https://api.reddit.com/r/dataisbeautiful/hot?limit=25 . (Reason: CORS request did not succeed). The resource at “ https://api.reddit.com/r/dataisbeautiful/hot?limit=25” was blocked because content blocking is enabled. ReferenceError: error is not defined MacOS, Firefox 77.0.1
I had to disable Firefox's Enhanced Tracking Protection for the site in order for it to work. (GNU/Linux, Firefox 77.0.1)
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#97It’s very interesting from a psychological standpoint: the current front page headline (for me?) is “Planets and dwarf planets to scale in size, rotation speed, axial tilt and oblateness (numbered in distance order from Sun)” If I were reading this on /r/dataisbeautiful, I’d immediately parse and grok the headline just fine. But with this, my mindset was on the reporting of actions or events and I read “to scale” as…
You're right. It works great with NotTheOnion for example: https://unim.press/#nottheonion
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#98The Same Origin Policy disallows reading the remote resource at https://api.reddit.com/r/dataisbeautiful/hot?limit=25 . (Reason: CORS request did not succeed). The resource at “ https://api.reddit.com/r/dataisbeautiful/hot?limit=25” was blocked because content blocking is enabled. ReferenceError: error is not defined MacOS, Firefox 77.0.1
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#99The hyphenation on the center-spread column doesn't look great, leaving big whitespace gaps in justified text. In my experience, "hyphens: auto" in browsers doesn't work well at widths smaller than 80ch. The "center-spread" column is currently set to width: 600px, approximately 67ch. Changing it to width: 80ch looks much, much better, in my opinion. I also suggest adding the Safari variant, "-webkit-hyphens: auto", a…
It’s really sad how much typesetting and font rendering has taken a backseat since the 80s and 90s. It seems like just yesterday the race was about finding the optimal algorithms for typesetting text to avoid rivers, have aesthetically pleasing ragged or justified text, tweak word breaking heuristics to avoid local optima that give poor overall results, etc and coming up with fonts that were hand-hinted and carefully…
And even then it is getting better, the modern CSS can do things Word can't (notably all small caps and old style figures).
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#100It's just awesome! I'm so tired of feed-like layouts, they are not for humans.