this post was submitted on 23 Aug 2024
1 points (100.0% liked)
Technology
59587 readers
4578 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My god, the amount of legacy crap in Windows.
They ought to just start over at some point.
We need Windows NNT - New New Technology
How about Windows NEW ALL (in reference to Tantacrul)?
Is that a real concern?
While I haven't diven into their codebase, that kind of thing tends to severely limit what developers can do to improve the product, slow them down, etc.
Be it new features, deeper UX improvements, performance optimizations... Basically anything you want to do with your progress, generally speaking, it's going to get harder the more legacy stuff you need to deal with.
On the flip side, this is what makes Windows generally very good at backwards compatibility. They do update the codebase for stuff, but still generally very backwards compatible with software and games designed to run on previous versions of Windows.
Fun Fact: Backwards compatibility is the reason you can't name a file or folder CON.
Isn't that what wine is ?
I don't understand
Wine (wine is not (an) emulator) is a reimplementation of the windows api set. It's literally starting windows again from scratch.