Live data from Hacker News

GitHub is no longer independent at Microsoft after CEO resignation

theverge.com

831–840 of 1001 posts

Re: GitHub is no longer independent at Microsoft after CEO resignation

#831
post #84

I 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…

How is Rider v. VS? This is the sort of question I don't trust AI with yet.

> How is Rider v. VS?

Rider is far better than VS for everything apart from Desktop UI Apps and perhaps Blazor WASM hot reloading, which is itself far behind the UX of JS/Vite hot reloading, so I avoid it and just use Blazor static rendering. Otherwise VS tooling is far behind Intellij/Rider for authoring Web dev assets, inc. TypeScript.

I switched to Rider/VS Code long before moving to Linux, which I'm happy to find works just as well in Linux. Not a fan of JetBrains built-in AI Integration (which IMO they've fumbled for years), but happy with Augment Code's Intellij Plugin which I use in both Rider and VS Code.

Re: GitHub is no longer independent at Microsoft after CEO resignation

#832
post #752

Earlier 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.

Interesting. I consider Excel the worst of Microsoft's misdeeds. Not that there's not an abundance to pick from, but Excel may very well top the list. It's perhaps the single worst database in the world; with no type control, no relationship management, no data safety whatsoever to speak of (it even actively mangles your data), its interface is utter madness, and yet - it's the most used database in the world. It's p…

And as a casual Excel user (to get data from CSV, remove some rows, move few things around, etc.) it isn't even great. You can't open two files with the same name because Excel seems to have some "global state" between windows; to the point where you might be hitting Control+Z to undo some changes, and it's undoing stuff on the other spreadsheet without you noticing.

Doing something as "simple" as a LEFT JOIN of data requires having two separate documents (or one, but saved on your system), open them in the Power Query editor (if it's the same document you do it twice, once per table) which creates two "queries", and then you can either use one to join against the other, or create a third one "joining" them. In the end, you get three new sheets on your docs: the original tables and the merged one.

Then there's the annoyances: if you use Excel in English (US at least), apparently you get a CSV separated by actual commas "," (ASCII 0x2C) but using it in Spanish (Spain) you get it separated by semicolons ";" because commas actually separate number decimals. Meaning whenever I build a program that parses/writes CSV, I need to consider the chance it's using semicolons and commas instead of commas and dots. Not that it's non-standard: CSV doesn't specify a delimiter, but you could stick to the same format everywhere, or give an option to customise, or create "Tab-Separated Values" (essentially CSV with tabs separating values).

Another one is formulae, that also change based on language, and their arguments separator also changes. In en_US you'd use `=SUBTOTAL(109,B2:B7)` while in Spanish it's `=SUBTOTALES(109;B2:B97` (plural instead of singular, and semicolon instead of comma). Meaning any guide, documentation or tutorial in English requires me having to "guess" how the function is translated, and manually changing commas to semicolons.

With all this, I mean to say: Excel isn't even that great for the "normal" user. Or perhaps I'm too "power user" for this and just lazy enough to bother with it instead of using "proper" tools like Python or R.

Re: GitHub is no longer independent at Microsoft after CEO resignation

#833
post #804
post #766

Earlier quoted context omitted.

Microsoft are wielding the entire office suite as a weapon against free and interoperable formats… It is the single biggest blocked against open computing. If Microsoft were serious about open source like another poster claimed, they would let us run it on all platforms.

Much like iOS/Android & the Web killed MSFTs stranglehold on OSes, google docs & markdown killed MSFT office's stranglehold on office. So many businesses are google doc shops, vast majority of schools are google docs, vast majority of casual document usage is google docs and google docs is open-enough with it's export formats. Excel at this point is specialist software, like adobe photoshop. Everything else is 'good…

I’ve never come across Google docs in the wild in a corporate setting.

Seems to me Microsoft office is still the dominant player.

Re: GitHub is no longer independent at Microsoft after CEO resignation

#835

Earlier quoted context omitted.

Skepticism that is informed by history isn’t being hateful

Not in and of itself, but it can certainly be couched in an emotionally charged manner.

That's still not being hateful

Re: GitHub is no longer independent at Microsoft after CEO resignation

#837
post #412

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…

Do you really miss stuff in VS Code's core editor? I mean, coming to think about it, VS Code feels "feature complete", I haven't found in other editors features that I thought "wish I had this in VS Code". Not to justify the whole changelog being about Copilot (isn't it supposed to be a separate extension anyway?), but I guess it's either that or going for a while without updates, or really small changes you'd probably not notice

Re: GitHub is no longer independent at Microsoft after CEO resignation

#838
It sure is going to be painful migrating everything off github as the bit rot slowly seeps in. The eternal frustration of dead links, the constant astroturfing of LLM generated malware pretending to be what you're looking for, hoping to stumble across a fork in a random user's account.

Re: GitHub is no longer independent at Microsoft after CEO resignation

#839

Earlier quoted context omitted.

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…

Idk i can think of a long list of awful stuff coming out of ms that is modern. They put fing ads in an os among other atrocities. I put them behind meta on the evilness meter but i think google is less evil which speaks volumes. The only side of ms that i have any love for is xbox but that is also waning with all the studio acquisitions.

The fact you still only got bothered by studio acquisitions show you don't even noticed the studio closures...

MS fired thousands of gamedevs in the last few weeks, cancelled a lot of games, including games the execs liked to play the prototypes, cancelled publishing deals, and even closed entire studios, some of them literally successful that had just released profitable products.

Re: GitHub is no longer independent at Microsoft after CEO resignation

#840
post #84

I 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…

>shipping the worst web browser in existence

Which? IE6? IE6 is the best web browser in existence though. You confuse standard with good.

Post reply on HN