@tebillusassort Iโm thinking of doing the same. Iโve only worked professionally with web technologies but I donโt particularly enjoy it and want to work with low level stuff. With the job market as it is right now, it feels like the perfect time to pivot.
Exploring smart pointers in Rust by adapting an example from The Rust Book to use a struct instead of an enum to implement a printable Cons list data structure. I was never a fan of lisp parentheses.
@Hi_Mrinal Yes. Also combining with tailscale will accelerate ports/ip/firewall knowledge and combining with tmux will teach importance of session persistence.
@shydev69 Very cool! As you build more you will want to learn about blocking code. Your sensor reads and delays will add latency as projects get more complex (e.g., 30 ms timeout on your pulsein is far too long even though itโs an edge case).