CoderKat,
CoderKat avatar

"has anyone from my server interacted or searched for the post by it's URL" is misleading. I struggled with this yesterday. Turns out you have to search in a very specific way.

In both kbin and Lemmy, you can't just go to the community's URL (which is utterly bizarre). You must search the full magazine name. In Lemmy, you weirdly need the ! in front when searching it to find it. In kbin, you don't need that, but you do need to search the magazine in the "neutral" search mode, not magazine search mode (lol wut?). Actually, in Lemmy you also have to use the "normal" search field and not the community search field.

And of course, both have a discovery issue. People want to be able to search a partial string like "hobby" without having to know what instance their community might be on or if the full name might be things like "hobby_discuss", etc. They should not need a separate tool to do this search. That's just a barrier to entry.

Anyway the whole thing is a usability barrier that needs to change. It also makes smaller instances actively harder to use, which is a bad incentive. We don't want people to experience small instances as "buggy" (even if it's working as intended).

Anyone currently trying to create a sub should have an account on every major instance and subscribe to their new sub to ensure it shows up in the search. And yes, that is just completely silly (and unscalable beyond the biggest instances).

sneakyninjapants,

In Lemmy, you weirdly need the ! in front when searching it to find it

This hasn't been my experience on Lemmy. I'm regularly able to use for example !anime_tiddies or https://madeup.server/c/anime_tiddies in the search bar and it resolves it both ways. Sometimes you need to wait a few seconds for it to populate though.

interdimensionalmeme,

I will simply post /c/animetiddies and wait for the server architecture to unbreak itself until my link becomes valid. Since that is obviously the way it would be.

Snowbird2629,

It should have a search function similar to browse feddit which would then add a community, this way it would be much faster and simpler to subscribe to new communities

Martineski,

It's dumb that someone needs to interact with community in order for it to federate with your instance. Like, how are you supposed to find it in the first place? It makes it difficult for communities to grow on instances that are not mainstream which makes decentralization useless.

andscape,

In order to avoid this restriction you would need a global instance discovery mechanism, which is extremely hard to implement without a central server that keeps a list of all instances in the network. And if you do implement instance discovery through a central server you really are losing the whole point of decentralization.

Additionally, it's good that each instance does not federate with everyone else by default. If it did, it would have to process all activity and keep a local copy of all the content in the entire network. This would be insanely inefficient, and make it prohibitively expensive to run even a tiny instance with 1 user and no communities.

Decentralization isn't useless if you can't immediately see everything in the network, come on... We're just spoiled by centralized services.

Martineski,

Ummmm... All you need is some bots on each instance that automatically will interact once with communities known on lemmyverse.net and boom, you have unlocked full federation for every user on those instances. You are not losing any privacy through that, it just skips the steps where user has to manually index a sublemmy before it federates and makes platform more usable.

sneakyninjapants,

That's certainly an option. Probably pretty useful too. Though I think it would put quite a load on server resources to have every community in the threadiverse cached though.

Martineski,

Yeah, from what I see the whole thing is not scalable and will need some changes in how this all works... :/

interdimensionalmeme,

How is that not part of base code. Lemmy is completely unusable until this is fixed. The clock is ticking on Reddit’s implosion. If this isn’t fixed, the Reddit userbase will go back to Reddit for another 20 years. Please don’t let Lemmy as useless as Mastodon, this is clearly design sabotage by silicon Valley big tech.

haakon,

this is clearly design sabotage by silicon Valley big tech.

Wow. Emerging grassroots tech has deficiencies and growing is hard. No big tech sabotage is needed for this to be the case.

imaqtpie,
@imaqtpie@sh.itjust.works avatar

Calm down bro. Your negative energy is harshing the vibe here. Let's try that again

I see, thanks for the info. The devs should prioritize adding a feature like that into the base code. It would really help reddit migrants get set up here.

See? I liked a couple of your comments in the other thread about downvotes being public information, but you're sounding pretty defeatist and frankly, miserable in the past few hours. If you don't want the reddit userbase to go back, the best thing you can do is be a user that other users enjoy interacting with.

Unless you wanna step in and start coding this thing 🤣

andscape,

Sure, but now this system has a dependency on the "centralized" lemmyverse.net service. And also your instance now has to receive and store a copy of almost the entire network's content. Lots of instances are already struggling to sustain the load, this would make the problem even worse.

If a single instance decides that it can sustain the increased load and doesn't mind depending on lemmyverse.net sure, nothing's stopping them. But it shouldn't be the default behavior for all instances.

interdimensionalmeme,

