HN user

davidt84

229 karma
Posts1
Comments93
View on HN

It still is. Complaining on the Microsoft "support" site for an MVP saying you should just stick to outlook classic and new outlook was only for home users.

They didn't respond when I pointed out the official notification that classic outlook was intended to be deprecated (and apparently now is)

I know nothing about how Cursor is implemented, so this may be wildly off base, but...

Perhaps it is written using some kind of JavaScript framework that doesn't allow access to the process environment by default, but this lets them work around that to access the environment like a native app?

One reason you'd want an IDE to have access to your environment is to enable any tools/compilers/whatever you launch from the IDE to inherit the environment (say, to access SSH_AGENT_SOCK, or whatever).

I'm very confused here, the argument is just JavaScript code... What is passing that argument?

Assuming that JavaScript is evaluated but the launched process, that will serialise the entire environment -- which is passed to every process anyway.

Issue a warning or otherwise make it clear before sending when a contact name differs from the email's official sender name.

An email [address] does not have an "official sender name", so it is impossible for anyone to do what the author is suggesting Google should do.

The behaviour is potentially unintuitive, but also an almost inevitable result of how email has always worked.