Earlier quoted context omitted.
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).
Show HN: Bear – Minimal blogging platform
351–358 of 358 posts
Re: Show HN: Bear – Minimal blogging platform
#352Earlier quoted context omitted.
Sounds like you just need a way to modify a remote filesystem, then trigger a build step when you're done with the modifications. Assuming it was wrapped up in a nice UI, would that be missing any features you need? EDIT: Put more concretely, if you had a site hosted on S3, all you need is a way to modify the source files of that site, either directly or by modifying files in another directory and running a transform…
For me. Yes, it would be missing features. I have a self hosted blog, the source is on github, there's a trigger on commits. This sucks compared to wordpress because the UX in wordpress is much better than github and especially because there is no "preview". There's also no easy way to upload images etc. Certainly not as easy as wordpress. I'm not going back. I'm just saying "modify the remote file system and trigger…
Re: Show HN: Bear – Minimal blogging platform
#353For 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/
I'm surprised nobody has attempted to put the content in the URL yet (to display on a static page with styling using JS [needs a tag filter...] to insert an URL parameter into some node). It would accommodate at least 2KB of text, local caching and fast hosting all in one.
Compared to hashify:
- it uses zlib to compress data, so it can actually contain much more content(if it's repetitive)
- it also supports password encryption of the content (don't know why, but my friend said it would be cool)
- only supports markdown(no html) as I haven't found any good js lib for html sanitization on client side
Examples:
- With password: https://bit.ly/3c7xkyb pass: wasted
- Some markdown: https://j.mp/2AivRYr
P.S. I still have no idea why anyone will use it
Re: Show HN: Bear – Minimal blogging platform
#354Earlier quoted context omitted.
You should learn to understand MB/mb/Mb/mB for megabyte and mbit for megabit. Anything else is inviting error and sorrow, because many people use it that way.
This is flat-out wrong. Most times when I see a lower-case b in software or documentation it really does mean bit, not byte. The standards exist for a reason and you should follow them. Anything else is inviting error and sorrow. And no one says "mbit".
My network card is 1gbit/s, my disk space is 4TB, my internet speed is 100mbitps and DVD capacity is 4gb.
This is how everyone uses it and it's much clearer and better than B/b.
Re: Show HN: Bear – Minimal blogging platform
#355Earlier quoted context omitted.
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.…
Nice. Is there an RSS feed?
Re: Show HN: Bear – Minimal blogging platform
#356This looks exactly like what I've been searching for all this while. Do you plan to release a self hosted/open source version of this? The one thing that makes me uncomfortable about a blogging service - what happens if they shut down?
Re: Show HN: Bear – Minimal blogging platform
#357Re: Show HN: Bear – Minimal blogging platform
#358Since 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…