I want instances that block as few other users as possible so I can decide for myself what content I see.

Then you want to selfhost, otherwise you’ll always be at the will of someone else to decide which instances they want to federate with.

Even then, you’ll still want to have in mind instances known for spam, bots, or shady content have been blocked.

Even then, you’ll still want to have in mind instances known for spam, bots, or shady content have been blocked.

Is there a list tracking these instances?

Ategon
mod
link
fedilink
3
edit-2
1Y

Fediseer tends to be what most people use to track and list this sort of thing (and its whats used for this instance)

https://gui.fediseer.com/instances/censured?page=1

A lot of blocks people have are of mastodon instances as well so if youre only interested in thread content that probably needs to be taken into account as well since mastodon instances tend to have more people than lemmy instances

Just add 1 to the denominator.

Simple is best.

The max(1,total_blocked) method will make instances with 1 blocked and 0 blocked appear to be equal.

dumples
link
fedilink
21Y

Also to note if you don’t want significantly change the proportions add 1 to both top and bottom. It’s going to remove the divide by zero error and won’t significantly alter ratios. It’s used often in data science to avoid this problem

It’s hard to say what algorithm would serve you better. Seems like this does what you are seeing it to do. It’s not how I’d do it, but I don’t prioritize unblocked users. To fix this, I’d assign a multiplier for zero blocked users. It might be one so that no blocked users is the same as one mathematically. But maybe free speech is so important to you that you give it a multiplier of 2 or wherever.

active_users / [MAX(1,blocked_users)]

This would be a multiple of 1. Change the 1 to a 0.5 for a multiple of 2.

I didn’t look at the script but it probably has a Max function which just returns the higher of two numbers, effectively putting a lower bound on the possible values.

Create a post

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



  • 1 user online
  • 1 user / day
  • 1 user / week
  • 1 user / month
  • 1 user / 6 months
  • 1 subscriber
  • 1.21K Posts
  • 17.8K Comments
  • Modlog