Live data from Hacker News

Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

news.ycombinator.com

151–160 of 194 posts

Re: Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

#151

This is pretty interesting. A while back I was in the early engineering team that built something with similar characteristics (Maginatics > sold to EMC/Dell). It was a cloud (S3, others) distributed file system with variable-length chunks, per-chunk encrypted, with strong deduplication and focus on metadata operation optimization. We were primary storage (vs backup), making it a lot more challenging (performance, ap…

Looking forward to your feedback!

Re: Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

#152

Earlier quoted context omitted.

> My co-founder and I are passionately working on making sure that we eventually reach that goal Isn't it a bit sketch to be calling it decentralized if that's merely a goal though?

as they've outlined the storage is decentralized the compute is not. I don't think its an unfair sales pitch - they clearly are heading down the right path.

> the storage is decentralized the compute is not.

How does that work? Are people sharing storage? I.e. is it truly using "p2p storage" even if the transfers (at this point) are centralized?

Re: Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

#153
post #42

I haven't really understood how the "decentralized" comes into place. My notion of decentralization is the existence of multiple instances managed by unrelated people, such that the service keeps going if one actor falls down. From what I see here, the decentralization lies in the fact that the central service stores the data across multiple servers. So it's not technically speaking a lie, but i would say it is a bit…

Great points gtsop! We have a very similar understanding of decentralization. My co-founder and I are passionately working on making sure that we eventually reach that goal where Slik keep going, even if any one actor falls down. Here were our goals when we started this out - - Prove and implement the encryption technology [completed], - Switch over from centralized storage to decentralized storage [completed], The a…

Thanks for the detail, yes now I really look forward to that :)

Re: Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

#154
I saw "password less login" on your homepage, then a smile took over my facial expression. Your product is innovative, that's an advantage over potential competitors with bigger teams and wallets. Another great plus is that you have a walk-through video ready for onboarding new users and visually guiding curious web explorers. Wish you get plenty of success and keep building SlikSafe!

Re: Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

#155
post #64
post #42

I haven't really understood how the "decentralized" comes into place. My notion of decentralization is the existence of multiple instances managed by unrelated people, such that the service keeps going if one actor falls down. From what I see here, the decentralization lies in the fact that the central service stores the data across multiple servers. So it's not technically speaking a lie, but i would say it is a bit…

Decentralized in this case means you don't trust a single entity to control your access to your data.

Not sure I understand. Should you trust Silk in this case? Wouldn't any issue with this company mean unavailability to everyone's data? Maybe i have missunderstood the producy

Re: Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

#156

Earlier quoted context omitted.

Does Syncthing support manual on-demand downloading? What I'd really like is a way to browse files and download only what I need without eagerly syncing everything all the time. I'm using Seafile for that now, but I don't like that it needs hosting and I'd love to switch to something P2P and get rid of the server.

It's no longer maintained I think but probably still works: they did have Syncthing Lite which functions like a traditional client - https://f-droid.org/packages/net.syncthing.lite - https://github.com/syncthing/syncthing-lite

Interesting thanks. So the protocol supports it, but the official app doesn't expose functionality shaped the way I want. I'll have to see if I can get that lite app running on PC somehow.

Re: Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

#158

Earlier quoted context omitted.

syncthing

Another vote for syncthing. I have Synology home NAS, Syncthing in Docker on NAS, Tailscale on both Synology and my laptop so the IP address of the server is always the same, and it works way better than either Dropbox, OneDrive or Synology's own SynologyDrive.

What’s wrong with Synology Drive?

It’s working just fine for me.

Re: Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

#159
post #77

Earlier quoted context omitted.

In theory, but who uses something other than either Github or Gitlab? Obviously I know some people do, but I've yet to work on a project that doesn't just stick with the one.

Interesting that when given a choice, people choose centralised over decentralised.

That's because of economies of scale. It's much cheaper/easier to do something when it's the only thing you do. It's why we have professions, rather than each of us doing a bit of everything.

Re: Show HN: SlikSafe – A decentralized, end-to-end encrypted alternative to Dropbox

#160

An e2e Dropbox alternative would be great. Though for it to actually count as a Dropbox alternative (to me) it would need: 1) a Linux app 2) an Android app 3) on-demand syncing, aka "smart sync"

Those are some great requests. Thank you! We currently have a macOS app available and are targeting January for a Windows launch and a Linux launch soon after. We also have an iOS and Android app with a few beta users, and will release it around Jan/Feb'22. Slik’s desktop apps have the ability to automatically detect changes in your local connected folder and sync those changes. About On-demand syncing - we built Sli…

The other half of what I'd consider "smart sync" is delta sync -- basically only uploading the bit of a file (or other reasonable small chunk) which has changed. Dropbox does this well, and is very useful if you're only making a small change to a GB file. Last I checked, this has not yet been handled well with encryption. Even worse if you try to do a naïve e2ee cloudstore by e.g. putting an encrypted volume on dropbox.
Post reply on HN