<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: museums</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/museums.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2026-03-15T23:38:05+00:00</updated><author><name>Simon Willison</name></author><entry><title>John M. Mossman Lock Collection</title><link href="https://simonwillison.net/2026/Mar/15/john-m-mossman-lock-collection/#atom-tag" rel="alternate"/><published>2026-03-15T23:38:05+00:00</published><updated>2026-03-15T23:38:05+00:00</updated><id>https://simonwillison.net/2026/Mar/15/john-m-mossman-lock-collection/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/118"&gt;John M. Mossman Lock Collection&lt;/a&gt;&lt;/p&gt;
    &lt;p&gt;The General Society of Mechanics and Tradesmen of the City of New York is home to the John M. Mossman Lock Collection, likely the world's largest collection of antique bank locks.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>The New York Earth Room</title><link href="https://simonwillison.net/2026/Mar/4/the-new-york-earth-room/#atom-tag" rel="alternate"/><published>2026-03-04T22:48:14+00:00</published><updated>2026-03-04T22:48:14+00:00</updated><id>https://simonwillison.net/2026/Mar/4/the-new-york-earth-room/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/117"&gt;The New York Earth Room&lt;/a&gt;&lt;/p&gt;
    &lt;p&gt;On the second floor of 141 Wooster Street in New York's SoHo district there is a 3,600 square foot room filled with earth - 280,000 pounds of it, first installed in 1977 and maintained there ever since.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Adding TILs, releases, museums, tools and research to my blog</title><link href="https://simonwillison.net/2026/Feb/20/beats/#atom-tag" rel="alternate"/><published>2026-02-20T23:47:10+00:00</published><updated>2026-02-20T23:47:10+00:00</updated><id>https://simonwillison.net/2026/Feb/20/beats/#atom-tag</id><summary type="html">
    &lt;p&gt;I've been wanting to add indications of my various other online activities to my blog for a while now. I just turned on a new feature I'm calling "beats" (after story beats, naming this was hard!) which adds five new types of content to my site, all corresponding to activity elsewhere.&lt;/p&gt;
