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/
Show HN: Bear – Minimal blogging platform
101–110 of 358 posts
Re: Show HN: Bear – Minimal blogging platform
#102Re: Show HN: Bear – Minimal blogging platform
#103Re: Show HN: Bear – Minimal blogging platform
#104Re: Show HN: Bear – Minimal blogging platform
#105Earlier quoted context omitted.
I agree, bear is great. I miss it - I no longer have an iPhone and am Windows dependent :-(. I have made the best use of OneNote as I can - but the ease of categorisation of thoughts within the bear app will always be the best imo.
Try Joplin. As a heavy user of markdown for notes, i wanted something cross-platform across OSes and devices. Joplin fits my requirements perfectly.
Re: Show HN: Bear – Minimal blogging platform
#106Earlier quoted context omitted.
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.
Not sure if it's what you mean, but: (hashify) 2011: https://news.ycombinator.com/item?id=2464213 https://news.ycombinator.com/item?id=3407197 (shortly) 2012: https://news.ycombinator.com/item?id=3834643 https://news.ycombinator.com/item?id=5696127
Re: Show HN: Bear – Minimal blogging platform
#107Earlier quoted context omitted.
Not sure if it's what you mean, but: (hashify) 2011: https://news.ycombinator.com/item?id=2464213 https://news.ycombinator.com/item?id=3407197 (shortly) 2012: https://news.ycombinator.com/item?id=3834643 https://news.ycombinator.com/item?id=5696127
Yes, that's what I mean. But only Hashify still exists apparently...
https://github.com/lucaspiller/shortly
I was always quite fascinated by the concept, but I suspect liability and lack of control over the content is a fatal issue and why nothing much seemed to come from it.
If someone makes a 'bad' page, which is inevitable, the domain with the hashify/shortly code would be held responsible and the only way the site owner could 'remove' the content would be to stop the service.
Re: Show HN: Bear – Minimal blogging platform
#108Earlier quoted context omitted.
Try Joplin. As a heavy user of markdown for notes, i wanted something cross-platform across OSes and devices. Joplin fits my requirements perfectly.
I want to love Joplin (open source! markdown!) but I just can't get past how ugly it is. Its iPhone app is just a horrendous mishmash of colors and non-native UI elements.
Re: Show HN: Bear – Minimal blogging platform
#109For 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.
But yeah, you'd miss out on styling it.
Re: Show HN: Bear – Minimal blogging platform
#110Also if you really want to be precise you should consider whether you're using binary prefixes vs SI prefixes, e.g. kB (10^3 bytes) vs kiB (2^10 bytes). That doesn't matter as much because the error is small for these lower values, but the casing errors definitely do matter. "mb" means millibars to me, not Megabytes!