this post was submitted on 16 Mar 2024
327 points (98.5% liked)

Technology

58143 readers
5570 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
[–] thesmokingman@programming.dev 25 points 6 months ago (4 children)

Wait what

virtualization is a legacy technology

AWS, GCP, and Azure run on virtualization. Do you think all these cloud providers are providing everyone bare metal? This doesn’t include containerization which is a subset of virtualization. Your average shop might not run virtualization directly unless of course your team touches VirtualBox or Vagrant or qemu or (probably shouldn’t) HyperV.

Either your understanding of virtualization is very lacking or you didn’t explain your point very well. I am really curious what you meant.

[–] cyberpunk007@lemmy.ca 10 points 6 months ago

Yeah, virtualization is definitely not "legacy technology" 😂

[–] muddybulldog@lemmy.world 3 points 6 months ago

Virtualization, as a commercial product pointed at businesses, is a legacy product.

Of course large providers are utilizing virtualization, containerization and an abundance of similar technologies. However, they’re not generally using VMware to do it.

I spoke in the context of OPs question.

[–] QuaternionsRock@lemmy.world 1 points 6 months ago (1 children)

(probably shouldn’t) HyperV

What makes you say “probably shouldn’t”? WSL use is widespread at this point

[–] thesmokingman@programming.dev 3 points 6 months ago

WSL is also shit for any kind of containerization and HyperV fucks up everything else. If you’re not doing any DevOps/SRE stuff WSL 2.0 is fine provided you don’t mix the filesystems. I have been so frustrated with their claims on release for 1.0 and 2.0 that I haven’t evaluated the recent systemd release for WSL. I provision WSL for people that don’t know why they should care and Linux VMs for people that need to work with CI tooling.

In general if you use a Microsoft tool you have to use the Microsoft ecosystem. Sometimes that’s not a huge deal, eg VS Code just adds a ton of telemetry and GitHub reads all your public code. Sometimes it’s a huge deal, eg you want to do literally anything beyond Docker Desktop defaults in the container world.

[–] AA5B@lemmy.world 1 points 6 months ago (2 children)

Maybe a better term is “commodity” technology. Rather than a thing by itself where one company is much better, now it’s everywhere, mostly good enough. It’s not going anywhere but I wouldn’t run a business on it alone

[–] billwashere@lemmy.world 1 points 6 months ago

Yes commodity is a much better term here. It is a mature and fairly ubiquitous technology at this point.

[–] thesmokingman@programming.dev 1 points 6 months ago

I think that’s a fair point. Trying to build a new virtualization company today would have huge initial investment and a steep path to the companies that run their data centers.