Live data from Hacker News

Lemmy: Federated Alternative to Reddit in Rust

github.com

71–80 of 108 posts

Re: Lemmy: Federated Alternative to Reddit in Rust

#71
Mastodon has been responsible for helping drive a lot of growth in the federated app space. PeerTube for videos, and perhaps a dozen other services (see https://blog.joinmastodon.org/2018/06/why-activitypub-is-the... for some of them).

I also recently found the early but promising Plume project for operating a federated blog ( https://joinplu.me/ ).

Icing on the cake? Quite a few of the federated projects are written in Rust.

Re: Lemmy: Federated Alternative to Reddit in Rust

#72

One suggestion: if you want the federated crowd to jump on board, then choose another font provider than Google, which uses their font links for tracking.

Thanks for pointing this out. I guess this is something I had assumed Google does by serving the fonts for free, but I never really bothered to look into it. Going to remove all Google Fonts references from my projects now.

Re: Lemmy: Federated Alternative to Reddit in Rust

#73

Serious question: from a user perspective, isn't spam going to be insanely bad in the Fediverse? How do you stop spam without a central authority?

Might be offset by way fewer ads, influencers and platform-driven notifications. I find that those things are the main sources of spam on say Twitter or Instragram.

Re: Lemmy: Federated Alternative to Reddit in Rust

#74
post #50

Earlier quoted context omitted.

Oh. Activity pub is complex and difficult to implement. The test suite is down. Leaving it to last makes me worry that it won’t happen.

Check out https://gitlab.com/mbajur/prismo/ .

Or https://github.com/mariusor/littr.go - which is my project.

Not federated yet either unfortunately. But I think one of the few fediverse projects that dogfoods ActivityPub by using the client to server protocol to communicate between frontend and api.

Re: Lemmy: Federated Alternative to Reddit in Rust

#75
post #66
post #50

Earlier quoted context omitted.

Check out https://gitlab.com/mbajur/prismo/ .

also doesn't really federate

Follows work at least. Commenting directly on stories works, as far as I remember, but I think the main issue is that it doesn't properly create a list of inboxes that a comment is addressed to to push the messages to them.

Re: Lemmy: Federated Alternative to Reddit in Rust

#77
post #32

Earlier quoted context omitted.

> Large instances like Mastodon.social are generally blocked tho (if your admin/democracy cares about a vibrant Fediverse). Ah, so you achieve vibrancy by .. blocking a large number of the users?

Honestly, I think this is the wrong way of looking at things. The Fediverse isn't really like a single social network that's shattered amongst many instances ... it's more like a bunch of individual, separate hangouts, in the vein of classic forums and IRC chatrooms and fandom websites, which have the ability to talk to each other and share stuff if they want. It's not so much about "blocking" mastodon.social as not…

I think it's sad that we cannot figure out a way to have LARGE federated communities that remain functional.

Re: Lemmy: Federated Alternative to Reddit in Rust

#78

One suggestion: if you want the federated crowd to jump on board, then choose another font provider than Google, which uses their font links for tracking.

Thanks for pointing this out. I guess this is something I had assumed Google does by serving the fonts for free, but I never really bothered to look into it. Going to remove all Google Fonts references from my projects now.

Google claims they don't track with fonts: https://developers.google.com/fonts/faq#what_does_using_the_...

Whether you believe them or not is up to you of course.

Post reply on HN