Live data from Hacker News

Nylas Mail is now free

blog.nylas.com

331–334 of 334 posts

Re: Nylas Mail is now free

#331
post #106

Earlier quoted context omitted.

Nylas Mail Basic does NOT store your mail data in the cloud. It still uses a cloud service for some features (like read receipts), but all the data is local on your disk and auth credentials stored in your native OS keychain. Nylas Pro currently syncs in the cloud to enable some of the pro features not currently offered in Nylas Mail Basic and to provide a much easier to use modern API wrapper around mail data. The c…

Thank you for making the sync engine work client-side! It's a huge step towards making Nylas a viable choice for privacy sensitive folks like myself. The next step would be to make features like "read receipts" that necessitate signing into a cloud optional. Being able to use the app without having to sign into a cloud platform would be a much more valuable feature for me than any feature such a cloud platform could…

Privacy concerns are very valid. You do have the option, however, of disabling those features in preferences, so you never have to use them (or the cloud platform) if you don't want to.

(I work at Nylas)

Re: Nylas Mail is now free

#332
post #244

Earlier quoted context omitted.

Gnus is unbeatable for reading mailing lists -- it basically lets you take the many optimizations and workflows developed in various newsreaders for managing large Usenet newsgroups of which you only want to read a small subset, and apply them to mailing lists. For reading mail other than big mailing lists, it's a little awkward. I used it as my main email client for years, but have drifted away.

What have you replaced gnus with?

Using email less, honestly. Because I can't get to my home email from work, I've largely stopped following most of the mailing lists I was on, just catching up periodically. I've played with mu4e, and I'd probably use it more if I spent more time on a computer and network under my full control.

For my reduced email needs, I mostly use K-9 Mail (Android) and self-hosted RainLoop (web). For work mail I use Outlook.

Re: Nylas Mail is now free

#333
post #281

Earlier quoted context omitted.

"JavaScript is the worst tool". Ah, no matter how many times I see it, it never fails to rub me the wrong way for some reason. Its faster than Ruby, Python and PHP by a mile. It now has async/await. The amount of work that goes into making it good for front-end apps is amazing. It has a fairly large ecosystem. Dynamic / unityped nature lets you prototype quickly. Tooling such as TypeScript lets you switch to static t…

Thanks, this is the most convincing response so far. In particular, I didn't realize how much faster V8 is than the reference implementations of similar languages. That can be a real and significant usage consideration and makes me less hostile to things like desktop apps. I've been operating from the "JS is slow" pre-V8 perspective, and while I knew V8 was a massive speed-up from the web perspective, I didn't consid…

Its not just the speed. Have you looked at ES6 code? You will see a modern language with all the bells and whistles, including classes, lambdas, coroutines, template strings, a few other sugary features and a python-like module system.

All the fixable weirdness has been fixed. Even `this` has been mostly fixed by arrow functions. It still has implicit conversions, but hey, typescript and flow make that irrelevant because they'd check statically for those.

What else is so bad about JavaScript? I really don't get it.

The DOM... thats another story.

Post reply on HN