Nope. I don’t talk about myself like that.

  • 0 Posts
  • 461 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle


  • Well that’s just not true, but ignoring that…

    No. Let’s not ignore that. If you’re going to call someone a liar, own up to it. The comment that spawned this chain says verbatim

    It serves a need.

    It being “religion” and “a need” would imply another, different “need”. Otherwise it would have been simpler and more direct to say something like “Religion is a need”.

    I didn’t scream anything

    Coming back and repeating the same shit that I just addressed from the previous comment … Constant repetition is literally someone shoving fingers in their ears and scream “LALALALALALA”. You even did it again in this post by stating “no one needs religion” when I already addressed that and even agreed with that sentiment, but wanted to specifically caveat why religion would count for “It serves a need”.

    Nobody said that anyone “needs” religion. Quite the contrary. The statement is “religion fills needs” to put it another way. I even clarified and made it clear that if you can find something else that fills the needs for those people that you could likely replace religion. But for some reason you keep trucking forward with your comments acting like someone said something they didn’t.

    The only reason I could think of that you would want to argue against that position is if you believed it wasn’t true.

    What the fuck logic is this? So I must believe that Religion is a need then? I’m atheist. I stated that outright from the beginning in my first post on this thread. Fuck “God”, “Yahweh”, “Mohammed”, or any other god that you or anyone else believes in, they’re all fake. I clearly don’t believe that religion is a “need”.




  • and will just pop off fast solutions to things like the deep human need for connection like “use zoom, duh.”

    There are other needs as well. Like not being imprisoned. And thinking about why you fled from the country in the first place and searched for additional citizenship might have helped make such a decision to not find yourself in such a situation.

    I love that you glossed over the actual argument though! All while assuming that you were right. You don’t know why she was there… But assuming that telecommunication wouldn’t have been sufficient in order to maintain her freedom… That’s just silly.


  • Stopping processes is actually a user space action.

    Now you backpedal and say

    Pretty much all code is making requests to the kernel.

    But I don’t know what I’m talking about? Sure. We’ll go with that if it makes you feel good. I only literally taught it at a post-grad level at an R1 institution, but what do I know.

    It’s side stepping the kernel. That’s the whole point.

    You’re getting it! Kind of at least. The anti-cheat actually modifies the kernel (in an extension kind of way, like drivers do). That’s the point though. Which seems to have repeatedly whooshed over your head. But I can only say it in so many ways and be ignored. Good luck. Hope I don’t run into your code.


  • Stopping processes is actually a user space action. You can do it without admin rights btw. Even if it popped the admin screen that’s still not a kernel level action.

    Absolutely not. Task management is the job of the operating system/kernel. You can request to end a job/task. The kernel will do it on it’s own time. UAP prompts are attempts to elevate permissions so that you can access higher kernel calls.

    https://linux-kernel-labs.github.io/refs/heads/master/lectures/syscalls.html#linux-system-calls-implementation

    https://unix.stackexchange.com/questions/111625/how-does-linux-kill-a-process

    You can make requests the to the kernel. If you have permission/ownership to the process the kernel will work through the sigterm/sigkill to meet your request. It is not a user space action at all to kill a process, you make requests to the kernel to do it. Hell in linux it’s even more obvious as you can instruct the kernel on HOW you would like to kill the task and even then it may not follow your direction. https://www.man7.org/linux/man-pages/man1/kill.1.html with kill being a kernel tool. If you spawned the process, then you have permission/ownership to the process. But my point in the previous post was that anti-cheats can reach into the system, reading dlls and such that are absolutely NOT user space to begin with, require elevation beyond user space to install.

    Yeah that it’s considered malware. I did Google it and there’s nothing saying that.

    Seriously? You can’t find anything? You sure about that? Cause I can literally pull up thousands of articles and forum threads by literally typing “is vanguard anti-cheat malware?” or “is easy anti-cheat malware?”

    https://forums.malwarebytes.com/topic/288793-easy-anti-cheat-launcher-detection/

    Heuristics detect these things for what they are. Anti-virus software have to whitelist them because people choose to play the games anyway.

    https://www.techguy.org/threads/is-valorant-vanguard-a-malicious-rootkit-or-not.1267682/

    https://www.pcgamer.com/the-controversy-over-riots-vanguard-anti-cheat-software-explained/

    The name is appropriate, because Vanguard doesn’t just sniff around for cheats when Valorant is running: It starts up with Windows and keeps an eye on other processes whether or not you’re playing Valorant at the time. […] Vanguard detects software with vulnerabilities which could be exploited by cheat makers, and blocks some of it.

    https://www.sp-cy.com/article/is-valorants-anticheat-spyware/

    Vanguard cannot be easily fully disabled since after manually quitting the process, a system reboot will be required to be able to open Valorant again.
    The EULA prevents any legal recourse against Riot Games.
    Valorant/Vanguard sends encrypted data to Riot. Which is Chinese owned by a giant corporation called Tencent.

    Let’s attack this question from another perspective. Do you trust a games developer to properly develop kernel code? Most people BARELY trust Microsoft to do it these days. And you can’t review/evaluate it yourself at all. You have no fucking clue what they’re doing and never will. We’ve seen what happens when random companies inject shit into the kernel like crowdstrike did. You think that these anti-cheat softwares are acting in your interest when they’re being implemented and paid by a corporation? How can you look at these anti-cheats that have made backdoors on systems, cause people everywhere unstable kernels/BSODs, send data about your system without permission, interacts with software on your system that isn’t their code, etc… and say they’re not malicious?


  • Visiting family perhaps? Oh well then I guess she deserves it for having the audacious stupidity to visit her parents in a shitty country where shitty things happen?

    Honestly… Yes. You left the country. Obtained a second citizenship. And donated to the opposing side of an active war. If you have something in between your ears you stay out of the country. I’m not here to victim blame at all. If you need to see family, I get it… but Zoom exists. You can’t argue

    There are also family, professional opportunities, and cultural ties to consider.

    While in the very next sentence identifying that she did exactly that and moved anyway.


  • Source for what in specific?

    That stopping processes is a kernel action? Go ahead. Open powershell and ask it to close some other system process… The UAP prompt (if you’re on windows, linux will just fail silently most of the time unless you sudo or are root) that shows up is the kernel validating that you even have permissions to do that. The kernel handles ALL task scheduling/management. When you close something you’re asking the kernel to do it. The kernel also handles ALL file management and driver management (drivers being extensions of the kernel). So the fact that it can read other active DLLs and such hooked into other processes (say your graphics drivers) is literally proof.

    That industry agrees that it’s malware? Depends on which part of industry I suppose. But if it’s able to do all these actions at the kernel level, and attached itself it to other software to install, often doesn’t uninstall when you remove the game it was attached to, AND gets flagged by anti-viruses that don’t have it whitelisted yet… It’s definitionally malware. Go search for “Is <insert anticheat> malware”. Very few people will argue that they’re not.

    Hell it’s possible for anti-cheats to write to UEFI if they really wanted to. There’s no legitimate reason for that level of access, 0, none.




  • Malware isn’t defined by its privileges but what it does.

    Correct… and anything that intercepts all system calls and forces closed applications that it deems “not safe” even if I the user specifically run it is malware. You bet your ass they feed back information to the mothership too.

    And btw, if you’re accepting the “Spyware” moniker from the other comment chain. Spyware is a form/category of malware.

    Definition from Malwarebytes:

    Hostile, intrusive, and intentionally nasty, malware seeks to invade, damage, or disable computers, computer systems, networks, tablets, and mobile devices, often by taking partial control over a device’s operations.

    Hostile - it’s not meant to help you at all. If you’re doing something deemed “unsafe” in their eyes. They will take action up to and including stealing your money that you paid for the game. intrusive - embeds itself in the kernel Intentionally nasty - Well it’s not accidentally nasty.

    invade - attached to games with little to no input on what you’re installing. disable computer systems - specifically the software you paid for Taking partial control over a device’s operations - the whole fucking kernel.

    I’d say meeting the VAST majority of the definition and at least one portion of each category is sufficient to call them all malware.



  • We assume that 41.7 million women strictly adhere to the B4 movement.

    You cannot make that assumption. That was the point of my post some 5-6 posts up.

    Korea IS A monolith when it comes to a number of factors. Culturally Korea is the antithesis of “diverse”. My point is that America is nothing similar to Korea culturally to pull this off.

    Further just because they voted for Kamala is not a marker or evidence that they would even be on board with this type of response/campaign. So your number is flawed from the get go.

    And the premise is self defeating. If you’re refusing to have kids and teach them your beliefs, all you’ll have are kids that belong to the other party. You will effectively just breed your ideals out of existence. This is one of the primary reasons that most religions are still around, they tend to (statistically) have van loads of children.

    This also ignores the fact that those who would be willing to participate in such a campaign were likely to never have or have few children. Where-as those who disagree with this type of stance are going to be the religious types that statistically have more children anyway.

    So let’s take your example and apply more relevant controls on it… You’d at best get maybe 30% participation. And that 30% would be most likely to only represent 0-2 children over their lifetime. I bet after accounting for that you’re closer to maybe a decrease of 10-20% birthrate… and you’d simply breed your ideal out of society in a matter of a generation or two.



  • Once again. No. What lost the democrats the win was Kamala. Biden refusing to step down earlier so proper primaries could be done (not sure why they didn’t just hold primaries ANYWAY). The democrat party proved in 2020 that nobody wanted or even like Kamala (https://www.vox.com/2019/11/20/20953284/kamala-harris-polls-2020-election or lookup any poll from 2019). Her inability to actually talk about her platform (and how she’ll attain her actual goals) and answer the question being asked lost her a lot too. A hard focus on issues that were not “top of mind” for the majority of the country didn’t help either. Not some conspiracy that a handful of republicans are pulling the strings everywhere. People were simply unmotivated to vote for someone who couldn’t answer how she’d do any of what she claimed to want to do.

    Regardless of what you think the border IS a valid problem.

    Now there’s some magic plan? Either they’re stupid or masterminds. You can’t really have it both ways. Nobody is out there convincing people that women aren’t human and have no rights. Stop with your nonsense.


  • Saik0@lemmy.saik0.comtoPolitics@beehaw.org4B in the US anyone?
    link
    fedilink
    English
    arrow-up
    22
    ·
    edit-2
    10 days ago

    Yeah no. Continuing this rhetoric is exactly how the Democrats will continue to lose elections. Making vast assumptions about men and telling them they’re lesser is what drove away voters for the past 4 years. The vast majority of men have no desire or whim to do any of what you claim.

    Edit: Just realized the swipe typo. Corrected.