Live data from Hacker News

Rust on Espressif chips – 17-10-2022

mabez.dev

1–10 of 20 posts

Re: Rust on Espressif chips – 17-10-2022

#9
post #4

How does embedded programming square with the "safety shaming" rust culture? Surely you're transmuting all over the place.

Ideology-driven development is bad no matter what environment you’re coding for.

I’d view it as similar to any other work in a hazardous environment: Apply layers of protection to mitigate risks to an acceptable level. There are so many unavoidably tricky things about embedded development that if you can easily rule out the avoidable ones, it’s worth it.

‘Unsafe’ isn’t a synonym for ‘bad practice’, it’s just a hint to ‘look here first’.

Re: Rust on Espressif chips – 17-10-2022

#10
These guys are talking business. Some weeks ago I vented in Twitter about problems building an example project for ESP32 (in Portuguese), someone from Espressif side was diligent enough to translate it and answer with hints (in the end, I had messed up during toolchain installation, thanks there is espup now).
Post reply on HN