logoalt Hacker News

dabinattoday at 11:39 AM0 repliesview on HN

Create something you actually need, or port something you already created in another language.

I needed a tool to get the contents of a remote zip file without downloading the whole file. I wanted to learn Go, so I created the tool with Go, then I ported it to Rust when I wanted to learn Rust.