About Ditzes

First off: Welcome to Ditzes!

It was initially built because I just wanted a offline client to read HN comments, and then I continued to adding features to it over time.

At one point, I came across Tauri and I've always wanted something alternative to Electron, so I decided to make Ditzes work with Tauri so I can have a offline application with no dependency on the browser at all. State also became easier to manage, as there are no limits (besides diskspace) on how much we can save to disk.

Here is a rough timeline (without time) on what features were built in what order:

  1. Basic reader of HN lists + items.
  2. Flat view of comments instead of threaded.
  3. Dark color scheme for the UI.
  4. Caching of the different lists based on date + hour.
  5. Cache management panel.
  6. Found out about Tauri, started rewriting the API/backend in Rust, fighting with making async code happen concurrently and more fun stuff.
  7. Cache management completely changed, everything persisted to disk in users data directory instead of in the browser, added cache visualization and more.

Handy Links

Source Code (MIT): Codeberg.com/ditzes/ditzes
Feature Requests/Report Bugs: https://codeberg.org/ditzes/ditzes/issues
Privacy Policy: N/A, no data about visitors is stored
Terms of Service: Don't be a jerk, OSS software provided "as is" without warranty of any kind, feel free to fork/copy/modify/publish at will