Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dpkp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
dpkp
3mo ago
amusing that the most rational take on HN is immediately down-voted.
2.
▲
by
dpkp
4mo ago
I see the same but only in browser / wasm. Also notice that the mobs dont move in browser mode. Local via lg in console works great though.
3.
▲
by
dpkp
7y ago
I can understand your frustration about Rich's development process. But clojure is most definitely not closed source. The source is right here: https://github.com/clojure/clojure and the license that allows you to
4.
▲
by
dpkp
7y ago
have you written your own 2/3 compatibility layer? I can't imagine writing anything large without six... fwiw, six can easily be vendored into a project to avoid the technical external dependency. that is how we manage it for kafk
5.
▲
by
dpkp
8y ago
Congrats + well done!
6.
▲
by
dpkp
8y ago
Have you read Zen and the Art of Motorcycle Maintenance? You might enjoy it. A thoughtful book (semi-autobiographical) about a man searching for meaning, thinking-through-it-all while riding his motorcycle across the country with his son.
7.
▲
by
dpkp
9y ago
*Or she. But that's an interesting point re mining pools. Do you have any links to more information about how they drastically changed dynamics?
8.
▲
by
dpkp
9y ago
I guess I just have never found support for that in the nakamoto paper. You obviously have strong feelings about it, and I'm not trying to provoke an argument. I just still don't understand where in the paper there is any discussi
9.
▲
by
dpkp
9y ago
That seems inconsistent with the paper. For example, from the conclusion: [Nodes] vote with their CPU power, expressing their acceptance of valid blocks by working on extending them and rejecting invalid blocks by refusing to work on
10.
▲
by
dpkp
9y ago
This seems incorrect. Isn't a node a process on the network that is mining blocks? It does not seem as if a process that simply reads blocks but does not add any hashrate is participating in the network as I understand it.
11.
▲
by
dpkp
10y ago
fantastic project -- I've been waiting for someone to tackle this!
12.
▲
by
dpkp
10y ago
> In FP you will end with garnishFingerFood and garnishCocktail because you need to encode somewhere a specifics of garnish action. In OOP you will have garnish methods on Coctail and FingerFood and specifics and related knowledge how yo
13.
▲
by
dpkp
10y ago
Extremely negative review -- wow.
14.
▲
by
dpkp
10y ago
No apology required. Though note that pykafka requires >=0.8.2 , and is only forwards compatible w/ newer brokers. This means that pykafka implements the 0.8.2 feature set. Newer brokers support that feature set, but you are not tak
15.
▲
by
dpkp
10y ago
I enjoyed your blog post, but I don't think this is a fair characterization: kafka-python is not "mostly 0.9+ focused..." kafka-python is the only driver that is both forward and backwards compatible w/ kafka 0.8 through
16.
▲
by
dpkp
10y ago
kafka-python maintainer here. Our library is designed to be correct first, easy to use second, and fast third. It should not be surprising to anyone that using C extensions improves python performance. I have avoided requiring C compilation
17.
▲
by
dpkp
11y ago
Labels deal in sound recordings, which have historically been licensed independently of the underlying music compositions. Most distributors like Spotify will obtain separate licensing for compositions, whether from collecting societies li
18.
▲
by
dpkp
11y ago
But the article is about music publishers, not music labels.
19.
▲
by
dpkp
11y ago
switched from statsd to statsite a few years ago and haven't looked back. highly recommend. same high quality code you'd expect from armon and the hashicorp crew (though statsite predates hashicorp, I believe).