This gif is audible
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: June 20th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
chellomere@lemmy.worldto
Selfhosted@lemmy.world•introducing copyparty, the FOSS file serverEnglish
0·3 months agoAh, so you have compiled it into one file? Didn’t know that was possible for python, what tool do you use for this?
chellomere@lemmy.worldto
Selfhosted@lemmy.world•introducing copyparty, the FOSS file serverEnglish
1·3 months agoHey fellow scener, cool project!
Just a few thoughts/questions:
- BTRFS and ZFS support real deduplication via copy on write, and would eliminate all current disadvantages of symlink and hardlink deduplication. It just works.
- Why have it be one huge python source file? This is a serious code smell imo, and something you really should avoid doing as this can be a major maintenance burden.
Long time since I heard about anyone using CVS. I stopped using it 18 years ago when I discovered how much easier branches were to handle in SVN.