this post was submitted on 18 Mar 2026
592 points (96.7% liked)

Programmer Humor

30465 readers
2944 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Alaknar@sopuli.xyz 2 points 10 hours ago (1 children)

I get the saltiness about Copilot but this is getting ridiculous.

It got dark mode, sessions, tabs, and a Markdown viewer. How are these bad changes? How do these "only exist so they could easily shove Copilot into" them?

(btw, you can disable Copilot from Notepad with three clicks)

[–] jtrek@startrek.website 0 points 5 hours ago (1 children)

Notepad was supposed to be the simplest lightest weight text editor. It didn't need to change.

[–] Alaknar@sopuli.xyz 0 points 4 hours ago (1 children)

Let's try from a different angle: which functionalities of Notepad have been lost?

[–] jtrek@startrek.website 0 points 4 hours ago (1 children)

Well I'm not on Windows anymore so I can't test it out. Does it still have the option to only show text raw and uninterpeted? I absolutely would not want it to, like, show bold instead of **bold**

I wouldn't want it to do anything other than show the literal text, and anything in that direction is a loss via added friction.

[–] Alaknar@sopuli.xyz 2 points 4 hours ago

Does it still have the option to only show text raw and uninterpeted? I absolutely would not want it to, like, show bold instead of bold

  1. You have to manually switch the display mode from raw to formatted for the formatting to show.
  2. It only works for saved .md files.