&lt;p&gt;Here's what beats look like:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://static.simonwillison.net/static/2026/three-beats.jpg" alt="Screenshot of a fragment of a page showing three entries from 30th Dec 2025. First: [RELEASE] &amp;quot;datasette-turnstile 0.1a0 — Configurable CAPTCHAs for Datasette paths usin…&amp;quot; at 7:23 pm. Second: [TOOL] &amp;quot;Software Heritage Repository Retriever — Download archived Git repositories f…&amp;quot; at 11:41 pm. Third: [TIL] &amp;quot;Downloading archived Git repositories from archive.softwareheritage.org — …&amp;quot; at 11:43 pm." style="max-width: 100%;" /&gt;&lt;/p&gt;
&lt;p&gt;Those three are from &lt;a href="https://simonwillison.net/2025/Dec/30/"&gt;the 30th December 2025&lt;/a&gt; archive page.&lt;/p&gt;
&lt;p&gt;Beats are little inline links with badges that fit into different content timeline views around my site, including the homepage, search and archive pages.&lt;/p&gt;
&lt;p&gt;There are currently five types of beats:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://simonwillison.net/elsewhere/release/"&gt;Releases&lt;/a&gt; are GitHub releases of my many different open source projects, imported from &lt;a href="https://github.com/simonw/simonw/blob/main/releases_cache.json"&gt;this JSON file&lt;/a&gt; that was constructed &lt;a href="https://simonwillison.net/2020/Jul/10/self-updating-profile-readme/"&gt;by GitHub Actions&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://simonwillison.net/elsewhere/til/"&gt;TILs&lt;/a&gt; are the posts from my &lt;a href="https://til.simonwillison.net/"&gt;TIL blog&lt;/a&gt;, imported using &lt;a href="https://github.com/simonw/simonwillisonblog/blob/f883b92be23892d082de39dbada571e406f5cfbf/blog/views.py#L1169"&gt;a SQL query over JSON and HTTP&lt;/a&gt; against the Datasette instance powering that site.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://simonwillison.net/elsewhere/museum/"&gt;Museums&lt;/a&gt; are new posts on my &lt;a href="https://www.niche-museums.com/"&gt;niche-museums.com&lt;/a&gt; blog, imported from &lt;a href="https://github.com/simonw/museums/blob/909bef71cc8d336bf4ac1f13574db67a6e1b3166/plugins/export.py"&gt;this custom JSON feed&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://simonwillison.net/elsewhere/tool/"&gt;Tools&lt;/a&gt; are HTML and JavaScript tools I've vibe-coded on my &lt;a href="https://tools.simonwillison.net/"&gt;tools.simonwillison.net&lt;/a&gt; site, as described in &lt;a href="https://simonwillison.net/2025/Dec/10/html-tools/"&gt;Useful patterns for building HTML tools&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://simonwillison.net/elsewhere/research/"&gt;Research&lt;/a&gt; is for AI-generated research projects, hosted in my &lt;a href="https://github.com/simonw/research"&gt;simonw/research repo&lt;/a&gt; and described in &lt;a href="https://simonwillison.net/2025/Nov/6/async-code-research/"&gt;Code research projects with async coding agents like Claude Code and Codex&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That's five different custom integrations to pull in all of that data. The good news is that this kind of integration project is the kind of thing that coding agents &lt;em&gt;really&lt;/em&gt; excel at. I knocked most of the feature out in a single morning while working in parallel on various other things.&lt;/p&gt;
&lt;p&gt;I didn't have a useful structured feed of my Research projects, and it didn't matter because I gave Claude Code a link to &lt;a href="https://raw.githubusercontent.com/simonw/research/refs/heads/main/README.md"&gt;the raw Markdown README&lt;/a&gt; that lists them all and it &lt;a href="https://github.com/simonw/simonwillisonblog/blob/f883b92be23892d082de39dbada571e406f5cfbf/blog/importers.py#L77-L80"&gt;spun up a parser regex&lt;/a&gt;. Since I'm responsible for both the source and the destination I'm fine with a brittle solution that would be too risky against a source that I don't control myself.&lt;/p&gt;
&lt;p&gt;Claude also handled all of the potentially tedious UI integration work with my site, making sure the new content worked on all of my different page types and was handled correctly by my &lt;a href="https://simonwillison.net/2017/Oct/5/django-postgresql-faceted-search/"&gt;faceted search engine&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id="prototyping-with-claude-artifacts"&gt;Prototyping with Claude Artifacts&lt;/h4&gt;
&lt;p&gt;I actually prototyped the initial concept for beats in regular Claude - not Claude Code - taking advantage of the fact that it can clone public repos from GitHub these days. I started with:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;Clone simonw/simonwillisonblog and tell me about the models and views&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And then later in the brainstorming session said:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;use the templates and CSS in this repo to create a new artifact with all HTML and CSS inline that shows me my homepage with some of those inline content types mixed in&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;After some iteration we got to &lt;a href="https://gisthost.github.io/?c3f443cc4451cf8ce03a2715a43581a4/preview.html"&gt;this artifact mockup&lt;/a&gt;, which was enough to convince me that the concept had legs and was worth handing over to full &lt;a href="https://code.claude.com/docs/en/claude-code-on-the-web"&gt;Claude Code for web&lt;/a&gt; to implement.&lt;/p&gt;
&lt;p&gt;If you want to see how the rest of the build played out the most interesting PRs are &lt;a href="https://github.com/simonw/simonwillisonblog/pull/592"&gt;Beats #592&lt;/a&gt; which implemented the core feature and &lt;a href="https://github.com/simonw/simonwillisonblog/pull/595/changes"&gt;Add Museums Beat importer #595&lt;/a&gt; which added the Museums content type.&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/museums"&gt;museums&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/til"&gt;til&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/ai-assisted-programming"&gt;ai-assisted-programming&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude-artifacts"&gt;claude-artifacts&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude-code"&gt;claude-code&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="museums"/><category term="ai"/><category term="til"/><category term="generative-ai"/><category term="llms"/><category term="ai-assisted-programming"/><category term="claude-artifacts"/><category term="claude-code"/><category term="site-upgrades"/></entry><entry><title>Niche Museums: The Museum of Jurassic Technology</title><link href="https://simonwillison.net/2025/Dec/8/museum-of-jurassic-technology/#atom-tag" rel="alternate"/><published>2025-12-08T03:16:41+00:00</published><updated>2025-12-08T03:16:41+00:00</updated><id>https://simonwillison.net/2025/Dec/8/museum-of-jurassic-technology/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.niche-museums.com/116"&gt;Niche Museums: The Museum of Jurassic Technology&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I finally got to check off the museum that's been top of my want-to-go list since I first started documenting niche museums I've been to back in 2019.&lt;/p&gt;
&lt;p&gt;The Museum of Jurassic Technology opened in Culver City, Los Angeles in 1988 and has been leaving visitors confused as to what's real and what isn't for nearly forty years.


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



</summary><category term="museums"/></entry><entry><title>The Museum of Jurassic Technology</title><link href="https://simonwillison.net/2025/Dec/8/the-museum-of-jurassic-technology/#atom-tag" rel="alternate"/><published>2025-12-08T02:07:56+00:00</published><updated>2025-12-08T02:07:56+00:00</updated><id>https://simonwillison.net/2025/Dec/8/the-museum-of-jurassic-technology/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/116"&gt;The Museum of Jurassic Technology&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Text a community college librarian</title><link href="https://simonwillison.net/2025/Dec/4/text-a-librarian/#atom-tag" rel="alternate"/><published>2025-12-04T23:52:21+00:00</published><updated>2025-12-04T23:52:21+00:00</updated><id>https://simonwillison.net/2025/Dec/4/text-a-librarian/#atom-tag</id><summary type="html">
    &lt;p&gt;I take tap dance evening classes at the &lt;a href="https://collegeofsanmateo.edu/"&gt;College of San Mateo&lt;/a&gt; community college. A neat bonus of this is that I'm now officially a student of that college, which gives me access to their library... including the ability to send text messages to the librarians asking for help with research.&lt;/p&gt;
