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
- 6 Comments
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).
TomAwezome@lemmy.worldto
Selfhosted@lemmy.world•[Question] alternatives to systemdEnglish
4·2 months agoI’ve used Devuan before with decent success, I run it as a server on an ancient netbook with 1Ghz and 2GB RAM. Works pretty well, but bear in mind so much has become entangled with the expectations of systemd that as more packages get installed you may find things that break. As an example,
aptgets an error every time it does anything because Mullvad VPN software has a configuration step that expects systemd functionality, and obviously that won’t work on Devuan. The program itself works fine, just have to start it a little differently, but it means thataptfunctionality always returns an error, which itself breaks any other scripts you may run that have steps that useapt. I had to do a lot of manual patching for PiHole scripting to get that installed because every time it would run anything with apt it thought there was a showstopping error simply because Mullvad complained during apt configurations.
That’s really cool, and very smart. Definitely a cut above the neocities one. I think I’ll swap over to use searloc as my default instead. Thanks for the clarification! :)
So this is basically doing what https://searx.neocities.org/ is doing? Or is it going some step beyond? Neat project
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.