Live data from Hacker News

Rider is now free for non-commercial use

jetbrains.com

161–170 of 435 posts

Re: Rider is now free for non-commercial use

#161

Earlier quoted context omitted.

Students or OSS

But it was already free for students, and they have a partnership program with OSS which allows you to use it for free as well.

It was still a process. You had to have an established OSS project and go through the partnership process.

Now you can just use it for free for any hobby/oss projects without all the red tape.

Re: Rider is now free for non-commercial use

#162
post #126

Earlier quoted context omitted.

VS for Mac was junk. Better off trashing it and pushing people the VS Code route. I use VS Code daily for .NET development. It's probably 70% of what VS on Windows is, but it works well and I don't need to run a VM for it (if I need some of the in-depth tracing and profiling stuff, I can still fire up the gold standard). VS on Mac was maybe 30%

I mean, yes, VS Code certainly is great and all, but… > It's probably 70% of what VS on Windows is no. From my perspective, it doesn’t even have 50% of VS features, and that’s probably a generous estimation. VS has lots and lots of features. Granted, many of them are irrelevant for most users most of the time. Even Rider is lacking in comparison. It is very limited regarding debugging targets for example.

you have the dev kit installed and put your enterprise license in? whats missing?

Re: Rider is now free for non-commercial use

#163

Earlier quoted context omitted.

Does your workplace explicitly allow you to use personal software on work equipment, or do you just not mention it and hope nobody notices? Just curious, as not all places would allow this.

Yes, devs are explicitly allowed to use any editor they want. I'm not the only one who brings my own JetBrains, but I'm in a tiny minority.

This is not common, at least from my experience (in western companies). Even if devs have root (not a given), the policy is generally that employees cannot use paid software that the company hasn’t licensed

Re: Rider is now free for non-commercial use

#164

Earlier quoted context omitted.

> I'd also like to note the great integration Rider has with Godot I wish Godot's syntax for .NET wasn't horrible though. Its so nasty looking that it just makes me want to use their native language instead.

That's what I've opted for as well, and I have to say I prefer it. gdscript is a nice language for high level game scripting, and on the couple occasions I needed to bring in some high-performance code I found it super easy to build a gdextension in Rust.

Forget gdextension imo

Compile the engine from source and add your classes as a module. Cuts out all the gdextension glue code and then you don't need to ship a shared library.

Re: Rider is now free for non-commercial use

#165

Genuine question with an open mind: why would I use this and not vscode? I know people complain about lag in vscode but I have personally never experienced/noticed any. So with that in mind what does rider give that vscode cannot?

I’m a PhpStorm user so not familiar with Rider specifically, but in my experience JetBrains IDEs are exactly that: Integrated Development Environments. Whereas VSCode is more of a code editor first and foremost.

There’s tons of overlap between the two, and for casual development VSCode will usually be fine. But as a professional I rely on IDEA to make a living, and it rarely lets me down.

95% of everything I could ever need comes out-of-the-box, so I don’t need to go plugin hunting (though there is a broad range of IDEA plugins too). In fact the IDEA plugins are cross-compatible, so plugins for Rider will work in PhpStorm, PyCharm, Rubymine, etc.

The refactoring is outstanding, and leaps beyond what VSCode can do it. Basically it just understands my code like a real developer would. Not just simply checking syntax, but understanding project structure, naming conventions, coding styles, and more.

PhpStorm gives me access to a full debugger, with inline breakpoints and execution step controls. “Find Usages” is incredibly thorough and even understands dynamic symbol names in many cases.

Also I get a full MySQL and Redis client, right there in the UI. I can click on strings which refer to column names in my code, and they’ll appear in the DB panel instantly.

At the end of the day these are power-user features, but I’m glad to have them and feel significantly more productive in a JetBrains IDE. Embracing static analysis and a full IDE was probably the single most beneficial upgrade to my skills and career.

Re: Rider is now free for non-commercial use

#166

Limited commercial use 1 to 3 devs should also be freek as projects this small usually are just starting and aren't profitable yet. Beyond that, yes , it should be sustainable for the team to pay for commercial license.

No. If you have money to pay for developers, you also have money to pay for tools. Especially since software licenses are going to be a tiny fraction of what the developers cost.

Re: Rider is now free for non-commercial use

#167

Earlier quoted context omitted.

Students or OSS

But it was already free for students, and they have a partnership program with OSS which allows you to use it for free as well.

You need to apply once a year and you need to be a maintainer of an active oss project for the oss license. From my experience they're very lenient in regards to what they consider active, but I don't think I'd jump trough the hoops if I didn't start using Rider with the student license.

Free for non-commercial offers a easy way to get people to use it and hopefully advocate for it at their jobs.

Re: Rider is now free for non-commercial use

#168

Genuine question with an open mind: why would I use this and not vscode? I know people complain about lag in vscode but I have personally never experienced/noticed any. So with that in mind what does rider give that vscode cannot?

Superior: * Debugging * Refactoring

Re: Rider is now free for non-commercial use

#169
Rider has a lot going for it, but I really can't stand the structure of JetBrains subscription. Why can't they just have a single monthly or annual price, rather than this absurd structure where the price gets cheaper over time, encouraging lock-in?

Re: Rider is now free for non-commercial use

#170

As a paying subscriber I love this move for the .NET community. As a .NET dev for many years, I've noticed there have been periods of time where either Visual Studio or Rider was far better than the other. Currently, Rider is much better. Hopefully this encourages more people to try out C# & F#. Both fantastic languages. - Edit - Looks like Webstorm (JS/TS editor) is also free now.

RustRover (Rust ide) is also now free for non commercial use
Post reply on HN