Live data from Hacker News

Viewing profile — _prometheus

_prometheus

HN member
Joined
Sun, Jun 02, 2013, 8:16 AM UTC
HN karma
1,656
Public activity
215 items

About _prometheus

[ my public key: https://keybase.io/jbenet; my proof: https://keybase.io/jbenet/sigs/lpp1GdnY98lmHHuLy5Gg2I6CfIhFOu8qGFjKplz8u70 ]

Recent public activity

  1. comment
    Comment #26127167

    awesome! :)

  2. story
  3. comment
    Comment #24288194

    This is great! SOOO useful to be able to do mounts w/o fuse, w/o kernel extension, w/o root. This is a HUGE UX thing, specially for macs. Fuse is a really great idea & project, but…

  4. story
  5. comment
    Comment #22507621

    Datasaur looks awesome! Can't wait to try it out. Congrats on the launch! Curious about data security and privacy? How do you guarantee privacy? Is there some cryptography or secur…

  6. comment
    Comment #20171176

    Hello! o/ We've responded to a number of points here. You can check out our roadmap > IPFS is unworkable... making it usable in the next few years Absolutely not. The OP brings up …

  7. comment
    Comment #20171119

    Decentralizing how we link, address, and move content is the basis of IPFS and Filecoin both. Both are solving different parts of moving our digital infrastructure to infrastructur…

  8. comment
    Comment #20171116

    Exactly. P2P systems historically have dealt with the problem altruistically, or with limited tit-for-tat, which both work in many cases, but have so far failed to work for large s…

  9. comment
    Comment #20171102

    This is excellent feedback! Thanks! > We even created a plugin ( https://github.com/almonit/almonit-plugin - unreleased officially yet!) for websites that combine IPFS with ENS (a …

  10. story
  11. story
  12. comment
    Comment #15819009

    Hey HN, this is jbenet -- an author of Filecoin. We think it's great that people ask hard questions, and get involved. It's great to see others studying our work and we really appr…

  13. comment
    Comment #14815611

    It's coming shortly (days), it's a WIP that needs significant polish, but the core result is there.

  14. comment
    Comment #14675422

    Thanks Craig and YC. Ton of fun.

  15. comment
    Comment #14675421

    That's precisely one of the innovations in the new Filecoin paper :) -- we call it Proof-of-Replication. Papers coming soon.

  16. story
  17. story
  18. comment
    Comment #14295788

    There are people in turkey replicating this snapshot right now. people browsing locally get it there. Even if all connections to outside the country get shut down it can be distrib…

  19. comment
    Comment #13742831

    the table is so small you don't actually need to decode varints. any serious application needing speed would build a lookup table for all the common values -- in fact we will. size…

  20. comment
    Comment #13741066

    sounds interesting. we're definitely interested in figuring out ways for these protocols and formats to be as useful to others as they can be

  21. comment
    Comment #13740411

    Yeah you're right, we've been meaning to add MD5. Filed issue: https://github.com/multiformats/multihash/issues/71

  22. comment
    Comment #13740407

    yep, exactly :)

  23. comment
    Comment #13740394

    See https://news.ycombinator.com/item?id=13740369 -- does that make sense? the idea is to treat those parameters as "part of the hash digest value", and write wrappers for siphash …

  24. comment
    Comment #13740369

    @hobofan Yeah, exactly. We've explored this by making the value of such hashes (when generated and checked with multihash libs) literally be the ` ` pair. This avoids complicating …

  25. comment
    Comment #13740342

    Yeah this is a good point, which we discussed somewhere (not finding the issue atm). The resolution was to treat those as different hash function codes, because the normal usage of…