Earlier quoted context omitted.
eul is a light (4 MB) native desktop client for all popular messengers: https://eul.im Signal support is coming later this year. Right now it supports Slack, Skype, Facebook, and Gmail.
Stop spamming your business on all chat threads.
Standalone Signal Desktop
231–240 of 320 posts
Re: Standalone Signal Desktop
#232Earlier quoted context omitted.
No, that isn't the case. The Node.js APIs bundled with Electron expose considerably more functionality to JavaScript than the HTML5 APIs that Chromium exposes. And the Electron framework exposes even more native OS APIs that Chromium and Node.js don't provide. Look, you can call it "using a hammer for everything" pejoratively if you want, but it's popular for a reason, and that reason isn't the moral decay of society…
> The Node.js APIs bundled with Electron expose considerably more functionality to JavaScript Which happen to be written in native OS languages.
“Hybrid” does not mean what you think it does. The platform may be built on code in many languages, but to program for that platform, you only have to know one.
Re: Standalone Signal Desktop
#233Another 205MB Electron App to the collection, at least it's 50MB smaller than Wire.
Re: Standalone Signal Desktop
#234How does whisper system make money?
From the bottom of the main page on their website. I removed the marketing copy.
Re: Standalone Signal Desktop
#235Earlier quoted context omitted.
In-browser e2e encryption is vulnerable to targeted attacks on specific individuals. The service (either intentionally or by virtue of being hacked) can serve up Javascript crypto code that either uploads plaintext, or subtly backdoors the crypto so it can be decrypted. And they can do this to just a single user, so unless you audit the Javascript every single time you load the page, you'd never know. A signed app is…
A signed app is only more secure if they load absolutely no code remotely, otherwise they open up the same channels of attack. That said, at least they have the option of closing that hole with the electron app.
Re: Standalone Signal Desktop
#236I so wish more people discovered Matrix or https://riot.im . To me it's simpler and works better than Signal while being decentralized and federated. It has excellent clients for all platforms (and these keep measages in sync with each other) and does not require a phone number.
The developers badly need to invest in a UX engineer, but are currently stuck scrambling for money as their corporate sponsorship ran out.
Re: Standalone Signal Desktop
#237Earlier quoted context omitted.
Shouldn’t you instead just encrypt your disk entirely?
I should, and do, but a lot of non-techies don't, and this design decision might end up with their Signal messages compromised. I mean isn't one of Signal's target audience people like journalists and activists?
Re: Standalone Signal Desktop
#238Earlier quoted context omitted.
Call me old, but how can a messaging app like this use 130MB RAM? I am exasperated that Skype on my machine is using 109MB with only one conversation window open. We seemed to get by with MSN Messenger with far less RAM, and the features were pretty much identical. It boggles the mind how memory-intensive some of the modern apps are. It's insane.
It's because Electron has taken over desktop app development. While it does significantly lower the knowledge barrier to building desktop applications, it does come with a heavy memory overhead.
Re: Standalone Signal Desktop
#239A lot of people have given negative feedback(because of electron?). I for one, am happy for this. I am in the middle of migrating slowly to Mozilla Firefox from Google Chrome, and one of the hardest things, is to have some of the apps as standalone. I couldn't use my MacBook for anything else if I wanted to chat using signal (..and have chrome running in the background). Maybe that's just me, but it's good news!
It's not "standalone" though... It's moving from being a Chrome extension to simply bundling an entire instance of Chromium that only it gets to use. So, you're migrating from Firefox to multiple instances of Chrome...
Re: Standalone Signal Desktop
#240Earlier quoted context omitted.
It's because Electron has taken over desktop app development. While it does significantly lower the knowledge barrier to building desktop applications, it does come with a heavy memory overhead.
Honest question: What's an easy-to-use, popular cross-platform framework with bindings to a sane language? Something like QT/GTK to Python? I hate Electron, but what's the alternative? I used wxWindows back in the day, with Boa Constrictor, and I loved that workflow.