Show HN: A self-hosted Twitter- and Reddit-like site written in Rust
1–4 of 4 posts
Re: Show HN: A self-hosted Twitter- and Reddit-like site written in Rust
#2No post body was provided.
Re: Show HN: A self-hosted Twitter- and Reddit-like site written in Rust
#3I like it. This basically meets all the features I want, can you share the reasons for not using sqlite for the database but sed?
Re: Show HN: A self-hosted Twitter- and Reddit-like site written in Rust
#4I 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.