&lt;p&gt;I recently wrote about &lt;a href="https://www.niche-museums.com/114"&gt;Coutellerie Nontronnaise&lt;/a&gt; on my Niche Museums website, a historic knife manufactory in Nontron, France. They had &lt;a href="https://niche-museums.imgix.net/Coutellerie-Nontronnaise-12.jpeg?w=1200&amp;amp;auto=compress"&gt;a certificate on the wall&lt;/a&gt; claiming that they had previously held a Guinness World Record for the smallest folding knife, but I had been unable to track down any supporting evidence.&lt;/p&gt;
&lt;p&gt;I posed this as a text message challenge to the librarians, and they tracked down &lt;a href="https://archive.org/details/lelivreguinnessd0000na/mode/2up?q=nontronnaise"&gt;the exact page&lt;/a&gt; from the 1989 "Le livre guinness des records" describing the record:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Le plus petit&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Les établissements Nontronnaise ont réalisé un couteau de 10 mm de long, pour le Festival d’Aubigny, Vendée, qui s’est déroulé du 4 au 5 juillet 1987.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Thank you, Maria at the CSM library!&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/libraries"&gt;libraries&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/research"&gt;research&lt;/a&gt;&lt;/p&gt;



</summary><category term="libraries"/><category term="museums"/><category term="research"/></entry><entry><title>The Musical Museum</title><link href="https://simonwillison.net/2025/Sep/21/the-musical-museum/#atom-tag" rel="alternate"/><published>2025-09-21T02:45:54+00:00</published><updated>2025-09-21T02:45:54+00:00</updated><id>https://simonwillison.net/2025/Sep/21/the-musical-museum/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/115"&gt;The Musical Museum&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>London Transport Museum Depot Open Days</title><link href="https://simonwillison.net/2025/Sep/12/transport-museum-depot/#atom-tag" rel="alternate"/><published>2025-09-12T08:46:31+00:00</published><updated>2025-09-12T08:46:31+00:00</updated><id>https://simonwillison.net/2025/Sep/12/transport-museum-depot/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.ltmuseum.co.uk/whats-on/depot-open-days"&gt;London Transport Museum Depot Open Days&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I just found out about this (&lt;a href="https://chatgpt.com/share/68c3dd56-3544-8006-bf0f-e3c7828acb9c"&gt;thanks, ChatGPT&lt;/a&gt;) and I'm heart-broken to learn that I'm in London a week too early! If you are in London next week (Thursday 18th through Sunday 21st 2025) you should definitely know about it:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Museum Depot in Acton is our working museum store, and a treasure trove of over 320,000 objects.&lt;/p&gt;
&lt;p&gt;Three times a year, we throw open the doors and welcome thousands of visitors to explore. Discover rare road and rail vehicles spanning over 100 years, signs, ceramic tiles, original posters, ephemera, ticket machines, and more.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And if you can go on Saturday 20th or Sunday 21st you can ride the small-scale railway there!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Depot is also home to the &lt;a href="https://www.ltmuseum.co.uk/visit/museum-depot/london-transport-miniature-railway"&gt;London Transport Miniature Railway&lt;/a&gt;, a working miniature railway based on real London Underground locomotives, carriages, signals and signs run by our volunteers.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Note that this "miniature railway" is not the same thing as a model railway - it uses a 7¼ in gauge railway and you can sit on top of and ride the carriages.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/london"&gt;london&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai-assisted-search"&gt;ai-assisted-search&lt;/a&gt;&lt;/p&gt;



</summary><category term="london"/><category term="museums"/><category term="ai-assisted-search"/></entry><entry><title>Coutellerie Nontronnaise</title><link href="https://simonwillison.net/2025/Sep/10/coutellerie-nontronnaise/#atom-tag" rel="alternate"/><published>2025-09-10T14:02:20+00:00</published><updated>2025-09-10T14:02:20+00:00</updated><id>https://simonwillison.net/2025/Sep/10/coutellerie-nontronnaise/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/114"&gt;Coutellerie Nontronnaise&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>V&amp;A East Storehouse and Operation Mincemeat in London</title><link href="https://simonwillison.net/2025/Aug/27/london-culture/#atom-tag" rel="alternate"/><published>2025-08-27T18:51:28+00:00</published><updated>2025-08-27T18:51:28+00:00</updated><id>https://simonwillison.net/2025/Aug/27/london-culture/#atom-tag</id><summary type="html">
    &lt;p&gt;We were back in London for a few days and yesterday had a day of culture.&lt;/p&gt;
