Live data from Hacker News

My company has banned the use of Jetbrains IDEs internally

old.reddit.com

131–140 of 201 posts

Re: My company has banned the use of Jetbrains IDEs internally

#131
post #12

Earlier quoted context omitted.

I quit over principles about 9 months and 800 job applications ago. I'd advise not to do it unless you're sitting on a pile of cash.

I'm genuinely super curious because I hear this a lot, but the deepest I ever got was... 5 apps? Do you have some kind of like generic cover letter/resume you fire off 3 times a day? What is your process?

when was the last time you did this? its absolutely awful still

Re: My company has banned the use of Jetbrains IDEs internally

#132
post #84
post #64

Earlier quoted context omitted.

>But becoming proficient in VS code takes maybe 25 minutes. Becoming proficient in kicking a ball takes 5 minutes. Becoming proficient in football takes slightly longer. Magit alone makes VS Code look like a child's finger painting.

So true! Now don't get me wrong, I quite like VS Code as it's so easy to set up and there is a plugin for almost anything, but I find myself always coming back to Emacs. He's right about the defaults though. Use something like Spacemacs or Doom if you just want to dip your toes in the goodness that is Emacs.

I typed up some thoughts about the nth time I tried out Visual Studio Code to see what all the fuss was about and if my productivity could be improved vs. Emacs. I might turn it into a blog post, if I can be arsed to start a blog again.

One header read: "Not better enough". Inasmuch as Visual Studio Code does anything better than Emacs, it doesn't do things better enough to justify expending the high activation energy of switching, unlearning my Emacs workflow and learning all that I need to know to do things Visual Studio Code's way.

Re: My company has banned the use of Jetbrains IDEs internally

#133

Earlier quoted context omitted.

>Antique means stable. And it also means obsolete. >You'll understand in 20 years when you're on your 4th IDE which will change the world^tm. How condescending. But no, I probably won't mind changing editors every few years because I am capable of learning new things and do not require a safe space to keep me insulated from the outside world.

An editor is the least interesting thing to learn in computer engineering. If you enjoy wasting your time may I suggest something like stamp collecting that doesn't create billions of dollars of lost productivity for the rest of us?

Misrepresenting my comments as you have done shows how weak your position is. Don't bother replying further as I will not read it.

Re: My company has banned the use of Jetbrains IDEs internally

#134

I've seen so many editors come and go, and yet I've been using Vim for the past 20 years and have never had a problem. As stupid as it sounds, if I could give one piece of advice to any entry level SWE, it would be to learn Vim or Emacs and just stick with it for your whole career.

I was a heavy Emacs user for just short of 10 years. I don't use it now because I am more productive with JetBrains IDEs. Your advice seems too rigid and dogmatic to me.

Just posting to balance things out for any entry level SWEs reading.

Re: My company has banned the use of Jetbrains IDEs internally

#135
post #84

Earlier quoted context omitted.

So true! Now don't get me wrong, I quite like VS Code as it's so easy to set up and there is a plugin for almost anything, but I find myself always coming back to Emacs. He's right about the defaults though. Use something like Spacemacs or Doom if you just want to dip your toes in the goodness that is Emacs.

I typed up some thoughts about the nth time I tried out Visual Studio Code to see what all the fuss was about and if my productivity could be improved vs. Emacs. I might turn it into a blog post, if I can be arsed to start a blog again. One header read: "Not better enough". Inasmuch as Visual Studio Code does anything better than Emacs, it doesn't do things better enough to justify expending the high activation energ…

If you're on emacs a directory tree with orgmode files works amazingly well when posted on gitlab or similar.

Re: My company has banned the use of Jetbrains IDEs internally

#136
post #94

Earlier quoted context omitted.

The main reason is that Vim is better, right?

Amen to that. Although I think I feel like I am participating in a war I don't want to be part of. But this has been a line in my shell config since I was teenager. export EDITOR=vim VISUAL=vim # Viva vim, death to emacs

OK, since we're wasting our time on the Pointless Editor War, I shall confess I know exactly one thing about Vim, the command `:q!'. That's all I've ever needed to know.

Re: My company has banned the use of Jetbrains IDEs internally

#137
post #77

Earlier quoted context omitted.

Care to elaborate what's wrong with find and grep?

It takes seconds or more to grep for a function, especially if it has a common name. It takes milliseconds to Go To Definition / Find Usages (either with an IDE or a LSP extension for any text editor).

And then you go full circle when the project is bigger and Find Usages no longer works across projects (specifically in the context of a typescript monorepo) and it's back to grepping for usages.

Re: My company has banned the use of Jetbrains IDEs internally

#138

Earlier quoted context omitted.

Antique means stable. When you've been using the same thing for 20 years changing defaults to be trendy isn't a plus. You'll understand in 20 years when you're on your 4th IDE which will change the world^tm.

>Antique means stable. And it also means obsolete. >You'll understand in 20 years when you're on your 4th IDE which will change the world^tm. How condescending. But no, I probably won't mind changing editors every few years because I am capable of learning new things and do not require a safe space to keep me insulated from the outside world.

Plus I’m changing editors every 8 or 4 years because the “new one” is better in some regard. VSCode is a very good editor. Sublime was a good editor too, but VSCode was better enough to make me switch. Whatever comes after VSCode will be that much better!

So there is nothing wrong at all with switching to a new editor… it just means things are getting even better!!!

Re: My company has banned the use of Jetbrains IDEs internally

#139
post #38

Earlier quoted context omitted.

I find this and the emacs sentiment really weird. I use vim daily for quick edits, but for any sizeable codebase, especially new/unfamiliar, IDE's are just better. It's like depriving yourself of a bunch of tools and helpers for no visible benefit.

Maybe i just never gave the heavyweight ide tools a fair chance, but i always found them more distracting than helpful. Focus is king for me, and vim gives me that.

VSCode is not a heavyweight IDE by any means.

Re: My company has banned the use of Jetbrains IDEs internally

#140
post #12

Earlier quoted context omitted.

I quit over principles about 9 months and 800 job applications ago. I'd advise not to do it unless you're sitting on a pile of cash.

I'm genuinely super curious because I hear this a lot, but the deepest I ever got was... 5 apps? Do you have some kind of like generic cover letter/resume you fire off 3 times a day? What is your process?

In this market you m have to be Linus Torvaldes to put in only 5 apps no matter how well connected and networked are. And even then good luck.
Post reply on HN