Earlier quoted context omitted.
> if you have enough resource to throw at it An i9 with 128GB RAM isn’t enough resources to open a menu?
I dont know what to tell you. I have endless user complaints at i5 16GB RAM, and none at i5 32GB RAM. Not to mention that I run 32 myself and its mostly fine. I can open menus.
Windows 11 Notepad to support Markdown
551–558 of 558 posts
Re: Windows 11 Notepad to support Markdown
#552Earlier 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.
Literally the best parts of Windows have been the parts they forgot existed for 10+ years and never changed.
Re: Windows 11 Notepad to support Markdown
#553Earlier quoted context omitted.
The Windows computer I have to use at work takes over ten seconds to open the calculator . It literally is faster to type the calculation I want into a search engine and get the results back over the network. The new calculator even manages to screw up basic input. The old calculator accepted both commas and periods as decimal separator inputs. It just worked no matter what I typed in. The new calculator has some sor…
Off-topic, but do you know Mozilla Firefox has a builtin calculator and unit conversion in the URL bar? For my personal use I rather use python and GNU units, but I guess for most users that live in the browser instead of the terminal, this could become their default calculator. browser.urlbar.suggest.calculator = true I don't know if you need to restore the urlbar first, before that works.
Re: Windows 11 Notepad to support Markdown
#554Earlier 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.
Vim is heavier, but vi is not at all "lite".
VSZ RSS MAXRSS COMMAND
13240 2896 2896 /usr/bin/vi x.txt
45412 15212 15212 /usr/pkg/bin/vim x.txtRe: Windows 11 Notepad to support Markdown
#555Earlier quoted context omitted.
Where have you been for the past umpteenth years of computing where even in the Linux kernel stuff is enabled by default, let alone userland applications.
Comparing Linux kernel options enabled by default for compatibility and a plague that is only useful when a user asks for it... That's wild
Re: Windows 11 Notepad to support Markdown
#556notepad is supposed to be like the 'nano' for windows. it's already bloated. But this is just following a pattern, the enshittified even calc.exe and mspaint. Previewing pictures in windows is shamefully slow because the previewer is also a bloat. My diagnosis is that Microsoft doesn't have good technical leadership. It has spread the risk of bad decisions by individual leaders by spreading it amongst too many decisi…
Is there anything big and exciting out there still driven by taste and vision rather than metric bumps?
Re: Windows 11 Notepad to support Markdown
#557So the markup dialect that's widely used but suffers from a near-total lack of viewers will now finally be rendered as intended, at least on Windows? Markdown presents a chicken-&-egg scenario that has dragged on for decades: tons of Markdown documents, but almost nothing with which to simply view (not edit) them as intended. Mystifying.
https://github.com/rabfulton/ViewMD Markdown viewer for Linux
Re: Windows 11 Notepad to support Markdown
#558So the markup dialect that's widely used but suffers from a near-total lack of viewers will now finally be rendered as intended, at least on Windows? Markdown presents a chicken-&-egg scenario that has dragged on for decades: tons of Markdown documents, but almost nothing with which to simply view (not edit) them as intended. Mystifying.
I used to write documentation in Markdown manually. About a year ago I started using a VSCode extension to tell me if there are minor errors in the documents, but nothing else.