Live data from Hacker News

Even Microsoft Notepad is getting AI text editing now

theverge.com

401–410 of 464 posts

Re: Even Microsoft Notepad is getting AI text editing now

#401

You laugh, but there is nothing as good as old Notepad on Linux. Every single built-in "basic" text editor of every single distro comes with syntax highlighting, line numbers, tabs, etc. I just want a rectangle to type text into. Notepad is turning into what Linux text editors already are: too complicated.

I’ve always been satisfied with Leafpad as a Notepad equivalent. No fluff, just a rectangle for dumping text.

Re: Even Microsoft Notepad is getting AI text editing now

#402

Earlier quoted context omitted.

Is VLC really "complex software" if you just want to use it as a media player? Double click your media file, it plays. Play, pause, volume controls are where you'd guess they are. There's plenty of complexity underneath, but the happy path is simple. By contrast, "open this image and draw a single red circle in it" in GIMP is as challenging to a newbie as quitting vi. Even for an intermediate user - I use GIMP a hand…

I've used VLC forever and I had no idea there is anything more to it than playing media. It always seems to have the most recent codecs, so it doesn't seem crusty to me.

Desktop recording, video format conversion, streaming server, playing from network streams(in the name...).

I am no expert but these things I've done in limited amounts. Mostly I just double click a file and watch it though.

Re: Even Microsoft Notepad is getting AI text editing now

#403
post #365

Earlier quoted context omitted.

Even when just opening a single video file it tries to do way too much at once. Why is there a playlist by default? What are these dozens of obscure options at the first level under every main dropdown in the title/menu bar? I vaguely remember recently trying mpv and being pleasantly surprised, but I mostly use QuickTime or IINA on macOS. mpv seems to be available cross-platform though; maybe the Windows port is usab…

Yeah mpv is great on win; I switched from VLC because VLC had trouble with playback combined with large subtitle offsets. mpv just works and the couple things I need for UI were easily configured as hotkeys

I love mpv and for iPhone recommend Outplayer (1), a player built on mpv and ffmpeg. It’s been flawless, just like mpv on desktop.

1: https://outplayer.app/

Re: Even Microsoft Notepad is getting AI text editing now

#404
post #321

Earlier quoted context omitted.

Is VLC really "complex software" if you just want to use it as a media player? Double click your media file, it plays. Play, pause, volume controls are where you'd guess they are. There's plenty of complexity underneath, but the happy path is simple. By contrast, "open this image and draw a single red circle in it" in GIMP is as challenging to a newbie as quitting vi. Even for an intermediate user - I use GIMP a hand…

It feels like GIMP was designed with user-hostility in mind. There’s no Paint.net for Linux, so I have to use GIMP from time to time for my gui server job needs. And gosh, I hate the damn thing. Every simple step in it is as hard as you can’t bear. (No I can’t use Krita for specific reasons and it isn’t much easier anyway)

Have you tried a photopea? Its an online app.

Re: Even Microsoft Notepad is getting AI text editing now

#405

I hate that Win11 Notepad has so many tabs open even after you close the app. Many times, I just paste my copied text in Notepad to strip the formatting + special characters and close it after re-copying the data. Pretty efficient. Now that I open Notepad.. all my previous tabs are open asking me to close them one after the other (extra click on not so save the file) :@ so annoying

Does ctrl+v+shift not work anymore?

Re: Even Microsoft Notepad is getting AI text editing now

#406
post #321

Earlier quoted context omitted.

Is VLC really "complex software" if you just want to use it as a media player? Double click your media file, it plays. Play, pause, volume controls are where you'd guess they are. There's plenty of complexity underneath, but the happy path is simple. By contrast, "open this image and draw a single red circle in it" in GIMP is as challenging to a newbie as quitting vi. Even for an intermediate user - I use GIMP a hand…

It feels like GIMP was designed with user-hostility in mind. There’s no Paint.net for Linux, so I have to use GIMP from time to time for my gui server job needs. And gosh, I hate the damn thing. Every simple step in it is as hard as you can’t bear. (No I can’t use Krita for specific reasons and it isn’t much easier anyway)

Try Kolourpaint for this use case.

If you want to annotate screenshots, KDE's screenshot tool, Spectacle, has this built in too.

Re: Even Microsoft Notepad is getting AI text editing now

#407
post #406
post #321

Earlier quoted context omitted.

It feels like GIMP was designed with user-hostility in mind. There’s no Paint.net for Linux, so I have to use GIMP from time to time for my gui server job needs. And gosh, I hate the damn thing. Every simple step in it is as hard as you can’t bear. (No I can’t use Krita for specific reasons and it isn’t much easier anyway)

Try Kolourpaint for this use case. If you want to annotate screenshots, KDE's screenshot tool, Spectacle, has this built in too.

Thanks for the advice!

Re: Even Microsoft Notepad is getting AI text editing now

#408
post #365

Earlier quoted context omitted.

I've used VLC forever and I had no idea there is anything more to it than playing media. It always seems to have the most recent codecs, so it doesn't seem crusty to me.

Even when just opening a single video file it tries to do way too much at once. Why is there a playlist by default? What are these dozens of obscure options at the first level under every main dropdown in the title/menu bar? I vaguely remember recently trying mpv and being pleasantly surprised, but I mostly use QuickTime or IINA on macOS. mpv seems to be available cross-platform though; maybe the Windows port is usab…

> Why is there a playlist by default?

Is there? I know the feature but I thought it was off by default and I think it's this way on my computers.

Re: Even Microsoft Notepad is getting AI text editing now

#409

I’m surprised Windows isn’t given away for free at this point.

It kind of is for individuals. They don't bother punishing you too hard for pirating it anymore. I can't change my wallpaper unless I go legit? Oooo, I'm so scared!

Microsoft remembers Bill Gates's mantra that piracy at the individual level actually gets you an audience who will then sign on the dotted line once the big-money deals -- enterprise license contracts -- need to be made.

Re: Even Microsoft Notepad is getting AI text editing now

#410

Earlier quoted context omitted.

What is depressing about old tools? I love the GNU coreutils and am really passionate about them. They are old, but near perfect.

I don't know about depressing, but eg grep is slow and lacks some quality of life features working with modern toolchains (aka git, but also codebase size). ag and rg both read .gitignore if there is one (disable with rg -uuu); for today's multi-language repos, ag can look inside a specific language's files eg ag --go or ag --js.

I need to try ag.

I usually use rg, which is way faster than grep for searching many repositories at once.

But one of my tasks involves searching things in a single XML file of hundreds megabytes, or even several gigabytes, and for this, grep is way faster than rg apparently.

So under the right conditions, grep is actually quite fast and you may be missing out if you never try using it.

Post reply on HN