&lt;p&gt;First up: the brand new &lt;a href="https://www.vam.ac.uk/east/storehouse/visit"&gt;V&amp;amp;A East Storehouse&lt;/a&gt; museum in the Queen Elizabeth Olympic Park near Stratford, which opened on May 31st this year.&lt;/p&gt;
&lt;p&gt;This is a delightful new format for a museum. The building is primarily an off-site storage area for London's Victoria and Albert museum, storing 250,000 items that aren't on display in their main building.&lt;/p&gt;
&lt;p&gt;The twist is that it's also open to the public. Entrance is free, and you can climb stairs and walk through an airlock-style corridor into the climate controlled interior, then explore three floors of walkways between industrial shelving units holding thousands of items from the collection.&lt;/p&gt;
&lt;p&gt;There is almost no signage aside from an occasional number that can help you look up items in the online catalog.&lt;/p&gt;
&lt;p&gt;I found the lack of signs to be unexpectedly delightful: it compels you to really pay attention to the items on display.&lt;/p&gt;
&lt;p&gt;There's so much great stuff in here. I particularly appreciated the two storey street-facing façades of &lt;a href="https://en.wikipedia.org/wiki/Robin_Hood_Gardens"&gt;Robin Hood Gardens&lt;/a&gt;, a brutalist London residential estate completed in 1972 and demolished in 2017 through 2025. I also really enjoyed the Kaufman Office, an office space transplanted from Pittsburgh that is "the only complete interior designed by architect Frank Lloyd Wright on permanent display outside the USA."&lt;/p&gt;
&lt;p&gt;&lt;img src="https://static.simonwillison.net/static/2025/v-a-east-1.jpg" alt="Three levels of the Storehouse, each with walkways full of people looking at a variety of exhibits on shelves. Two huge concrete facades from the Robin Hood Gardens hang between the floors." style="max-width: 100%;" /&gt;&lt;/p&gt;
&lt;p&gt;The building is a working museum warehouse and preservation facility, and there are various points where you can look out into the rest of the space (I enjoyed spotting a cluster of grandfather clocks in the distance) or watch the curators arranging and preserving new artifacts.&lt;/p&gt;
&lt;p&gt;I've &lt;a href="https://www.niche-museums.com/113"&gt;added it to Niche Museums&lt;/a&gt; with whole lot more of my photos.&lt;/p&gt;
&lt;p&gt;In the evening we headed to the Fortune Theater to see &lt;a href="https://en.wikipedia.org/wiki/Operation_Mincemeat_(musical)"&gt;Operation Mincemeat&lt;/a&gt; at the recommendation of several friends. It's a &lt;em&gt;fantastic&lt;/em&gt; musical telling the story of a real British covert operation that took place during World War II. A cast of five take on &lt;a href="https://www.tiktok.com/@mincemeatbway/video/7538109771023453462"&gt;86 roles&lt;/a&gt;, sometimes switching roles live on stage multiple times during a single number. It's hilarious, touching, deeply entertaining and manages to start at high energy and then continually escalate that energy as the show continues.&lt;/p&gt;
&lt;p&gt;The original British cast (three of whom co-wrote it) have moved to New York for a broadway production that started in March. The cast we saw in London were outstanding.&lt;/p&gt;
&lt;p&gt;It's a tiny theater - the West End's second smallest at 432 seats (the smallest is the &lt;a href="https://en.wikipedia.org/wiki/Arts_Theatre"&gt;Arts Theater&lt;/a&gt; at 350) which makes for an intimate performance.&lt;/p&gt;
&lt;p&gt;I absolutely loved it and would jump at the chance to see it again.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/london"&gt;london&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/theatre"&gt;theatre&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="london"/><category term="museums"/><category term="theatre"/></entry><entry><title>V&amp;A East Storehouse</title><link href="https://simonwillison.net/2025/Aug/27/v-a-east-storehouse/#atom-tag" rel="alternate"/><published>2025-08-27T12:49:07+00:00</published><updated>2025-08-27T12:49:07+00:00</updated><id>https://simonwillison.net/2025/Aug/27/v-a-east-storehouse/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/113"&gt;V&amp;amp;A East Storehouse&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Datasette ecosystem poster for PyCon US</title><link href="https://simonwillison.net/2025/May/17/pycon-poster/#atom-tag" rel="alternate"/><published>2025-05-17T20:34:39+00:00</published><updated>2025-05-17T20:34:39+00:00</updated><id>https://simonwillison.net/2025/May/17/pycon-poster/#atom-tag</id><summary type="html">
    &lt;p&gt;In addition to &lt;a href="https://simonwillison.net/2025/May/15/building-on-llms/"&gt;my workshop the other day&lt;/a&gt; I'm also participating in the &lt;a href="https://us.pycon.org/2025/schedule/posters/list/"&gt;poster session&lt;/a&gt; at PyCon US this year.&lt;/p&gt;
