this post was submitted on 04 Feb 2025
67 points (97.2% liked)

Programming.dev Meta

2707 readers
1 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, !news@lemmy.world 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 !news@lemmy.world are encouraged to subscribe to the community, which will make the it visible for your account.

The mods over !news@lemmy.world 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
[–] Die4Ever@programming.dev 16 points 10 months ago* (last edited 10 months ago) (1 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"?

[–] UlrikHD@programming.dev 2 points 10 months ago (1 children)

It's just the name of API call

[–] Die4Ever@programming.dev 12 points 10 months ago (1 children)

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

[–] UlrikHD@programming.dev 9 points 10 months ago* (last edited 10 months ago) (1 children)

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

[–] Zorque@lemmy.world 8 points 10 months ago

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

[–] fuzzzerd@programming.dev 11 points 10 months 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.

[–] UlrikHD@programming.dev 13 points 10 months ago* (last edited 10 months 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.

[–] Die4Ever@programming.dev 1 points 10 months 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?

[–] UlrikHD@programming.dev 1 points 10 months ago

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

[–] GBU_28@lemm.ee 0 points 10 months ago

Then it doesn't exist, Kenobi

[–] SmartmanApps@programming.dev 0 points 10 months ago

the map is 2 communities short

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

[–] the_artic_one@programming.dev 10 points 10 months 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.

[–] Die4Ever@programming.dev 3 points 10 months 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

[–] the_artic_one@programming.dev 2 points 10 months 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.

[–] Die4Ever@programming.dev 8 points 10 months ago* (last edited 10 months ago) (1 children)

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

[–] ReversalHatchery@beehaw.org 3 points 10 months ago

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

that's right, it doesn't seem right

[–] JackbyDev@programming.dev 7 points 10 months ago* (last edited 10 months 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

[–] UlrikHD@programming.dev 8 points 10 months 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 + !news@lemmy.world 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.

[–] JackbyDev@programming.dev 5 points 10 months 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. 💜💜

[–] starman@programming.dev 6 points 10 months ago

I didn't know I needed this. Thanks!

[–] JackbyDev@programming.dev 4 points 10 months ago (1 children)

Does this affect apps/alternate front ends too?

[–] Die4Ever@programming.dev 4 points 10 months ago

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

[–] anzo@programming.dev 4 points 10 months 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.

[–] Blaze@feddit.org 3 points 10 months ago

Nice initiative