Re: [9fans] Vcard filesystem

2024-11-14 Thread Frank D. Engel, Jr.
That strategy worked particularly well on BeOS, which had database-like indexed extended attributes in its native filesystem. Individual "People" files basically stored all of the individual fields (phone number, etc.) as extended attributes of the files and they were indexed by the filesystem

Re: [9fans] Vcard filesystem

2024-11-14 Thread Shawn Rutledge
> On Nov 8, 2024, at 17:04, sirjofri wrote: > > Hello everyone, > > some time ago I started working on a filesystem for vcard files. The > filesystem manages a vcard database (stored in the user lib dir), and mounts > itself to /mnt/vcard per default. I don’t think I like the idea of one big

Re: [9fans] Vcard filesystem

2024-11-12 Thread Noam Preil
Definitely interested, I'll take a look :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T4d117dbbd00ae4f7-Med7db4d9926636051febfce4 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[9fans] Vcard filesystem

2024-11-08 Thread sirjofri
Hello everyone, some time ago I started working on a filesystem for vcard files. The filesystem manages a vcard database (stored in the user lib dir), and mounts itself to /mnt/vcard per default. I'm at a point where I consider it ready for anyone to use. There might be bugs, memory leaks, and