Now I understand why at each windows 11 update, they introduce more bugs than ever
Does that mean that Microsoft shares are gonna crash?
“30% of my pants is pooped”
Windows is 95 percent pure bloat now imo, an os just needs to handle my hardware and launch my programs anything else is just eating my resources.
I don’t need any assistance from anything while my phasers and quantums aren’t doing anything. I don’t need AI doing anything when I finally get the proper setup for crashing a Tomcat into a big old mountain that only a fool would miss. I don’t need any bloat while I’m ripping off an old cartoon character for a D&D campaign.
How much of Linux is?
If you count all of my contributions, 0%.
None of my contributions have been included. I am a terrible programmer.
Is this why they haven’t said why they one folder needs to be there. They actually don’t know.
I’m out of the loop here
Basically, there was a security flaw with Microsoft’s Internet Information Services (web server software) that could be exploited by an attacker to gain access to files and folders they shouldn’t be able to (permission escalation?). Well, instead of providing an actual fix to the problem as a whole, they applied a bandaid fix by creating a new folder named “inetpub” on peoples system drive, and apparently the presence of the folder is able to prevent the exploit from working. People noticed the folder and deleted it because they thought it was being created by an attacker, so Microsoft had to tell people not to delete it.
Wow, so my decision to switch my machines over to Linux by win10 EOL really isn’t overkill.
We can tell
Are they including stuff written by intellisence and boiler plate for legacy code?
Work for a big software company. With all the offshoring of devs, I expect most of our code is now AI. And it shows.
How does it show? (Asking for red flags, not to create an argument).
Quality degredation and Disjointed experience comes to minds. Microsofts tech is such a mess right now i dont know how they come back from it honestly. Too many competing frameworks, bad schemas, broken tooling, bad documentation.
Im not even factoring in windows 11.
I used to be a windows dev guy, but with this landscape I dunno why i would do it to myself. Developing for linux systens is such a better experience. At least there are standards and ubernerds who adhere to them.
Coming back from this is easy.
Extend support for windows 10 for another 4 years. Take a break from their OS release cycle and get the next OS right. Remove the Microsoft account mandate from sign in. Remove AI by default. Remove Ads, weather, news and other bloat from the OS. The focus should be creating the cleanest, simplest, abstraction between the user and the hardware.
Copilot. Piloting you towards effortless bugs, and with all the telemetry, we don’t need to test our patches and updates. You, the user are doing that for us. Sincerely, Microsoft.
Is the part that handles images in word
He used the words “written by software”. This is ambiguous and doesn’t mean AI, for example, using annotations for variables and generating the getters and setters would count. Right click and create function body for interface function definitions also.
They’re exaggerating to pretend their AI is more useful than it is.
Intellisense in visual studio has also been really good for over a decade. Which is technically also written by software and not me.
I mean, really good intellisense is a great improvement, but it’s not replacing devs any time soon.
People have been using annotations to generate code since I rode my dinosaur to work.
Don’t forget code generation for stuff like bindings or database schemes
So this explains why Microsoft Swiftkey is total dogshit now. Also why the Outlook app barely works.
Its unbelievable.
I used to be able to swipe freely on SwiftKey, and now I can’t really do it without being extra careful and mindful of not spelling the wrong thing. Idk what Microsoft did to the product but I wouldn’t call it an improvement.
Idk what Microsoft did to the product but I wouldn’t call it an improvement.
I think the article we’re looking at here isn’t really hyperbolic. They got AI to write all their code and broke the Keyboard.
Just FYI, if you can live without swipping, I recommend FUTO keyboard., it is basically Swiftkey but it actually works and doesn’t come with Microsoft’s spyware built in.
It’s what I use now, and I’m really happy. Don’t be fooled by it being in Alpha, because it works flawlessly (minus the swipe, which is hit and miss).
Thanks for the suggestion, I’ll check it out
Fun fact: Nadella has been replaced with an AI agent a couple of months ago and nobody has noticed yet. “Copilot, while I’m away, generate bs on AI adoption and fire a bunch of employees, ok?”
Would be interesting to see how they measured that metric. Are they tagging individual lines as AI generated?
What those lines are too would be interesting, AI as auto complete is less dangerous than complete generation, but probably also less useful.
Most probably Microsoft has set objectives for how much LoC are from LLMs and developers invented numbers to match that metric (because they probably have things more important to do than counting LoC)
AI as auto complete is exactly what I was thinking.
I’ve seen lots of cases where AI appears as an auto complete suggestion and I can just hit <TAB> and it finishes the current line. It’s essentially filling in the boilerplate text. Heck in some cases it isn’t even right, but it’s close enough that I can change a few values.
I also want to point out that this isn’t particularly new technology. This existed before AI. It has perhaps expanded more, but it isn’t a revolutionary improvement, it’s an incremental one. So when we talk about usefulness, I think it is actually more useful.
Now if it could do all the magic planning and thinking, that would be more useful, but we’re not there yet.
I hope that that’s inclusive of something like lines of documentation in comment lines.