One of the first things I do (after using O&O ShutUp10++ of course) when setting a new installation is to create "C:\Temp\" folder and go to them variables to point there. Mind you, you have global TMP and TEMP, and you have user defined (which points to \Windows\Temp instead of %LOCALAPPDATA%/Temp) ones. All 4 will point to my folder and makes my life a lot easier in the long run
Your comment is blowing something out of proportions. He prefers 25+, said so. Toxic in there means "F u", get a "F u and u'r mother" back and both persons laughs after. It's not toxic in the sense of "I will kill you and your entire family", but more like venting something in a safe space. You don't go in real life to a random stranger and say "F u", but in a lobby of a virtual game that's acceptable. And he's saying he prefer that since also going to a lobby full of 9 years old kids and saying that is way more toxic and he prefers the algorithm to actually match him with appropriate ones instead of throwing him in young lobbies and then cannot be able to speak with them. So clearly the algorithm is half baked, made communications worse and needs more tuning. Swearing is part of any culture in humanity, and there is a reason the among the first things you learn in a foreign language is swearing. Used wisely, that "toxicity" is actually a great tool to forge good relations.
Bro, the gazzilion DIV inside DIV spilled nonsense by all these modern frameworks is driving me crazy. TABLE as bastardized CSS is instant rendering. But hey, you're young, I get it.
Quote: "... you just import ‘pglite’ in code, and you will have a fully-fledged Postgres instance writing to a local file, rather than a separate docker container..."
Because a docker container is a magic happening in heaven instead of being just another local file, right? /s
I want the opposite. And I want to behave like a true Android. Reason: My fucking useless bank that has a banking app that only runs on non-rooted Android only (cause fuck iOS/web according to them). My attempts to run their shitty app on emulators, virtual machines and the like failed. So currently I have a dumb phone that only has their crappy app on it and that's all. On a separate Google account, because I do not dare to link my main Google account to their name.
WTF is wrong with just copy/paste the same big unimportant file (like a movie) until you run out of space and then just delete them all? So much unnecessary hurdle with different utilities and commands that made my head spin. What do you think those utilities do in the background anyway if not filling the free space with junk, just like what a copy/paste does?
That won't overwrite pages not allocated to a namespace (which can happen due to wear levelling/underprovisioning, or because the controller has decided to stop using that page because it's unhealthy).
Flash looks like a simple array of blocks, but under the hood there is a controller that allocates writes to different pages. You need to tell the controller to erase all pages if you want to guarantee data destruction.
Tell that to the crackers who worked for over a year to simulate a social network in order to finally crack the game Red Dead Redemption 2, which had a very custom game protection implemented by Rockstar. Also to this day there is no crack to Diablo 3, famous for being single player but with online verification. You can create very hard to crack protections quite easy if you employ self-modifying code techniques. Do you have any idea how hard is to debug code that overwrites itself in memory and that cannot be patched by modifying the existing code from disk? The reason why this is not more common is because the more iterations you do, the harder is to create those iterations, which means you add a lot of time to create the protection which means that you need to have a finished code, and code is always modified by production team, so managers see this overtime unnecessary.
> Do you have any idea how hard is to debug code that overwrites itself in memory and that cannot be patched by modifying the existing code from disk?
Even the protection code in the 90’s had self-modifying code. It’s not novel or specifically hard to work with when you’re used to it, especially with modern tooling.
What makes some games harder to crack is that testing that they work okay throughout. That might mean playing all the game from the beginning to the end, and trying all the scenarios, and fixing all the issues found. Assuming that RDR2 takes at least 20 hours to finish, and close to 100 hours to fully complete, that’s a huge undertaking of course. It’s no surprise that it took that long.
The real reason is that executable modifying its own code is often flagged by AV, or the OS itself, as an "insecure" activity. Since self-modification is used in attacks and exploits, good protections rarely use it now. It's impossible to use codesigns with self-modified code.
Looking into Issues, reading 48 and just scrolling at beginning: "Local and LAN systems talk, but will not authenticate" / "Multiplayer Game Problem" / "cannot restore DB" / "Items stats do not reflect the game class"...etc, just to name a few.
Yeah, I really like to get frustration when I am gaming due to unsupported and canceled project /s
I feel Windows 11 is in the initial phase of Windows 10. Remember beginning of years for 10? Sluggy, clunky, full of bugs? And everybody and their cat was holding to 7? I was the same, I was holding down the fort with 7. This year 7, next year 7 and so on until at one time I, like countless times before, spun a new virtual machine for a client and as usual I had to put 10 in there. Except this time 10 felt faster. No more clumsiness, no more slop. 2 months later I fully switched to 10 as my host OS.
I am currently on 10 so much that I installed the LTSC version that has support until 2032. Keep hammering Microslop, they deserve it. We need to keep bugging them, throw dirt on their face until they actually fix it. Seems that's the way with them nowadays. So I don't feel any shame to call them names at every corner.
But I am still not switching to Linux. Maybe in '32 when LTSC stop being supported and they still didn't fix 11. Oh, and from my experience, Debian will be the way to go. I like a proven distribution even if their repository is not the greatest and the latest.
reply