Microsoft ruins Skype, then tries making their own communication tool. Ugh. What is it again that Microsoft is getting such accolades for? Visual Studio Code is fantastic. Github is great, but they bought that. Office 365? OneDrive? I'll give you those. Hosted Exchange is a thorn in my side. Internet Explorer and Edge are (were?) both a joke. I don't have any experience with Azure. Xbox is great. Their server product…
The Horror of Microsoft Teams
181–190 of 344 posts
Re: The Horror of Microsoft Teams
#182Re: The Horror of Microsoft Teams
#183Microsoft ruins Skype, then tries making their own communication tool. Ugh. What is it again that Microsoft is getting such accolades for? Visual Studio Code is fantastic. Github is great, but they bought that. Office 365? OneDrive? I'll give you those. Hosted Exchange is a thorn in my side. Internet Explorer and Edge are (were?) both a joke. I don't have any experience with Azure. Xbox is great. Their server product…
> Microsoft ruins Skype, then tries making their own communication tool. Even some rumors MS is in the market to buy Zoom.
Re: The Horror of Microsoft Teams
#184Re: The Horror of Microsoft Teams
#185The Teams client is built on Electron? Why? Developers need to stop building slow applications. This is ridiculous. It's 2019 and software is slower than it was in the 90s. It must take an enormous number of CPU cycles to execute simple tasks in an Election-based app. It's just incredibly inefficient. I heard similar things about Slack – that it was built on Node, maybe Electron, and was dog slow, especially to open.…
You can make an efficient Electron app, just look at VS Code.
Re: The Horror of Microsoft Teams
#186Earlier quoted context omitted.
They've changed. Now they routinely redesign stuff. Add stuff that no one wants and cripple or remove those they want. And then make it slower. Outlook web is a perfect example. It's 10x slower since the last redesign and their exclusive killer feature - SWEEP no longer works for me.
Have you sent feedback?
Microsoft doesn't listen to feedback through their official channels. They might step back temporarily when there's overwhelming negative outcry from the news but they'll definitely attempt it again after a while.
Re: The Horror of Microsoft Teams
#187Earlier quoted context omitted.
It is not in fact installed with every Office 365 install. I just had Teams pushed with a separate group policy because of this. They will overtake Slack easily since it is a free addition to most 365 plans
Newer Office 365 client builds are installing it by default. Worse, they didn't move away from the per-user installation. Instead they just took the brain-damaged route of force-installing it inside each user's profile when they logon. I think that's a real dick move, but, then again, I sometimes think I'm the last admin in the world who gives a damn about efficiency.
Re: The Horror of Microsoft Teams
#188I just wish I could stop Teams from starting up every time I log in and without creating a Teams account. I looked up various solutions others have come up with and it is seemingly very convoluted.
Re: The Horror of Microsoft Teams
#189At my work, we use Teams a fair bit, and I'll go out on the limb to defend it (a limb I'm quite familiar with at this point ;) ). Thinking of it as a Slack alternative is, IMO, the wrong starting point. We barely use it for chat (as we have Slack as well). Instead, we use it as a file share and central information home. Each group within a team has a channel and we use the tabs to track meeting notes, embed external…
> we use it for file sharing File sharing: apparently still a problem almost four _decades_ after the Internet was invented.
File sharing over the internet means setting up a webserver, after which it works beautifully. But nobody wants to do that. They want to use browsers.
TCP isn't asymmetric in the same way, but who's out there thinking of raw TCP as "the Internet"?
Re: The Horror of Microsoft Teams
#190Earlier quoted context omitted.
I prefer native widgets to whatever application-enforced fad of the year is current. Apps are lauded for providing "dark mode" now; when ten years ago I simply switched GTK themes. To say nothing of accessibility. We've gone way backwards in UX.
Absolutely. Developers can pick from many native-widget frameworks in pretty much any language, heck I bet there are even Qt bindings for node. But there are just so many people doing web development, it's probably a hiring/design issue in that hiring web developers and designers is just so much easier than hiring whatever people know the GUI framework that's driving much of the code.
Even "simple" stuff like Tcl/Tk is not trivial to get working easily or well.
HTML + CSS + something like React is miles simpler than writing something for Gtk. Qt has QML now but the C++ Qt bindings are _pretty hard_! And after all that work you don't (by default) get an app that resizes as nicely as the HTML/CSS box model does!
I think that WxWidgets has one of the better usability stories for cross-platform native, though.
If someone wrote a good feeling UI library that generated native UIs and had good JS and Python bindings, so many people would be happy to use it, I think. But right now, despite all the shortcomings, web tech is pretty easy to prototype in.