I’m beautiful and tough like a diamond…or beef jerky in a ball gown.

  • 60 Posts
  • 264 Comments
Joined 10 months ago
cake
Cake day: July 15th, 2025

help-circle
  • Here’s a write-up I read not too long ago and answers many of your questions, though the author is mostly concerned with getting data access going. Short answer is yes, most will “just work” provided you use the correct modes and configs.

    https://www.jeffgeerling.com/blog/2022/using-4g-lte-wireless-modems-on-raspberry-pi/

    do linux apps working as contact list/dialer/SMS receiver/sender exist?

    Those all fall under what’s called the IMS (IP Multimedia Subsystem) and is often problematic implementing in open source. If I recall, Ubuntu Touch has a (mostly?) working IMS implementation but I don’t recall if it’s universally functional or limited to specific devices/carriers. Some WWAN cards will allow calls/texts, but those are usually in “3G” mode which is rapidly disappearing as carriers switch to VoLTE or VoNR/Vo5G (which are basically just fancy VoIP).

    If you’re willing to forego traditional carrier voice/messaging, you can use any number of messaging apps that work on Linux and/or combine that with a 3rd party VoIP provider for PSTN calling/phone number and SMS/MMS. Just don’t expect to get RCS messaging going; even on Android proper, you’re limited to Google Messages only.


  • Note: I’m not a Luigi fanboy, so if anyone’s gonna downvote me over that, fine, but at least try to read what I’m saying from a general “don’t put words in people’s mouths” perspective.


    It doesn’t show for me, but I have seen the massive “support lemmy development” banner in Lemmy-UI elsewhere. It’s annoying but I get it.

    However, this is the first time I’ve seen it with the posturing it takes toward ml’s content policy and how “Luigi” as a verb is not just permitted but seemingly encouraged there. That’s a bridge too far and basically says “hey, crazies of Reddit, come to Lemmy and be toxic and call for murder all you want” without mentioning that instances can and do have their own policies of what is acceptable.

    Is there a way for admins to turn that off? Even if they do want to help support development of the software, letting the two developers posture and put words in their mouths like that is, IMO, unacceptable.












  • I get that it isn’t the same but when all you have is a garbage version of a memory, I’m not sure or really matters whether the representation is the original garbage or something that makes you feel less regret over not having something better.

    In my experience, the worse the photograph the better my memory of it. Probably because my mind is already used to filling in the blanks in the garbage version, so it’s constantly refreshing the memory in my mind to keep it vivid. YMMV obviously. I’m also not much of a shutterbug and prefer to commit moments to memory than try to fight with my phone to snap a photo I’ll probably never look at.












  • I don’t use MQTT currently, but there’s several things you can do with it:

    • Pass some messages as plaintext for use in, say, HomeAssistant
    • Bridge meshes over the internet
    • Send/receive ProtoBuf messages from an MQTT client to the Meshtastic node and the mesh
    • Plugging in some of the mesh mapping programs to visualize the mesh

    I tried setting up MQTT with HomeAssistant but couldn’t get messages to come in correctly. Most likely my own fault but I just never got back to it as I didn’t have a specific need in mind when I was setting it up.