Live data from Hacker News

How I built forlater.email, my first big side project

icyphox.sh

1–10 of 28 posts

Re: How I built forlater.email, my first big side project

#3
> I plan to implement some kind of settings@ address to configure and store user settings (dark theme? fonts?). However, this introduces state in an otherwise mostly stateless system.

I think the subject line can be used for settings while still keeping things stateless, e.g arial dark or like a preset name ad.

Re: How I built forlater.email, my first big side project

#5
post #3

> I plan to implement some kind of settings@ address to configure and store user settings (dark theme? fonts?). However, this introduces state in an otherwise mostly stateless system. I think the subject line can be used for settings while still keeping things stateless, e.g arial dark or like a preset name ad.

Or have your mail client or shortcut attach either pre-defined content or a signature to outbound messages destined for this address.

Ex Sincerely, &&&setting.darkmode=true&&&

Or similar.

Re: How I built forlater.email, my first big side project

#6
post #3

> I plan to implement some kind of settings@ address to configure and store user settings (dark theme? fonts?). However, this introduces state in an otherwise mostly stateless system. I think the subject line can be used for settings while still keeping things stateless, e.g arial dark or like a preset name ad.

That's elegant; the subject field isn't used currently. However, it adds extra work for those who want all their articles in dark mode, or any specific style.

I think I'll add support for this anyway. Thanks.

Post reply on HN