Live data from Hacker News

Talk: An open-source commenting platform focused on better conversation

coralproject.net

31–40 of 103 posts

Re: Talk: An open-source commenting platform focused on better conversation

#31

Seems the project isn't being so actively developed any longer? https://github.com/coralproject/talk/graphs/contributors Why is that? (In the summer of 2018 and onwards, 90%? 95%? of the GitHub activity abruptly disappeared) Two other open source blog commenting system that are being actively developed are Commento https://commento.io and Talkyard https://www.talkyard.io/blog-comments (I'm developing it).

We’re doing all the development under the next branch, a big rewrite to typescript :)

Re: Talk: An open-source commenting platform focused on better conversation

#32
post #30

Seems the project isn't being so actively developed any longer? https://github.com/coralproject/talk/graphs/contributors Why is that? (In the summer of 2018 and onwards, 90%? 95%? of the GitHub activity abruptly disappeared) Two other open source blog commenting system that are being actively developed are Commento https://commento.io and Talkyard https://www.talkyard.io/blog-comments (I'm developing it).

It has implemented all the design goals and the code has reached stable?

[deleted]

Re: Talk: An open-source commenting platform focused on better conversation

#33

Seems the project isn't being so actively developed any longer? https://github.com/coralproject/talk/graphs/contributors Why is that? (In the summer of 2018 and onwards, 90%? 95%? of the GitHub activity abruptly disappeared) Two other open source blog commenting system that are being actively developed are Commento https://commento.io and Talkyard https://www.talkyard.io/blog-comments (I'm developing it).

We’re doing all the development under the next branch, a big rewrite to typescript :)

Ok :- ) Thanks for the reply. Curious about the new features / benefits / things you'll add, is there any roadmap? (didn't find in GitHub or the blog) (If you're doing more things than moving to Typescript. Typescript is great b.t.w. :- ))

Re: Talk: An open-source commenting platform focused on better conversation

#34

Earlier quoted context omitted.

Do you have particular uses for open source social network software for which the AGPL would be a problem for your usage?

Yes, I wanted to add automated moderation policies (including but not limited to word filters) to improve conversation on a platform I was considering building, but as I understand it all the algorithms to implement the policies would have to be published with the rest of the site under AGPL

You're not required to publish your configuration, only your code. So, for instance, you could read your words to filter from a configuration file.

Re: Talk: An open-source commenting platform focused on better conversation

#35
post #8

Earlier quoted context omitted.

Their license says the copyright of the project belongs to Mozilla. How weird. https://github.com/coralproject/talk/blob/master/LICENSE

https://scroll.blog/2019/02/25/scrolls-new-collaboration-wit... With this recent product that is also closely integrated with Vox properties, I'd say this is a deeply concerning move how closely the two are becoming entangled.

Indeed. Some creepy language on the Scroll site, e.g. “With Scroll, journalists get paid to report the stories important to democracy [...]”

These Vox-alikes seem to fancy themselves arbiters of meaning with regard to “journalism” and “democracy”. Anything which disagrees with their personal definitions must be “alt-right”...

Re: Talk: An open-source commenting platform focused on better conversation

#36
post #24

Earlier quoted context omitted.

That certainly puts a very different angle on how this will be used, and what use cases it's targeted towards. From prior experience, Vox outlets are extremely stringent about what they permit in their comments: specifically, only people who agree or can extend the arguments of a given article further are preserved; or quibbles about minor details. No true discussion is allowed outside the article's bubble.

Since it's decentralized, maybe someone could create an alt-right instance that allows only the highest-quality and most ideologically-correct comments. Then we could see how long it would take for Vox to distance themselves from the project.

Isn’t this what Vox and friends already do, just with s/alt-right/leftism/ ?

Re: Talk: An open-source commenting platform focused on better conversation

#37
post #24

Earlier quoted context omitted.

Since it's decentralized, maybe someone could create an alt-right instance that allows only the highest-quality and most ideologically-correct comments. Then we could see how long it would take for Vox to distance themselves from the project.

Isn’t this what Vox and friends already do, just with s/alt-right/leftism/ ?

I believe that is their point.

Re: Talk: An open-source commenting platform focused on better conversation

#38
The focus on "identifying journalists", muting "annoying" voices, the "RESPECT" button and pushing specific comments to the top by featuring them kind of leave a bad taste in my mouth...

And I would be the last to argue that comment sections below news articles are anything but a cesspool - they're notoriously bad! But I'm just not sure a control model this heavy handed and lip-servicey is the right approach.

Re: Talk: An open-source commenting platform focused on better conversation

#40
post #4

The bullet list seems to describe Twitter. I've wondered why most publishers of comments don't just give up and say "comment on Twitter." Not that I would like that, but still ...

It would be interesting to have a commenting system powered by Twitter where each article/post has a Twitter post with the article name and link so others not finding this post through your website can still comment, and the replies to this Twitter post can be pulled into you article/post and listed as comments.

That is possible using bridgy and webmentions:

https://brid.gy/about#how

Here an example:

https://nicolas-hoizey.com/2017/07/so-long-disqus-hello-webm...

The missing part is the creation of the initial tweet in your idea, but that should be easy to automate.

Post reply on HN