Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tixzdk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tixzdk
8y ago
This is also available in Node 10 behind the `--harmony-bigint` flag. I've already made two modules with https://github.com/emilbayes/secure-random-uniform#bigint-su... and https://github.com/emilb
2.
▲
by
tixzdk
9y ago
Here's one: https://github.com/ponylang/ponyc/blob/master/packages/colle...
3.
▲
by
tixzdk
9y ago
I pay 15€ for unlimited everything in Denmark (but with reasonable caps imposed on European roaming)
4.
▲
by
tixzdk
10y ago
My hair and my beard
5.
▲
by
tixzdk
10y ago
The same question was asked on Quora: https://www.quora.com/Did-Pixar-accidentally-delete-Toy-Stor...
6.
▲
by
tixzdk
10y ago
Important excerpt from random.c: * When random bytes are desired, they are obtained by taking the SHA * hash of the contents of the "entropy pool". The SHA hash avoids * exposing the internal state of the entropy pool.
7.
▲
by
tixzdk
10y ago
Pony! Seems like a very interesting language that doesn't get much exposure. Predictable GC, fine grained capabilities, actor model (concurrent by default), no deadlocks etc. http://ponylang.org
8.
▲
by
tixzdk
10y ago
I think the article gets this wrong. `window.crypto` should be read-only
9.
▲
by
tixzdk
10y ago
"A woman wearing a red hat" from the samples cracked me up
10.
▲
by
tixzdk
10y ago
And the letter, which was sent as priority mail, had been opened when they went to retrieve it...
11.
▲
by
tixzdk
10y ago
Denmark does as well, to a high degree
12.
▲
by
tixzdk
10y ago
K-medians or k-medoids yield more pleasing results in my experience
13.
▲
by
tixzdk
10y ago
Javascript version: https://github.com/politiken-journalism/scale-color-perceptu...
14.
▲
by
tixzdk
10y ago
I'll leave this module here for those of you how haven't heard of it. https://github.com/patrick-steele-idem/morphdom It diff's the DOM instead of a VDOM
15.
▲
by
tixzdk
10y ago
If possible, send it off to a web worker? That free's up the UI thread Edit: So it's the rendering that's hard on the CPU. Canvas would probably improve performance. Also, the graphic is so simple and there doesn't seem
16.
▲
by
tixzdk
10y ago
Or maybe they could use [Node.js core DNS]( https://nodejs.org/api/dns.html#dns_dns_setservers_servers ) module to resolve the domain, setting something like [censurfridns]( http://www.censurfridns.dk/ ) a
17.
▲
by
tixzdk
11y ago
Substack (creator of browserify among others) is also available through github, but not sure if through PRs: https://github.com/substack/music-for-hire
18.
▲
Visualizing the Similarity of Human and Chimp DNA (2007)
(cs.ucr.edu)
1 points
by
tixzdk
11y ago
|
0 comments
19.
▲
More than you ever wanted to know about GeoJSON
(macwright.org)
3 points
by
tixzdk
11y ago
|
0 comments
20.
▲
by
tixzdk
11y ago
Seems like another kitchen sink library to me... Demos are impressive, but when is someone going to write a JS viz library in a more declarative fashion like outlined in Grammar of Graphics? They all seem overly imperative (draw this pixel,
21.
▲
by
tixzdk
12y ago
For tougher treatment of complex math subjects I really enjoy matematicalmonk's Khan Academy style videos: https://www.youtube.com/user/matematicalmonk
22.
▲
by
tixzdk
12y ago
$ms-ratio: $golden See: https://github.com/Team-Sass/modular-scale#usage
23.
▲
by
tixzdk
13y ago
Do you have xcode installed?
24.
▲
by
tixzdk
13y ago
I second this!
25.
▲
by
tixzdk
13y ago
Great job! Seen tons of similar services, but this is really polished. I already signed up, but was looking for a way to create my own playlists. I'd use this all the time if it had custom playlists
26.
▲
Quorum Sensing
(en.wikipedia.org)
1 points
by
tixzdk
13y ago
|
1 comments
27.
▲
by
tixzdk
14y ago
I keep getting stuck at: Traceback (most recent call last): File "/usr/bin/selfspy", line 19, in <module> from activity_store import ActivityStore File "/private/var/lib/selfspy/activity_store.py", line 9, in <module>
28.
▲
by
tixzdk
14y ago
I've kept my favorite shortcuts open in a panel for about a week, so I could learn them by heart: http://pastebin.com/hQtYKzhN Favorites include: Expand selection (to various levels), close tag, block commenting and splitting lines!