Earlier quoted context omitted.
This is my favorite part of this story. Do you want remote code execution? Because [fixing things that aren't broken] is how you get remote code execution.
I think it's more likely that Microsoft is vibe coding slop garbage to replace their core apps that were literally better. Windows 10 explorer.exe is 100x faster than Windows 11 explorer, it's not even close. It also signals the death knell for Windows native apps. Microsoft can't make them anymore. It won't be long until even Excel is a Electron sloplication.
Windows 11 Notepad to support Markdown
231–240 of 558 posts
Re: Windows 11 Notepad to support Markdown
#232step 1: remove wordpad step 2: omg there's demand for features step 3: turn notepad, whose point was to be a dumb simple thing, into a wordpad step 4: get a raise because you "solved" the problem
Glad (/s) to see the MBA-ification of tech companies continues uninterrupted as we enter the second half of the decade.
Re: Windows 11 Notepad to support Markdown
#233Re: Windows 11 Notepad to support Markdown
#234Earlier quoted context omitted.
I think it's more likely that Microsoft is vibe coding slop garbage to replace their core apps that were literally better. Windows 10 explorer.exe is 100x faster than Windows 11 explorer, it's not even close. It also signals the death knell for Windows native apps. Microsoft can't make them anymore. It won't be long until even Excel is a Electron sloplication.
The best example is probably the new "Outlook", and I put that name in quotes intentionally.
20231109 https://news.ycombinator.com/item?id=38212453 Windows 11 Update 23H2 is stealing users' IMAP credentials (666 points, 278 comments)
> the new Outlook is a thin wrapper around the cloud version, so the IMAP sync happens in the cloud, not locally
Re: Windows 11 Notepad to support Markdown
#235Earlier quoted context omitted.
If by vi you mean vim, then I agree, real vi is rather lite. As someone famous said, "everything is relative" :) Compared to the new applications that have been coming out, Emacs and vim are a paragon of lightness.
I agree with you that vi is lighter than vim. I’ve seen more than a few instances of an OS just aliasing vi to vim. On that note, why are the keybindings for vi on a “modern” Ubuntu different from fedoras? I remember having to mess with ^H in a vimrc or something to that effect to mimic the behavior I was expecting.
Re: Windows 11 Notepad to support Markdown
#236step 1: remove wordpad step 2: omg there's demand for features step 3: turn notepad, whose point was to be a dumb simple thing, into a wordpad step 4: get a raise because you "solved" the problem
I’m willing to bet that adding markdown to Notepad was a lot simpler than trying to make it work in Wordpad, especially since you’d probably still have to support rich text.
Re: Windows 11 Notepad to support Markdown
#237Surprisingly, some of the projects such as AkelPad are still alive.
Win32 made things easier, as well as things like Delphi and Scintilla later.
Just checked my archives, and my own naive but functioning attempt measures whole whopping 36520 bytes, though not without the help of an executable packer, which was a fashion then.
Mostly works fine under Wine, though it is about the legal US drinking age.
Re: Windows 11 Notepad to support Markdown
#238Earlier quoted context omitted.
>python >tkinter so you missed the part where notepad starts instantly, doesn't choke on files larger than 25KB and uses native Win32 controls ?
It only takes a few megabytes to make notepad have serious delays. Are you sure the linked program is any worse?