6

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!

[-] Rikj000@discuss.tchncs.de 1 points 16 hours ago

Update
Belfius is no longer cool with root,
however I wrote a simple Xposed module to work around their check:
https://github.com/Rikj000/Belfius-Root#belfius-root

5
submitted 16 hours ago by Rikj000@discuss.tchncs.de to c/android@lemmy.ml

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!

16

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!

[-] Rikj000@discuss.tchncs.de 13 points 3 days ago

How Nintendont's lawsuits affect me:

  • Hate for company: Increases
  • Likelihood of purchasing products: Decreases
[-] Rikj000@discuss.tchncs.de 165 points 1 month ago* (last edited 1 month ago)

My "nExT gEn" update experience:

  1. Get baited to re-play Fallout 4 through the new TV show + Next Gen update
  2. Be disappointed since the graphics aged like milk + Official HD texture DLC sucks
  3. Be disappointed since the update broke nearly all mod support
  4. Roll back to the release before the Next Gen update + Uninstall the Official HD texture DLC
  5. Install 205 mods, and happily play with nearly everything in 4K

FYI, most mods I installed are from:

[-] Rikj000@discuss.tchncs.de 64 points 2 months ago

Interesting, so in between lawsuits and takedowns they still do game related stuff from time to time huh?

One thing is certain,
due to all those lawsuits and takedowns,
I won't be buying into their next console,
they won't get a single dime from me anymore.

[-] Rikj000@discuss.tchncs.de 57 points 3 months ago

Enuf with the Arch hate already..

Fedora and Debian are cool,
but Arch is too,
their Wiki is amazing and so is the AUR.

And no I don't use Arch btw,
I use Manjaro,
which has suited me fine for years now.

[-] Rikj000@discuss.tchncs.de 57 points 3 months ago* (last edited 3 months ago)

Figure out which politicians are behind this.
And throw them out,
since they are trying to take away your rights (to privacy).

They are looking to apply mass surveillance upon you guys wrapped into a "For the kids safety" package as usual..

98

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

Moved to their own Forgejo instance.

[-] Rikj000@discuss.tchncs.de 88 points 3 months ago

Relic Castle,
is the site name that got DMCAd by Nintendont.

Saves you from opening the article.

71

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?

111

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

141

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

251

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

[-] Rikj000@discuss.tchncs.de 80 points 4 months ago* (last edited 4 months ago)

Nintendo,
reinventing themselves as a law-suite company
which also publishes games on the side..

[-] Rikj000@discuss.tchncs.de 133 points 4 months ago

I hate that nowadays everything comes with pre-installed spyware and that they charge you for it makes it even worse..

  • Want a TV? Suck on our Android TV with Google spyware embedded
  • Want a phone? Get our Android with Google spyware, or go for an Apple with Apple spyware
  • Want a computer? We'll shove Windows spyware down your throat

Ffs I just want devices that I own to not spy on me, and I can't even buy them anymore..

Each of them require flashing a custom privacy respecting OS onto it,
and that's a real problem..

1
submitted 4 months ago* (last edited 4 months ago) by Rikj000@discuss.tchncs.de to c/monero_memes@monero.town
24
PSMD in Citra looking neat! (discuss.tchncs.de)
submitted 4 months ago* (last edited 3 months ago) by Rikj000@discuss.tchncs.de to c/pokemon@lemmy.ml

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
[-] Rikj000@discuss.tchncs.de 107 points 4 months ago

Nice try CloudFlare,
but I'm still picking Quad9 any day over you:

https://www.quad9.net/

22

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 😄

434
submitted 5 months ago* (last edited 5 months ago) by Rikj000@discuss.tchncs.de to c/asklemmy@lemmy.world

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.

[-] Rikj000@discuss.tchncs.de 100 points 5 months ago

If Nintendo would invest the money they pump in DMCA takedowns and lawyers in their games instead,
then perhaps they would have a chance to make something equally good as Palworld.

[-] Rikj000@discuss.tchncs.de 69 points 8 months ago

True open source projects like LibreWolf, Ungoogled Chromium > Sketchy world of Brave

view more: next ›

Rikj000

joined 1 year ago