Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Theyeard
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Reactive WebRTC conference
(curiosity-driven.org)
2 points
by
Theyeard
11y ago
|
0 comments
2.
▲
by
Theyeard
11y ago
Very nice! It reminds me of these two loader experiments: https://curiosity-driven.org/amd-loader-with-promises https://curiosity-driven.org/minimal-loader But for production builds I highly recommend Almon
3.
▲
Your language sucks because
(wiki.theory.org)
3 points
by
Theyeard
11y ago
|
0 comments
4.
▲
Continuations
(curiosity-driven.org)
14 points
by
Theyeard
11y ago
|
1 comments
5.
▲
Jamoscript
(stackoverflow.com)
2 points
by
Theyeard
12y ago
|
0 comments
6.
▲
by
Theyeard
12y ago
One interesting use-case is having an Atom feed and HTML page at the same time. See source code here: https://curiosity-driven.org/
7.
▲
HTML6 Concept
(html6spec.com)
85 points
by
Theyeard
12y ago
|
86 comments
8.
▲
by
Theyeard
12y ago
I'd rather see technical details too plus maybe a comparison between require.js/almond and define.js. Currently it's not clear what are the advantages of define.js. N.b. another AMD loader (30 lines of JS): https://
9.
▲
by
Theyeard
12y ago
Wow, great idea. I wish this was available as a npm package. A couple of things, sometimes the service doesn't work and returns "YUI Compressor : 0bytes (100%)" or "JSMin : 886bytes (0%)". A typo: succees. The refer
10.
▲
by
Theyeard
12y ago
Kaleidoscope - LLVM Tutorial [0] is an excellent resource with code samples in C++ and OCaml. [0] http://llvm.org/docs/tutorial/index.html
11.
▲
by
Theyeard
12y ago
Parsing, evaluating, continuations and CPS... it seems similar to this language: https://curiosity-driven.org/continuations#interpreter but the syntax is clearly different. Also, that interpreter is implemented in ~320 line
12.
▲
by
Theyeard
12y ago
Yes, exactly. And there are a lot of tricky corner cases like SIGHASH_SINGLE when number of inputs != number of outputs with hash 0x01 [0]. Actually the entire implementation (Bitcoin Core) is the specification :) It's interesting from
13.
▲
by
Theyeard
12y ago
> By that logic you could make anything illegal, legal. I'm not a lawyer but from a technical point of view it's almost impossible to remove any kind of data from a truly distributed network. Be it Bitcoin's Blockchain, Bi
14.
▲
by
Theyeard
12y ago
Pi is a number. A picture is also a number (a very long one, just like any other file), including CP.
15.
▲
by
Theyeard
12y ago
The same thing that happens to every other data put in transactions - if they're included in blocks every node (full verifying node [0]) downloads it and stores it locally forever. [0]: https://code.google.com/p/bi
16.
▲
by
Theyeard
12y ago
Excellent point, added as annotation, thanks!
17.
▲
by
Theyeard
12y ago
Yes, you're right, numbers treatment is not exactly the same as in Bitcoin Core. The script interpreter supports only basics and it was implemented to show how Bitcoin Script works in general for another article [0]. But it was not cle
18.
▲
by
Theyeard
12y ago
They already do that: http://www.righto.com/2014/02/ascii-bernanke-wikileaks-photo... Also related: http://en.wikipedia.org/wiki/Illegal_number
19.
▲
by
Theyeard
12y ago
Exactly - scripts are pure functions. Reasoning behind this is explained by Satoshi himself at Bitcoin Talk [0]. Contracts page at Bitcoin wiki has an example of defining a will using Bitcoin and an oracle [1]. [0] https://bitcoi
20.
▲
Bitcoin contracts
(curiosity-driven.org)
119 points
by
Theyeard
12y ago
|
31 comments
21.
▲
Minimal AMD loader in 850 characters
(curiosity-driven.org)
1 points
by
Theyeard
12y ago
|
0 comments
22.
▲
by
Theyeard
12y ago
A different version of this riddle in Prolog/JavaScript: https://curiosity-driven.org/prolog-interpreter#puzzle
23.
▲
code-block Web Component
(curiosity-driven.org)
2 points
by
Theyeard
12y ago
|
0 comments
24.
▲
First class AngularJS modules
(higher-order-programming.ghost.io)
2 points
by
Theyeard
12y ago
|
0 comments
25.
▲
Pi approximation using Monte Carlo method
(curiosity-driven.org)
1 points
by
Theyeard
12y ago
|
0 comments
26.
▲
Solving riddles with Prolog and ES6 generators
(curiosity-driven.org)
2 points
by
Theyeard
13y ago
|
0 comments
27.
▲
Angular.js-like data binding with 100 lines of JavaScript (ES7 Object.observe)
(curiosity-driven.org)
1 points
by
Theyeard
13y ago
|
0 comments
28.
▲
Built-in ES6/JavaScript constructs as monads
(curiosity-driven.org)
2 points
by
Theyeard
13y ago
|
0 comments
29.
▲
Sudoku solver using JavaScript/ES6 generators and backtracking
(curiosity-driven.org)
1 points
by
Theyeard
13y ago
|
0 comments
30.
▲
Private fields in JavaScript using ES6 Symbols
(curiosity-driven.org)
1 points
by
Theyeard
13y ago
|
0 comments
More ›