Viewing profile — jacb
jacb
HN member- Joined
- Sat, Jul 04, 2020, 6:32 PM UTC
- HN karma
- 77
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About jacb
No profile information was provided.
Recent public activity
-
comment
Comment #32389422
Ha! Certainly none of us will get anywhere close to this bound, no matter how much time we log in Anki. But the OP asked "Would an infinitely-long-lived, but forgetful person be ab…
-
comment
Comment #32389280
More than semi-fallacious - the math doesn't add up, because you run into the Bekenstein bound, which limits how much information you can pack into a volume.
-
comment
Comment #25740652
Ah, I misunderstood you! I apologize. :)
-
comment
Comment #25738390
That's not how arguments from contradiction work. You've assumed H (halting problem is decidable), prove B (beauty decidable), then say "but actually !H, therefore !B". All you've …
-
comment
Comment #25318125
I might be missing something - why would this be a breakthrough? It sounds complicated to generate the interfaces, sure, but is there a theoretical problem blocking this, or just p…
-
comment
Comment #25094343
https://www.microcovid.org/ is a similar tool, with more knobs to adjust risk factors (distance, outside vs inside, the other person's risk profile, etc.). Friends living in shared…
-
comment
Comment #24682356
This is really upsetting. I didn't go to TJHS, but the sense I got from the three people I know who did was that it had that critical mass of nerdy science-and-tech-obsessed teenag…
-
comment
Comment #24572377
> The problem is, increasing taxes on gas will disproportionately affect the poor who can't afford to buy an EV (and again, are unlikely to live somewhere with a charger) But banni…
-
comment
Comment #24230946
Perhaps it's consistent with computation being done in many "parallel universes," but with heavily restricted communication - in this model it's almost trivial to parallelize work …
-
comment
Comment #24140630
> how well a compiler does is mostly dependent on how many of those transformations happen to apply to your program at hand Right, there's an infinite number of distinct useful cod…
-
comment
Comment #24140408
Have there been attempts to measure modern compilers' ability to optimize large programs against "perfect" machine code? The few times I've poked through demo scene binaries, I've …
-
comment
Comment #23764300
It seems like a common misconception that humans have some secret power to solve undecidable problems that computers lack. But "this problem is undecidable in general" doesn't mean…
-
comment
Comment #23737340
That's a good point! I guess you'd still have to make sure that variants with alignment requirements don't get unaligned. One way to do that would be to add leading padding if they…
-
comment
Comment #23734098
If you want random access into an array of enums, you need them all to be the same size (there are also alignment concerns, which is why it's tough to use only 1 bit of overhead to…