Viewing profile — lbrandy
lbrandy
HN member- Joined
- Wed, May 14, 2008, 1:36 PM UTC
- HN karma
- 3,976
- Public activity
- 390 items
- HN profile
- View on Hacker News ↗
About lbrandy
No profile information was provided.
Recent public activity
-
comment
Comment #48360957
NASDAQ index has a 3x float weighting (and a far, far smaller total capitalization) which makes it far more susceptible. Other indexes do not have these multipliers, and are much l…
-
comment
Comment #48359897
You should not trust me, but here's my understanding. I wish there was a really good writeup somewhere to explain this authoritatively but I'm not sure there is one. Would also lov…
-
comment
Comment #48359569
There is a huge amount of misinformation on this topic, including in this thread, at the minute. Some index funds have a very long horizon before they include them (e.g. a year). O…
-
comment
Comment #48155621
At least part of the answer is this doesn't meet the requirement of the proposed law. You need to actually provide the functionality of the server-side, not just its API.
-
comment
Comment #45807904
> Anyway, I don't think that there's anything that it's like to be an LLM. I don't see how anybody who knows how they actually work could think that. While I have almost zero belie…
-
comment
Comment #45804627
I have no idea how you can assert what is necessary/sufficient for consciousness in this way. Your comment reads like you believe you understand consciousness far more than I belie…
-
comment
Comment #45442330
> My point isn't that coordination is easy - it's that treating it as impossible becomes self-fulfilling. While I see what you are getting at, and I think its super important we co…
-
comment
Comment #45282198
I was struck how the argument is also isomorphic to how we talked about computers and chess. We're at the stage where we are arguing the computer isn't _really_ understanding chess…
-
comment
Comment #44902104
> has a model much as we humans do The premise that an AI needs to do Y "as we do" to be good at X because humans use Y to be good at X needs closer examination. This presumption s…
-
comment
Comment #44266124
Suppose this is as good a place to pile-on as any. Though this was not the post I was expecting to show up today, it was super awesome for me to get to have played my tiny part in …
-
comment
Comment #43688795
It's fun to see everyone arguing about what "everyone" thought.. when... we can just... look... https://news.ycombinator.com/item?id=3817840 is a fun thread from 2012. The top repl…
-
comment
Comment #41386282
For uninitialized memory reads, which is one of the biggest classes of issues, valgrind can still be invaluable. MSAN is one of the more difficult things to get setup and remove al…
-
comment
Comment #39697026
> most Well... "a few" is probably more accurate. https://twitter.com/tjaltimore/status/1763571057703723344?s=...
-
comment
Comment #37181348
I struggle to resonate with what you are saying, as my experience is the opposite. I'm curious where this discrepancy is rooted. Reckless hypothesis: are you working on majority la…
-
comment
Comment #35889196
I agree entirely with the premise here save one subtle bit at the start. I think there is grave danger in reducing "vector database" to "vector search" as equivalent domains and/or…
-
comment
Comment #35125826
The only reason you and others seem so desperate to redefine bailout so you can call it a bailout is because you want to attach the negative connotations to that word to “hurt” the…
-
comment
Comment #35064921
We should be clear... in these large organizations... HEAD is always broken. But it has the advantage of being broken for everyone, tested by everyone, fixed by everyone, and thus …
-
comment
Comment #29785728
FWIW, I joined HN 14 years ago (wow) and there's never been a time in those 14 years that HN wasn't convinced that facebook's demise was just around the corner.
-
comment
Comment #27865920
It depends what you mean by free will. Non-philosphers almost always mean "libertarian" free will when they say that, and yes, this same argument also basically outlaws libertarian…
-
comment
Comment #27865760
> they seem to be advocating for some sort of dualism. This paper is doing the opposite. It's arguing that other papers/ideas advocating dualism are going the wrong way and purely …
-
comment
Comment #27865728
Here's my attempt at a tldr. 1. The laws of physics at the time scales, space scales, and energies of the human brain are "known" and we have deep reasons to believe that more will…
-
comment
Comment #26998082
if the team is remote, yes
-
comment
Comment #25905257
Software is more like building a machine than either math or art. There've been attempts to make formally-provable programs (so it _is_ like math) but these are not in widespread u…
-
comment
Comment #25756039
I used to post quite a bit more. Times have changed.
-
comment
Comment #22698174
This is the only good use of a const& shared_ptr which is when you 1) only _might_ want to claim shared ownership of the thing, and 2) the perf of those unnecessary refcounts matte…