Live data from Hacker News

Untitled topic

news.ycombinator.com

141–150 of 166 posts

Re: undefined

#142
post #84

Earlier quoted context omitted.

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.

You could start by defining "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.

Way back in mid-2k (maybe late), Skype was about to release the core of the code for linux as a lib that could be linked to from 3rd-party chat apps. They nixed that at the last minute (after getting a lot of partner's hopes up) and instead we ended up with a shitty app for Linux instead an ok lib for Linux. I only heard about the lib as I was working for a company that was running the Skype hardware stores at the time.

Re: undefined

#143
post #135

Earlier quoted context omitted.

I really like https://appear.in/ Web-based, supports notification, Slack integration, custom urls.

WebRTC is its main drawback, some browsers e.g. Safari don't seem to support it completely.

They announced support for WebRTC in Safari at WWDC this week

Re: undefined

#144
post #11

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

I couldn't agree more. We've been using Skype for internal communication for a very long time. Back then it was the only option that worked on all the OSes we need (Linux, Windows, Mac), had all the features, and it just worked. But the Electron app is just damn terrible. The message layout is super inefficient - it can display maybe half the messages compared to the native client. If you click somewhere, it un-expec…

For a while, I really enjoyed hangouts.. but the past 2 years, google has systematically removed or obscured features, and it's just a bit of a mess now. These days, for skype, I typically just use the web version, as it's "good enough" for my needs, but none of them are really great anymore.

I've worked in one office that had Skype (for business) properly integrated, and it was very nice. But, like so many other things, they couldn't just fix bugs, and make sure to keep it working on new OS versions.

Re: undefined

#145
post #111

Earlier quoted context omitted.

>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. Google Hangouts.

My experience with Hangouts is that the screen resolution is incredibly low for a very long time, and it's super-laggy on big updates (switching virtual desktops, etc.). While appear.in is still somewhat laggy, and occasionally requires one or more participants to quit and re-join, its screen sharing is much better.

I have used and like Zoom, but it's not free.

Re: undefined

#146
post #102

Earlier quoted context omitted.

Actually I like it better than any alternative we have use so far (NIH InHouse solutions, NetMeeting, Sametime, WebEx).

When I worked there even people at Cisco hated WebEx.our team used hangouts instead.

For a while, I really loved hangouts... but Google has kind of dropped the ball, pulling out some of the integrated features (SMS, and Google Voice integration), and/or obfuscating those features. It used to be far easier to actually use for most of your communications. I also really preferred the integrated comms, so that I could keep hangouts and sms messages from a single contact together.

Re: undefined

#147
Cant's say there's anything left of Skype Linux to miss. First thing MS did after taking over was to start making the Linux client progressively worse. Good riddance!

Re: undefined

#148
post #55

Earlier quoted context omitted.

I couldn't agree more. We've been using Skype for internal communication for a very long time. Back then it was the only option that worked on all the OSes we need (Linux, Windows, Mac), had all the features, and it just worked. But the Electron app is just damn terrible. The message layout is super inefficient - it can display maybe half the messages compared to the native client. If you click somewhere, it un-expec…

What reliable alternatives would you suggest?

If you just want to talk, SIP via Asterisk (server) is OK. Most phones have built in support and there are apps (Jitsi) that works on most OS's. You can also connect it to land-line for calling those without Internet access.

Re: undefined

#149
post #110

Earlier quoted context omitted.

> sometimes flips the order of a few messages, so that if you send two messages, the first one appears below the second one. Turns out eventual consistency doesn't work well with chat apps.

The eventual consistency part of skype doesn't really cause problems. But how it screws up simple timestamping is quite another question.

The timestamp probably isn't to the MS, and/or there may be some drift on whichever server recorded the incoming message... it should be set to ms on the client, and only in the case of > 2s drift be adjusted on the server.

Re: undefined

#150
post #42
post #37

I was wondering what to use for video calls with my father. He has a mobile core 2 duo machine (one of Dell's micro desktop PCs). Skype stopped working as stated in the title. I went with Facebook Messenger on Firefox, but video from his camera is very jerky. It looks like it hangs for a 1s every 1.5s. For me it's an indication of a performance problem - video is converted to a WebRTC friendly format and it's slow. I…

Thing you may want to try: https://talky.io/ - needs Chrome or Chromium, fails to work under Firefox https://about.riot.im/ - a Matrix client that looks fine http://linphone.org/ - this is SIP based, so only if that is working on their network However, I'm pretty much having the same problems, so I'd welcome suggestions myself.

I'm one of the founders of Pluot. We make video calling softwar and hardware and we use our own stuff every day on linux. Our goal is to combine ease of use with high quality. We test on low-powered machines, and care a lot about working on as many setups as possible, though there are a lot of variables and we don't optimize for very low CPU situations.

You can go to https://pluot.co/new any time to create video call links and share them.

We'd love to hear feedback.

Post reply on HN