• 4 Posts
  • 59 Comments
Joined 3 years ago
cake
Cake day: June 28th, 2021

help-circle


  • I had just uninstalled Element X like two weeks ago because I found it to under perform compared to the normal Element client on Android, in addition to lacking some features. I guess I’ll give it another shot.

    Update: WOW this thing feels lightning fast compared to just a few weeks ago. This is great. Not sure about feature completeness, but based on speed I think I’ll migrate Element > Element X again. Great job to the team!








  • A billion people tricked into using malware is still a billion people using malware. Telegram is a Russian spyware and misinformation machine. https://www.pravda.com.ua/eng/columns/2024/08/27/7472194/

    Putin’s Mouthpiece Demands Release of Durov (a likely fsb agent himself)

    Pavel Durov has secretly traveled to Russia more than 60 times between 2014 to 2022

    Durov concealed that he crossed the border more than 50 times from 2015 to 2022

    • Despite the story that “the FSB took Vkontakte away from Pavel in 2014”, his relationship with the Russian authorities 2015-present was good enough > that he was not afraid of being detained while entering, reentry& long stays & operations in Russia.

    • In response to the publication about his possible ties to Russia, Durov deliberately deceived Ukrainians and the general public, claiming that he > was an exile in Russia and that Telegram had “no ties” to Russia.

    • As proof of his lack of ties to Russia, Pavel claimed that he was no longer a Russian entrepreneur, had dual citizenship in France & the UAE.

    • After his arrest in France and the statements of the Russian authorities, we know that he has a valid Russian passport.

    • Russian authorities are demanding his release.

    Pavel Durov, telegrams owner, repeatedly crossed the border and concealed these 60+ trips into mother russia. For those familiar with Durov’s official position that he has become an exile and cannot return to his country, this fact alone should be interesting, as it probably means that Durov was not telling the truth about his conflict with the Russian authorities.

    But go ahead, keep using Telegram, товарищ.



  • The fact that Signal has not run into legal trouble when Telegram has.

    Because Signal cooperates as much as they can with law enforcement. Signal happily gives all the data they have and thankfully, for its users, the only data they have is the date/time the account was created and the date (not time) a client last pinged their servers; both in unix timestamp format, they don’t even convert it to a proper date.

    Additionally, Signal has no “public groups” like Telegram. Everything’s private, end-to-end encrypted by default.

    Also Signal has some really shady practices, such as rejecting and killing all third party clients.

    Yeah, so that’s outdated misinformation:

    Three of these have existed for multiple years and have not been asked to stop development. The gurk-rs dev even commented (on reddit, unfortunately I can’t find the source) that it reports to Signal’s server as a non-official client and that if the Signal devs wanted to block it, they could easily do so.



  • I also tried logseq and couldn’t really stick with it. Tried a few others like obsidian, joplin, Zettlr, Simplenote, even just vim and vscode with various plugins, but they all had their own drawbacks I couldn’t get over, like a lack of built-in cross-platform support, syncing, encryption, not being open source, etc.

    I eventually found Notesnook which strikes a good balance for my needs: open source, end-to-end encrypted, easy to use, decent UI, doesn’t mangle code/formatting when copy/pasting, feature parity across platforms; I use MacOS, Windows, Linux and Android and they all have clients that have feature parity - even the web client is really good!

    The only thing I would say it’s currently missing is to release the source code for the server, but that’s on their roadmap and actively worked on. It was this commitment to openness that lead me to try it and after some brief time start paying for it.






  • ᗪᗩᗰᑎ@lemmy.mltoLinux@lemmy.mlFlathub has passed 2 billion downloads
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    2
    ·
    edit-2
    3 months ago

    Offline/internal network installs can be handled with flatpak create-usb - https://docs.flatpak.org/en/latest/usb-drives.html

    One can distribute flatpaks along with their dependencies on USB drives (or network shares, etc.) which is especially helpful in situations where Internet access is limited or non-existent.

    Cache/mirroring would be great for those who need it.

    Edit:

    Thinking about it, I wonder if there’s enough “core features” with ‘create-usb’ that its just matter of scripting something together to intercept requests, auto-create-usb what’s being requested and then serve the package locally? If a whole mirror is required, it may be possible to iterate over all flathub packages and ‘create-usb’ the entire repo to have a local cache/mirror? Just thinking “out loud”.