this post was submitted on 24 Jun 2026
45 points (100.0% liked)

Fuck AI

7069 readers
1321 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 

Has been born as a fork of Zed.

you are viewing a single comment's thread
view the rest of the comments
[–] hperrin@lemmy.ca 3 points 13 hours ago (1 children)

First impressions: not bad, but a little buggy.

I can’t edit the settings in the settings UI and there’s no indication why.

The language servers all say they’re broken, but they all seem to be working fine.

It’s incredibly fast. Way faster than my current VS Code setup.

It’s minimal, and I like that.

(Running on macOS.)

[–] fzz@programming.dev 1 points 12 hours ago (1 children)

For me personally, settings UI isn't needed at all — I prefer configs, I can search (text or keys), use outline, comments, navigation & editing history, VCS features, etc...

All extensions should be built by hand currently, and unfortunately any LS must be wrapped in adapter-extension like it is in Zed — that's terrible thing and in Zed it is so just because vendor wants to control anything about what and how you use with the editor. I've worked on wrapper-less LS(P) & DAP support (like it is in Helix) for Gram, but currently I'm stuck and freeze it for some time. But you can try too!

[–] hperrin@lemmy.ca 3 points 12 hours ago

It definitely has a lot of promise! I’d say it’s not quite where I would switch from VS Code, but I’d imagine with not a lot of work, it would be there. 8/10 will recommend.