• 0 Posts
  • 39 Comments
Joined 8 months ago
cake
Cake day: March 20th, 2024

help-circle



  • Single core workloads Intel still had the lead. But multi core (or just multi tasking) Zen 1 was a beast. By zen 2 there was hardly a reason to get Intel even for gaming, and especially at normal setups (nobody is using a top of the line GPU at 1080p). Even when you’re “just” playing a game you still have stuff running in the background, and those extra cores helped a lot.

    Plus newer games are much more multi threaded than when zen first came out so those chips aged better as well.


  • We use node.js with puppeteer for some of our web crawling at work. It’s pretty straightforward once you have a basic script to launch it. If you havent already I’d highly suggest installing vs code. You install node.js, then using npm (node package manager) install puppeteer and whatever other dependencies you might have. Someone out there probably has a basic js file out there that will open chrome, or just ask an LLM (I just use ChatGPT, they’re all the same shit). From there you just need to navigate to your pages, then use a queryselector and .click() to click on your elements. It’s all javascript from there.

    Pro tip: write your queryselectors in your browser using the inspect element/console tab, then put it in your JS file. Nothing is worse than being 10 minutes into a crawl and you’ve got a queerselector.












  • If you’ve got a thunderbolt port on your laptop and a thunderbolt dock on your laptop then there’s no reason why it shouldn’t work.

    I’m not familiar with thunderbolt on linux, but on windows you plug it in and it just works™️ and shows up as if it was inside your machine. Your DE on linux might automatically do it, but if you’re command line only you’ll probably have to run a command first.




  • Realistically? Nothing. So many things have to go wrong for you to get a virus or some other form of malware. Your web browser and other software will continue getting updates for at least a little bit after the OS is EOL. Windows 7-8.1 has only just started losing software support in the last 1-2 years.

    First your OS needs a vulnerability, then the software you’re running needs to have a vulnerability, then you need to run said software, then you need to run said software and do whatever it is that can be exploited (or just run some infected software). Every once in a while you’ll run into exploits that need no interaction at all, and that’s where you can really get screwed. Windows had one the other day with ipv6, but that requires your firewall to be set to allow all ipv6 connections in which unfortunately a lot of them do. But even then someone has to have tried reaching you out of the 72 kajillion ipv6 addresses out there.

    That said unsupported devices are also a risk to supported devices. Say there’s an exploit like the ipv6 one and device A gets infected. That malware could then use other tricks to affect supported devices that haven’t been patched yet, or there isn’t a patch for it.

    I use a ton of unsupported devices, but only intermittently, and not for anything important. The likely hood that I’m getting a virus on Mac OS 9 is so incredibly small. Plus I’m not checking my bank account on that thing. I would not do anything at all important on an unsupported machine, and if it HAS to run I’d quarantine it in it’s own vlan so it can’t affect the important things.