For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | christophilus's commentsregister

Yes. It’s just more bike shedding. Write helpful comments if you care about such things. Example: https://www.sqlite.org/src/timeline

That’s been talked about ad nauseam. It’s nice to talk about something else for a change.

Failing news headlines soar after AI takes over reporters jobs.

*quietly takes over reporters’ jobs

Precise.

generally an editor writes the headline, not the reporter

An exponent on $1T isn’t unlimited, but it is an uninvestible thesis in my book.

The private $1t already factors this in. It isn’t $1t growing exponentially.

My videos would consist mostly of: “Chris is cursing msbuild again.” “Chris is losing a table tennis game to Mike again while he waits for the build to complete.” And so forth.

The dark fiber of our time?

I find codex superior in speed and equal in quality, so it’s my preference. But Claude Code made prettier UIs last time I tested. Codex produces Microsoft-grade UIs. Very enterprise and ugly unless I actively steer it.

Dunno. I did C++ GUI programming back in the day. It wasn’t hard. It would’ve been hard to get light/dark mode and responsive design right, probably, but in my (albeit fuzzy) memory, it wasn’t any harder than building nice web applications. The hard part was just stupid C++ nonsense that Rust and Zig and other nice things are finally here to put out of its misery.

It reminds me of my younger self when I encountered inexplicable behavior in my own software, “I think I found a bug in Firefox!” … “Oh, nope. I forgot to add an event handler.”

The modern version of "It must be a compiler bug!"

Compiler bugs are not as rare as they are quipped to be on forums. I mean, more rare for the quippers due to allocation of time.

I've actually identified a real compiler bug that led to a compiler fix. But then, a broken clock is right twice a day :).

Using c++ templates wrong in the year 2000 exposed me to real compiler bugs in the Microsoft c++ compiler at the time, the kind that would make the compiler crash.

I thought it was cosmic rays which always cause the bitflip when you least expect it.

The modern version is "LLMs produce bad code"

LLMs aren't nearly mature or deterministic enough to earn that distinction. I've had an agent tell me it read a link I gave it, when actually it lied. I don't see how you could possibly compare that to a compiler where thinking "maybe it's a compiler bug" means you've almost certainly missed something.

The funny thing is that I was so sensitized to this behavior that when I actually found a hardware bug in a chip, it took me forever to convince myself that the problem wasn't actually my code.

Finally contacted the manufacturer's rep, expecting to be called an idiot, only to find out that "yeah, we know about that bug. It's going to be fixed in the next revision."


We formalized that as "if you didn't find a kernel bug yesterday, you didn't find one today either" (while implicitly glaring at the java developer who kept blaming everything but his own code.) The funny thing is that we actually had one guy who found two kernel bugs (spread over a couple of years, but still) while hunting down weird product issues - we didn't think the kernel was perfect, just that "you need to have exhausted the possibilities in your code before considering blaming the kernel" was well supported by evidence...

Reminds me of something that made me cringe that I heard from an architect at a medium sized IT shop, "even Google couldn't handle our scale".

Claude Code has gotten so bad about this that I’ve stopped using it for code reviews. I may look into wiring Claude up to Codex as an alternative LLM just to compensate.

I think the issue is that I’m running Claude Code in a container so it sees that it is root, and becomes a lot more cautious. Not sure, though.


If you're running Claude Code in a container anyways, why does `--dangerously-skip-permissions` not work for you?

Claude Code won't let you do that as root. Codex's equivalent is perfectly fine, though.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You