Earlier quoted context omitted.
You mean all of Microsoft's direction? Look at how VSCode changelogs have morphed from editing features to 90% AI.
Thank you, this does not get discussed enough on HN. I used to look forward to monthly releases of VSCode and actually read the changelog carefully to see what new features/enhancements I could make use of. These days I just glance and ignore it completely -- almost everything is Copilot, MCP blahblah. Such a disappointment. You would think with all the AI magic, they would deliver more "core editor" features/enhance…
GitHub is no longer independent at Microsoft after CEO resignation
741–750 of 1001 posts
Re: GitHub is no longer independent at Microsoft after CEO resignation
#742Earlier quoted context omitted.
Microsoft being the cool guys? The cool guys ? Mwuhahahhaa. This gave me the good belly laugh I needed. For the last 25 years, Microsoft was known for: - being the no. 1 enemy of free software - shipping the worst web browser in existence, despite 80%+ market share - making corrupt deals with governments around the world to tie them to their office software suite - creating vendor-locked proprietary extensions to kil…
This comment comes some 15 years late. Microsoft runs the biggest org on github and has open sourced a lot of their own code under permissive licenses. IE has been dead and buried for ages. Edge doesn't have even close to the same market share and is based on Chromium. They build more and more of their own UIs on Electron. I honestly don't remember when they tried to snare someone to use proprietary extensions to som…
That's not a cool guy thing
Re: GitHub is no longer independent at Microsoft after CEO resignation
#743Lots of comments here remind me of the time GitHub was purchased by Microsoft. It would be the dead of GitHub. While in fact it got better: GitHub Actions (pretty neat CI system) happend under Microsoft. Free private repos happend under Microsoft. Now this time it could be different. But last time wasn't that bad imho.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#744Earlier quoted context omitted.
From a product POV, GitHub seems like a solved problem. It's been working well-enough with the current feature set for over a decade, with many companies building themselves on top of its stack. If they stagnate in MS bureaucracy but keep the lights on for push/pull/PRs, that's probably good enough for most people until something completely changes how software is made.
I think GitHub also doesn't have the same vendor lock-in that other companies do. I am very happy with their service, and I wouldn't want to move off of it. But at the same time there are numerous alternatives and it wouldn't be that hard to switch. Because, as you say, it is pretty much a solved problem, and because of that there are several competitors with feature parity at this point.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#745Earlier quoted context omitted.
Excel single-handedly redeems Microsoft from being a pure drain on human existence, but I can’t see what the point of the company is beyond that. Enterprise something something maybe. And declining literacy makes Powerpoint unfortunately indispensable.
Lets not pretend like there wouldn't be dozen of quality and actually used software if it wasn't for microsoft existing.
Yes, Excel is probably a lot better if you use English setup and advanced functions.
For me,
- not having to use Norwegian for formulas (my work machine has Norwegian setup and Excel insists on using Norwegian formulas)
and
- not having it trying to find something it can misinterpret as a date, preferably some random place in a list of thousands of items
makes it worth it.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#746Earlier quoted context omitted.
Microsoft continues to produce absolute garbage (except now it's also adware) and continues to utilise aggressive tactics to gain market share. They deserve plenty of hate.
I can agree anti-consumer behaviour is still ingrained in parts of Microsoft, as a dormant beast waiting to be Ballmer-ized for a new round. But again, why the baseless argument based on hate? You can (for example) de-bloat Windows 11 out from the telemetry and annoying widgets nobody uses, including the invasive Copilot. After de-bloating, it's a decent OS on its own. I should have the right to have a clean Windows…
Re: GitHub is no longer independent at Microsoft after CEO resignation
#747Earlier quoted context omitted.
> Even among tech people, they have good will Wait, do they? I mostly remember: - A neglected desktop OS with slowly deteriorating quality - Aimless products like the Vision Pro that seems to have failed as the "get the devs excited" premium SDK launch everyone described it as - Rocky start issues on Apple Intelligence, nerfed Siri, etc. - Unexciting iPhone launch and lots of ridicule levied on Liquid Glass It's the…
If that's what you "mostly" remember, your memory is awfully selective. It's totally fine for you to have a bias, but you're overlooking decades of massively successful products and services. Having owned plenty of Thinkpads (Linux), Dells(Windows and Linux) and plenty of Macbook Pros, I can say, Apple's superiority of hardware is so far beyond the rest. Having an OS with a BSD-ish experience is really nice as well.…
If you asked me 2 years ago I would say something different about Linux than I would said today, because I’m running a different distribution with a different desktop environment and that changed my experience completely, even though I’m running on basically the same hardware.
I run Linux in Apple hardware too, how does that rank in your comparison?
Re: GitHub is no longer independent at Microsoft after CEO resignation
#748I think that just like it happened with Apple after they made it out of bankruptcy, Microsoft being the cool guys phase is slowly over. Xamarin is no more, after the whole MAUI rewrite without backwards compatibility to Xamarin.Forms, killing VS4Mac, shortly after having rewriten the underlying Xamarin based IDE into Mac, what survives is a subset of Xamarin tech for mobile and WebAssembly workloads. .NET is now cros…
Microsoft being the cool guys? The cool guys ? Mwuhahahhaa. This gave me the good belly laugh I needed. For the last 25 years, Microsoft was known for: - being the no. 1 enemy of free software - shipping the worst web browser in existence, despite 80%+ market share - making corrupt deals with governments around the world to tie them to their office software suite - creating vendor-locked proprietary extensions to kil…
Commercial success hasn’t been an argument for technical supremacy since Betamax.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#749Earlier quoted context omitted.
> I honestly don't remember when they tried to snare someone to use proprietary extensions to something open. Try using VSCodium legally with the same functionality as VSCode; remote development, Python language server, C++ debugging, and so on. People who think Microsoft is doing open source work for the good of their hearts are still in for a lesson in EEE. https://github.com/VSCodium/vscodium/blob/master/docs/exte…
These are extensions. No one is preventing OSS communities from developing their own remote dev, Python, and C++ extensions. The VSCode extension API allows it. There are actually some efforts being made to do it.