Probably not besides looking up old posts and info. After the past week or so of not using Reddit, can’t really say I miss it. Lemmy reminds me of the pre-social media days of web forums and I love it.
bootyberrypancakes
joined 1 year ago
It really seems like it… I half expect Reddit to disable making big subreddits private
They just needed 20 million more
Maybe by the time my son is old enough to play with me, lol
Right now, endeavourOS and XFCE on my desktop, Unraid on my server.
I just looked at the Rust code from https://github.com/LemmyNet/lemmy/blob/main/crates/api_common/src/community.rs
and it looks like you need to give it params to get what you need, i.e.
curl https://lemmy.blahaj.zone/api/v3/community/list?type_=Local\&sort=Active\&limit=50 | jq
Returns the top 50 local communities sorted by Active