Viewing profile — tixzdk
tixzdk
HN member- Joined
- Sun, Jul 15, 2012, 2:52 PM UTC
- HN karma
- 46
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About tixzdk
No profile information was provided.
Recent public activity
-
comment
Comment #16980774
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:/…
-
comment
Comment #14938900
Here's one: https://github.com/ponylang/ponyc/blob/master/packages/colle...
- comment
- comment
-
comment
Comment #14563861
I pay 15€ for unlimited everything in Denmark (but with reasonable caps imposed on European roaming)
-
comment
Comment #13785319
My hair and my beard
-
comment
Comment #13417923
The same question was asked on Quora: https://www.quora.com/Did-Pixar-accidentally-delete-Toy-Stor...
-
comment
Comment #13350724
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 t…
-
comment
Comment #13255768
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:…
-
comment
Comment #13182086
I think the article gets this wrong. `window.crypto` should be read-only
-
comment
Comment #12947338
"A woman wearing a red hat" from the samples cracked me up
-
comment
Comment #12128560
And the letter, which was sent as priority mail, had been opened when they went to retrieve it...
-
comment
Comment #12112688
Denmark does as well, to a high degree
-
comment
Comment #11889728
K-medians or k-medoids yield more pleasing results in my experience
-
comment
Comment #11805390
Javascript version: https://github.com/politiken-journalism/scale-color-perceptu...
-
comment
Comment #11779564
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
-
comment
Comment #11716113
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 grap…
-
comment
Comment #11420589
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:/…
-
comment
Comment #11150173
Substack (creator of browserify among others) is also available through github, but not sure if through PRs: https://github.com/substack/music-for-hire
- story
- story
-
comment
Comment #10223442
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…
-
comment
Comment #7611163
For tougher treatment of complex math subjects I really enjoy matematicalmonk's Khan Academy style videos: https://www.youtube.com/user/matematicalmonk
-
comment
Comment #7476973
$ms-ratio: $golden See: https://github.com/Team-Sass/modular-scale#usage
-
comment
Comment #6080270
Do you have xcode installed?