

So NYC’s judiciary says corruption is OK if you help to extra-judicially ship people off to concentration camps?
This country is garbage. It’s done. The pillars have collapsed.


So NYC’s judiciary says corruption is OK if you help to extra-judicially ship people off to concentration camps?
This country is garbage. It’s done. The pillars have collapsed.


“Overwhelming bipartisan support for the attack” across social media “has resulted in several narratives encouraging similar violent activities directed at other healthcare executive teams,”
This assessment has got it all wrong. People don’t want further acts of violence against healthcare executive teams. Or, I should say, not just healthcare executive teams. That thinking is far too narrow.


They don’t. Nearly everything that you buy has a unique serial number, and if consumers are buying direct from manufacturers it could, in theory, link a consumer to a serial number. It’s unlikely that they could make those connections, though. Peak sells direct, but they also sell through 3rd party stores and distributors, where there is an abstraction between the serials and consumers.


Yo, that’s still a violation of CANSPAM, and you might as well report them while we still have an FTC/FCC. After the new admin takes office… well… but theres still a month left before then.
If their communication contains anything transactional it’s a violation. Notifying unsubscribed users of a TOS change? Legal. That communication mentions anything about products or promotions? No longer legal.


I am no expert, but I have used Python in a professional environment, and helped on board a Python newbie to build out his first project.
It would be helpful to know what your environment looks like (what OS you are running, Python version, terminal interface – are you running cmd, powershell, terminal) and which steps prompts the reported error messages.
Starting from the first time running Python using a Windows computer, the first steps should be
Launch Powershell as admin and type in the following commands:
set-executionpolicy remotesigned
winget install python
mkdir python
cd python
python -m venv scraper
.\scraper\Scripts\activate
Following that you should be able to use pip to install more modules or packages. I have Visual Studio Code as my IDE, and that means from there I can also run code to open the text editor to write whatever code I intend to run. Be sure to save it to
C:\Users\youruseraccount\python
If your scripts are saved to that folder, you can run them from powershell by just typing in their filename. Any time you run scripts, open powershell and type cd python and then .\scraper\Scripts\activate Hit enter, then type in the name of the script you want to run.
This information dump is not the most detailed, but it should get you to the point that you can run your scripts.


This probably one of those fake job postings I heard about.
I would be willing to bet that it is a Ghost Job. I sympathize with that struggle. I’m sure I have applied to a couple of those recently, too.
I found that many ghost jobs stay up for a while, so what I started doing to find leads was utilize search engine operators to find recent postings. Something like:
(site:greenhouse.io | site:workday.com) after:2024-07-24 "system admin"
That should find “system admin” jobs posted on workday and greenhouse, commonly used as internal job boards, posted in the last couple of days.
You could even add more job boards to the list by using site: between the parenthesis and separated with bars to expand your search. Or you could change the after statement to today to find very fresh jobs to try to find posts less than 24 hours old and be among the first applicants.
That trick (or maybe just my persistence with an overwhelming portion of luck, idk) managed to eventually get me something new, so I’m hopeful it wasn’t a fluke and it can help someone else, too.
Best of luck.
Thanks for the clarification. I guess while skimming the article I mistook that distinction.
Certainly doesn’t change that we are cooked, but I guess it helps to think that the States aren’t completely craven during this dark age.