Live data from Hacker News

Jetbrains founders turn billionaires without VC help

bloomberg.com

61–70 of 530 posts

Re: Jetbrains founders turn billionaires without VC help

#61
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 ;)

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 navigation tool etc, but I don't do debugging within it.

There is some SSH and remote interpreter options but it's limited and hard to use. You can't directly work on the remote files, it uses a model of publishing your changes to the remote and keeps multiple copies etc. Several of us spent quite some time trying to come up with a good workflows for this but some rather use remote desktops or X forwarding because it's not straightforward.

Re: Jetbrains founders turn billionaires without VC help

#62

Earlier quoted context omitted.

Based on Wikipedia it was founded in the Czech Republic by three Russians in 2000 which makes it a Czech company just as much as Tesla is an American company (rather than South African). edit: Fixed founding date, coffee hasn't kicked in yet

As I understood it Tesla was founded by Americans and later Musk bought in.

> Tesla was founded (as Tesla Motors) on July 1, 2003 by Martin Eberhard and Marc Tarpenning in San Carlos, California ... A lawsuit settlement agreed to by Eberhard and Tesla in September 2009 allows all five (Eberhard, Tarpenning, Wright, Musk and Straubel) to call themselves co-founders

Re: Jetbrains founders turn billionaires without VC help

#64
post #3

Ok so everyone knows and loves JetBrains. What's their worst product so far?

I tend to run into performance regressions maybe once year after upgrading one of their non-Intellij products. I suppose this is because they mostly use Intellij internally so less dog fooding for other products.

Re: Jetbrains founders turn billionaires without VC help

#66
post #3

Ok so everyone knows and loves JetBrains. What's their worst product so far?

I haven't been convinced by WebStorm (for Angular and Gatsby/React projects EDIT: with TypeScript). It doesn't feel as magical as IntelliJ or Rider/R#.

Maybe not as great as Intellij, but definitely much better than VSCode

Re: Jetbrains founders turn billionaires without VC help

#68
post #3

Ok so everyone knows and loves JetBrains. What's their worst product so far?

TeamCity, known as TeamShitty in my previous company.

Saying that TeamCity is their worst product sounds like a back-handed compliment to me. It's certainly not a perfect product, but I've been in multiple jobs where they migrated the CI system (including one that did ~25k builds/day) to TeamCity and it was a significant improvement in scalability and manageability over Jenkins, Travis, and some other Windows-only CI system.

Re: Jetbrains founders turn billionaires without VC help

#69

A year using IntelliJ for React/Node and still trying to find my way around the IDE (IntelliJ). It seems powerful as is, but I feel like I'm not using it to the full extent Any tips?

Try opening the included "learn webstorm" interactive project.
Post reply on HN