Seems a neat way to lose everything
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I can sort of see the appeal, but its not for me. If anything is ever going to rename files for me its going to be a script that I've either written or at least read top to bottom. Not a blackbox inference engine, and especially not one based on an LLM.
I definitely would lean into your camp for sure. The demo video shows it previewing suggested renames before accepting, but I see your point and I definitely had the same initial reaction lol
Why rename the files when you could just categorise and index them..?
This seems unnecessarily destructive.
I've been long looking for this rename feature.
I have so many files that are titled
Document-2022(1).pdf
or
contract(1).pdf
Really wish that they had descriptive titles so I can know what's in them without having to open them
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.
That’s a neat application of LLMs. I echo the other comments here in that I’d want final say on file changes and the ability to only enable it for certain directories.
I totally agree - demo video I saw makes it look like it totally has both those features
I like the idea, but I really hate that they've hardcoded the provider.
Ngl that's a interesting idea. Would definitely want it running locally, though.
Looks like it allows that using ollama
Edit: according a couple issues, the flag that allows this is being ignored...
Haha well that's uhh....