Live data from Hacker News

Show HN: Bear – Minimal blogging platform

bearblog.dev

161–170 of 358 posts

Re: Show HN: Bear – Minimal blogging platform

#161
post #155

I sign up but no email was send. The css should either leave the default colors alone or set both the background and font color. The source of this page contains much more cruft in meta tags and than actual content. https://herman.bearblog.dev/markdown-test/

The only problem I have with that page is that the meta description contains too much content. Otherwise, the source is very clear.

Re: Show HN: Bear – Minimal blogging platform

#162

Small suggestion -- it seems like you're using the wrong units (or maybe abbreviations) for your displayed average page sizes. You're using lower-case b to indicate bits, but I suspect you mean upper-case B to indicate bytes? Also, the lower-case k is the correct prefix for 1,000, but lower case m is milli, or 1/000. You want M for mega, which is 1,000,000. Also if you really want to be precise you should consider wh…

Huh... I've always described 2^10 bytes as a "kilobyte" (kB) but I've always hated the ambiguity, even if the difference between 2^10 and 10^3 is usually not important. Thanks to this comment, I learned there is an formal set of units which are distinct from their SI counterparts[0]. 1000^1 kB, 1024^1 kibibyte (kiB) 1000^2 MB, 1024^2 mebibyte (MiB) 1000^3 GB, 1024^3 gibibyte (GiB) 1000^4 TB, 1024^4 tebibyte (TiB) 100…

Notably, storage vendors and many operating system vendors use different units to describe capacity, so hard disks will always seem small as a result of this.

[edit: add qualifying "many"]

Re: Show HN: Bear – Minimal blogging platform

#164
Really cool! I like the idea to use a note taking/writing tool as a headless CMS and thought of this for Emvi [1] too. We provide access to everything through our API already... You can see usage of that here [2] and on GitHub [3].

The loading times of on Bear Blog seem a bit too high? Where does Medium for example take 16s to load?

[1] https://emvi.com/

[2] https://wiki.sts.wtf/

[3] https://github.com/Special-Tactical-Service/wiki

Re: Show HN: Bear – Minimal blogging platform

#166
post #31
post #5

I 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.

I really recommend https://write.as/ for those looking for minimalism with a bit more styling

Ironically, that was founded by a Mr. Baer.

https://write.as/about

Re: Show HN: Bear – Minimal blogging platform

#167

Since HN seems to be on a blog-kick lately, I'll repost the idea that I'm still waiting for someone to build: A blogverse of some kind that allows for algorithmic discoverability & aggregation (ala Medium) without the bullshit/terrible UX. The real value proposition of Medium is that a well-made aggregator benefits readers and writers alike. Readers find more authors they like, writers find more audience. There are a…

What I want is a Yahoo-style directory for blogs. Blog owners can put their blog in exactly one category. Users can star the blogs they like, similar to GitHub, and identify the low quality click generators/marketing blogs. I personally find Medium to be a horrible way to find content. Maybe it works for new content, if that's what you're after.

Fun anecdote -- in the late 90s I maintained several web sites (personal/hobby ones) and by far the best source of traffic for them was Yahoo directory pages. I didn't know the SEO game (if there was even one at the time) and while search engines brought a small amount of traffic, majority of visitors came from Yahoo. When I launched a new hobby site, the goto marketing plan was to apply to add it to Yahoo. Granted, we're talking about the range of dozens to maybe a hundred or two visitors a day, so it's not web scale :)

Re: Show HN: Bear – Minimal blogging platform

#168

Small suggestion -- it seems like you're using the wrong units (or maybe abbreviations) for your displayed average page sizes. You're using lower-case b to indicate bits, but I suspect you mean upper-case B to indicate bytes? Also, the lower-case k is the correct prefix for 1,000, but lower case m is milli, or 1/000. You want M for mega, which is 1,000,000. Also if you really want to be precise you should consider wh…

Huh... I've always described 2^10 bytes as a "kilobyte" (kB) but I've always hated the ambiguity, even if the difference between 2^10 and 10^3 is usually not important. Thanks to this comment, I learned there is an formal set of units which are distinct from their SI counterparts[0]. 1000^1 kB, 1024^1 kibibyte (kiB) 1000^2 MB, 1024^2 mebibyte (MiB) 1000^3 GB, 1024^3 gibibyte (GiB) 1000^4 TB, 1024^4 tebibyte (TiB) 100…

Now that you're aware of them you're going to start seeing them everywhere. There's more adoption than you realize.

Re: Show HN: Bear – Minimal blogging platform

#169
post #50
post #31

Earlier quoted context omitted.

I really recommend https://write.as/ for those looking for minimalism with a bit more styling

There's really nothing more minimal than https://telegra.ph It just gets out of the way.

Comcast DNS-hijacks that entire site as a "potential threat". They also block https://ix.io/. Interesting.

Re: Show HN: Bear – Minimal blogging platform

#170
post #114

Earlier 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 don't have data to back it up, but I've understood from typography gurus that sans-serif fonts are great for signs, short blurbs, etc. But for long (multi-paragraph) reads serif fonts reduce eye fatigue. I think blogs typically fit in that category.

The research showing that serifs aid in readability are based on printed samples, which are much higher resolution than most screens.
Post reply on HN