&lt;p&gt;This means that tomorrow (Sunday 18th May) I'll be hanging out next to my poster from 10am to 1pm in Hall A talking to people about my various projects.&lt;/p&gt;
&lt;p&gt;I'll confess: I didn't pay close enough attention to the poster information, so when I first put my poster up it looked a little small:&lt;/p&gt;
&lt;p&gt;&lt;img alt="My Datasette poster on a huge black poster board. It looks a bit lonely in the middle surrounded by empty space." src="https://static.simonwillison.net/static/2025/poster-before.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;... so I headed to the nearest CVS and printed out some photos to better represent my interests and personality. I'm going for a "teenage bedroom" aesthetic here, I'm very happy with the result:&lt;/p&gt;
&lt;p&gt;&lt;img alt="My Datasette poster is now surrounded by nearly 100 photos - mostly of pelicans, SVGs of pelicans and niche museums I've been to." src="https://static.simonwillison.net/static/2025/poster-after.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Here's the poster in the middle (also available &lt;a href="https://static.simonwillison.net/static/2025/datasette-poster-v2.pdf"&gt;as a PDF&lt;/a&gt;). It has columns for &lt;a href="https://datasette.io/"&gt;Datasette&lt;/a&gt;, &lt;a href="https://sqlite-utils.datasette.io/"&gt;sqlite-utils&lt;/a&gt; and &lt;a href="https://llm.datasette.io/"&gt;LLM&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img id="datasette-poster" alt="Datasette: An ecosystem of tools for finding stories in data. Three projects: Datasette is a tool for exploring and publishing data. It helps data journalists (and everyone else) take data of any shape, analyze and explore it, and publish it as an interactive website and accompanying API. There's a screenshot of the table interface against a legislators table. Datasette has over 180 plugins adding features for visualizing, editing and transforming data. datasette-cluster-map, datasette-graphql, datasette-publish-cloudrun, datasette-comments, datasette-query-assistant, datasette-extract. datasette.io. sqlite-utils is a Python library and CLI tool for manipulating SQLite databases. It aims to make the gap from “I have data” to “that data is in SQLite” as small as possible. There's a code example showing inserting three chickens into a database and configuring full-text search. And in the terminal: sqlite-utils transform places.db roadside_attractions  --rename pk id  --default name Untitled  --drop address.  sqlite-utils.datasette.io. LLM is a Python library and CLI tool for interacting with Large Language Models. It provides a plugin-based abstraction over hundreds of different models, both local and hosted, and logs every interaction with them to SQLite. LLMs are proficient at SQL and extremely good at extracting structured data from unstructured text, images and documents. LLM’s asyncio Python library powers several Datasette plugins, including datasette-query-assistant, datasette-enrichments and datasette-extract. llm.datasette.io" src="https://static.simonwillison.net/static/2025/poster.jpg" style="max-width: 100%;"&gt;&lt;/p&gt;
&lt;p&gt;If you're at PyCon I'd love to talk to you about things I'm working on!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: Thanks to everyone who came along. Here's a &lt;a href="https://static.simonwillison.net/static/2025/poster-full-size.jpeg"&gt;6MB photo of the poster setup&lt;/a&gt;. The museums were all from my &lt;a href="https://www.niche-museums.com/"&gt;www.niche-museums.com&lt;/a&gt; site and the pelicans riding a bicycle SVGs came from my &lt;a href="https://simonwillison.net/tags/pelican-riding-a-bicycle/"&gt;pelican-riding-a-bicycle tag&lt;/a&gt;.&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/pycon"&gt;pycon&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/datasette"&gt;datasette&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sqlite-utils"&gt;sqlite-utils&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/llm"&gt;llm&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/pelican-riding-a-bicycle"&gt;pelican-riding-a-bicycle&lt;/a&gt;&lt;/p&gt;



</summary><category term="museums"/><category term="pycon"/><category term="datasette"/><category term="sqlite-utils"/><category term="llm"/><category term="pelican-riding-a-bicycle"/></entry><entry><title>50 Years of Travel Tips</title><link href="https://simonwillison.net/2025/Feb/17/50-years-of-travel-tips/#atom-tag" rel="alternate"/><published>2025-02-17T06:39:38+00:00</published><updated>2025-02-17T06:39:38+00:00</updated><id>https://simonwillison.net/2025/Feb/17/50-years-of-travel-tips/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://kk.org/thetechnium/50-years-of-travel-tips/"&gt;50 Years of Travel Tips&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
These travel tips from Kevin Kelly are the best kind of advice because they're almost all both surprising but obviously good ideas.&lt;/p&gt;
&lt;p&gt;The first one instantly appeals to my love for &lt;a href="https://www.niche-museums.com/"&gt;Niche Museums&lt;/a&gt;, and helped me realize that traveling with someone who is passionate about something fits the same bill - the joy is in experiencing someone else's passion, no matter what the topic:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Organize your travel around passions instead of destinations. An itinerary based on obscure cheeses, or naval history, or dinosaur digs, or jazz joints will lead to far more adventures, and memorable times than a grand tour of famous places. It doesn’t even have to be your passions; it could be a friend’s, family member’s, or even one you’ve read about. The point is to get away from the expected into the unexpected.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I &lt;em&gt;love&lt;/em&gt; this idea:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you hire a driver, or use a taxi, offer to pay the driver to take you to visit their mother. They will ordinarily jump at the chance. They fulfill their filial duty and you will get easy entry into a local’s home, and a very high chance to taste some home cooking. Mother, driver, and you leave happy. This trick rarely fails.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And those are just the first two!

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="https://news.ycombinator.com/item?id=43066720"&gt;Hacker News&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


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



