Hacker Newsnew | past | comments | ask | show | jobs | submit | cui's commentslogin

Do you mind sharing your master ruleset about Svelte?

Thanks. How are you dealing with worktrees right now?


But how did you use your main worktree's .env before? Symlink it?


This is how I currently use Git worktrees. Curious about how you are using it.


I've been working on django-rclone, which bridges Django and rclone.

https://github.com/kjnez/django-rclone


Author here. django-rclone is a Django backup package that delegates everything non-Django to rclone.

The existing solution (django-dbbackup) reimplements a lot: Django Storages for upload, GPG in Python for encryption, gzip for compression, regex for backup listing. django-rclone replaces all of that with rclone subprocesses — rclone rcat for uploads, rclone cat for downloads, rclone sync for media, rclone lsjson for listing. Encryption and compression are handled by configuring rclone crypt and compress remotes.

Database dumps stream directly into rclone via Unix pipes — no temp files written to disk. DB passwords are passed via environment variables instead of CLI arguments (which are visible in ps).

The result is significantly less code. Django-rclone only owns what Django must own: database connectors, management commands, and signals. Everything else — storage abstraction, encryption, compression, incremental sync — is rclone's problem. Supports PostgreSQL, MySQL/MariaDB, SQLite, MongoDB, and 70+ storage backends via rclone.


I thought it's meant for business usage. Why are you interested in WorkMail compared to other million email products?


I honestly don't know because I never used Copilot. Hopefully we'll have some open source projects that can take one set of configurations and produce similar set of files for others.


I actually wrote a blog post about it and checked lower level abstractions for web developers: https://yncui.com/post/lower_level_abstractions_for_web_deve...


Thanks for pointing it out. I've fixed the title and added a link in the post.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: