cross-posted from: https://lemmy.ca/post/5340114
ghostarchive
Original Discussion[1]San Francisco police told Polygon that officers responded to Unity’s San Francisco office “regarding a threats incident.” A “reporting party” told police that “an employee made a threat towards his employer using social media.” The employee that made the threat works in an office outside of California, according to the police statement.
For me the rule that has always worked is “bet everything on open-source”. It has always paid off.
When people at uni used Matlab, I learned R (before R-studio even existed) and python. I moved to linux as soon as I could. I never wanted to learn anything MS or Apple specific, or proprietary technologies such as visual studio, excel, vba, c#, SAS. I went on docker ASAP…
Now the world in my field runs on open source tecnologies, and I am the leaders of the “new stuff” wherever company I go.
On the long term learning open source solutions is always a win. Best case scenario it becomes the industry standard, worst case scenario it gives you the know how to master proprietary tools
For me, it’s “learn everything”.
The best devs in XYZ language/framework aren’t the ones who are experts in XYZ, but the ones who are just good enough in XYZ and 15 other things that they see what XYZ excels at, and lacks, and how patterns from elsewhere could be adapted to supercharge XYZ’s strengths and mitigate its weaknesses.
Preach it! One of my colleagues writes all his machine learning code in Matlab. Brilliant person, has done some incredible research, but can do anything with the code because no organization is going to bring Matlab into its clusters and pay for all the licenses needed to run it. So while plenty of presentations and papers have been written of this research, the actual process of letting people use it takes an additional army of Python developers to translate and test every new feature and enhancement.
This is what happens when you build your career around walled garden platforms. Inevitably, you’ll reach a dead end. Focus on learning tools that enable you the most. Open source will always win in the end, because it will never come with this very heavy piece of baggage that proprietary tools have. This is why the internet is built on Linux and not Windows.
Unity is the same way. When you build your career on a technology that a single company can strip from you on a whim, that’s a big risk. I really hope that Godot and other open source engines take off after this. It will be a painful transition for many developers, but hopefully it’s a lesson very well learned.
For what it’s worth, C# is a ECMA standardized language (https://www.ecma-international.org/publications-and-standards/standards/ecma-334/) and has a linux-based implementation (mono – https://www.mono-project.com/docs/about-mono/).
Though it is hard to overcome the obvious Windows origins of the first implementation.
Good move. MATLAB is trash.
Eh, depending on your career Excel is worth a tiny bit of time given its pervasiveness and how powerful it is. But like you say, learning open source will make Excel a piece of cake.