</summary><category term="museums"/><category term="travel"/></entry><entry><title>Niche Museums: The Vincent and Ethel Simonetti Historic Tuba Collection</title><link href="https://simonwillison.net/2024/Sep/27/historic-tuba-collection/#atom-tag" rel="alternate"/><published>2024-09-27T22:23:59+00:00</published><updated>2024-09-27T22:23:59+00:00</updated><id>https://simonwillison.net/2024/Sep/27/historic-tuba-collection/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.niche-museums.com/112"&gt;Niche Museums: The Vincent and Ethel Simonetti Historic Tuba Collection&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
DjangoCon was in Durham, North Carolina this year and &lt;a href="https://www.atlasobscura.com/places/v-e-simonetti-historic-tuba-collection"&gt;thanks to Atlas Obscura&lt;/a&gt; I found out about the fabulous &lt;a href="https://simonettitubacollection.com/"&gt;Vincent and Ethel Simonetti Historic Tuba Collection&lt;/a&gt;. We got together a group of five for a visit and had a wonderful time being shown around the collection by curator Vincent Simonetti. This is my first update to &lt;a href="https://www.niche-museums.com/"&gt;Niche Museums&lt;/a&gt; in quite a while, it's nice to get that project rolling again.&lt;/p&gt;
&lt;p&gt;&lt;img alt="More than a dozen varied and beautiful tubas, each with a neat attached label." src="https://static.simonwillison.net/static/2024/tuba-collection-card.jpeg" /&gt;


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



</summary><category term="museums"/><category term="music"/></entry><entry><title>The Vincent and Ethel Simonetti Historic Tuba Collection</title><link href="https://simonwillison.net/2024/Sep/27/the-vincent-and-ethel-simonetti-historic-tuba-collection/#atom-tag" rel="alternate"/><published>2024-09-27T22:14:49+00:00</published><updated>2024-09-27T22:14:49+00:00</updated><id>https://simonwillison.net/2024/Sep/27/the-vincent-and-ethel-simonetti-historic-tuba-collection/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/112"&gt;The Vincent and Ethel Simonetti Historic Tuba Collection&lt;/a&gt;&lt;/p&gt;
    &lt;p&gt;Vincent Simonetti collected his first historic tuba - a ~1910 Cerveny BB-flat Helicon - in Boston in 1965, while playing tuba on tour with the Moyseev Ballet Company. Today the collection has grown to more than 350 tubas, and is now the largest private collection in the world that is dedicated exclusively to members of the tuba family.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>The Radio Squirrels of Point Reyes</title><link href="https://simonwillison.net/2024/Mar/2/the-radio-squirrels-of-point-reyes/#atom-tag" rel="alternate"/><published>2024-03-02T17:23:00+00:00</published><updated>2024-03-02T17:23:00+00:00</updated><id>https://simonwillison.net/2024/Mar/2/the-radio-squirrels-of-point-reyes/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.annhermesphoto.com/radio-squirrels"&gt;The Radio Squirrels of Point Reyes&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Beautiful photo essay by Ann Hermes about the band of volunteer “radio squirrels” keeping maritime morse code radio transmissions alive in the Point Reyes National Seashore.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="https://news.ycombinator.com/item?id=39572718#39573439"&gt;Hacker News comment&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


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



</summary><category term="museums"/><category term="radio"/></entry><entry><title>Weeknotes: Citus Con, PyCon and three new niche museums</title><link href="https://simonwillison.net/2023/Apr/23/weeknotes/#atom-tag" rel="alternate"/><published>2023-04-23T04:46:25+00:00</published><updated>2023-04-23T04:46:25+00:00</updated><id>https://simonwillison.net/2023/Apr/23/weeknotes/#atom-tag</id><summary type="html">
    &lt;p&gt;I've had a busy week in terms of speaking: on Tuesday I gave an online keynote at &lt;a href="https://www.citusdata.com/cituscon/2023/"&gt;Citus Con&lt;/a&gt;, "Big Opportunities in Small Data". I then flew to Salt Lake City for PyCon that evening and gave a three hour workshop on Wednesday, "Data analysis with SQLite and Python".&lt;/p&gt;
