… and I can’t even continue the chat from my phone.

1 point
*
Deleted by creator
permalink
report
reply
211 points

Such is the state of Electron.
I’m slowly stopping to care about web apps, however the amount of shit Electron causes is through the roof. Discord, Element, Signal, even Steam is full of it, so you just end up having 8 different “programs” running with every single one using at least around 400MB of RAM.
Can’t wait to see something using Rust and Tauri. Graphite wink wink

permalink
report
reply
5 points

Of the apps you mentioned, I can use Discord and Element in my browser. WhatsApp even installs as a PWA. And Steam games can be launched through Lutris afaik?

There is no such option with Signal though.

permalink
report
parent
reply
14 points

With Discord in browser, you lose Krisp, RPC ipc socket support (aRPC might work, no clue), and from what I remember screensharing only worked with browser tab capture.
Element will eat your RAM no matter where it’s running. You could add it as a Nextcloud app to triple your RAM usage! Woo
And you can’t run Steam games without the Steam client running. That’s how their DRM works. (Unless you use the goldberg steam emulator, which is a whole another thing to talk about)

permalink
report
parent
reply
6 points

Using an E2E chat app in your browser necessarily makes the keys and decrypted messages available to your browser. They would have the ability to read messages, impersonate users, alter messages, etc. It would defeat the purpose of a secure messaging platform.

permalink
report
parent
reply
1 point
*

I don’t get it. Who is “they”? Why can’t you fetch the encrypted message from the server and then decrypt it client side?

permalink
report
parent
reply
8 points

I really want to see the zygote approach worked out for electron. It’s working really well for android but with electron there are just too many different versions used by the different programs for that to make sense.

permalink
report
parent
reply
90 points
*

Steam is close but actually not electron, they use CEF - Chromium Embedded Framework which is something Electron uses too under the hood (afair)

permalink
report
parent
reply
33 points

Thanks for the correction, appreciate it. Not sure it changes much though.

permalink
report
parent
reply
3 points

Electron doesn’t use CEF, they directly bundle Chromium.

permalink
report
parent
reply
11 points

Steam used an embedded browser long before it was cool.

permalink
report
parent
reply
32 points
*
Deleted by creator
permalink
report
parent
reply
2 points
*

I use a whole bunch of Linux distros at work (CentOS, alpine, ubuntu, debian, opensuse) and a bunch on my devices at home (mint, fedora, nobara, and manjaro), and so far the only distro I’ve seen ship decoupled shared electron libs like you described is Manjaro (and presumably Arch).

permalink
report
parent
reply
4 points

Can’t wait to see something using Rust and Tauri.

What about sciter?

permalink
report
parent
reply
10 points

I wouldn’t mind so much if they all just used the same bundle of stuff, and you could install that once, and then the apps were all like 2MB each.

But no, big fucking bundle of shit, every single time.

permalink
report
parent
reply
9 points
*

Eh, that’s not the joy you think it is.

That’s how software used to be distributed and that’s where the terms DLL / Dependency Hell come from and why programs used to not uninstall cleanly and break other programs, etc.

It’s more efficient, but it’s also brittler and a lot more complex to manage. Conversely, bundling everything together with all its dependencies is a lot easier to manage, and a lot more robust overall, but comes at the expense of storage capacity and network bandwidth.

permalink
report
parent
reply
1 point

Would be kind of cool to allow people to choose an install method. As someone who has experienced low bandwidth in rural homes, it would be nice to avoid the waste at the cost of possibly managing chromium versions myself.

permalink
report
parent
reply
13 points

On my phone is only 171mb.

permalink
report
reply
15 points

They’re talking about the desktop application.

permalink
report
parent
reply
24 points

And that’s also a lot for an app that doesn’t have that many binary assets like images or videos. I do wonder what makes up most of these sizes. I see other apps that are arguably more complicated - like AntennaPod - using under 40MB; So I guess it has to do with actual native apps vs cross platform ones.

permalink
report
parent
reply
4 points

“Only”

permalink
report
parent
reply
-3 points

Your phone has bigger problems if it cannot take 170mb apps, this isn’t the 1990s

permalink
report
parent
reply
6 points

That’s a very bad way to look at things. Just because I have gigabytes of memory doesn’t mean I want to use unoptimized software.

permalink
report
parent
reply
1 point

If developers optimized their apps, we could have phones that are 10x faster than 10 yeara ago. Instead they are the same speed and the same amount of apps fit in the bigger storage, because developers are lazy and use heavy, unoptimized technologies that use 10x the resources

permalink
report
parent
reply
63 points
*

The inability to continue chat from phone is a feature.

permalink
report
reply
54 points

New messages will show on all your devices, but yes, it is intentional that old messages are not available to new devices.

permalink
report
parent
reply
2 points

But if I reply on the phone will it populate the desktop chat and vice versa?

permalink
report
parent
reply
8 points

The chat continues on all linked devices from the point in time that they are linked.

