Ask HN: What projects are you working on now?
81–90 of 1001 posts
Re: Ask HN: What projects are you working on now?
#82Been developing it on and off for some time though, but now have some extra time to put into it.
Re: Ask HN: What projects are you working on now?
#83Re: Ask HN: What projects are you working on now?
#84Re: Ask HN: What projects are you working on now?
#85Re: Ask HN: What projects are you working on now?
#86Here's a sample of what we made: https://notrealnews.net
You can learn more at https://wordflow.dev
Re: Ask HN: What projects are you working on now?
#87Re: Ask HN: What projects are you working on now?
#88Re: Ask HN: What projects are you working on now?
#89Re: Ask HN: What projects are you working on now?
#90I ended up learning quite a bit about how email works and how to setup an email server from scratch. The email backend is written in Rust and hooks into a Postfix server as a filter. Since I am not storing any mail, I’d like to eventually migrate to either an LMTP server or a custom SMTP server.
I also used this as a chance to learn Ansible. I’ve been pretty impressed with how much easier server provisioning becomes, especially when compared to a more manual approach.
Currently, the mail backend is fully working for Dropbox. Right now, I am setting up a landing page to gauge interest. After that, most of the work will be on the web app side.
The project is open source, for now: https://github.com/aksiksi/vaulty