Aaron Sollesse

Results 54 comments of Aaron Sollesse

> Considering this development of SXG it would probably render further development of this WX rather futile anyway? There would still be some way to identify whether a CDN is...

Google AMP, [CloudFlare AMP](https://amp.cloudflare.com/) and all other AMP caches. Also consider gateways like [Cloudflare's IPFS gateway](https://blog.cloudflare.com/distributed-web-gateway/) and [Tor2Web](https://www.tor2web.org/)'s Tor gateway, :cat2: : **Tor2web added in v1.2.0. IPFS added in v1.3.0**

@aejnsn client-side encryption, so it's decrypted by the client. Encrypted at rest, not merely during transit. @djaiss there's a reason why end-to-end encryption is very popular now even on self-hosted...

Like @pqhf5kd I'd be fine accepting those missing features, as keeping sensitive data in a SaaS product without E2EE is a non-starter for me. This is also the model of...

EteSync does end-to-end encrypted CardDAV/CalDAV so it should be possible.

I prefer client-side (E2EE) encryption over server-side, because I'd like to not have to host my own server and instead just get a subscription with Monica. I can't do that...

>Even client-side encryption is possibly unsafe if the client-side code comes from an untrusted source (or a trusted one but not known to be compromised). Actually there is a solution...

Found this issue [when discussing](https://github.com/vector-im/riot-web/issues/8276) Signal's Encrypted Profiles implementation, might be worth checking out.

I haven't used rsync but I assume it's like other file sync programs e.g. Google Drive desktop client enables you to keep the files on two or more devices in...

I'm not sure how to write a script which would check the remote in that fashion, which is why I'm requesting the feature. > In the end though: i still...