<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: tagging</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/tagging.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2025-07-19T02:02:54+00:00</updated><author><name>Simon Willison</name></author><entry><title>New tags</title><link href="https://simonwillison.net/2025/Jul/19/new-tags/#atom-tag" rel="alternate"/><published>2025-07-19T02:02:54+00:00</published><updated>2025-07-19T02:02:54+00:00</updated><id>https://simonwillison.net/2025/Jul/19/new-tags/#atom-tag</id><summary type="html">
    &lt;p&gt;A few months ago I &lt;a href="https://github.com/simonw/simonwillisonblog/commit/12da4167396c2d54526bf690add14aebbb244148"&gt;added a tool&lt;/a&gt; to my blog for bulk-applying tags to old content. It works as an extension to my existing search interface, letting me run searches and then quickly apply a tag to relevant results.&lt;/p&gt;
&lt;p&gt;Since adding this I've been much more aggressive in categorizing my older content, including adding new tags when I spot an interesting trend that warrants its own page.&lt;/p&gt;
&lt;p&gt;Today I added &lt;a href="https://simonwillison.net/tags/system-prompts/"&gt;system-prompts&lt;/a&gt; and applied it to 41 existing posts that talk about system prompts for LLM systems, including a bunch that directly quote system prompts that have been deliberately published or leaked.&lt;/p&gt;
&lt;p&gt;Other tags I've added recently include &lt;a href="https://simonwillison.net/tags/press-quotes/"&gt;press-quotes&lt;/a&gt; for times I've been quoted in the press, &lt;a href="https://simonwillison.net/tags/agent-definitions/"&gt;agent-definitions&lt;/a&gt; for my ongoing collection of different ways people define "agents" and 
&lt;a href="https://simonwillison.net/tags/paper-review/"&gt;paper-review&lt;/a&gt; for posts where I review an academic paper.&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/blogging"&gt;blogging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/site-upgrades"&gt;site-upgrades&lt;/a&gt;&lt;/p&gt;



</summary><category term="blogging"/><category term="tagging"/><category term="site-upgrades"/></entry><entry><title>Tags with descriptions</title><link href="https://simonwillison.net/2024/Jun/18/tags-with-descriptions/#atom-tag" rel="alternate"/><published>2024-06-18T16:50:07+00:00</published><updated>2024-06-18T16:50:07+00:00</updated><id>https://simonwillison.net/2024/Jun/18/tags-with-descriptions/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://simonwillison.net/dashboard/tags-with-descriptions/"&gt;Tags with descriptions&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Tiny new feature on my blog: I can now add optional descriptions to my tag pages, for example on &lt;a href="https://simonwillison.net/tags/datasette/"&gt;datasette&lt;/a&gt; and &lt;a href="https://simonwillison.net/tags/sqlite-utils/"&gt;sqlite-utils&lt;/a&gt; and &lt;a href="https://simonwillison.net/tags/prompt-injection/"&gt;prompt-injection&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I built this feature on a live call this morning as an unplanned demonstration of GitHub's new &lt;a href="https://githubnext.com/projects/copilot-workspace"&gt;Copilot Workspace&lt;/a&gt; feature, where you can run a prompt against a repository and have it plan, implement and file a pull request implementing a change to the code.&lt;/p&gt;
&lt;p&gt;My prompt was:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Add a feature that lets me add a description to my tag pages, stored in the database table for tags and visible on the /tags/x/ page at the top&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It wasn't as compelling a demo as I expected: Copilot Workspace currently has to stream an entire copy of each file it modifies, which can take a long time if your codebase includes several large files that need to be changed.&lt;/p&gt;
&lt;p&gt;It did create &lt;a href="https://github.com/simonw/simonwillisonblog/pull/443/commits/b48f4bd1c7ec6845b097ebc1f4fca02d97c468ef"&gt;a working implementation&lt;/a&gt; on its first try, though I had given it an extra tip not to forget the database migration. I ended up making a bunch of changes myself before I shipped it, &lt;a href="https://github.com/simonw/simonwillisonblog/pull/443"&gt;listed in the pull request&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I've been using Copilot Workspace quite a bit recently as a code explanation tool - I'll prompt it to e.g. "add architecture documentation to the README" on a random repository not owned by me, then read its initial plan to see what it's figured out without going all the way through to the implementation and PR phases. Example in &lt;a href="https://twitter.com/simonw/status/1802432912568279441"&gt;this tweet&lt;/a&gt; where I figured out the rough design of the Jina AI Reader API for &lt;a href="https://simonwillison.net/2024/Jun/16/jina-ai-reader/"&gt;this post&lt;/a&gt;.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/blogging"&gt;blogging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/github"&gt;github&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/projects"&gt;projects&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/generative-ai"&gt;generative-ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llms"&gt;llms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/site-upgrades"&gt;site-upgrades&lt;/a&gt;&lt;/p&gt;



