Live data from Hacker News

Rider is now free for non-commercial use

jetbrains.com

141–150 of 435 posts

Re: Rider is now free for non-commercial use

#141

There are a few privately owned companies that amaze me: JetBrains, Valve among the top. Somehow they have a much better value/user and make reasonable decisions: counter intuitive to investors/shareholders but insanely intuitive to their users. I am sure the public market has made the general public reap the rewards of large companies (kudos!) but some of the privately owned companies are absolutely kicking ass to s…

I would add Wolfram to that list. All three have cracked capitalism.

Re: Rider is now free for non-commercial use

#144

This is pretty huge all around, especially with Microsoft discontinuing Visual Studio for Mac. https://learn.microsoft.com/en-us/visualstudio/releases/2022... I'd also like to note the great integration Rider has with Godot and Unity for game development.

> 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.

Re: Rider is now free for non-commercial use

#145

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

I think it’s a bit worrisome that Microsoft can give away VS Code for free because they subsidize it in other ways, but JetBrains - a small software shop - clearly is being forced into this position.

Just more Big Tech setting the terms for all of us trying to make a living.

Re: Rider is now free for non-commercial use

#146

JetBrains licenses are one of the few software licenses that I pay for. Their IDEs have the features I need while keeping the UI from getting in the way.

I really, really wanted to like and use their IDEs (esp their Ruby 'intellisense' or w/e), but the lack of popular theme support kind of killed it for me. I wanted my IDE to look like my VSCode editor, but, at least a few years ago, that wasn't really possible since iirc there were only a handful of theme options.

Re: Rider is now free for non-commercial use

#147

This is pretty huge all around, especially with Microsoft discontinuing Visual Studio for Mac. https://learn.microsoft.com/en-us/visualstudio/releases/2022... I'd also like to note the great integration Rider has with Godot and Unity for game development.

> 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.

Re: Rider is now free for non-commercial use

#148

There are a few privately owned companies that amaze me: JetBrains, Valve among the top. Somehow they have a much better value/user and make reasonable decisions: counter intuitive to investors/shareholders but insanely intuitive to their users. I am sure the public market has made the general public reap the rewards of large companies (kudos!) but some of the privately owned companies are absolutely kicking ass to s…

I agree that private companies can be good and I use Steam a lot, but Valve sucks in other ways. Their community is awful and developers can have posts openly calling for their death or calling them racial slurs and Valve support will tell them they won't remove the posts. I don't mean they deny the support request, I mean a person will respond and say "Yeah manage your community better." This is despite the fact they give no tools for community management.

But being a public company wouldn't make it any better.

Re: Rider is now free for non-commercial use

#149

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…

    >  I hope it will help with promoting .NET as the first choice where teams historically picked Go (which is worse)
Curious in what ways specifically you think Go is worse than .NET and what contexts?

Re: Rider is now free for non-commercial use

#150

Earlier quoted context omitted.

What does "noncommercial use" mean in this context though? These are tools for work - is the idea that students can use them for free and then will start paying once they finish school?

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.
Post reply on HN