Automatic archives
Monday, March 24th, 2008
In my web browser I set my history to the max # of days. I wish you could just set it to “infinite”.
That’s what databases are good for!
Well, I guess you should archive every now and again.
I manually archive things like mail at the end of the year as it is.
But I can still access all the (casual) bookmarks I’ve ever made back to June 2003!
Having that many bookmarks broke Foxmarks such that I couldn’t use it until late last year.
Every month I create a new
strftime(”%Y-%m %b”)
bookmark folder (e.g. 2008-03 March)
in which to store casual bookmarks.
Ditto for download folders, which are always strftime(”~/download/%Y-%m-%B”)
(e.g. ~/download/2008-03-Mar),
although I may switch from ~/download to ~/Downloads since both ubuntu and Mac OS X use that folder name.
I’ve thought of writing a Firefox plugin to manage all these month-specific setups.
I should also write an Azureus plugin that does the same thing.
Both could be really, really low level so you could just use strftime format strings in any preference folder/file name.
Download folder: %Y-%m %bThat would be sweet..