</summary><category term="blogging"/><category term="github"/><category term="projects"/><category term="tagging"/><category term="ai"/><category term="generative-ai"/><category term="llms"/><category term="site-upgrades"/></entry><entry><title>WildlifeNearYou can now tag your Flickr photos for you</title><link href="https://simonwillison.net/2010/Feb/4/wildlifenearyou/#atom-tag" rel="alternate"/><published>2010-02-04T17:01:09+00:00</published><updated>2010-02-04T17:01:09+00:00</updated><id>https://simonwillison.net/2010/Feb/4/wildlifenearyou/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.wildlifenearyou.com/blog/2010/feb/4/tag-flickr-photos/"&gt;WildlifeNearYou can now tag your Flickr photos for you&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I’m really excited about this feature: if you opt-in, WildlifeNearYou will now write name and latin name tags to your Flickr photos after you’ve marked the species in the photo. This is even more interesting when you combine it with our suggest-a-species feature (the photo won’t get tagged until you’ve approved the suggestion). We also set the location on photos which don’t yet have one, but the real fun is the machine tags we’ve added, which allow developers to use the Flickr API to find photos by their WildlifeNearYou metadata (trip, species and place IDs). As a neat extra touch, the identifiers we use in the machine tags are the same as the ones used by our custom wlny.eu URL shortener, so it’s trivial to turn a machine tag in to the URL for that page on the main site.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/flickr"&gt;flickr&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/machinetags"&gt;machinetags&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/metadata"&gt;metadata&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/wildlifenearyou"&gt;wildlifenearyou&lt;/a&gt;&lt;/p&gt;



</summary><category term="flickr"/><category term="machinetags"/><category term="metadata"/><category term="tagging"/><category term="wildlifenearyou"/></entry><entry><title>Temporary Mapping: Solar Decathlon</title><link href="https://simonwillison.net/2009/Oct/13/temporary/#atom-tag" rel="alternate"/><published>2009-10-13T15:18:13+00:00</published><updated>2009-10-13T15:18:13+00:00</updated><id>https://simonwillison.net/2009/Oct/13/temporary/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://highearthorbit.com/temporary-mapping-solar-decathlon/"&gt;Temporary Mapping: Solar Decathlon&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
The OpenStreetMap default renderer supports start_date and end_date tags, meaning you can map temporary installations (in this case the 2009 Solar Decathlon on the DC National Mall) and have them automatically appear and disappear at the correct times.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/andrew-turner"&gt;andrew-turner&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mapping"&gt;mapping&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openstreetmap"&gt;openstreetmap&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/solardecathlon"&gt;solardecathlon&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;



</summary><category term="andrew-turner"/><category term="mapping"/><category term="openstreetmap"/><category term="solardecathlon"/><category term="tagging"/></entry><entry><title>Guardian + Lucene = Similar Articles + Categorisation</title><link href="https://simonwillison.net/2009/Mar/11/hublog/#atom-tag" rel="alternate"/><published>2009-03-11T12:53:39+00:00</published><updated>2009-03-11T12:53:39+00:00</updated><id>https://simonwillison.net/2009/Mar/11/hublog/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://hublog.hubmed.org/archives/001823.html"&gt;Guardian + Lucene = Similar Articles + Categorisation&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Alf Eaton loaded 13,000 Guardian articles tagged Science in to Solr and Lucene and is using Solr’s MoreLikeThisHandler to find related articles and automatically apply Guardian tags to Nature News articles.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/alf-eaton"&gt;alf-eaton&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/full-text-search"&gt;full-text-search&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/guardian"&gt;guardian&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lucene"&gt;lucene&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/naturenews"&gt;naturenews&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openplatform"&gt;openplatform&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/search"&gt;search&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/solr"&gt;solr&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;



</summary><category term="alf-eaton"/><category term="full-text-search"/><category term="guardian"/><category term="lucene"/><category term="naturenews"/><category term="openplatform"/><category term="search"/><category term="solr"/><category term="tagging"/></entry><entry><title>Quoting Les Orchard</title><link href="https://simonwillison.net/2009/Jan/25/tags/#atom-tag" rel="alternate"/><published>2009-01-25T10:29:58+00:00</published><updated>2009-01-25T10:29:58+00:00</updated><id>https://simonwillison.net/2009/Jan/25/tags/#atom-tag</id><summary type="html">
    &lt;blockquote cite="http://decafbad.com/blog/2009/01/18/tags-do-work-for-me-at-least#comment-384509"&gt;&lt;p&gt;Tagging is like a salt water fish that lots of people thought was pretty and started trying to stick in fresh water tanks. I don’t think it thrives everywhere people have tried to stick it and not everyone who’s tried to clone tagging has gotten all the important parts right.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p class="cite"&gt;&amp;mdash; &lt;a href="http://decafbad.com/blog/2009/01/18/tags-do-work-for-me-at-least#comment-384509"&gt;Les Orchard&lt;/a&gt;&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/analogy"&gt;analogy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/les-orchard"&gt;les-orchard&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;



