this post was submitted on 21 Feb 2024
27 points (86.5% liked)

Programmer Humor

32386 readers
560 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 8 months ago

meanwhile me who's never left editplus

[–] [email protected] 5 points 8 months ago (1 children)

wake me up when theres a vim plugin and a linux port

[–] [email protected] 2 points 8 months ago (1 children)

I think it already has vim motions. But I wouldn't know because there is no Linux build.

load more comments (1 replies)
[–] [email protected] 0 points 8 months ago (2 children)

I don't get why some people argue over text editors... Just use whatever works. I like VSCode, not because its the best or the fastest or the lightest.

It works and it does all I need it to do , which is all that I need from a text editor.

[–] [email protected] 2 points 8 months ago (2 children)

It's worth finding the best text editor if you're using it all day long imo

[–] [email protected] 0 points 8 months ago (2 children)

If it does everything it needs to do without major drawbacks, then it is the best editor.

[–] [email protected] 0 points 8 months ago* (last edited 8 months ago)

Yeah... and these criteria depend on the editor + use case combo. Hence, the discussion and excitement around text editors

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 2 points 8 months ago (8 children)

I've seen their page and while it seems great, I don't think they'll match Jetbrains in term of out of the box ergonomics. Could be a good VScodium replacement once it gets a bit fledged out and available on Linux.

[–] [email protected] 0 points 8 months ago (2 children)
[–] [email protected] 1 points 8 months ago

lol fleshed out is definitely correct here. Down votes are confusing.

[–] [email protected] 0 points 8 months ago

Flushed out?

load more comments (7 replies)
[–] [email protected] 0 points 8 months ago (2 children)

Sucks for consumers but that is poetic justice for the zed team. They now atone for their sin of creating electron.

load more comments (2 replies)
[–] [email protected] 0 points 8 months ago (1 children)
load more comments (1 replies)
[–] [email protected] 7 points 8 months ago (1 children)

I'm glad to hear Zed uses the GPU to render its UI, much like every other IDE on the planet.

load more comments (1 replies)
[–] [email protected] 0 points 8 months ago

Idk man. I'm still waiting for Fleet.

[–] [email protected] 1 points 8 months ago (3 children)

John fucking Carmack codes in Microsoft Visual Studio, and that's the guy who wrote Doom, the single most important piece of software in history of Man and I'm not even exaggerating.

[–] [email protected] 0 points 8 months ago* (last edited 8 months ago) (1 children)

Doom, the single most important piece of software in history of Man and I’m not even exaggerating.

First of all, that's your opinion, second of all, appeal to authority, third of all, what's that have to do with what he does right now?

[–] [email protected] 1 points 8 months ago

It's not opinion though, but a scientific fact.

Don't you try to argue with the experts

[–] [email protected] 0 points 8 months ago (1 children)

He doesn't develop text editors, so he uses what's popular. That's what most people do.

[–] [email protected] 0 points 8 months ago (1 children)

So what would you use if you developed text editors?

And as a side note, would would you use for html and php?

[–] [email protected] 1 points 8 months ago

I'd probably use my own niche text editor

load more comments (1 replies)
[–] [email protected] 12 points 8 months ago (5 children)

The single best thing I like about Zed is how they unironically put up a video on their homepage where they take a perfectly fine function, and butcher it with irrelevant features using CoPilot, and in the process:

  • Make the function's name not match what it is actually doing.
  • Hardcode three special cases for no good reason.
  • Write no tests at all.
  • Update the documentation, but make the short version of it misleading, suggesting it accepts all named colors, rather than just three. (The long description clarifies that, so it's not completely bad.)
  • Show how engineering the prompt to do what they want takes more time than just writing the code in the first place.

And that's supposed to be a feature. I wonder how they'd feel if someone sent them a pull request done in a similar manner, resulting in similarly bad code.

I think I'll remain firmly in the "if FPS is an important metric in your editor, you're doing something wrong" camp, and will also steer clear of anything that hypes up the plagiarism parrots as something that'd be a net win.

load more comments (5 replies)
[–] [email protected] 2 points 8 months ago (3 children)
[–] [email protected] 0 points 8 months ago

Me. I'd like to try zed though.

[–] [email protected] 0 points 8 months ago

present... yet until i can toy around with zed in Linux

[–] [email protected] 0 points 8 months ago (1 children)

Represent! (It's vscode with all telemetry and crap removed, all your vscode extensions still work fine)

load more comments (1 replies)
[–] [email protected] 0 points 8 months ago (1 children)

I liked Atom, performance was tolerable on my overpowered machine, but MS killing it just sent me back to Vim and modernizing my plugins.

Zed positives: Metal rendering. I use a Mac, so one platform's fine. But negatives: Rust, so I can't/won't touch any internals, and I loathe the Rustacean propaganda wing. No extensions yet. Config is another stupid json file.

You know what's great about vimrc? It's easy to put in a few config commands, and then you realize you're working in the scripting language. You don't have to switch to a whole new file format. Thanks, Bram.

[–] [email protected] 0 points 8 months ago

Where would you have to touch internals in zed? In reality would you have to come into contact with rust when using Zed? If it works it wouldn't be apparent what it was build with, wouldn't it?

load more comments
view more: ‹ prev next ›