• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • It would be better to have this as a FUSE filesystem though - you mount it on an empty directory, point the tool at your unorganised data and let it run its indexing and LLM categorisation/labelling, and your files are resurfaced under the mountpoint without any potentially damaging changes to the original data.

    The other option would be just generating a bunch of symlinks, but I personally feel a FUSE implementation would be cleaner.

    It’s pretty clear that actually renaming the original files based on the output of an LLM is a bad idea though.










  • I found it much more barebones in my tinkering. It doesn’t seem to support pulling via SSH (and definitely doesn’t support signing commits). Configuration options appear extremely limited, both in documentation and the UI.

    It looks nice, but I don’t really see the point to it when Gitea Actions is now a thing. Gitea is a more mature product, and is similarly fast and lightweight.

    Edit: s/Gitea/Forgejo. Gitea has moved to a for-profit model since I made this comment.