this post was submitted on 04 Sep 2023
45 points (88.1% liked)

Privacy

31181 readers
435 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

So, I've started my own Lemmy instance. The main issue is that right now, I am the only user, which makes it pretty easy for anyone to see what kinds of communities I visited, or am subscribed to. Is there any way to automate creation of some amount of accounts, and subscribing to random communities?

all 28 comments
sorted by: hot top controversial new old
[–] sun_is_ra 16 points 1 year ago (3 children)

How does that make it easy for others to know the comunities you visit / subscribed to?

[–] can 16 points 1 year ago

Only communities a user subscribes to get federated over.

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

clicks username

views comments you've posted

walla my egyptian friend

[–] [email protected] 7 points 1 year ago (1 children)

... okay? But if i subscribe to every lemmynsfw community, but never post to them... you'd have no idea.

With your own instance, looking at the instance list will show them all to anyone.

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

If you are the only user on an instance, your subscriptions are the only ones federating over into the server's All feed. For example, even if you haven't posted in all of these communities, is this not essentially your personal list of subscriptions?

https://lemmy.saik0.com/communities?listingType=All

[–] [email protected] 3 points 1 year ago

That's precisely the issue I'm talking about

[–] [email protected] 1 points 1 year ago* (last edited 9 months ago) (1 children)

[This comment has been deleted by an automated system]

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

Oh that's interesting. I guess when your instance creates a local copy of the post, it would also add the corresponding community to the list to match.

[–] [email protected] 4 points 1 year ago (1 children)
[–] [email protected] 8 points 1 year ago (1 children)
[–] [email protected] 4 points 1 year ago

ooooh of course. I should've just tried saying it out loud haha

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

Maybe by monitoring federation data, or seeing which communities have been fetched?

I know that if you're the first person in an instance to look at a community, it won't load right away. However I'm not sure how someone would monitor that (or why they would want to)

[–] can 4 points 1 year ago* (last edited 1 year ago)

If there's only one user that instance's "all" feed will be indistinguishable from the user's subscription feed.

(unless you do some community seeding)

[–] [email protected] 8 points 1 year ago

Why do you need to automate it and do multiple decoy accounts? Can't you just make a single account and use it to subscribe to a bunch of the biggest communities?

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (2 children)

If your concern is about your instance's publicly visible /instances list, can't you just make it private? Or even make the entire web interface private? You're the boss, after all.

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

I'm afraid making your instance private disables federation.

As for making the web interface private, while it would prevent the average Joe from seeing federated communities, you could still do it through the API, which you have to keep public if you want to use alternative and mobile clients without a VPN.

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

Why not just manipulate the API before it is delivered then?

[–] [email protected] 1 points 1 year ago* (last edited 9 months ago)

[This comment has been deleted by an automated system]

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

People were talking about a script that would go out and subscribe to a bunch of communities. As long as that's better enough should be able to operate under that umbrella?

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

I did this on my instance. You create a new user and give the script those credentials, it goes out and subs to all the trending communities across the various instances so now my instance has a big mish-mash of communities federated, not just the ones I originally subscribed to on my personal user.

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

That's exactly what I need. Could you share the script you use?

[–] [email protected] 2 points 11 months ago

I finally found the script, sorry for the massive delay.

https://github.com/Fmstrat/lcs

It's named "Lemmy Community Seeder" which is probably why I couldn't find it anywhere, I wasn't searching for those terms.

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

I can't seem to find it in a Google search now so I'll take a look at my server in case I ran the script there and saved a copy. There appear to be a lot of similar tools now to assist with people moving over from Reddit but this script was really quick and handy.