• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: August 14th, 2024

help-circle
  • Ugh. This is what sucks about this— it’s not hard to imagine a (closer) future where relatives fall for the marketing and do genetic testing, while one day you have a medical emergency or situation happen and insurers now have your family genome where they can deny coverage for predisposition of this thing you now have to deal with which also ruins you economically, more than it would have in the past.








  • astrsk@fedia.iotoLemmy Shitpost@lemmy.worldYeah
    link
    fedilink
    arrow-up
    23
    ·
    22 days ago

    Just use git. It’s what all these front ends use at their core. It’s all just git which doesn’t need any hosting at all. If all you want is tracking changes you don’t even need to set up a remote to push / pull from. Just install git on your local development machine, make a folder for you project, and run ‘git init’. Now you have a local repo which can track and commit changes and you have all of the incredibly powerful tools available that git provides with ample documentation. Wanna back it up? Just backup the folder with any standard backup application like any other folder.