They seem to have nice products but when people compare JetBrains tooling to Vim, Emacs and VSCode everyone seems to leave out the fact that those tools are 100% free. I think it’s important for coding to be open to as many people as possible and the tools are the point of entry.
JetBrains does have a free tier, fwiw. It’s quite powerful too (I say this as an avid vim user)
JetBrains: $270M revenue, 405K paying users, $0 raised
191–200 of 680 posts
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#192I'm a big fan of the way JetBrains sells their licenses. Like a lot of software companies nowadays, they only sell licenses on a subscription basis. But with a very customer-friendly clause of where if you pay for a subscription for 12 months you get a perpetual license for the latest version of the product when you initially subscribed. And then after paying for any particular version of a product for 12 months, you…
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#193I can’t tell you how many times my use of very vanilla Emacs with zero jedi / autocomplete / search features has saved me in my career. It’s so critical to use text editors for software development and extract all other functionality to separate shell tools. If a mix of very simple vim or Emacs + grep / git grep / silver searcher + CLI tools for automatic linting, test cases, etc., isn’t efficient for you, and motiva…
True int main() { if (a d) ; } You can switch between the less-than and greater-than sign using '%' key in vim. I bet no other ide can do that. Vim is the javascript of text editors.
now, i'm not 100% sure on the exact behaviour, but e.g. even a cursory test in sublime shows it will highlight the start and end brackets if i'm inside the if-expression and you can "expand selection to brackets".
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#194It’s hard for me to praise Jetbrains, every time I start using Idea I have amazing experience, I feel like it’s totally one of the best IDEs out there and then couple days and non-trivial plugins later I have noticeable lags when typing text . I immediately give up and switch back to my previous setup. Why can’t IDEs prioritize reducing typing latency? That’s like one of the most important parts of text editing. Anyb…
This finds JB editors to be good for typing latency, and mirrors my experience. I keep my number of plugins to a minimum, check if disabling your plugins improves the issue.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#195I am a big fan of Intellij. But the single most feature I hate about their products is keyboard shortcuts. If they follow standard unix shortcuts along with standard browser shortcuts, it will be more productive.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#196Earlier quoted context omitted.
I think it's a generally frugal market even if some of us are flush with a bit of cash. There's a lot you can get done for free with various FOSS stacks, and outside of highly specialized tools that aren't easy to replicate in features/availability/guarantees, I think it's a hard market to get a foot in, because the power of NIH is so strong. Things like IDEs, or security services, that take either a very slow burn o…
> It's possible they wouldn't be able to get off the ground today if they tried this whole thing again. I think that's unkind. The product they had when they started (IDEA) was so much better than the competition, that it felt like magic. Yes, they rode the Java wave, but there have been other waves since then (Ruby, Python...) and nobody really managed to replicate for those markets the same experience of productivi…
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#197I badly want to use intellij for Rust and other languages. But the issue I smash up against is that years of Vscode + my customizations has made using any other editor terribly clunky. I can spend hours customizing the controls and UI but I still feel like someone handed me the keys to some old car made in a country that doesn't exist anymore. This in part revealed to me the cost associated with all the editor custom…
are you really writing that much code where a 20% (actual, and I'm going to guess to you it's a 100% percieved) slow down is going to make you get fired? Or think of it another way, why are you only able to work in optimal environments, and is that the real benefit you provide? Are you going to get laid off if you aren't fully optimal? If you switched keyboard layouts would you lose this speed too? Can you afford to…
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#198I love their products, my only gripe is that the performance is somewhat sluggish on my 2018 13" Macbook Pro.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#199Shame they had to sell out with their bullshit subscription model
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#200It’s hard for me to praise Jetbrains, every time I start using Idea I have amazing experience, I feel like it’s totally one of the best IDEs out there and then couple days and non-trivial plugins later I have noticeable lags when typing text . I immediately give up and switch back to my previous setup. Why can’t IDEs prioritize reducing typing latency? That’s like one of the most important parts of text editing. Anyb…
For reference, I primarily use it on Windows, with 64GB of RAM, but also use it on MacOS with 32GB of RAM and on another Windows machine with only 16GB of RAM.