Earlier quoted context omitted.
Your comment warrants a post in its own right: let's rank FAANG/M by evilness. Personally I've always been way more afraid of Google, because Microsoft's evil is just old-school capitalism, which is blatant, brash, and harder to ignore than to identify. Google feels like they are quietly and surreptitiously trying to pull the strings of the online economy in their favor, voraciously consuming the world's data behind…
Does google collect more information than Apple, Meta, Microsoft, OpenAI, Palantir etc? I don't think so. Collecting data is a baseline for all those companies, you have to rank the evil they do with that data.
GitHub is no longer independent at Microsoft after CEO resignation
931–940 of 1001 posts
Re: GitHub is no longer independent at Microsoft after CEO resignation
#932I'm still shocked that Google didn't have the foresight to buy GitHub...
Re: GitHub is no longer independent at Microsoft after CEO resignation
#933Forgejo is a really great self-hosted alternative to GitHub. If you've wondered about hosting your own version of GitHub but have worried it's too hard to set up, I'd encourage you to spend even a few minutes spinning an instance up with Docker Compose and poking around. https://forgejo.org/docs/latest/admin/installation/docker/
I’m trying to think of what a bare minimum SSH remote experience would look like. Could you do code reviews with a terminal instead.
I love the git SSH experience for speed, but I find myself using GitHub for the PRs & code review. It would be nice to have a self hosted , terminal-based solution
Re: GitHub is no longer independent at Microsoft after CEO resignation
#934I've been in a three different scenarios where I worked for independent companies under the umbrella of a large parent organization. In all 3, the leadership left or was fired, and the remainder of the company was merged into a division of the parent company. The product quality went to shit in all 3 scenarios. There were different reasons and nuances to them all, but all 3 boiled down to one common factor. Instead o…
We were indeed left as our own division (other than the fact that Lync got merged into us in 2012) for quite some time, but the Microsoft culture seeped in via middle management anyway.
Skypers would leave on the ~2 year cycle that is common in tech and would get replaced by life-long Microsofters. They saw opportunities to have a bigger remit in a less mature division and applied internally. And they brought the company culture along with them much more than any decisions made by Satya.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#935Sourcehut aka sr.ht is a free email-driven GitHub alternative. If you like email patches flows instead, check that out.
SSH unleashes the true distributed nature of git. With confidence you can move commits across instances , pushing to various repos. You can build some very flexible publishing and archiving patterns with git alone.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#936Earlier quoted context omitted.
Why doesn't your company get the use case for Elasticsearch? Is it because you're trying to pitch it with CTO arguments on capabilities, not COO/CFO arguments like "will permanently replace N humans"?
No, they do get it. They just don’t want to invest time in it, so only through a third party. But AI is sexy, so LLMs doing document search? Yes please, let’s have some teams dedicate their time and effort to develop it ourselves. It’s because AGI is going to come, you know, so if we invest now they can replace everybody with AI Are you laughing as hard as I was when they told me this?
Re: GitHub is no longer independent at Microsoft after CEO resignation
#937I 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…
Re: GitHub is no longer independent at Microsoft after CEO resignation
#938GitHub has been a growing disappointment for quite a while. 1. GitHub itself isn't opensource despite being the opensource forge. 2. Microsoft (of all companies) acquired it. 3. Microsoft pushes VSCode and kills GitHub's Atom. 4. GitHub employees are quite political (master branch rename, ICE protest resignations, etc). 5. GitHub striking down repositories and user accounts (the Russian developer, yt-dlp, etc). 6. LL…
> 3. Microsoft pushes VSCode and kills GitHub's Atom. Zed was born as a result, which is drastically better. Zed tried to go into the AI thing, then made it possible to use it without any AI stuff, which is good.
Yes-- Zed allows you to disable the AI now. However, you still can't remove the GitHub login button on the editor. What's up with that?
Re: GitHub is no longer independent at Microsoft after CEO resignation
#939Earlier quoted context omitted.
No, they do get it. They just don’t want to invest time in it, so only through a third party. But AI is sexy, so LLMs doing document search? Yes please, let’s have some teams dedicate their time and effort to develop it ourselves. It’s because AGI is going to come, you know, so if we invest now they can replace everybody with AI Are you laughing as hard as I was when they told me this?
We just recently implemented a doc search "agent". It's no better than just using the built in search in Teams/M365. Complete waste of time. One of our dev teams spent an entire quarter on it and no one is going to use it because it is slower and outside of everyone's normal workflow.
Re: GitHub is no longer independent at Microsoft after CEO resignation
#940Earlier 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.
> Excel single-handedly redeems Microsoft from being a pure drain on human existence Debatable. Excel can't even open CSV files properly. You need to run the import wizard. But loads of people don't do this. They see a file on their desktop and double click it. Why can't double clicking a CSV file just open the import wizard!? (Because they want people to share xlsx files as a data format.)