Hacker News new | ask | show | jobs
Show HN: A self-hosted Twitter- and Reddit-like site written in Rust (github.com)
11 points by Tree1993 1326 days ago
1 comments

I like it. This basically meets all the features I want, can you share the reasons for not using sqlite for the database but sed?
Actually, I found sql is unnecessarily complicated for these jobs. A simple BtreeMap is enough.