Rendered at 16:54:45 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
unleaded 19 hours ago [-]
I'm guessing this is a vibe coded shell + some apps over the CE kernel? Never seen any version of CE that looked like that.
it might be dumb but it really breaks my heart seeing cool hack projects like these being vibe coded. Like they've thrown away some opportunity or something i can't really articulate why
Well, it's at least interesting in the sense that the user doesn't have to dig up a copy of Windows NT to run the toolchain, which is what was required for the original Windows CE for Dreamcast SDK and Platform Builder. I seem to remember that it wasn't forward compatible with Windows 2000 or any later OS, which was an annoyance.
StilesCrisis 18 hours ago [-]
Yeah, I skimmed the code, it's all vibes all the way down. I wanted a slice of history, I got slop.
russdill 1 days 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.
RobKohr 24 hours ago [-]
AI loves to sell the words they are saying like a QVC salesperson with a knife set.
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.
danudey 23 hours 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")`.
Both explanations were a paragraph of text, each about six lines long, which I replaced with a single sentence each.
throwitaway222 20 hours ago [-]
When it spits out 4 pages of explanations, when I'm asking it what's better postgres locks or redis locks (two dbs I already have in my project), I sometimes tell it to keep it shorter than a few sentences. We don't need an essay for every decision.
asveikau 14 hours ago [-]
I think I wrote this in an HN comment before, but knowing what I do about linguistics and people, I think some of the AI writing styles will be re-enforced and organically more popular even for human authored writing over the next few years. We're all being unconsciously exposed to those language structures and they will feel comfortable, normalized, and we'll be inclined to repeat them.
I don't like it necessarily, but that's the way it works. Repeat exposure creates that.
twoodfin 4 hours ago [-]
Unfortunately, I suspect this phenomenon will not be limited to rhetorical style.
To pick a proximate example: It’s often the case that the assertive, confident LLM LinkedIn-ese is obscuring an invalid argument.
It would be surprising if repeat exposure to nonsense across billions of people—and indeed the particular nonsense embedded in the LLM world models—didn’t have some real bad effects in aggregate on humanity’s ability to cogitate reliably.
TazeTSchnitzel 23 hours ago [-]
If you're going to throw AI at the problem, couldn't you get it to port the real Windows CE shell ?
tangenter 23 hours ago [-]
You’ve nailed the core of the smoking gun.
nvr219 23 hours ago [-]
I've got the shape of it.
danudey 23 hours ago [-]
I now have the full picture.
18 hours ago [-]
Stitch4223 9 hours ago [-]
The changes are in.
jockm 18 hours ago [-]
I am guessing because the version of Windows CE (the Dreamcast SDK version) didn't have the source to it; and for whatever reason they didn't want to find that source. Copyright reasons perhaps?
alightsoul 12 hours ago [-]
it's because it never had a GUI to begin with, so just porting it from another WinCE version would have been unfaithful and a massive pain I guess, vibing it is no better just more convenient on a hobby project
12 hours ago [-]
0x0 21 hours ago [-]
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?
bdcravens 13 hours ago [-]
Years ago, when poor English in spam emails was a signal, I was always puzzled why spammers didn't spend the smallest amount of money to have a fluent speaker write their copy.
alightsoul 11 hours ago [-]
because they cost money
ethagnawl 13 hours ago [-]
> so maybe it's useless to complain about this trend?
It's not. Please don't stop pushing back against this deluge of crap.
486sx33 23 hours ago [-]
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?
ThrowawayB7 22 hours ago [-]
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.
qmr 13 hours ago [-]
What's the point of it then?
ThrowawayB7 11 hours ago [-]
Windows CE for Dreamcast ran a custom port of DirectX 5 and subset of Win32 so developers could create a game that supported both desktop Windows and Dreamcast more conveniently.
For games that didn't need to be cross platform, it was still less of a hassle to develop on Windows CE because you got all of the services that having an OS provides you instead of having to write to the bare metal, which is what the Sega SDK required. Many developers chose the Sega SDK anyway because bare metal was what they were used to but IIRC that generation was the last console generation where bare metal was an option for developers.
sillywalk 11 hours ago [-]
It was supposed to make porting PC games easier - Windows CE had DirectX, I'm not sure if it was a subset.
crypttales 13 hours ago [-]
[dead]
486sx33 18 hours ago [-]
[dead]
pjmlp 22 hours ago [-]
There were some Microsoft Systems Journal issues with articles on how to program for Dreamcast, the non NDA part of it.
Here is one of such articles, take it while still exists,
it might be dumb but it really breaks my heart seeing cool hack projects like these being vibe coded. Like they've thrown away some opportunity or something i can't really articulate why
i think even the icons are drawn by claude which explains why they look so strange https://github.com/maximqaxd/wince-dc/blob/c929784ba13226cc3...
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.
I don't like it necessarily, but that's the way it works. Repeat exposure creates that.
To pick a proximate example: It’s often the case that the assertive, confident LLM LinkedIn-ese is obscuring an invalid argument.
It would be surprising if repeat exposure to nonsense across billions of people—and indeed the particular nonsense embedded in the LLM world models—didn’t have some real bad effects in aggregate on humanity’s ability to cogitate reliably.
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?
It's not. Please don't stop pushing back against this deluge of crap.
For games that didn't need to be cross platform, it was still less of a hassle to develop on Windows CE because you got all of the services that having an OS provides you instead of having to write to the bare metal, which is what the Sega SDK required. Many developers chose the Sega SDK anyway because bare metal was what they were used to but IIRC that generation was the last console generation where bare metal was an option for developers.
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.
I see this project as simply fun, like running NT on a Wii.