Viewing profile — patrickmn
patrickmn
HN member- Joined
- Sat, Jan 03, 2015, 12:41 AM UTC
- HN karma
- 548
- Public activity
- 104 items
- HN profile
- View on Hacker News ↗
About patrickmn
Co-founder and CTO of Clovyr, a company that makes it easy to build and use decentralized applications
Recent public activity
-
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…
-
comment
Comment #27149863
never even heard of that kind of bonus. it sounds like it's designed to work exactly this way.
-
comment
Comment #27133363
You are practicing eastern philosophy :) The Man From Earth is wonderful. The best ultra-low budget movie IMO.
-
comment
Comment #27133329
https://www.youtube.com/watch?v=wU0PYcCsL6o
-
comment
Comment #27124517
Hahah this gif https://ufincs.com/assets/images/features-autocomplete-5B771... Looks very, very nice for a solo project!
-
comment
Comment #21738523
What's the best example of modern Datalog?
-
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…
-
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.
- comment
-
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…
-
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 …
-
comment
Comment #16771638
You might be interested in Tahoe-LAFS: http://tahoe-lafs.readthedocs.io/en/tahoe-lafs-1.12.1/archit...
-
comment
Comment #16655104
I like your thinking :) https://github.com/patrickmn/define
-
comment
Comment #16317931
For the blockchain projects, please email quorum_info@jpmorgan.com
-
comment
Comment #14708555
Related discussion: https://news.ycombinator.com/item?id=14587357
-
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…
-
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…
-
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…
-
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…
- comment
-
comment
Comment #14534943
Yeah, the security track record of post-Vista Windows is far better than OS X.
-
comment
Comment #14450126
http://www.pcengines.ch/ Have had several apu1d4 OpenBSD routers running 300mbps+ connections for years with no issues.
-
comment
Comment #14231757
Not to mention most juice is loaded with fructose.
- comment
-
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.)