Rikj000

joined 1 year ago
[–] [email protected] 10 points 16 hours ago

OP I agree with you, it's a great idea imo.
I've been a moderator before on a Discord server with +1000 members, for one of my FOSS projects,
and maintenance against scam / spam bots grew so bad,
that I had to get a team of moderators + an auto moderation bot + wrote an additional moderation bot myself!..

Here is the source to that bot, might be usable for inspiration or just plain usable some other users:
https://github.com/Rikj000/Discord-Auto-Ban

I think it will only be a matter of time before the spam / scam bots catch up to Lemmy,
so it's good to be ahead of the curve with auto-moderation.

However I also partially agree with @dohpaz42, auto-moderation on Reddit is very, uhm, present.
Imo auto moderation should not really be visible to non-offenders.

[–] [email protected] 1 points 17 hours ago

I own a non-chinese EV and it currently is an unavoidable, unregulated, heap of spyware on wheels, all of them.

The only benefit it has is my data is going to data brokers in the EU, which has some privacy laws, not the Chinese government, which has the ability to request any and all data from all companies in their country.

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

Happily been using it for a few years by now.

The enhanced privacy, extension and about:config support are great features to have.

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

Either that, or they might dedicate a whole wing of the museum to all the lawsuits they fired off throughout their history, against independent community fan projects.

Nintendo is a lawsuit company that makes games on the side after all.

[–] [email protected] 21 points 1 week ago

Thank you for LibreSpeed! <3
Been using it for a few years now,
and it's become my go-to network speed testing tool

[–] [email protected] 4 points 2 weeks ago
[–] [email protected] 14 points 3 weeks ago (3 children)

You forgot about Eternity

Would love to hear about it's score since it's my favorite way to browse Lemmy :)

[–] [email protected] 24 points 3 weeks ago

It's not dead,
the (over)hyped period is just over.

I for one do plan on picking it up again in the near future, they added quite a bit of new content (pals, tower boss, island, oil rig, arena, raids, ...) since I last played it.

[–] [email protected] 9 points 3 weeks ago (1 children)
 

cross-posted from: https://discuss.tchncs.de/post/18470641

Simple Xposed module to support the Belfius app on Rooted devices!

Source
https://github.com/Rikj000/Belfius-Root#belfius-root

License GPLv3

Motivation
Belfius bank was pretty cool about having a rooted device in the past,
they just threw a dismissible warning about security risks of using a rooted device,
and then allowed you to keep using their app.

However on 2024-07-01 this changed.
Nowadays they assume that you're an idiot that will not be able to keep your own device safe if you have root.

I do not agree with that assumption, and likely neither do you.
Only power users that have a good idea of what they're doing tend to root their own devices.

After only a hand full of transactions, done through the tedious browser process,
I grew agitated enough to do the research to write this module.

Hope you'll enjoy this module and the ability to stay rooted!

 

cross-posted from: https://discuss.tchncs.de/post/18470641

Simple Xposed module to support the Belfius app on Rooted devices!

Source
https://github.com/Rikj000/Belfius-Root#belfius-root

License GPLv3

Motivation
Belfius bank was pretty cool about having a rooted device in the past,
they just threw a dismissible warning about security risks of using a rooted device,
and then allowed you to keep using their app.

However on 2024-07-01 this changed.
Nowadays they assume that you're an idiot that will not be able to keep your own device safe if you have root.

I do not agree with that assumption, and likely neither do you.
Only power users that have a good idea of what they're doing tend to root their own devices.

After only a hand full of transactions, done through the tedious browser process,
I grew agitated enough to do the research to write this module.

Hope you'll enjoy this module and the ability to stay rooted!

 

cross-posted from: https://discuss.tchncs.de/post/18470641

Simple Xposed module to support the Belfius app on Rooted devices!

Source
https://github.com/Rikj000/Belfius-Root#belfius-root

License GPLv3

Motivation
Belfius bank was pretty cool about having a rooted device in the past,
they just threw a dismissible warning about security risks of using a rooted device,
and then allowed you to keep using their app.

However on 2024-07-01 this changed.
Nowadays they assume that you're an idiot that will not be able to keep your own device safe if you have root.

I do not agree with that assumption, and likely neither do you.
Only power users that have a good idea of what they're doing tend to root their own devices.

After only a hand full of transactions, done through the tedious browser process,
I grew agitated enough to do the research to write this module.

Hope you'll enjoy this module and the ability to stay rooted!

 

After the DMCA takedown on Github/Gitlab,
Suyu (the active fork of Yuzu)

Moved to their own Forgejo instance.

 

Just finished writing out a lengthy comment,
with the up/downsides I can see
on each of the code forges I currently deem promising,
on the Github Discussion "Alternatives to GitHub"

And I was wondering, out of following 2,
which code forge would you guys prefer and why?

 

cross-posted from: https://lemmy.world/post/12733354

As you all know or may not know,
Nintendo has taken down Yuzu,
see following post for more info on that:
https://lemmy.world/post/12728163

Now it's important to preserve the code base of Yuzu,
so hopefully someday, once things cooled down a little,
an active fork can stick it's head up.

