Live data from Hacker News

Rider is now free for non-commercial use

jetbrains.com

411–420 of 435 posts

Re: Rider is now free for non-commercial use

#411

Earlier quoted context omitted.

That calculation does not hold for developing countries. Rider's license fee is huge in countries with per capita GDP is a small fraction of USA's per capita GDP.

We should probably look at developer salaries / hourly rates rather than GDP. Most of the people in developing countries don't need IDEs. But yeah, if you work for low rates, then you have to work more hours to pay for your tools.

> Most of the people in developing countries don't need IDEs

Most people in general, I would say. I haven’t tried JetBrains editors in a while, and the “developing country” definition is very unclear in my opinion (and also part of why I roll my eyes at the “what about developing countries?” argument sometimes), but I do think the yearly price looks good for WebStorm at least, as someone living in Colombia.

For reference, at the time of writing, the standard Netflix plan costs 26,900 COP a month, which ends up being 322,800 COP yearly. Meanwhile, WebStorm’s first year comes at 298,541.10 COP post USD -> COP conversion - it isn’t an insignificant sum, but if it offers significant added value, I think it’s a fair price, certainly better than the Netflix pricing. The second year is reduced to 237,967.54 COP, and the third to 177,393.99 COP - that last one is even less than what you’d pay for the Netflix basic plan over a year (202,800 COP).

Re: Rider is now free for non-commercial use

#412

Earlier quoted context omitted.

They are a russian company. Russians despite their evil empire are smart and capable people.

they aren't a russian company. they were founded in the czech republic... they may have been a country that was aligned ideologically with the ussr during the cold war but that's not the same as being russian. https://blog.jetbrains.com/blog/2022/12/06/update-on-jetbrai... > The Czech Republic is a member of the United Nations, NATO, the European Union, the OECD, the OSCE, the Council of Europe and the Visegrád Group…

A country that was aligned ideologically with USSR is an understatement. They were under occupation as a satellite state. Those people did not sign up for communism in 1945 willingly.

Re: Rider is now free for non-commercial use

#413

Earlier quoted context omitted.

What fan boy nonsense is this? The VSC support for c# is miles behind visual studio. Rider isn’t as good either, but it’s certainly better than VSC. Are you heavily using typescript with a bit of c# or a really tiny code base? This comment is incomprehensible to me. Do you never refactor code? There are a lot of sophisticated things you can’t do with VSC. It’s a great editor; but not for c#. The benefit of using it i…

If Visual Studio has better support for C# than Rider, why does Resharper exist? Not trying to start an argument - I've never used Visual Studio with C# (I was a PyCharm user when I started learning Unity so Rider was an obvious choice) but I always assumed that Rider was better - because it was managing to survive as a paid product so it must have had an edge.

>If Visual Studio has better support for C# than Rider, why does Resharper exist?

Back in the days there werent free extensions like Roslynator

Re: Rider is now free for non-commercial use

#415

Earlier quoted context omitted.

I use Visual Studio from work and personally subscribe to JetBrains. For those developing commercial software on a budget, Visual Studio Code is an excellent option. Although it lacks some features of JetBrains and Microsoft tools, pairing the .NET CLI with VS Code can still deliver impressive results. if you can afford $10 monthly, integrating GitHub Copilot with VS Code can elevate it to a fancy, lightweight IDE

That's my exact workflow nowadays. The best text editing experience with GH copilot and lowest battery footprint makes using a VSC a no-brainer. It's especially nice since it also happens to be the choice for Rust, so I experience very little friction, not having to switch an editor and using capable CLI of .NET and Cargo. For advanced scenarios Rider still rules, and this change is a very welcome one. I hope it will…

Why battery footprint would be even relevant for day2day?

Do you develop outside?

Re: Rider is now free for non-commercial use

#416

Rider is much better and faster than Visual Studio, and it's worth every penny. Making it free is a great move.

Is it actually faster than VS?

It is, in my experience. Especially with larger projects. And if you compare to VS+ReSharper, which is equivalent to Rider feature-wise, it blows it out of the water.

Re: Rider is now free for non-commercial use

#418
post #323

Earlier quoted context omitted.

They revamped the IDE a while back, it now feels much more VSCode-esque. Theming has moved on a fair bit too...

They revamped the IDE a while back, it now feels much more VSCode-esque. biggest mistake they have made in a while.

Arguably the 2nd biggest: the biggest was when they made that shit mandatory, in that I can no longer go into Settings and uncheck "New UI". The breadcrumb placement[1] alone almost made me rage revert to 2023.something since it was so instrumental to my workflow. Maybe by next Oct I'll have retrained my brain to look in the new location, but goddamn was it that important to them?

1: yes, I am aware of the Setting that says "breadcrumb placement = top" and I am also aware it does absolutely nothing. I'm currently too burned out on their process to open a YouTrack about it

Re: Rider is now free for non-commercial use

#419

I wish Jetbrains could save me from Xcode. Please.

I'm thankful that I don't have to deal with Obj-C nor Swift in order to know if it would help your specific complaint but have you tried their Swift plugin for CLion? https://plugins.jetbrains.com/plugin/8240-swift

I do see the /!\ sunset /!\ warning but until they actually do nuke it, it could still be helpful

Re: Rider is now free for non-commercial use

#420

I wish Jetbrains could save me from Xcode. Please.

Same. Discontinuing AppCode was genuinely disappointing to me. Not sure if you can still download it, but it definitely hasn't seen a new major release since the 2023 version.

They had a Swift plugin release in June 2024 FWIW https://plugins.jetbrains.com/plugin/8240-swift/versions but I'm guessing one would need to do some plugin.xml surgery given the compatibility range is locked at 2023.1.7
Post reply on HN