Long ago Microsoft had MSN Messenger, which was one of the leading messaging apps. It worked well, and many 'normal' users were using it. Then Microsoft dissolved the team behind it and screwed up the product so bad with bloatware and ads that everyone moved to WhatsApp (except in the US where people went back to texting). Then Microsoft came out with Communicator, renamed it to Lync, which was a corporate messenger/…
I started a new job and decided to go all in on using o365, including keeping notes in onenote. They’re launching a new version next month and I’m hoping that things go in the right direction and they keep the features i’ve just started to use.
Ask HN: Why is Microsoft Teams still so bad?
171–180 of 814 posts
Re: Ask HN: Why is Microsoft Teams still so bad?
#172It is a badly coded mess of spaghetti code, written with an ancient framework (AngularJS, currently running version 1.5.15), then ported to different platforms with Electron.
Have a look at the source code in your browser, it is not obfuscated in any way.
It is a single file of almost 17MB (!) of minified JavaScript, and I'm surprised the browser doesn't outright crash and actually manages to parse this, run and display a web application.
Re: Ask HN: Why is Microsoft Teams still so bad?
#173This happens because of how Microsoft approaches product development and design. On many product teams, PMs end up doing not only the product design decisions but even designs much of the products themselves. This works for them because it focuses product cycles on releasing what "matters" to the customer, but it ends up cutting craft and quality. This makes their products poor to use, but is also what drives revenue…
For this reason the US military said NO to Microsoft [1] The more the deep state (nothing about conspiracy theory, it's just the people at the oval office, and their surroundings, mostly industry lobby) want to trust and push Microsoft, the worse it's going to get in the coming years were AI, software and hardware will be the deciding factor for the civilization war we are currently living > Microsoft insiders worry…
Re: Ask HN: Why is Microsoft Teams still so bad?
#174Earlier quoted context omitted.
That was the problem. Orkut was successful, but that doesn't stop Google from shutting down services. Trusting a Google service to be around long-term is folly unless it's Maps or Gmail.
IIRC the other major problem was that Orkut was invite-only for a very long time. That's partly was it was so popular in a few South American countries, it was very difficult to get yourself on the platform, and even if you did, it was difficult to use it to communicate with anyone locally. Google was not the giant then that it is now.
Re: Ask HN: Why is Microsoft Teams still so bad?
#175It isn't because Microsoft lacks good programmers. My guess would be that someone believes they need to have every feature from slack, zoom, WebEx, meet etc, and also integrate tightly with every Skype/SharePoint/OneNote feature, and also run on at least four platforms. But they aren't willing to give people time to do this.
Re: Ask HN: Why is Microsoft Teams still so bad?
#176Earlier quoted context omitted.
right and it’s integrated with Sharepoint, Outlook and OneDrive.
And those are in the same boat as Teams: it came with the bundle. (well, one could argue that plenty of people enjoy Outlook, but OneDrive is nothing special and SharePoint is just a bad Wiki going the SAP integration hell route)
Re: Ask HN: Why is Microsoft Teams still so bad?
#177Re: Ask HN: Why is Microsoft Teams still so bad?
#178Earlier quoted context omitted.
I suggest that Teams only gets used because it’s included in the enormous license that companies buy for Exchange and/or Office and the most popular alternative has its own fees. Large companies don’t want to fork over another licensing fee in the tens of thousands of dollars for Slack when they’re getting Teams “free.”
Exactly. Nobody likes it. We use it because we have to. We have to because it was already paid for.
Re: Ask HN: Why is Microsoft Teams still so bad?
#179It is a catastrophically corpulent and fickle mass of errors, wrapped in a UI that looks like Prince shat it out circa 1998.
Re: Ask HN: Why is Microsoft Teams still so bad?
#180Can't even copy and paste code etc What a joke.
Three backticks then a space. Then paste the code. then hit enter 4-5 times until it sends it. I don't know where I learned this eldritch incantation--it certainly wasn't in the documentation--but it works.
It's the spawn of an unholy union between Markdown and WYSIWYG. Triple backticks is the opening (and closing) sequence of characters used to denote multiline snippets of 'preformatted text' or code in Markdown.
Pressing enter 5 times is what happens because Microsoft insists on preventing you from writing actual Markdown, even as an option.
Single backticks works (and you can use a second backtick to close 'exit' that formatting mode), but delightfully, it only works if you're typing, and not if you copy and paste.