&lt;p&gt;Since then I've been mostly decompressing and catching up with old friends, and having lots of interesting conversations about Python (and a few extras about LLMs).&lt;/p&gt;
&lt;p&gt;After a several month hiatus I've also added three new museums to &lt;a href="https://www.niche-museums.com/"&gt;Niche Museums&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.niche-museums.com/111"&gt;Pioneer Memorial Museum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.niche-museums.com/110"&gt;Misalignment Museum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.niche-museums.com/109"&gt;Mattie Leeds Sculpture Garden&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To celebrate this flurry of museum visiting activity, I spent some time upgrading the display of the photo galleries on the site. They're now using &lt;a href="https://photoswipe.com/"&gt;PhotoSwipe&lt;/a&gt;, which I first experimented with &lt;a href="https://simonwillison.net/2022/Jan/4/moss-landing/"&gt;on this blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here's &lt;a href="https://github.com/simonw/museums/issues/37"&gt;the issue&lt;/a&gt;, the &lt;a href="https://github.com/simonw/museums/compare/2528801e714bad94fcc08b48444157155b810e46...6577b0c4b25e025de1176d2017d61742616ddf8e"&gt;full set of changes&lt;/a&gt; and &lt;a href="https://til.simonwillison.net/exif/orientation-and-location"&gt;a TIL&lt;/a&gt; describing what I learned about photo EXIF data in figuring out this project.&lt;/p&gt;
&lt;h4&gt;Entries this week&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://simonwillison.net/2023/Apr/20/pycon-2023/"&gt;Data analysis with SQLite and Python for PyCon 2023&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://simonwillison.net/2023/Apr/17/redpajama-data/"&gt;What's in the RedPajama-Data-1T LLM training set&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://simonwillison.net/2023/Apr/16/web-llm/"&gt;Web LLM runs the vicuna-7b Large Language Model entirely in your browser, and it's very impressive&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;TIL this week&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://til.simonwillison.net/exif/orientation-and-location"&gt;Interpreting photo orientation and locations in EXIF data&lt;/a&gt; - 2023-04-22&lt;/li&gt;
&lt;/ul&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/conferences"&gt;conferences&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/pycon"&gt;pycon&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/speaking"&gt;speaking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/weeknotes"&gt;weeknotes&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="conferences"/><category term="museums"/><category term="pycon"/><category term="speaking"/><category term="weeknotes"/></entry><entry><title>Pioneer Memorial Museum</title><link href="https://simonwillison.net/2023/Apr/21/pioneer-memorial-museum/#atom-tag" rel="alternate"/><published>2023-04-21T23:35:31+00:00</published><updated>2023-04-21T23:35:31+00:00</updated><id>https://simonwillison.net/2023/Apr/21/pioneer-memorial-museum/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/111"&gt;Pioneer Memorial Museum&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Misalignment Museum</title><link href="https://simonwillison.net/2023/Apr/16/misalignment-museum/#atom-tag" rel="alternate"/><published>2023-04-16T03:42:59+00:00</published><updated>2023-04-16T03:42:59+00:00</updated><id>https://simonwillison.net/2023/Apr/16/misalignment-museum/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/110"&gt;Misalignment Museum&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Mattie Leeds Sculpture Garden</title><link href="https://simonwillison.net/2023/Apr/12/mattie-leeds-sculpture-garden/#atom-tag" rel="alternate"/><published>2023-04-12T04:24:55+00:00</published><updated>2023-04-12T04:24:55+00:00</updated><id>https://simonwillison.net/2023/Apr/12/mattie-leeds-sculpture-garden/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/109"&gt;Mattie Leeds Sculpture Garden&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Every remaining website using the .museum TLD</title><link href="https://simonwillison.net/2022/Nov/20/every-remaining-website-using-the-museum-tld/#atom-tag" rel="alternate"/><published>2022-11-20T00:53:44+00:00</published><updated>2022-11-20T00:53:44+00:00</updated><id>https://simonwillison.net/2022/Nov/20/every-remaining-website-using-the-museum-tld/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://gist.github.com/Jonty/c3c870245c859d1ffa85b85c45a654f5"&gt;Every remaining website using the .museum TLD&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Jonty did a survey of every one of the 1,134 domains using the .museum TLD, which dates back to 2001 and is managed by The Museum Domain Management Association.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="https://fedi.simonwillison.net/@jonty@chaos.social/109349106322530749"&gt;@jonty@chaos.social&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


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



