Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
decentralised
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
decentralised
2y ago
This is just. If a president can pardon people preemptively then they can pardon someone retroactively as well.
2.
▲
by
decentralised
2y ago
>The easiest way to realise this is to imagine a clock without the minute hand. No need to imagine it, it's been invented many years ago and it's called a perigraph. Meistersinger makes one of the nicest I've seen: https:
3.
▲
by
decentralised
3y ago
Actually... the account model is much easier to use to get an accurate view of all balances than the UTXO model. As for rollbacks, Bitcoin had one in 2010 ( https://en.bitcoin.it/wiki/Value_overflow_incident ) and a chai
4.
▲
by
decentralised
4y ago
The traceability of very much part of design of most blockchains, starting with Bitcoin. The whitepaper makes this clear in section "10) Privacy" and the article quotes half of the relevant text. The remaining half states: "A
5.
▲
by
decentralised
5y ago
The "bug" is that some developers think of matching function signatures as some form of authN / authZ. A few years back I wrote https://medium.com/coinmonks/lashing-out-at-a-spank-channel-... about a sim
6.
▲
by
decentralised
5y ago
>Another aspect of this is 51% attacks are recoverable for PoW, but are a permanent takeover condition for PoS networks. If a single entity ever accumulates more than half the tokens on a PoS network, they are unassailable. This is not t
7.
▲
by
decentralised
6y ago
cmd + k to clear the terminal
8.
▲
by
decentralised
6y ago
We use a similar word in Portuguese: nim (n for nao/ no and im for sim/yes)
9.
▲
by
decentralised
6y ago
I think the parseInt example is more of a gotcha of point-free syntax. Normally it would be written as ['1','7','11'].map(e => parseInt(e))
10.
▲
by
decentralised
6y ago
Mind you that a tx in the mempool has not yet produced any changes to state. In BTC you can also replace-by-fee for instance ( https://en.bitcoin.it/wiki/Transaction_replacement ). This page ( https://github.co
11.
▲
by
decentralised
6y ago
I wonder if the self-deprecation might be a corporate branding thing? In Portugal a couple of years back there was a "marketing war" where one retailer's message went something like: "smart people buy with us" while
12.
▲
by
decentralised
6y ago
Most of what I know I picked up by looking at AMM vendor websites and papers as well as attending industry conferences and talking with the people there.
13.
▲
by
decentralised
6y ago
You're new to this :-) Look all cryptos are extremely volatile because the real market liquidity is an order of magnitude less than most people think it is, and the way automated market makers work force all exchanges to keep their pri
14.
▲
by
decentralised
6y ago
Watching you video now, really cool to learn about Quokka, thanks!
15.
▲
by
decentralised
6y ago
Just curious but have you tried Hegel ( https://hegel.js.org/ )? I've only just started playing with it but it already feels superior to Typescript (for my needs)
16.
▲
by
decentralised
6y ago
For now the combo of a Rust backend with native TypeScript support means that type safety can be expected (but not enforced) and disabling access to net and system by default does improve on Node's behaviour and reduces the risk of imp
17.
▲
by
decentralised
6y ago
FWIW, 4GL is from the 70s https://en.wikipedia.org/wiki/Fourth-generation_programming_... (my favourite: https://en.wikipedia.org/wiki/IBM_Informix-4GL )
18.
▲
by
decentralised
6y ago
Great resource, thank you for building it!
19.
▲
by
decentralised
6y ago
I figured it would be ok since it's been over 6 months since it was last posted and I only found out about it today :-)
20.
▲
Programming Idioms
(programming-idioms.org)
49 points
by
decentralised
6y ago
|
18 comments
21.
▲
by
decentralised
6y ago
I've been looking into streams in detail recently because I'm preparing for the OpenJSF exam... maybe this is relevant to you too: https://nodejs.org/es/docs/guides/backpressuring-in-streams/
22.
▲
by
decentralised
6y ago
Well, first of all thank you for your earlier comment. My anxiety is peaking lately... I have no idea exactly why I answered like that but what I meant was that while I'm not familiar with the US payment system, I do know the European
23.
▲
by
decentralised
6y ago
Im in the EU and we don't have Fedwire here. I can tell you that ABN AMRO charges me ~10 euros for transferring ~200 eur to the UK (with conversion to GBP). Generally speaking I'm quite familiar with payment infra in Europe, I
24.
▲
by
decentralised
6y ago
Not familiar with Fedwire. Surely it won't be free to move fiat via any payment network. Do you happen to have a source? PS: seems not to be available to retail customers?
25.
▲
by
decentralised
6y ago
The costs for transactions are not fixed to a percentage of the total amount sent but on the size of the transaction and the network congestion. Moving one billion USD worth of BTC can cost as little as 0.065 BTC or ~440 USD. https:/&
26.
▲
by
decentralised
6y ago
I believe JS is lexically scoped... but it is in fact the most misunderstood language in the world. https://www.ecma-international.org/ecma-262/5.1/#sec-10.2 https://www.ecma-international.org/ecma
27.
▲
by
decentralised
7y ago
The actions of professional traders affect retail investors, companies and trust in markets as a whole. If price discovery and liquidity where solved problems, then of course a crypto-like model of 24*7 no holds trading would be a nice to h
28.
▲
by
decentralised
7y ago
It doesn't work just fine at all. I could tell you plenty of stories and industry insights but I'll leave you just with one nugget I got at a market-maker conference last year: not even 20 cryptoexchanges are profitable, and this
29.
▲
by
decentralised
7y ago
It's the same thing as not having circuit breakers really. The closing hours allow regulated markets to be more efficient imho
30.
▲
by
decentralised
7y ago
Mmmh... I was a CTO at a crypto-exchange which as everyone knows don't have circuit breakers. The amount of emails we received from customers complaining they lost a lot of money while they were asleep was part of the reason I left, an
More ›