Show HN: Pinggy – A free RSS reader for the web (pinggy.com)
4 points by vasanthv 10h ago 0 comments
Show HN: MP3 File Editor for Bulk Processing (cjmapp.net)
27 points by cutandjoin 2d ago 17 comments
An Interactive Debugger for Rust Trait Errors
34 matt_d 4 5/6/2025, 5:09:42 AM cel.cs.brown.edu ↗
Some years ago I came to the conclusion I like Rust compiler errors the most
https://www.inkmi.com/blog/developer-productivity-compiler-e...
User forgot to include the posts table in the query.
Error line 1 says "Cannot select `posts::columns::id` from `users::table`.
For me, that is more than enough to spot the issue. But if I had missed my morning coffee, 5 lines below I have extra help: "note: `posts::columns::id` is no valid selection for `users::table`"
The rest of the "help" lines I can happily ignore.