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
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
> 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
Grab the pills when you get a chance. The whole milk only has enough vitamin d to offset the amount used by your body to use the calcium in the milk, so it’s net zero additional vitamin d in your diet to drink fortified vitamin D milk. If you’re like me, you’ll feel a significant difference.
It’s convenient. Can’t hurt to get used to it, for sure, in that it’s useful to not have to go through dependency hell installing things sometimes. It’s based on kernel features I don’t see Linus pulling out, so I think you’ll only see it more.
As someone who runs nix-only at home, I mostly use its underlying tech in the form of snaps/flatpaks, though. I use docker itself at work constantly, but at home, snaps/flatpaks tend to do the “minimize thinking about dependencies and building” bit but in a workflow more convenient for desktop applications.
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.