Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: vm Clear Filter

Team-Wide VMware Certification: Your Secret Weapon for Security

When one person on your IT team is VMware certified, that’s a win. But when your entire team is certified? That’s a force multiplier for innovation, retention, and your security posture. Organizations that invest in team-wide certification build high-performing environments that are more collaborative, secure, and future-ready. The result: smoother rollouts, fewer errors, faster incident response, and a workforce that’s confident, capable, and committed. Certification Is a Security Strategy

35 percent of VMware workloads expected to migrate elsewhere by 2028

VMware will lose a significant chunk of business over the next three years, according to Gartner research VP Julia Palmer. Of course, some organizations have already abandoned VMware or are plotting partial or total migrations. Broadcom acquired the virtualization business in November 2023 and made sweeping changes that alienated many customers. The biggest concerns have been higher costs driven by a shift from perpetual licenses to subscriptions and the bundling of products into fewer, more ex

New VMScape attack breaks guest-host isolation on AMD, Intel CPUs

A new Spectre-like attack dubbed VMScape allows a malicious virtual machine (VM) to leak cryptographic keys from an unmodified QEMU hypervisor process running on modern AMD or Intel CPUs. The attack breaks the isolation between VMs and the cloud hypervisor, bypassing existing Spectre mitigations and threatening to leak sensitive data by leveraging speculative execution. The researchers highlight that VMScape does not require compromising the host and works on unmodified virtualization software

VMware's in court again. Customer relationships rarely go this wrong

Opinion If you're a tech company marketing manager writing white papers, you'll love a juicy pull quote. That's where a client says something so lovely about you, you can pull it out of the main text and reprint it in a big font in the middle of the page. "VMware is essential for the operations of Tesco's business and its ability to supply groceries" is a great candidate from 2019. Broadcom's answer to VMware pricing outrage: You're using it wrong READ MORE Or it would be, if it wasn't follow

Show HN: Lightweight tool for managing Linux virtual machines

flint — Modern KVM Management UI A sleek, self-contained, drop-in web UI, CLI and API for KVM virtualization. flint is a single binary, fully self-contained KVM management solution designed for developers, sysadmins, and advanced home labs. Manage virtual machines efficiently without the overhead of complex platforms. Core Philosophy Single Drop-In Binary — No installers or dependencies(other than libvirt). Self contained 8.4mb binary including web UI. Run it and you’re operational. — No in

Topics: binary flint kvm ui web

How to Stream the 2025 MTV VMAs Without Cable

It's time for the annual MTV Video Music Awards, letting fans cast votes for their favorite nominees in categories like Best Collaboration, Best New Artist, Best Choreography and Video of the Year. And in recent years, the introduction of social categories has opened the gate for internet hitters to snag an award. Hosted by L.L. Cool J, the star-studded event features Brittany Snow, Ciara, Busta Rhymes, Sabrina Carpenter, Ricky Martin and KPop Demon Hunters' stars Audrey Nuna, EJAE and Rei Ami

10-20x Faster LLVM -O0 Back-End – Code Generation

5 years ago, @nikic wrote: I can’t say a 10% improvement is making LLVM fast again, we would need a 10x improvement for it to deserve that label. We recently open-sourced TPDE and our fast LLVM baseline back-end (TPDE-LLVM), which is 10-20x faster than the LLVM -O0 back-end with similar runtime performance and 10-30% larger code size. We support a typical subset of LLVM-IR and only target x86-64 and AArch64. Posting this here, as this might be interesting for the LLVM community – questions/com

Topics: 10 code ir llvm size

10-20x Faster LLVM -O0 Back-End

5 years ago, @nikic wrote: I can’t say a 10% improvement is making LLVM fast again, we would need a 10x improvement for it to deserve that label. We recently open-sourced TPDE and our fast LLVM baseline back-end (TPDE-LLVM), which is 10-20x faster than the LLVM -O0 back-end with similar runtime performance and 10-30% larger code size. We support a typical subset of LLVM-IR and only target x86-64 and AArch64. Posting this here, as this might be interesting for the LLVM community – questions/com

Topics: 10 code ir llvm size

AI models need a virtual machine

AI Models Need a Virtual Machine Applications using AI embed the AI model in a framework that interfaces between the model and the rest of the system, providing needed services such as tool calling, context retrieval, etc. Software for early chatbots took user input, called the LLM, and returned the result to the user; essentially just a read-eval-print loop. But, as the capabilities of LLMs have evolved and extension mechanisms, such as MCP were defined, the complexities of the control softwar

Building A16Z's Personal AI Workstation

