this post was submitted on 18 Sep 2025
142 points (90.8% liked)

Technology

75406 readers
1519 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] axum@lemmy.blahaj.zone 42 points 4 days ago* (last edited 4 days ago) (11 children)

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?

[–] 01189998819991197253@infosec.pub 19 points 4 days ago (1 children)

With the tagline:

A simple editor for simple needs.

Just like original Notepad lol

[–] palordrolap@fedia.io 6 points 3 days ago (1 children)

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.

[–] 01189998819991197253@infosec.pub 2 points 2 days ago* (last edited 2 days ago) (1 children)

I didn't mean the style chosen for the editor. I only meant the tagline.

And edit,com was the shit and will always be my top 5 favorite text editors. Yes, more than vim.

Edit: changed the . to a , so it won't be a url lol

[–] palordrolap@fedia.io 3 points 2 days ago

Markdown varies a little from instance to instance, but you ought to be able to get away with a backslash before a problematic character (like that dot) or else backticks around something to get monospace text.

edit\.com → edit.com `EDIT.COM` → EDIT.COM

Try not to twist your brain on how I managed to get the left hand sides of those arrows.

load more comments (9 replies)