|
|
|
|
|
by pierreyoda
659 days ago
|
|
I've been working on a Hacker News TUI reader written in Rust [0]. I'm very proud of the way the architecture turned out - with most notably a components-driven architecture [1]. There's just a major performance roadblock in posts with many comments that I should be able to clear with some more multithreading. Then I just need to make it available in brew and other distribution solutions. [0]: https://github.com/pierreyoda/hncli
[1]: https://www.newstackwhodis.com/blog/hncli-2-architecture |
|