this post was submitted on 17 Mar 2025
495 points (95.6% liked)

Programmer Humor

21658 readers
1665 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
 

I regret nothing. Say what you want.

Edit: I just saw the two typos. If you find them, you're welcome to keep them.

you are viewing a single comment's thread
view the rest of the comments
[–] AbnormalHumanBeing@lemmy.abnormalbeings.space 66 points 1 day ago (6 children)

I genuinely do a lot of coding in Kate, the standard KDE editor. It's enough to do a lot of things, has highlighting, and is more than enough when you just need a quick fix.

I am also still using nano when editing stuff in the terminal. Please, don't judge me.

[–] Ghoelian@lemmy.dbzer0.com 36 points 1 day ago (1 children)

To be fair, Kate isn't just a text editor, it actually is an IDE. The text editor version would be kwrite, which would be horrible to program in.

[–] AbnormalHumanBeing@lemmy.abnormalbeings.space 15 points 1 day ago (1 children)

Wow, you're right of course. I completely forgot kwrite still existed, tbh.

[–] KaninchenSpeed@sh.itjust.works 15 points 1 day ago (1 children)

Kwrite doesnt really exist on its own anymore. Its a slimmed down gui for kate now.

[–] Ghoelian@lemmy.dbzer0.com 6 points 23 hours ago

Oh wow you're right, it's basically just kate without some of the toolbars now. Hadn't used plain kwrite in a while.

[–] Droggelbecher@lemmy.world 17 points 1 day ago

We're almost like coding siblings lol

[–] SatyrSack@feddit.org 9 points 1 day ago (1 children)

KWrite is the standard text editor. Kate is the advanced one. The name actually literally stands for "KDE Advanced Text Editor"

[–] Ephera@lemmy.ml 2 points 20 hours ago (1 children)

I'm not aware of distros preinstalling KWrite, though...?

[–] SatyrSack@feddit.org 5 points 19 hours ago* (last edited 1 hour ago) (1 children)

Huh, I did not know that any didn't. I just tried a bunch, and here is a quick breakdown of what was preinstalled on each:

Distro Kate KWrite
Bazzite true true
Fedora false true
KDE Neon true false
Kubuntu true false
Manjaro true true
openSUSE true false
SteamOS true true
[–] Ephera@lemmy.ml 4 points 15 hours ago

Well, I can throw in another for free:

distro Kate kwrite
openSUSE true false

But yeah, interesting list. These days, KWrite is basically just Kate with different configuration, if I understand correctly, so it always feels like you might as well go with Kate. In my opinion, KWrite is also not particularly easier to use, since basic editing works the same, but I guess, that can be disagreed on.

I do like that Kate is pre-installed. Imagine Windows, but rather than notepad.exe, you get Notepad++ out of the box. Now imagine that to also be a whole lot better and then that's what it feels like to have Kate on fresh installations.
You can just start coding something right away, without it being necessary to install a different editor.

[–] mmddmm@lemm.ee 11 points 1 day ago

Yep, I came here to say that Kate is really nice. Even though I'm an emacs user and won't use it.

Nano, on the other hand, can't do almost anything, so I can't recommend that people make heavy use of it. It's ok for random small edits, but that's it. (By the way, YSK that you can set your terminal to use Kate as the default editor by setting the $EDITOR variable.)

Geany is a nice GUI option. It's a bit more capable but still lean.

It's probably time for me to re-evaluate the host of coding editors out there. For the most part I just use good text editors. Though I do love Spyder, I only use it for a certain subset of tasks.

[–] CanadaPlus@lemmy.sdf.org 2 points 23 hours ago* (last edited 23 hours ago) (1 children)

Me too. I'm still not sure what the problem is and I'm kind of afraid to ask.

I do have the plugin for multi-line editing set up, I guess.

[–] Diplomjodler3@lemmy.world 3 points 22 hours ago

All the cool kids use vim, so using nano makes you uncool, I guess. But I use Mint, so I'm uncool anyway.