Live data from Hacker News

Show HN: Bear – Minimal blogging platform

bearblog.dev

231–240 of 358 posts

Re: Show HN: Bear – Minimal blogging platform

#231

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…

mb means millibars to you in the context of file size? How does that make any sense?

Well of course when you have enough 'file' in one place it starts to exert outward pressure

Re: Show HN: Bear – Minimal blogging platform

#232

Earlier quoted context omitted.

Write on your phone, commit to git, have some CI build it and deploy. Simples :)

> Write on your phone, Ok that part's easy. > commit to git How? I've never seen a good git client for the phone > have some CI build it and deploy. Step one, draw a circle. Step two, draw the rest of the owl. :) While this might be a fun exercise, it's more involved than deploying some code to Lambda.

Fwiw, Working Copy on iOS is a good git client.

Re: Show HN: Bear – Minimal blogging platform

#233

Things I would like in a blogging platform: * Generate lightweight static website * Good clean default CSS so I don't have to mess with it * Automatically upload website to CDN and trigger expirations as necessary. * Self-hosted * Runs on AWS Lambda or any other Function as a Service equivilient * Has a super lightweight CMS that I can easily use on both desktop and mobile, so if I have ideas I can start writing anyw…

You have many requirements to blog. Blogging is substance over style. Not much required.

Re: Show HN: Bear – Minimal blogging platform

#235

Things I would like in a blogging platform: * Generate lightweight static website * Good clean default CSS so I don't have to mess with it * Automatically upload website to CDN and trigger expirations as necessary. * Self-hosted * Runs on AWS Lambda or any other Function as a Service equivilient * Has a super lightweight CMS that I can easily use on both desktop and mobile, so if I have ideas I can start writing anyw…

There's no simple commercial solution that does exactly this that I know of, but you can get very close with Google Cloud Functions, a GitHub Pages site, and a Google Sheets spreadsheet as a datastore. Not static, but it is fast, and you get a 'CMS' for free (the spreadsheet). Plus all of these services can be used completely for free.

Re: Show HN: Bear – Minimal blogging platform

#236

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…

I am gonna work on this evening. Thanks.

Same. So far - https://awesomeblogclub.searchableguy.now.sh

it's not ready yet but I would love to hear more about what features people want. Email is in the profile.

Re: Show HN: Bear – Minimal blogging platform

#237

Earlier quoted context omitted.

I am gonna work on this evening. Thanks.

Same. So far - https://awesomeblogclub.searchableguy.now.sh it's not ready yet but I would love to hear more about what features people want. Email is in the profile.

I applaud the effort, looks very nice - I will contact you.

Re: Show HN: Bear – Minimal blogging platform

#238

For 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/

Add the awesome https://telescope.ac to that list.

Re: Show HN: Bear – Minimal blogging platform

#240

Earlier quoted context omitted.

Same. So far - https://awesomeblogclub.searchableguy.now.sh it's not ready yet but I would love to hear more about what features people want. Email is in the profile.

I applaud the effort, looks very nice - I will contact you.

Sure thing. Going to open source it after it's done. I have been thinking of using activity pub and making discovery decentralized so people can host their own curation and share with each other.

I will have to look more into it though.

Post reply on HN