As others are saying, the new Electron-based app is so bad on so many levels. Recently it has been failing to deliver incoming messages. They don't even appear, it just causes confusion to anyone trying to have a text conversation. Plus the lack of features that versions for other platforms have. At this point it's just better to use web.skype.com on a browser tab. I find that more reliable than the Electron client.…
That they can mess up even text chat is unbelievable. These are problems in networking that have been solved for decades. An undergraduate should be capable of writing a text chat program with 100% accuracy. This is pathetic.
Untitled topic
101–110 of 166 posts
Re: undefined
#102Earlier quoted context omitted.
I've had conference calls with Microsoft using Skype on Windows 10 on a Surface Book, and 3 Microsoft employees still haven't been able to get Skype to work.
I use Skype for Business and not only is it very poorly coded/architected, but the design paradigms actually make communication harder.
Re: undefined
#103Earlier quoted context omitted.
I use Discord for all sorts of things, not just games. What features do you find it's missing that would be useful?
The main complaints that I have seen are with video calling and screen-sharing. These should be added soon™, though.
Re: undefined
#104No one is talking of chat logs. My Skype logs with my brother are incredibly important and go back several years as we live on separate continents but pretty close nonetheless. This would be horrible -- if I hadn't switched to Windows 10 thanks to Windows Subsystem for Linux. If you do the same, here's how I set up, hopefully helpful to converts like me: https://github.com/chx/chx.github.io/wiki/How-I-set-up-my-Wi...
Re: undefined
#105Earlier quoted context omitted.
What reliable alternatives would you suggest?
That very much depends on what are your requirements. If you need all the stuff skype supported originally - chat, voice, video, screen sharing etc. then I don't have a solution I'm afraid, particularly if you need support for various operating systems. What we need for the internal communication (within the company) is a simple IM, integrated with ticketing system (a bunch of generic rooms, per-ticket rooms, linking…
For video though your options are definitely more limited, keep an eye on Riot, I'm not sure that it's ready yet, but when it is it will present an extremely good option. If you only need mobile, Signal does it today and is probably one of the most stable and secure products around, can't vouch for the video quality though personally.
Re: undefined
#106Earlier quoted context omitted.
I've had conference calls with Microsoft using Skype on Windows 10 on a Surface Book, and 3 Microsoft employees still haven't been able to get Skype to work.
I use Skype for Business and not only is it very poorly coded/architected, but the design paradigms actually make communication harder.
Re: undefined
#107As others are saying, the new Electron-based app is so bad on so many levels. Recently it has been failing to deliver incoming messages. They don't even appear, it just causes confusion to anyone trying to have a text conversation. Plus the lack of features that versions for other platforms have. At this point it's just better to use web.skype.com on a browser tab. I find that more reliable than the Electron client.…
What I don't understand is what is so complicated. Chat apps aren't exactly rocket science (pretty much the opposite) and have been around since the 90s. Only the live video is more complicated but that doesn't seem to be the main problem with the linux app.
Linux is not really a thing. It's a mess of numerous operating systems. Ubuntu, Debian, CentOS, redhat, slackware, all themselves available in different incompatible editions.
I pity developers who have to support desktop applications on linux.
Re: undefined
#108Earlier quoted context omitted.
Nitpick, I assume by "race condition" you mean "used lots of CPU". This is a common colloquial conflation, but race conditions [1] (which are not generally identifiable without aid of a debugger and the application's source code) and high CPU usage are unrelated concepts. [1] https://en.wikipedia.org/wiki/Race_condition
What are you going on about here? I have never once heard someone confuse "race condition" with "high CPU usage."
Re: undefined
#109Re: undefined
#110As others are saying, the new Electron-based app is so bad on so many levels. Recently it has been failing to deliver incoming messages. They don't even appear, it just causes confusion to anyone trying to have a text conversation. Plus the lack of features that versions for other platforms have. At this point it's just better to use web.skype.com on a browser tab. I find that more reliable than the Electron client.…
Turns out eventual consistency doesn't work well with chat apps.