Rooki

joined 2 years ago
MODERATOR OF
[–] Rooki@lemmy.world 1 points 2 weeks ago

80€ is crazy nintendont games are just crazy priced and have fun getting one second hand games if nintendo allows it. 80€ for a AA game is much and a scam for a re released game because of a new poatform even tho old switch games should work.

[–] Rooki@lemmy.world 1 points 2 weeks ago (2 children)

Still 80€ is too much dont freaking accept this bs pricing

[–] Rooki@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks ago) (4 children)

I mean especially as a parent do i want to waste 80€ for a game? And i mean switch (1) is that what you describe the switch 2 is a cashgrab you cant tell me differently.

[–] Rooki@lemmy.world 0 points 2 weeks ago

Dont even get me started on them, switch 2 is a cashgrab no discussion. The only new thing is a mouse....

[–] Rooki@lemmy.world 1 points 2 weeks ago

I did that with the steamdeck dock its pretty awesome that it can run a higher resolution secondary screen with full hd and game on the side.

[–] Rooki@lemmy.world 0 points 2 weeks ago (6 children)

It will soon just wait.

If Nintendo allows you to play their games get not a switch ditch their platform with their 10 games.

[–] Rooki@lemmy.world -3 points 2 weeks ago

I mean its so closed off it should be.

[–] Rooki@lemmy.world 3 points 3 weeks ago (4 children)

If i am honest i dont have any games that DONT run on. It can run cyberpunk, baldurs gate, a lot other AAA / Indie games.

If it doesnt run, the devs did something SPECIAL to f*ck steamdeck / linux users.

The suspend game feature is probably the biggest player, especially when its idle it doesnt use any power ( except of course the common battery drain ) in comparison to windows "sleep" it just blacks out the screen and maybe run a little less background tasks.

[–] Rooki@lemmy.world 1 points 3 weeks ago (8 children)

Toe to Toe? At least the steamdeck can run Crysis. Switch not, easy Steamdeck win.

Performance upgrade on a already locked on 60fps ( some 30 ) games? on default on a LCD display? That they didnt even considered default on OLED display is just .... cash grabby.

[–] Rooki@lemmy.world -5 points 3 weeks ago (2 children)

and lost it after the Wii U.

Switch was the last in the line of "inovation" and now they go for the cash grab.

[–] Rooki@lemmy.world 20 points 3 weeks ago (41 children)

Would still get a 1k steamdeck over a 600€ still overpriced switch 2 with 80€ rereleased crap. With vulnerabilities found in the first week of launch.

[–] Rooki@lemmy.world 11 points 3 weeks ago

Woah in 2 years, that will be definitly not be forgotten until then....

123
submitted 11 months ago* (last edited 11 months ago) by Rooki@lemmy.world to c/news@lemmy.world
 

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 add 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 💖

1
submitted 11 months ago* (last edited 11 months ago) by Rooki@lemmy.world to c/politics@lemmy.world
 

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 add 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 💖

 

shared from: https://lemmy.world/post/2809416

We've launced a public discord server at https://discord.gg/lemmyworld

The reason for why we choose discord is because it was easier to moderate and manage than other options. Besides we also had a discord-bot guru by the name of Rooki who created a neat bot that allowed us to connect/verify discord users to their Lemmy World account.

So if you are a moderator and you are looking for some extra hands to moderate your community, or if you need to contact anyone from the LW team, this is the most efficient way to do it!

Come have a look!

1
submitted 2 years ago* (last edited 2 years ago) by Rooki@lemmy.world to c/lemmybotsupport@lemmy.world
 

Lemmy Bot Best (Coding) Practices

Because of the increasing amount of Bots on lemmy and there is not (yet) a written Best (Coding) Practices post i want to make such Guideline.

The bot is required to follow the instances rules.

Guidelines

General Guidelines

1. Bots should stagger their calls to different endpoints to reduce the strain on the serverFor example, instead of calling all three endpoints (Posts, Comments, and Reports) every 30 seconds, you could call Posts every 30 seconds, Comments every 35 seconds, and Reports every 45 seconds. This would spread out the load on the server and prevent it from becoming overloaded.

2. Bots should only fetch data that they really need.For example, a spell-checking bot does not need to fetch reports. This will help to reduce the amount of data that your bot needs to store, which will improve performance.

3. Bots should use a cache to store data that is required more often than 30 seconds.This will improve performance and the strain to the server by reducing the number of times that your bot needs to fetch the data from the server.

4. Bots should remove unused data from their database on a regular basis.This will free up space and improve performance.

5. Bots should be crash-safe, meaning that they should be able to recover from unexpected errors.This can be done by using error handling techniques and by storing important data in a way that can be easily recovered and use a Backoff system to increase the retry time until it reaches a limit to stop completly.

6. Bots should add a delay to API-heavy commands and actions.This will help to prevent the server from becoming overloaded.

7. Bots should not connect to multiple instances at a time.This can cause conflicts and errors.

8. Bots should secure their servers.This includes using strong passwords and keeping their software up to date.

9. If you are unsure if your bot is working properly, you should contact your local instanceadmin. They can help you to troubleshoot any problems.
10. Bots should ignore other bots for commands or DMs.This helps to prevent loops.
11. Bots should only fetch the communities that they should interact with.This helps to reduce load on the server.
12. Global bots should be opt-in or have an opt-out feature.This gives users control over whether or not they want to interact with your bot.
13. Bots should have the Bot flag activated AND include the word "bot" or other bot-related words in their name.This helps users to identify your bot and understand its purpose.

For Improvment ideas leave a comment!

 

I found a courious user that is suspiciously joined 22 hours ago, created 20 or so communities ( all nsfw, probably porn ) and he didnt posted or commented ever

The User: https://lemmy.world/u/thefocker

Let me please know if it is just me that thinks this is a bot or do you think too that it is a (probably malicious) bot.

view more: next ›