Windows CE Dreamcast Community Edition (wince-dc)
45 points by msephton 4 hours ago | 8 comments
TazeTSchnitzel 51 minutes ago
If you're going to throw AI at the problem, couldn't you get it to port the real Windows CE shell ?
replytangenter 38 minutes ago
You’ve nailed the core of the smoking gun.
replynvr219 33 minutes ago
I've got the shape of it.
replydanudey 25 minutes ago
I now have the full picture.
replyrussdill 2 hours ago
"One cmake invocation goes from source to a bootable disc.gdi. No Platform Builder, no SDK install, no CD key." It's like the new emdash.
replyRobKohr 2 hours ago
AI loves to sell the words they are saying like a QVC salesperson with a knife set.
replyIt 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.
danudey 22 minutes ago
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")`.
replyBoth explanations were a paragraph of text, each about six lines long, which I replaced with a single sentence each.