Signal also has been a leader when it comes to encryption and metadata protection. Their cryptographic protocols are public domain and are the gold standard for private messaging from pretty much every perspective other than decentralisation. (it’s still centralised)
- 4 Posts
- 15 Comments
Signal is American but run by a non profit so it can’t be sold and is open source under GPL3 without a CLA from what I can see so it’s unlikely they would ever go closed source.
teolan@lemmy.worldto Linux@lemmy.ml•First Pop!_OS 24.04 Alpha with COSMIC DE Drops on August 8 - OMG! Ubuntu4·1 year agoThey dix not build the compositor from scratch, they built it on top of smithay, a library similar to wlroots but written in Rust.
I don’t know if you’ve actually tried to use GTK or QT, but it’s insanely painful. There is a reason almost all apps are written in Electron. Native GUI toolkits suck. If they had used GTK they would have still had an outdated and hard to maintain toolkit, and to deal with Gnome politics. Using GTK was actually the initial idea.
If we want Linux Desktop to succeed, at some point we have to build tools that people want to use. I’m glad they’re doing it.
teolan@lemmy.worldto Technology@lemmy.world•After Musk's pro-Trump/Vance bender, X users report issues following Kamala Harris' accountsEnglish9·1 year agoI don’t mind them having account there. They need to reach people where they are after all. I’m pissed at them for not being on any platform that is not owned by a fascist enabler oligarch at best.
I wasn’t thinking about applets but more about full-blown libcosmic applications.
Gnome Circle bas a lot of very simple apps that do just 1 thing and weight a couple MB each at worst.
With iced such an ecosystem would be at 20MB per app, so simple " don’t 1 thing and do it right" apps would be less scalable. And I doubt you would want to have all of gnome circle as a multicall binary.
It looks like I was right: https://github.com/pop-os/cosmic-applets/pull/282
20MB for every simple application is a lot, and multical binaries won’t be an option for third party developers.
This is still worth the much better DX of using Rust though.
Is there any plan to have something similar to the Gnome Circle apps for Cosmic? It’d be nice to encourage building a full ecosystem of app with libcosmic that can rival the apps of KDE/Gnome.
This is not relevant to this specific post but does anyone know how if the static linking used in Rust is an issue with cosmic?
The last time I tried building a small app with Iced it was pretty bing (20MB) even though it didn’t do much. On the other hand a GTK app in rust easily fits within 5MB.
Anyway I’m thrilled to try cosmic out as soon as it reached the Arch repos.
teolan@lemmy.worldto Linux@lemmy.ml•Why are there so many (rust) GTK apps and so little Qt ones?23·2 years agoGTK is in bare
C
, which is rather easy to interop withRust
. Even if using GLib from Rust is a pain, GTK can and does have decent Rust bindings.QT on the other hand is C++ with object oriented stuff, and therefore cannot have easy bindings to Rust.
teolan@lemmy.worldto Technology@lemmy.world•Tinder Launches $499 USD-Per-Month "Tinder Select" MembershipEnglish1·2 years agodeleted by creator
teolan@lemmy.worldto Technology@lemmy.world•Tinder Launches $499 USD-Per-Month "Tinder Select" MembershipEnglish3·2 years agoThere’s a FLOSS dating platform: https://alovoa.com
teolan@lemmy.worldto Linux@lemmy.world•Fedora 40 Eyes Dropping GNOME X11 Session SupportEnglish11·2 years agoOh, I get it.
You agree that there are issues about it, you demand that people fox them for you, but if you don’t like the solution, you go on rants on social media for people to implement your solution despite everyone working on the problem telling you it’s a bad idea.
Hmm, entitled much?
teolan@lemmy.worldto Linux@lemmy.world•Fedora 40 Eyes Dropping GNOME X11 Session SupportEnglish2·2 years agoSeriously, people act like Xorg is some immutable black box no one can touch. IT’S FREE (AS IN FREEDOM) SOFTWARE. FIX IT.
I take from that that you are ready to volunteer to do this?
teolan@lemmy.worldOPto Linux@lemmy.world•Anyone fails to launch the Thunderbird Flatpak 115English1·2 years agoI found a solution by running
flatpak run --command=/app/bin/thunderbird org.mozilla.Thunderbird
teolan@lemmy.worldto Linux@lemmy.ml•Thunderbird Flatpak got updated to 115 SupernovaEnglish1·2 years agoFor some reason it doesn’t start on arch linux with sway
Wonders why the web is shit