No. Tiktok in China is a completely different app. China doesn’t allow tiktok in the form we have it.
Nope. I don’t talk about myself like that.
No. Tiktok in China is a completely different app. China doesn’t allow tiktok in the form we have it.
The frequency is probably just an easy one to build magnetrons for.
The real reason is that that range is reserved for consumer devices so that it doesn’t interfere with actual ISM sanctioned communications as enforced by the FCC. We just also decided to put wifi in the same range cause they’re stingy releasing frequencies for public use.
https://en.wikipedia.org/wiki/ISM_radio_band#Frequency_allocations
But research was done on it cause of course it has been.
https://iopscience.iop.org/article/10.1088/0031-9120/39/1/006
This article deals with the generation of microwaves in the oven and includes the operation of the magnetrons, waveguides and standing waves in resonant cavities. It then considers the absorption of microwaves by foods, discussing the dielectric relaxation of water, penetration depths of electromagnetic waves in matter and, in considering the possible chemical changes during the microwave heating, multi-photon ionization or dissociation.
So you’re likely right that it’s not water resonance, but chassis cavity resonance. I can’t say that I’ve read deeply into it. And thinking about it I remember hearing something about some of the high level stuff that I just read in relation to this article. I probably ran into it in passing and just failed to recall it. But to be frank, I’m okay just calling it voodoo wizardry in of itself. But I have to understand wireless communications stuff for my profession, and it’s well known that it’s basically the same range as wifi 2.4ghz/bluetooth/other consumer standards that sit in the same crowded space.
Way to comment on something from over a year ago. And no nobody lied to me. I read the manifesto that Hamas publicly published.
It may very well be. However, with how matter-of-factly you said it, some people might not think it’s a joke.
The microwave region extends from 1,000 to 300,000 MHz (or 30 cm to 1 mm wavelength).
Source: https://www.britannica.com/science/electromagnetic-radiation/Microwaves
2.4Ghz, and 5Ghz are microwaves. Your typical microwave oven operates at about 2.45GHz due to resonance frequency of water. 2.4Ghz wifi is literally a typical microwave’s neighbor.
The difference is sheer amount of power and shielding. Not the type of radiation.
The kernel is part of the operating system.
I would argue it IS the operating system. Everything else is just fluff that helps the kernel do it’s job.
Edit: Or helps YOU as the user interact with the kernel.
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://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?
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.
They have kernel access… They can control anything since they’re in the kernel. And yes, I’ve seen it.
If you remember back in the late 2000’s early 2010’s there were a boatload of apps that would hook into games to do things like display overlays for chats (Teamspeak for example, overwolf as another.) some kernel anti-cheats would stop those processes from starting up.
But don’t take my word for it.
I’m less worried about developers abusing kernel access, and more concerned with potential vulnerabilities introduced for third-party actors to exploit. Rigney cited two examples: the infamous Extended Copy Protection (XCP) from Sony, which bad actors used to compromise affected systems, as well as a backdoor vulnerability introduced by Street Fighter 5’s kernel level anticheat. In 2022, a ransomware developer also took advantage of Genshin Impact’s kernel level anticheat to disable antivirus processes.
Introduces backdoors to be used by malicious actors.
https://www.pcgamer.com/the-controversy-over-riots-vanguard-anti-cheat-software-explained/
Vanguard detects software with vulnerabilities which could be exploited by cheat makers, and blocks some of it.
Blocks external softwares that it deems “vulnerable”
https://old.reddit.com/r/gaming/comments/xf1cwr/the_insanity_of_eas_anticheat_system_by_a_kernel/
This is far from the first time that boot level firmware or kernel mode code inserted via patches or drivers have been used to install spyware, but every time I see it happen I want to warn users about the consequences, and provide some information about the danger.
Kernel devs beg users to not allow this shit.
Just look it up. All sorts of articles and experts have spoken on it.
Taking kernel level actions to stop processes on YOUR machine is absolutely taking control of the system.
Kernel level anti-cheats meet every requirement. Just because you think there’s gymnastics going on doesn’t make it so. It’s actually well established in the security field that they count.
I’m not sure that Nintendo has any pull in any Middle Eastern country or China.
But all of this is moot as the lawsuit is in the US… And Nintendo would just tell the streaming services to ban them over and over again.
that kind of threat doesn’t work when they can just tell your country to arrest you for breaking the law.
That assumes the country gives a shit. Many countries simply do not care about what Intellectual Property you “own” or created in some other country.
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.
Yeah the newer they are, the more frivolous they are
Filing for patent on a mechanic that’s been in the public for 28 years already is disingenuous as fuck. Pokemon started in 1996. The throw a ball at it thing has been out there for nearly 30 years. If you have filed a patent for it in all that time… and just now choose to. That’s just dumb. If they were to have applied for the patent the day that pokemon was thing in the USA… The patent would have expired 8 years ago. It’s untenable to accept these patents from Nintendo.
But… That could be what it adds on. Gotta use the right tool to capture the ghost. That way identification is still relevant.
LOL wut?! Quote me chapter and verse please, actual law, case law or tax code.
Uniforms are tax deductible… The point of it being a uniform is that you distinctly wear it for work purposes. This is well known. Not sure why you’re acting like a twat about it. https://turbotax.intuit.com/tax-tips/jobs-and-career/how-to-use-work-clothes-as-a-tax-deduction/L59P1ocW1
Prior to Quantum coming into the area, I was on Centurylink bonded vDSL. I got 140/25. The only reason I took that over the cox gigablast was because of the lack of data-cap. Higher speeds are useless if I can’t use that speed all the time. The vdsl was more useful at the slower speeds because I could max that lower speed out 24/7 for the whole month if I needed to. 140 at full bore was way more than the 1.2TB cap on coax… (Cox is 1.28TB cap, which you can hit in about 3 hours at full speed… The fuck is the point?)
Though since then… I’ve definitely grown into using much more bandwidth than I used to.
I remember 10mbit thinnet though. Hope you didn’t lose the termination plugs. Connecting more than 2 computers together was awesome. The IPX lan games started nearly immediately. We definitely have come a long way. While 8/8 is definitely not needed for 99% of people out there… the tired bullshit of 100/20mbps that most people seem to purchase and not even get is definitely not good enough.
Sorry not buying it. You may have had shit experiences with them, but I definitely haven’t. And I definitely don’t believe it’s some overarching hidden policy of theirs.
This month I’ve pushed nearly 100TB… I’ve never once called in for anything other than for them to fix their jank ass CX6500 (Fucking piece of shit, let me use my own SPF+ stick FFS). Although I’m sure I’d be more frustrated if I ever ran into any issues with billing or anything like that.
Last 30 days: 56.85TB download and 40.78TB upload.
Last 7 days: 8.02 TB down, and 6.27 up.
And I can still spawn speedtests/iperfs that hit near my max 8/8…
Even more importantly… Since it would be easy for them to just “not” throttle speedtest.net. I can pull out my phone on cellular network and speedtest against my own speedtesting server and match the speeds my phone gets speedtesting to a normal server (since my phone will never be able to saturate 8gbps anyway, but I still get into the 200-300mbps).
I’ve had users speedtest against my speedtesting server on other networks that were gigabit get those full speeds regularly.
I see those full speeds torrenting regularly. I see them regularly from steam downloads and other sources as well.
Because China doesn’t allow Tiktok as we have it. They understand it’s a plague and enforce that it should not exist. So no shit you’re not going to fine the Chinese Tiktok look like our tiktok. That’s literally what I said. FFS.
Bytedance owns it. There is a 20% direct stake by the OG Chinese owners, weird… Original owners are Chinese… and you think their government doesn’t have some say? By Chinese law the owners must give China whatever the fuck China wants (yay communism!). Further, Chinese officials have a seat on the company board. Weird for a 1% stake owner to have a seat on the board.
Weird that a public international company would just allow a government to take ownership stake from them. Huh… totally not chinese though! Chinese owners, direct ownership stake by China (against the remaining owners will, as nobody would willingly give a government ownership of their company that they have majority share in).
https://www.politifact.com/factchecks/2024/mar/15/brian-kilmeade/who-owns-tiktok-despite-what-brian-kilmeade-says-i/
I’m so tired of people not calling a spade a spade. You believe what you want. You’ll never be convinced otherwise regardless.