Earlier quoted context omitted.
Not obvious. Whatever.
"You are delusional and immature" is the kind of attack we ban accounts for, especially when they have a history of breaking the site guidelines.
JetBrains: $270M revenue, 405K paying users, $0 raised
531–540 of 680 posts
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#532Earlier quoted context omitted.
Oh, and a special mention is deserved for Rider's git merge UI, which is by far the best I've used. It's based on 3 window panes: you get your code on the left, theirs on the right, and the result in the middle, along with tools for accepting changes from either side, and you can edit the result pane at will too. I've never liked the git merge UIs in VS or VS code (or other IDEs I've tried over the years) - Rider's i…
doesn't most three-way merge software have that UI? like kdiff3, meld, sublime merge, p4merge, vimdiff et al. (even think jetbrains products have it)
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#533Earlier quoted context omitted.
>I'm sure the much lower salaries in Prague allowed them to be more competitive with a lower burn rate It's a russian company with the most people (especially engineers) in St. Petersburg. It's only technically registered in Prague. They have only 50 people there. And around a thousand people distributed across Russia (St. Petersburg, Moscow, Novosibirsk), Munich, Boston and brand new office in Amsterdam.
I never knew they were a Russian company. That kind of makes me rethink my support, this day and age. Trusting a Russian company for such fundamental tooling seems really unwise.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#534I love IntelliJ but I am constantly switching between PyCharm and WebStorm, which is quite annoying since I end up doing python and javascript in both. I wish they one modular product instead of many, many slightly different products. Edit: I'm learning in the comments below that IntelliJ IDEA Ultimate gives you the capabilities of the other products all together. This sounds great! I'm going to try it.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#535Earlier quoted context omitted.
[flagged]
> but he has not annexed any provinces of Canada or Mexico But he already expressed intention to get Greenland, no? Yet something tells me that if, say, Mr. Obama did present Point Roberts ( https://www.google.ca/maps/place/Point+Roberts,+WA+98281,+US... ) to Canada (as Khrouschev did with Crimea) then nothing would stop Mr. Trump to take it back.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#536Earlier quoted context omitted.
I never knew they were a Russian company. That kind of makes me rethink my support, this day and age. Trusting a Russian company for such fundamental tooling seems really unwise.
That Cold War mentality is getting old already. The world has a lot more to gain if we drop the "my approach is superior" in the process. Russia and China is not filled with demons, and much of the same things they are being acused of can be said of the US, from severe human rights violations in Guantanamo, migrant populations and pretty much being involved in almost every war out there while destabilizing countries…
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#537I'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…
True; that's the only subscription model I find acceptable for software that hardly changes in meaningful ways. For example, I refuse to upgrade Git Tower to version 3 as a protest against fournova's new licensing. Up to that point, I was a loyal customer and product advocate, basically buying every upgrade anyway, but by my own choice. Instead, I'll be on version 2 "forever", despite all its flaws. It was even worse…
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#538Earlier quoted context omitted.
> a jetbrains ide can do are just much better than what my custom setup could do I get frustrated by people who insist on a complex vi/emacs setup for something Jetbrains IDEs do better out of the box. Or people who insist Sublime is good for editing their complex React project.
I mainly use vim and occasionally use Jetbrains. My setup in vim is super complex. I can tell you exactly how I feel about it: Vim is a better text editor than anything else. By far. Unfortunately, vim is terrible at basically everything else. The problem is, once you learn to use vim's text editing capabilities, then editing code using anything else feels like a pain. I'm not talking about variable lookups / etc. I'…
you may be more productive editing code in vim but when it comes to engineering text editing is not the most important thing to be solving for
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#539Earlier quoted context omitted.
Why is that? And, alternatively, who would you trust?
Russia is a malevolent authoritarian regime. Russian companies (like Chinese companies) have no power to resist the dictates of their authoritarian governments. I don't trust anyone completely, but democratic countries where government authority is checked/constrained by the people and competing forces are far more trustworthy.
Re: JetBrains: $270M revenue, 405K paying users, $0 raised
#540Earlier quoted context omitted.
Not against GUI or anything but just curious about doing it from CLI: git log | grep 'June 2017' (and remember the first 5 characters of hash) And then `got checkout `
I think you missed the part that said "without checking out any files"?