Viewing profile — ddandd
ddandd
HN member- Joined
- Wed, May 02, 2012, 5:55 PM UTC
- HN karma
- 52
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About ddandd
No profile information was provided.
Recent public activity
-
comment
Comment #10288189
And while your're at it, I suggest taking the Bayesian approach for the criterion of a scientific method, where falsification is a particular (and simplified) case of Bayesian reas…
-
comment
Comment #10279611
I might be nitpicking, but I disagree with Raymond Chen here. Regarding his example, IMO, the process of saving a file has a platonic security abstraction, it is a very limited com…
- story
- story
-
comment
Comment #9685758
Talking about tabs, I am really curious why links which get opened in new tabs don't feature a working back button. It really bothers me when reading an article that contains a lot…
- story
- story
-
comment
Comment #8906194
I believe that a similar approach can also be used in C++ with the help of ADL [1] and some template magic. Though it may only work on expressions whose concrete type may be known …
- story
-
comment
Comment #8216837
https://github.com/fmap/flp.mobi This repository previously included a toolchain to build a collection of eBooks, in ePub and MOBI formats, from Caltech's online edition of the Fey…
-
comment
Comment #8052123
Not only it is not very intuitive, I also find it to hurt the linearity of code. The code which will be executed after the loop ends depends on how the loop ended. break statement …
-
comment
Comment #3920393
That's why I play Coursera's videos at higher rates. It makes the learning much more intensive and interesting.