this post was submitted on 04 Feb 2025
64 points (95.7% liked)

Programming.dev Meta

2365 readers
9 users here now

Welcome to the Programming.Dev meta community!

This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.

Links

Credits

founded 2 years ago
MODERATORS
 

As per our policy of hiding political communities, pornographic communities and communities hosting bot spam, [email protected] is now set to hidden as its content is mainly USA centric political news.

Those of you who want to continue to see posts from [email protected] are encouraged to subscribe to the community, which will make the it visible for your account.

The mods over [email protected] have already been notified of this move and understand our decision, please do not bother them by pinging them here.

A previous announcement post of other hidden communities can be seen here

top 24 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 2 days ago* (last edited 2 days ago) (1 children)

Is there any API to get a list of all hidden communities? I'm tempted to subscribe to all of them because I exclusively browse all and don't want things filtered.

Edit: disregard, I see someone already asked

[–] [email protected] 8 points 2 days ago (1 children)

You could theoretically just loop through every community via "get_communities" and then com_obj["community_view"]["community"]["hidden"] :: boolean *I'm writing this on memory, the json structure may be slightly different

and then just subscribe to every community that pops up.

It will likely be slow though, and it's mostly NSFW + [email protected] that would pop up on c/all if you did. I also *think* lemmygrad as an instance is hidden, so those communities may pop up if they tend to reach c/all.

I'll discuss with the team about making a public list of hidden communities.

[–] [email protected] 5 points 2 days ago

Thanks, I appreciate it. I saw the previous post about the foomoe communities. I'm mostly just curious, I don't see this as some sort of unjust censorship or something like that. I appreciate all the work y'all do for this instance. 💜💜

[–] [email protected] 16 points 3 days ago* (last edited 3 days ago) (2 children)

the title of this post sounds more serious than it actually is, maybe the title should be modified?

maybe just add "unless you subscribe"?

[–] [email protected] 2 points 3 days ago (1 children)

It's just the name of API call

[–] [email protected] 12 points 3 days ago (1 children)

Right but it's not a well-known feature of Lemmy, so people won't know that

[–] [email protected] 9 points 3 days ago* (last edited 3 days ago) (1 children)

I've updated the title. Ideally people will read the content of announcements though.

[–] Zorque 9 points 3 days ago

Ideally the world wouldn't be sliding down a fascist waterslide a mach 3. Ideally.

[–] givesomefucks 1 points 3 days ago* (last edited 3 days ago)

The whole post seems unnecessary when this instance has 6 users a day.

Im honestly not sure why world federated with every instance they could find, or why these tiny instances don't just unfederate from world if they have so many issues with it

[–] [email protected] 8 points 2 days ago* (last edited 2 days ago)

just to note:

this hides the community from searches unless you put in the exact community ID

https://programming.dev/search?q=news&type=Communities&listingType=All

this also hides the comments inside posts from the community, unless you are subscribed, even if you browse to the post directly

I think this should maybe be considered a bug? anyone agree? I can file the bug report on Github

EDIT: https://github.com/LemmyNet/lemmy/issues/5390

and https://github.com/LemmyNet/lemmy/issues/5391

and https://github.com/LemmyNet/lemmy-ui/issues/2943

[–] [email protected] 11 points 3 days ago (1 children)

Is there a single list of all hidden communities on the instance? I generally browse All and I now question what I may have been missing by not explicitly subscribing.

[–] [email protected] 13 points 3 days ago* (last edited 3 days ago) (3 children)

There are 282 communities marked as hidden in our database, I'll have a talk with the team about publishing a complete list.

The current spread looks something like this:

lemmit.online: 89
lemmynsfw.com: 64
zerobytes.monster: 36
lemmy.world: 12
ani.social: 12
lemy.nl: 9
hexbear.net: 8
lemmygrad.ml: 7
lemmy.ml: 6
fanaticus.social: 4
lemmyf.uk: 4
lemmy.smeargle.fans: 3
selfhosted.forum: 3
programming.dev: 3
beehaw.org: 2
feddit.uk: 2
lemmy.zip: 2
academy.garden: 2
radiation.party: 1
derp.foo: 1
lemmy.dbzer0.com: 1
catata.fish: 1
lemmy.capebreton.social: 1
sh.itjust.works: 1
ttrpg.network: 1
metacritics.zone: 1
lemmy.ca: 1
communick.news: 1
gearhead.town: 1
midwest.social: 1

For the eagle eyed people out there, the map is 2 communities short. The basic script I wrote couldn't find them.

[–] [email protected] 1 points 2 days ago (1 children)

For the eagle eyed people out there, the map is 2 communities short. The basic script I wrote couldn’t find them.

is it possible those communities have been deleted?

[–] [email protected] 1 points 2 days ago

I could see one if the ids in the table, but querying the community id via the API doesn't work. Not sure

[–] [email protected] 0 points 2 days ago

Then it doesn't exist, Kenobi

[–] [email protected] 0 points 3 days ago

the map is 2 communities short

Couldn't find 2 hidden communities? I guess it's working then! 😂

[–] [email protected] 8 points 3 days ago (1 children)

I should move instances, I use All to read news, my subscribed feed is all more positive stuff so I don't doomscroll.

[–] [email protected] 1 points 1 day ago (1 children)

I use All to read news, my subscribed feed is all more positive stuff so I don't doomscroll.

I do the same. I'm not going to move instances over this, but it is an annoyance. Hopefully this hiding is temporary, or the issues I filed on Lemmy's GitHub will improve the situation. Otherwise I guess I'll subscribe and unsubscribe every day to check it? Lol

[–] [email protected] 1 points 1 day ago

I doubt it will be temporary, all news is going to be increasingly political for the foreseeable future.

I knew the admins were eventually planning on doing this but I didn't realize it had already started and that it affected apps. Unfortunately it's fundamentally at odds with the way I want to use Lemmy.

[–] [email protected] 5 points 2 days ago

I didn't know I needed this. Thanks!

[–] [email protected] 4 points 3 days ago

Thanks! Oft lately my filters for keywords (trump, musk) where not enough.. Let's see if this helps.

Specially since there's a reddification of content/ users.

[–] [email protected] 4 points 3 days ago (1 children)

Does this affect apps/alternate front ends too?

[–] [email protected] 4 points 2 days ago

yea, when I open the community in Boost it's empty there too

[–] [email protected] 3 points 3 days ago

Nice initiative