Earlier quoted context omitted.
An interesting chart appears on the Wiki explaining how Microsoft keeps tilting at this windmill and has two decades of cancelled or scaled back products to show for it. I suspect there is an inherent scaling problem with the approach. While it demos well and can be useful in a lab setting, the full scale version ends up being so complex that mere mortals aren't able to comprehend it and end up just losing their file…
I can imagine such a thing; it's called a programming language. A GUI application, you say? Well then you're just asking for a graphical programming language, and as they say, now you have two problems... I think the more general-purpose a tool is, the more intelligence and/or general knowledge is needed to wield it: "Here's a widget thromper. You push the big green button and it thromps the widgets." vs "Here's a ca…
TMSU: a tool born out of frustration with the hierarchical nature of filesystems
61–70 of 131 posts
Re: TMSU: a tool born out of frustration with the hierarchical nature of filesystems
#62I'm actually not frustrated with the hierarchical nature of filesystems. I'm most frustrated with the state of filesystem search these days. I don't want to tag and curate my files. I want to search them. I've strung together something using bleve full-text search and some OCR libs to scratch my particular itch but it still doesn't quite get all there.
I agree. I actually like the hierarchical organisation, and I don't like the 10 year usability trend, particularly driven by Microsofts attempts to patch over their horrid structure with even worse workarounds. The solution to learning my mother were to find her documents is not hiding the place 15 levels deep and having 10 symlinks to it. Fast, unobtrusive indexing and a good structure is all that is needed. Humans…
Humans also track a lot of things based on spatial memory, which no OS since Mac Classic has even tried to make use of, which is a shame.
Re: TMSU: a tool born out of frustration with the hierarchical nature of filesystems
#63Re: TMSU: a tool born out of frustration with the hierarchical nature of filesystems
#64A great idea! I think tags are definitely a better way to organize most personal data than trees. Also I like that they describe what data they actually change on your computer right on the homepage: "TMSU does not alter your files in any way: they remain unchanged on disk, or on the network, wherever you put them. TMSU maintains its own database and you simply gain an additional view, which you can mount, based upon…
Re: TMSU: a tool born out of frustration with the hierarchical nature of filesystems
#65I'm actually not frustrated with the hierarchical nature of filesystems. I'm most frustrated with the state of filesystem search these days. I don't want to tag and curate my files. I want to search them. I've strung together something using bleve full-text search and some OCR libs to scratch my particular itch but it still doesn't quite get all there.
All of the other files I work with on a day to day basis I don't really want to query by structure or tags. I just want to know where the %^&*@ they ARE! And a simple hierarchy is actually better than tags for that.
Re: TMSU: a tool born out of frustration with the hierarchical nature of filesystems
#66Earlier quoted context omitted.
I can imagine such a thing; it's called a programming language. A GUI application, you say? Well then you're just asking for a graphical programming language, and as they say, now you have two problems... I think the more general-purpose a tool is, the more intelligence and/or general knowledge is needed to wield it: "Here's a widget thromper. You push the big green button and it thromps the widgets." vs "Here's a ca…
Ok, we need you to work on the music for this TV show. Your first job will of course be to build your composition suite from scratch so you can access our incredibly complicated database oriented file storage system.
In my last "proper" job, I wrote a lot of code, and the vast majority was one-off; virtually none of it ended up in what you might call an "application".
Re: TMSU: a tool born out of frustration with the hierarchical nature of filesystems
#67Also for not tech savvy users, folders have the nice interaction pattern of question-response via menu selection. They see something, click, see something, click, without realizing that they are navigating a folder hierarchy.
Re: TMSU: a tool born out of frustration with the hierarchical nature of filesystems
#68I'm actually not frustrated with the hierarchical nature of filesystems. I'm most frustrated with the state of filesystem search these days. I don't want to tag and curate my files. I want to search them. I've strung together something using bleve full-text search and some OCR libs to scratch my particular itch but it still doesn't quite get all there.
I agree. I actually like the hierarchical organisation, and I don't like the 10 year usability trend, particularly driven by Microsofts attempts to patch over their horrid structure with even worse workarounds. The solution to learning my mother were to find her documents is not hiding the place 15 levels deep and having 10 symlinks to it. Fast, unobtrusive indexing and a good structure is all that is needed. Humans…
Well, sure, if things do have a hierarchical relationship, but a hierarchy is just one form of network. It fails for concurrent dependency problems, e.g.
Re: TMSU: a tool born out of frustration with the hierarchical nature of filesystems
#69I'm actually not frustrated with the hierarchical nature of filesystems. I'm most frustrated with the state of filesystem search these days. I don't want to tag and curate my files. I want to search them. I've strung together something using bleve full-text search and some OCR libs to scratch my particular itch but it still doesn't quite get all there.
We inherit all the information from your existing file system structure, as well as the people files are shared with, and provide a powerful content-based search on top of that.
Check out our website if you'd like: https://www.meta.sc
Re: TMSU: a tool born out of frustration with the hierarchical nature of filesystems
#70This idea is rediscovered every few years in a new project. I tried this with StorageBox many years ago and even did some UX research in this context. Turns out many users don't like querying only as it they feel they can not search their data exhaustively, and might "lose" some of their data this way. Also for not tech savvy users, folders have the nice interaction pattern of question-response via menu selection. Th…