this post was submitted on 18 Oct 2023
-12 points (22.7% liked)

Emacs

2585 readers
1 users here now

Our infinitely powerful editor.

founded 5 years ago
MODERATORS
-12
Is GNU Emacs still worth it? (lemmy.opensupply.space)
submitted 2 years ago* (last edited 2 years ago) by nyl@lemmy.opensupply.space to c/emacs@lemmy.ml
 

Seems like with all AI-enabling and just works out of the box experiences with VSCode and alike, makes GNU Emacs absolete. I'm aware of AI packages for GNU Emacs, but don't think is worth the investiement so much; I would mostly save it for org mode, TUI, and some other few packages. But for programming, it doesn't seem lile worth the investment, and use VSCode instead.


Certainly knowing things will always be valuable - but the effect of assistants and LLMs may be to change what it is valuable to know by devaluing a great heap of current generation’s programmers’s stock and trade.

As an addenda: by value in the above I mean “instrumental value” or more specifically, valuable to the rich who want to exploit the skills of others to become yet richer. There is always intrinsic value to knowing for the people who love to know.


fomosapien@emacs.ch, https://emacs.ch/users/fomosapien/statuses/111264462444461233

top 31 comments
sorted by: hot top controversial new old
[–] sir_pronoun@lemmy.world 13 points 2 years ago

Don't use emacs instead of vscode. Use it instead of your operating system.

[–] noahm@lemmy.world 10 points 2 years ago (1 children)
[–] nyl@lemmy.opensupply.space 3 points 2 years ago

Guess I'll be using GNU Emacs, VSCode, Helix, Eclipse hsha

[–] raubarno@lemmy.ml 10 points 2 years ago

Note, that GNU EMACS has an AI psychotherapist chatbot, activated using M-x doctor.

[–] BitSound@lemmy.world 6 points 2 years ago (1 children)

Copilot's integration with VSCode is slick. But so were ActiveX plugins back in the day, and any number of other technologies from them. Microsoft isn't doing this out of the goodness of what passes for a heart. There will be an inevitable enshittification process, one that you can avoid by not getting into their ecosystem in the first place.

On the plus side, I just ask chatgpt to generate code and I copy/paste it and fix it up in emacs. It's not as slick but it works fine. It's honestly probably better than being able to just hit enter and accept whatever is generated. I've been on a screenshare and seen people hit enter or whatever to accept copilot's suggestion, and then spend a bunch of time debugging the subtly wrong code because making it that easy meant they didn't think about it.

Also, it's only a matter of time before it becomes practical to run your own good-enough model locally and have an Emacs package that integrates with that. The hardware and models are already ready for it, there just needs to be integration work.

[–] tux0r@feddit.de 5 points 2 years ago (2 children)

Copilot’s integration with VSCode is slick.

Copilot violates a number of licenses, possibly including mine, by mixing other people's code into yours without giving proper credits.

[–] BitSound@lemmy.world 1 points 2 years ago (1 children)

🤷 I don't use it, but I acknowledge that it looks slick, having seen other people use it.

[–] tux0r@feddit.de 2 points 2 years ago

It's always nice to see a computer do your work for you. I agree. ;-)

However, GNU Emacs can do that too.

[–] nyl@lemmy.opensupply.space 0 points 2 years ago (1 children)

Maybe they will pay a little fine---and you won't be getting the money either---while their profits skyrocket. It's always like this, so I don't even bother.

[–] tux0r@feddit.de 2 points 2 years ago (1 children)

If more people bothered, they could be stopped.

[–] dpflug@hachyderm.io 1 points 2 years ago

@tux0r
We become what we normalize.
@nyl

[–] platypode@sh.itjust.works 4 points 2 years ago* (last edited 2 years ago) (4 children)

Is it the right tool for every job? Probably not any more, but it's still the right tool for many.

I have migrated to VSCode for most of my daily dev work because its language support is undeniably better (especially on a corp machine), but I always keep an emacs window open for a whole bunch of different stuff:

  • ephemeral todo lists
  • plaintext and markdown editing
  • quick-and-dirty Python or shell scripting
  • project planning and other org mode goodies
  • all the other weird little stuff that falls through the cracks of an editor but is super easy in emacs
[–] tux0r@feddit.de 5 points 2 years ago (1 children)

