I’d assume any sentence for time to serve would be suspended until after his term.
That said, it would be very funny to be in a time where the US President could not visit certain states because he would be arrested.
I’d assume any sentence for time to serve would be suspended until after his term.
That said, it would be very funny to be in a time where the US President could not visit certain states because he would be arrested.
Just had this experience with The Men Who Stare At Goats. Thought it was a good watch, like 6.2 on IMDb. Would recommend
I leave a bowl out, and this year I had a trash can out in case anyone needed it. At the end of the night, the only thing in it was an empty hard cider bottle. Had a laugh
There’s a name for it the phenomenon: the AI effect.
This is the sort of thing I would love to see in my lifetime. I wonder if this is basically talking about just getting it out there for one snapshot, or what you need to put it in orbit at the distance needed to use the Sun as a lens, in which case imagine having that as a long-running program!
Okay, I’ve never even heard of a Dalgona before, and that sounds incredible. Like somewhere basically incredible hot chocolate is the default coffee
Also use it around your co-workers and peers who have children and would recognize it when you want to really get under their skin, it’s skibidi sigma on cap
Nah that’s rizzler shit on God sigma 10k
This sounds delicious. Where is here so I can be there?
deleted by creator
Wordle 1,219 5/6*
🟨⬜⬜⬜🟨
⬜🟩🟨⬜🟨
⬜🟩🟨🟩⬜
🟩🟩⬜🟩⬜
🟩🟩🟩🟩🟩
Oof ouch owie my bones
Wordle 1,218 X/6*
⬜⬜🟨🟨⬜
🟩🟨🟨🟩⬜
🟩🟩⬜🟩🟩
🟩🟩⬜🟩🟩
🟩🟩⬜🟩🟩
🟩🟩⬜🟩🟩
Heh, full disclosure: I was in a startup program with the dude who makes it so I’m def biased, but in Pittsburgh they put bollards on a road to establish separation for the bike lane with credit to the reports from the app giving them historical tracking on how prevalent it was. So yeah, reports may not send out someone posthaste, but they can improve the situation for sure.
There’s an app for that - it’s called, succinctly, “dashcam for your bike”. They sell clip-on phone holders for your bike and do some image stabilization in the video they record, and have integration so you can report people/items blocking the bike lane to the local infrastructure. Would recommend.
> git diff
> git add `!! --name-only`
> git commit - m "updated doc"
> git push origin HEAD
is probably 50% of my work machine bash history. Also fun trick for anyone who doesn’t know:
git checkout -
checks out the last branch and it’s great. “Damn, I need to pull main into this branch” becomes
git checkout -
git pull
git checkout -
git merge main
Sports nerds vibes
I did this as a kid at a place with cart corrals. Because, y’know, someone still needs to move them from the corrals to the front.
Finally I can add to the list:
and now,
Beneath the Mask in my ass
Aggressively seconding this. If you can just do a step in a bash command, do that, don’t use the stupid yaml wrapper they provide that actually just turns around and runs the same bash command but with extra abstraction to learn, break, fix, and maintain for stupid, meaningless upgrades. It will save you time because you’ll be using better-tested, more widely-used tools and approaches.