I was looking at https://open-smartwatch.github.io/gallery/gallery-main/ recently with some intrigue, if I had a 3d printer I’d consider building it
https://linktr.ee/tomawezome Donations:
- BTC: bc1qu73wa69ey6f4qjhpg0sdtkxhusvtf68946eg6x
- XMR: 4AgRLXVNgMhTWsEjEtZajtULPi6964nuvipGXc6eNyFhWF9CSm7rRpFWQru8hmVzCkS5zBgA2ehhcbk86qLxM9MZ5pTEgYb
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: October 31st, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
TomAwezome@lemmy.worldto
Open Source@lemmy.ml•Shouldn’t Forgejo private repositories be encrypted?
3·15 days agoGenerally if you want to combine full encryption with version control, your best bet would be instead to not use something like Forgejo, and instead do something like init a local git repo, commit like usual, then set up scripting that will tar.gz archive the entire repo, PGP encrypt the archive, and then upload that to a cloud provider’s file storage. That way, it’s got privacy (the archive is encrypted), it’s got version control (once decrypted and decompressed it goes back to being a folder with a git repo in it), and it’s backed up (via cloud file storage provider).
You should add screenshots to the repo and the README so people can see how it looks. Also, it’s not clear if this supports using locally hosted LLMs.