cross-posted from: https://programming.dev/post/37661765
Notepad now supports AI features like Summarize, Write, and Rewrite on Copilot+ PCs, with no subscription required. If you have a subscription, you can seamlessly switch between local and cloud models based on your needs. If you’re not signed in or don’t have a subscription, you can use the local model to accomplish your tasks. For now, these features support English only, making premium AI more accessible and flexible for everyone.
Source: Windows Insiders blog.
What’s funny is that this likely irritated one of Microsofts own devs enough that they said ‘fuck all of this’ and invented the new cli app called Edit.
It’s under 200kb and runs as a standalone binary if you want. Also supports mouse input.
Did I mention it’s cross platform?
This is cool, but it’s not a replacement for notepad.
I mean it has all the features notepad had.
It’s a terminal style editor.
Who cares? It does the same thing, maybe except not having different font support and printing.
The people that would use it.
With the tagline:
Just like original Notepad lol
Well, yes, but actually no. It’s more like MS-DOS’s
EDIT.COM
since it runs in a command line / “DOS” window.In fact, since
EDIT.COM
went through a couple of distinct variants back in the day, you could say that this is the third variant of it.The other two being 1) the BASIC-deactivated side of
QBASIC.EXE
which was an editor and programming language in one, and then 2) a stand-alone, from the ground up, version (with no BASIC to disable) which came along with Win9x / MS-DOS 7.I keep a copy of the latter in my DOSBox config. It’s only 70kB.