In the era of foundation models, multimodal AI, LLMs, and ever-larger datasets, access to raw compute is still one of the biggest bottlenecks for researchers, founders, developers, and engineers. While the cloud offers scalability, building a personal AI Workstation delivers complete control over your environment, latency reduction, custom configurations and setups, and the privacy of running all workloads locally. This post covers our version of a four-GPU workstation powered by the new NVIDIA

Why Certified VMware Pros Are Driving the Future of IT

By Brenda Emerson, VMUG President IT isn't getting any simpler. For many, the cloud’s gone hybrid, AI’s moved in permanently, and security threats seem to evolve faster than the tech built to stop them. But what’s at the forefront of all of this? People. The IT teams configuring, troubleshooting, deploying, and defending. And the IT staff that take the extra step to get certified are becoming some of the most valuable assets in modern enterprise. The Certification Advantage: It's More Than

Android's pKVM hypervisor earns SESIP Level 5 security certification

Google announced that its protected Kernel-based Virtual Machine (pKVM) for Android has achieved SESIP Level 5 certification, the highest security assurance level for IoT and mobile platforms. The pKVM is the hypervisor underpinning the Android Virtualization Framework (AVF), providing an isolated, high-assurance environment for executing critical workloads. These include Google's AI models like Gemini Nano for local personal data processing, biometric authentication (face, fingerprint), DRM co

Flintlock – Create and manage the lifecycle of MicroVMs, backed by containerd

Flintlock - Create and manage the lifecycle of MicroVMs, backed by containerd. What is flintlock? 🎉 This project was originally developed by Weaveworks but is now owned & run by the community. If you are interested in helping out please reach out. Flintlock is a service for creating and managing the lifecycle of microVMs on a host machine. We support the Cloud Hypervisor and Firecracker VMMs. The original use case for flintlock was to create microVMs on a bare-metal host where the microVMs w

Show HN: My Bytecode Optimizer Beats Copilot by 2X

Even amid the AGI race, a specialized tool really outperforms general‑purpose models. And even when this specialized tool is a side-project and at a very early stage. I am building as a side-project a tool called SuperVM. It optimizes bytecode and machine code similarly to how a LLM would do but instead of using statistical systems, it uses deterministic systems and reasons from facts instead of probabilities (nothing new here these things have been around forever). All the generated code is

Fast and cheap bulk storage: using LVM to cache HDDs on SSDs

Since the inception of solid-state drives (SSDs), there has been a choice to make—either use SSDs for vastly superior speeds, especially with non-sequential read and writes (“random I/O”), or use legacy spinning rust hard disk drives (HDDs) for cheaper storage that’s a bit slow for sequential I/O and painfully slow for random I/O. The idea of caching frequently used data on SSDs and storing the rest on HDDs is nothing new—solid-state hybrid drives (SSHDs) embodied this idea in hardware form, wh

Some VMware perpetual license owners are unable to download security patches

Some VMware perpetual license holders are currently unable to download security patches, The Register reported today. The virtualization company has only said that these users will receive the patches at “a later date,” meaning users are uncertain how long their virtualization environments will be at risk. Since Broadcom bought VMware and ended perpetual license sales in favor of bundled subscription-based SKUs, some organizations have opted against signing up for a subscription and are running

VMware fixes four ESXi zero-day bugs exploited at Pwn2Own Berlin

VMware fixed four vulnerabilities in VMware ESXi, Workstation, Fusion, and Tools that were exploited as zero-days during the Pwn2Own Berlin 2025 hacking contest in May 2025. Three of the patched flaws have a severity rating of 9.3, as they allow programs running in a guest virtual machine to execute commands on the host. These flaws are tracked as CVE-2025-41236, CVE-2025-41237, and CVE-2025-41238. These flaws are described in the security advisory as: CVE-2025-41236 : VMware ESXi, Workstatio

More VMware cloud partners axed as Broadcom launches new invite-only program

Broadcom is kicking some cloud service providers (CSPs) out of the VMware channel partner program, bringing uncertainty for the technological and financial futures of numerous businesses, especially small-to-medium-sized ones. As reported by The Register today, Broadcom this week revealed to VMware CSP partners that it is launching a new invite-only channel program for CSPs on November 1. Fewer CSPs are expected to be eligible for this new program. The Register said that “some mid-size partners

Windows KB5064489 emergency update fixes Azure VM launch issues

Microsoft has released an emergency update to fix a bug that prevents Azure virtual machines from launching when the Trusted Launch setting is disabled and Virtualization-Based Security (VBS) is enabled. The bug impacted Windows Server 2025 and Windows 11 24H2 and was introduced during the July Patch Tuesday security updates. "This update addresses an issue that prevented some virtual machines (VMs) from starting when Virtualization-Based Security (VBS) was enabled," explains Microsoft. "It a

