Post #240610
2026-02-06 17:39 UTC
Replies (13)
-
@gegil@sopuli.xyz 2026-02-06 17:58
Windows 11 is not being developed by people. It is entirely undeveloped by ai.
-
@Gork@sopuli.xyz 2026-02-06 18:29
Sounds like all the hard work they did refactoring Windows 10 is gonna go to waste with the new AI vibe coding in Windows 11.
-
@NONE_dc@lemmy.world 2026-02-06 18:21
What a punchline is finding out how absurdly long the image is while I was scrolling lol
-
@Rollade@lemmy.ml 2026-02-06 18:14
Well letting us put the taskbar on top of on the side is to hard but breaking everything else with ai integration is quite easy lmao
-
@TotallynotJessica@lemmy.blahaj.zone 2026-02-07 06:45
I'm so glad to not be using Windows 11. Saving $100 on the license alone is worth it.
-
@Smorty@lemmy.blahaj.zone 2026-02-06 18:28
just 30%?... that should cause much less harm. are the devs there that lazy? do they just *not review the code*? I thought that *especially these companies* do code review and such...
-
@pastel_de_airfryer@lemmy.eco.br 2026-02-06 22:57
A few weeks ago, my laptop speakers stopped working out of nowhere on Windows 11. They work perfectly on CachyOS. My Windows 11 partition won't live for much longer.
-
@ZombiFrancis@sh.itjust.works 2026-02-07 14:55
I have to use windows 11 and teams for all my work. Teams is being utilized as the central file management system. The benefit these days is if something doesn't work I can shrug and say 'must be ai' or 'just windows 11 things' and generally get tacot agreement.
-
@morto@piefed.social 2026-02-06 19:27
Life really imitates art these days
-
@ToastedPlanet@lemmy.blahaj.zone 2026-02-07 00:48
The last time I touched a windows device was to make windows 11 look like windows 10, so the task bar could be moved to the top. edit: typo
-
@thethunderwolf@lemmy.dbzer0.com 2026-02-07 18:15
then: michaelsoft binbows now: microslop losedows next year for sure: year of the linux desktop
-
@Bytemeister@lemmy.world 2026-02-07 22:22
Current one I'm dealing with... Word will open (uncommanded) copilot processes in the background which will immediately request location permissions every few minutes. Microsofts workaround: just let copilot know where you are bro.
-
@1rre@discuss.tchncs.de 2026-02-07 10:38
I've started using AI pretty heavily for writing code in languages I'm not as confident in (especially JS and SQL) after being skeptical for a while, as well as code which can be described briefly but is tedious to write, and I think the problem here is "by" - it would be better to say "with" You don't say that 90% of code was written by code completion plugins, because it takes someone to pick the right thing from the list, check the docs to see it's right, etc. It's the same for AI, I check the "thinking"/planning logs to make sure the logic is right, and sometimes it is, sometimes it isn't, at which point you can write a brief psudocode brief of what you want to do, sometimes it starts on the right path then goes off, at which point you can say "no, go back to this point" and generally it works well. I'd say this kind of code is maybe 30-50% of what I write, the other 50-70% being more technically complex and in a language I'm more experienced in, so I can't fully believe the 30% figure when you're going to be having some people wasting time by not using it when they could use it for speedup, and others using it too much and wasting time trying to implement more complex things than it's capable of - this one irks me especially after having to spend 3½ hours yesterday reviewing a new hire's MR that they could've spent actually learning the libraries, or I could've spent implementing the whole ticket with some time left over to teach them.