Aw boo! Where is your sense of fantasy!?
Aw boo! Where is your sense of fantasy!?
It starts with a nice piano, when the bass drops.
The original song is Ludovico Einaudi - Nuvole Bianche, but that’s missing some oomph :P
“for I, the LORD your God, am a jealous God” - Exodus 20:5
Says it all, really. This whole character trait is that he’s a jealous little asshole. He’s like Dolores Umbridge.
I’m aware Christians may make counter-claims, but I’ve read the old testament, and all he does is to come off as an absolute asshole - you either worship me, or else!
I wasn’t too surprised (but it made sense) that he (Elohim) originally came from the Canaanitic pantheon. How else can you be the only god, yet people shouldn’t worship other gods? He’s not, that’s how.
/rant
Determinate Nix is not a fork of Nix—it is a downstream Nix distribution. Its
Ah, I initially figured they would’ve forked it. Good, as it’ll prevent the community in general to completely split and potentially splinter.
Bitwarden has an export functionality. Export to JSON, import in Keepass, done.
There’s KeePassXC if you want Linux support (keepass2 file is compat with XC variant).
It’s still a draft
, but that’s just a weirdly unnecessary change, IMO. There is no need from anyone to have the versions shift by 11 versions.
Here’s a better overiew: https://devguide.python.org/versions/
Shouldn’t it? Yes, just like the ability to unit test, but that doesn’t stop schools from skipping over them either.
Learn how to test (which is also what the article recommends).
Write unit tests. Write property-based tests. I don’t care which ones, but automate the SHIT out of your tests.
Also curse at your school for not teaching you this from day one.
Alas, I don’t know any articles or books on how to learn, because school didn’t teach me either. I learned the theory from Uncle Bob, among some others, but had to learn the actual work from work…
DROL: Dicht Rechts, Open Links.
I think I just prefer Links Los, which implies that the other way tightens.
Dutch, BTW.
Topologically speaking, the frog is a donut.
If not STEM, then HEAL? (Health, Education And Learning)
True, but that sounds boring.
I understand; I was just being transparent with the fact that I’m a lazy motherfucker and that I used it to “translate” the text.
I asked ChatGPT to convert the text to common words:
“Academic writing is often hard to understand because it uses complicated words specific to a particular field, making it easier for experts to communicate with each other but harder for outsiders to follow. This keeps certain knowledge limited to a small group of people and maintains a cycle where only the educated or ‘in’ crowd can fully engage, while others are left out.”
Controlled Release Fertilizers (CRF) are coated with a tiny layer of polymer which allow to release nutrients in a very timely and targeted way to various crops (trees, flowers, some cash crops) and used in closed environments such as potting plants or greenhouses.
So it has its use. Guess we’ll need to find an alternative to using polymers now (among a ton of other work).
In regards to humans, progress is being made. In coming years, expect greater clarity about effects on our bodies such as:
- inflammation
- oxidative stress (an imbalance of free radicals and antioxidants that damages cells)
- immune responses
- genotoxicity – damage to the genetic information in a cell that causes mutations, which can lead to cancer.
TL;DR yes, cancer. It also fucks with wildlife (blocking intestines, giving off poison)
People are working on making S-Expressions a standard: https://datatracker.ietf.org/doc/draft-rivest-sexp/
Note: This is just a draft, but improvements have been happening since 2023.
I probably won’t like the parentheses, but I think I’ll take it over yaml/json/whateverelse.
YAML is fine if you use a subset (don’t use the advanced features - not like you know those anyway) and use explicit strings (always add "
to strings), otherwise things may be cast when you did not intend values to be cast.
Example:
country: NO
(Norway) will be cast to country: False
, because it’ll cast no
(regardless from casing) to false
, and yes
to true
.
country: "NO"
should not be cast.
The “Infinite monkey theorem” concerns itself with Probability (the mathematical field). It has been mathematically proven that given the random input (the mathematical kind - not the human-created kind) of the monkeys, and the infinite time, the probability of the “complete works of William Shakespeare” rolling out of the typewriter in between the other random output is
1
.It’s a mathematical theorem that just uses monkeys to speak to the imagination, not a practical exercise, other than to prove the maths.
You should look into another brain-breaking probability problem called the “Monty Hall Problem”. Note that some of the greatest mathematical minds of the time failed said puzzle. Switching 100% increases the chance of winning. No, it won’t guarantee a win, but it will increase your chances, mathematically.