Yet bittorrent dht is 20 years old. How can this supposedly decentralized service be unable to self organize. Is Lemmy some kitchen napkin high school fair project ?

andscape,

Social media and torrents are pretty damn different. There's a reason no federated platform has implemented automatic discovery, even ones with much more resources than Lemmy, like Mastodon.

I don't know why you folks keep pointing at missing features and saying "Lemmy doesn't have this pretty advanced network feature, so it's not really decentralized", or "it cannot organize", or "it's useless"... It's basically two people's passion project that only blew up in the past month because reddit fucked up. You're not paying for it, are you? So I really don't see how this attitude is warranted.

interdimensionalmeme,

The tech is right there, it’s 20 years old. I’m pointing at it in response to people saying “this is too hard, we can’t have 700 instances sharing a few kilobytes of text !, You’re asking too much”

andscape,

Look, if you understand what a DHT is I also expect you to understand the amount of effort it would take to implement such a feature. The fact that the tech exists does not mean you can just plug it in and go. It took the devs weeks to move from websockets to HTTP, a feature like this would take months and take time away from a lot of other important work.

interdimensionalmeme,

The pseudocode for this feature is as follows Cron job to be run at regular intervals (say top of the hour) Query database for all content (posts, comments) between last packet and now, place in packet. Query database for all moderation actions ( votes, censure, blocking, pinning, etc ) between last packet and now, place in packet. Take packet, name with name on instance plus date range. Export as dht enable magnet link torrent Forward magnet url to all known federated instances

Martineski,

Oh right, forgot to mention it, lemmyverse.net is open source so there's no problem with centralisation because you can run it yourself 👍

Martineski,

If load is that big of a problem then pretty much all instances are in a big trouble because all you need is ONE person that decides to run some bots and it's done anyway.

andscape,

Well yeah, this is a fair point. It's on the instance admins to vet signups and monitor usage. In general the fediverse has a lot of potential for easy DOS attacks, it's one of the main weak points.

Martineski,

I will send you my post on how we got 550 000 bot accounts in 3 days lol

https://lemmy.fmhy.ml/post/176547

sugar_in_your_tea,

you would need a global instance discovery mechanism

I don't think you do. Instances should merely reach out to other instances it's federated with periodically to get a list of communities and some of their metadata. Ideally, they could ask all of those other instances to notify it when a community is added, modified, or deleted, and then store that metadata.

That should be pretty easy to implement, and maybe it already has, idk.

andscape,

Sure, but this isn't finding new instances, just new communities on known instances. Indeed, this is not difficult to implement. The reason it's not done already is for resource economy. A lot of instances are already struggling to scale, making them process and store a lot more content with little value for most users of the instance isn't feasible for a lot of servers right now.

sugar_in_your_tea,

A list of communities isn't "a lot more content." Just run it once daily and the problem is solved. Instances don't need to store posts, just community names available on that instance.

If the issue is finding new instances, I think it's fine for it to take some time the first time someone tries to find a community on that instance. But after that, it should immediately have a list of communities from that instance.

SillyJester,

I agree. My instance feels very dead at times because of this. A lot of communities aren't added and adding all on my own is tiresome. :c

Untitled9999,
Untitled9999 avatar

It would be cool if you could see stuff from other servers/instances without someone from your server/instance interacting with it first, yes.

At the moment I am personally not complaining though. I am sure the developers have tons of things they're trying to work on at the moment. And I can still see stuff from other instances/servers.

Martineski, (edited )

Check my math (which I hope is correct) and see the insane amount of actions needed for full federation with our current system

Bloonface,
Bloonface avatar

This is one of the key issues with the entire Fediverse setup and it's not one there are any good answers to.

Not least since it makes being on the biggest instance objectively the best experience, this defeating the point of decentralisation.

Martineski,

I guess the only way to make things work will be to setup bot accounts that will exist on each existing instance and automatically interact with every community from other instances. With bot account it will be easier to do 10 000 000 actions when it's impossible to do manually.

Martineski,

I just did some math and assumed there are 700 (some instances are blocking other instances) instances and 12 000 communities. 700*12 000 = 8 400 000, users across the platform need to copy url of community and paste it into search this many times to make the platform fully federate with everything. Numbers were taken from here: https://lemmyverse.net/

bane_killgrind,

I don't think full federation is required. I wouldn't want Roblox and Minecraft communities to have porn visible to the users that sign up on those instances.

Martineski,

Dude... If I make an account on instance that has minecraft community on it and go into the fediverse and subscribe to porn sublemmy then it will show up anyway... If you don't want to see porn then turn off NSFW setting and if some instance doesn't tag porn as NSFW report it to your admins and defederate from them if they refuse to resolve the issue.

