@Unleaded8163@fedia.io
Unleaded8163
member since 12 Sep 2023 02:41
comments
- on Audacity 4.0 is finally out! in c/technology@lemmy.world · 3 Sep 2026
-
on Don't paste the AI. in c/technology@lemmy.world · 20 Aug 2026
My response to one person was "If you couldn't take the time to write it, what makes you think I'm going to take the time to read it."
-
on GitHub you wiley fox! in c/programmer_humor@programming.dev · 18 Aug 2026
I actually use rclone. It's kind of rsync++, so only copies differences. It also handles the encryption for me. I think I have it running about every 5 minutes on that server. Most of the time it only runs for a few seconds to verify that nothing has changed.
-
on GitHub you wiley fox! in c/programmer_humor@programming.dev · 18 Aug 2026
For personal projects, I work on my main laptop and have a remote set to my server which runs in my garage. I push changes from my laptop there. That server gets backed up to a S3 like cloud storage bucket. The backups are all encrypted on my server before going to the cloud.
All you would have to add is the off-site backup from your laptop. If you want to share your code on Github, Codeberg, GitLab, etc. you can just add additional remotes in git and the push will go to all of them.
-
on GitHub you wiley fox! in c/programmer_humor@programming.dev · 17 Aug 2026
I think Codeberg is only appropriate for FOSS projects. If your project is FOSS, it's probably great, if not, maybe GitLab?
Does anyone actually like websites that mess with scrolling like that?