Among the most homophobic ways to come out tbh
Among the most homophobic ways to come out tbh


I use scheduled Google Tasks and let my disdain of notifications drive task completion
Just tie it around your waist
What a privilege it is to live in walking distance to a supermarket - this problem doesn’t even exist for me, being out of something just means I walk 4 minutes and buy it.
I feel like this might be an American problem, with straws being more necessary for drinking in cars, which are all too common there.
I rarely drive and basically never drink out of a straw, there’s just no point when you can drink directly out of the cup.


or wondering how you’ll close up a veggie bag.
Get yourself some of these for all of your bag-closing needs: https://www.ikea.com/se/en/p/bevara-sealing-clip-anthracite-dark-yellow-90524179/
Costs just above 1 EUR for a set of 6, so you can probably even afford to get 2 or 3


The primary use-case for LLMs once again appears to be gooning
It’s mostly a skill issue for services that go down when USE-1 has issues in AWS - if you actually know your shit, then you don’t get these kinds of issues.
Case in point: Netflix runs on AWS and experienced no issues during this thing.
And yes, it’s scary that so many high-profile companies are this bad at the thing they spend all day doing
Mainlining industrial-strength copium


It’s cringe
No need for the likely-qualifier - it definitely won’t make a difference in perceived sound quality.
You basically need expensive gear under the right conditions and training to be able to tell. Modern audio codecs are extremely good - the main thing you will get out of lossless is more storage/data usage
Definitely. The business model for basically all of the insurance industry - denying as many claims as possible directly contributing to the margin of the company - is fundamentally broken. A real pity on account of how good and beautiful the core idea of insurance is.
If your car got hit, then I’m guessing you’re dealing with the other drivers liability insurance, right?
I can’t speak for how the legal system where you are works, but I would hold the other driver liable for every single cent, involving a lawyer if necessary.
You enable it using git config, after that it will apply to whatever frontend you’re using.
Depending on how structured your commits have been, it can either be very difficult to get a rebase through or a complete breeze. There are some features to make it easier - rerere being the main one I’m thinking about.
What’s your mental model for a Git commit, and a Git branch?
Once I properly learned those two concepts, understanding rebases became a lot easier.
I’ll try to explain it to the best of my abilities.
When you rebase a particular branch, what you’re essentially doing is taking all of the commits that are currently on your branch, checking out the other branch, and then applying each of the patches in order on that new branch.
A rebase can be cleanly applied if the premise for each commit has not changed when applied, but if the premise has changed, you get a conflict to be resolved before being able to continue the rebase.
I mentally model a rebase a bit as a fast version of how it would look like to build the branch I was on, but on top of the branch I’m rebasing on.


ps aux | xargs kill -9
Killing is pronounced with a soft K, so it sounds closer to “chilling”