Viewing profile — njhaveri
njhaveri
HN member- Joined
- Sat, Apr 13, 2019, 3:19 AM UTC
- HN karma
- 552
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About njhaveri
Recent public activity
-
comment
Comment #32893061
On the Mac App Store, there isn't a practical way to charge for updates. You could release entirely new apps, but then upgrading is a pain for users, and you lose your ranking and …
-
comment
Comment #31771523
Wow, I had no idea about this one! Thanks so much for this tip!
-
comment
Comment #30493734
After the end of legacy G Suite was announced, I tried using iCloud+ to forward my personal domain to Gmail. However, because iCloud does not seem to support ARC for forwarding, Gm…
-
comment
Comment #30248805
Agreed, I think they'll just never increase the free storage again. Eventually, people will get tired of quarterly inbox cleanups and just pay for the extra storage, which is a win…
-
comment
Comment #30048699
If you really want to host your own server for incoming mail, SES would probably be fine for SMTP and very cheap. With things set up correctly (SPF, DKIM), my personal experience w…
-
comment
Comment #28809697
I think there may be some confusion here. Reading the original tweets from @featherless, I don't see any intent to actually change the end-user design. For example: > This evolutio…
-
comment
Comment #28634435
This is surprisingly sophisticated and loaded with features for a 1.0, congratulations on the release! I totally know what it's like to work on a productivity app for a long time b…
-
comment
Comment #27508952
Neat idea! Do you plan to notarize the binary?
-
comment
Comment #26995465
From personal experience, notarization hasn't really caused any friction in my dev process for Mimestream. The upload + server response usually only takes about a minute. Yeah, it'…
-
comment
Comment #26267347
Haha, having worked on email clients, this gave me a good laugh. People use them in all sorts of different ways – part of what makes them tricky to build. Very clever customization…
-
comment
Comment #25828833
I get the general point of the article, but if I just lost the source code to the app I've worked on for years… It would take me a very, very long time to re-write everything. Some…
-
comment
Comment #25242694
Finally! Hopefully it will be based on the prefers-color-scheme media feature, instead of it being a setting to toggle…
-
comment
Comment #25048370
I also really dislike that WWDC videos are now the de-facto documentation. It must be a lot of work to put them together – I wish they'd just write a doc instead. Would be way fast…
-
comment
Comment #24956420
As a developer of a native Mac email client, I sincerely hope that this is true. At least in the Apple ecosystem, there are new technologies like SwiftUI and Mac Catalyst that shou…
-
comment
Comment #24641778
I previously read about what happened to you guys Re: Sidecar (my sympathies), so congrats on making this pivot to adding Windows support! This should be a huge market! I'm curious…
-
comment
Comment #24478007
I looked into it and it seems by invite only. I get it.
-
comment
Comment #24475371
I've received an overwhelming amount of feedback asking for this, and I plan to add this functionality.
-
comment
Comment #24475365
Would love to, but need Gmail API support. Please consider Starring (but don't comment +1): https://issuetracker.google.com/issues/109952618
-
comment
Comment #24475341
Tokens are granted to the app running on your Mac, not a service. There's definitely no Mimestream-run service component with access tokens to your account. One tip - on the Google…
-
comment
Comment #24442460
Right now, it's WYSIWYG HTML composing only. Got a ton of requests for plain text (and markdown) composing support, and I definitely plan on adding it, though it might take a few m…
-
comment
Comment #24442389
I've heard this requested a lot in the last 24h, will add this.
-
comment
Comment #24437519
Thanks! You can disable this in System Preferences > Notifications > Mimestream > Badge app icon
-
comment
Comment #24434767
#1 - oops, I filed a bug to fix this up. Thanks for pointing it out. #2 is something I'm hearing more about... I'll plan on offering this in the future.
-
comment
Comment #24434734
This is an HTTPS GET of https://mimestream.com/appcast.xml in order to check for the availability of beta software updates, using the Sparkle framework that is popular amongst Mac …
-
comment
Comment #24434685
Thanks! I have been hearing the plugin feedback a lot lately, and I will be thinking about making a plugin API in the future.