Live data from Hacker News

Viewing profile — nadahalli

nadahalli

HN member
Joined
Wed, Dec 08, 2010, 6:48 PM UTC
HN karma
301
Public activity
55 items

About nadahalli

No profile information was provided.

Recent public activity

  1. comment
    Comment #49195246

    A fresh printable worksheet of maths and computational-thinking puzzles for kids. Every question, every answer, and every wrong answer is computed by a program, not written by an A…

  2. story
  3. comment
    Comment #42370719

    [pedantic hat on] Bitcoin doesn't use encryption. You mean digital signatures - and yes, we use signatures everywhere in public key cryptography.

  4. comment
    Comment #41554075

    You will like this 2020 classic piece by the folks at Paradigm: https://www.paradigm.xyz/2020/08/ethereum-is-a-dark-forest

  5. comment
    Comment #38949946

    The hashing part is kind of orthogonal. The real negative outcome of quantum computers getting reliable and powerful would be that ECDSA would be broken (using Shor's algorithm var…

  6. comment
    Comment #30876986

    I started reading the article assuming it was an April fool's joke. After a bit into it, I thought it was not a joke. When the self-deprecation began, I was again convinced it was …

  7. comment
    Comment #29773008

    That's the entire point. Bitcoin has just one use case, and it's very inefficient design is tailor-made for that one use case. Alt-coins have use cases that can all be solved by AW…

  8. comment
    Comment #29534299

    Zero Knowledge Contingent Payments are one approach. Encoding everything that you might want to buy as an input to a ZKP system is a stretch, obviously. But at least, that's the sp…

  9. comment
    Comment #29428872

    I was like "This cannot be the top comment on HN". It is. Sigh.

  10. comment
    Comment #29328022

    As for "Crypto-less federated systems like Mastodon and friends" - you have to ask yourself why they don't work at scale. That's the key insight of Bitcoin. You need to have a syst…

  11. comment
    Comment #28783933

    > If we could magically make 100x the gold, that would be great! Current gold investors would be sad but it would be a win for the world. I am not sure about that. If there were a …

  12. comment
    Comment #28396314

    You are on the wrong forum my friend. Austrians and the HN community talk past each other because it's not easy to get the latter (which I am a part of) to see that their large sal…

  13. comment
    Comment #28141073

    SlowMist has a non-humorous writeup. https://slowmist.medium.com/the-root-cause-of-poly-network-b... I am still waiting for Rekt to cover this one.

  14. story
  15. comment
    Comment #27548315

    Most smart contracts on Ethereum, or other blockchains are only immutable in their marketing material, but not in practice. Either they use an obvious PIMPL/Proxy contract (OpenZep…

  16. comment
    Comment #27548268

    That'd be quite expensive. And as you manipulate prices across blocks, arbitrageurs would arb it back to "market price". Uniswap V3 allows for a 3rd party smart contract to ask its…

  17. comment
    Comment #27338132

    Many European countries also charge negative interest rates. In Switzerland, where I live, bank balances above CHF 100K gets a flat -0.75% interest rate. Just saying.

  18. comment
    Comment #26612982

    I am curious why the author thinks that security is not a commodity.

  19. comment
    Comment #26334909

    That primitive has not been invented (maybe yet). Till then, we have Bitcoin.

  20. comment
    Comment #26334874

    For those who already know about Bitcoin's timestamping really well, it's worth reading about the time-warp attack. David Harding wrote a great answer about it on StackExchange age…

  21. comment
    Comment #26166177

    This is deflation, and turns out everyone hates deflation. Just to be clear, I am with you here.

  22. comment
    Comment #25300954

    That's true. It's a verifiable "burn of electricity". The only upside to the burning is the verifiability. If there was some other way to generate this verifiable scarcity of somet…

  23. comment
    Comment #25295857

    There's your argument for Bitcoin. It cannot be planted by anyone, like tulips. Its supply cannot be increased arbitrarily. Tulips, in fact, could be a bit more complicated. Bitcoi…

  24. comment
    Comment #25295808

    Just as an aside, you cannot build the Bitcoin blockchain overnight as well - because of proof of work and network effects of bitcoin full nodes. That gives it "value". It's functi…

  25. comment
    Comment #24407196

    Merkle trees are everywhere in Bitcoin (full node or otherwise). The block header has the merkle root of all transactions that are a part of that block. The witness merkle root is …