Imagine two people having a face-to-face conversation, then a third person walks up and joins in. The third person doesn’t know what was said before they joined the conversation, but all three continue the conversation from that point on.

Linked devices are like the above example, if two of those people were married and tell each other every conversation they’ve had since their wedding.

permalink
report
parent
reply
2 points

Yes

permalink
report
parent
reply
9 points

Yes, as long as you set up the desktop client before sending the message.

Messages sent with Signal are encrypted per device, not per user, so if your desktop client doesn’t exist when the message is sent, it is never encrypted and sent for that device.

When you set up a new client, you will only see new messages.

See https://signal.org/docs/specifications/sesame/ for details.

permalink
report
parent
reply
26 points
*

This is because they don’t retain your (encrypted) messages on their servers right? Is this for storage reasons, or more just security philosophy of not being able to access past chats when you login from elsewhere?

permalink
report
parent
reply
4 points

Correct

permalink
report
parent
reply
29 points

This is not entirely correct. Messages are stored on their servers temporarily (last I saw, for up to 30 days), so that even if your device is offline for a while, you still get all your messages.

In theory, you could have messages waiting in your queue for device A, when you add device B, but device B will still not get the messages, even though the encrypted message is still on their servers.

This is because messages are encrypted per device, rather than per user. So if you have a friend who uses a phone and computer, and you also use a phone and computer, the client sending the message encrypts it three times, and sends each encrypted copy to the server. Each client then pulls its copy, and decrypts it. If a device does not exist when the message is encrypted and sent, it is never encrypted for that device, so that new device cannot pull the message down and decrypt it.

For more details: https://signal.org/docs/specifications/sesame/

permalink
report
parent
reply
7 points

Inability.

permalink
report
parent
reply
2 points

Unabilifiedness

permalink
report
parent
reply
2 points

Thanks

permalink
report
parent
reply
11 points

Okay, but can’t it be an optional feature? I’d like it if a new device could download message history from an old device by having both online at the same time.

permalink
report
parent
reply
4 points

Optional how so? It’s a rotating key. Unless you have all of those keys to export into your computer, then you’ll be stuck with the current synced key.

permalink
report
parent
reply
4 points
*

You can still push old message history from your main device to your other devices, you can re-encrypt

permalink
report
parent
reply
3 points

I don’t see why the current key can’t encrypt old messages and send those. I admit I might be missing something obvious though. Maybe something like not wanting to accidentally leak old messages? As in it’s less attack surface or something?

permalink
report
parent
reply
0 points

After they dropped SMS support and called that a feature, now I can’t wait for their hottest new bug!

permalink
report
parent
reply
1 point

What does this mean? I use my phone and computer, and they sync up in real-time without any issues.

permalink
report
parent
reply
1 point

It means that if you have chats on one device and install Signal on another one, the chats don’t transfer to it. After you link new device, new chats do sync perfectly fine.

permalink
report
parent
reply
21 points

Debian Linux installation ISO is only 336 MB, FFS. And that’s a whole operating system with user land!

permalink
report
reply
23 points

No, that’s a tarball of a kernel, basic command line tools, apt and a network stack that lets you download most of the operating system.

permalink
report
parent
reply
17 points

Um, no? The 336 megabyte usb installation media contains everything you need to install base Debian. Most people will want a desktop environment and other packages, they can connect to the network to download those additional packages.

Even the how-to says the network is optional.

https://www.debian.org/releases/stable/amd64/ch02s04.en.html#idm368

permalink
report
parent
reply
1 point

me when i spread misinformation

permalink
report
parent
reply

Mildly Infuriating

!mildlyinfuriating@lemmy.world

Create post

Home to all things “Mildly Infuriating” Not infuriating, not enraging. Mildly Infuriating. All posts should reflect that.

I want my day mildly ruined, not completely ruined. Please remember to refrain from reposting old content. If you post a post from reddit it is good practice to include a link and credit the OP. I’m not about stealing content!

It’s just good to get something in this website for casual viewing whilst refreshing original content is added overtime.


Rules:

1. Be Respectful

Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.


2. No Illegal Content

Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means: -No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)


3. No Spam

Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.


4. No Porn/Explicit

Content


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.


5. No Enciting Harassment,

Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.


6. NSFW should be behind NSFW tags.

-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.


7. Content should match the theme of this community.

-Content should be Mildly infuriating.

-At this time we permit content that is infuriating until an infuriating community is made available.


8. Reposting of Reddit content is permitted, try to credit the OC.

-Please consider crediting the OC when reposting content. A name of the user or a link to the original post is sufficient.


Also check out:

Partnered Communities:

1.Lemmy Review

2.Lemmy Be Wholesome

3.Lemmy Shitpost

4.No Stupid Questions

5.You Should Know

6.Credible Defense


Reach out to LillianVS for inclusion on the sidebar.

All communities included on the sidebar are to be made in compliance with the instance rules.

Community stats

  • 5.6K

    Monthly active users

  • 846

    Posts

  • 55K

    Comments