Post A0tc56nOiqcCtvXKro by dearrude@fosstodon.org
 (DIR) More posts by dearrude@fosstodon.org
 (DIR) Post #A0ta5ZtGLjSlECNNAm by dearrude@fosstodon.org
       2020-11-05T17:56:14Z
       
       0 likes, 1 repeats
       
       I wish there was a decentralized blog platform where you could self-host and nodes connected by activity-pub.Something like a one-account Plume.
       
 (DIR) Post #A0tbJCnN73s9bmgNUG by ahangarha@mastodon.host
       2020-11-05T18:09:54Z
       
       0 likes, 0 repeats
       
       @dearrudeI think there is. I don't remember the name.WordPress also has some plugin for activitypub.  But not sure in what stage of development it is.
       
 (DIR) Post #A0tbzeZYEEhnv6SVMG by specter@eattherich.club
       2020-11-05T18:17:35Z
       
       0 likes, 0 repeats
       
       @dearrude I'm getting the feeling that's how #gemini is sorta playing out. Except RSS/Atom instead of ActivityPub
       
 (DIR) Post #A0tc56nOiqcCtvXKro by dearrude@fosstodon.org
       2020-11-05T18:18:36Z
       
       0 likes, 0 repeats
       
       @specter #gemini is a mess for rtl texts. Also having markdown is a bless for me.
       
 (DIR) Post #A0tdV1SdHPtTq2kDmy by specter@eattherich.club
       2020-11-05T18:34:28Z
       
       0 likes, 0 repeats
       
       @dearrude the same concept applies to HTTP+RSS I think Gemini just has the focus on text but yeah RTL ain't gonna work. Have you looked at write.as?
       
 (DIR) Post #A0tdiAo5qIJqac3MtE by dearrude@fosstodon.org
       2020-11-05T18:36:30Z
       
       0 likes, 0 repeats
       
       @specter Also in write.as, the RTL support is not good. The i18n translation is also not implemented in the opensource write freely.
       
 (DIR) Post #A0teHLgNOp3gSGDVA0 by specter@eattherich.club
       2020-11-05T18:42:49Z
       
       0 likes, 0 repeats
       
       @dearrude I wonder how hard it is to address RTL on either? w/ gemini I think the client would need to support it? And with Writefreely adding dir="rtl" to the HTML where needed?
       
 (DIR) Post #A0teU1ISVKxCzh4V0K by dearrude@fosstodon.org
       2020-11-05T18:45:30Z
       
       0 likes, 0 repeats
       
       @specter It's not that simple. A proper BIDI support would be check if a line is RTL/LTR by its first character. That's mostly what dir="auto" is but it gets harder when implementing it for interactive writing.
       
 (DIR) Post #A0tf17bY4ZUE77mieG by specter@eattherich.club
       2020-11-05T18:51:08Z
       
       0 likes, 0 repeats
       
       @dearrude I see so the editor implementation is the tricky bit? Or is straight-up rendering the content harder RTL?
       
 (DIR) Post #A0tfAgzTsTyqT4XhmS by dearrude@fosstodon.org
       2020-11-05T18:53:13Z
       
       0 likes, 0 repeats
       
       @specter Certainly the editor implementation.
       
 (DIR) Post #A0tfYXU4sGelvyE0fY by specter@eattherich.club
       2020-11-05T18:55:19Z
       
       0 likes, 0 repeats
       
       @dearrude Do you know if there are existing editors today that have this functionality and can export Markdown (or any plaintext format)?
       
 (DIR) Post #A0tfesyprhm2LAdcfo by dearrude@fosstodon.org
       2020-11-05T18:56:54Z
       
       0 likes, 0 repeats
       
       @specter Telegram is fine both on tdesktop and android.
       
 (DIR) Post #A0tg4wmeLYE1fLMi2K by specter@eattherich.club
       2020-11-05T19:02:23Z
       
       0 likes, 0 repeats
       
       @dearrude ahaha of course it does! I have so much love for Telegram. Anyway, that's opensource so worst-case they have the magic spell and it's something we could look into BUT, could be kinda cool to wire up Telegram -> Gemini
       
 (DIR) Post #A0tksVywfV8Kq00X44 by happybeing@mastodon.technology
       2020-11-05T19:56:51Z
       
       0 likes, 0 repeats
       
       @dearrude this will be much easier with https://safeenetwork.tech because you won't need to worry about hosting and you can use a single login/id on every service/website.Earlier I made proof of concept blogs using Solid on Safe, and React static directly in Safe see https://dWeb.happybeing.comAtm I'm working on a proof of concept for a p2p git portal, as an alternative to github without servers or third parties involved: https://github.com/happybeing/p2p-git-portal-poc