Live data from Hacker News

Viewing profile — nadaviv

nadaviv

HN member
Joined
Tue, Jul 17, 2012, 3:57 PM UTC
HN karma
997
Public activity
353 items

About nadaviv

Bitcoin open-source contributor, Ambassador at Bitcoin Embassy TLV

nadav+hn@shesek.info

GPG: FCF1 9B67 8665 62F0 8A43 AAD6 81F6 104C D0F1 50FC

https://github.com/shesek

https://twitter.com/shesek

https://www.bitrated.com/nadav

https://keybase.io/nadav

[ my public key: https://keybase.io/nadav; my proof: https://keybase.io/nadav/sigs/fidZAcOG85AA92vZM5f8WYFciFMvBPhZdMQ71gX3hBw ]

Recent public activity

  1. comment
    Comment #48802310

    I really enjoyed Crafting Interpreters by Robert Nystrom and found it valuable for the development of a DSL I'm working on. From https://craftinginterpreters.com/ : > Crafting Inte…

  2. comment
    Comment #38950530

    While somewhat lengthy, I found this post to be a great resource for learning about async and epoll: https://ibraheem.ca/posts/too-many-web-servers/ It starts with a simple single-…

  3. comment
    Comment #35239668

    Wait what? Propaganda? I really don't get why this is invoking such strong reactions...

  4. comment
    Comment #35239581

    Why is it insulting to point out that GPT can produce good results for this particular use-case? Being able to define your argument types and generate parsing code for them using a…

  5. comment
    Comment #35237749

    GPT is pretty good at figuring out argument parsing code based on example CLI usage. Like this: > Write bash code to parse the following arguments: > > $ ./export.sh --out-file dum…

  6. comment
    Comment #35236515

    It might be harder to detect if you open it as a separate window instead of docking it to the bottom/side of the window.

  7. comment
    Comment #34022744

    TL;DR: just pretend some code repo exists, interact with it, and GPT will happily fill in the blanks. Example: # Start with the "act as a terminal" preface (https://github.com/f/aw…

  8. story
  9. story
  10. comment
    Comment #26743844

    They could've created a federated SGX-based model on top of any of the existing cryptocurrencies. The only reason for them to invent a new one is making $$$.

  11. comment
    Comment #26743819

    100% of it is premined.

  12. comment
    Comment #25515796

    lol, what? This is not how things work in Ethereum. The foundation has the authority to do anything it wants, despite the community's wishes. The DAO bailout hard fork showed that …

  13. comment
    Comment #25159205

    > The overjustification effect occurs when an expected external incentive such as money or prizes decreases a person's intrinsic motivation to perform a task. Overjustification is …

  14. comment
  15. comment
    Comment #24414820

    From #bitcoin-core-dev on Freenode (shesek is me, sipa is Pieter Wuille [0], one of the most veteran bitcoin core devs) does bitcoin core ever verify merkle inclusion proofs? (I as…

  16. comment
  17. comment
    Comment #24414619

    Are you sure you mean merkle trees specifically and not just a tree structure in general? A merkle tree is a very specific type of hash tree, which Bitcoin only uses for transactio…

  18. comment
    Comment #24413157

    Blocks are not organized into merkle trees in Bitcoin. Full nodes pick the longest (PoW wise) valid chain and discards any other competing chains and their blocks. There are some a…

  19. comment
    Comment #24411950

    They are used in Bitcoin since day one in the full node implementation, but full nodes don't benefit from the merkle tree structure in any way. The first client that did benefit fr…

  20. comment
    Comment #24407109

    I wouldn't consider merkle trees to be a core component of Bitcoin. Full nodes don't benefit from them, they're only relevant for light SPV clients, which didn't even exists for a …

  21. comment
    Comment #24027904

    The source code (in Rust with LALRPOP) is available on GitHub: https://github.com/shesek/minsc The website has some example scripts and a compiler that you can experiment with. Hap…

  22. story
  23. comment
    Comment #19746461

    This is the article in question, co-authored by Gwern and published on Wired in August 2015: "Bitcoin's creator Satoshi Nakamoto is probably this unknown Australian genius" https:/…

  24. story
  25. comment
    Comment #18266186

    > see anyone neutral arguing it wasn't. Well, FWIW, I've never heard _anyone_, neutral or not, claiming the DAO hack was a bug in the Ethereum protocol before now... And that's bec…