Similar situation. I have no doubt that a large fraction of my childhood memories are fabricated, but there were a few that I kept to myself until I was over the age of 30 and were later confirmed by a parent or aunt or…
This gets said a lot and it kind of irks me. (I am a physician.) US software devs also make 2x what their European colleagues do, but that never gets called out as bloat. Plus US software devs make that 2x pay without…
I would be more willing to believe you only used Claude for minor editing tasks if you disclosed your usage of Claude upfront.
The value of a PhD thesis is the personal intellectual growth you get from putting it together. The end product isn't really the point. There's a lot to be said about publishing in academia being broken and how nearly…
To call out The Tribe as hypocritical, you first need The Tribe to have a consensus opinion. Agentic coding in particular has been very polarizing both on HN and in the developer community at large - there is no…
Octopuses are smart, but I've yet to see anything that suggests they are smarter than dolphins or whales.
Brains are resource hungry, especially oxygen hungry. Earth's air is orders of magnitude richer in oxygen molecules than its water. This likely made it easier for intelligence to develop on land. It's worth noting that…
Gates famously came from a rich family, but Bezos did too - he used hundreds of thousands of dollars in investments from his immediate family members to get Amazon off the ground. Maybe 1 to 2% of Americans would be…
> While fact investigation continues, BAM’s current state of its investigation has uncovered significant evidence of gross negligence in how the store was previously operated by the prior owner Verbal diarrhea.…
I believe they mean GPU threads. Plenty of cuda files in their repository.
Your sarcasm is misplaced because yes, this has unironically been true for large chunks of Latin American history. - Argentinians in particular are over 60% of Italian descent. - The richest man in Mexico was born to…
If you're looking for international precedent, this is an old vs. new world issue. Birthright citizenship is rare in the old world, but it is the default for the Americas. Canada, most of Latin America, and a decent…
I did look up numbers before I made that claim: From Yahoo Finance GME Jan 1, 2016: $7.09, $5.49 adjusted (accounting for dividend disbursements) GME Jan 1, 2026: $20.09 266% or 365% return depending on how you count…
GME also beat the S&P 500 over the past 10 years. Is this evidence that Ryan Cohen is a business genius? Tesla has been a meme stock for about five years now, maybe more. Its valuation correlates with Musk's abilities…
I consider myself AI skeptical-ish and I detest when people defend LLMs with "it's user error, prompt better," but in this case it actually is user error. If you want a particular implementation approach, you need to…
> But it’s getting harder and harder to define a task that humans beat LLMs on. On pretty much any easily quantifiable test of knowledge or reasoning, the machines win. Quite to the contrary, I think it's extremely…
I disagree, I use metaprogramming in application code quite regularly, although I tend to limit myself to a single construct (instance_eval) because I find that makes things more manageable. In my opinion the main draw…
I'm writing a compiler. When I have Claude write a new feature, I have validate that suite against a test suite of ~200 tiny programs. I have a shell script that automates this. If all tests pass, the shell script…
I'm skeptical of that reasoning because the original C wasn't too clean or performant either. For example emit.c from an earlier commit [1] It writes a separate call to emit_raw for each line, even though there many…
I know this is tangential to your overall point, but did really they murder everyone in the room? I was under the impression that a few Venezuelan generals kidnapped Maduro themselves, left him at a predetermined point…
spinel_codegen.rb is an eldritch horror. I always get spaghetti code like this when using Claude, and I've been wondering if I'm doing something wrong. Now I see an application that looks genuinely interesting (not…
What sorts of instructions?
It's interesting how variable people's experiences seem to be. Personally, I tend to get crap quality code out of Claude. Very branchy. Very un-DRY. Consistently fails to understand the conventions of my codebase (e.g.…
It's really hard to cry victim about others misrepresenting Trump's motives for the Iran war as oil, oil, oil when the US did in fact launch a military attack on a country - within the last six months - where the…
> we're seeing an explosion of brand-new high-polish OSS apps this year Do you mind sharing a few examples?
Similar situation. I have no doubt that a large fraction of my childhood memories are fabricated, but there were a few that I kept to myself until I was over the age of 30 and were later confirmed by a parent or aunt or…
This gets said a lot and it kind of irks me. (I am a physician.) US software devs also make 2x what their European colleagues do, but that never gets called out as bloat. Plus US software devs make that 2x pay without…
I would be more willing to believe you only used Claude for minor editing tasks if you disclosed your usage of Claude upfront.
The value of a PhD thesis is the personal intellectual growth you get from putting it together. The end product isn't really the point. There's a lot to be said about publishing in academia being broken and how nearly…
To call out The Tribe as hypocritical, you first need The Tribe to have a consensus opinion. Agentic coding in particular has been very polarizing both on HN and in the developer community at large - there is no…
Octopuses are smart, but I've yet to see anything that suggests they are smarter than dolphins or whales.
Brains are resource hungry, especially oxygen hungry. Earth's air is orders of magnitude richer in oxygen molecules than its water. This likely made it easier for intelligence to develop on land. It's worth noting that…
Gates famously came from a rich family, but Bezos did too - he used hundreds of thousands of dollars in investments from his immediate family members to get Amazon off the ground. Maybe 1 to 2% of Americans would be…
> While fact investigation continues, BAM’s current state of its investigation has uncovered significant evidence of gross negligence in how the store was previously operated by the prior owner Verbal diarrhea.…
I believe they mean GPU threads. Plenty of cuda files in their repository.
Your sarcasm is misplaced because yes, this has unironically been true for large chunks of Latin American history. - Argentinians in particular are over 60% of Italian descent. - The richest man in Mexico was born to…
If you're looking for international precedent, this is an old vs. new world issue. Birthright citizenship is rare in the old world, but it is the default for the Americas. Canada, most of Latin America, and a decent…
I did look up numbers before I made that claim: From Yahoo Finance GME Jan 1, 2016: $7.09, $5.49 adjusted (accounting for dividend disbursements) GME Jan 1, 2026: $20.09 266% or 365% return depending on how you count…
GME also beat the S&P 500 over the past 10 years. Is this evidence that Ryan Cohen is a business genius? Tesla has been a meme stock for about five years now, maybe more. Its valuation correlates with Musk's abilities…
I consider myself AI skeptical-ish and I detest when people defend LLMs with "it's user error, prompt better," but in this case it actually is user error. If you want a particular implementation approach, you need to…
> But it’s getting harder and harder to define a task that humans beat LLMs on. On pretty much any easily quantifiable test of knowledge or reasoning, the machines win. Quite to the contrary, I think it's extremely…
I disagree, I use metaprogramming in application code quite regularly, although I tend to limit myself to a single construct (instance_eval) because I find that makes things more manageable. In my opinion the main draw…
I'm writing a compiler. When I have Claude write a new feature, I have validate that suite against a test suite of ~200 tiny programs. I have a shell script that automates this. If all tests pass, the shell script…
I'm skeptical of that reasoning because the original C wasn't too clean or performant either. For example emit.c from an earlier commit [1] It writes a separate call to emit_raw for each line, even though there many…
I know this is tangential to your overall point, but did really they murder everyone in the room? I was under the impression that a few Venezuelan generals kidnapped Maduro themselves, left him at a predetermined point…
spinel_codegen.rb is an eldritch horror. I always get spaghetti code like this when using Claude, and I've been wondering if I'm doing something wrong. Now I see an application that looks genuinely interesting (not…
What sorts of instructions?
It's interesting how variable people's experiences seem to be. Personally, I tend to get crap quality code out of Claude. Very branchy. Very un-DRY. Consistently fails to understand the conventions of my codebase (e.g.…
It's really hard to cry victim about others misrepresenting Trump's motives for the Iran war as oil, oil, oil when the US did in fact launch a military attack on a country - within the last six months - where the…
> we're seeing an explosion of brand-new high-polish OSS apps this year Do you mind sharing a few examples?