Live data from Hacker News

Jetbrains founders turn billionaires without VC help

bloomberg.com

131–140 of 530 posts

Re: Jetbrains founders turn billionaires without VC help

#131
>The Prague-based startup

This is Czech company as much as Luxsoft is Swiss or Telegram is from UAE.

Using JetBrains tools you potentially give Russia/FSB access to your source code and open yourself to a possibility of getting backdoor inserted into binaries during compilation.

Re: Jetbrains founders turn billionaires without VC help

#132
post #44

PyCharm is a no-nonsense, straightforward IDE, that's a pleasure to use. They somehow manage to avoid annoying feature bloat and crapware. No nagging, no bullshit, they are actually creating features that improve workflows instead of features to tick boxes on corporate purchasing department meeting room flipcharts or buzzword bingo. Remarkable and I really hope they don't get bought-and-killed by one of the giants. O…

I'm a big fan and user of PyCharm for many years, but we all know that when my fan starts going and the laptop wants to take off, we can guarantee that PyCharm is indexing ;)

That’s their one thing...

Indexing is required by so much of their software, even listening for XDebug connections with PHPStorm is not available while indexing. Can’t they let us set the indexing on a lower priority and let stuff work without the index too? (Even if we can’t jump to a specific function, XDebug protocol already has the file and line indicated.)

Otherwise I love their software!

Re: Jetbrains founders turn billionaires without VC help

#133
post #89

Since their HQ is in Russia is no one else concerned that their IDE may be subject to Russian spying? I mean, I'm currently reading the book Sandworm. And it is known in the cybersecurity world that Russia coerces or intimidates companies and devs to work for them as spies.

It says on jetbrains.com that their HQ is in Prague, Czech Republic. On wikipedia it says they're a Czech company with headquarters in Prague, Czech Republic. edit: Looks like they're maybe not entirely transparent about that.

You can find all locations at the website [1], there are Russian cities among them. I believe it's pretty much transparent.

[1] https://www.jetbrains.com/company/

Re: Jetbrains founders turn billionaires without VC help

#134

>The Prague-based startup This is Czech company as much as Luxsoft is Swiss or Telegram is from UAE. Using JetBrains tools you potentially give Russia/FSB access to your source code and open yourself to a possibility of getting backdoor inserted into binaries during compilation.

This is even more doubtful than with Kaspersky. But then again, Russia has the same concerns about Microsoft software, and so on down the line.

https://en.m.wikipedia.org/wiki/Astra_Linux

Re: Jetbrains founders turn billionaires without VC help

#135
Love the idea, but could never get into their software. It always felt very alien, especially on OS X. I figured it was due to whatever Java UI framework they were using.

Has that changed it recent years? Does it feel more native? I just set up a new machine, maybe I'll give it a whirl.

Re: Jetbrains founders turn billionaires without VC help

#136
post #50

Isn't JetBrains a Russian company that moved their HQ to Prague due to fear of Russian government?

No, not due to fear. It's just somewhat easier to sell their products using a EU based legal entity. Another example would be Yandex, registered in the Nethelands. JetBrains main dev offices are in St Petersburg, Moscow, Novosibirsk.

The Czech Republic wasn’t part of the EU in 2000.

Re: Jetbrains founders turn billionaires without VC help

#137

Thank the gods for JetBrains. I love their software. Excellent business model, I get to keep the software I bought when the license expires. Never forced to continually pay for something you don't see value in updating. I think that's one of the key factors which drives them to continue to improve their products. If future version of their products wasn't vastly improved over the previous then people wouldn't upgrade…

It is interesting that they initially offered subscription model without unexpirable license. But because of community backlash they changed it and people seem to be happy with the outcome. Listen to your users.

> It is interesting that they initially offered subscription model without unexpirable license.

I wasn't even aware they ever did licenses that 'fully expire' but I'm glad they have their current model.

Re: Jetbrains founders turn billionaires without VC help

#138

>The Prague-based startup This is Czech company as much as Luxsoft is Swiss or Telegram is from UAE. Using JetBrains tools you potentially give Russia/FSB access to your source code and open yourself to a possibility of getting backdoor inserted into binaries during compilation.

That’s the first time I am reading these allegations. Do you have sources backing up your claim or is it just expected to be “common knowledge”?

Re: Jetbrains founders turn billionaires without VC help

#139

Earlier quoted context omitted.

It is interesting that they initially offered subscription model without unexpirable license. But because of community backlash they changed it and people seem to be happy with the outcome. Listen to your users.

> It is interesting that they initially offered subscription model without unexpirable license. I wasn't even aware they ever did licenses that 'fully expire' but I'm glad they have their current model.

It went Buy_every_version_you_want -> Hard_license -> Outcry -> Current model.

Re: Jetbrains founders turn billionaires without VC help

#140
post #44

Earlier quoted context omitted.

I'm a big fan and user of PyCharm for many years, but we all know that when my fan starts going and the laptop wants to take off, we can guarantee that PyCharm is indexing ;)

Sure there are some places to improve. My only complaint is with the remote features, now with covid. I want to seamlessly work as if I was sitting in the office (I can ssh to the machine). My current setup is to sshfs mount my remote code, install a conda env on my laptop mirroring the office one, and execute things in a terminal window. PyCharm then becomes an editor, autocompleter, refactoring tool, code navigatio…

My workflow now involves running syncthing to synchronize repos between local and remote server and then run instances of IntelliJ locally and over VNC. I get the speed of local editing and running unit tests, but can switch over to VNC remote instance to run and debug. VNC has been much more performant and easier to use than X forwarding or remote debugging.
Post reply on HN