Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
”What’s 43 Folders?”
43Folders.com is Merlin Mann’s website about finding the time and attention to do your best creative work.
Vox Populi: Best practices for file naming
Merlin Mann | Oct 23 2006
If it wasn't apparent from my pathetic cry for help the other day, even I -- one of your more theoretically productive persons in North America -- struggle with what to call things. Tags, files, and -- dear Lord -- the innumerable assets associated with making web sites, graphics, audio, and video projects; it's all a hopeless jumble unless you have some kind of mature system in place for what you call your stuff and its various iterations. Of course, if you're like me -- and I hope that you are not -- you still have lots of things on your desktop with names like " For prior art, I still treasure this Jurassic thread on What Do I Know where people share their thoughts on this age-old problem, but, frankly I haven't seen many good resources out there on best practices for naming. Anyhow, during a recent MacBreak shoot, I noticed that Alex and his team seem to have a pretty fly system for naming the video files that eventually get turned into their big-time IPTV shows. Thus, I turned to Pixel Corps' Research Division Lead, Ben Durbin (co-star of Phone Guy #5) for insight and sane help. And, brother, did he ever give it to me (see below the cut for Ben's detailed awesomeness). But, just so I don't lose you, do give me your best tips in comments: What are your favorite current conventions for naming files? How does your team show iterations and versions? Do you rely more on Folder organization than file names in your work? How have Spotlight, Quicksilver, and the like changed the way you think about this stuff? Ben shares how Pixel Corps does it, video style:
Dang. Thanks for that, Ben! To repeat: What are your favorite current conventions for naming files? How does your team show iterations and versions? Do you rely more on Folder organization than file names in your work? How have Spotlight, Quicksilver, and the like changed the way you think about this stuff? 86 Comments
POSTED IN:
![]() I worked for a manufacturing...Submitted by Theron (not verified) on October 25, 2006 - 9:50am.
I worked for a manufacturing company at one point in my life. We had two product families with widely different model number schemes. The first was something meaningless like 87656765-002 and the second was "meaningful" like STD100-XM-9OI98-WWWXY-001 (I know, meaningful for who?). So to make the meaningless one meaningful, one needed metadata. And to make the "meaningful" one meaingful for the rest of us, one needed, well, metadata. So for my money, I use near meaningless file names XXXXXX_v.ext where XXXXXX is a unique number (autoincrement in a MySQL database), v is version number, and ext is extention. On disk, files are stored in a few directories but that is meaingless. I keep the rest of the information in a MySQL database - customer; project or program; document type (design, requirments, notes, etc.); dates (create, update, finalize, etc.); links to related documents (perfect for linking web pages and images); as well as other tags. I created a simple web application (also a console based appl) that lets me query the database for the files by metadata. when I publish a document it would look like 487595_3.txt (which is the actual document number of this comment on my disk - yes I keep them!). I've been doing this since 1998 and it's highly sustainable once you have some sort of user interface to the database. I spent the first 3 years interfacing with the database only through SQL - that got old, but sometimes I still INSERT INTO documents VALUES (UUID(), ... » POSTED IN:
|
|
EXPLORE 43Folders | THE GOOD STUFF |