Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
karshan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
karshan
2y ago
FYI The fish shell does this by default.
2.
▲
by
karshan
8y ago
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 che
3.
▲
by
karshan
10y ago
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 H1B's.
4.
▲
by
karshan
10y ago
If you wanna avoid carpel tunnel, window.setInterval(kinetigenClick, 1) :P
5.
▲
Dijkstra on Haskell and Java (2001)
(chrisdone.com)
142 points
by
karshan
12y ago
|
116 comments
6.
▲
by
karshan
12y 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.