Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CA

(old account was @carnha@lemmy.one)

Posts 1
Comments 13
Why doesn't Signal Desktop support reproducible builds?
  • The Signal Foundation does work on Signal Desktop - but they only release binaries for Mac, Windows, and Debian-based Linux distros. Those are the downloads available on their website, there is no link to the Flatpak on their website.

    The community turns that official Debian release into an unofficial Flatpak release. This means that you need to trust the community packagers to be doing the right thing, along with trusting the Signal Foundation. It's an additional layer of trust that you wouldn't need for an official release.

    An alternative option would be building the app yourself - there's documentation here and the repo is here, but then you're responsible for keeping up and rebuilding when they have updates. I definitely hope the Signal Foundation releases an official Flatpak, it's not a great position to be in if you're not on a Debian-based distro.

  • Why doesn't Signal Desktop support reproducible builds?
  • Just a note that the flatpak is not made by the Signal Foundation, it is maintained unofficially by the community. See the last sentence on the app description on Flathub:

    This flatpak is maintained by the Flathub community, and is not necessarily endorsed or officially maintained by the upstream developers.

    There's a discussion about the community flatpak's trustworthiness on their repo here and here, a feature request for the Signal Foundation to have an official distro-agnostic release here, but for now the only official Linux release of Signal is for Debian-based distributions.

  • meet.jit.si, the Jitsi Team's instance, now requires a Google, Microsoft, or Facebook account for their online service

    jitsi.org Authentication on meet.jit.si - Jitsi

    What’s going on? Starting on August 24th, we will no longer support the anonymous creation of rooms on meet.jit.si, and will require the use of an account (we will be supporting Google, GitHub and Facebook […]

    Authentication on meet.jit.si - Jitsi

    cross-posted from: https://beehaw.org/post/7363991

    > While Jitsi is open-source, most people use the platform they provide, meet.jit.si, for immediate conference calls. They have now introduced a "Know Your Customer" policy and require at least one of the attendees to log in with a Facebook, Github (Microsoft), or Google account. > > One option to avoid this is to self-host, but then you'll be identifiable via your domain and have to maintain a server. > > As a true alternative to Jitsi, there's jami.net. It is a decentralized conference app, free open-source, and account creation is optional. It's available for all major platforms (Mac, Windows, Linux, iOS, Android), including on F-Droid.

    30
    handling of links
  • Jerboa does maintain a list of instances for you to select how to open in the app - list here and see my other comment on how to pick the instances you want.

    The list can be updated with this generation script, it seems to get all the Lemmy instances with at least 50 users from fediverse.observer.

  • handling of links
  • Disclaimer: I've only tried this with my home instance and it's worked fine, I think I ran into issues with links from other instance, but try it out and see if it works now!

    If you hold down on the app and click on "app info", then go to "open by default", you can select which websites should open in the jerboa app:

    The "Open By Default" section in App Info for Jerboa

    It's worked perfectly for me with links from my home instance.

    (This "Open by Default" feature is very useful to know about for unofficial frontends like squawker, because if it isn't an official app this setting is how you choose it to be the default app.)

  • Irregularly Updated Community Feedback: Re-opening Edition
  • Edit: fixed :)

    Hi! Incredibly small note - it looks like the community name has a trailing space (it seems like it's "Android ", with a space after the d), so it looks a bit goofy on non-lemmy.world instances with a space before the @:

    Picture of the community banner showing the name is "Android " (with a trailing space)

  • Should phones have something that shows your profile to people in the proximity?
  • This isn't exactly what you're going for since it isn't automatic, but Apple is introducing NameDrop in iOS 17 which will allow you to share contact info by holding iPhones next to each other (similar to Bump back in the early 2010s). Of course NameDrop is closed to Apple devices which sucks (Android has Nearby Share, but it doesn't default to sharing your contact), but the idea of being able to hold phones to each other to share contact info would be ideal for me - it'd be quick so I wouldn't have to think about it and would be willing to do it for brief interactions, but also ensures my info is only shared with who I choose.

  • What CLI apps you use to do common tasks like editing (pdf, audio, video, image) files.
    • pdfcrop (commonly included with LaTeX) for cropping margins - it cuts the pdf down to its contents then adds a margin of your choosing, extremely useful for forcing academic papers to have consistent margins, pdfcrop --margins 72 *pdf here* will create a document with a ~1in margin all around (it uses bp as its units)
    • vips for resizing/converting images - it's a bit faster and lighter than imagemagick in my experience, although the main reason I use it instead of imagemagick is just because I like playing around with stuff I haven't used before :) It has an officially supported python binding too