this post was submitted on 08 Oct 2023
28 points (71.9% liked)
Programming
17377 readers
235 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't think there is any merit to that concern. Not only is TypeScript FLOSS, Microsoft also has an excellent track record developing high-quality programming languages and tech stacks. Take for example C#. It's been around for over two decades and if anything it's getting better by the release.
I understand the rationale behind the concern, but there is also a factor of mindlessly parroting cliches.
Just to play the Devil’s Advocate here.
FLOSS is provably insufficient as a token of certainty for longevity and fairness. Licenses can change — we’ve seen this with MongoDB, and even Terraform. Sure, you can fork them, but who’s to say if the ecosystem will follow suit? Most of the time, the ecosystem doesn’t move to the new FLOSS fork.
And I don’t think C# is a good example. C# runs on .NET, which is Microsoft’s own framework. TS compiles to JS (technically ECMAScript) and runs on V8, both of which aren’t “owned” by Microsoft. There’s ample room for Microsoft to take advantage of the popularity of TS to wedge their influence into the ECMAScript standard and the V8 engine, e.g. by extending TS with features not available or performant in JS, pull themselves ahead of the rest, and become the de facto standard. It’s a common playbook by large tech companies — Amazon takes FOSS projects, modify them, and put them up as services on AWS and eventually gain significant market share and influence; Google is doing something similar with the Web API Standards.
Aaand just to top of the cake with some cherry, here’s a blog post from someone who’s been paying a keen eye to what MS has been doing.
https://ghuntley.com/fracture/
I thought the .NET controversy with
dotnet watch
was many years ago and turns out it was pretty recent.In any case, and I think I wrote this in my other comment, just because a project is FLOSS, doesn’t mean it’s all fine and dandy. FLOSS is just the means to an end, and while the community attaches a noble motivation behind it, FLOSS is just a method. The article mentioned that FLOSS is being used as a Venus fly trap, and I honestly couldn’t agree more.