bdonvr

joined 2 years ago
[–] [email protected] 3 points 2 years ago

Eh?

I like their DNS management and the fact that they only charge the minimum fee to renew domains. But I don't use their DDoS protection or proxy services or anything.

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

Nooooot exactly.

See the way federation works is that each community on each instance has a list of other instances that has at least one subscriber on it. Every time someone does something on that community, such as commenting/voting/posting, it sends that information out to every instance on its list.

So say there's three instances (A, B, and C).

A has 1000 users.

B has 500

C has 10,000

Let's say they're all subscribed to some particular community on instance B.

A user on Instance A comments on a post. Instance A sends this comment to Instance B. Instance B tells Instance C about it so everybody is synced up (and presumably, tells A just to confirm they've received it).

So one action means instance B has to send out 1 or 2 messages to other servers, and in just those two messages was able to serve 11k users (plus it's own 500)

Now let's say all 11,500 users ran their own instance, and this community was on one of them. Again, it's a super popular community and everyone else is subscribed. Call it instance X.

Now, someone comments on a post on this community. Instance X now has to send a message to 11,499 instances. Every single action on this hypothetical network will cause several thousand messages to fly between them. Not efficient to say the least.

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

As I was able to confirm, looks like anyone else on the same instance can see my downvotes. But not anyone on any other instance, even if they have downvotes too.

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

Okay so I've confirmed it.

When downvoting content on an instance that doesn't allow downvotes, you can see only the downvotes that come from other users on your instance. I can see two downvotes now, which happened just after I used a second account to downvote.

[–] [email protected] 15 points 2 years ago* (last edited 2 years ago) (4 children)

Downvoted as well. Looks like no since other people have also downvoted you and you're still at 1

I'll have to test- maybe other users on my instance can see my downvotes, but they won't federate because BeeHaw rejects them. And therefore no other instance can see them.

Edit: Okay so I've confirmed it.

When downvoting content on an instance that doesn't allow downvotes, you can see only the downvotes that come from other users on your instance. I can see two downvotes now, which happened just after I used a second account to downvote.

[–] [email protected] 18 points 2 years ago (20 children)

Well you're a beehaw user. I'm not, and I can actually downvote things here. I'm just not sure if it actually effects anything.

[–] [email protected] 12 points 2 years ago (27 children)

How does it work if a user on another instance (that has downvotes enabled) downvotes comments on BeeHaw.org communities? Are they ignored? Can other instances see them?

[–] [email protected] 6 points 2 years ago (3 children)

Same here - https://lemmy.rogers-net.com

Looking to keep mine small like 100 users (I'll see how much resources that takes, then decide if I want more) so I don't incur large bills but want to do my part. Not really anticipating any real "local" community but since everything is federated, you can always subscribe to any communities on any other instances and just live in your "Subscribed" tab, fully enjoying the Lemmy experience like any big instance. And of course users on other instances can use a community you set up here.

Federates with NSFW servers (that don't have abhorrent content, I defederated/blocked burggit), if that's something you're looking for.

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

Well I'm not sure how you expect that to work... especially moderation/rules wise.

Yeah it would be cool if we didn't have to see the instance name but I don't think it's too big a deal. Just subscribe to the better one and never worry about it.

[–] [email protected] 17 points 2 years ago (6 children)

Keep in mind that the upcoming Lemmy update will probably fix this I think. (Replacing websockets)

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

It's all managed through ICANN (The Internet Corporation for Assigned Names and Numbers)

https://www.icann.org/resources/pages/register-domain-name-2017-06-20-en

Are more simple explanation: https://www.thesitewizard.com/domain/register-with-icann-sans-middlemen.shtml

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

Oh I don't think it's quite ready for everyday use, it works okay for a bit of scrolling. But the dev is updating it pretty often and wants to get everything working (at least the basics) by the end of the month

 

I was trying to figure out how to do this, there's no easy way but there is at least a way.

Login to your server, execute the following commands:

(Use sudo for docker if it gives a permission error. If you manually installed, well I'm sure you can figure it out then lmao)

docker ps

From the output of that find the name of the docker container running Postgres.

docker exec -it DOCKER_NAME_HERE bash

psql -U lemmy -h 127.0.0.1 -p 5432 -d lemmy

\c lemmy

SELECT name from person WHERE local='t';

You can also do name,display_name instead of just "name" in the comment above to see their custom display name.

Hope this helps someone.

view more: next ›