Earlier quoted context omitted.
What about Wine? Is that still a thing? Visual Studio Code seems to be their big open source push, besides GitHub. Everyone uses it, and most development environments and UX are based on it. Used to be Atom, I remember.
Pedantic, but VS Code does not share a lineage with Atom, besides the fact that it is built on Electron (which was, admittedly, originally built for Atom.)
GitHub is no longer independent at Microsoft after CEO resignation
471–480 of 1001 posts
Re: GitHub is no longer independent at Microsoft after CEO resignation
#472My deepest concern at this time isn't that AI eventually gets written down to nothing; because I don't think it will. Its that these companies are so scared of being out-competed by an AI-first competitor that they're willing to make deep sacrifices to their core businesses just to effectively virtue signal that they're AI first and unable to be out-competed. It is deeply concerning because all things point to realit…
Not true. Ironically, the first exception I can think of is Github Copilot.
It is true these companies haven’t recouped anywhere near the $trillion they’ve invested in AI.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#473Earlier quoted context omitted.
It's also amazing that they convinced developers that running a non-standard CPU instruction set through a laundered Rosetta layer was somehow battery or compute friendly lb for lb when an AMD processor (or even Intel) is plenty efficient and cool. Are any applications on your Mac touching Rosetta right now? You'd better hope not because those single percentage gains from ARM evaporate fast.
Delusional take. Rosetta is for maintaining compatibility during the transition. Efficiency is fine with Rosetta. But it doesn’t matter because the ARM transition is essentially already done. Not true, unfortunately, for Windows. Aside from superior performance and battery life (even compared to ARM windows offerings), the M series devices are generally reliable, unlike windows laptops running Intel and (less so) AMD…
Re: GitHub is no longer independent at Microsoft after CEO resignation
#474Earlier quoted context omitted.
> making cringe hardware that basically noone purchased Their keyboards were arguably the best ones around. I'm literally typing this on a 20 year old MS keyboard right now.
Likewise the Intellimouse Pro is my favourite mouse. Sadly they seem to have discontinued it in favor of the Surface mouse which has atrocious ergonomics.
There is a clone on the market, which I use at home, that so far has been pretty promising, but we'll see if it has they lasting power that this one does.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#475Earlier quoted context omitted.
While I mostly agree with your assessment, I feel like the Xbox is pretty cool.
At this point it's an open secret that there won't be another Xbox. So yeah, they made something cool, and managed to fumble it.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#476I 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…
This is the sort of question I don't trust AI with yet.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#477I 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…
Apple and Microsoft seem very different companies. Apple is stylish and cool by default, with occasional stumbles. Even among tech people, they have good will even though they seem to regard the Open Source community with total ambivalence at best. Microsoft is the Walmart of operating system providers, that happened to buy a popular Git hosting site and briefly made noises that seemed not awful. In terms of coolness…
Do they? I feel like this is a bimodal thing from what I've seen of other peoples opinions - they're either amazing and all you ever use, or they're the worst company ever.
As a developer I've always seen Macs as a necessary evil - they were the only polished "working out of the box" unix-like system you could buy for a long time but you had to put up with locked down software, comically bad pricing and cooling issues.
Now with the Mx stuff the hardware is amazing, and pretty fantastic value for money if you avoid the weird points in the price scale where they massively overcharge for RAM. But you still have to use their locked down software stack and ecosystem.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#478I 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…
> .NET is now cross platform, but only as long as it doesn't hurt VS sales, with GUI workloads, profilers, still being mostly Windows only, and partially supported on VSCode, which also has the same VS license. On HN I keep hearing that associating .NET with Windows is outdated perception. Writing JVM languages I feel that the developer experience is pretty much the same on any OS. It seems this cannot be said for .N…
Visual Studio is still not ported to Linux or Mac, you need to use Rider or VSCode. If you use JetBrains for Java, using Rider will feel good no matter where you are.
The GUI library situation is a tough one. In many ways its far more advanced than other languages but their newest attempt is not as good as the older Windows only API. But what other language is graded for its great native GUI library?
I'm not calling MS cool but at the same time I think the goalposts are different.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#479https://www.theverge.com/news/757461/microsoft-github-thomas...
>GitHub has operated as a separate company ever since Microsoft acquired it.
Yeah, right.
And Santa Claus exists, Virginia.
Oxymoron of the decade ...
Re: GitHub is no longer independent at Microsoft after CEO resignation
#480I 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…
MAUI is a mess.
Blazor will never work as a general solution for full stack web apps. Even if a small app didn't have to download like 10MB of WASM code the DX is terrible and performance just as bad. Elixir Phoenix developed with a fraction of the budget is just so far ahead.
C# hot reload has been broken for years. I doubt it will ever be as good as what you get in JS with Vite.
Minimal APIs are a great idea but 4 years later and still fundamental features like validation are missing (it's coming in .NET 10).
They've been investing a ton of effort into Aspire. It's cool but is it more important than core features?
And now with AI, Microsoft is more distracted than ever and I'm starting to regret getting into .NET at all.