[-] [email protected] 11 points 3 days ago

It's still a problem in the EU,
less then in the USA,
however still a rather big problem.

[-] [email protected] 26 points 3 days ago

More proof that cats are indeed liquid

[-] [email protected] 2 points 4 days ago
[-] [email protected] 138 points 4 days ago

Would be handy if they included a pre-written pdf to oppose this proposition + emails or forms to easily submit your opposition to each of the countries.

Instead it's a general "contact your government",
which 99% of normal people do not know how to do, me included.

[-] [email protected] 8 points 6 days ago

FireWall?

Setup x2 rules for each .exe,
one to block inbound connections,
and another to block outbound connections.

12
submitted 1 week ago by [email protected] to c/[email protected]

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!

7
submitted 1 week ago by [email protected] to c/[email protected]

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!

22
submitted 1 week ago by [email protected] to c/[email protected]

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!

[-] [email protected] 164 points 2 months ago* (last edited 2 months 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:

[-] [email protected] 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.

98
submitted 3 months ago by [email protected] to c/[email protected]

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

Moved to their own Forgejo instance.

[-] [email protected] 87 points 3 months ago

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

Saves you from opening the article.

69
submitted 4 months ago by [email protected] to c/[email protected]

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
submitted 4 months ago by [email protected] to c/[email protected]

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

139
submitted 4 months ago by [email protected] to c/[email protected]

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

252
submitted 4 months ago by [email protected] to c/[email protected]

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

[-] [email protected] 81 points 4 months ago* (last edited 4 months ago)

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

[-] [email protected] 118 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..

3
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
23
PSMD in Citra looking neat! (discuss.tchncs.de)
submitted 4 months ago* (last edited 4 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
[-] [email protected] 107 points 5 months ago

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

https://www.quad9.net/

22
submitted 5 months ago by [email protected] to c/[email protected]

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 😄

442
submitted 5 months ago* (last edited 5 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.

[-] [email protected] 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.

view more: next ›

Rikj000

joined 1 year ago