this post was submitted on 26 Jul 2024
47 points (98.0% liked)

New Communities

16823 readers
95 users here now

A place to post new communities all over Lemmy for discovery and promotion.

Rules

The rules may be more established as time goes on, but it's important to have a foundation to work on.

1. Follow the rules of Lemmy.world - These rules are the same as Mastodon.world's rules, which can be found here.

2. Include a community title and description in your post title. - A following example of this would be New Communities - A place to post new communities all over Lemmy for discovery and promotion.

3. Follow the formatting. - The formatting as included below is important for people getting universal links across Lemmy as easily as possible.

Formatting

Please include this following format in your post:

[link text](/c/community@instance.com)

This provides a link that should work across instances, but in some cases it won't

You should also include either:

!community@instance.com

or instance.com/c/community

FAQ:

Q: Why do I get a 404?

A: At least one user in an instance needs to search for a community before it gets fetched. Searching for the community will bring it into the instance and it will fetch a few of the most recent posts without comments. If a user is subscribed to a community, then all of the future posts and interactions are now in-sync.

Q: When I try to create a post, the circle just spins forever. Why is that?

A: This is a current known issue with large communities. Sometimes it does get posted, but just continues spinning, but sometimes it doesn't get posted and continues spinning. If it doesn't actually get posted, the best thing to do is try later. However, only some people seem to be having this problem at the moment.

Image Attribution:

Fahmi, CC BY 4.0 https://creativecommons.org/licenses/by/4.0, via Wikimedia Commons

founded 1 year ago
MODERATORS
 

Yesterday I posted about rss.ponder.cat, with communities automatically fed from a selection of RSS feeds. Today I made !meta@rss.ponder.cat, with:

  • A sticky-post roadmap of the RSS feeds that are already available
  • A place for people to request communities to be added
  • A place for me to post announcements about new communities

I don't plan to spam !newcommunities@lemmy.world with every new RSS feed, but I figured I would let people know the location of the community that will get announcements about new RSS feed communities, in case they want to subscribe to it.

Cheers!

top 12 comments
sorted by: hot top controversial new old
[–] Blaze@sopuli.xyz 11 points 1 month ago (1 children)
[–] dogsnest@lemmy.world 6 points 1 month ago

Agreed!
This rocks for me, for sure.

Many thanks.

[–] Elevator7009@kbin.run 5 points 1 month ago (3 children)

I'm not saying this to crap on your community—I'm just genuinely curious. Why make a community that's just an RSS feed when I can just subscribe to the RSS feed of the website?

[–] PhilipTheBucket@ponder.cat 9 points 1 month ago

It enables you to use Lemmy as your RSS reader.

You could always add all the feeds to your RSS reader including the Lemmy communities, but now you can do the other way around, even if you don't habitually use RSS.

[–] Blaze@sopuli.xyz 6 points 1 month ago* (last edited 1 month ago)

Crowd sourced curation is always nice

[–] mark@programming.dev 3 points 1 month ago* (last edited 1 month ago) (1 children)

Yeah this doesn't make much sense to me either. The sudden influx of duplicate posts across Lemmy over the last couple of days makes it seem a little weird.

[–] PhilipTheBucket@ponder.cat 4 points 1 month ago (1 children)

Can you give some examples? I don't want it to become botspam. If the RSS bot is creating duplicate postings, then I may need to fix or adjust something.

[–] Dark_Arc@social.packetloss.gg 2 points 1 month ago* (last edited 1 month ago) (1 children)

Speaking as the operator of u/Auto_Post_Bot@social.packetloss.gg ... I think it's kind of inevitable with the current design of lemmy for folks that browse "all" instead of subscribed ... and in some cases local.

As an example, Auto_Post_Bot posts news post to !zed@lemmy.world and !zed@programming.dev (the latter is recent per request from the admin over there, as they don't want centralized communities)... So if your instance is "subscribed" to both, it's going to be a "duplicate" post in the "all" feed.

[–] Ategon@programming.dev 4 points 1 month ago (1 children)

On lemmy-ui if both posts are both "visible" in the feed they will be compacted into one post if they share the same link meaning there wont be a duplicate post (unless you paginate and theyre on different pages)

Some other frontends such as sync dont do this though but they really should

[–] Dark_Arc@social.packetloss.gg 3 points 1 month ago* (last edited 1 month ago) (1 children)

That's kind of a strange design choice itself because it means that one community is kind of "hidden" ... but only sometimes.

Very interesting though, thanks for sharing that.

[–] Ategon@programming.dev 3 points 1 month ago* (last edited 1 month ago) (1 children)

The links to the other posts show up below in a cross-posted to section so you can still access it if you want. The limitation on it needing to be the same page comes from this handling happening on the frontend instead of the backend. Ideally imo backend should handle it like how it handles the cross-posts displayed when looking at the post itself

[–] Dark_Arc@social.packetloss.gg 1 points 1 month ago* (last edited 1 month ago)

Yeah, I've been thinking it might make sense for Lemmy post to be ... almost "tabbed" when they're link post. So if the link for several different posts is the same you end up with "tabs" for the other communities, that swap you between the titles, descriptions, and comments sections from those communities (and possible a "merged"/"all" tab that lets you see comments from all communities).

Probably a toggle somewhere for "just communities I'm subscribed to" vs "all communities my instance knows about" as well.

I'm not sure how exactly to make that look pretty, but I'm confident it can be done.