Telefónica DE shifts VMware support to Spinnaker due to cost

The German arm of telecoms biz Telefónica has shifted support for its VMware installed base to Spinnaker after Broadcom quoted it a renewal figure five times the size of what it was previously paying. Telefónica Germany made the switch to Spinnaker at the start of the year when its existing support with VMware, now a subsidiary of silicon-and-software giant Broadcom, expired. VMware must support crucial Dutch govt agency as it migrates off the platform, judge rules READ MORE The telco was run

Upgrading an M4 Pro Mac mini's storage for half the price

A few months ago, I upgraded my M4 Mac mini from 1 to 2 TB of internal storage, using a then-$269 DIY upgrade kit from ExpandMacMini. At the time, there was no option for upgrading the M4 Pro Mac mini, despite it also using a user-replaceable, socketed storage drive. But the folks at M4-SSD reached out and asked if I'd be willing to test out one of their new M4 Pro upgrades, in this case, upgrading the mini I use at the studio for editing from a stock 512 GB SSD to 4 TB. I said yes, and here

Topics: m4 mini nvme pro ssd

Show HN: Virby, a vfkit-based Linux builder for Nix-Darwin

Virby - Linux Builder for Nix-darwin Virby is a module for nix-darwin that configures a lightweight, vfkit-based linux VM as a remote build machine for nix, allowing linux packages to be built on macOS. This project is modeled after nix-rosetta-builder, which provides a similar service, using lima to manage the VM. Some parts of the code in this repository are directly borrowed and adapted from that project. Quick Start Add to your flake and enable: # flake.nix { inputs . virby = { url = "gi

Topics: build nix ssh virby vm

Mini NASes marry NVMe to Intel's efficient chip

I'm in the process of rebuilding my homelab from the ground up, moving from a 24U full-size 4-post rack to a mini rack. One of the most difficult devices to downsize (especially economically) is a NAS. But as my needs have changed, I'm bucking the trend of all datahoarders and I need less storage than the 120 TB (80 TB usable) I currently have. It turns out, when you stop running an entire YouTube channel in your home (I'm in a studio now), you don't need more than a few terabytes, so my new c

So you want to serialize some DER?

So you want to serialize some DER? (Editor’s Note: My day job is at Anthropic.) This story starts where all good stories start, with ASN.1. ASN.1 is… I guess you’d call it a meta-serialization format? It’s a syntax for describing data abstractly (a notation, you might say), and then there’s a bunch of different actual encodings that you can use to turn data into bytes. There’s only one encoding I choose to acknowledge, which is DER (the Distinguished Encoding Representation, it’s got a monocle

VMware perpetual license holder receives audit letter from Broadcom

After sending cease-and-desist letters to VMware users whose support contracts had expired and who subsequently declined to subscribe to one of Broadcom’s VMware bundles, Broadcom has started the process of conducting audits on former VMware customers. Broadcom stopped selling VMware perpetual licenses in November 2023 in favor of pushing a small number of VMware SKUs that feature multiple VMware offerings. Since Broadcom is forcefully bundling VMware products, the costs associated with running

Show HN: Turbine – 16-bit CPU Architecture and Emulator built in C

Project Link: github.com/errorcodezero/turbine Please star my project. I’m trying to qualify for shipwrecked and I need a certain amount of github stars to qualify To start this off, I want to say that it’s been a while since I’ve created a new post. I quite frankly had been quite occupied with other activities and didn’t give writing anything the time it needed. However, in those months of absence, I went down all sorts of paths in my programming journey that I never would have believed that

The best SSDs in 2025

Engadget has been testing and reviewing consumer tech since 2004. Our stories may include affiliate links; if you buy something through a link, we may earn a commission. Read more about how we evaluate products . If your computer is starting to feel a little sluggish, or you’re tired of waiting for games and apps to load, upgrading to one of the best SSD options out there can be a game-changer. Solid-state drives (SSDs) are much faster than traditional hard drives, helping your system boot up i

Retrobootstrapping Rust for some reason

context time travel and bit rot Modern clang and gcc won't compile the LLVM used back then (C++ has changed too much) Modern gcc won't even compile the gcc used back then (apparently C as well!) Modern ocaml won't compile rustboot (ditto) 14-year-old git won't even connect to modern github (ssh and ssl have changed too much) debian Debian has maintained both EOL'ed docker images and still-functioning fetchable package archives at the same URLs as 14 years ago. So we can time-t