Viewing profile — karshan
karshan
HN member- Joined
- Fri, Oct 19, 2012, 4:16 AM UTC
- HN karma
- 130
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About karshan
No profile information was provided.
Recent public activity
-
comment
Comment #43056574
FYI The fish shell does this by default.
-
comment
Comment #18658362
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 f…
- comment
-
comment
Comment #13551563
I think, not refunding the application fee in the event of a denial might be a better solution. It acts as a rate-limit, disincentivising Indian companies from applying for many H1…
-
comment
Comment #12280064
If you wanna avoid carpel tunnel, window.setInterval(kinetigenClick, 1) :P
- story
-
comment
Comment #8896892
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 libra…