My home, my heart, my love is France, but my spirit? I think it's German.
"Knock knock, you ask who's there, I say my name. Joke finished. Very efficient." <3
My home, my heart, my love is France, but my spirit? I think it's German.
"Knock knock, you ask who's there, I say my name. Joke finished. Very efficient." <3
The hardest cooking technique to master is to to just leave it the fuck alone.
Linus and Greg have weighed in on the latest Rust 4 Linux drama, and this dangerous cross-roads seems to be behind us.
Recognition of "Adapt or Die" seems to be the theme. Rust is the future in this domain, and The attitude of refusing to deal with this puts the Linux project at long-term risk.
Contrasted with the most bullshit experiences I've had: Tech oblivious HR telling me to write a power function in a google doc with O(log n), which is mathematically impossible AFAIK.
1 star: Good for if you need a leet-code algorithm monkey, I spose?
Just had a technical screen, and was like nothing I've seen before. It required a really simple solution, done with head of engineering + a senior of my (possible) future team, but required a thoughtful engineering approach.
Five stars. This is how you get Software Engineers.
If anyone made the same gesture as made by musk... twice... behind the POTUS seal, while in Germany in front of police. they'd be arrested.
american media: βwe canβt know if it was a nazi gesture or notβ
german media: βshowing it would be a violation of the law against showing nazi gestures, so,β
There's a good reason why electronics is a hobby, and not a career for me, I thin:
If you find yourself in need of asserting predicates/pre-conditions of constant values, performing arithmetic operations at compile time, or incompatibilities between const integer types, `type_eval` is definitely worth looking into.
Inspired by the `typenum` crate, `type_eval` introduces the notion of expressions as the primary trait, where operations are represented as structs that implement an expression.
#rust
Announcing initial alpha release of docs.rs/type_eval crate.
This allows for the following patterns:
- Enforce pre-conditions, system-specifications, etc. within the type-system
- specify [il]legal values in your interface
- remove incompatibilities between u/i/usize/8/16/32/64...
Apparently pied-a-mutton/hedgehog mushrooms near me didn't get the memo that winter is no time to be sprouting
When your consumption of it places such a high demand on its agricultural production that it causes an economical and environmental collapse.
...maybe.
A dog to make any French citizen proud!
Love the photo, but I don't get it. Where's the dumb stuff?
I've started an fork of the crate. It's an experimental migration from `const` generics to types-as-values using the `typenum` crate.
crates.io/crates/typus...
github.com/Ben-PH/Simpl...
If a melange of embedded rust and motor control tickles your curiosity, I present:
Or trying to work out if it's livestock that needs protecting, or a threat to the herd...
Look into heat/energy recovery ventilators if you haven't already. Properly set up, they can get you similar humidity control for a fraction of the energy.
The Rust 2024 edition has been stabilized!
Due to land in Rust 1.85, on 20 February, 2025.
github.com/rust-lang/ru...
#rust #rustlang #rust2024
If Rust was written from day one with a desire to strictly handle side effects, what might it look like?