惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
WordPress大学
WordPress大学
博客园 - 【当耐特】
The Cloudflare Blog
B
Blog
Last Week in AI
Last Week in AI
小众软件
小众软件
量子位
S
SegmentFault 最新的问题
V
Visual Studio Blog
博客园 - 叶小钗
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
A
About on SuperTechFans
雷峰网
雷峰网
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler

Latest from Windows Central

"An unmatched upgrade opportunity": Intel's new Core Series 3 mobile CPUs target "value buyers"… "There are over 5,700 combinations.": I attended Panasonic's USS Intrepid press conference and saw 10Gbps, Wi‑Fi 7 and on‑device AI in the new Toughbook 56, but should you swap out your Toughbook 55? "We "So Mac folks feel comfortable": Microsoft Microsoft thinks you'll want an Xbox Controller and 1 year of Microsoft 365 and Xbox Game Pass over a MacBook Neo "Microsoft fired the skilled people, leaving flowchart followers": Microsoft's Security Response Center is being blamed for the zero-day BlueHammer exploit leak, but I can't tell who's right "Thank you to every Greymane": Crimson Desert shows no signs of slowing down, topping over 5 million sales… "Another all-round excellent mini PC:" Beelink's discounted desktop is fantastic for intensive work and… Xbox's Starfield gets Nintendo Switch 2 rating days after its PS5 release, keeping hopes for a port of Bethesda's RPG alive — here's what we know "The stuff that we're seeing is really well put together": Xbox game publishing chief says Forza Horizon 6 takes him back to the golden years of racing games Microsoft's Xbox games lead Matt Booty says its studios are in a "culture of cultures" and work together more than you think — Blizzard is even helping with Fable Rumored feature coming to Steam that will help you track prices, and Microsoft should copy it immediately for Xbox and… Xbox and Best Buy want to help you build your first video game in 2026 Microsoft prepares display upgrades and two stage launch for new Surface Pro and Surface Laptop with Intel and… Someone discovered Seagate's Xbox Storage Expansion cards can be used on PC — which has made their value more… ID@Xbox makes a bold claim — “Games launching day one into Game Pass… do very well on other platforms… Before Forza Horizon 6 takes us to Japan, let's remember where the legend began almost 14 years ago "Users can now simply ask what happened": AppControl's optional AI integration gives you in-depth PC diagnostic history in plain English — It works with popular LLMs, but I'll use offline models for added security Our friends at Tom's Guide are upgrading: Here's what it means, and how our sister site's overhaul… "Quantity over quality is not always the answer": WWE 2K26 comes close to being the best in the world, but yearly releases are holding it back I "This is one headset that absolutely will not disappoint anyone": Our favorite Xbox headset raises the bar for sound quality with a price that's lower than I expected "One of the better laptops I’ve encountered and one I’d happily use daily": This high-end ThinkPad is a solid bet for professionals — especially after this generous discount I've finally found a loophole to block a specific type of YouTube ads, and it won’t cost you a dime: Just a… "The Lotus guys probably figured it didn't matter to be wrong": Excel thinks 1900 was a leap year because of a small shortcut taken in the '80s — I'll think of this next time I want to cut corners Starfield's sales on PlayStation 5 make me wonder why Xbox even bothered... was this worth devaluing exclusivity? Overwatch Season 2 is LIVE! Xbox Your Xbox Storage Expansion Cards can have a life after the console if you get a simple adapter for your PC Microsoft is hiking Surface Prices, but one of its best laptops is dodging it with this BIG discount
www.windowscentral.com
https://www.windowscentral.com/author/kevin-okemwa · 2026-04-15 · via Latest from Windows Central
Dave W. Plummer at Microsoft
(Image credit: Dave Plummer on X)

Earlier this year, Microsoft veteran engineer Dave W. Plummer (perhaps better known for "Dave's Garage" across modern social media) teased what Windows' Task Manager could look like today. It featured a modern dashboard featuring a pounding synthwave soundtrack.

Task Manager for Windows is Plummer's brainchild, and as you may know, it's designed to help users address common issues affecting their operating system's performance and memory usage.

Plummer recently shared how he built the original version of the app at just 80KB while still ensuring that it was "insanely fast" and efficient (via Tom's Hardware).

For context, the current Task Manager build is about 4MB. During development, the engineer prioritized making the platform crisp and responsive, especially since its role is to help recover the PC after a system failure.

If the system feels sick, if an app is hung, if the machine is gasping, Task Manager does not get to arrive fashionably late, staggering in under the weight of its dependencies.

Microsoft veteran, Dave Plummer

Plummer wrote Windows' Task Manager at 80 KB because of the hardware limitations at the time. “Every line has a cost; every allocation can leave footprints. Every dependency is a roommate that eats your food and never pays rent,” indicated Plummer. “And so, when I ended up writing Task Manager, I didn’t approach it like a modern utility where you start with a framework, add nine layers of comfort, six layers of futureproofing, and then act surprised when the thing eats 800MBs and a motivational speech to display just a few numbers.”

According to Plummer:

“Task Manager came from a very different mindset. It came from a world where a page fault was something you felt, where low memory conditions had a weird smell, where if you made the wrong thing redraw too often, you could practically hear the guys in the offices moaning.”

He admits that computing has evolved, and modern PCs are more sophisticated. However, while developing the Task Manager, it was so small because "in that time and place, small was fast and fast mattered."

Perhaps more interestingly, Dave Plummer provided a bit of insight about how the Task Manager, indicating that it communicates with other instances of Task Manager. This way, it gets to investigate and communicate with the program. If it doesn't reply, then it shuts it down.

The engineer further indicated that the Task Manager only enabled and worked with part of its program if that was needed to run. However, this isn't the case right now. According to Plummer, "users pay every cost upfront all the time for every user, whether or not they benefit. Old code, like Task Manager, has the opposite bias. Nothing got to tive in the hot path without a fight."

He also explained that the Task Manager differs from modern utilities both in scope and intent. Aside from the size aspect, modern utilities lack the instinct for refusal. He argues that instead of asking "Does the user benefit from this work right now?" They only focus on whether the hardware can handle it.

“And while I absolutely do not want to go back to that old hardware, I do wish we had carried more of that taste," Plummer concluded. "Not the suffering, the taste, the instinct to batch work, to cache the right things, to skip invisible work, to diff before repainting, to ask the kernel once instead of a hundred times, to load rare data rarely, to be suspicious of convenience when convenience sends a bill to the user.”

Hopefully, Dave finds some respite in Microsoft's plans for major improvements to Windows. The OS hasn't enjoyed the same kind of popularity as it used to, but things at least seem to be moving in the right direction.


Click to join us on r/WindowsCentral

Join us on Reddit at r/WindowsCentral to share your insights and discuss our latest news, reviews, and more.


Kevin Okemwa is a seasoned tech journalist based in Nairobi, Kenya with lots of experience covering the latest trends and developments in the industry at Windows Central. With a passion for innovation and a keen eye for detail, he has written for leading publications such as OnMSFT, MakeUseOf, and Windows Report, providing insightful analysis and breaking news on everything revolving around the Microsoft ecosystem. While AFK and not busy following the ever-emerging trends in tech, you can find him exploring the world or listening to music.