[-] Rikj000@discuss.tchncs.de 75 points 1 month ago

Vibe Coding: To generate AI slop code without understanding, nor manually reviewing/altering said generated slop.

It literally means, produce low-quality work.

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

YouTube has been cracking down on alternative frontends.

Vanilla Invidious currently doesn't work well,
so most hosters paused and/or gave up.

Fijxu runs a fork of Invidious,
with their own modifications implemented to circumvent the blocks,
here's the source code if you're interested:
https://git.nadeko.net/Fijxu/invidious

I've got big respect for Fijxu,
he's been doing a very good job of keeping Invidious alive + fighting against the YouTube crackdown lately, basically all on his own.

If you can please consider:

All the above can help Fijxu,
since currently he's mostly fighting a big tech giant all on his own.

9
submitted 5 months ago* (last edited 5 months ago) by Rikj000@discuss.tchncs.de to c/linux@lemmy.ml

Up till now I've been using only OpenVPN connections.
Which can be integrated nicely in NetworkManager to connect + disconnect from them, through NetworkManager's UI.

However since recently I also need to use Netbird for some connections.

Is it possible to add Netbird as an entry in NetworkManager, for easy connection + disconnection?
If so, how would one go about setting that up?

Or is adding Netbird in NetworkManager not possible,
and is the Netbird CLI/GUI really the only option?

Edit:
It's not possible yet.
First Netbird needs to add Wireguard config support,
see: https://github.com/netbirdio/netbird/issues/2504

485

It's always sparkling capitalism if you're an Atheist.
Shareholders thank you for buying many of their junk with precalculated breaking points though!

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

There's 2 parts to this:

  • Android Auto app (on your phone)
  • Android Auto Head Unit software (in your car)

Both of which are currently proprietary,
and would need to be written as FOSS from the ground up by reverse engineering the above 2, which would be a huge undertaking.

Also flashing custom Head Unit software to your car will be very hard, is not well documented, and likely will void your warranty, giving low incentive for developers to even attempt it :/

The best you can do right now is aa4mg (Android Auto 4 MicroG),
which at least allows to replace the proprietary Google Play services with a privacy respecting FOSS alternative and Android Auto's dependencies with empty stub packages:
https://github.com/sn-00-x/aa4mg

Full disclosure,
I helped with writing aa4mg :)

4
submitted 6 months ago* (last edited 3 months ago) by Rikj000@discuss.tchncs.de to c/ask_experienced_devs@programming.dev

I've absolutely grown to hate everything AI/LLM related.

It's sole marginal benefit is to senior devs,
with generating some boiler plate code,
which you usually still need to adjust.

For the rest it's been a waste of:

  • Time during development, with wrong answers.
  • Time during reviews, with garbage generated PRs from junior devs.
  • Energy, contributing to global warming.

But lately M$ has been intrusively shoving Copilot down our throats on Github, which I'm quite unhappy with.

So if any of you have some uBlock Origin filters,
or any other ideas on how I can block this Copilot slop out,
please do enlighten me!

Edit: Did some searching of my own.

Go to: https://github.com/settings/copilot
Block + disable everything you can under there.

Then go to uBlock Origin => Open the Dashboard => My Filters => Add:

github.com##.copilotPreview__container
github.com##.AppHeader-CopilotChat
github.com##li.ActionListItem:has-text(Copilot)
github.com##li.ActionList-sectionDivider:has-text(Copilot)
github.com##li.TimelineItem:has-text(Copilot)
github.com##div.pb-4:has-text(Copilot)
github.com###copilot_free_global
github.com###copilot-button-container
github.com###blob-view-header-copilot-icon
github.com##a[href*="/resources/articles/ai"]
github.com##a[href*="/settings/copilot"]
github.com##a[href*="/features/copilot"]
github.blog##a[href*="/features/copilot"]
github.blog##a[href*="/ai-and-ml"]
github.blog##article.changelog-label-copilot
github.blog##article.changelog-label-models

github.com##article.js-feed-item-component:has-text(LLM)
github.com##article.js-feed-item-component:has-text(OpenAI)
github.com##article.js-feed-item-component:has-text(ChatGPT)
github.com##article.js-feed-item-component:has-text(GPT)
github.com##article.js-feed-item-component:has-text(Llama)
github.com##article.js-feed-item-component:has-text(Gemini)
github.com##article.js-feed-item-component:has-text(Grok)
github.com##article.js-feed-item-component:has-text(DeepSeek)

It's not perfect, but at least it's a start of getting rid of the unwanted content.

6
submitted 7 months ago by Rikj000@discuss.tchncs.de to c/foss@beehaw.org

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

Simple Bash script to convert local SVN (Subversion) repositories to local Git repositories!

Source https://github.com/Rikj000/SVN-to-Git-convert#svn-to-git-convert

License GPLv3

38

Simple Bash script to convert local SVN (Subversion) repositories to local Git repositories!

Source https://github.com/Rikj000/SVN-to-Git-convert#svn-to-git-convert

License GPLv3

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

I like the electric part.

What I don't like is that it's a steaming heap of spy-ware on wheels with no opt-out ability.

Which may lead to more expensive insurance depending on your driving style, or could be abused for even more nefarious reasons.

[-] Rikj000@discuss.tchncs.de 143 points 11 months 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.

7
submitted 11 months 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!

23

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 165 points 1 year ago* (last edited 1 year 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 88 points 1 year ago

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

Saves you from opening the article.

70

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?

1

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

250

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 1 year ago* (last edited 1 year ago)

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

[-] Rikj000@discuss.tchncs.de 133 points 1 year 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..

[-] Rikj000@discuss.tchncs.de 107 points 1 year ago

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

https://www.quad9.net/

23

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 😄

380
submitted 1 year ago* (last edited 1 year 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 1 year 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 68 points 2 years ago

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

view more: next ›

Rikj000

joined 2 years ago