</summary><category term="domains"/><category term="museums"/></entry><entry><title>Golden State Model Railroad Museum</title><link href="https://simonwillison.net/2022/Aug/13/golden-state-model-railroad-museum/#atom-tag" rel="alternate"/><published>2022-08-13T22:07:22+00:00</published><updated>2022-08-13T22:07:22+00:00</updated><id>https://simonwillison.net/2022/Aug/13/golden-state-model-railroad-museum/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/108"&gt;Golden State Model Railroad Museum&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Mendenhall's Museum of Gasoline Pumps &amp; Petroliana</title><link href="https://simonwillison.net/2022/May/16/mendenhall-s-museum-of-gasoline-pumps-petroliana/#atom-tag" rel="alternate"/><published>2022-05-16T03:59:37+00:00</published><updated>2022-05-16T03:59:37+00:00</updated><id>https://simonwillison.net/2022/May/16/mendenhall-s-museum-of-gasoline-pumps-petroliana/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/107"&gt;Mendenhall&amp;#x27;s Museum of Gasoline Pumps &amp;amp; Petroliana&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Paso Robles Pioneer Museum</title><link href="https://simonwillison.net/2022/May/7/paso-robles-pioneer-museum/#atom-tag" rel="alternate"/><published>2022-05-07T17:31:08+00:00</published><updated>2022-05-07T17:31:08+00:00</updated><id>https://simonwillison.net/2022/May/7/paso-robles-pioneer-museum/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/106"&gt;Paso Robles Pioneer Museum&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Moffett Field Historical Society</title><link href="https://simonwillison.net/2022/Apr/14/moffett-field-historical-society/#atom-tag" rel="alternate"/><published>2022-04-14T15:32:21+00:00</published><updated>2022-04-14T15:32:21+00:00</updated><id>https://simonwillison.net/2022/Apr/14/moffett-field-historical-society/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/105"&gt;Moffett Field Historical Society&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Shakespeare Society of America</title><link href="https://simonwillison.net/2022/Jan/3/shakespeare-society-of-america/#atom-tag" rel="alternate"/><published>2022-01-03T01:45:34+00:00</published><updated>2022-01-03T01:45:34+00:00</updated><id>https://simonwillison.net/2022/Jan/3/shakespeare-society-of-america/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/104"&gt;Shakespeare Society of America&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>Hiller Aviation Museum</title><link href="https://simonwillison.net/2021/Aug/20/hiller-aviation-museum/#atom-tag" rel="alternate"/><published>2021-08-20T18:55:27+00:00</published><updated>2021-08-20T18:55:27+00:00</updated><id>https://simonwillison.net/2021/Aug/20/hiller-aviation-museum/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/103"&gt;Hiller Aviation Museum&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry><entry><title>A museum bot</title><link href="https://simonwillison.net/2021/May/5/a-museum-bot/#atom-tag" rel="alternate"/><published>2021-05-05T19:09:20+00:00</published><updated>2021-05-05T19:09:20+00:00</updated><id>https://simonwillison.net/2021/May/5/a-museum-bot/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://electricarchaeology.ca/2021/05/05/a-museum-bot/"&gt;A museum bot&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Shawn Graham built a Twitter bot, using R, which tweets out random items from the collection at the Canadian Science and Technology Museum—using a Datasette instance that he’s running based on a CSV export of their collections data.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="https://twitter.com/DEJPett/status/1390014003007610880"&gt;@DEJPett&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/twitter"&gt;twitter&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/datasette"&gt;datasette&lt;/a&gt;&lt;/p&gt;



</summary><category term="museums"/><category term="twitter"/><category term="datasette"/></entry><entry><title>Quoting Aaron Straup Cope</title><link href="https://simonwillison.net/2021/Apr/1/aaron-straup-cope/#atom-tag" rel="alternate"/><published>2021-04-01T22:40:41+00:00</published><updated>2021-04-01T22:40:41+00:00</updated><id>https://simonwillison.net/2021/Apr/1/aaron-straup-cope/#atom-tag</id><summary type="html">
    &lt;blockquote cite="https://www.aaronland.info/weblog/2019/04/08/post/"&gt;&lt;p&gt;If you measure things by foot traffic we [the SFO Museum] are one of the busiest museums in the world. If that is the case we are also one of the busiest museums in the world that no one knows about. Nothing in modern life really prepares you for the idea that a museum should be part of an airport. San Francisco, as I've mentioned, is funny that way.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p class="cite"&gt;&amp;mdash; &lt;a href="https://www.aaronland.info/weblog/2019/04/08/post/"&gt;Aaron Straup Cope&lt;/a&gt;&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/aaron-straup-cope"&gt;aaron-straup-cope&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/san-francisco"&gt;san-francisco&lt;/a&gt;&lt;/p&gt;



</summary><category term="aaron-straup-cope"/><category term="museums"/><category term="san-francisco"/></entry><entry><title>Hearst Castle</title><link href="https://simonwillison.net/2020/Feb/2/hearst-castle/#atom-tag" rel="alternate"/><published>2020-02-02T07:46:58+00:00</published><updated>2020-02-02T07:46:58+00:00</updated><id>https://simonwillison.net/2020/Feb/2/hearst-castle/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;strong&gt;Museum:&lt;/strong&gt; &lt;a href="https://www.niche-museums.com/102"&gt;Hearst Castle&lt;/a&gt;&lt;/p&gt;
    
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/museums"&gt;museums&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="museums"/></entry></feed>