

4·
2 months agoFWIW “Deceptive Pattern” is still fitting, both in meaning and tone.


FWIW “Deceptive Pattern” is still fitting, both in meaning and tone.
For those confused: this is the Norway flag. The Confederate flag is an X shape and has stars in the band.
Not with that attitude!


Depends on what you mean by “hardware”. Most microcontrollers can’t. There are a bunch of ancient processor architectures that modern Linux doesn’t support either, and more esoteric setups that no one has bothered to port Linux to.


Rust, IMO, provides a set of convenient features (borrow checker, RAII, generics, sane operator overloading, opt in unsafety) while leaving out ones that get pretty invasive and are hard to use in an embedded context (exceptions, new/delete operators, GC).
It really sucks, yeah. Makes trying to learn new skills challenging.