Profile avatar
annun-thurunen.bsky.social
11 posts 15 followers 13 following
Conversation Starter
comment in response to post
Thanks! That sounds simple enough, just need to find some time to switch now.
comment in response to post
One more question if you don't mind: is it easy to add completions? Figuring out how to do that with oh-my-zsh has been an annoying experience. If that's easy I will just switch as well.
comment in response to post
How easy was it to switch? Do you miss anything from zsh? It's been starting to bother me lately that I don't really know how to properly configure zsh.
comment in response to post
They also just seem to have been trained on too little embedded stuff to be helpful. I try them again every couple of months for code and I keep getting very confidently wrong results. Inventing zephyr APIs, using existing APIs wrong, etc. And indeed having tools that say no is beyond useful.
comment in response to post
I started using it after reading Steve's V1 tutorial and another blog post. Started with an existing git repo and I was productive very fast. I really like the workflow improvements over plain git. At first having no staging area sounded weird to me, but it makes perfect sense while using it.
comment in response to post
That's a damn shame (but understandable). My wife is Mexican and I have very fond memories of our trips to visit pyramids and such in the jungles.
comment in response to post
If I worked more independent like you I would do that, but for now I have to consider more the reality of how my company sells the projects.
comment in response to post
I'm not, but I will consider joining. It's going to be BLE for sure, so no need for publishing your WIP. Thanks!
comment in response to post
I think you really have to consider if it's worth it. I've been in this situation multiple times at work and the approach you described lower in the thread usually suffices. I usually can't reuse code between clients anyway, so I end up morphing the same concept a little bit to the specific needs.
comment in response to post
I'm doing a little personal project to try some embedded rust (on an NRF52840). Originally I was planning to use BLE services and characteristics what they're meant for instead of the usual "just do uart like stuff over a BLE char". But I'm very tempted to try out postcard-rpc now 😅
comment in response to post
Optimizing for BOM cost very often deoptimizes development cost.