• 1 Post
  • 48 Comments
Joined 1 year ago
cake
Cake day: April 24th, 2023

help-circle






  • I’m just curious as to how you think these are insurmountable problems while every instance in existence today is already managing to navigate these issues.

    The only thing the author is suggesting is to pool the resources that are going to waste copying media posts around the fediverse into a new backend (that means it’s not directly user accessible and presumably subject to the same restrictions as posts right now) so that the cost of media hosting is more distributed between all the fediverse instances instead of having the big ones hogging all the bandwidth of the small ones with memes because some users decided to subscribe to a community on say Lemmy.world.


  • Did you even read the article? It’s not like all the users just get unrestricted access to storage to treat like a google drive, this is a backend thing. This guy is trying to find a solution to all the wasted bandwidth and storage space from sending copies to all the other instances they’re federated with, which is a legimate issue that the instance admins are already dealing with on a daily basis. This will let them pool resources to help lower costs for smaller instances.

    As to the CSAM thing I can only imagine it would be easier for one instance to purge fifty images/restore from a backup and everyone else just have to redo their thumbnails as opposed to all the instances having to purge and restore but that’s just me.




  • ATAK would work, but you’d need a TAK server to share location data with other devices. FreeTAK is nice. Though it’s a bit much if all you’re trying to do is share location among family and don’t need a whole-ass TACNET lol.

    Otherwise Owntracks might fit the bill better. It hooks up to a MQTT network and you can use something like node-red to pretty easily pop that into a dashboard map if you’re not running something like Home Assistant.

    Only thing I’m not sure about with Owntracks is the list of location points, but you could use Tasker or something to publish the coordinates to a different MQTT topic than the one your phone is posting to.






  • I’m trying to find that out myself, just started playing with it yesterday. Right now I’ve got a personal store of recipes in CopyMeThat, and that’s got some nice features like meal planning and shopping lists but its not integrated into anything.

    I’ve seen a few approaches so far, some guy on the forums has all the ingredients stored in the front matter and uses dataviewjs to display them in the note which allows for unit conversion but I think that’s too much, I still want to be able to read them without obsidian.

    Right now I’ve got tags and method and ingredients in the front matter along with checklist add-on formatted tasks in the main part of the note. Eventually I want to have it pull a recipe at random and put it in my weekly note or something.