Earlier quoted context omitted.
After Visual Studio 2008, they rewrote the UI in WPF and started writing large components of the program in C#. This dramatically regressed performance, especially on a cold start (it runs decently if you've had the program open for a while). I'd probably still be using Visual Studio 2008, except it limits you to C89 and C++03.
Maybe they need to rewrite their software stack in Rust now. For performance.
Even Microsoft Notepad is getting AI text editing now
441–450 of 464 posts
Re: Even Microsoft Notepad is getting AI text editing now
#442Earlier quoted context omitted.
Umm, not sure which version of notepad.exe keeps a lock on open files. None that I've used in the last 25 years.
It's not the lock on the file, it's the lock on the directory. The common file dialog in Windows changes the current directory of the process to the file that was selected, and a Win32 process holds a lock on its current directory. So when you open readme.txt in a particular folder, Notepad.exe's current directory is changed to and holds a lock on that folder. This is also why so many people run into problems trying…
It makes sense since 10 or so years ago it was often the case that one file explorer had a lock on a folder and another file explorer couldn't delete that folder. Then tools like processviewer.exe gave some insight.
Re: Even Microsoft Notepad is getting AI text editing now
#443Earlier quoted context omitted.
You missed the updates to the text rendering story. The guy who requested the feature then went ahead and implemented the feature in a weekend. Something like a year later, Microsoft did actually improve the behavior and never credited the guy who proved it was possible.
> The guy who requested the feature then went ahead and implemented the feature in a weekend. Something like a year later, Microsoft did actually improve the behavior and never credited the guy who proved it was possible. Thanks for telling me about that development. I'm … speechless.
Re: Even Microsoft Notepad is getting AI text editing now
#444A while ago I wrote about my experience using Windows for work after 10 years of being a Linux-only user [1]. One of the positive notes I had was: > As a positive note, the default text editor Notepad is nice and lightweight, a good piece of software. Unfortunately, they screwed it up with Windows 11. And apparently they are doubling down on this. [1] https://sebastiano.tronto.net/blog/2023-01-28-windows-deskto...
Re: Even Microsoft Notepad is getting AI text editing now
#445If this was in the context menu, along with Cut, Copy and Paste, you would be getting AI integration for free on every application that renders a text box widget.
I mean... spell check is implemented like that right? They seem to be pitching this as a way to correct or improve text so why not build on that?
I'm not even a fan of this sort of generative AI "type whatever" tool, or I at least find it to normally be inadequate. But if they're going to do this AI pivot in Windows anyway, the choice of implementation here seems short sighted.
Re: Even Microsoft Notepad is getting AI text editing now
#446Earlier quoted context omitted.
Is VLC really "complex software" if you just want to use it as a media player? Double click your media file, it plays. Play, pause, volume controls are where you'd guess they are. There's plenty of complexity underneath, but the happy path is simple. By contrast, "open this image and draw a single red circle in it" in GIMP is as challenging to a newbie as quitting vi. Even for an intermediate user - I use GIMP a hand…
I've used VLC forever and I had no idea there is anything more to it than playing media. It always seems to have the most recent codecs, so it doesn't seem crusty to me.
Re: Even Microsoft Notepad is getting AI text editing now
#447Earlier quoted context omitted.
> for people that aren't already familiar with navigating things like GIMP, KDE, Open/LibreOffice, it's not especially welcoming. This is true for all complex software, though. People who have never used Apple's software also struggle with it until they become more familiar.
Is VLC really "complex software" if you just want to use it as a media player? Double click your media file, it plays. Play, pause, volume controls are where you'd guess they are. There's plenty of complexity underneath, but the happy path is simple. By contrast, "open this image and draw a single red circle in it" in GIMP is as challenging to a newbie as quitting vi. Even for an intermediate user - I use GIMP a hand…
VLC is simple as pie. open folder, click music or video, it plays. drag files to it, it adds them to the playlist. same functionality as WinAmp, etc.
I had to watch three (3) youtube tutorials to figure out how to import a pdf and copy-paste a signature to it.
Re: Even Microsoft Notepad is getting AI text editing now
#448Why cloud? Rewriting some text is definitely something a local LLM can do; they have NPUs on the Copilot PCs so why not use that? So far the only feature I've seen them talking about for the NPUs on the Copilot PCs is image generation in Paint. Something feels off here.
Re: Even Microsoft Notepad is getting AI text editing now
#449Re: Even Microsoft Notepad is getting AI text editing now
#450Earlier quoted context omitted.
If AI is so powerful why don’t we see a massive productivity spike around the globe? It may be convenient but more than once just replaced the time I needed to write my code by time fine tuning the prompt because the AI didn’t quite got what I wanted. On top of that I must review foreign code. That’s harder than code I already know. And on top of that the end result lacks the feeling of accomplishment in solving a pr…
>If AI is so powerful why don’t we see a massive productivity spike around the globe? We overestimate the short term effects and underestimate the long term effects (Amara's law). We're currently in the trough of disillusionment where people are running around saying that AI failed, was overblown, etc, while people like me are working with corporations to completely change how they operate, to an outrageous efficienc…