Live data from Hacker News

Use GNU Emacs

www2.lib.uchicago.edu

31–40 of 301 posts

Re: Use GNU Emacs

#32
post #26
post #16

Earlier quoted context omitted.

It was a play on “GNU not Unix” I use vscode as my primary editor

how can u live with it using the gpu so much? thats actually my reason for switching away from vscode as im mostly working on machines without a discrete gpu AND utilize the gpu in my projects.. i cant have my code editor use 30% of gpu just to scroll text up and down (without any plugins installed) it's just silly XD

Get better hardware? Don't go cheap on your development system. I'm on an Apple M1 device and have barely noticed it.

Re: Use GNU Emacs

#33
I'm more of a vim guy, but "I get it". I started using these "serious" editors back in college and eventually settled with vim over emacs. I don't wanna get into the whole editor wars - it's like picking a Pokemon at the start of the game.

I went through the whole phase of adding a bunch of plugins, custom macros and have a huge .vimrc file that, once in a while, would break if I was using the wrong vim variant {vi, vim, nvim}. For the sake of this argument, emacs users face some form of the same too.

It got to a point where all my hardcore configurations made my editor experience diverge even further away from the promised "out of the box" experience, and not on par with autocomplete functionalities available in modern IDEs like VSCode.

So now I'm on VSCode. A M1 MacBook can handle it, so I told myself to quit being a masochist, and that itself saves me hours especially navigating a big and complex codebase. But I remember how to use vim, and that comes in handy if I have to SSH into some remote machine and make some tweaks to scripts.

Re: Use GNU Emacs

#34
post #22

Earlier quoted context omitted.

In short, it’s the antithesis of the UNIX philosophy.

I’d just like to interject for a moment. What you’re refering to as UNIX, is in fact, Emacs/UNIX, or as I’ve recently taken to calling it, Emacs plus UNIX. UNIX is not an operating environment unto itself, but rather another free component of a fully functioning Emacs system made useful by the Emacs lisp interpreter, shell utilities and vital system components comprising a editor, mail reader, and other necessary use…

Very drôle! Made a professional grump smile on a dreary Friday morning, post school run.

Re: Use GNU Emacs

#36
I love Emacs. I did a ton of things with it:

- Organizer - git client - search tool - rough notes - Terminal - file management - Code editor!

Pretty much everything.

But sometime ago I realized I was adding so many customized code lines to my .emacs to reassemble the modern editors that it made me think I was using it wrong. Then I decided to take a break and start using Neovim, which imo borrows some nice stuff from EMacs like the Terminal and the lua interface.

Re: Use GNU Emacs

#37
I’ve been using Emacs for ~15 years right now, but I don’t recommend it for the last few.

I love it, it’s great, and as many others, I tried to move out of it but there was something I couldn’t do I KNEW I could get in Emacs and it frustrated me so much I kept going back.

But I don’t think it brings a lot of added value. There are many very very powerful IDEs and editors which offer out of the box great UX and feature discoverability. Hell, probably if IntelliJ toolset would allow me to customize it deeper with Lua/Lisp/JS/whatever I’d probably switch in a jiffy.

I compare Emacs to vinyls or paper books. It requires investment, in many cases it is worse than competition and requires more energy to just be on par. But it is absolutely lovable. Vinyl record comparison - they are expensive, heavy, require a lot of maintenance but for specific type of people it makes their heart skip a beat when they take it from the sleeve.

That’s why people are constantly talking about their Emacs. Same with vim or nvim. I rarely hear people talking with excitement about WebStorm or VS code.

So yeah, if you’re not into it just keep in mind that like some freak who spend their weekend on polishing rims of dream come true 1959 Fiat 500, some of us spend their time with Emacs.

Don’t get bullied into it, don’t get FOMO about it, but please don’t spoil our fun.

You’re always welcome to join in.

Re: Use GNU Emacs

#38

Emacs is software from the 80s that failed to adapt to the current times. It failed to innovate and address UX issues so its market share devoured.

it still has its place and it is the best customizable software tool i have encountered so far

Re: Use GNU Emacs

#39
post #26

Earlier quoted context omitted.

how can u live with it using the gpu so much? thats actually my reason for switching away from vscode as im mostly working on machines without a discrete gpu AND utilize the gpu in my projects.. i cant have my code editor use 30% of gpu just to scroll text up and down (without any plugins installed) it's just silly XD

Get better hardware? Don't go cheap on your development system. I'm on an Apple M1 device and have barely noticed it.

computers dont have to cost x000 bucks to be good enough.

Re: Use GNU Emacs

#40
I haven't stepped into the Emacs or Vim world yet (hopefully this year as I ditch Windows as my daily driver). Currently I just run VSCodium
Post reply on HN