The disk is still encrypted even when turned on, it’s just transparently decrypted when read. I doubt Ente is any different - you store images encrypted on disk, decrypt them to be able to read them as an image, then send it re-encrypted over HTTPS.
floquant
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: May 31st, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
floquant@lemmy.dbzer0.comto
Selfhosted@lemmy.world•What path does data take when connecting to a domain at my address?English
2·20 days agoYou already have a bunch of NAT-level suggestions, so I wanted to mention there’s an alternative solution: split-horizon DNS, or simply split DNS. Basically, you run a DNS server in your LAN (like pi-hole) which resolves to the private IP, so resolving externally and internally give different results. This way packets don’t hit the router at all. You can also do a wildcard like
*.something.lanto avoid having to add a record for every service, and only configure your reverse proxy.
floquant@lemmy.dbzer0.comto
Opensource@programming.dev•Darktable 5.6 Open Source RAW Editor Brings Optional AI Tools
6·27 days agoI feel like it would’ve been better marketing among its userbase to call them ML tools rather than AI. Those two letters carry too much dread at the thought it’s some damn chatbox powered by OpenAI
Why did you release
alpha 6.0.6then6.0.1 beta? And how are you on 6.x for an unreleased hobby project started this year anyway? And why are they in different repositories?