Live data from Hacker News

Viewing profile — karshan

karshan

HN member
Joined
Fri, Oct 19, 2012, 4:16 AM UTC
HN karma
130
Public activity
7 items

About karshan

No profile information was provided.

Recent public activity

  1. comment
    Comment #43056574

    FYI The fish shell does this by default.

  2. 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…

  3. comment
  4. 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…

  5. comment
    Comment #12280064

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

  6. story
  7. 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…