I have migrated to VSCode for most of my daily dev work because its language support is undeniably better

GNU Emacs's auto-indentation is superb. Nothing comes even close.

[–] ParetoOptimalDev@lemmy.today 1 points 2 years ago (1 children)

Can you give an example of a specific language where emacs auto indent is better besides lisp?

[–] tux0r@feddit.de 1 points 2 years ago

Go and Rust, from what I remember. I haven't touched VS Code in a while, but I seriously doubt that the current version can indent any language better than GNU Emacs does. I'm open for being proven wrong, of course.

[–] simonced@lemmy.one 3 points 2 years ago

That's also a very similar setup I have. Nothing can replace org-mode, so at least Emacs will have to stay for that. Also using it in server mode is nice to reopen a new window in an instance. I also have many tiny scripts I made through out the years to generate random things for work, and also query the radio station we listen to give my the artist and song title that is playing. Can't work without those ^^

[–] nyl@lemmy.opensupply.space 2 points 2 years ago

I also think this is the way. Glad to know I am not alone. Thank you!

PS: I have a pretty nice and modularized GNU Emacs config, but it's to me just as Lex we are missing a ton by constraining only on GNU Emacs.

[–] stsquad@lemmy.ml 2 points 2 years ago

But LSPs have done an excellent job of separating language specific tooling from editors - and Emacs can use them as well.

[–] hajovonta@mastodon.online 3 points 2 years ago (1 children)
[–] nyl@lemmy.opensupply.space 1 points 2 years ago* (last edited 2 years ago) (1 children)

I'm actually sad since acnkowledging that as I invested too much in GNU Emacs

[–] sir_pronoun@lemmy.world 1 points 2 years ago (2 children)

If you don't already know this video, you would benefit a lot from it, I think.

https://youtu.be/urcL86UpqZc?si=P-B35M9oqDutZSia

[–] timotaysci@techhub.social 1 points 2 years ago

@sir_pronoun @nyl

"I used to spend hours trying to get the image on the right page - now I use org-mode latex and just accept that it's impossible"

[–] nyl@lemmy.opensupply.space 1 points 2 years ago

Hahahah actually this in conjunction with Lex's talks/interviews is probably what got me thinking more about all this. Masterpiece anyway

[–] eibhear@social.gibiris.org 2 points 2 years ago (1 children)

@nyl Emacs will always be worth the effort. In years to come, it will be those who learned rather than used "assistants" who will know things.

[–] fomosapien@emacs.ch 1 points 2 years ago (1 children)

@eibhear @nyl

Certainly knowing things will always be valuable - but the effect of assistants and LLMs may be to change what it is valuable to know by devaluing a great heap of current generation's programmers's stock and trade.

As an addenda: by value in the above I mean "instrumental value" or more specifically, valuable to the rich who want to exploit the skills of others to become yet richer. There is always intrinsic value to knowing for the people who love to know.

[–] nyl@lemmy.opensupply.space 1 points 2 years ago* (last edited 2 years ago)

I quoted your comment in the original post if you're ok this, thanks for your comment

[–] lispi314@mastodon.top 2 points 2 years ago* (last edited 2 years ago) (1 children)

@nyl Personally, I'd be going *out of my way* to disable information-leaking features like that.

#Proprietary suggestion & AI engine? No thanks.

[–] nyl@lemmy.opensupply.space -1 points 2 years ago* (last edited 2 years ago)

Models could be run offline and/or free, e.g. gpt4all, starhugger for emacs, huggingchat... Also, this is a fast-pace changing industry, we can only try and adapt using such tools at our disposal. You might use a tool or service that uses AI and don't even notice it.

[–] tux0r@feddit.de 1 points 2 years ago

Yes, GNU Emacs is still worth it. No, VS Code is a mess.

[–] ParetoOptimalDev@lemmy.today 1 points 2 years ago

Haskell. It might be kind of an odd case though given the different ways.

[–] Sandra@idiomdrottning.org 1 points 2 years ago

I use Emacs for two reasons. Sunk cost, of course, but also the text input-methods for other natural languages. That's like the main killer feature why I don't even look at other editors. Anytime I try to type some dïäcrïtïcs into acme or whatever it's a nightmare of compose sequences or deadkeys.

Also paredit is pretty sick.

@nyl @emacs