I had Claude do a "short, succinct summary" of two bugs I found in someone else's Python code: one was missing parentheses around subtraction (x = a - b - c instead of x = a - (b - c)) and one was `SomeException("asdf")` instead of `raise SomeException("asdf")`.
Both explanations were a paragraph of text, each about six lines long, which I replaced with a single sentence each.
I find it's a shame the article is absolutely littered with AI-isms, again, like another cool hack project the other day here on HN. It is incredibly jarring to read a line like "No Platform Builder, no SDK install, no CD key.".
Sounds like a cool project but I find it a bit offensive that the article author doesn't value the article reader's time enough to edit the AI-isms out.
On the other hand, trying to point this out usually results in downvotes, so maybe it's useless to complain about this trend?
I actually love this because the entire time I owned a Dreamcast I used to look at the windows CE logo on the front and think, does it have windows CE in ROM? How can I boot it?
Windows CE isn't in ROM, the binaries are loaded from GD-ROM disc for games that chose to use it. And booting it wouldn't do you much good anyway since there's no graphical or text shell. It's intended to launch straight into the game.
It doesn't just cut cans, it cuts tomatos too. You would think you have to sharpen it, but you don't.
Not just this, but that.
Sounds nothing like a normal succenct engineer.
Both explanations were a paragraph of text, each about six lines long, which I replaced with a single sentence each.
Sounds like a cool project but I find it a bit offensive that the article author doesn't value the article reader's time enough to edit the AI-isms out.
On the other hand, trying to point this out usually results in downvotes, so maybe it's useless to complain about this trend?
Here is one of such articles, take it while still exists,
https://jacobfilipp.com/MSJ/directx.html
The sibling comment already has the other info, everything was bundled together.