I mean, a normal Supreme Court would probably baulk at the bit about 'punishment for a crime' not applying to illegal immigration, bit this one would definitely rubber stamp this.
jonne
Yeah, I bet they'll start using the people in ICE detention for free labour. It's even technically legal according to the 13th amendment.
It 100% is. They would just exclude this data IRL.
Let them have chatGPT credits.
And everyone knows B-2s and F-35s are invisible, so there's no point in flying them as a display.
They were privatised.
I mean, a lot of this stuff only kicks in after the midterms, so you will see democrats take the house and suddenly hospitals all over the country will start closing.
But aren't they the devil in this analogy?
Yeah, I bet they'll end up using them on a hospital in Gaza instead.
You would think they would've have let him come into the country knowing all that? It's not like he crossed the Rio Grande to fight Jake Paul.
Even if everyone left, he's still got a bunch of nukes and other powers that could affect the rest of us.
Really depends on what data it is and whether you want to search it regularly or just as a one time thing.
You could load them into an rdbms (MySQL/Postgres) and have it handle the indexing, or use python tools to process the files. Something like elasticsearch could work too.
If it's just a one time thing grep is probably fine tho.
Aleph could work as well but I have no experience with it.
I guess it depends on how much time you want to invest in setting something up versus how much time you'd lose waiting for grep to finish (if you only need to search a certain column, you can create an index with just that column using awk, search that index file, then extract the full line from the source file based on that result, but at that point you're basically creating a new database engine).