fuckwit_mcbumcrumble

joined 8 months ago
[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 9 points 1 day ago* (last edited 1 day ago)

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.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 2 points 2 days ago (1 children)

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.

You're going to want to do a lot more reading ahead of time then. It's not hard, but you really need to know some basics about javascript before you start.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 10 points 3 days ago (4 children)

Sorry, this is an AppleTalk household.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 40 points 5 days ago (1 children)

Anything other than Ford and Tesla? Somewhere between 1 and 0 per year. With the entire lifetime of the car typically being less than 5

Ford hands out recalls like candy which I'm actually OK with because it means they want to fix their stuff. Mopar also has a lot, but that's because their cars are shit.

If you think a horse has the environmental impact of an automobile

At what point reading my comment did you come up with this?

More than just the cellular radio.

https://www.theregister.com/2023/04/27/qualcomm_covert_operating_system_claim/

I think this was built into the SOC itself, or the GPS module, but it runs 100% independently of your OS, even on custom firmware.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 112 points 1 week ago (29 children)

Zero emissions? I know people find it ha ha funny, but farts legitimately contain methane and other green house gassses.

Cows for example are a large contributor of GHG

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 5 points 1 week ago (1 children)

Automatically entering the password at the login prompt would be FAR more insecure than task scheduler starting the task on startup. What you should do is go into task scheduler and tell it to start your jellyfin service. Then jellyfin is running, but your user isn't even signed in.

If you just want auto login then look at these:

https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon

https://answers.microsoft.com/en-us/windows/forum/all/auto-sign-in-missing-from-netplwiz/1c06918b-04e0-4b2f-ab67-8b5bd7eee89b

That's how windows intends you to automatically log in even though your user has a password.

view more: next ›