this post was submitted on 18 Mar 2026
557 points (96.6% liked)

Programmer Humor

30442 readers
1930 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
[–] Malix@sopuli.xyz 39 points 1 day ago (3 children)

notepad has formatting now? o_O

does it produce markdown or something?

[–] First_Thunder@lemmy.zip 58 points 1 day ago (3 children)

Yep it’s markdown, and yep they had a CVE with second highest grade cause of it

[–] Malix@sopuli.xyz 14 points 23 hours ago (1 children)

heh, ofc. Apparently something to do with file:// and such uri handling, apparently executing local files? Yikes.

[–] thethunderwolf@lemmy.dbzer0.com 5 points 16 hours ago (1 children)

not just local files

if you click a link to file:///123.45.67.89:69420/files-download/virus.exe it will download and run virus.exe

it still works, but now there is a "Dangerous Link Location: This is not a web link and may lead to the execution of malicious code" warning, but previously it would silently run the file.

[–] Malix@sopuli.xyz 1 points 2 hours ago

kinda wild a file-link ever went straight to executing it after download - which on it's own could be dangerous as well.

I guess the "the s in IOT stands for security" also applies to notepad: "the s in vibecoding stands for security"

[–] Martineski@lemmy.dbzer0.com 5 points 22 hours ago (1 children)

Aren't CVE grades meaningless anyway with how they are declared in real world?

[–] marine_mustang@sh.itjust.works 2 points 8 hours ago

We run CVEs through our software inventory and configuration and come up with a new score that measures how bad it is for us.

[–] MonkderVierte@lemmy.zip 7 points 20 hours ago

It's a UWP (i think? they renamed the platform twice already) vibecoded app now, notepad.exe still around.

[–] daychilde@lemmy.world 2 points 18 hours ago

If you use the formatting bar to format text, it unlocks the View→Markdown menu which has two options - Markdown or Syntax. This allows you to toggle seeing the source or formatted markdown.

If you do not use the formatting bar to format text, markdown is not enabled. I manually typed in text in markdown format and the menu didn't un-grey.

You can go into the app settings and turn off formatting, which will hide the formatting toolbar.

I think you really have to work hard to be offended by this.