

The teachers probably prefer to work normal work hours.
The teachers probably prefer to work normal work hours.
I think this is dependent on context. Linus is working with a very public repository. Private repositories shared with a small team have different conditions.
What works in my smallish team at my company is:
Someone snored loudly during Oppenheimer in IMAX.
The snoring stopped for a short while when the nuke went off.
Multiverse and many worlds interpretation are two different things.
The idea of multiverse is that there are many other universes existing in parallel with ours. Either the universes are created through different big bangs, or maybe the universe is constantly splitting into many other universes. This is mostly science fiction.
MWI is one of many competing ideas to help coming to terms with the counterintuitive nature of quantum physics. A particle can be in many places at once when not observed. Once it’s observed, it chooses to stick in one place. MWI is one interpretation of why this is happening.
It’s too early to judge. Seems like it’s a solo dev hobby project. I wouldn’t hold my hopes up to ever see this language production ready.
deleted by creator
If it was real, why would they have such expensive and easily breakable furniture in their apartment? It’s just asking for trouble.
There should be a maximum repair fee for individual furniture.
I’m an enlightened centrist (I hate both left and right) (mostly right)
I find it funny how bad guys in fiction openly expresses that they’re in the dark side. That’s so comical it can’t happen in reality. Right?
Nah, this guy is embracing ”Dark Enlightenment” as his core philosophy.
They will stay silent about his eventual passing. He won’t make any public appearances, but they will insist that he’s alive and well. Anything else is just democrat propaganda.
Occasionally he will show up in AI generated speeches.
I like the flexibility Rust offers with the result type. It makes the error handling part of the control flow rather than an afterthought.
Unwrap means it forces to evaluate the result as an ”ok value”. If it’s an ”error value”, it will crash. It’s a bad practice to rely on it, as it’s one of the most common ways a Rust programs can crash.
Rust offers many options to handle errors that don’t risk crashing. For example, unwrap_or_default, which means ”if it’s an error value, use the default value for this type, such as 0 for integers”
I prefer it over alternatives:
Reject GitHub. Embrace Codeberg!
There are some women only communities, like WomensStuff. I respect that women want to have their safe spaces without men inserting themselves into the conversation.
”But what about us??? Men have it difficult to!”
But usually it’s obvious from the title alone that it’s about woman subject.
Sometimes. The community name can give me some context before I participate, if it’s not already obvious from the title. For example, I try to avoid commenting in ADHD communities because I don’t have ADHD.
But in most cases I don’t care. If I see a post I want to participate in, I participate. Lemmy is too small to be segregated into sub communities. Lemmy itself is the community.
It’s easy.
Just be Swedish.
☝️This person anti depressants
Just use ’static
everywhere
What I like with squash on merge is I don’t need to worry about shit my coworkers make. My coworkers can have terrible git disciplines, and the master branch is still clean.