There is no simplification that you're looking for. It seems you don't have a programing background. If you really need to scrape something, you need to learn a programing language, HTTP, HTML, and maybe javascript. AFAIK, there is no easy way or point and click scrapper building tool. You will need to invest time and learn. Don't worry, you should be able to get it done in 2-3 months if you do invest your time in.
Reverting to RAM sticks is good, but not shutting down GPU line. GPU market needs more competiter, not less.
the document is nearly impossible to read all the way through and just as hard to understand fully
It is a boring document but it not impossible to read through, nor understand. The is what compliances officer do. I have a (useless) cybersecurity degree and reading NIST publications is part of my lecture.
- Firefox + uBO
- NewPipe/LibrePipe/GrayJay
- FreeTube
They all are free, no subscription required
And sorry Apple users, I don't know what option you have cuz I don't use Apple.
Easiest solution: point the fucking DNS to a family safe one and lock it behind passcode. Done.
This is how you "protect the children." Not by making a burden on everyone else. I don't need age verification on the internet, ever.
Which also gives them another idea on how to deny FOIA request?
The only blocker to me is it doesn't have native Linux support
Until they ditch the "live service" model, this will continues. How many big title games today are really sold in a complete no BS state where DLC actually means extra contents? No much I guess.
That stems from the revenue model, and not by gamers.
It's a invented problem to justify always online DRM.
"trying"
Nice try, Apple.
I don't get it. Why I need cloud to run Python scripts which can be done locally? Installing Python isn't hard and MS can bundle it as a library with Office either.
I don't a single guide for you but I can layout a road map.
After you got those foundation ready, you can go on and try to build a webscraper. I advice aginst using Scrapy. Not because it is bad but too overwhelming and abstracted for any beginner. I will instead advice you use
requests
for HTTP, and BeautifulSoup4 for HTML parsing. You will build a more solid foundation and transition to scrapy later when you need those advanced function.When you get stuck, don't afraid to pause on your attempt and read tutorials again. Head to the Python Community on Discord to get interactive help. We welcome noobs as we once were noobs too. Just don't ever mention scraping there as they can't help if they suspect you're trying to do something inappropriate, malicious, or illegal. They are notoriously aginst
yt-dlp
which frustrates me a bit. Phrase it nicely and in an generic way. I will be there occasionally offering help.