Earlier quoted context omitted.
I didn't say it's impossible (I've also done it), but for something that's not a full-time job/project, it's a lot of extra work that could be avoided by simply using Electron, especially if you are already familiar with web development but don't have any experience with any of the native platforms.
But the poster did say this was a full-time project. And I don't believe that only having experience in web development is a good enough excuse for shoehorning web dev things everywhere else.
I've spent the last two years building a new email client
571–580 of 608 posts
Re: I've spent the last two years building a new email client
#572Re: I've spent the last two years building a new email client
#573Earlier quoted context omitted.
I dislike tricks like this too, especially because in the end you're still going to get access to it. If a product is good enough, as you said, then I'll tell everyone about it. I think technical or non-business people see this kind of trick and perhaps don't think of the deeper consequences of it - it's not quite a dark pattern, though it feels manipulative.
What deeper consequences are those?
Re: I've spent the last two years building a new email client
#574Earlier quoted context omitted.
Recommending a product you haven't reviewed is a form of lying. Some of us value our integrity.
Isn’t this true of all advertising, except in the rare cases where the publisher only accepts ads for products they endorsed? How can we ever expect a reliable, non-garbage-dominate internet when it is funded by perverse incentives?
But if a friend of mine recommends a product to me, well, I do think all of those things.
Re: I've spent the last two years building a new email client
#575Earlier quoted context omitted.
What features of Postbox do you use that are not available in Claws (or derivatives) or Thunderbird? Serious question, I've love a better email experience. In any case Postbox is not available on Linux, but I'd still like to know.
It's so long since I've switched that I'm not sure anymore, but Postbox tried to be more Mac-like and had native integration with macOS Contacts instead of separate address books. I think it had some filter rules Thunderbird didn't have, and faster indexed search. But now, I use the keyboard driven Tagging & Quick Move features [1] a lot. They work a bit like Alfred [2]. To file a message in my Filtered folder, I typ…
Alfred looks interesting. Other than the workflows, almost everything it does is already integrated into KDE. However it looks easy to use and I will definitely check it out if I move to one of the company Macbooks. Thank you!
Re: I've spent the last two years building a new email client
#576Earlier quoted context omitted.
300MB of ram sounds like a lot to me. What are you storing in memory that is that large? If I dont use the app for 1 hour will it stop using the memory?
Thunderbird takes 425mo of my ram right now.
Re: I've spent the last two years building a new email client
#577Earlier quoted context omitted.
Awesome app man. 150-300MB seems more than acceptable for a local email client. A pedantic, vocal minority may be over-represented in this thread (it IS HN after all). IMO Electron apps present significant advantages that justify its negligible cost, eg skinnable with CSS, inspected live with a web inspector, cross platform etc.
Those are all advantages for the developer. I don't see anything that the user gets for the cost.
Re: I've spent the last two years building a new email client
#578Earlier quoted context omitted.
This. In a world where publishing is essentially free, reputation is an extremely valuable commodity. The ask here is not trivial.
Yes, it is trivial. You have a warped perspective of importance if you think giving the nod to a new mail app is some holy thing. I tell my friends about new apps, startups, and projects all the time. None of them think I'm staking my reputation when I shitpost about some new thing in Slack.
Then why are you posting anonymously?
Re: I've spent the last two years building a new email client
#579Earlier quoted context omitted.
That is not a good metric. There's no way I would take part in that even if I were interested. It's just a big turn off.
Your first sentence isn't supported by your second and third. It is incredibly common to track not just interest but level of interest -- and lots of companies find it a valuable metric for marshalling their resources. Is this perhaps not the best way to get that metric? Now that can be a helpful question to ask and a good thing for this dev to think about, rather than outright dismissing the attempt.
Re: I've spent the last two years building a new email client
#580Earlier quoted context omitted.
You can do the same in your browser by opening the developer tools and in fact it comes built in to the browser whereas on a desktop you'd have to install another app like Wireshark/Fiddler to see those requests.
That only tells you what your browser sends to their server. It doesn't tell you what connections their server makes.
The biggest difference is that it's way easier to see where you're data is being sent in a browser, since it has built in tools. It's very hard to monitor native app traffic that is sent over SSL.