this post was submitted on 08 Jan 2026
170 points (98.9% liked)

Fediverse memes

3054 readers
173 users here now

Memes about the Fediverse.

Rules

General
  1. Be respectful
  2. Post on topic
  3. No bigotry or hate speech
  4. Memes should not be personal attacks towards other users
  5. We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
    • Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
  6. This is not the place to start flamewars between Lemmy, Mbin and Piefed.

Elsewhere in the Fediverse

Other relevant communities:

founded 1 year ago
MODERATORS
 
top 15 comments
sorted by: hot top controversial new old
[–] Iheartcheese@lemmy.world 26 points 2 months ago

I'm so tempted to repost this

[–] Atherel@lemmy.dbzer0.com 18 points 2 months ago (2 children)

I wish crossposts would link to the original by default instead of having their own comment section

[–] asudox@lemmy.asudox.dev 7 points 2 months ago* (last edited 2 months ago) (1 children)

That is a bad idea. Cross posts aren't a special type of post. Your instance simply checks the URLs of posts and finds other posts with the same URL. That is how cross posting works in Lemmy.

https://github.com/LemmyNet/lemmy/blob/6f45f801cc0582b14360fd52737cbad3a98b7250/crates/api/api_crud/src/post/read.rs#L90

[...]

  // Fetch the cross_posts
  let cross_posts = if let Some(url) = &post_view.post.url {
    SearchCombinedQuery {
      search_term: Some(url.inner().as_str().into()),
      post_url_only: Some(true),
      type_: Some(SearchType::Posts),
      ..Default::default()
    }

[...]

Piefed seems to do the same thing

[...]

new_cross_posts = db.session.query(Post).filter(Post.id != self.id, Post.url == self.url, Post.deleted == False,
                                                        Post.status > POST_STATUS_REVIEWING).order_by(desc(Post.id)).limit(limit)

[...]

I also found this weird hardcoded ap id in the function that "calculates" cross posts in piefed for some reason:

[...]

if self.community.ap_profile_id == 'https://lemmy.zip/c/dailygames':
            # daily posts to this community (e.g. to https://travle.earth/usa or https://www.nytimes.com/games/wordle/index.html) shouldn't be treated as cross-posts
            return


[...]

!dailygames@lemmy.zip

[–] wjs018@piefed.social 14 points 2 months ago* (last edited 2 months ago)

IIRC that extra PieFed code is because the daily games that get posted to that community were constantly being collapsed into crossposts. It really hurt the visibility of the most recent post, kind of defeating the purpose of the community.

[–] tetris11@feddit.uk 6 points 2 months ago* (last edited 2 months ago)

they do though. Edit: Ohhh, like it redirects there too not just links there

Yeah that would be a cool feature to offer the user when they submit

[–] ramble81@lemmy.zip 11 points 2 months ago (1 children)

So what’s the problem? The post gets visibility and interaction if it’s good with eyeballs on it. Lemmy doesn’t have a “reputation” system like Reddit. Votes don’t matter, and you’re not monetizing it.

[–] ryven@lemmy.dbzer0.com 15 points 2 months ago (1 children)

But the post on the big instance is not helping the small instance grow, which is why they put it there. Over-centralization isn't desirable.

[–] Zoomboingding@lemmy.world 8 points 2 months ago (1 children)

People can see where it's reposted from, and they wouldn't have seen the instance without the repost

[–] Deceptichum@quokk.au 2 points 2 months ago

I’ve started many comms. I find far more subscribers after direct posts than when I cross-post to the point I don’t do it any more.

[–] KillerTofu@lemmy.world 5 points 2 months ago (1 children)

Like it’s a Stargate mission.

[–] aeronmelon@lemmy.world 4 points 2 months ago

Walter: “UNSCHEDULED OFF-WORLD REPOSTING!”

[–] Ludicrous0251@piefed.zip 4 points 2 months ago (1 children)
[–] Deceptichum@quokk.au 3 points 2 months ago

I’m on PieFed we already have that.

The goal is to help smaller comms and instances get exposure and avoid everything being on .world. This does not help with that.

[–] Rhoeri@piefed.world 3 points 2 months ago

This is why there’s no chance there will ever be an even population of instances. It was never going to happen

[–] maam@feddit.uk 1 points 2 months ago

I love boycotting the big problematic instances too!