* labels like those in gmail
@ 2004-09-09 20:10 Bedros Hanounik
2004-09-10 0:53 ` Hans Reiser
2004-09-10 9:13 ` Peter Foldiak
0 siblings, 2 replies; 4+ messages in thread
From: Bedros Hanounik @ 2004-09-09 20:10 UTC (permalink / raw)
To: reiserfs-list
I use reiserfs but not familiar with the technical details. I'm
wondering if it's possible to use meta tags in reiser4 fs to add
labels to files.
for example, I could have labels: photo, work, personal, vacation....
then a jpg file from work would have the labels photo and work.
it allows searching my files easier. no need to create different
directories for different subjects. All files are in the same
directory and I could browse them using labels.
another advantage is that many files may fall in two categories and
rather than have multiple copies one in each category, I just apply
multiple labels for a single copy of the file.
if the answer is yes, does it require a core change to reiserfs or can
be a plugin.
another question, is the meta tag structure is xml? should it be? XML
documents waste a lot of space and require more cpu cycles to process,
but they are extensible and I hope reiser4 tags are also extensible
Thanks,
-Bedros
btw, awesome work hans and all reiserfs developers.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: labels like those in gmail
2004-09-09 20:10 labels like those in gmail Bedros Hanounik
@ 2004-09-10 0:53 ` Hans Reiser
2004-09-10 8:56 ` mjt
2004-09-10 9:13 ` Peter Foldiak
1 sibling, 1 reply; 4+ messages in thread
From: Hans Reiser @ 2004-09-10 0:53 UTC (permalink / raw)
To: bedros; +Cc: reiserfs-list, Peter Foldiak
I think that simple file and directory syntax provides what you need.
Just keep in mind that in reiser4, storing labels in files is effective
to do.
Hans
Bedros Hanounik wrote:
>I use reiserfs but not familiar with the technical details. I'm
>wondering if it's possible to use meta tags in reiser4 fs to add
>labels to files.
>
>for example, I could have labels: photo, work, personal, vacation....
>
>then a jpg file from work would have the labels photo and work.
>
>it allows searching my files easier. no need to create different
>directories for different subjects. All files are in the same
>directory and I could browse them using labels.
>
>another advantage is that many files may fall in two categories and
>rather than have multiple copies one in each category, I just apply
>multiple labels for a single copy of the file.
>
>if the answer is yes, does it require a core change to reiserfs or can
>be a plugin.
>
>another question, is the meta tag structure is xml? should it be? XML
>documents waste a lot of space and require more cpu cycles to process,
>but they are extensible and I hope reiser4 tags are also extensible
>
>Thanks,
>
>
>-Bedros
>
>btw, awesome work hans and all reiserfs developers.
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: labels like those in gmail
2004-09-09 20:10 labels like those in gmail Bedros Hanounik
2004-09-10 0:53 ` Hans Reiser
@ 2004-09-10 9:13 ` Peter Foldiak
1 sibling, 0 replies; 4+ messages in thread
From: Peter Foldiak @ 2004-09-10 9:13 UTC (permalink / raw)
To: bedros; +Cc: reiserfs-list, Hans Reiser
On Thu, 2004-09-09 at 21:10, Bedros Hanounik wrote:
> I use reiserfs but not familiar with the technical details. I'm
> wondering if it's possible to use meta tags in reiser4 fs to add
> labels to files.
>
> for example, I could have labels: photo, work, personal, vacation....
>
> then a jpg file from work would have the labels photo and work.
>
> it allows searching my files easier. no need to create different
> directories for different subjects. All files are in the same
> directory and I could browse them using labels.
>
> another advantage is that many files may fall in two categories and
> rather than have multiple copies one in each category, I just apply
> multiple labels for a single copy of the file.
>
> if the answer is yes, does it require a core change to reiserfs or can
> be a plugin.
This is exactly the problem that Han's Future Vision whitepaper
http://www.namesys.com/whitepaper.html
is about and what you need is what Hans called "set vicinity
intersection" or grouping.
You should be able to store your photo associated to
(photo, work, personal, vacation)
and then you will be able to browse them by typing
[photo work personal]
together with all other personal work photos.
(Actually, if we go my way, using feature sets for inheritance then you
should probably associate
([photo], work, personal, vacation)
but that is a detail.)
I don't know whethet its implementation will involve anything like what
you mean by "meta tag labels".
> another question, is the meta tag structure is xml? should it be? XML
> documents waste a lot of space and require more cpu cycles to process,
> but they are extensible and I hope reiser4 tags are also extensible
We can probably map an XML structure into Reiser6 syntax using an XML
plugin. Peter
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-09-10 9:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-09 20:10 labels like those in gmail Bedros Hanounik
2004-09-10 0:53 ` Hans Reiser
2004-09-10 8:56 ` mjt
2004-09-10 9:13 ` Peter Foldiak
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.