I'm married, I have a child, and I live in wonderful Sardinia. I like running, reading comics, reading fantasy books and watching old movies.
I love working as an embedded SW developer, even though we are underestimated among the programmers community. In fact, resource limitations lead to everyday issues that "normal programmers" can't even imagine: limited stacks (no recursion), limited heap (byte-wise management of the memory) and limited HW force developers to be creative to fit their requirements, even if this could mean to give away code structures. Finally, debug tools can be very limited: no debugger (-> debug through log prints) or even no prints (-> debug changing GPIO states and monitoring them with an oscilloscope).