GitHub is no longer independent at Microsoft after CEO resignation
341–350 of 1001 posts
Re: GitHub is no longer independent at Microsoft after CEO resignation
#342Re: GitHub is no longer independent at Microsoft after CEO resignation
#343I 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…
> Then there is the issue they seem to be shoting into all directions, with GUI frameworks, Web, Blazor, Aspire, to see what sticks. ... what? They could do a better job with the native frameworks, but the rest of these are completely unrelated. For web, MVC is pretty much dead and you might want to use Blazor SSR instead. Web API via controllers is still supported, but minimal API endpoints are the hot thing. Blazor…
Re: GitHub is no longer independent at Microsoft after CEO resignation
#344Earlier quoted context omitted.
Or even better, claim full sovereignty (again) and install Forgejo ( https://forgejo.org/ ) on your own hardware. You'll get the same experience as Codeberg, because Codeberg is in fact running on Forgejo
People aren't on these hosted platforms only for the git experience, they are for the social aspects and discoverability too.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#345Earlier quoted context omitted.
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…
> 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…
It's funny that this exact phrase could have been written about Apple in 1998.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#346My 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…
> Apple has nothing I always hear this but people use Siri all the time, and I think outside of talking to programmers, a lot of consumers probably consider that the level of AI they care about using. "is Siri really AI" seems like a real "is a hotdog a sandwich" question. Who cares? People eat hot dogs and talk to Siri. It seems what Apple has less of is LLM products that cost enormous sums of money to make that peo…
I use Siri when I need a fast, distraction-free, action. Which makes it perfect when driving or performing other tasks where my hands a busy and/or I cannot put my attention on my phones LCD screen.
The way Apple paired with ChatGPT is awkward. You get prompted if you want to use Siri or ChatGPT. Which creates a distraction.
I'd love it if Siri was smart enough to differentiate between:
- an automation request. eg setting an alarm or ringing a contact. The kind of interaction what you wouldn't want to offload to a 3rd party but is the kind of interaction where you don't need vast datastores of training.
- and an open-ended question. eg What time are Oasis playing in London tonight? Who was the 23rd President of Germany? What are the rules of Dodgeball? these sort of things are less confidential and don't require handing control of your phone to a 3rd party.
And I'd love it if Siri automatically offloaded from their local AI to ChatGPT (or whatever) when the latter was identified. That should be opt in, but when opted in, it should be automatic. I shouldn't have to consent each time after I've opted in.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#347Earlier quoted context omitted.
Apple is certainly fumbling in recent years, and it's clearly behind in some games (Siri, AI in general, iPhones turning into a yearly snooze-fest). But of all the FAANG, I'd say it's the only one I trust, simply because they're not trying to sell my data and have a consistent stance on security.
Tim Cook giving Trump a gold-plated statue in exchange for tariff preferences seems like a very bad sign.
Im not really sure how that benefits me as a US citizen but that is who the majority of the population seems to want and once the rules are set you follow or face made up tariffs that rip you apart. Right.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#348Re: GitHub is no longer independent at Microsoft after CEO resignation
#349Earlier quoted context omitted.
It's... ok. But many of the really useful features are paid. E.g. merge trains or mandatory reviews. I also don't think "it's open source!" is a huge differentiator because it's enormous, difficult to deploy from source and written in Ruby so the chance of being able to actually modify it for some feature you want is near zero. I think Forgejo is probably a way better option at this point even if it is less mature. I…
> written in Ruby so the chance of being able to actually modify it for some feature you want is near zero That's a silly thing to say.
I'm sure if it was your full time job you'd eventually learn the codebase, but there's no way you can just dip in and add a feature unless you really persevere.
But I did manage to add a few features to the gitlab-runner (used for CI) - because it's written in Go, and Go has static types and pretty great IDE support these days. Night and day.
I've also added a few features to VSCode which is a similarly huge codebase. Again it's written in Typescript which has static types and good IDE support. It would have been effectively impossible if that wasn't the case.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#350Earlier quoted context omitted.
Apple is certainly fumbling in recent years, and it's clearly behind in some games (Siri, AI in general, iPhones turning into a yearly snooze-fest). But of all the FAANG, I'd say it's the only one I trust, simply because they're not trying to sell my data and have a consistent stance on security.
Tim Cook giving Trump a gold-plated statue in exchange for tariff preferences seems like a very bad sign.
Whether that'll lead to the government requiring Apple to break their encryption, it remains to be seen. I imagine Apple has a bit of an edge here anyway, since iCloud is allegedly e2e encrypted?