Hello, folks! I started learning Rust last Friday, coming from Go, and today I pushed my first project to trunk.<p>Meet bonk[1], a simple CLI tool that uses machine learning to detect whether an image contains nudity.<p>I constantly need to review customer websites to ensure no images contain nudity due to requirements from the company I host my servers with. To help automate this process a bit, I decided to merge my desire to learn Rust with this need. That's why bonk was born.<p>I'm finding Rust really difficult to learn coming from a system administration background, but it was still lots of fun to write this. Hopefully finishing the Rust book will help make things more clear.<p>Feedback is welcome! :)<p>[1]: <a href="https://sr.ht/~jamesponddotco/bonk/" rel="nofollow">https://sr.ht/~jamesponddotco/bonk/</a>