Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Interesting timing, I've been playing around with Cortex M chips and a lot of the demo code has structures that are almost pathologically mis-aligned things like

   struct SomeCamelCaseNonsenseStructure {
       uint8_t flag;
       uint32_t pointer;
       uint8_t another_flag;
       uint32_t another_pointer;
       ...
   }
I feel like flinching every time I read it.


Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: