Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
federicobond
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
federicobond
6y ago
They are probably exchanges doing batch withdrawals (large number of outputs) or consolidating their holdings into a single large output for economic reasons (large number of inputs)
2.
▲
by
federicobond
6y ago
Most transactions will have two outputs. One is the actual destination and the other is change that goes back to the spender wallet. There is nothing unusual going on here.
3.
▲
A Deep Dive into LND (Lightning Network): Overview and Channel Funding Process
(medium.com)
5 points
by
federicobond
7y ago
|
0 comments
4.
▲
by
federicobond
8y ago
Not sure which audience you are targetting but I would love to read more on modern compiler design. There is very little information on the web on how to design a compiler to provide good error messages and code intelligence features even i
5.
▲
by
federicobond
8y ago
The US is much richer than 80 years ago, so it’s way more likely than billionaires come from comfortable middle-class families, of which there are many more now. If Warren Buffett or any of the others mentioned had been born the year Mark Z
6.
▲
by
federicobond
9y ago
There's a PubSub implementation for IPFS that can provide support for dynamic content in this case. I'm pretty sure there is another way to provide fast updates through some indirection mechanism though. https://ipfs.io
7.
▲
by
federicobond
9y ago
Firefox has already whitelisted the IPFS protocol so that extensions can provide implementations. It won't be long before this can be decentralized. https://blog.mozilla.org/addons/2018/01/26/extensi
8.
▲
by
federicobond
9y ago
I have quite a few years of experience with Django and in general, I have found it to be quite easy to set up. I don't think you can avoid much of what you describe with any other template engine, in Python or any other platform.
9.
▲
by
federicobond
9y ago
I mentioned that no one had much experience with the implications of Ethereum's model and you point me to a bunch of articles but I fail to see how they apply to the case of Solidity. What are the big ideas from E that Solidity is miss
10.
▲
by
federicobond
9y ago
Speaking seriously, there is an assembly for Ethereum called LLL. I would love to see code that performs exactly that example you mention and is easier to audit than the equivalent Solidity version.
11.
▲
by
federicobond
9y ago
Yes, that's definitely a good idea. I will go back to my magnetized needle now, I have some bit flipping to do in order to finish my task for Monday.
12.
▲
by
federicobond
9y ago
Not that difficult. There is not much point in creating immutable contracts since they act like singletons. This is different from the kinds of objects that you would instantiate in a language like Java, where best practices suggest definin
13.
▲
by
federicobond
9y ago
I may have enough funding to pay more that Brendan Eich is making right now. That does not mean that he will join my project. Good talent is scarce regardless of funding.
14.
▲
by
federicobond
9y ago
> This is true for Haskell, but "most" other functional languages don't suffer this issue: SML, OCaml, F#, Rust, etc. I don't have much experience with the ML family of languages, so I may have jumped to conclusions b
15.
▲
by
federicobond
9y ago
They may be enforceable but for many cases, it's just not cost effective to pursue legal action.
16.
▲
by
federicobond
9y ago
The problem is that decision tables usually end up really big for anything but the most trivial smart contracts.
17.
▲
by
federicobond
9y ago
Things are not always simpler at a lower level of abstraction.
18.
▲
by
federicobond
9y ago
Most of these observations are well-known to the Solidity devs. I know because I participate in many of the conversations around it. While it's not easy to evolve a language (the API surface is pretty wide compared to many other progra
19.
▲
by
federicobond
9y ago
Being a good, secure language for writing smart contracts is absolutely one of the most important goals for Solidity. I can say so because I have been involved as a regular contributor to the compiler for more than a year. If onboarding a l
20.
▲
by
federicobond
9y ago
None of the languages that you mention target the EVM, and the changes required to do so would turn them into restricted versions that look kind of like the original ones but have several differences that you need to keep in mind while prog
21.
▲
by
federicobond
10y ago
No, that's called end-to-end or client-side encryption. Zero-knowledge is a property of a certain class of methods that allow one party to prove to another that a certain statement is true, without revealing anything else about it.
22.
▲
by
federicobond
11y ago
A recent graduate from an Ivy League university in the US with thousands of dollars in debt and an job offer in Wall Street is accounted as poorer than a farmer in Congo by Oxfam. This shows how stupid it is to measure wealth without taking
23.
▲
by
federicobond
11y ago
I also have no idea how you reach the conclusion that capitalists are the most benefited from it, but I guess it comes from the old labor-capital analytical framework. You completely ignore the benefits of less intrusive unions to consumers
24.
▲
by
federicobond
11y ago
Spanish: La vida de los que se me ocurre mejor forma de reconstruir nuestra esencia social del hombre aumentan cuando hay una falta de claridad. Sounds like the corpus had a little too much philosophy or sociology texts.
25.
▲
by
federicobond
11y ago
What a shallow discussion there. Very poor history of economic ideas and lots of straw men and intellectually dishonest arguments. I have come to expect it from journalists and non-academics in general, but it's sad to see them in acad
26.
▲
by
federicobond
11y ago
Iron law of wages? I thought that debate was over a hundred years ago, together with all the Malthusian doomsday predictions. I guess I was wrong.
27.
▲
by
federicobond
11y ago
I recommend you read some of the articles that the economist Donald Boudreaux has written on this topic. Most of them are short and well written. http://cafehayek.com/?s=reich
28.
▲
by
federicobond
11y ago
I believe your reasoning, while correct, misses the bigger point: most of that wealth is not in the form of huge stacks of dollar bills in a bank safe, but company stocks. The only way to give a check to every citizen is to dismantle all th
29.
▲
by
federicobond
11y ago
But if we are going to provide a modern, standard API, then we better make it right. A possible attack scenario could be showing a certain Bitcoin address but copying a different one to your clipboard.
30.
▲
by
federicobond
11y ago
There is also "define( 'WP_AUTO_UPDATE_CORE', 'minor' );" which should break a lot less.
More ›