I don't know why I even bother opening the settings app

you are viewing a single comment's thread
view the rest of the comments
[–] 47 points 2 years ago (14 children)

Like why is it so hard for them? The underlying settings database doesn't have to change, only the UI. Unless it's all so messed up nobody dares touch it.

  • source
  • hideshow 14 child comments
  • [–] 54 points 2 years ago (13 children)

    Based on the progress from Win7 to Win8 to Win10 to Win11, "If it ain't broke, don't fix it" doesn't seem to be a prevailing mantra at Microsoft.

  • source
  • parent
  • hideshow 13 child comments
  • [–] 39 points 2 years ago (3 children)

    Never doing a code rewrite gives you stuff like this: a 15ft long nerve that should only have to travel a few inches

  • source
  • parent
  • hideshow 3 child comments
  • [–] 23 points 2 years ago

    Sure, but you can refactor code without completely changing or removing functional and widely used features. Especially looking at Win11 vs. Win10, it just feels malicious at this point. "How can we shoehorn in more advertising, AI and telemetrics?"

  • source
  • parent
  • [–] 26 points 2 years ago (3 children)

    Wait till you see the enterprise side where you may find a panel that is virtually identical to something from windows 2000

  • source
  • parent
  • hideshow 3 child comments
  • [–] 16 points 2 years ago* (2 children)

    What do you mean? You can still open control panel from XP/Vista and basically every option menu still points to the same shit that hasn't changed since Windows 95. Go open device manager and go to the properties of any device and you get like XP stuff at newest. Event Viewer, Disk Management, and many other high level panels haven't changed from XP.

    90 percent of windows menus are still the same as 2000, even on the consumer side. And they're not virtually identical, they ARE identical.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (4 children)

    Also that win32 is the basis of Windows, and most devs these days don't understand it as it is a pre c++ kinda-sorta-in-the-right-angle Object Oriented language.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 13 points 2 years ago (3 children)

    Win32 is an API, not a language.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 3 points 2 years ago* (2 children)
  • [–] 1 point 2 years ago* (1 child)

    It most definitely is not, kernel is still mostly C, other components mostly c++. I wish they would be using something like Rust, that would save me from so many vulnerabilities that I need to fix :(
    Edit: oops, you were talking about the api. I was talking about Windows. You can use many languages with the api, of course.

  • source
  • parent
  • hideshow 1 child comment