Viewing profile — khuey
khuey
HN member- Joined
- Sun, Mar 06, 2011, 12:21 PM UTC
- HN karma
- 8,733
- Public activity
- 1,948 items
- HN profile
- View on Hacker News ↗
About khuey
Email is username at kylehuey.com.
Recent public activity
-
comment
Comment #49233922
Governments are famously tolerant of other actors seeking to rival or usurp their power.
-
comment
Comment #49195806
You should try writing it out. Doing it without introducing another unpredictable branch is harder than it looks. I discussed this with a coworker earlier this week and the best th…
-
comment
Comment #49192356
Worth noting that as written the "trick" results in memory usage proportional to the size of the input rather than the output. If the filter rejects most of the input the differenc…
-
comment
Comment #49183639
Yes, diversification results in lower returns than investing in just the best performing asset class.
-
comment
Comment #49183599
Many people don't have a "rest of their portfolio".
-
comment
Comment #49178843
Generally the default fund in a decent 401(k) (employer managed but largely employee funded retirement plan) will be a "target date retirement fund" that contains a mix of equities…
-
comment
Comment #49008803
Unless you've checked it for accuracy why would I read your AI-generated documentation when I can ask my AI (which in a month or two will be a newer, better model than what you use…
-
comment
Comment #49001568
My memory is a bit fuzzy but I think you're correct.
-
comment
Comment #48997164
We've seen b before. React was controversially released with a similar clause and ultimately Facebook dropped it and used a standard open source license. Their lawyers really love …
-
comment
Comment #48987988
Painfully slow tok/s though.
-
comment
Comment #48979032
If you show up at a US port of entry without any sort of anything the default decision is to deny entry (exceptions for Canadian citizens and citizens of a few small islands). If y…
-
comment
Comment #48978965
That already happens. Witness all the random "bans" and "pauses" Trump has instituted against various nationalities and groups of people at the border.
-
comment
Comment #48939887
As someone who doesn't follow databases that closely, how is this different from Amazon Aurora (other than being open source)?
-
comment
Comment #48894002
IMO the threat model is more letting the agent loose on issues/PRs in a public Github repo and it getting tricked into running a malicious payload.
-
comment
Comment #48890394
If Unity had 2.5 users anyone had heard of before the switch you can see where the motivation might (at least emotionally) come from.
-
comment
Comment #48876283
[dead]
-
comment
Comment #48876102
I have bad news for you about where ClickHouse comes from then.
-
comment
Comment #48876022
In the one statement case, clang emits LLVM IR where the last operation in each branch is the store. In the two statement case, clang emits LLVM IR where the last operation in each…
-
comment
Comment #48871918
I'm not sure it's a "technique" but the general insight worth taking away from this is that compiler authors often write optimizers to recognize specific patterns so writing your c…
-
comment
Comment #48868921
> And how many years of being passed over for promotions, I wonder. He was Vice President of Product Design when he left Apple. How many more promotions could there be?
-
comment
Comment #48854555
I don't disagree with what you're saying but I want to point out that it's rather unusual for (American) ambulances to carry blood, and probably more of them should. https://www.re…
-
comment
Comment #48853965
> Back then I found the Rust community had interest and respect for Zig, so the discourse was very much one sided. In hindsight (and at risk of starting a flame war), it's easier t…
-
comment
Comment #48843840
If they did the opposite and called it Mygres or whatever people would give them shit for that too.
-
comment
Comment #48843628
> what's a single concept in C (e.g. "the pointer") easily has a dozen specialized equivalents in Rust That "the pointer" is a single concept in C is the root cause of absurd numbe…
-
comment
Comment #48842826
I make no claim as to whether the change makes sense given that I didn't look at the callers of this function, but Result is an entirely reasonable pattern in Rust. If you want the…