HN user

errnesto

17 karma
Posts2
Comments9
View on HN

My first thought was “yeah but there are also things you can not undo like sending e-mail” but then I remembered there is a really nice undo send button now (that works by delaying the send a bit).

Sure there are things you can not undo, sometimes you do want to permanently delete something, but maybe with a bit of thinking a undo is feasible more often then one might think :-)

I can second that. Customers really love the very simple and clean UI and I love the Developer experience :-)

But yes it would not be a replacement for WordPress if you want to click together a site with themes and plugins

“This raises a lot of interesting questions about cash vs. cashless societies, and how in times of protest people may drastically adjust their usual economic behaviour.”

Also what happens when you dont have the option to “adjust your behavior”? Like at least in Germany payments above some amount I don’t remember can not legally be paid in cache.

Then you could get out at the current stop and let the next bus take you to the next one. I've seen this in New York where trains become 'express trains' Im shure other cities do this too.

I would say the nice thing here is the type system.

I always use `null` to differentiate between an empty list or string and nothing.

I like when I have a type system that ensures I check for null etc. But I only work on very small projects so this works well in js for me as well.