PatatasDelPapa

joined 1 year ago
[–] PatatasDelPapa@programming.dev 2 points 6 months ago

I don't have much to add so here's a quote from the forums that made me chuckle

So hypothetically programmers in 2135 or later may have to deal with a leap minute (assuming the Earth rotation will not slow dramatically before that).

[–] PatatasDelPapa@programming.dev 4 points 6 months ago

Back when I started learning rust I used to watch people reading the book on twitch so I could ask people in chat that already knew rust some questions or even respond to some of the questions of the streamer it was a good feeling being able to learn and help people learn. I recommend anyone who's interested to join, even if you already know rust, maybe you'll like answering questions from those learning :D

[–] PatatasDelPapa@programming.dev 9 points 6 months ago (1 children)

Personally I would like a pinned post to ask/answer questions (and maybe the reddit tradition of asking what is everyone working on this week). Right now I'm trying to port tower_http::services::ServeDir to smol just for fun. I've read https://notgull.net/new-smol-rs-subcrates/ and became motivated to give it a try, sadly when I needed to serve a file to use htmx ServeDir panicked with a tokio rt not found so I figure I give it a try porting it but quickly found myself not knowing how to port some things involving streams. I don't like asking questions in discord, it's not made for that, examples being the poor discoverability for future people looking for a similar question.