Rooki

joined 1 year ago
MODERATOR OF
[–] [email protected] -1 points 1 month ago

You can even be better than that! You can make a community that fact check news article / news pages. Then we can add the threads from that community to the bot and have there news page specific discussion.

[–] [email protected] 0 points 1 month ago (3 children)

Then give improvement ideas? Deleting the bot is not an option sry.

[–] [email protected] 0 points 1 month ago (1 children)

They have a point but strict fake news it isnt. It is not an option to leave it without any second bias opinion. Its not banning anyone. If you dislike it and demand it to be shutdown for democracy. Then you arent allowing other opinions.

[–] [email protected] 0 points 1 month ago (3 children)

Overwhelmingly negative? Those are the 24/7 negative users. We do anything: Those guys: THIS IS IS A THREAT TO DEMOCRACY

So you stand alone in that statement. See the post vote score.

We give you the option to block it. Block it.

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

You got it. Thats the point. Its just advisory, not if its Bad creditability you will get banned.

[–] [email protected] -2 points 1 month ago

Currently the code is for now private. We will see if we can make it public in the future. The mods wont moderate posts because of the MBFC result.

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

But then the issue arises what the people complain, the human bias.

Because the user x from instance b accuses the user y from instance a be a bigot because they added SomeRandomNewsPage as biased into there. And it repeats and repeats.

So we chose to use the available option to use MBFC and ground.news for 2 seperate options.

We all know the downside of a human maintained list / service (like MBFC) because you can not remove the human part.

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

Yeah that is sadly bad implemented on the apps.

We put the "footer" that could go into a spoiler into a spoiler.

115
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Hello World, As many of you have probably noticed, there is a growing problem on the internet when it comes to undisclosed bias in both amateur and professional reporting. While not every outlet can be like the C-SPAN, or Reuters, we also believe that it's impossible to remove the human element from the news, especially when it concerns, well, humans.

To this end, we've created a media bias bot, which we hope will keep everyone informed about WHO, not just the WHAT of posted articles. This bot uses Media Bias/Fact Check to check context comments and adds a simple reply to show bias. We feel this is especially important with the US Election coming up. The bot will also provide links to Ground.News, as well, which we feel is a great source to determine the WHOLE coverage of a given article and/or topic.

As always feedback is welcome, as this is a active project which we really hope will benefit the community.

Thanks!

FHF / LemmyWorld Admin team 💖

113
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Hello World, As many of you have probably noticed, there is a growing problem on the internet when it comes to undisclosed bias in both amateur and professional reporting. While not every outlet can be like the C-SPAN, or Reuters, we also believe that it's impossible to remove the human element from the news, especially when it concerns, well, humans.

To this end, we've created a media bias bot, which we hope will keep everyone informed about WHO, not just the WHAT of posted articles. This bot uses Media Bias/Fact Check to check context comments and adds a simple reply to show bias. We feel this is especially important with the US Election coming up. The bot will also provide links to Ground.News, as well, which we feel is a great source to determine the WHOLE coverage of a given article and/or topic.

As always feedback is welcome, as this is a active project which we really hope will benefit the community.

Thanks!

FHF / LemmyWorld Admin team 💖

59
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Hello World, As many of you have probably noticed, there is a growing problem on the internet when it comes to undisclosed bias in both amateur and professional reporting. While not every outlet can be like the C-SPAN, or Reuters, we also believe that it's impossible to remove the human element from the news, especially when it concerns, well, humans.

To this end, we've created a media bias bot, which we hope will keep everyone informed about WHO, not just the WHAT of posted articles. This bot uses Media Bias/Fact Check to check context comments and adds a simple reply to show bias. We feel this is especially important with the US Election coming up. The bot will also provide links to Ground.News, as well, which we feel is a great source to determine the WHOLE coverage of a given article and/or topic.

As always feedback is welcome, as this is a active project which we really hope will benefit the community.

Thanks!

FHF / LemmyWorld Admin team 💖

 
 

I have currently:

A Class with multiple functions A Decorator that saves the function to a list

The problem:

When i call the function "this" is not the class ( or not yet initialized )

How can i implement it correctly?

My Class Function Decorator:

export function LemmyOn(data: ILemmyOn) {  

  return function (  
    target: Object,  
    propertyKey: string | symbol,  
    descriptor: TypedPropertyDescriptor<any>  
  ) {  

    events.push({ data: data, fn: descriptor.value });  
    return descriptor;  
  };
}
3
Fact! (lemmy.world)
 
view more: next ›