Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jmaicher
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Programming is an Art
(ruben.verborgh.org)
2 points
by
jmaicher
14y ago
|
0 comments
2.
▲
by
jmaicher
14y ago
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 academic papers. I agree with you that the way code is written matt
3.
▲
by
jmaicher
14y ago
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 audio input." [1] By the way: The example doesn't work for me e
4.
▲
by
jmaicher
14y ago
It was already on HN: http://news.ycombinator.com/item?id=3982142
5.
▲
by
jmaicher
14y ago
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/