Viewing profile — jmaicher
jmaicher
HN member- Joined
- Fri, Oct 14, 2011, 8:31 AM UTC
- HN karma
- 12
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About jmaicher
No profile information was provided.
Recent public activity
- story
-
comment
Comment #4680735
Unfortunately I can't see the pseudo code you are criticizing. But I have a degree in CS and I'm familiar with the notion of pseudo code and the way it's usually written in academi…
-
comment
Comment #4600736
Well, it's opt-in. So unknowing access is (at least without further actions) not possible. getUserMedia: "Prompts the user for permission to use their Web cam or other video or aud…
-
comment
Comment #4063520
It was already on HN: http://news.ycombinator.com/item?id=3982142
-
comment
Comment #3909613
There is no zelda.prototype . It should have been: Game.prototype.heartIt = function() { console.log( "I heart " + this.title ); }; See: http://jsfiddle.net/a9asJ/1/