Was vaguely interesting -- until the parts about "racial heritage" and "the white man walking alone". Check out this guy's other posts for a surprise.
Jeff, if you're still lurking in the thread -- we've chatted at the Kairos & the Arena summits. I've got the political and tech background to make an impact. If you're willing to take a flier on me, I'm all-in. Email is in my profile.
Good luck with that.
function Counter() {
const [counter, setCounter] = React.useState(0);
React.useEffect(() => {
const interval = setInterval(() => setCounter(n => n + 1), 100);
return () => clearInterval(interval);
}, [])
return (
<div>{counter}</div>
);
}
This seems like one of the most cleanly horizontally divided opinions in all of the US - where nearly everybody agrees loudly and strongly with it except the wealthy and powerful. I wish a presidential candidate would have the balls to echo this severe but obviously popular thought and fix the fucking system with extreme prejudice.