HN user

karshan

130 karma
Posts1
Comments5
View on HN

Mint will update transactions in the background (not only when you log in).

In order to do so, they most likely keep your banking password around in memory.

Note: Mint uses OAuth for access to Chase bank accounts, which is great. Last I checked Plaid does not.

Spaceplan 10 years ago

If you wanna avoid carpel tunnel, window.setInterval(kinetigenClick, 1) :P

Why Clojure? 12 years ago

As codygman mentions the IO Monad doesn't make haskell impure.

unsafePerformIO :: IO a -> a on the other hand does make haskell impure when it is used. And it is used in many libraries.