Earlier quoted context omitted.
> JetBrains are going to lobby for a law preventing local development? You think this is hyperbole, but companies lobby for unfair and anti-consumer, anti-privacy laws all the time. You live in a world with a weekend and reasonable working conditions because workers banded together and fought against corporations to buy those things for you. Don’t be naive. Corporations do what is best for their bottom line. > tellin…
This is way off the deep end as a response to a company offering a tool that nobody has to use if they don’t want to. > I am explaining to you why it’s in your own self interest That’s for your opinion of my own interests. JetBrains don’t tell me what I should do, or tell me that I don’t know my own interests, or make moral judgements against me, only people like you do that.
Jetbrains Space
81–90 of 104 posts
Re: Jetbrains Space
#82Earlier quoted context omitted.
If you think that Amazon are reading customer data, you are utterly crazy. Privacy is multi dimensional. If the US government wants access to your stuff, all the EU hosting in the world is not going to stop them.
I don't think I said Amazon is, or isn't, reading customer data. Nobody knows. As an EU citizen, I just prefer my data to be handed by an European company inside an European country, as I wouldn't want my data to be in China, handed by Baidu, if I was an American citizen.
Re: Jetbrains Space
#83Earlier quoted context omitted.
JetBrains products are the only Java IDE that doesn't support JNI debugging and development, they rather sell two licenses. Android Studio supports that use case, because Google has gotten so bad feedback from leaving NDK users stranded, that they eventually got an agreement to have Clion plugins as part of Studio.
> they eventually got an agreement to have Clion plugins as part of Studio. Wow, that sounds huge given that as a paying "all you can eat" user I don't believe that I can even install the CLion plugins. Do you happen to have a link talking about that deal?
https://intellij-support.jetbrains.com/hc/en-us/community/po...
Enjoy the JetBrains answer.
Re: Jetbrains Space
#84We use Space due to GitLab's recent pricing changes. We like: - free git hosting - free slack-like with sub-thread - generous CI/CD - built-in issue tracker - built-in wiki - very snappy - has mobile app We don't like: - CI/CD script uses Kotlin DSL, feels "heavy". - Issue tracker very basic, we end up using YouTrack. Still don't know how to integrate it lol. - One project can have multiple repos, but they all share…
Feels like there's a big race to be the all-in-one everything tool for everything. It's Gitlabs whole schtick, GitHub is moving in that direction, now "also Jetbrains". IMO I think something like Jetbrains should be leaning into integration, not all-in-one. Connective tissue last longer than walled garden.
Of course, we’re huge fans of JetBrains products, and them and the other companies mentioned above have so much credibility and such vast resources that they are going to deliver widely-used and powerful products. We hope to integrate with them where it makes sense!
If you are curious to learn about about Coherence, please check out our free beta at the link above or feel free to reach out to hn@withcoherence.com… We appreciate any and all feedback from the HN community.
Re: Jetbrains Space
#85Earlier quoted context omitted.
I recently bought the Professional Edition of Pycharm after using it for years. The pro features are nice but nothing I missed. Definitely not Crippleware
I also forgot to include "remote executors" in that list for shops that use docker or similar machine learning setups; I can imagine that's a non-trivial market for PyCharm Pro
Re: Jetbrains Space
#86Earlier quoted context omitted.
I also forgot to include "remote executors" in that list for shops that use docker or similar machine learning setups; I can imagine that's a non-trivial market for PyCharm Pro
vs code could always go this way in the future too. some of their most popular features are closed sourced freeware. they probably would never directly charge but it definitely violates the open source spirit when the guts of your IDE are closed off
Re: Jetbrains Space
#87We use Space due to GitLab's recent pricing changes. We like: - free git hosting - free slack-like with sub-thread - generous CI/CD - built-in issue tracker - built-in wiki - very snappy - has mobile app We don't like: - CI/CD script uses Kotlin DSL, feels "heavy". - Issue tracker very basic, we end up using YouTrack. Still don't know how to integrate it lol. - One project can have multiple repos, but they all share…
Re: Jetbrains Space
#88Re: Jetbrains Space
#89Re: Jetbrains Space
#90Earlier quoted context omitted.
I’m not familiar with Upsource, but what you describe sounds somewhat like the Gerrit review process. Each commit is reviewed individually, but sending multiple dependent commits for review is supported as well. It is technically possible for a coworker to build on top of your unsubmitted changes (by checking out your commits and adding more on top). However this process gets somewhat painful if the coworker updates…
I played with Upsource back when it was their "static-analysis in the cloud," and it actually was cool, but holy hell it was a beast to get up and running, and (just like Qodana that they're trying now) the static analysis was(is?) indescribably hard to configure correctly to get meaningful results I've heard great things about Gerrit, but it also seems like one of those "strongly opinionated, mailing-list based" rev…