this post was submitted on 25 Jan 2024
86 points (91.3% liked)

Technology

58108 readers
5249 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. 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
[–] wahming@monyet.cc 41 points 7 months ago (5 children)

What's the point of this? The article managed to miss that somehow

[–] JeffKerman1999@sopuli.xyz 18 points 7 months ago

I guess for containerization?

[–] ShittyBeatlesFCPres@lemmy.world 14 points 7 months ago (2 children)

Windows Server is basically useless in the modern era of containers and cloud computing. If they’re ever going to compete in that space long term, they need a minimal viable version of Windows that can scale however customers want.

They also have embedded Windows, which is the type of thing that runs on ATMs or IoT devices. Not sure why anyone would use it instead of Linux but I guess the license fees are worth having someone to call (or blame) for some companies.

[–] BearOfaTime@lemm.ee 2 points 7 months ago

I'm not sure I follow that server is useless. In the SMB and Enterprise, it's still required for a domain/exchange, user management, software distribution, etc.

Yea, it can be virtualized, and is, even in SMB. It's pretty standard to run a VMware host even there - it's a better cost against utilization. More importantly, virtualized server provides better uptime, better load balancing/management, a much better backup process, and brings a bit of disaster recovery capability to the SMB space.

[–] lud@lemm.ee 2 points 7 months ago (2 children)

Windows server is still wildly used for ADDS.

I don't think windows server is that threatened by containers.

[–] exu@feditown.com 2 points 7 months ago

ADDS is basically the only thing I might use Windows Server for.

[–] steal_your_face@lemmy.ml 2 points 7 months ago (1 children)
[–] lud@lemm.ee 4 points 7 months ago

Active directory domain services.

[–] Patch@feddit.uk 13 points 7 months ago (1 children)

In the context of the people who did it, I think it's just a "bit of fun"; a hobbyist hacking project to see how far you can take something.

But that said, it is absolutely insane how much disk space Windows needs. Windows Server 2022, with its most minimal "core" installation option, still has a minimum requirement of a baffling 32GB of hard disk space. By comparison, Ubuntu Server's published minimum requirement is for only 2.5GB (with more specialist minimalist distros like Alpine coming in at well under 1GB).

[–] nybble41@programming.dev 5 points 7 months ago

The ubuntu:24.04 Docker image is only 77.30 MiB.

alpine:3.19.0 is 7.38 MiB.

Of course those sizes are without a kernel. Typical everything-included distro kernels are generally a few hundred MiB as they include drivers for everything that might be needed, but a custom build for known hardware can reduce that to just a few MiB.

[–] btaf45@lemmy.world 2 points 7 months ago

I think this could be useful as a server OS. If you wanted to run 1 specific piece of software as efficiently as possible, you could start with this DOS system and add in only what you need.