Live data from Hacker News

Show HN: Bear – Minimal blogging platform

bearblog.dev

291–300 of 358 posts

Re: Show HN: Bear – Minimal blogging platform

#292

Earlier quoted context omitted.

What a world we live in that we have to worry about trademark issues for the name of one of the most common animal names a child could think of.

I mean, if they wanted to reserve the use of this common animal name across all industries, that’d be ridiculous, but it would seem pretty reasonable to worry about confusion between a cloud notes app and a cloud blog app. Certainly easier to think about it now than if this service takes off.

These are two different products. Blogging != note taking. And it doesn't seem like there's malicious intent. You can't use a generic name and expect others not to come up with the same idea.

Re: Show HN: Bear – Minimal blogging platform

#293
post #177

Heads up: it doesn’t have no JavaScript at present, because Cloudflare’s email protection system is in place. (I hate that thing. It mangles non-email addresses all the time if they look even vaguely like an email address, e.g. a package with version number “foo@1.2.3”. Penalising users that disable JavaScript.) https://herman.bearblog.dev/ contains a “Get in touch” mailto: link that gets ruined, and the following sc…

As a site owner, forcing non-JS users to click through a CAPTCHA is worth it since I get zero spam as a result. It might not be appropriate here, but it's appropriate for most personal websites.

My email address, me@chrismorgan.info, has been widely promulgated for many years. I get about five spam messages a day, and occasionally 10–15 a day for a week or two. I average around one false negative per month, and have had two false positives in the last three years (and neither mattered—in fact I kinda agreed with the spam filter’s judgement in both cases).

My email is with Fastmail, so I know that no emails are mysteriously disappearing (which seems to happen with providers like Gmail)—either the server rejects the email (so the sender will be notified), or it ends up in my mailboxes somewhere.

So my own experience is that sharing your email address publicly is harmless and useful.

Re: Show HN: Bear – Minimal blogging platform

#294

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…

You may be interested in https://able.bio

Myself and a partner are building this, here are a few points:

- It's a community to read and write about building things with technology

- Clean, fast and light UX + Markdown editor (https://able.bio/new)

- Bootstrapped with low overheads. No outside investment removes pressure to grow at all costs and the lapse on integrity that we see more of each day.

- No data lock-in. Export your posts in a single JSON file (containing Markdown + HTML versions) accompanied by all images.

- We're finishing up a big set of data portability / data respect features, which we plan to announce soon.

The aim is to build a community of capable people with a genuine interest in technology and attach a job board to the site. Companies can then pay to display their vacancies on the job board and users can take a look whenever they like. No popups, banners or any of that dodgy/spammy crap getting in between users and the reading/writing. In this age we see integrity towards our users as a differentiator.

Building it is fairly straightforward and fun. Some learnings we've gained in terms of 'jumpstarting' it:

- a lot of people are vehemently sceptical after the Medium debacle.

- creating a feed that prioritises good content without "censoring" dev spam or trivial posts is tricky when coming off a smaller user base. For example, upvotes can have outsized effects.

- getting regular volume of good content so that people use Able as source of news/inspiration/learning.

We've had some great posts from people but we need just that little bit more to get the flywheel going. As soon as someone posts something, activity on the site goes up but then dies down again. It's the classic building vs. promoting trade-off. However, we've chosen to get data portability and respect right first as we believe this is fundamental. We're wrapping that up now and then have loads of learnings and ideas we want write about.

We feel that same potential 'renaissance' you're talking about and this is how we want to try and activate it. If you feel inclined, have a look and let us know what you think.

Re: Show HN: Bear – Minimal blogging platform

#295
I think that product template could use either `aria-hidden="true"` or `aria-label="bear"` HTML attributes for screen readers sake (and reconsider title and OG properties); not an expert in this area nor having SR at hand, but I guess that

    ʕ•ᴥ•ʔ
would sound like 'pharyngeal voiced fricative - bullet - letter ain - bullet - glottal stop', what is hardly beneficial for screen reader users. Cool Unicode "picture" though, it's a pity such doodles hurts accessibility (sad smiley).

Re: Show HN: Bear – Minimal blogging platform

#297

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…

You may be interested in https://able.bio Myself and a partner are building this, here are a few points: - It's a community to read and write about building things with technology - Clean, fast and light UX + Markdown editor ( https://able.bio/new ) - Bootstrapped with low overheads. No outside investment removes pressure to grow at all costs and the lapse on integrity that we see more of each day. - No data lock-in.…

Regarding the upvoting problem: Try using only downvotes and sort by downvotes*age. This should solve a lot of problems that usually come with upvoting systems, e.g. false negatives (good articles with bad score).

Re: Show HN: Bear – Minimal blogging platform

#298
post #22

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

I actually just wrote a blog post about this topic: https://videoinu.com/blog/firefox-reader-view-heuristics 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.

Thanks, that's really interesting.

Re: Show HN: Bear – Minimal blogging platform

#300
post #295

I think that product template could use either `aria-hidden="true"` or `aria-label="bear"` HTML attributes for screen readers sake (and reconsider title and OG properties); not an expert in this area nor having SR at hand, but I guess that ʕ•ᴥ•ʔ would sound like 'pharyngeal voiced fricative - bullet - letter ain - bullet - glottal stop', what is hardly beneficial for screen reader users. Cool Unicode "picture" though…

Given that we can't expect everyone to use aria attributes, shouldn't screen readers just have a list of all widely used smileys with descriptive names (if they don't have it already)?
Post reply on HN