• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: August 9th, 2023

help-circle
  • I can’t tell you how many times I’ve had to uninstall OneDrive & Teams from my work computer thanks to a Windows update reinstalling them. My IT director is getting frustrated by it too because he has to keep updating GP and other tools to prevent them from showing up and users inadvertently putting shit into the MS Cloud accidentally because OneDrive likes to insert itself the default documents folder.

    I also prefer my start bar to be on the left hand side of my left-most monitor in vertical orientation (I run a tri-montior setup in a tie fighter configuration).

    As already stated, the new right-click menu is also ass, and I keep having to fix it to get the actual fucking options I want/need without having to click a button to “show more options” from a menu that loads noticeably slower, or shift-right-click to get the intended menu.

    There’s a ton of other little annoyances, like removing or relocating configuration flows with inferior tools that don’t support everything that used to be configurable. AI search in my start bar (so glad for PowerToys Run).

    Windows 11 has done a great job at removing user control over their OS by forcing changes (often inferior to the old version/way) and forcing optional software installs (just wait til Recall is sitting on everybody’s machine).

    Things that are nice: A better networking stack, blue tooth management, and a powerful built-in windows layout manager (Snap Layouts)







  • Co-pilot is amazing and terrible at the same time.

    When it’s suggesting the exact line of code I expect to write, amazing. When it can build the permissions I need for a service account for a TF module I’ve written, amazing

    However, it will suggest poorly formed, un-optimized code all too often.

    That said, knowing when to use/not use/modify the suggested code has greatly improved my productivity and consistency.








  • Feedback:

    Format your README better. And don’t be a condescending jerk and say “wikipedia is your friend”. If you can’t explain what you’re doing here we’re going to question your solution. You don’t have to write a white paper, but enough to show you actually understand the concept enough to explain it in brief then you provide links to detailed refefences.

    Comment your code. Meaningful names are great, but you should be explaining complex concepts and algorithms within your code. This provides clear intent to people using and maintaining your code if implemented directly.



  • As somebody that’s been working on computer hardware since the early-to-mid 90s, installing the drivers before connecting the printer was the norm. It was actually the norm for most peripherals. Just be glad you didn’t have to do manual irq assignment. Hell, that is probabaly the issue, is that the driver installer borked the irq assignment when the device already had a handshake agreement with the hardware.

    I digress though, this shouldn’t have been the pattern for a modern printer in 2007, when PnP had been standard for several years at that point.