this post was submitted on 16 Sep 2025
215 points (99.1% liked)

Fediverse

36985 readers
238 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] Ulrich@feddit.org 39 points 1 week ago (1 children)

I was wondering why I was receiving a bunch of late replies...

[–] Blaze@lemmy.zip 16 points 1 week ago (1 children)
[–] Ulrich@feddit.org 7 points 1 week ago (1 children)
[–] mesamunefire@piefed.social 6 points 1 week ago (1 children)

Wow sign my comment!

Good post though. Of all of them to get noticed, thats a good one :)

[–] Ulrich@feddit.org 4 points 1 week ago (1 children)

I signed it with an upvote. You're welcome.

[–] mesamunefire@piefed.social 4 points 1 week ago

Ill treasure it forever!

[–] jeena@piefed.jeena.net 27 points 1 week ago (1 children)

I wonder if the caching is not aggressive enough or something.

I had a PeerTube video from my instance on the HN FrontPage last week and the load was minimally higher compared to before or after.

I had several of my blogposts on HN FrontPage in the past. The first time it happened it brought my poor VPS to the Knies, but I learned from it and cached pages with nginx for some minutes and since then never had any problems. Just invalidate the cache when there are changes.

[–] mesamunefire@piefed.social 6 points 1 week ago (1 children)

How does peertube cache? I know it P2P the video which is nice in case anything goes viral, but I never took the time to figure out any caching.

My tiny single digit user instance seems to keep up with any traffic on a equivalent of a pi.....so I assume its good .

[–] jeena@piefed.jeena.net 1 points 1 week ago (1 children)

