152
submitted 4 months ago by [email protected] to c/[email protected]

crossposted from irc

top 50 comments
sorted by: hot top new old
[-] [email protected] 28 points 4 months ago

Back in the early 2000s I met some guy who had once sold a copy of edit.exe to some store as if it were some software he had written for managing orders and inventory. The folks at the store used windows, but they would open up edit.exe and it looked just like the stuff that the larger store chains used to manage their own orders... The guy just made a sample file and instructed them how to input data in a specific format that made it all look like a table, but it was just a text file with no validation of any kind.

[-] [email protected] 10 points 4 months ago

Still, a template can be immensely useful

[-] [email protected] 23 points 4 months ago

i edit all my html in an actual physical notebook like a civilised person

[-] [email protected] 7 points 4 months ago

wish i could find my old notepads full of BASIC and HTML lol

[-] [email protected] 2 points 4 months ago

as a matter of fact many of my batch and basic thingies were made on the margins of my history notebooks

[-] [email protected] 14 points 4 months ago
[-] [email protected] 4 points 4 months ago

a fellow man of ~~culture~~ "why even bother with that theyre just text editors" i see

[-] [email protected] 8 points 4 months ago* (last edited 4 months ago)

Nah. I was so annoyed by how primitive editors are that I started writing my own one, that would allow me to seamlessly traverse the AST of the code, rather than being stuck on the low abstraction levels of characters, words and paragraphs. After a bunch of misery making tree-sitter work with Haskell, and using it for a while, I stumbled upon Helix. It is pretty much my idea but faster and working well.

[-] [email protected] 2 points 4 months ago* (last edited 4 months ago)

Also the object-verb and selection-verb paradigm just makes so much more sense compared to vim's verb-object/-motion paradigm. Especially with the ability to have multiple cursors and selections. It's so powerful.

I started with Emacs for about a year or two, then vim for about 10+ years, then neovim, then VS Code with vim bindings for a few years, then Kakoune, which was very interesting, then VS Code with Kakoune bindings, then the switch to Helix was very natural. Never looked back after about 2 years with Helix.

It's basically everything I loved from VS Code but in the terminal. And all the keyboard goodness from vim and Kakoune, combined. It's great.

[-] [email protected] 2 points 4 months ago

A lot of the Emacs language modes have been replaced with tree-sitter equivalents now.

[-] [email protected] 2 points 4 months ago

Same with neovim

[-] [email protected] 2 points 4 months ago

That's not what I want though. I really enjoy jumping around the actual syntax tree of the code, e.g. "select the entire function body" or "select the next list element", stuff like this. It becomes the natural way of traversing the code after a short while. Also, Emacs is still single-threaded and thus quite laggy and slow at times; however I do like it a lot and have used it for a number of years (with evil-mode), before finally jumping to my own editor and then helix.

[-] [email protected] 9 points 4 months ago
[-] [email protected] 9 points 4 months ago
[-] [email protected] 5 points 4 months ago

Viitor and emacsitor aren't even words

[-] [email protected] 8 points 4 months ago

Ed Is The Standard Text Editor

[-] [email protected] 2 points 4 months ago
[-] [email protected] 8 points 4 months ago

I use emacs with evil, best of both worlds

[-] [email protected] 4 points 4 months ago

Doom Emacs gang😎

[-] [email protected] 6 points 4 months ago* (last edited 4 months ago)

edlin was my favorite for a long time 🙂

Edlin is a line editor, and the only text editor provided with early versions of IBM PC DOS,[1] MS-DOS and OS/2.[2] Although superseded in MS-DOS 5.0 and later by the full-screen MS-DOS Editor, and by Notepad in Microsoft Windows, it continues to be included in the 32-bit versions of current Microsoft operating systems.

https://en.m.wikipedia.org/wiki/Edlin

edit: link and explanation of syntax used if anyone is interested. the w (write) and q (quit) commands made it somewhat similar to VI(M). https://www.computerhope.com/edlin.htm

load more comments (6 replies)
[-] [email protected] 5 points 4 months ago

I remember using Notepad for a long time for coding in Windows. Then I was introduced to UltraEdit. It was cool, but expensive. Jumped onto NotePad++ and I've been enjoying it lots.

I do also use IDEs, usually Codium based.

[-] [email protected] 4 points 4 months ago
[-] [email protected] 4 points 4 months ago
load more comments (1 replies)
[-] [email protected] 4 points 4 months ago* (last edited 4 months ago)

Micro ftw!

(I also use Geany, Featherpad, Vim, ee(1), and JOE)

[-] [email protected] 3 points 4 months ago
[-] [email protected] 3 points 4 months ago
[-] [email protected] 2 points 4 months ago

I keep finding new features. Tabs. Hsplit. Plugins. Authentication prompt at save time if it detects that the user you ran it under doesn't have permission to write to that file.
And of course keybinds that make a dang lick of sense.

[-] [email protected] 3 points 4 months ago

I use KDE Kate for my coding. Scripting more accurately to some users, but I don't find a meaningful distinction.

[-] [email protected] 3 points 4 months ago

NeoVim with NVchad stomps both

[-] [email protected] 1 points 4 months ago

Then add tmux with terminal or tiling trminal and i3 amd you have the ultimate spacecraft

load more comments (1 replies)
[-] [email protected] 3 points 4 months ago
load more comments
view more: next ›
this post was submitted on 17 Apr 2025
152 points (92.2% liked)

Programmer Humor

25774 readers
2525 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