"I find you funny so you can’t possibly be a young woman
Regards, 50-year-old heterosexual woman"
"I find you funny so you can’t possibly be a young woman
Regards, 50-year-old heterosexual woman"


Of course. You wouldn’t judge an elephant by its ability to climb trees, etc etc


“If you’re the smartest person in the room, you’re in the wrong room.”
Be curious, not comfortable. Never stop learning from those who are smarter than you.
For programming languages that make use of {}, the reason is (almost always) scope.
Take for instance this:
for i in 0..10
do_thing();
do_other_thing();
compared to this:
for i in 0..10 {
do_thing();
}
do_other_thing();
The intent of the first one is unclear. In the second one it’s clear you should loop do_thing() and then run do_other_thing() afterwards. The indentation is only for readability in the above though. Logically there would be no difference in writing
for i in 0..10 { do_thing(); } do_other_thing();
Languages that use indentation and line breaks for scope look more similar to this:
for i in 0..10:
do_thing()
do_other_thing()
What does Kraft have to do with anything? I’m talking specifically about American cheese.
You should list some actual varieties then. “American cheese” IS the term for the processed cheese mixture.
Yeah sorry about the shit site. Edited in a wikipedia link instead.
Those chefs you mention … can they contain up to 49% bullshit* and still be sold as chefs?
I feel the same about trigger warnings where the warnings are more triggering than the content. The ridiculous ones have petered somewhat, but at its peak you’d see stuff like
TW: mental health, suicide, self harm, narcissistic abuse
Post: I feel sad today :( my mum is telling me to clean and she doesn’t get me
Wait until you hear about Swedish kokkaffe
(Seriously though, I have an electric percolator and it produces nice strong coffee without overbrewing. But then again I am Swedish and I’d probably drink tar if there was caffeine in it…)
For those uninitiated, that’s a coffee percolator.


I’m really looking forward to the day I can look back on the fillers and botox trend.


Right, I’m very curious about how you’d find relevant colleagues (not in the reference list) without using e.g. LinkedIn?
Also curious about the phoniest reference you’ve ever received, if you care to share.


“Here is a list of my references, most of them are my close colleagues and they know what I’m like at work”
“Yeah no lol we’ll just scroll through your LinkedIn contacts and read your Facebook posts instead”
Classic


Have fun and keep exploring, that’s my advice :)


The term you’re looking for is “medial side” (closer to the centreline of the body).
They probably wear down more on the lateral side, shafing on shoes and whatnot. The medial side is more protected.
Would you trust a showerpooper to clean your shower?
Nix with Lix