Hacker News new | ask | show | jobs
by lewisl9029 3390 days ago
There are a lot of legitimately great features that have been added for power users and developers since Windows 7. To give a few examples of things I make use of literally every single day:

- Windows Subsystems for Linux. I don't think this needs any further introduction.

- Client Hyper-V. It's a type-1 hypervisor that just works out of the box with completely seamless GPU passthrough (only to the root OS, i.e. the Windows 10 instance with Hyper-V enabled, but it's enough for gaming and running neural nets). Docker for Windows depends on this.

- Storage Spaces. A storage pooling system that supports thin provisioning, mirrored and parity redundancy, tiered caching, bit rot detection and correction (when used with their new ReFS filesystem), and works seamlessly with removable drives (I use a cluster of 2 2.5" external 4TB drives in mirror mode because I travel a decent amount, and 2 2.5" external drives are so much more pleasant to travel with than any NAS on the market).

- Huge improvements to window management, including virtual desktops, arrangement by snapping to all 4 corners on every monitor on multi-monitor systems, a super intuitive UI that lets you choose a different window to snap to the other side with 1 additional click, along with keyboard shortcuts for everything.

- First class pen support. I have a convertible laptop with a Wacom pen, and some of the features in the ink workspace like sketchpad and screen sketch have become indispensable to my workflow, and so damn convenient to use.

Windows 10 really is an excellent OS in its own right. It's such a shame that they keep undermining all the progress they've made by pulling crap like this.

1 comments

You forgot the great and updated CMD where you can finally select and copy properly ;)
and Environment Variables / PATH entries are now added as rows on a table, instead of appending to a super long string and trying to remember whether or not to put a slash and or a semi-colon at the end
The default terminals have improved significantly since Windows 7 for sure, but it still hasn't evolved into something that I genuinely enjoy using yet, at least compared to some of the other, much better terminals out there (missing tabs, splitting, extensibility, etc), so I'm hesitant to include that on my list.
You can make Powershell your default now, iirc. Also, have you tried the Win+X power user's menu?
I'm actually frustrated by it. I like the fact that I can finally CTR-C/CTR-V into the cmd line. But I spend my time interrupting scripts by just clicking on the cmd windows. It triggers the selection tool which blocks the script (this is mostly W10/WS2016 through RDP, I don't use windows 10 on laptops).
You know you can just untick the checkbox that's enabling this feature on the window properties.
Honestly, I prefer the old rectangular-selections because it's great for copying individual columns of output from `dir`, for example.
In many applications you can Alt+drag to select vertically.