git-fs: file system representation of a git repositorya project by fgonzalez DescriptionThis project aims to create a Linux equivalent to the git/fs concept from git9. Now, I'm aware that git provides worktrees, but they are not enough for many use cases. Having a read-only representation of the whole repository simplifies scripting by quite a bit and, most importantly, reduces disk space usage. For instance, during kernel livepatching development, we need to process and analyze the source code of hundreds of kernel versions simultaneously.This is rather painful with git-worktrees, as each kernel branch requires no less than 1G of disk space. |
A database of song drafts.an idea by JRivrain DescriptionI keep piling up texts for songs on Microsoft drive, because initally I found it convenient to be able to write texts in word 360 then get it auto-saved, even if I'm exiting the tram or something. However, I've never been keen on giving away my data to MS, and became increasingly frustrated by the "smart" features of MS drive that regularly make my older files difficult to find or become temporarily inaccessible. |