(Long-term user/customer here. I am using IntelliJ since like version 2 (with some gaps).)
Jetbrains founders turn billionaires without VC help
151–160 of 530 posts
Re: Jetbrains founders turn billionaires without VC help
#152It’s rare these to read stories of software billionaires and think it’s well deserved. This is one of those rare cases. Also, IntelliJ runs on Java, for all the bashing that Java gets on HN, it’s an example of how “what technology you pick is less important than your focus on user experience”. It’s amazing that their products are so performant on Java
Re: Jetbrains founders turn billionaires without VC help
#153It’s rare these to read stories of software billionaires and think it’s well deserved. This is one of those rare cases. Also, IntelliJ runs on Java, for all the bashing that Java gets on HN, it’s an example of how “what technology you pick is less important than your focus on user experience”. It’s amazing that their products are so performant on Java
Re: Jetbrains founders turn billionaires without VC help
#154Earlier quoted context omitted.
.. and IntelliJ Ultimate has plugins that brings all the features of all of their IDEs(PHP, GO, Android, RUST, JS...) except CLion.
Does IntelliJ Ultimate include their C# functionality from Rider, as well? I used to use IntelliJ Ultimate, but I don't remember it including C# support.
Re: Jetbrains founders turn billionaires without VC help
#155It reads that they raised no external funding whatsoever? Is that true? If so, how? Did they just code an app and start immediately selling it, working another jobs until it become enough profitable to support them full-time? It sounds quite implausible that they did not receive any funding, but I guess it could be true. Very impressive achievement nonetheless.
It sounds strange now but I suspect for most of history this was true of businesses large and small. I wonder when external funding became "the rule" for successful companies rather than the exception?
Re: Jetbrains founders turn billionaires without VC help
#156Re: Jetbrains founders turn billionaires without VC help
#157It reads that they raised no external funding whatsoever? Is that true? If so, how? Did they just code an app and start immediately selling it, working another jobs until it become enough profitable to support them full-time? It sounds quite implausible that they did not receive any funding, but I guess it could be true. Very impressive achievement nonetheless.
Why is it impossible to believe that a company can start small, become profitable and grow without VC funding? This is how the vast majority of businesses become successful.
Re: Jetbrains founders turn billionaires without VC help
#158Re: Jetbrains founders turn billionaires without VC help
#159It’s rare these to read stories of software billionaires and think it’s well deserved. This is one of those rare cases. Also, IntelliJ runs on Java, for all the bashing that Java gets on HN, it’s an example of how “what technology you pick is less important than your focus on user experience”. It’s amazing that their products are so performant on Java
That is actually a misconception. You may have this mental classification of Java as a slow language if you looked at its performance 20 years ago. Now it's actually really fast, it goes neck to neck with C++. Sure, Rust or Go or C (or definitely assembler) might be faster in some workloads, but Java is definitely very very fast nowadays. It uses a lot of memory because of the way Garbage Collection works, but it is…
I hate to be that guy but 1) java does not go neck to neck with c++ unless you mean it can be in the same order of magnitude and 2) C++ is not slower than C or Go or Rust
Note: by c++ I mean c++ compiled by a decent compiler e.g. gcc/clang/msvc
Re: Jetbrains founders turn billionaires without VC help
#160It reads that they raised no external funding whatsoever? Is that true? If so, how? Did they just code an app and start immediately selling it, working another jobs until it become enough profitable to support them full-time? It sounds quite implausible that they did not receive any funding, but I guess it could be true. Very impressive achievement nonetheless.