Project ideas from Hacker News discussions.

Second Win11 emergency out of band update to address disastrous Patch Tuesday

📝 Discussion Summary (Click to expand)

1. Windows 11 is a performance nightmare, especially on legacy storage

“Windows 11 is just hammering the C: volume like it’s never done before, almost constantly, needing simultaneous reads & writes so much it would have been way more widespread ridicule if most people had not already been on SSDs before W11 ‘accelerated’ the march of sluggishness.” – fuzzfactor
“Just cloning the drive to an old spare SATA SSD that was laying around and that immediately solved the issue. Windows was zippy and very usable again.” – Bluecobra

2. The shell’s shift to web‑based frameworks (React, XAML Islands) is a core pain point

“The start menu is a React app!” – wizzwizz4
“Microsoft is a joke; all of the formerly glorious tech companies are.” – hdrgjkmmn (referring to the React‑based shell)

3. A corporate culture of “vibe coding” and AI‑driven development is eroding quality

“The real culprit was hiring leetcoders in the first place. I genuinely believe the stark decrease in quality of most products across the industry has been driven by that.” – curiousgal
“They’re using llms to code windows. Is that likely?” – bn‑l (and the subsequent discussion about AI‑generated code)

4. Many users are abandoning Windows for Linux (or macOS) because of these issues

“I’m still running Win10 LTSC. No bloat, super fast, still gets security updates.” – Melatonic
“I’ve been on Fedora now for nearly a month and only boot into Windows for work. Eventually, I might get rid of Windows entirely.” – mrcsharp
“I’ve made other choices in recent years… I think this already happened way before but I speculate that the aggressive drive to slop and vibe coding while reducing head count is now coming around to start showing their effects in the software quality.” – samiv

These four themes—performance woes, web‑tech‑based shell, AI‑driven code quality decline, and the migration to alternative OSes—dominate the discussion.


🚀 Project Ideas

WinPerf Optimizer

Summary

  • A lightweight Windows utility that monitors disk I/O, CPU, and memory usage in real time, identifies performance bottlenecks, and automatically suggests or applies fixes such as disabling background services, enabling SSD caching, or prompting an OS‑to‑SSD migration.
  • Core value: Turns a sluggish Windows 11 machine into a responsive system without needing a full reinstall or deep technical knowledge.

Details

Key Value
Target Audience Windows 11 users with legacy HDDs or high disk‑I/O issues
Core Feature Real‑time performance monitoring + automated optimization recommendations
Tech Stack C#/.NET 8, Windows Performance Counters, PowerShell scripts
Difficulty Medium
Monetization Hobby

Notes

  • “I couldn’t find a way to get it out of 100% disk I/O” – this tool would surface that problem instantly and offer a clone‑to‑SSD workflow.
  • “Windows 11 is just hammering the C: volume like it’s never done before” – the app would show the spike and suggest disabling non‑essential services or moving the OS to an SSD.
  • HN users who have struggled with slow File Explorer or boot times would appreciate a single dashboard that replaces manual tweaking.

WinUpdate Manager

Summary

  • A Windows service with a clean UI that gives users full control over Windows updates: schedule, pause, preview size/content, and clean up old update files.
  • Core value: Eliminates the “4 GB of Windows Update per month” frustration and restores the ability to keep a machine offline or on a low‑bandwidth network.

Details

Key Value
Target Audience Windows 10/11 users who dislike automatic, large updates
Core Feature Update scheduling, selective installation, update history, cleanup
Tech Stack C#/.NET 8, Windows Update API, WinUI 3
Difficulty Medium
Monetization Revenue‑ready: subscription (free tier with basic features)

Notes

  • “Windows 11 is now up to 4 GB of Windows Update per month” – this tool would let users see the exact download size before agreeing.
  • “I have no idea how to get it out of 100% disk I/O” – the manager can pause updates during heavy disk usage.
  • HN commenters who complain about “out‑of‑band updates” and “BSOD after update” would love a way to control the update cadence.

Native Start Menu

Summary

  • A drop‑in replacement for the Windows 11 Start Menu built with native Win32/WPF, offering the same look and feel but without the React overhead, bugs, and sluggishness.
  • Core value: Restores fast, reliable start‑menu performance and eliminates the “React app” crashes that many users report.

Details

Key Value
Target Audience Windows 11 users frustrated with the current Start Menu
Core Feature Native UI, customizable tiles, search, pinned apps, theme support
Tech Stack C++/Win32, WPF, .NET 8, XAML
Difficulty High
Monetization Hobby

Notes

  • “The start menu is a React app!” – this project removes that dependency entirely.
  • “Start menu uses XAML Islands, not React” – but the native implementation will still look modern while being lightweight.
  • HN users who have experienced “white screen” or “blank search” would appreciate a stable alternative.

WinDiag Assistant

Summary

  • A command‑line and GUI tool that aggregates Windows logs, runs Sysinternals diagnostics, and provides step‑by‑step scripts for common issues (e.g., stuck Shift key, Bluetooth after resume, File Explorer lag).
  • Core value: Gives users the power of Linux‑style troubleshooting without leaving Windows.

Details

Key Value
Target Audience Windows users who struggle to find fixes for recurring bugs
Core Feature Log aggregation, automated diagnostics, script‑based fixes
Tech Stack Python 3, PowerShell, Win32 API, SQLite for log storage
Difficulty Medium
Monetization Hobby

Notes

  • “I can’t find a way to get it out of 100% disk I/O” – the assistant would surface the culprit process and offer a quick fix.
  • “Shift key remains stuck” – the tool would detect the accessibility setting and reset it automatically.
  • HN commenters who lament “nothing is transparent” and “no way to fix problems” would find this a game‑changer.

Read Later