I wasn't able to find an open source alternative to Newrelic APM for ruby. Perforce is also something that's very useful for game development but relatively expensive.
Ask HN: Which project does not have any good open-source alternatives?
21–30 of 283 posts
Re: Ask HN: Which project does not have any good open-source alternatives?
#22What do people use for self service embedded analytics in SaaS applications?
Re: Ask HN: Which project does not have any good open-source alternatives?
#233D CAD software is light years behind in the open source ecosystem, but competing with Solid Works or Auto Desk is a enormous task... Although Blender seems to be catching up in 3D animation!
Re: Ask HN: Which project does not have any good open-source alternatives?
#24Re: Ask HN: Which project does not have any good open-source alternatives?
#25I wasn't able to find an open source alternative to Newrelic APM for ruby. Perforce is also something that's very useful for game development but relatively expensive.
Why’s perforce not replaceable by git?
Git doesn't work very well with partial or subfolder checkouts which is something you would need if you want to store intermediates. In games intermediates can take multiple hours to build (like maps). Building the game from scratch every commit like it's usually done with git CI tooling does not work very well.
We also ran into wanting to give modders access to maps and materials but not to game code.
Re: Ask HN: Which project does not have any good open-source alternatives?
#26I wasn't able to find an open source alternative to Newrelic APM for ruby. Perforce is also something that's very useful for game development but relatively expensive.
Why’s perforce not replaceable by git?
Git LFS might handle this, but it's just not something that Perforce shops have to even think about, train their people on, etc. It's just "there" and there's somebody that they can call and yell at if things go wrong.
Re: Ask HN: Which project does not have any good open-source alternatives?
#27Re: Ask HN: Which project does not have any good open-source alternatives?
#283D CAD software is light years behind in the open source ecosystem, but competing with Solid Works or Auto Desk is a enormous task... Although Blender seems to be catching up in 3D animation!
CAD software like AutoCad does not have any good Open Source alternative. As it is mostly used by Civil Engineers, I think when the Civil Engineers will motivated by the Open Source manifesto, they will approach making soemthing good alternative of CAD software!
The age of the product would surely reveal the difficulty of creating a competing product...
Re: Ask HN: Which project does not have any good open-source alternatives?
#29Re: Ask HN: Which project does not have any good open-source alternatives?
#303D CAD software is light years behind in the open source ecosystem, but competing with Solid Works or Auto Desk is a enormous task... Although Blender seems to be catching up in 3D animation!