As soon as your account has a password (or a hardware token) you can log in with, it could really be anyone using it. Even if they manage to enforce this somehow, and Microjeet accommodates, itβll likely just lead to a massive black market for age-verified MS accounts.
ππππππππππππππππππ
@Verfassungsschmutz@nicecrew.digital
Posts
Latest notes
As soon as your account has a password (or a hardware token) you can log in with, it could really be anyone using it. Even if they manage to enforce this somehow, and Microjeet accommodates, itβll likely just lead to a massive black market for age-verified MS accounts.
It's pretty much all of reddit at this point, because they've banned every based sub and made the rest of them gay.
AI slop. The text on the sign is not a real language.
Is it good?
So, uh, Quake Champions, basically?
utm_* for instance is always Google Campaign Manager, and there are several others (apparently here it's ns_mchannel, ns_campaign, and ito)
I'm not sure regexes are the best way to tackle this, but let me look into what this bot actually does
No KDE
No VS Code
Everything is Text UI
ISO still 6.7 GB
HOW?
Here you go fren
This better?
Use Sonnet or Haiku instead if you're just dicking around.
Yeah, Docker can be annoying because it's rather complex and not particularly user friendly, BUT it does work. Still beats spinning up a new VM by hand each time you want to just try out some new software.
The only reliable way to be safe when using ANY programming language with packages downloaded from the Internet (which is basically all modern languages) is to run them in a Docker container. That's gonna add a bit of overhead to your system (mostly increased RAM usage), and require downloading even more stuff, but at least whatever damage the thing can do will be contained to its own VM.
Now, what the hell does Playwright have to do with any of that?
Right, that's why I said it's safe IF you use a local Python installation from a legit source (i.e. MS Store on Windows or your distro package manager on Linux).
But node doesn't have a built-in webserver (although it's trivial to write one), so running any node commands will definitely execute some sort of custom code. I looked at the repo, and in this case, npm run serve:dev will execute this package, which is downloaded when you run npm ci (short for clean-install).
It's likely safe, since it has a high version number, millions of downloads per week, and no updates in 4 years (meaning it's stable), but in general, this IS a possible attack vector, even if the package author is trustworthy β a few years ago, someone managed to hack a guy who owned hundreds of popular NPM packages, stole his keys, and used them to upload modified versions of some of his packages that contained malware, which would try to scan the system for API keys and login info for various web services and send them to a server he controlled, so he could start mining crypto on their AWS accounts or whatever.
So if you want to be on the safe side here, I'd say stick to the Python version, and make sure you use an official Python distribution.
Also, you're wrong about the Python approach. Yes, Python does run locally, but you're only using it to run a preinstalled web server module that it ships with, which will make all the files in the local directory accessible to the browser in a way that doesn't require breaking its sandbox.
As long as your Python installation is from a legit source, this is fairly safe. Running it this way will NOT execute any code from that directory β the browser will only be able to access files from the directory you started the server in, nothing else.
In that sense, the using Node is actually more risky, because that WILL run code outside the browser's sandbox, and they could technically smuggle anything in there.
"hmmm today I will download an app with very clear and simple installation instructions but instead of following them I'll try to break my browser's security so I can run it the way I used to back in 2015"
Why don't you just run it using node as the instructions say?
Not quite, but close. Turns out it's Jewlord "me mum died in the holly" Finkelstein's sister.