Live data from Hacker News

Viewing profile — patrickmn

patrickmn

HN member
Joined
Sat, Jan 03, 2015, 12:41 AM UTC
HN karma
548
Public activity
104 items

About patrickmn

https://patrickmn.com/ | @pmylund

Co-founder and CTO of Clovyr, a company that makes it easy to build and use decentralized applications

Recent public activity

  1. comment
    Comment #27166287

    You can literally do whatever you want with any library you use in your own codebase and have a consistent convention in your own code regardless of what your dependencies' authors…

  2. comment
    Comment #27149863

    never even heard of that kind of bonus. it sounds like it's designed to work exactly this way.

  3. comment
    Comment #27133363

    You are practicing eastern philosophy :) The Man From Earth is wonderful. The best ultra-low budget movie IMO.

  4. comment
    Comment #27133329

    https://www.youtube.com/watch?v=wU0PYcCsL6o

  5. comment
    Comment #27124517

    Hahah this gif https://ufincs.com/assets/images/features-autocomplete-5B771... Looks very, very nice for a solo project!

  6. comment
    Comment #21738523

    What's the best example of modern Datalog?

  7. comment
    Comment #21384464

    Readers may also be interested in LiquidHaskell: https://ucsd-progsys.github.io/liquidhaskell-blog/ https://ucsd-progsys.github.io/liquidhaskell-tutorial/01-int... The Python hypot…

  8. comment
    Comment #21351686

    Honestly, it's shocking that this came as a surprise. It's like they don't know why they made Gitlab self-hostable.

  9. comment
  10. comment
    Comment #21238914

    The article is about Laetiporus sulphureus. The article clearly states that amateur foragers mistakenly eat Laetiporus gilbertsonii and Laetiporus conifericola and experience gastr…

  11. comment
    Comment #17642265

    > I have not heard many companies really conceptualize their “supply chain” exposure from the myriad of scripts/dependencies injected via tag managers and other software. I made a …

  12. comment
    Comment #16771638

    You might be interested in Tahoe-LAFS: http://tahoe-lafs.readthedocs.io/en/tahoe-lafs-1.12.1/archit...

  13. comment
    Comment #16655104

    I like your thinking :) https://github.com/patrickmn/define

  14. comment
    Comment #16317931

    For the blockchain projects, please email quorum_info@jpmorgan.com

  15. comment
    Comment #14708555

    Related discussion: https://news.ycombinator.com/item?id=14587357

  16. comment
    Comment #14685882

    This is really excellent advice. Too many people work too hard for too long before learning this the hard way. By all means do a good job, but don't kill yourself. Your employer wi…

  17. comment
    Comment #14587616

    It's not the same issue. With your approach, a compromise of the seed is catastrophic and reveals everything. With a regular password manager, you also need access to the vault enc…

  18. comment
    Comment #14587380

    All such deterministic algorithms are seeded by something. This is their basic flaw. Guess the seed and you get all the passwords. With a password manager that randomly generates u…

  19. comment
    Comment #14566850

    Highly recommend using Argon2id/Argon2d/scrypt/bcrypt/PBKDF2 (in that order of preference) for password authentication/"storage." While SHA-3 might be slower than other fast hash f…

  20. comment
  21. comment
    Comment #14534943

    Yeah, the security track record of post-Vista Windows is far better than OS X.

  22. comment
    Comment #14450126

    http://www.pcengines.ch/ Have had several apu1d4 OpenBSD routers running 300mbps+ connections for years with no issues.

  23. comment
    Comment #14231757

    Not to mention most juice is loaded with fructose.

  24. comment
  25. comment
    Comment #14176035

    Wiping memory was already a part of Go crypto libs a few years ago, but was taken out because it gave a false sense of security (the secrets can be copied all over memory.)