Yeah, it’s fantastic. It’s more effective at this than I thought because even though I use git a lot for programming and projects, I’ve admittedly forgotten far too often to commit and push/pull trivial changes on devices and in most cases, all I need is just for dotfiles to sync across devices anyway.
jerieljan
- 0 Posts
- 7 Comments
I use Syncthing with a folder called “Configuration Files” where I drop all my sync-able configs and dotfiles and I simply symlink them as needed.
jerieljan@lemmy.mlto
Technology@lemmy.world•What the Linux desktop really needs to challenge WindowsEnglish
41·5 个月前I truly wish to see the day when any computer can easily run Linux painlessly.
I think the easiest ones I’ve seen are Linux Mint and all the vanilla installs of other mature distros, but I still see cases from time to time with friends and strangers who still somehow manage to get their setups in some issue or another, whether it’s their hardware’s fault or factory defaults / configs getting in the way or their own.
I’m just glad that these are getting much better than ever as time goes on.
jerieljan@lemmy.mlto
Privacy@lemmy.ml•Looks like Facebook is following youtube with anti-adblock measures.English
6·3 年前I actually got a notice like this several months ago even before YouTube did theirs.
If anything, Facebook’s quite infamous for trying to combat and blockers in general. I remember back then when they obfuscated their web layout so much that it got tricky for some to filter or block sponsored or recommended content.
I eat my crusts but I have to admit, those who do not have a good point when some pizzas out there have especially terrible crusts.
jerieljan@lemmy.mlto
Sync for Lemmy@lemmy.world•Is it just me or did Lemmy suddenly became more active now that Sync for Lemmy is released?English
97·3 年前Sync drastically reduces the barrier to using Lemmy for sure.
I appreciate the vanilla Lemmy experience but Sync has my muscle memory / usage habits after all. And it fixes some of my UX complaints that seem mildly annoying but enough to disengage me from the browsing session.


I feel slow on this one but I only learned about copyparty a while ago. With the more frequent use of uv for Python stuff, I like that invoking it on a directory I want to share with a group in a room can be as simple as
uv tool run copypartyand they can just scan the QR code and get whatever as long as they’re connected to WiFi.uv tool run copyparty -v .::r --grid --qr --hist ~/.cache/copypartyis what I use for quick folder shares.