- 1 Post
- 3 Comments
Joined 3 years ago
Cake day: July 1st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
madmo@programming.devto
Rust Programming@lemmy.ml•Stryde - fast app launcher for Linux (0.1-0.2s launch, ~35MB RAM)
8·2 months agoNice project, I really like the minimal design!
I also experienced a panic on image load.
My rule of thumb for error handling: try to avoid unwrap. Use expect with a nice error message. And only use expect for stuff that should never fail. And bubbling up the errors to the top with
?is also useful.
madmo@programming.devto
Linux@programming.dev•Linux 6.17 To Finish Clearing Out Old Code For OpenMoko Devices
2·7 months agoWell, I really tried to daily drive the Freerunner, but it was just not there: unstable software paired with unfinished buggy hardware. Im still grateful for the project. It was my gateway to a professional career in embedded linux development.

This is so adorable, I want to upvote it twice!