Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CodeWithCoffee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
31.
▲
by
CodeWithCoffee
13y ago
> OpenGL != OpenGL ES != WebGL Whilst technically true, WebGL is designed to have API compatibility with OpenGL ES (2), which in turn is based off of OpenGL (2). OpenGL ES 3 and WebGL 2 are beginning to emerge and are based off of OpenGL
32.
▲
by
CodeWithCoffee
13y ago
Another key factor is that watching TV/movies is a fairly passive activity - whilst you do have to concentrate on what is going on, you don't have to think particularly hard about it. On the other hand, video gaming can be a fairl
33.
▲
by
CodeWithCoffee
13y ago
If I search for 'go' then I'll get http://golang.org as the second result after the Wikipedia article for the game, however I find that if I'm searching for almost anything to do with Go I'll have to typ
34.
▲
by
CodeWithCoffee
13y ago
I would be interested to know how that whitelist is implemented. I would suspect that the default apps (Safari, Mail, iTunes, etc) are compiled to use a custom implementation of UIWebView that uses JIT (which would completely prevent Chrome
35.
▲
by
CodeWithCoffee
13y ago
Modules. NPM is the largest JavaScript dependency manager, and it is one of the easiest to install (because it comes with Node).
36.
▲
by
CodeWithCoffee
13y ago
It's also no different to what they've done in the past when they are launching a brand new product; the first iPhone was announced about five months before its release.
37.
▲
by
CodeWithCoffee
13y ago
Probably because of the changes that they made to Skitch 2 - they removed loads of features (which have been slowly added back). http://discussion.evernote.com/topic/29802-i-advise-skitch-c...
38.
▲
by
CodeWithCoffee
13y ago
I've been having problems getting on the site for the last couple of days - CloudFlare has been throwing a 520 error a lot (in the UK, server is London). Could this be related?
39.
▲
by
CodeWithCoffee
13y ago
I've been playing around with it for the part couple of weeks or so since his original announcement and it is really awesome - if you aren't already using it, or you're using AFNetworking 1.x in your apps I highly recommend u
40.
▲
by
CodeWithCoffee
13y ago
I must admit I have done that, however I never really extended it very far. I think I was just trying to animate really complex bar charts really quickly.
41.
▲
by
CodeWithCoffee
13y ago
I think that is probably a sensible way of doing it - it did seem a bit extreme that Letterpress is pure OpenGL. How much do you rely on QuartzCore/Core Animation rather than regular UIKit animation?