How hard would it be to add non-Matrix accounts to this service?
Cactus Comments: Federated web comments based on Matrix protocol
21–30 of 57 posts
Re: Cactus Comments: Federated web comments based on Matrix protocol
#22Earlier quoted context omitted.
I personally find "hate speech" nomenclature quite tedious, but dealing with undesired content is handled via the usual Matrix methods[1]... since that is what underlies Cactus. You may have to self host though, i'm not sure if Cactus themselves give access to these features if you rely on them for hosting. [1] https://matrix.org/docs/guides/moderation
> I personally find "hate speech" nomenclature quite tedious I first encountered 'hate speech' as a wide eyed teenager in the 1990s on a gaming IRC room that I hung out in. Somehow my ethnic background came out, and it was bizarre: the entire room either turned against me with racist hate speech, adding that they knew where I lived based on my ip (didn't think this was possible, but then didn't know anyone to ask if…
Re: Cactus Comments: Federated web comments based on Matrix protocol
#23I'm currently using https://intensedebate.com/ which, while abandonware, allows people to comment anonymously or using their Twitter & Facebook accounts. How hard would it be to add non-Matrix accounts to this service?
Unfortunately Facebook shut down the brid.gy gateway a few years ago, but other silos still interoperate fine.
Re: Cactus Comments: Federated web comments based on Matrix protocol
#24Earlier quoted context omitted.
I personally find "hate speech" nomenclature quite tedious, but dealing with undesired content is handled via the usual Matrix methods[1]... since that is what underlies Cactus. You may have to self host though, i'm not sure if Cactus themselves give access to these features if you rely on them for hosting. [1] https://matrix.org/docs/guides/moderation
> I personally find "hate speech" nomenclature quite tedious I first encountered 'hate speech' as a wide eyed teenager in the 1990s on a gaming IRC room that I hung out in. Somehow my ethnic background came out, and it was bizarre: the entire room either turned against me with racist hate speech, adding that they knew where I lived based on my ip (didn't think this was possible, but then didn't know anyone to ask if…
I didn't downvote and i'm certainly in favor of strong moderation. However automated filters worry me as they have shown time and time again that regexes aren't as sharp as human moderators.
For recent discussions about that on Lemmy, a federated Reddit replacement based on ActivityPub: https://lemmy.ml/post/55323 https://lemmy.ml/post/55143
Re: Cactus Comments: Federated web comments based on Matrix protocol
#25I'm excited about this - tried the demo, how do I know the site is not stealing my password? Shouldn't this use OAuth to solve that issue?
Because you don’t login via the site, you have to go through Matrix’ login flow, just like with any client.
Re: Cactus Comments: Federated web comments based on Matrix protocol
#26Too bad cactus doesn't work without JavaScript. Would it be possible in the future to support submitting a comment via simple HTML form for older/slower clients? A related annoying detail, '?' key is hijacked by JavaScript so it's impossible to type it in the comment box ;-)
Thanks for this demo i'm excited for the future of federated comments
Re: Cactus Comments: Federated web comments based on Matrix protocol
#27This seems like an even better use of a state-synchronization protocol like Matrix than instant messaging, for which I think XMPP is a better fit.
It's not meant to be any one thing. That's its strength. Core to many usecases, many eyes, many industries' backing.
Well more so than other federated protocols. matrix has a strong emphasis on resistance to censorship and network splits, at the price of metadata leakage. In contrast, AP/XMPP assume every server is a tiny kingdom (no content is owned by more than one server). matrix usecase is really cool but could have been built on top of existing federated protocols without reinventing a new ecosystem.
Can't wait for proper interoperability between the three big federated networks (Matrix, XMPP, ActivityPub). The previous discussion on HN about this topic didn't go very far: https://news.ycombinator.com/item?id=26279906
Re: Cactus Comments: Federated web comments based on Matrix protocol
#28Re: Cactus Comments: Federated web comments based on Matrix protocol
#29This seems like an even better use of a state-synchronization protocol like Matrix than instant messaging, for which I think XMPP is a better fit.
XMPP has been effectively dead for awhile. Time to move on.
Some clients/servers are unfortunately unmaintained and the XMPP Standards Foundation has a neutral position which prevents it from advertising specific clients which have good UX and modern features. But modern clients like Conversations, Dino, Siskin and Gajim are certainly good messengers with hardware and feature support i haven't seen in other ecosystems (client & server side low resource requirements, good Tor support client, and vast plugin ecosystems) though there's some dearly-missed functionality (eg. groups of chatrooms like matrix spaces).
If you're curious about interesting developments, libervia (ex salut-à-toi) is the only federated piece of software i know that is selfhosting its own development (forge). Tickets and merge requests for libervia are done via libervia itself. They've been doing that for almost 3 years now, using mercurial as a backend but implemented in a way that other DVCS backends can be supported. See my blogpost about decentralized forging for more context on that https://staticadventures.netlib.re/blog/decentralized-forge/
Re: Cactus Comments: Federated web comments based on Matrix protocol
#30I'm excited about this - tried the demo, how do I know the site is not stealing my password? Shouldn't this use OAuth to solve that issue?