Viewing profile — piemonkey
piemonkey
HN member- Joined
- Thu, Mar 27, 2014, 3:10 PM UTC
- HN karma
- 168
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About piemonkey
No profile information was provided.
Recent public activity
-
comment
Comment #19486356
I made extensive use of Sage during a recent research project. The most useful thing about Sage for me is that it integrates cleanly many mathematical libraries, making it easy to …
-
comment
Comment #17101978
Thanks for this, the reviews for this paper were very interesting. I do wish that they provided the meta-review, however, which summarizes the ultimate decision. Meta-reviews are w…
-
comment
Comment #16502969
I would like to point out before this discussion moves too far along that UCLA does in fact have an introductory programming course which is taught using Python: http://web.cs.ucla…
-
comment
Comment #16188305
Can someone with more knowledge than me contextualize this result? It appears to be making progress on the Riemann hypothesis, but why is this particular effort getting attention o…
-
comment
Comment #15833943
While I agree that there are a lot of structural problems with universities and the way funding is allocated, I disagree with the premise that beginning with taxing graduate studen…
-
comment
Comment #15285864
Rust macros are extremely impressive. This reminds me of Will Crichton's Lia library[0], which embeds a convenient matrix manipulation domain specific language inside of Rust. This…
-
comment
Comment #15005477
Alex Aiken has a very nice course: http://openclassroom.stanford.edu/MainFolder/CoursePage.php?...
-
comment
Comment #14689396
His name is italicized because he is the primary author of OCaml (and a plethora of other great tools, like CompCert, the first fully-verified compiler). Overall, an exceedingly co…
-
comment
Comment #14689100
One amusing thing about this epic tale is Serious Industrial OCaml User disregarded direct, relatively easy to implement, very sound advice from Xavier Leroy about how to debug the…
-
comment
Comment #13135513
> K-means is based on some quite wild assumptions - your data follows a specific case of the Gaussian distribution. Plus side is that the algorithm is relatively easy to understand…
-
comment
Comment #13057309
You are right, perhaps my original post was unclear. The goal is to verify the transformation between LLVM and low-level assembly. I embellished slightly by equating the semantics …
-
comment
Comment #13056674
I think it's important to understand what's meant when someone says some piece of software is "verified". In this case, when they say LLVM is verified, they mean that they designed…
-
comment
Comment #12939365
There are a number of interesting examples in computer vision and psychology literature which document difficult cases for visual perception, see for example slides 14-19 in [0]. U…
-
comment
Comment #12774121
As a researcher that is currently working on implementing and improving existing PPLs, I'm very curious: what is your specific use-case that you have in mind for recursive queries?…
-
comment
Comment #12066053
My first thought is: Neat! Languages with different grammars, syntax, and libraries have different expressivities; my first thought is always compiler implementation in OCaml. I wo…
-
comment
Comment #10313611
One thing to consider is the possibility of your phone itself being compromised (stagefright et al.). Note how Duo issued a security advisory to limit access for Android devices [1…
-
comment
Comment #7884580
I'm personally shocked by how much power a DDoS has to potentially sway public opinion and influence the world at large. A few individuals have a hugely disproportionate voice in o…