Comment on
Whoever came up with this is a genius
Never cleans it the way I want
Comment on
Whoever came up with this is a genius
Never cleans it the way I want
Comment on
Google Keeps Making Smartphones Worse
And thus highlights the hypocrisy of their "let's all be friends" messaging around getting Apple to adopt RCS; Google holds the keys to integrating RCS in messaging apps on Android. Last I heard they only granted access to Samsung.
I'd be willing to excuse a mobile OS for being partially or completely proprietary if it was good. But neither Android nor iOS are.
Comment on
Reddit Exodus lead me to Lemmy and i am realy happy about it. Where should GitHub Exodus lead me to?
Reply in thread
I created an account, but then realized I could use my existing bluesky account that's registered to my own PDS. Intriguing.
Comment on
*Permanently Deleted*
Reply in thread
Closing this comment as: won't fix.
Comment on
*Permanently Deleted*
Reply in thread
systemd-resolved is a virus. There, I said it.
Comment on
From forum: Xlibre release 25.0.0.0 now available for testing
I haven't tried it out but the advent of the XLibre testing ISOs has created a lot of buzz around Artix I've noticed.
Comment on
first time using linux, how screwed am I?
Reply in thread
I'd argue that beyond surface-level stuff, the Debian-based distros have a steeper learning curve. PPA's, packages with versions in the name of the package, .debs that don't update with the rest of the system, the list goes on. No shade to anyone who is happy with Ubuntu or Mint, but I too started on Ubuntu and didn't find it intuitive enough to stick around. OP is talking about avoiding the terminal, "just use Debian" is not even a solution to that.
Comment on
From forum: Xlibre release 25.0.0.0 now available for testing
Reply in thread
Thanks!
Comment on
In India, Trump's tariffs spark calls to boycott American goods
Reply in thread
What non-American alternative is there anyway? Only SimpleX comes to mind. Which I sadly don't see getting widely adopted.
Comment on
Compromised Arch User Repository (AUR) Packages, installing RAT malware
Reply in thread
Comment on
requesting c/artixlinux
Reply in thread
Comment on
Compromised Arch User Repository (AUR) Packages, installing RAT malware
Reply in thread
Not every PKGBUILD contains a .install file. So again, it is not inherently the case that you’re "literally executing random shell scripts by strangers as root." slackness has it right that most people probably don't read the install files, but it seems to me that their prevalence in the AUR is overstated here.
Comment on
Compromised Arch User Repository (AUR) Packages, installing RAT malware
Reply in thread
What am I making up? That most AUR packages don't have a .install file? You couldn't be bothered to say what I got wrong or provide any evidence to back it up so I can only assume. But if you have issue with me speculating about how common .install files are in the AUR, fine. Here are some numbers.
Out of the 2500 packages I analyzed, only 19.08% of them had an install list in their PKGBUILD. One could very easily use the AUR and never, and I quote, "literally [execute] random shell scripts by strangers as root."
I also dug deeper regarding your claim that install files "don't have to be explicitly mentioned in the PKGBUILD if it shares the same name as the package." I can't find any evidence of that. It doesn't have to be listed in the sources, which is probably what you meant.
Clearly these couldn't be the things I'm wrong about, so I await your careful clarification.
edit: Alright it's clear that you're not capable of grown-up discussion. You're blocked.
Comment on
Zelensky rejects Trump’s peace terms
Comment on
Compromised Arch User Repository (AUR) Packages, installing RAT malware
Reply in thread
You’re literally executing random shell scripts by strangers as root.
You're literally not doing that. Escalated permissions are needed for installing dependencies and installing the resulting package, not for building. Just try running makepkg as root and see what happens.