I'm all for more platforms like this existing, I'd love a return to a legible, lightweight internet.
Show HN: Bear – Minimal blogging platform
81–90 of 358 posts
Re: Show HN: Bear – Minimal blogging platform
#82This is cool! As mentioned in other replies--some small styling tweaks for readability would be useful and would literally only cost bytes (on the order of the x-clacks-overhead on the page...) If you're focusing on an extremely small page size, I'd prefer an external static, cached stylesheet than inlining all styling on every page load. That and a less complicated email obfuscator. :-)
Thanks for the awesome feedback. Yeah, I've come to realise that I'm the only person partial to Garamond ;) I've turned off the email obfuscator (courtesy of cloudflare), and will be doing a bunch of styling improvements over the next week.
Re: Show HN: Bear – Minimal blogging platform
#83For other similar-ish related tools/writing platforms: * https://write.as/ * http://txti.es/ * http://telegra.ph/ * https://txt.fyi/ * https://verbatim.link/ * https://www.pastery.net/ * http://ix.io/ * https://commentpara.de/ * https://rwtxt.com/ * https://distbin.com/
Re: Show HN: Bear – Minimal blogging platform
#84I've not worked out when firefox reader view is visible and when it isn't, but for this blog it isn't, which is a shame because I find the chosen font unreadable.
In a nutshell, the paragraphs (
tags) do not contain enough text to contribute to the readability score. Reader view heuristics rewards paragraphs of at least 140 characters.
Re: Show HN: Bear – Minimal blogging platform
#85"Firefox detected a potential security threat and did not continue to bearblog.dev because this website requires a secure connection."
???
Re: Show HN: Bear – Minimal blogging platform
#86Earlier quoted context omitted.
It's so hard to take a site with serif fonts seriously. It would be worth the 8th css declaration if the author added `font-family: sans-serif;`.
I find that a curious attitude; I rather appreciate when I come across a site that uses a serif font. Sans-serifs are so terribly overused.
If I see default browser serif, my immediate thought is "either this is an amateur or something is broken."
Re: Show HN: Bear – Minimal blogging platform
#87I appreciate the no-bs lightweight website sentiment as much as anyone, but I think there's also something to be said about drastically improving readability with some line-height and font styling.
Re: Show HN: Bear – Minimal blogging platform
#88Re: Show HN: Bear – Minimal blogging platform
#89Re: Show HN: Bear – Minimal blogging platform
#90I appreciate the no-bs lightweight website sentiment as much as anyone, but I think there's also something to be said about drastically improving readability with some line-height and font styling.
Yes, styling is a must for me. If I ever were to blog, I'd also require images and latex rendering. But that's about it.