<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>subvisual &#187; delicious</title>
	<atom:link href="http://subvisual.net/tags/delicious/feed/" rel="self" type="application/rss+xml" />
	<link>http://subvisual.net</link>
	<description>busy days, full head… must write this stuff down.</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:52:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>my delicious.com tags rerefreshed</title>
		<link>http://subvisual.net/ideas/my-delicious-com-tags-rerefreshed/</link>
		<comments>http://subvisual.net/ideas/my-delicious-com-tags-rerefreshed/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 23:23:39 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[big ideas]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[information-architecture]]></category>
		<category><![CDATA[online-services]]></category>

		<guid isPermaLink="false">http://subvisual.net/?p=174</guid>
		<description><![CDATA[I recently decided to change the way I use the social bookmarking service delicious.com to how I have been using it for the last five years or so. I have starting to see it less as a big bucket to catch anything of minor interest I encounter, and more of a considered record of my  [...]]]></description>
			<content:encoded><![CDATA[<p>I recently decided to change the way I use the social bookmarking service <a href="http://delicious.com" target="_blank">delicious.com</a> to how I have been using it for the last five years or so. I have starting to see it less as a big bucket to catch anything of minor interest I encounter, and more of a considered record of my  daily worthwhile reading on the web, with space for my comment. Not quite a blog, but a timeline of my online reading that reflects my thoughts, research and daily problem solving. We&#8217;ll see how this new approach turns out, but to get there I felt I needed to organise my delicious account a little better.</p>

<p><span id="more-174"></span>I was finding it difficult to use effectively anyway and to tag entries effectively -  I needed to clean up my <a href="http://delicious.com" target="_blank">delicious.com</a> bookmarks and tags. They were a particular mess from when I let the delicious Firefox extension import all my thousands of browser bookmarks.</p>

<p>My meticulous offline browser bookmark filing system &#8211; a methodical and hierarchical and usable top-down organisation structure &#8211;  fell down when it was converted to a soup of tags.  I ended up with a collection of tags  like <strong>work<em>-</em>site<em>redesign</em>examples</strong> (from some research at work) and <strong>Pattern<em>Group</em>D:<em>Writing</em>and<em>Managing</em>Content </strong> (some resources I&#8217;d bookmarked from a book  I was reading a few years back &#8211; <a href="http://www.designofsites.com/" target="_blank">The Design of Sites</a>) and <strong>_curr</strong> (my current reading bookmarks list, which was no longer very _curr). My labelling system for storing and browsing my tags was good for reading through the list in my browser sidebar, but for topic tags, it was pretty useless. And there were thousands of them.</p>

<p>No problem, I thought. delicious is a good product &#8211; well designed and tech-friendly. I&#8217;ll get in there and consolidate my tags, rename them, delete the ones I don&#8217;t like. Maybe with a bit of help from the delicious API and some scripting with regexes. It will be fun!</p>

<p>How wrong I was. The delicious &#8216;bulk edit&#8217; interface is less than friendly, allowing you only to bulk edit bookmarks, maximum 100 at a time. The tag deleting and renaming interface allows you to do one tag at a time, with a painful select menu and multiple click interface. The pain of this interface is nicely documented <a href="http://inspite.wordpress.com/2008/08/04/how-to-delete-delicious-tags-quickly/" target="_blank">here</a>. I can&#8217;t be alone, I thought. And indeed, a <a href="http://www.google.com/search?hl=en&amp;q=delicious+bulk+delete+tags" target="_blank">google search</a> reveals I am not the first to curse over this issue.</p>

<p>I discovered some scripts and tools that could possibly help. <a href="http://delicious.isnotworking.com/" target="_blank">This merge tool</a> looked good, and clever, but didn&#8217;t quite work for what I was trying to do. <a href="http://ghill.customer.netspace.net.au/re-mark/" target="_blank">Scripted Re-Mark</a> looks sophisticated, but I couldn&#8217;t get it to do what I wanted either. <a href="http://blog.bookworm.at/2006/07/how-to-merge-multiple-tags-in-delicious_4988.html" target="_blank">This multi-step use of tag bundles</a> looks like a potential winner, but I had already completed  my job by the time I stumbled on that link.  I looked at the <a href="http://delicious.com/help/api" target="_blank">Delicious API</a>, and considered writing something that would at least get rid of the worst offending tags (those over a certain length, those starting with an underscore, and some date-specific tags), and I would write a timer to fire every 2 seconds to get around the limits of using the API. Not as fun as I thought it would be, but educational, and a good exercise maybe. I even considered dropping delicious for another service. <a href="http://diigo.com" target="_blank">Diigo.com</a> was the best alternative I found, and I set up an account and did some tests,  but I wasn&#8217;t convinced by it, although its tag editing interface is better.</p>

<p>But in the end, before I deleted my delicious account and recreated it to start again from scratch (apparently the quickest way to reset your account),  I solved it with the following bit of manual labour (It took a couple of runs to get right, each step has it&#8217;s caveats and just my luck, delicious actually crashed in the middle of my work):
<ul>
    <li>Backed up all my browser and delicious bookmarks.</li>
    <li>Removed all the imported bookmarks from a copy of the delicious backup file by searching for and deleting all private bookmarks. (I had followed the default in the import process and marked all imports as private, which was lucky). This allowed me to keep my Real Delicious bookmarks I had collected over the years.</li>
    <li>Re-organised my browser bookmarks with folder names suitable to tagging and backed up to a new file.</li>
    <li>Manually deleted all my Delicious bookmarks, 100 at a time, using the &#8216;bulk edit&#8217; tool. Thankfully delicious doesn&#8217;t keep  zero-count tags with no bookmarks associated with them, so once I finished this, I had an empty account with no tags or bookmarks.</li>
    <li>Reimported my Real Delicious Bookmarks and my Reorganised Browser Bookmarks.</li>
</ul>
<strong>Caveats:</strong>
<ul>
    <li>Doing this in Firefox if you have the delicious add-on &#8211;   it thinks you want your browser bookmarks and not a file when you choose to import. Use a different browser for this step.</li>
    <li>Importing from the Organize Bookmarks panel in Firefox &#8211; it doesn&#8217;t take your folder names into tags from this interface</li>
    <li>Remember to give a unique tag to all your imports, such as &#8220;imported&#8221; so you can isolate them later if you need to delete and redo the import. Once you&#8217;re happy and complete, you can delete this single tag. (It will show up with some prominence in your tag cloud otherwise</li>
</ul>
And hey, presto:</p>

<script src="http://feeds.delicious.com/v2/js/tags/admataz?title=My%20Delicious%20Tags&amp;icon&amp;count=900&amp;sort=freq&amp;flow=cloud&amp;name&amp;showadd&amp;color=73adff-3274d0&amp;size=12-35" type="text/javascript"></script>
]]></content:encoded>
			<wfw:commentRss>http://subvisual.net/ideas/my-delicious-com-tags-rerefreshed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