I also put the video itself into a S3 bucket, so PeerTube basically only has to show the meta data and the comments from my server, so kind of like what Mastodon or Lemmy/PieFed has to do. I just had a look at the [PeerTube nginx config((https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube) but couldn't see anything there which would do caching, so I assume the app does it's own caching somewhere.

For my website, which is a rails application, I did

proxy_cache_path /var/lib/nginx/cache/jeena.net keys_zone=jeenanet:30m;

and then

location @rails {
    # ...
    proxy_cache jeenanet;
}
[–] mesamunefire@piefed.social 2 points 1 week ago (1 children)

Nice! Yeah the S3 is a good way to work with it. They are dirt cheap at least.

...I should probably upgrade my setup at some point haha.

[–] jeena@piefed.jeena.net 2 points 1 week ago* (last edited 1 week ago)

I had the problem that peertube redundancy only works on public videos and most of my videos are private/internal. And in my specific case I hosted them in Germany where my server is and because of routing and peering they would always buffer a lot in South Korea where I am so I had to solve it in a creative way, the S3 bucket is one part of my solution, putting it in the right country was another, which I explain in detail here: https://tube.jeena.net/w/uXZN52xsH75LbHWNt8dsLY

[–] AntiBullyRanger@ani.social 13 points 1 week ago (1 children)

DDoS by venture capitalism.

[–] HobbitFoot@thelemmy.club 8 points 1 week ago (1 children)

That was how the Internet worked back in the day. Site reliability for small sites was shit and going viral would routinely pull a smaller site down.

[–] tofu@lemmy.nocturnal.garden 9 points 1 week ago (1 children)

It's been somewhere on reddit as well today

[–] technocrit@lemmy.dbzer0.com 8 points 1 week ago (1 children)

Fashy tech bros incoming...

[–] Scrollone@feddit.it 3 points 1 week ago (1 children)

I'll be honest, there's a lot of reasonable people on HackerNews. Not only tech bros.

[–] vala@lemmy.dbzer0.com 2 points 1 week ago

I would agree in the past but in the last few years this site has doubled down on the silicon valley brand of techno-fascism and I just can't read the comments without losing faith in "hacker culture" at this point.

[–] skepller@lemmy.world 8 points 1 week ago* (last edited 1 week ago) (1 children)
[–] grue@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (1 children)

That's not a "post from feddit.org," that's a "post by a feddit.org user on a lemmy.ml community." It may be DDOSing feddit.org because that server's view of it is the link that happened to go viral, but there's no reason folks outside Lemmy couldn't view it on the server it's actually posted on, or some other third node like lemmy.world or whatever.

[–] Xylight@lemdro.id 3 points 1 week ago* (last edited 1 week ago) (1 children)

The original link ap_id corresponds to the author's instance.

User@feddit.org posts to community@lemmy.ml. The path the post will take is this:

User -> Author's instance -> Community's instance -> Notified to all other instances subscribed, to download from author's instance.


As for your other point, there is no good universal Lemmy linking thing for posts. communities and users have names that work on any instance, but there's no similar unique identifier for posts.

[–] grue@lemmy.world 1 points 6 days ago* (last edited 6 days ago)

As for your other point, there is no good universal Lemmy linking thing for posts.

In another comment I mentioned that there's this lemmyverse link thing. From the way you phrased that I'm not sure if you don't know about it, or do know but just don't think it's good, but I think it's about halfway to being useful.

What it needs to get the rest of the way is to:

  • default to some kind of load-balanced or at least round-robin instance selection instead of defaulting to the original instance of the link given, and
  • be built into the Lemmy UI(s) so that it's easy to grab a lemmyverse.link URL to share.
[–] mesamunefire@piefed.social 6 points 1 week ago (1 children)

Nice! I have a feeling that most of the fediverse dont use a whole lot of caching. I dont really enjoy some of the things cloudflare does, but it does do a good job with caching.

Is Memcache still a thing? I remember using that for a LOT of older apps back in the day.

[–] grue@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (2 children)

IMO what we need is a different sort of thing more like load-balancing than caching, where users from outside the Fediverse (i.e. who aren't logged in to the server whose URL they're trying to load and thus probably don't actually have a strong preference about which instance they actually view it from) get redirected to other instances to help spread out the load.

There's no particular reason why the entirety of Hacker News and Reddit needs to be piling in to view this thing that was posted to !linux@lemmy.ml just because a feddit.org user happened to have been the one who wrote it (and possibly shared it).

Posts and comments already have a chain icon for the URL of the view of them on the user's current server and a fediverse graph icon for the URL of them on the poster's home server, but maybe there needs to be a third icon for the lemmyverse link url or something like that.

[–] mesamunefire@piefed.social 1 points 1 week ago* (last edited 1 week ago) (1 children)

Very interesting idea. Peertube already does this sorta. The p2p nature means the more traffic/servers, the less load the original instance has to push.

[–] CAVOK@lemmy.world 1 points 1 week ago (1 children)

Wasn't that the idea behind zeronet? I think zeronet is dead(?) now, but it was a fun concept. https://github.com/HelloZeroNet/ZeroNet

[–] mesamunefire@piefed.social 2 points 1 week ago (1 children)

Interesting, never knew!

I recall https://www.gnunet.org/ but its been a LONG time since ive played around with it.

[–] CAVOK@lemmy.world 1 points 1 week ago (1 children)

I like I2p but it doesn't solve the problems that zeronet did.

Will have to look into gnunet though. Not sure what that does, or how.

[–] mesamunefire@piefed.social 2 points 1 week ago

Its basically i2p but older(?) and harder(?) to use. Its more like tor from what I understand.

https://docs.gnunet.org/latest/guis/gtk.html is a good place to start after the installation from what im seeing.

[–] rimu@piefed.social 1 points 1 week ago

Very interesting idea, thanks.

[–] jlow@discuss.tchncs.de 5 points 1 week ago

I have no idea how to get my app to open the original article ( https://feddit.org/post/18353777 ) so I'll just mention here that I installed PostmarkedOS on my ancient Wileyfox Swift a few days ago.

And while it was very exciting this particular setup was barely usable. I tried all the UI / DE options but only Phosh and KDE recognized touch inputs (so I could not do anything on Gnome and SXMO or whatever it is called). Phosh had some very weird problems with the onscreen keyboard and flickering menus and KDE had amazing graphical glitches (it really was quite something, I wish I had taken photos with another camera now) and sleep wasn't working even after the fixes from the wiki. I really wanna check it out on mever hardware at some point through, I think it's a really cool project:

https://postmarketos.org/

[–] p03locke@lemmy.dbzer0.com 4 points 1 week ago

Sounds like a skill issue.

load more comments
view more: next ›