It's my birthday in 3 days, and to celebrate I'm spending a week in Tokyo with my bois @Rallat @romainguy and @ty !! 🇯🇵🍻🍣🥳
SO EXCITED
New Year, New Pixel
Finally the compact android phone we deserve!
Celebrating my 1 year anniversary @ thirdweb ! 🎉
1 year of writing open source software in 5 different programming languages I barely knew before!
Never stop learning 💪
@blinkygal rust enums remind me a lot of Kotlin sealed classes. Assigning expressions to variables directly also felt very familiar, can do the same in Kotlin. The "smart casting" that the compiler/editor does when doing switch cases as well. The nice collection manipulation functions in the standard lib. Syntax for tuples and destructuring.
It's interesting to see modern languages converge in these things 😁
@pgmjsd Oooh that's a nice one, didn't know about it! Been using `Result<T, Box<dyn Error>>` which def doesn't read as nice. The context() shortcut is handy too.
Any other must have crates i should know about appart from serde_x and tokio ?