</summary><category term="analogy"/><category term="les-orchard"/><category term="tagging"/></entry><entry><title>Film + Food &amp; drink | guardian.co.uk</title><link href="https://simonwillison.net/2008/Aug/23/film/#atom-tag" rel="alternate"/><published>2008-08-23T11:18:12+00:00</published><updated>2008-08-23T11:18:12+00:00</updated><id>https://simonwillison.net/2008/Aug/23/film/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.guardian.co.uk/film/film+lifeandstyle/foodanddrink"&gt;Film + Food &amp;amp; drink | guardian.co.uk&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
The Guardian’s publishing system supports tag intersections based on the URL; this page shows all film stories that also mention food. There’s even an RSS feed.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://www.guardian.co.uk/help/insideguardian/2008/aug/22/1?gusrc=rss&amp;amp;feed=help"&gt;Behold: the Guardianwhack&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/feeds"&gt;feeds&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/film"&gt;film&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/guardian"&gt;guardian&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/intersection"&gt;intersection&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/rss"&gt;rss&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;



</summary><category term="feeds"/><category term="film"/><category term="guardian"/><category term="intersection"/><category term="rss"/><category term="tagging"/></entry><entry><title>The Zonetag API Goes Public</title><link href="https://simonwillison.net/2007/Jun/2/geohackers/#atom-tag" rel="alternate"/><published>2007-06-02T00:53:01+00:00</published><updated>2007-06-02T00:53:01+00:00</updated><id>https://simonwillison.net/2007/Jun/2/geohackers/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://developer.yahoo.net/blog/archives/2007/06/geohackers_the.html"&gt;The Zonetag API Goes Public&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Awesome new API from YRB—given a cell tower ID can provide both a location and a list of suggested tags, based on data collected by ZoneTag.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/api"&gt;api&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/cellid"&gt;cellid&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/location"&gt;location&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/yahoo"&gt;yahoo&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ydn"&gt;ydn&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/yrb"&gt;yrb&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/zonetag"&gt;zonetag&lt;/a&gt;&lt;/p&gt;



</summary><category term="api"/><category term="cellid"/><category term="location"/><category term="tagging"/><category term="yahoo"/><category term="ydn"/><category term="yrb"/><category term="zonetag"/></entry><entry><title>Flickr Machine Tags</title><link href="https://simonwillison.net/2007/Jan/24/flickr/#atom-tag" rel="alternate"/><published>2007-01-24T19:54:52+00:00</published><updated>2007-01-24T19:54:52+00:00</updated><id>https://simonwillison.net/2007/Jan/24/flickr/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.flickr.com/groups/api/discuss/72157594497877875/"&gt;Flickr Machine Tags&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
A new feature for API developers that lets them stuff arbritrary namespaced key/value pairs in to tags and query them using the API. Even without range queries, this will enable a ton of exciting new third party developments.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/api"&gt;api&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/flickr"&gt;flickr&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/machinetags"&gt;machinetags&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;



</summary><category term="api"/><category term="flickr"/><category term="machinetags"/><category term="tagging"/></entry><entry><title>Introducing: World Explorer and TagMaps</title><link href="https://simonwillison.net/2007/Jan/19/tagmaps/#atom-tag" rel="alternate"/><published>2007-01-19T09:55:08+00:00</published><updated>2007-01-19T09:55:08+00:00</updated><id>https://simonwillison.net/2007/Jan/19/tagmaps/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://yahooresearchberkeley.com/blog/2007/01/17/introducing-world-explorer-and-tag-maps/"&gt;Introducing: World Explorer and TagMaps&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
“Can we automatically extract information from Flickr geotagged images to create a rich visualization of the world we live in? The answer is: you bet.”


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/flickr"&gt;flickr&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/maps"&gt;maps&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/yrb"&gt;yrb&lt;/a&gt;&lt;/p&gt;



</summary><category term="flickr"/><category term="maps"/><category term="tagging"/><category term="yrb"/></entry><entry><title>del.icio.us: casting the net wider</title><link href="https://simonwillison.net/2005/Jun/14/delicious/#atom-tag" rel="alternate"/><published>2005-06-14T09:01:07+00:00</published><updated>2005-06-14T09:01:07+00:00</updated><id>https://simonwillison.net/2005/Jun/14/delicious/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.del.icio.us/blog/2005/06/casting_the_net.html"&gt;del.icio.us: casting the net wider&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
system: tags are a really neat way of adding specialised tag features.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/delicious"&gt;delicious&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;