Martineski,

And I'm not even taking into account platforms that are federating with lemmy, this is amount of actions needed for lemmy to simply federate with itself.

mycus,
mycus avatar

wait, so if you federate with another instance through one community, you won't get to see the rest of the feeds from that instance?

would subscribing to the domain directly (like kbin allows, maybe lemmy could in the future) reduce the number of actions to 700^2?

Martineski, (edited )

Yes and yes. I have no idea how kbin works but numbers are correct.

Edit: numbers are actually not correct

exscape,
exscape avatar

This would increase server load and traffic by a huge amount though, and would the benefit really be that big?

There are already quite good places to find communities for stuff you're interested in, and less niche stuff will be federated "automatically" by these rules unless you're on a small instance.

Good community lists:
https://lemmyverse.net/communities
https://browse.feddit.de/

Reddit communities now on Lemmy:
https://sub.rehab
https://redditmigration.com/

Martineski,

This is dancing around the issue and doesn't really solve the problem. Also, using 3rd party sites to be able to use the platform? Kinda sucks.

Martineski,

Sorry! My bad, numbers are incorrrect but I'm not sure how to calculate correct numbers lol. Wouldn't it be 700x699 or 699x699 because instance wouldn't have to federate with itself?

mycus, (edited )
mycus avatar

oh yeah, it is n * (n - 1)

bc ~700 bots need to do ~700 minus 1 actions

a continue inside an if statement checking if the bot domain is the same as the subscribing one would suffice


edit: or use a search algorithm to pop the domain from the stack before starting the loop, that would be more efficient

edit2: even better: assuming all bot names are the same, you just iterate over the stack (constant), and pop each domain (new stack minus popped domain) and feed it to the 2nd loop.

edit3: SCRATCH EVERYTHING. The bot names don't even have to be the same, you just iterate over a constant stack of botname@domain entries and pop the iteration from it... feed the new stack to the second loop (nested) and done. Why did I take so long to reach this?

zephyr,

Do we have coolguides yet? This is a good place for it.

readbeanicecream,
readbeanicecream avatar

Yup. @coolguides@kbin.social

Books,
Books avatar

Why isn't that clickable?

retiolus,
@retiolus@lemmy.cat avatar
maess,

both links give me a 404

buda,

So what about instances that block other instances? I.e Beehaw. Will they still receive updates?

T156,

No, if you're on a blocked instance.

If you're on an instance that isn't blocked, then yes.

maess,

For lemmy.world and sh.itjust.works, as far as i understand, beehaw users will not be able to see new posts or comments originating from there but still be able to interact with some posts that were made before the defederation but as the interactions won't be synced, only other beehaw users will be able to see them. I am new here so don't quote me on this. I got this from a post on lemmy.world.

Nvno23,

Thank you. As a newcomer I find this very helpful.

haganbmj,
@haganbmj@lemmy.ml avatar

Couple questions.

  • Is there any pattern for backfilling on a new subscription?
  • Direct accessing a post from an unsubscribed server doesn't appear to always load all comments from the host server, is this due to when the content was initially loaded (and maybe some cooldown on refreshing it)?
  • Out of curiosity it looks like content is assigned unique ids against the local server, I assume these are internally mapped to their origin server and ids? Is there a way to direct link to correlated posts similar to the /c/name@server pattern? /post/id@server was my initial guess but doesn't appear to work.
sgibson5150,
sgibson5150 avatar

Oh, look at Mr. Fancy Pants with his Subscribed tab. If there's a personal front page on kbin, I've not found it yet. :P

mycus,
mycus avatar

Do you mean https://kbin.social/sub ?

sgibson5150,
sgibson5150 avatar

OMG yes ty kind internet stranger <3

Sabata11792,
Sabata11792 avatar

Devs got to start adding this chart to their FAQ pages. Cleared up a bunch of questions I had.

testman,

most people on the internet have way too smooth brain to comprehend this
therefore Lemmy is complex and scary

adonis,
adonis avatar

wait... so if one of us follows an NSFW, we all get to see boobs? noice!

GeekFTW,
GeekFTW avatar
maess,

I think OP forgot blocklists. AFAIK instances that allow NSFW are blocked by most other instances.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • lemmy@lemmy.ml
  • DreamBathrooms
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • GTA5RPClips
  • Durango
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • ngwrru68w68
  • tacticalgear
  • JUstTest
  • osvaldo12
  • tester
  • cubers
  • cisconetworking
  • mdbf
  • ethstaker
  • modclub
  • Leos
  • anitta
  • normalnudes
  • megavids
  • provamag3
  • lostlight
  • All magazines