Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
patrickmn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
patrickmn
5y ago
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 preferences are. In other words, if the library author
2.
▲
by
patrickmn
5y ago
never even heard of that kind of bonus. it sounds like it's designed to work exactly this way.
3.
▲
by
patrickmn
5y ago
You are practicing eastern philosophy :) The Man From Earth is wonderful. The best ultra-low budget movie IMO.
4.
▲
by
patrickmn
5y ago
https://www.youtube.com/watch?v=wU0PYcCsL6o
5.
▲
by
patrickmn
5y ago
Hahah this gif https://ufincs.com/assets/images/features-autocomplete-5B771... Looks very, very nice for a solo project!
6.
▲
by
patrickmn
7y ago
What's the best example of modern Datalog?
7.
▲
by
patrickmn
7y ago
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 hypothesis package st
8.
▲
by
patrickmn
7y ago
Honestly, it's shocking that this came as a surprise. It's like they don't know why they made Gitlab self-hostable.
9.
▲
by
patrickmn
7y ago
not
10.
▲
by
patrickmn
7y ago
The article is about Laetiporus sulphureus. The article clearly states that amateur foragers mistakenly eat Laetiporus gilbertsonii and Laetiporus conifericola and experience gastrointestinal problems.
11.
▲
by
patrickmn
8y ago
> 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 thing called "TrackerMap" that allowed peo
12.
▲
by
patrickmn
8y ago
You might be interested in Tahoe-LAFS: http://tahoe-lafs.readthedocs.io/en/tahoe-lafs-1.12.1/archit...
13.
▲
by
patrickmn
8y ago
I like your thinking :) https://github.com/patrickmn/define
14.
▲
by
patrickmn
9y ago
For the blockchain projects, please email quorum_info@jpmorgan.com
15.
▲
by
patrickmn
9y ago
Related discussion: https://news.ycombinator.com/item?id=14587357
16.
▲
by
patrickmn
9y ago
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 will not do the same for you.
17.
▲
by
patrickmn
9y ago
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 encrypted using that master password. That's not a gi
18.
▲
by
patrickmn
9y ago
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 unique passwords, you don't have that problem, but you d
19.
▲
by
patrickmn
9y ago
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 functions, it's not a
20.
▲
by
patrickmn
9y ago
Yeah, the security track record of post-Vista Windows is far better than OS X.
21.
▲
by
patrickmn
9y ago
http://www.pcengines.ch/ Have had several apu1d4 OpenBSD routers running 300mbps+ connections for years with no issues.
22.
▲
by
patrickmn
9y ago
Not to mention most juice is loaded with fructose.
23.
▲
by
patrickmn
9y ago
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.)
24.
▲
by
patrickmn
9y ago
I hope everyone enables TLS particularly now that LetsEncrypt has made it so easy. If you're worried about latency, put your server in the region of the world with the most traffic, and Don't Worry About It unless you see measurab
25.
▲
by
patrickmn
9y ago
I don't disagree that somebody who knows OOP but not FP needs a lot more information than I gave. Where we disagree is on the notion that I need to explain everything in detail when there are fountains of material out there. If anythin
26.
▲
by
patrickmn
9y ago
Nothing we do is easy for most people... that's why we're highly sought after. What I meant was not that it's easy to do something, rather that it's something that often comes early, and is mandatory, in your journey of
27.
▲
by
patrickmn
9y ago
There are libraries like https://hackage.haskell.org/package/repa that make some of these tasks much easier to do. (Write your program/algorithm in terms of these arrays and all operations on them are seamlessly p
28.
▲
by
patrickmn
9y ago
They also use Haskell (and the Haxl library) for their anti-spam engine.
29.
▲
by
patrickmn
9y ago
A great way to get a taste of FP, but as others noted, not the best way to really learn FP (Haskellbook and SICP are great.)
30.
▲
by
patrickmn
9y ago
> This kind of sweeping unsupported assertion is actively harmful for FP evangelists. Anyone who isn't already a fanboy is most likely going to read that and say “clearly this person has no idea what they're talking about. [clo
More ›