Viewing profile — bun-neh
bun-neh
HN member- Joined
- Mon, Mar 25, 2013, 3:55 PM UTC
- HN karma
- 45
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About bun-neh
No profile information was provided.
Recent public activity
-
comment
Comment #9208781
It would seem unfair to criticizes academics for your experience, at least based on the description you gave.
-
comment
Comment #7636993
You might be interested in StoneSoup, a project a friend of mine developed for teaching his week long Intro to Video Game Programming for middle school and high school students. Mo…
-
comment
Comment #7118402
... or through the lens of "Stephen Wolfram has a huge ego".
-
comment
Comment #6799003
Many universities are utilizing MOOCs and/or online material in order to implement a reverse classroom. In a reverse classroom, students watch lectures and do reading at home and c…
-
comment
Comment #6628016
From what I read, I don't believe it is. In my opinion it should also never be used for this purpose. While you could probably catch a lot of cheaters this way, there is a possibil…
-
comment
Comment #6564845
Seems like just another case of Betteridge's Law of Headlines.
-
comment
Comment #6500588
I wouldn't call it the "Java" philosophy. Rather, I would call it the "wet behind the ears" philosophy. It just so happens that they correlate because of the way people are trained…
-
comment
Comment #6391519
We actually lost a nuclear weapon just off the coast of Spain. Even scarier is that these are not the only two instances in which nuclear weapons have gone (and still remain) missi…
-
comment
Comment #6302983
It often is. Whether or not students learn anything is the issue. Perhaps you could say that basic statistical competency should be required for a college degree.
-
comment
Comment #6036132
There was a paper not too far back that used SVMs in deep learning and leaped over the then state-of-the-art performance. http://arxiv.org/abs/1306.0239
-
comment
Comment #5742843
Whether or not the brain has any inherent structure for "types" is irrelevant. Types are a mechanism for providing reasoning about the correctness of code. At the very least they a…
-
comment
Comment #5598253
They are working on reimplementing ARM support in the next release. It is in an incomplete state ATM.
-
comment
Comment #5543050
You should look in to Factor, a higher level concatenative language.. http://factorcode.org/ There is a package for lexical variables for those instances where stack shuffling is a…
-
comment
Comment #5509659
If its the parentheses that get you, why not try a postfix language like forth or factor?
-
comment
Comment #5505672
One thing to expand upon: This is just the classic formulation of the Multi-Armed Bandit Problem. There are countless variations to the formula which have slightly different underl…