Even as an embedded C developer I use “idx” and “count” instead of “i”. Not just because I’m a member of the “slightly longer but more descriptive names are better” gang, but also for searchability. If I’m trying to track down where an array is accessed in a loop, for example, “idx” is more likely to take me only to the results I’m looking for and not also the “i” in int8_t or whatever.
Unfortunately, yes. Here’s a fantastic blog post from someone who gave up on self-hosting last year due to the vast number of problems with self-hosting. The post also does a great job at pointing out why the death of self-hosting email is so bad in general, but still regrettably concludes that it isn’t worth it in any scenario right now.