Show HN: A Reddit reader that looks like the frontpage of a print newspaper
41–50 of 129 posts
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#42This is really cool! As a suggestion, you may want to add in a toggle for zoom. On my computer the site looks perfect at 67%. But this is really great work! Great idea and really cool! Good work! Regards, Peter @ Oeck.
Yeah, the zoom definitely changes the experience. I tried to strike a good balance between the layout being big enough to read somewhat comfortably, while small enough to see the overall "newspapery" layout, and 1200px wide by default is what I ended up settling on. Of course users I think can zoom in and out on their own if they prefer another size, like you did.
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#43Browsers don’t hyphenate, so avoid justified text on the web.
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#44Please do not use justified formatting for text unless you can hyphenate it. Otherwise you end up with large chunks of white space between the words, especially in narrower (then 6070 characters) columns. Browsers don’t hyphenate, so avoid justified text on the web.
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#45Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#46And an option to "turn the page" for more content from the select subreddit would be even cooler!
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#47Please do not use justified formatting for text unless you can hyphenate it. Otherwise you end up with large chunks of white space between the words, especially in narrower (then 6070 characters) columns. Browsers don’t hyphenate, so avoid justified text on the web.
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#48How long did it take for you to build it? And did you already know the backend tech in order to speed up development?
6 hours -- I had the idea this morning and started at around 2PM (first commit on GitHub). Finished at around 8PM. The app is all client-side, so I didn't have any backend need. The app renders using a UI rendering library I wrote ( https://github.com/thesephist/torus ), so I knew the tools I was using inside out, which helped with speed.
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#49Please do not use justified formatting for text unless you can hyphenate it. Otherwise you end up with large chunks of white space between the words, especially in narrower (then 6070 characters) columns. Browsers don’t hyphenate, so avoid justified text on the web.
CSS word wrap
Re: Show HN: A Reddit reader that looks like the frontpage of a print newspaper
#50Please do not use justified formatting for text unless you can hyphenate it. Otherwise you end up with large chunks of white space between the words, especially in narrower (then 6070 characters) columns. Browsers don’t hyphenate, so avoid justified text on the web.
That’s not entirely true is it? Browsers can hyphenate (using the hyphen property in CSS) but it only supports certain languages, which need to be specified in the lang attribute of the html tag.
> Only supported on Android & Mac platforms (and only the "auto" value) for now.
Even where the property is supported, the supported language matrix [2] tells a depressing story.
[1] https://caniuse.com/#feat=css-hyphens
[2] https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens#Bro...