Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
haclifford
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
haclifford
14y ago
What function does a half baked google docs clone serve here?
2.
▲
by
haclifford
14y ago
This is really cool; it'll be interesting to see it's application to feed style content as opposed to tables (in the discussion on the html5 version of facebook mobile rendering the feed was a major bottleneck)
3.
▲
by
haclifford
14y ago
The google closure library has sha1 and hmac support as well - well worth checking out http://closure-library.googlecode.com/svn/docs/namespace_goo...
4.
▲
by
haclifford
14y ago
As noted in the reddit thread on this: This isn't to be used alone for clearing minefields - as it's not going to get 100% coverage. It's still a useful tool for surveying minefields or perhaps doing a cheap first-pass before sending in pr
5.
▲
by
haclifford
14y ago
I feel like an idiot for only just realizing; this is valves solution to the potential windows 8 lockout isn't it
6.
▲
by
haclifford
14y ago
I agree, it's unbelievable. End users don't care about incorrect markup, they care about their browser hanging.
7.
▲
by
haclifford
14y ago
Can't remember where I heard it, so decided to check. Found this S.O thread http://stackoverflow.com/questions/10296791/backbone-js-perf... (different code, same concept) and decided to benchmark: Unqueued DOM insertion: http://jsfiddle.
8.
▲
by
haclifford
14y ago
This is pretty much what we use, here it is with map and builds the element prior to dom insertion (better performance): https://gist.github.com/2932520
9.
▲
backbone/coffeescript Facebook friends collection
(gist.github.com)
1 points
by
haclifford
14y ago
|
0 comments
10.
▲
by
haclifford
14y ago
There's bias introduced based on the visual appearance, some of the fonts used are terrible - and (as mentioned) the contrast.
11.
▲
by
haclifford
15y ago
I'm praying that the retina display really does happen, not because I plan on buying an ipad - but because it will finally get laptop manufacturers to stop producing crappy 720p displays.
12.
▲
by
haclifford
15y ago
Doesn't seem particularly game-changing. I do like the haml style templating though, anything like this exist standalone with coffeescipt not js syntax? We currently use eco ( https://github.com/sstephenson/eco ), but that's standard html.
13.
▲
by
haclifford
15y ago
Nice feature, would be awesome to see other JVM languages too