Live data from Hacker News

Web based Windows XP desktop recreation, built with React

winxp.now.sh

81–90 of 156 posts

Re: Web based Windows XP desktop recreation, built with React

#81

This is excellent, with the very minor detail of the fonts, which look a little off, and perhaps a little too anti-aliased? This seems to be the main issue with all web-based retro simulations of Windows 9x and XP. I'm guessing this is because the default font (Tahoma?) isn't freely licensed? Everything else is spot on, though!

Browser text rasterization isn't configurable enough to make text look like XP, even if you have the right font.

Re: Web based Windows XP desktop recreation, built with React

#83
This loads super fast on a phone and is very responsive.

Modern js done right can provide top tier interfaces. So many frontend let performance go by the way side when making interactive web apps.

And performance can also be UX, how things appear and the flow of the loading. Things like placeholder boxes [1] with the same size so the load isn’t janky is one good hack. The sort of thing you don’t have to care about with native apps.

[1] I’m on the fence about the value of loading icons in each placeholder, they’ll figure out something is loaded soon enough. Not need for the distraction or highlighting loading times. Errors for components are another matter.

Although of course server side rendering of everything is the ideal initial state.

Re: Web based Windows XP desktop recreation, built with React

#84
post #80

This still is one of the best ux. This and Windows 2000. Straight to the point and fast.

I kinda like Vista more (in addition to 2000). Less fisher-price and oversaturated colors.

I've always change to the 'classic' theme until it was finally removed in Windows 10.

Re: Web based Windows XP desktop recreation, built with React

#85
I stumbled around their github and they have a project that I think is far more fun and interesting that even this great Windows XP clone. A bunch of very real looking fake screens: OS update that won't ever finish, crashed, Google Search that doesn't return any results. Check it out. This would be great for pranking co-workers, you know, if we could work in the same room...

https://github.com/ShizukuIchi/fake-screen

Re: Web based Windows XP desktop recreation, built with React

#87
post #3

“Your computer might be at risk” That extra detail made it very realistic.

For me, it was the fading to grey when you hit "Shutdown"

I hadn't noticed that. That is a small but very authentic part of the XPerience. I didn't even remember it did that, until I saw it happen in this.

Re: Web based Windows XP desktop recreation, built with React

#90
Memories. Really was sad to see XP go...

Maybe one day Microsoft will release it under the GPL (also would take the Mozilla Public License or the Eclipse Public License).

Of course, even if the code was released, getting the theme released is a different matter.

Post reply on HN