beep boop

  • 2 Posts
  • 288 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle

  • ElementX (main mobile matrix client) has live location sharing that works in group chats. Be aware that any location sharing system that loads map data (tiles) from a server automatically leaks your location to that server. The only way to solve this would be to have all the map tiles required stored offline but I’m not aware of any solution that does this. The simplest way to achieve maximum privacy is to just have something that automatically shares just the coordinates as a text message at a regular interval then you can open those coordinates in an offline map app.

    As you can see here, the map tiles are loaded from “MapLibre” when using ElementX or rather its cool fork SchildiChatNext. That means MapLibre would technically know roughly where you are and have been. All apps that dont prompt you to download large chunks of map data in advance will load map tiles on demand and expose your location.

    https://schildi.chat/next/



  • Controlling the software is an integral part of the ethos of self hosting. Literally right in the first sentence of the wikipedia page.

    https://en.wikipedia.org/wiki/Self-hosting_(network)

    Self-hosting is the practice of running and maintaining a website or service, as well as own servers for e-mail, IM, NTP and so on, using a private server, instead of using a service outside of the administrator’s own control. Self-hosting allows users to have more control over their data, privacy, and computing infrastructure, as well as potentially saving costs and improving skills.

    instead of using a service outside of the administrator’s own control

    Plex is outside of the administrators control.










  • Basically all linux distros have a keyboard shortcut menu where you can add scripts and programs that do whatever you need. I have only used AHK once long ago, so i dont remember all that it does, but isnt that just all it is basically. The thing that makes AHK easy for people is all the publicly available scripts people made and published, not the application itself.






  • To enable flatpak in Discover go to its settings page and at the bottom click “install flatpak backend” or something like that. Then when thats done you need to enable “flathub” on the same page as the package source for flatpak. You might have to restart in between or after these steps if it doesnt show up.

    Only “flatpak” though, not “snap” because that sucks.