Viewing profile — afrozenator
afrozenator
HN member- Joined
- Tue, Apr 10, 2012, 11:15 AM UTC
- HN karma
- 115
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About afrozenator
Recent public activity
-
comment
Comment #23181644
+1 to this. There was a study IIRC that insider buys in open market were the only reliable signal from insider buys and sells -- especially if the insiders had been officers (direc…
-
comment
Comment #23181612
No, this just seems to be selling two options. Sec Form 4 - "C — Conversion of derivative security"
- story
- story
-
comment
Comment #5082733
I beg to differ a little, Professors should be paid to do reviews, and not pay to have reviews done. The companies that publish the journals don't take a cut, they take the lion's …
-
comment
Comment #4598460
Upto 10 digits, pi is sqrt(sqrt(2143 / 22)) .. and that is 9 characters as per his definition or 8 if you allow ()^(1/4) as an elementary operation. 3.141592652 vs pi ~= 3.14159265…
-
comment
Comment #4396810
Quite unfortunate indeed, truth be told Pussy Riot acted recklessly too.
-
comment
Comment #4396482
Thanks buro9! I'm curious what other resources would be good for Distributed Computing. I'll try to go over these. Thanks again!
-
comment
Comment #4140568
I've found Haskell to be much much 'cleaner' than OCaml (syntax wise) and intellectually more stimulating (probably because that is the first functional language I started learning…
- comment
-
comment
Comment #4138153
Wow, thanks! I went on the homepage yesterday, because they have an upcoming conference, I never stumbled across this part of their website. Thanks again :)
-
comment
Comment #4138130
Will keep this in mind the next time around! Thanks again.
-
comment
Comment #4138105
I forget whose quote this is - The computer is a wonderful machine, it does what I tell it to do, not what I want it to do. Your point taken, but that is a problem in programming l…
-
comment
Comment #4138016
Wow thanks, I didn't know pyflakes. I knew pylint, but will make it more of a point to run it. I only occasionally need to code in Python, but when I have to, it is legacy code tha…
-
comment
Comment #4137982
In static-typing's defense, C isn't as strictly typed as Haskell, a pointer (and therefore null) is just basically an integer. But I totally agree, static typing is no cure for a w…
-
comment
Comment #4137952
Yes, probably that is my confirmation-bias at talk. But more than anything it is the frustration that the whole make into a par file and deploy it on a production system, only to f…
-
comment
Comment #4137910
I remember writing in the description to the same effect that it was old, and may have been posted before. Although it served the purpose to bring it to other people's notice, you …
-
story
Effective ML - Yaron Minsky
Yaron Minsky lectures on Effective ML at Harvard. Slightly old 2010. Thanks!
-
comment
Comment #4137050
The author really needs to be complemented on rewriting swathes of code from Python to Haskell. In Google, in my project, we've had runtime errors in Python code, due to wrongly sp…