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.
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 [email protected] 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.
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.
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.
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 [email protected] 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.
Very interesting idea, thanks.
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.
Wasn’t that the idea behind zeronet? I think zeronet is dead(?) now, but it was a fun concept. https://github.com/HelloZeroNet/ZeroNet
Interesting, never knew!
I recall https://www.gnunet.org/ but its been a LONG time since ive played around with it.
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.
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.