Post B9Bof75b5RoVjLoDKK by ariadne@social.treehouse.systems
(DIR) More posts by ariadne@social.treehouse.systems
(DIR) Post #B9Bof75b5RoVjLoDKK by ariadne@social.treehouse.systems
1 likes, 1 repeats
theoretically, if one were to release a cohost clone which spoke a very restricted form of activitypub, would that be interesting to anyone?
(DIR) Post #B9Bp7KdQJn63qk5QNE by dpk@chaos.social
0 likes, 0 repeats
@ariadne Yes!
(DIR) Post #B9BpMOS2PYxK1twWIa by krutonium@social.treehouse.systems
0 likes, 0 repeats
@ariadne What's cohost?
(DIR) Post #B9BtLruZnDKGvUISQK by ariadne@social.treehouse.systems
0 likes, 0 repeats
@kopper does not completely break compatibility with mastodon, but discards posts which use some mastodon features, such as scopes.
(DIR) Post #B9Btd7vHW3fJVWr84m by ariadne@social.treehouse.systems
0 likes, 0 repeats
@kopper for example, 'followers-only posts' do not make any sense in thicket, so we just ignore them. we cannot do anything else with them that respects the intent of the author, so our only option is to reject the post.
(DIR) Post #B9BtgrIfGGcr6wZZ5s by ariadne@social.treehouse.systems
0 likes, 0 repeats
@kopper similarly, i think unencrypted DMs are stupid in 2026, so if you send one to thicket, it also gets similarly redirected to /dev/null
(DIR) Post #B9BtoXf89pQYWSkECG by ariadne@social.treehouse.systems
0 likes, 0 repeats
@kopper in essence, as:Public posts from mastodon will federate, but non-as:Public posts will not. at least for now.
(DIR) Post #B9BuWICD1TJHIP4wHA by ariadne@social.treehouse.systems
0 likes, 0 repeats
some details:- codenamed thicket (i may rename it but it is trademark-clean)- elixir + phoenix liveview (in other words, we have a goal of minimal javascript)- postgresql 13 or later- completely different data model than both bonfire and pleroma/akkoma, e.g. no JSONB in the database- only public posts federate from other servers- both Article and Note are supported, other AS2 entity types will be supported later
(DIR) Post #B9BuehDHtOk3Ccaen2 by ariadne@social.treehouse.systems
0 likes, 0 repeats
@dysfun incredibly boring sql data model for a tumblelog type website
(DIR) Post #B9BusfAOIazEuPtZVQ by ariadne@social.treehouse.systems
0 likes, 0 repeats
features thicket already has that mastodon does NOT:- you can turn off comments (obviously we cannot prevent federated servers from disrespecting this, but your homeserver will /dev/null them if comments are disabled)- programmatic spam filtering (basically copy + paste MRF from pleroma)
(DIR) Post #B9CCS41DadWBLI4T1k by TheConstructor@social.tchncs.de
0 likes, 0 repeats
@ariadne /dev/null ing comments also means, that you can't react to them. If there is a decent "no comments"-flag you could enforce it by automatic reports/defederation in theory
(DIR) Post #B9CF99r9xdCdoB2ig4 by kit_ty_kate@mastodon.social
0 likes, 0 repeats
@ariadne heck yeah
(DIR) Post #B9CqL7142jnsmKEsgi by kouhai@social.treehouse.systems
0 likes, 0 repeats
@ariadne would
(DIR) Post #B9CzLGgN0HWuLShzwu by ariadne@social.treehouse.systems
0 likes, 0 repeats
@TheConstructor /dev/nulling comments means that you do not want comments. we cannot control what other instances do and i will not pretend otherwise.
(DIR) Post #B9CzhwreqtynXcnrkG by TheConstructor@social.tchncs.de
0 likes, 0 repeats
@ariadne I understand, that you don't want them, but other instance will likely still show them alongside your post - especially, when they were made on said instance. And then I feel like not knowing about them is at times bad
(DIR) Post #B9D07oysmkpMcWWHhI by ariadne@social.treehouse.systems
0 likes, 0 repeats
@TheConstructor okay cool, anyway, again, THERE IS NOTHING I CAN DO ABOUT THAT.did you know that people can also screenshot posts and comment on the post in the screenshot?i am not going to sell people false hope and i will NOT be swayed to do so.
(DIR) Post #B9D4573JXUhRcFYZ0K by TheConstructor@social.tchncs.de
0 likes, 0 repeats
@ariadne I am not saying that you should sell false hopes. It just feels off, that your very own post may be shown alongside comments you are unaware of, when e.g. viewing your profile on a federated instance. No need to screenshot or repost it in any way. And that's why I was thinking about being able to automatically moderate them away, if there is no way to at least tell the commonly used implementation to disallow replies