rglullis

joined 2 years ago
MODERATOR OF
[–] rglullis@communick.news 2 points 15 hours ago* (last edited 15 hours ago) (1 children)

We need federated identity or else ux will continue to lag

What I am saying is that the ActivityPub protocol is inherently built towards a server-centric system, where identities are owned by the server. Go read the spec: even the "Client-to-Server" specification assumes that the server owns the keys and dictates that the client (i.e, users) must do everything through the API provided by the server (i.e, the client's outbox).

Anything that is built with a design where the client owns the keys may even be able to interoperate with ActivityPub, but is not ActivityPub.

Activity Pods is cool bit not implemented on mastodon.

It's the other way around. We shouldn't be looking for "Mastodon on ActivityPods", but "ActivityPods applications that can talk with Mastodon servers", and those do exist.

[–] rglullis@communick.news 4 points 17 hours ago (3 children)

We still don't need ATProto for that. ActivityPods solves that.

ActivityPub itself is built around the principle that the server owns your identity: the best you can do is abandon an identity (i.e, your actor URL) and tell everyone else (via the Move Activity) that you are adopting a new identity.

[–] rglullis@communick.news 21 points 20 hours ago* (last edited 20 hours ago) (9 children)

And they are either in for one of the following:

  • a $30 Million lesson where they learn that they will have to reinvent ActivityPub in order to be "properly" decentralized
  • a rug pull where they come up with a second relay like Bluesky but fork to give exclusive access for large institutions and the enterprise.
[–] rglullis@communick.news 4 points 2 days ago* (last edited 2 days ago) (1 children)

AFAIK, Communick is the only service provider offering GoToSocial (disclaimer, I am the owner).

[–] rglullis@communick.news 13 points 2 days ago (1 children)

How would it be any different from https://masto.host/, https://elest.io/ or https://communick.com/ (All of them provide mastodon hosting exclusively on European infrastructure)?

[–] rglullis@communick.news 1 points 3 days ago

I am here because I know that it has potential despite the prevailing culture, not thanks to it.

Nice job linking to the discussions, it really helps to make the case for my argument: community is not enough, and y'all need to start putting your money where your mouths are.

[–] rglullis@communick.news 0 points 3 days ago

There are dozens of us! Dozens, I say!

[–] rglullis@communick.news 1 points 4 days ago* (last edited 3 days ago) (4 children)

It's not interesting. It's anecdotal at best and a bad coping strategy at worst.

Instead of calling sour grapes, just face reality: this ecosystem is doomed to failure and stunted growth unless people start showing up with real cash to support it.

We can not have both ways. If we hate VCs and we don't want ad-infested, Surveillance Capitalism, we must ourselves pay what developers are worth. Otherwise they will just be playing around here, but collecting their nice paychecks from Big Tech.

[–] rglullis@communick.news 2 points 4 days ago

Red teams are hired by the companies that are looking for vulnerabilities. If you don't get explicit approval by the target to look for exploits, you are just a hacker who can (and should) go to jail.

[–] rglullis@communick.news 2 points 4 days ago (1 children)

I don’t get what well I’m pissing into

The well is the social graph itself. You are polluting the conversations by adding content that is not original nor desirable.

I’m an idiot for developing essential human like entity.

You are an idiot because you are pushing AI slop to people who are asking you not to, while thinking that you work in something groundbreaking.

[–] rglullis@communick.news 4 points 5 days ago (3 children)

Ok, final message because I'm tired of this:

  • you are openly admitting that you are going to piss on the well by adding a bot that pretends to be a human.
  • you are openly admitting that you are going to do this without providing any form of mitigation.
  • you are going to do this while pushing data to the whole network. No prior testing in a test instance, not even using your own instance for it.
  • you think that is fine to leave the onus of "detecting" the bot to the others.

You are a complete idiot.

[–] rglullis@communick.news 3 points 5 days ago (5 children)

See, so now you are back to saying to your plan is to make a shitty thing and put the burden on those against it to come up with countermeasures. That's just lame.

 

When I first joined Lemmy and created this instance, there was no emacs community with consistent activity. I created the community mostly to see if I could help in the efforts during the Reddit migration and because it's one of the subreddits that I was still visiting regularly.

I was also interested in having some communities where I could have full control to run some experiments: most notably the ability to have all submissions and contents mirrored from Reddit via alien.top.

These experiments and the effort to keep it fresh with content did make this most active emacs community (even without the mirroring bots) but to be honest today it feels out of place. Two years later, the landscape of instances are more of less consolidated and I'm no longer interested in running a community that does not belong to a topic-specific instance.

I strongly believe that there should be a cleaner separation between instances for groups and instances for people, and it would be kind of hypocritical to keep nurturing this community here when there is an instance focused on programming and software tools.

So, effective today, I am removing this community from fediverser.network as the recommended alternative and I'm going to list !emacs@programming.dev as the best place for emacs content. I don't know if there is a standard procedure established for these types, so I'm going to keep the community open for the next 90 days and keep this post pinned until then. On June 1st, I will close down this community altogether.

 

cross-posted from: https://communick.news/post/2494298

If you are not aware, sportbots is a project that mirrors Twitter accounts from popular sport reporters, players and the leagues themselves. These bots are presented as regular ActivityPub actors, which means that they can be followed from Mastodon and any other AP service that is oriented towards microblogging.

With my work on Fediverser and the ActivityPub Toolkit, I'm realizing that we could do something similar for Lemmy. The Fediverser system could keep a database of these bots accounts and then map them to the relevant Lemmy instances/communities.

I'd like to get some opinions on how best to do this. Here are some of my ideas, in order of preference:

  1. Reach out to the developer behind sportbots.xyz and ask them to add this integration directly, to make sure that the bots post not just to Mastodon-like systems, but to groups as well.

Pros: it can be very straightforward. No new bots being created on the Fediverse. Cons: the code seems to be closed, so we have to rely on the dev to implement this.

  1. Add the functionality to Fediverser to map mastodon/twitter/bluesky accounts to Lemmy mirror bots, and also map these accounts to the specific communities where they should be posting.

Pros: Accounts could be eventually be used by the real owner. Open source. Cons: More bots in the Fediverse (not at alien.top scale, though). Not that many Lemmy admins seem interested in deploying Fediverser so far.

  1. Create a separate project from Fediverser that does what sportbots is doing, but focused on Lemmy.

Pros: most flexible. Could be easier for other people to run it if interested. I would be sure to open source it. Cons: It's yet-another project that I would be taking on, and I don't have any more bandwidth for new projects unless they are guaranteed to bring some revenue.

Please, let's avoid any "who cares about sports?" or "I only want organic content here" type of discussion. We need content here if we want to get more people to stay active and if you don't care about sports or the bots, just feel free to block them.

view more: next ›