The TLDR; Democrats raised money for far right candidates during their primaries in some strategic elections, the idea being that given the choice between a sane moderate democrat and a lunatic maga republican in the general election, people would choose the sane option.
I don't know that is what's happening here however, even if they threw a massive amount of money at Robert F. Kennedy Jr it seems unlikely he would ever win the democratic presidential primary.
Shucks I get all my anxiety disorders for free! HOT DAMN!
I think the phrase down the rabbit hole is actually referring to Alice in Wonderland. But.
I would say the organism that tends to burrow the deepest into the Earth is humans. Average oil well depth appears to be around 5,964 feet (1818 meters), that's pretty deep. The deepest hole we ever drilled is supposedly the Kola Superdeep Borehole dug by the Soviets, it was 40,230 feet (12.2km) deep.
Perhaps not answer your looking for though.
Having recently been diagnosed with ADHD as an adult I didn't know what RSD was and had to look it up. Oh goodie another ADHD related problem it looks like I probably have, I'll have to mention this at my next session and see what they say. Thanks for the heads up.
I had a peek at the source code and although I don't actually know Rust it looks like that error comes from a check for character length in the function "is_valid_body_field". Strangely it does the same check twice against two variables "POST_BODY_MAX_LENGTH" and "BODY_MAX_LENGTH".
The smaller of the two is BODY_MAX_LENGTH which is set at 10000, so I assume the max character limit is 10,000. There are no other checks in that function other than the character count and that's the only place in the source code that the text "invalid_body_field" shows up so I assume it's only sent as a response to too much text, but as I said I don't actually know Rust so I could be wrong.
Here's the github page for the program that's at least partially responsible for that output.
From that page it appears detected means "Device is detected, driver is found, but not tested yet" and working means "Driver is found and operates properly (passed static or dynamic tests)"
In the case of tetracycline antibiotics the degradation products can damage the kidneys and cause Fanconi syndrome. So in that case as a medicine for people it becomes poison, as a poison for bacteria it becomes safer.