It seems to me that if you end up adjacent to an operation that exposes you to certain technologies, you will be harassed and attacked with covert directed-energy weapons until you are suicided or institutionalized and discredited.
I think it's more likely we'd see term limits and balanced budget amendments. Possibly even the power for states to override federal laws, with a supermajority.
I'd like to see other things, like the commerce clause returning to its original meaning, but like you said, it's already a high bar.
When at least 34 states call for a constitutional convention. Potentially as early as this year if at least 15 of the 21 states with proposed legislation enact the laws which call for a convention (currently 19 states have enacted laws which call for a convention). Thirty-eight states would need to ratify any proposed amendments.
> To rule out if it was a coding error, I tried to decompress the gzip file with bash via gzip -dc file. bash threw a strange error, “can’t seek file descriptor” when trying to read the file. This error is emitted from bash.c here.
Unless I am reading this wrong, the error would have been emitted by gzip, not bash. There is no redirection or anything here, bash is not even aware of that file.
reply