Gell-Mann Amnesia effect
footfaults
I think that a lot of people know the Democrats are shit. They have been shit for decades.
The problem is that people correctly figure out the Democrats are controlled opposition, and they don't stick around. They just stop voting.
The problem is the Democrats know this, and they'd rather lose elections, keep their nice little controlled opposition status, rather than try to actually engage with disaffected voters.
The Bernie campaign was a direct attempt to show that if someone tried to reach out to disaffected voters, it could be successful.
The Democrats made sure to sabotage that strategy by rigging the primaries.
So at this point I think the best thing to do is keep criticizing the Democrats, highlight their intentional losing strategies, and wait until enough people catch on, and we build a mass movement to replace them with something better. Hopefully we catch enough people before they give up and just check out of politics completely
Witchcraft
Average American moment
Yes. Although what are they going to do? Sell it? It's an accounting trick
These are all a bunch of shell games that everyone is going to see right through and dump their Treasury bonds, or call them in. America will immediately go to shit.
Fine. Whatever.
Don't know what to tell you. Been doing it that way since 2011
The tyranny of the HOA. Your options for what to do with your property is very limited
Not exactly, because n commits will have been squashed into one, so making the edit would lose the reference to the originals which should have been squashed with other commits
See but you can break the commit back apart by doing a git rebase interactive, selecting that squashed commit as the commit to edit, then doing a git reset HEAD~1
then recommit it in pieces, then git rebase --continue
Then git rebase -i
a second time and then remove the commit that you don't want to be included
If you are continually rebasing and having to fix the same merge conflict over and over, you should look at https://git-scm.com/book/en/v2/Git-Tools-Rerere
You can also do a git rebase -i
and mark a commit as edit
and git will stop at that commit in the rebase to allow you to stop, look around, and make changes.. I think that is what you are looking for
It makes sense, it's the only way to create code and libraries that can be called from other languages and runtimes (FFI, JNI, etc). Plus they pull in v8
Interesting. I wonder if this is a beginning of a climb down for the Very Serious People so that we can eventually make a peace deal.