Live data from Hacker News

Show HN: Able – an alternative to Medium

able.bio

121–130 of 142 posts

Re: Show HN: Able – an alternative to Medium

#121
Is it me, or have there been an uptick in new writing platforms? Two that I can think of are substack and reading.supply.

It'd be interesting to see an open source competitor to Medium; developments in and usage of markdown editors is an added bonus!

Re: Show HN: Able – an alternative to Medium

#122

Earlier quoted context omitted.

Agree that everyone should have their own site but we just want to create another corner on the web where you can read and write interesting, well presented content and find jobs etc. You're also welcome to cross-post to Able to help build an audience to your blog too. One thing we don't want to do is bait and switch users like other venture funded companies have done recently. We just want to build a good community…

I would encourage you to release this under a free software license like GPL. People are increasingly skeptical of "platforms" and proprietary licensing.

The Affero GPL is especially suitable for hosted computing and services: https://www.gnu.org/licenses/agpl-3.0.en.html

Re: Show HN: Able – an alternative to Medium

#123

Earlier quoted context omitted.

Yes, we want to support this too and will be looking into it.

Maybe blocks that can render LaTeX?

+1 I would recommend using KaTeX for this. Another thing would be to embed CodeMirror within ProseMirror (https://prosemirror.net/examples/codemirror/) instead of just using monospace font. The additional benefit of that is free syntax-highlighting.

I've played with ProseMirror and math support before, so this is what it about looks like. [1] https://imgur.com/a/rV2AATD

Re: Show HN: Able – an alternative to Medium

#124

Is there an RSS feed or am I just blind?

Just for individual users at the moment. You can find them on user profiles or at the bottom of articles. When we launch support for publications you'll be able to follow the publication feed too. Would you want a feed for all articles?

Yes, that would be good.

Re: Show HN: Able – an alternative to Medium

#125

Just roll your own blog already. If there's one thing these services reinforce over and over again - it's that they'll change their terms over time. Own your site. Own your data. Put it all on your own terms. If you need help setting one up (unlikely for this crowd), you can have one made for you for free here. https://StartABlog.com/free-blog

For the less-technical crowd, you can put markdown files in a Gitlab repo. You don't even have to know how to use Git. You can create and edit files without leaving the website.

This is the Gitlab Web Editor or whatever it's called right?

Re: Show HN: Able – an alternative to Medium

#126
Providing one point of data for you.

I am bookmarking your site because I will be using the jobs board.

As far as the blogging part is concerned, I would rather use Medium because it has a bigger network and, more importantly, I do not trust your platform.

I don't think "we don't take VC money" and "no ads" will help you build trust. It's good that you don't do those things, but that's just avoiding bad stuff. As far as building trust goes, I think you have to actively do good stuff too. In my eyes the jobs board helps with that.

Just my 2¢. Best of luck.

Re: Show HN: Able – an alternative to Medium

#127

It's always seemed odd to me that there isn't a hosted service with a headless web/mobile CMS, compiling to a static site, that saves to a few common backends (s3, etc.), with reasonable pricing (i.e. not $10+/mo). Let the user pay for their own storage.

Gitlab does that for free, with free storage. Just fork any of the existing example projects: https://gitlab.com/pages

Whenever I've looked at Gitlab/GH pages, Netlify, etcetera in the past I haven't found a good web/mobile CMS to use with them. Most pro options are too expensive for a personal blog. However ellinokon's suggestion for Siteleaf looks promising.
Post reply on HN