Viewing profile — petercerno
petercerno
HN member- Joined
- Tue, Apr 29, 2014, 7:02 AM UTC
- HN karma
- 6
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About petercerno
No profile information was provided.
Recent public activity
-
comment
Comment #26397113
I once did Convex Optimization course with Stephen Boyd and it was totally amazing! I think it is still available here: https://www.edx.org/course/convex-optimization and the e-boo…
-
comment
Comment #25630228
Hi, I would like to share with you my own C++ backtesting engine that I have been using for a while for analysing all sorts of cryptocurrency trading ideas and strategies. I think …
- story
-
comment
Comment #14092015
> Plus, you can actually empirically compute a finite set of initial digits (a specific Turing machine can be analyzed to see if it terminates or not). Well, the fact that the numb…
-
comment
Comment #14081705
Think about a real number with digits: 0.a_1 a_2 a_3 ... in which a_i encodes whether Turing Machine with index i (or program i) halts or not. Since Halting problem is not computab…
-
comment
Comment #13867339
I have used Bazel (on Mac OS) to build a small C++ project. The nice thing about it is that it can be easily configured to download and build third-party dependencies from github. …