After looking at the Azure DevOps Pipelines
of yuzu-emu/yuzu,
I noticed the latest pipeline ran 8 hours ago
as of writing this post:

Which tells us that the latest commit,
was a merge of PR #13198 from
zhaobot/tx-update-20240301020652

This fork,
is the most up-to-date one / contains the latest commit
done to Yuzu before the take down:
https://github.com/zhaobot/yuzu/tree/tx-update-20240301020652

I encourage you all to pull, star and fork this fork,
not only the master branch, but all branches!
The more copies floating out there,
the better the project will be preserved.

You can pull the code base to your local machine, with:

git clone https://github.com/zhaobot/yuzu.git

(Requires https://git-scm.com/)

And you can pull in all the branches,
as described in this Github Gist:
https://gist.github.com/grimzy/a1d3aae40412634df29cf86bb74a6f72

 

cross-posted from: https://lemmy.world/post/12733354

As you all know or may not know,
Nintendo has taken down Yuzu,
see following post for more info on that:
https://lemmy.world/post/12728163

Now it's important to preserve the code base of Yuzu,
so hopefully someday, once things cooled down a little,
an active fork can stick it's head up.

After looking at the Azure DevOps Pipelines
of yuzu-emu/yuzu,
I noticed the latest pipeline ran 8 hours ago
as of writing this post:

Which tells us that the latest commit,
was a merge of PR #13198 from
zhaobot/tx-update-20240301020652

This fork,
is the most up-to-date one / contains the latest commit
done to Yuzu before the take down:
https://github.com/zhaobot/yuzu/tree/tx-update-20240301020652

I encourage you all to pull, star and fork this fork,
not only the master branch, but all branches!
The more copies floating out there,
the better the project will be preserved.

You can pull the code base to your local machine, with:

git clone https://github.com/zhaobot/yuzu.git

(Requires https://git-scm.com/)

And you can pull in all the branches,
as described in this Github Gist:
https://gist.github.com/grimzy/a1d3aae40412634df29cf86bb74a6f72

 

As you all know or may not know,
Nintendo has taken down Yuzu,
see following post for more info on that:
https://lemmy.world/post/12728163

Now it's important to preserve the code base of Yuzu,
so hopefully someday, once things cooled down a little,
an active fork can stick it's head up.

After looking at the Azure DevOps Pipelines
of yuzu-emu/yuzu,
I noticed the latest pipeline ran 8 hours ago
as of writing this post:

Which tells us that the latest commit,
was a merge of PR #13198 from
zhaobot/tx-update-20240301020652

This fork,
is the most up-to-date one / contains the latest commit
done to Yuzu before the take down:
https://github.com/zhaobot/yuzu/tree/tx-update-20240301020652

I encourage you all to pull, star and fork this fork,
not only the master branch, but all branches!
The more copies floating out there,
the better the project will be preserved.

You can pull the code base to your local machine, with:

git clone https://github.com/zhaobot/yuzu.git

(Requires https://git-scm.com/)

And you can pull in all the branches,
as described in this Github Gist:
https://gist.github.com/grimzy/a1d3aae40412634df29cf86bb74a6f72

1
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
24
PSMD in Citra looking neat! (discuss.tchncs.de)
submitted 6 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

Playing some Pokemon Super Mystery Dungeon,
through Citra Canary v2798 with:

And I gotta say,
I'm happily impressed by how good it looks!
Apart from the low resolution font/texts,
I'd forget that I'm playing a mobile title from 2015 😄

Edit:
I disabled the High Resolution Textures,
because they cause:

  • Random game freezes in connection orb screens
  • Slowdowns while in villages / dungeons / connection orb screens
  • Incorrect black / white rendering of clouds / earth during cut scenes
 

I figured out a way to "easily" get them in single-player.

Recommended prerequisites (Not so easy):

  • Reach level 44, for Legendary sphere's
  • Upgrade your Capture Power to level 10 at the statue of power with Lifmunk Effigy's

Cheese method for Alpha Frostallion:

  • Install one of following mods:

    They both will show you the passive skills a pal has,
    allowing you to check em out before catching the pals,
    so you don't waste sphere's

  • Travel to Frostallion,
    check his passive skills without battling,
    if they're not as desired, exit / re-enter your world,
    that will re-spawn / re-roll in a new one with new passive skills, repeat till you find a desired one.

  • Start battling as soon as you find a desired one,
    took me 20-30 minutes for mine.

  • There will be a large / tall ice rock in the area
    (Coordinates X: -349, Y: 519),
    just start circling around it,
    always keep the large / tall ice rock between you and Frostallion

  • Eventually he'll climb up the ice rock,
    and will fall down from it eventually as well,
    which will hurt him through fall damage for about 300 - 3000 HP!

  • Rinse and repeat until his HP is low,
    then start throwing your legendary sphere's 😄

440
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

Am I the only one getting agitated by the word AI (Artificial Intelligence)?

Real AI does not exist yet,
atm we only have LLMs (Large Language Models),
which do not think on their own,
but pass turing tests
(fool humans into thinking that they can think).

Imo AI is just a marketing buzzword,
created by rich capitalistic a-holes,
who already invested in LLM stocks,
and now are looking for a profit.

view more: next ›