Viewing profile — dbfclark
dbfclark
HN member- Joined
- Wed, Sep 15, 2010, 2:01 PM UTC
- HN karma
- 485
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About dbfclark
No profile information was provided.
Recent public activity
-
comment
Comment #48062930
I think your per-axis std normalization is likely doing a big pile of the work —- it’s fairly well-known that “wrong” PCA, setting sigma=Id or just taking a square root, gives bett…
-
comment
Comment #46209929
I did a goodly chunk of vibe coding over the summer and I found that the best language for me was Rust implementations with Python bindings for interface. A few reasons: - Everythi…
-
comment
Comment #42594309
Another completely viable solution (other than adding extra starch) I’ve found is to sprinkle a bit of sodium citrate (the sodium salt of citric acid, a common food additive and ch…
-
comment
Comment #41468910
A good way to understand why cosine similarity is so common in NLP is to think in terms of a keyword search. A bag-of-words vector represents a document as a sparse vector of its w…
-
comment
Comment #41049425
Convergent sequences are always Cauchy; for metric spaces, compactness and sequential compactness are the same.
- story
-
comment
Comment #36373141
The key question here isn’t so much whether GPT-4 beats the actual human decks as much as what it had to fabricate to do so. The humans are probably constrained by things like “rea…
-
comment
Comment #32959290
Very let down by the title -- why no ancient Roman abstract algebra?
-
comment
Comment #30379609
Not my company, but Zocdoc has the best values I’ve ever seen exactly because they all have anti-values: Patients First Important, not Immediate Learners before Masters Together, n…
- story
-
story
Ask HN: Wes Clark stories
Tossing this one into the ether in case it works: I'm Wes Clark's grandson (see: https://news.ycombinator.com/item?id=11183970 if you're not sure who he is). It's now a year since …
-
comment
Comment #13701505
Sure. Moonshine I know a lot about, relative to physics at least. Given that I now work somewhere that specializes in term embeddings, it kind of feels like I've spent half my life…
-
comment
Comment #13698204
Hey, I'm a mathematician, not a physicist. We tend only to get as far as "oh yeah, here's all this pretty math we care about. I hear it has some applications to physics..."
-
comment
Comment #13696398
Presumably the extra credit is that the binary Golay code is closely related to the Leech Lattice, and thus to the entire moonshine situation, which gets you to string theory. See:…
-
comment
Comment #12147107
Very company dependent. At Luminoso ( http://luminoso.com ), we live in Python, with varying doses of Javascript for frontend, very little R (but some of us know it), Java and C++ …
-
comment
Comment #11186184
Indeed -- it's struck me recently how Wes was probably among the first (if not necessarily number one, if only because of ill-definedness) people to make computers smaller. Looking…
-
comment
Comment #11186168
Quite. Minsky was actually advisor to my company, which is based in part on his notion of common sense computing. There is much to mourn recently.
-
comment
Comment #11186162
He'd talk about computers for fun, at least. But try to convince him that the internet actually worked and you'd have a whole evening's conversation on your hands...
-
comment
Comment #11186157
It's a reference to a story about Ramanujan, who once (remarkably) told G. H. Hardy that 1729 wasn't a boring number because it was the smallest number that could be expressed as t…
-
comment
Comment #11184960
Everyone has stories, most better than me. I find my most vivid memory of experiencing him as an adult was that every time you spoke with him he'd have had some completely flabberg…
-
comment
Comment #11184354
I'm his grandson, not his colleague, so far be it from me to say he was a great man, but he was a great grandfather and an inspiration. He taught me an enormous amount, from logic …
-
comment
Comment #8933481
I couldn't possibly agree more in general, though of course I'd quibble with many of the specifics... As to stodginess, I'd say there's a big difference between personal/small comm…
-
comment
Comment #8189945
This is an impact of the default Unicode normalization, which is set to NFKC. This normalization is lossy for things like the ordinal indicator and trademark symbol; if you'd like …
-
comment
Comment #8188038
Luminoso cofounder here (we make ftfy, among other things). Our use case is fairly specific: a customer uploads text documents, often as a spreadsheet originally exported from some…
- story