</summary><category term="delicious"/><category term="tagging"/></entry><entry><title>Tags != folksonomies &amp;&amp; Tags != Flat name spaces</title><link href="https://simonwillison.net/2005/Jan/25/tags/#atom-tag" rel="alternate"/><published>2005-01-25T22:54:59+00:00</published><updated>2005-01-25T22:54:59+00:00</updated><id>https://simonwillison.net/2005/Jan/25/tags/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.corante.com/many/archives/2005/01/24/tags_folksonomies_tags_flat_name_spaces.php"&gt;Tags != folksonomies &amp;amp;&amp;amp; Tags != Flat name spaces&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Clay Shirky’s latest thoughts on tags.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/clay-shirky"&gt;clay-shirky&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;



</summary><category term="clay-shirky"/><category term="tagging"/></entry><entry><title>Blogmarks on del.icio.us</title><link href="https://simonwillison.net/2004/Dec/2/delicious/#atom-tag" rel="alternate"/><published>2004-12-02T00:13:22+00:00</published><updated>2004-12-02T00:13:22+00:00</updated><id>https://simonwillison.net/2004/Dec/2/delicious/#atom-tag</id><summary type="html">
    &lt;p id="p-0"&gt;I'm horribly ill again: having defeated the mumps I now seem to have come down with some kind of 'flu thing. Lovely. In between whinging about my state of health and watching episodes of Frasier I've been playing with &lt;a href="http://del.icio.us/"&gt;del.icio.us&lt;/a&gt; as part of my research in to web annotation. The connection between the two isn't particularly strong but it's clear that something very exciting is happening over there.&lt;/p&gt;

&lt;p id="p-1"&gt;This evening I wrote a script to import &lt;a href="http://simon.incutio.com/blogmarks/"&gt;my blogmarks&lt;/a&gt; in to del.icio.us. I don't plan to replace them with a feed from the site for a couple of reasons: firstly, I like to keep my data somewhere I control and secondly, del.icio.us doesn't support my "via" fields. I will however be adding tag support to my blogmarks and some kind of functionality to ensure that anything I post to them is added to del.icio.us as well.&lt;/p&gt;

&lt;p id="p-2"&gt;The problem I have now is that I've added &lt;a href="http://del.icio.us/simonw/blogmarks"&gt;nearly 1200 untagged links&lt;/a&gt; to del.icio.us, and anyone who has played with the service for more than a few minutes knows that it's the tags that make it so much fun. Does anyone know of a good tool for bulk-tagging of items in del.icio.us? I've tried &lt;a href="http://www.scifihifi.com/cocoalicious/"&gt;Cocoal.icio.us&lt;/a&gt; but unfortunately it only lets you assign tags to items one at a time; what I really want to do is run full text searches against my del.icio.us links and mass-apply tags to dozens of items at a time. If one doesn't exist I can always knock up a custom tool with the &lt;a href="http://del.icio.us/doc/api"&gt;lovely API&lt;/a&gt; but I'd rather not duplicate the effort if I don't have to.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/delicious"&gt;delicious&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="delicious"/><category term="tagging"/></entry><entry><title>Jon Udell: del.icio.us</title><link href="https://simonwillison.net/2004/Aug/12/jon/#atom-tag" rel="alternate"/><published>2004-08-12T17:03:31+00:00</published><updated>2004-08-12T17:03:31+00:00</updated><id>https://simonwillison.net/2004/Aug/12/jon/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://weblog.infoworld.com/udell/2004/08/11.html#a1057"&gt;Jon Udell: del.icio.us&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Jon is doing some interesting things with the del.icio.us tagging system.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/delicious"&gt;delicious&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jon-udell"&gt;jon-udell&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;



</summary><category term="delicious"/><category term="jon-udell"/><category term="tagging"/></entry><entry><title>Blog Hot or Not</title><link href="https://simonwillison.net/2002/Jul/25/blogHotOrNot/#atom-tag" rel="alternate"/><published>2002-07-25T23:45:23+00:00</published><updated>2002-07-25T23:45:23+00:00</updated><id>https://simonwillison.net/2002/Jul/25/blogHotOrNot/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;a href="http://blog.hotornot.com/"&gt;Blog Hot or Not&lt;/a&gt;. I'm surprised no one had thought of this before - it's clever idea, well implemented. When adding my own blog I was asked to come up with some keywords to describe it, so here they are for posterity and my own future reference:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;php, mysql, bath, web development, information architecture, css, html, xhtml, accessibility, programming, mozilla, python, xml, web services, content management&lt;/p&gt;&lt;/blockquote&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/blogging"&gt;blogging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tagging"&gt;tagging&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="blogging"/><category term="tagging"/></entry></feed>