Hacker News new | past | comments | ask | show | jobs | submit login

> BSOD if a third party hardware segfaults

What [well-known] OS doesn't do that? (Except for specific sandboxes for particular driver classes that every OS now has, like GPU drivers, or drivers for non-DMA USB peripherals. Windows has the most of these sandboxed driver classes, AFAIK.)

Of course, if your standard of comparison is something less well-known like https://genode.org, then few OSes are going to meet your expectations. ;)

> Why doesn't Microsoft make a developer friendly version NOT targeted for consumers (aka without all the bloat)!?

Maybe you have a different interpretation of "developer" than I do here (maybe POSIX development?), but to develop for Windows APIs on Windows, and test your code, those APIs have to actually be around to call, and have to actually do something. You can't update some old codebase that uses legacy Windows features to use newer Windows features, without your development box supporting both the legacy and the new Windows features.

> why can’t I force quit without having to go to Task Manager?

Explorer allows arbitrary shell extensions to embed themselves into its memory space, so it can't be trusted to run as root. An Explorer-launched "Force Quit" tool, that doesn't actually force most things to quit (because they're running as a different user), would be pretty useless/annoying/surprising.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: