Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbmartin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: psiTurk: An open platform for science on Amazon Mechanical Turk.
(psiturk.org)
2 points
by
jbmartin
12y ago
|
0 comments
2.
▲
Inspiring Letter from Berkeley Math Professor
(imgur.com)
5 points
by
jbmartin
13y ago
|
0 comments
3.
▲
Google Wallet Creators Raise $7M To Rethink In-Store Retail Data
(fastcompany.com)
2 points
by
jbmartin
13y ago
|
0 comments
4.
▲
The Language of Autism
(well.blogs.nytimes.com)
1 points
by
jbmartin
13y ago
|
0 comments
5.
▲
Grow3.js: Build algorithmic 3D structures with JavaScript
(grow3.zyxxy.de)
4 points
by
jbmartin
13y ago
|
0 comments
6.
▲
We've been looking at ant intelligence the wrong way
(io9.com)
2 points
by
jbmartin
13y ago
|
0 comments
7.
▲
Motivation for spectral graph theory
(math.stackexchange.com)
2 points
by
jbmartin
13y ago
|
0 comments
8.
▲
Overview of motion planning
(gamasutra.com)
3 points
by
jbmartin
13y ago
|
0 comments
9.
▲
Backbone is not enough
(blog.shinetech.com)
2 points
by
jbmartin
13y ago
|
0 comments
10.
▲
ECMA-262-3 in detail: Closures
(dmitrysoshnikov.com)
2 points
by
jbmartin
13y ago
|
0 comments
11.
▲
Introduction to Network Mathematics
(webmathematics.net)
7 points
by
jbmartin
13y ago
|
0 comments
12.
▲
Visualization Reveals the Who and Why of New York’s Stop-and-Frisk Policing
(bklynr.com)
1 points
by
jbmartin
13y ago
|
0 comments
13.
▲
by
jbmartin
13y ago
What's new in 3.3? - Brush transitions http://bl.ocks.org/mbostock/6216724 - Tools to help dynamic simplification (scale appropriate geometry on zoom): http://bl.ocks.org/mbostock/6252418 - B
14.
▲
by
jbmartin
13y ago
In terms of rendering speed, how efficient is CSS compared to webGL or other related 3D technologies?
15.
▲
by
jbmartin
13y ago
My mistake. I thought the blog post was about using jQuery. I totally agree with you.
16.
▲
by
jbmartin
13y ago
I found Async Javsacript by Trevor Burnham super helpful for learning how use promises properly. However, it doesn't cover the javascript implementation of a promise (uses jQuery), so this is a nice blog post complementing that materia
17.
▲
by
jbmartin
13y ago
jQuery loosely follows the Promises/A spec [1], so Q.js [2] might have been better choice. [1] http://domenic.me/2012/10/14/youre-missing-the-point-of-prom... [2] http://documentup.com/kr
18.
▲
by
jbmartin
13y ago
I wonder if there's a more general issue with public video services getting abused by adult content. Interesting to see how (if?) Google deals with this problem...
19.
▲
by
jbmartin
13y ago
People coming from multi-threaded server environments should be aware that multi-threading does in fact exist in Node (scope of parent comment), but it's rather different from other more common concurrent event handling schemes. I.e.,
20.
▲
by
jbmartin
13y ago
Technically speaking, HTML 5 introduced web-workers which allows javascript to have multiple threads (see 1). However, it's still useful to think about them as being single threaded since workers are sandboxed, meaning they don't