Kynn
@Kynn@jlai.lu
- Comment on Does anyone have any experience with Sync-in for online files? 2 weeks ago:
Hi,
I’ve been on seafile for years, I see no reason for the docker install to scare you.
I’ve been meaning to migrate to an european alternative (seafile is essentially chinese), but none seem to have the notion of zero-trust.
I’ve checked both opencloud and sync-in. In both cases, if you are the admin, you can access every one’s files. For now at least. This means a hacker accessing your server could also get the files uncrypted.
This is a no-go for me, I want my friends to be able to trust my instance so they can use it. Seafile has that : you can create an encrypted collection which asks for a second password when you open it.
- Comment on Does anyone have any experience with Sync-in for online files? 2 weeks ago:
Surely awesome, but sync is one-side only. This is a nogo for my usecases.
- Comment on Nextcloud/OneDrive Files-only Replacement 1 month ago:
Seafile has fuse for accessing it as a folder.
- Comment on RAM prices soar, but popular Windows 11 apps are using more RAM due to Electron, Web components 3 months ago:
Let’s say you are a webdeveloper trying to package your js app into a executable.
Tauri makes it so that it embeds your js into a rust base, and if you need to interact with the os, you have a Tauri JS API which calls predefined rust functions embedded in the executable.
You can literally never write rust code while using tauri.
But they givr you the choice, since rust is faster than compiled js, you also can create rust functions which you then call from your js code.
- Comment on RAM prices soar, but popular Windows 11 apps are using more RAM due to Electron, Web components 3 months ago:
In Tauri, the rust backend is the glue between web/js and OS functions. Yet you don’t need to do any rust code, it’s delivered ready.
- Comment on RAM prices soar, but popular Windows 11 apps are using more RAM due to Electron, Web components 3 months ago:
Tauri is the way to go ; so that every app doesn’t each embed another web browser that makes for 90% of the file size.
- Comment on Campfire (the self-hosted group chat) just became free and open source! 6 months ago:
I don’t see how it replaces anything without audio & video calls. Doesn’t mattermost already cover this scope…? And a lot of other open source softwares… For me, the rarest and dearest feature is these fixed call channels you have in discord. Matrix and element have them, but their ui is shit. I’m waiting for it to be implemented on Cinny, there is a PR for that.