<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: marketing</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/marketing.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2024-11-26T20:21:29+00:00</updated><author><name>Simon Willison</name></author><entry><title>Quoting Zach Holman</title><link href="https://simonwillison.net/2024/Nov/26/zach-holman/#atom-tag" rel="alternate"/><published>2024-11-26T20:21:29+00:00</published><updated>2024-11-26T20:21:29+00:00</updated><id>https://simonwillison.net/2024/Nov/26/zach-holman/#atom-tag</id><summary type="html">
    &lt;blockquote cite="https://zachholman.com/posts/double-shipping"&gt;&lt;p&gt;One of the things we did all the time at early GitHub was a two-step ship: basically, ship a big launch, but days or weeks afterwards, ship a smaller, add-on feature. In the second launch post, you can refer back to the initial bigger post and you get twice the bang for the buck.&lt;/p&gt;
&lt;p&gt;This is even more valuable than on the surface, too: you get to split your product launch up into a few different pieces, which lets you slowly ease into the full usage — and server load — of new code.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p class="cite"&gt;&amp;mdash; &lt;a href="https://zachholman.com/posts/double-shipping"&gt;Zach Holman&lt;/a&gt;, in 2018&lt;/p&gt;

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



</summary><category term="github"/><category term="marketing"/></entry><entry><title>Give people something to link to so they can talk about your features and ideas</title><link href="https://simonwillison.net/2024/Jul/13/give-people-something-to-link-to/#atom-tag" rel="alternate"/><published>2024-07-13T16:06:28+00:00</published><updated>2024-07-13T16:06:28+00:00</updated><id>https://simonwillison.net/2024/Jul/13/give-people-something-to-link-to/#atom-tag</id><summary type="html">
    &lt;p&gt;If you have a project, an idea, a product feature, or anything else that you want other people to understand and have conversations about... give them something to link to!&lt;/p&gt;
&lt;p&gt;Two illustrative examples are ChatGPT Code Interpreter and Boring Technology.&lt;/p&gt;
&lt;h4 id="chatgpt-code-interpreter-is-effectively-invisible"&gt;ChatGPT Code Interpreter is effectively invisible&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;ChatGPT Code Interpreter&lt;/strong&gt; has been one of my favourite AI tools for over a year. It's the feature of ChatGPT which allows the bot to write &lt;em&gt;and then execute&lt;/em&gt; Python code as part of responding to your prompts. It's incredibly powerful... and almost invisible! If you don't know how to use prompts to activate the feature you may not realize it exists.&lt;/p&gt;
&lt;p&gt;OpenAI don't even have a help page for it (and it very desperately needs documentation) - if you search their site you'll find &lt;a href="https://platform.openai.com/docs/assistants/tools/code-interpreter"&gt;confusing technical docs&lt;/a&gt; about an API feature and &lt;a href="https://community.openai.com/t/how-can-i-access-the-code-interpreter-plugin-model/205304"&gt;misleading outdated forum threads&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I evangelize this tool &lt;em&gt;a lot&lt;/em&gt;, but OpenAI really aren't helping me do that. I end up linking people to &lt;a href="https://simonwillison.net/tags/code-interpreter/"&gt;my code-interpreter tag page&lt;/a&gt; because it's more useful than anything on OpenAI's own site.&lt;/p&gt;
&lt;p&gt;Compare this with Claude's similar Artifacts feature which at least has an &lt;a href="https://support.anthropic.com/en/articles/9487310-what-are-artifacts-and-how-do-i-use-them"&gt;easily discovered help page&lt;/a&gt; - though &lt;a href="https://www.anthropic.com/news/claude-3-5-sonnet"&gt;the Artifacts announcement post&lt;/a&gt; was shared with Claude 3.5 Sonnet so isn't obviously linkable. Even that help page isn't quite what I'm after. Features deserve dedicated pages!&lt;/p&gt;
&lt;p&gt;GitHub understand this: here are their feature landing pages for &lt;a href="https://github.com/features/codespaces"&gt;Codespaces&lt;/a&gt; and &lt;a href="https://github.com/features/copilot"&gt;Copilot&lt;/a&gt; (I could even guess the URL for Copilot's page based on the Codespaces one).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; It turns out there IS documentation about Code Interpreter mode... but I failed to find it because it didn't use those terms anywhere on the page! The title is &lt;a href="https://help.openai.com/en/articles/8437071-data-analysis-with-chatgpt"&gt;Data analysis with ChatGPT&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This amuses me greatly because OpenAI have been oscillating on the name for this feature almost since they launched - Code Interpreter, then Advanced Data Analysis, now Data analysis with ChatGPT. I made fun of this &lt;a href="https://simonwillison.net/2023/Oct/17/open-questions/#open-questions.034.jpeg"&gt;last year&lt;/a&gt;.&lt;/p&gt;

&lt;h4 id="boring-technology-an-idea-with-a-website"&gt;Boring Technology: an idea with a website&lt;/h4&gt;
&lt;p&gt;Dan McKinley coined the term &lt;strong&gt;Boring Technology&lt;/strong&gt; in &lt;a href="https://mcfunley.com/choose-boring-technology"&gt;an essay in 2015&lt;/a&gt;. The key idea is that any development team has a limited capacity to solve new problems which should be reserved for the things that make their product unique. For everything else they should pick the most boring and well-understood technologies available to them - stuff where any bugs or limitations have been understood and discussed online for years.&lt;/p&gt;
&lt;p&gt;(I'm very proud that Django has earned the honorific of "boring technology" in this context!)&lt;/p&gt;
&lt;p&gt;Dan turned that essay into a talk, and then he turned that talk into a website with a brilliant domain name:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://boringtechnology.club/"&gt;boringtechnology.club&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The idea has stuck. I've had many productive conversations about it, and more importantly if someone &lt;em&gt;hasn't&lt;/em&gt; heard the term before I can drop in that one link and they'll be up to speed a few minutes later.&lt;/p&gt;
&lt;p&gt;I've tried to do this myself for some of my own ideas: &lt;a href="https://simonwillison.net/2021/Jul/28/baked-data/"&gt;baked data&lt;/a&gt;, &lt;a href="https://simonwillison.net/2020/Oct/9/git-scraping/"&gt;git scraping&lt;/a&gt; and &lt;a href="https://simonwillison.net/series/prompt-injection/"&gt;prompt injection&lt;/a&gt; all have pages that I frequently link people to. I never went as far as committing to a domain though and I think maybe that was a mistake - having a clear message that "this is the key page to link to" is a very powerful thing.&lt;/p&gt;
&lt;h4 id="this-is-about-both-seo-and-conversations"&gt;This is about both SEO and conversations&lt;/h4&gt;
&lt;p&gt;One obvious goal here is SEO: if someone searches for your product feature you want them to land on your own site, not surrender valuable attention to someone else who's squatting on the search term.&lt;/p&gt;
&lt;p&gt;I personally value the conversation side of it even more. Hyperlinks are the best thing about the web - if I want to talk about something I'd much rather drop in a link to the definitive explanation rather than waste a paragraph (as I did earlier with Code Interpreter) explaining what the thing is for the upmteenth time!&lt;/p&gt;
&lt;p&gt;If you have an idea, project or feature that you want people to understand and discuss, build it the web page it deserves. &lt;strong&gt;Give people something to link to!&lt;/strong&gt;&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/github"&gt;github&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/seo"&gt;seo&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/writing"&gt;writing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openai"&gt;openai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/chatgpt"&gt;chatgpt&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/claude"&gt;claude&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/boring-technology"&gt;boring-technology&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/code-interpreter"&gt;code-interpreter&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/coding-agents"&gt;coding-agents&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="github"/><category term="marketing"/><category term="seo"/><category term="writing"/><category term="openai"/><category term="chatgpt"/><category term="claude"/><category term="boring-technology"/><category term="code-interpreter"/><category term="coding-agents"/></entry><entry><title>Quoting Ryan Broderick</title><link href="https://simonwillison.net/2024/Jul/10/ryan-broderick/#atom-tag" rel="alternate"/><published>2024-07-10T17:43:57+00:00</published><updated>2024-07-10T17:43:57+00:00</updated><id>https://simonwillison.net/2024/Jul/10/ryan-broderick/#atom-tag</id><summary type="html">
    &lt;blockquote cite="https://www.garbageday.email/p/slop-void"&gt;&lt;p&gt;Content slop has three important characteristics. The first being that, to the user, the viewer, the customer, it feels worthless. This might be because it was clearly generated in bulk by a machine or because of how much of that particular content is being created. The next important feature of slop is that feels forced upon us, whether by a corporation or an algorithm. It’s in the name. We’re the little piggies and it’s the gruel in the trough. But the last feature is the most crucial. It not only feels worthless and ubiquitous, it also feels optimized to be so. The Charli XCX “Brat summer” meme does not feel like slop, nor does Kendrick Lamar’s extremely long “Not Like Us” roll out. But Taylor Swift’s cascade of alternate versions of her songs does. The jury’s still out on Sabrina Carpenter. Similarly, last summer’s Barbenheimer phenomenon did not, to me, feel like slop. &lt;em&gt;Dune: Part Two&lt;/em&gt; didn’t either. But &lt;em&gt;Deadpool &amp;amp; Wolverine&lt;/em&gt;, at least in the marketing, definitely does.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p class="cite"&gt;&amp;mdash; &lt;a href="https://www.garbageday.email/p/slop-void"&gt;Ryan Broderick&lt;/a&gt;&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ai"&gt;ai&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/slop"&gt;slop&lt;/a&gt;&lt;/p&gt;



</summary><category term="marketing"/><category term="ai"/><category term="slop"/></entry><entry><title>Reasons Why I Think 50% Coding 50% Marketing is the Best Framework for Solo Tech Founders</title><link href="https://simonwillison.net/2022/Oct/8/coding-marketing/#atom-tag" rel="alternate"/><published>2022-10-08T15:43:09+00:00</published><updated>2022-10-08T15:43:09+00:00</updated><id>https://simonwillison.net/2022/Oct/8/coding-marketing/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.bannerbear.com/blog/why-you-should-do-50-coding-and-50-marketing-as-a-solo-tech-founder/"&gt;Reasons Why I Think 50% Coding 50% Marketing is the Best Framework for Solo Tech Founders&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Jon Yongfook offers a deliciously simple recipe for splitting up the work of both developing and marketing a product: one week of development, then one week of marketing, then repeat. I really like this concept: I mix the two activities randomly at the moment and constantly find myself feeling guilty that I’m not spending enough focused time on either of them!

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


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/entrepreneurship"&gt;entrepreneurship&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/startup"&gt;startup&lt;/a&gt;&lt;/p&gt;



</summary><category term="entrepreneurship"/><category term="marketing"/><category term="startup"/></entry><entry><title>Launch HN Instructions</title><link href="https://simonwillison.net/2021/Jul/19/launch-hn-instructions/#atom-tag" rel="alternate"/><published>2021-07-19T01:05:37+00:00</published><updated>2021-07-19T01:05:37+00:00</updated><id>https://simonwillison.net/2021/Jul/19/launch-hn-instructions/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://news.ycombinator.com/yli.html"&gt;Launch HN Instructions&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
The instructions for YC companies that are posting their launch announcement on Hacker News are really interesting to read. “As founders, you’re used to talking to users, customers, and investors. HN readers are not any of those—what they are is peers, and using any of those styles with peers feels clueless and entitled. [...]  To interest HN, write in a factual, personal, and modest way about what problem you solve, why it matters, how you solve it, and how you got there.”

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


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/hacker-news"&gt;hacker-news&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/y-combinator"&gt;y-combinator&lt;/a&gt;&lt;/p&gt;



</summary><category term="hacker-news"/><category term="marketing"/><category term="y-combinator"/></entry><entry><title>Potential new elevator pitch / tagline for Datasette: The best way to publish data online</title><link href="https://simonwillison.net/2020/Oct/4/potential-new-elevator-pitch/#atom-tag" rel="alternate"/><published>2020-10-04T00:03:00+00:00</published><updated>2020-10-04T00:03:00+00:00</updated><id>https://simonwillison.net/2020/Oct/4/potential-new-elevator-pitch/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/simonw/datasette/discussions/990"&gt;Potential new elevator pitch / tagline for Datasette: The best way to publish data online&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
One of the biggest challenges I’ve had with Datasette is compressing it into a single elevator pitch or tagline that helps answer the question “what does this software do?”—the project does a lot of different things, so finding the right angle for explaining it has proved really difficult. I’m workshopping a new tagline over on the Datasette discussion forum—feedback, suggestions and challenges very welcome!

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


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



</summary><category term="marketing"/><category term="pitching"/><category term="datasette"/></entry><entry><title>It’s Not a Feature Problem—Avoiding Startup Tarpits</title><link href="https://simonwillison.net/2017/Oct/22/startup-tarpits/#atom-tag" rel="alternate"/><published>2017-10-22T12:53:41+00:00</published><updated>2017-10-22T12:53:41+00:00</updated><id>https://simonwillison.net/2017/Oct/22/startup-tarpits/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://hackernoon.com/its-not-a-feature-problem-avoiding-startup-tarpits-7d5ec4b8c81b"&gt;It’s Not a Feature Problem—Avoiding Startup Tarpits&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
“When we turned on paid advertising for the first time the increase we had a sizable increase in signups. We always feared that a new user would just churn because of what we perceived as deficiencies in the product. While there were users who churned for that reason, it was never the nightmare scenario that we imagined.”

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


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



</summary><category term="marketing"/><category term="startups"/></entry><entry><title>What are some good examples of tweets used to attract visitors to a new website?</title><link href="https://simonwillison.net/2013/Oct/6/what-are-some-good/#atom-tag" rel="alternate"/><published>2013-10-06T14:47:00+00:00</published><updated>2013-10-06T14:47:00+00:00</updated><id>https://simonwillison.net/2013/Oct/6/what-are-some-good/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/What-are-some-good-examples-of-tweets-used-to-attract-visitors-to-a-new-website/answer/Simon-Willison"&gt;What are some good examples of tweets used to attract visitors to a new website?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Without knowing what the site does, I'd go for the personal approach: "I just launched my new project, &lt;span&gt;&lt;a href="http://example.com"&gt;example.com&lt;/a&gt;&lt;/span&gt; - check it out and let me know what you think!"&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/startups"&gt;startups&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/twitter"&gt;twitter&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="marketing"/><category term="startups"/><category term="twitter"/><category term="quora"/></entry><entry><title>What are some creative ways to pitch a new initiative to my team without slides?</title><link href="https://simonwillison.net/2013/Oct/2/what-are-some-creative/#atom-tag" rel="alternate"/><published>2013-10-02T17:03:00+00:00</published><updated>2013-10-02T17:03:00+00:00</updated><id>https://simonwillison.net/2013/Oct/2/what-are-some-creative/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/What-are-some-creative-ways-to-pitch-a-new-initiative-to-my-team-without-slides/answer/Simon-Willison"&gt;What are some creative ways to pitch a new initiative to my team without slides?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Use a whiteboard.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/business"&gt;business&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/funding"&gt;funding&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/speaking"&gt;speaking&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/startups"&gt;startups&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/pitching"&gt;pitching&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="business"/><category term="funding"/><category term="marketing"/><category term="speaking"/><category term="startups"/><category term="quora"/><category term="pitching"/></entry><entry><title>What are some interesting and unusual tactics to draw people to your booth at a large conference or convention?</title><link href="https://simonwillison.net/2013/Apr/23/what-are-some-interesting/#atom-tag" rel="alternate"/><published>2013-04-23T15:47:00+00:00</published><updated>2013-04-23T15:47:00+00:00</updated><id>https://simonwillison.net/2013/Apr/23/what-are-some-interesting/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/What-are-some-interesting-and-unusual-tactics-to-draw-people-to-your-booth-at-a-large-conference-or-convention/answer/Simon-Willison"&gt;What are some interesting and unusual tactics to draw people to your booth at a large conference or convention?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Make sure you have people on the stand who know their stuff - ideally people who built the thing you are promoting. Make it worthwhile for people to come and talk to you. Don't have booth babes who are there for their looks rather than their expertise.&lt;/p&gt;

&lt;p&gt;Have really cool demos running. Ideally of your product, but if your product doesn't demo well you can improvise. I saw one trade show booth recently that had a 3D printer and camera-based computer vision system rigged up - it was only tangentially related to their product but it was super interesting and started loads of conversations.&lt;/p&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/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/conference"&gt;conference&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="conferences"/><category term="marketing"/><category term="quora"/><category term="conference"/></entry><entry><title>What are the best events search engines?</title><link href="https://simonwillison.net/2012/Jan/13/what-are-the-best/#atom-tag" rel="alternate"/><published>2012-01-13T11:15:00+00:00</published><updated>2012-01-13T11:15:00+00:00</updated><id>https://simonwillison.net/2012/Jan/13/what-are-the-best/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/What-are-the-best-events-search-engines/answer/Simon-Willison"&gt;What are the best events search engines?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Since I co-founded one I'm certainly not qualified to express an opinion on which ones are best, but here are a few of my favourites:&lt;/p&gt;

&lt;span&gt;&lt;a href="http://plancast.com/"&gt;http://plancast.com/&lt;/a&gt;&lt;/span&gt; - Plancast focuses on showing you events your friends are planning to attend, but as a result also has a big corpus of events data that you can search through. They also automatically pull in events their users have signed up for on other services (such as EventBrite and Facebook), which further increases the size of their index.

&lt;span&gt;&lt;a href="http://songkick.com/"&gt;http://songkick.com/&lt;/a&gt;&lt;/span&gt; - Songkick focuses exclusively on gigs and concerts, and does a fantastic job of aggregating them (I believe they have the most comprehensive database of gigs). You can also sign in and "track" your favourite artists at which point Songkick will alert you when they are playing in a town near you.

&lt;span&gt;&lt;a href="http://eventful.com/"&gt;http://eventful.com/&lt;/a&gt;&lt;/span&gt; - Eventful is an events aggregator. They've been running for years, and do a very good job of pulling in concerts, festivals, theatre listings, family events and so forth.

&lt;span&gt;&lt;a href="http://lanyrd.com/"&gt;http://lanyrd.com/&lt;/a&gt;&lt;/span&gt; - this is our site! We're a crowdsourced conference and professional events directory. We don't cover gigs/parties/etc but we have a growing index of conferences and evening meetups, especially for tech and related industries. Here's an example search for upcoming social media events in the UK &lt;span&gt;&lt;a href="http://lanyrd.com/search/?context=future&amp;amp;places=uk&amp;amp;q=social+media"&gt;http://lanyrd.com/search/?contex...&lt;/a&gt;&lt;/span&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/events"&gt;events&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/search"&gt;search&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/search-engines"&gt;search-engines&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="events"/><category term="marketing"/><category term="search"/><category term="search-engines"/><category term="quora"/></entry><entry><title>What are some good social media events that will take place in 2011 in Middle East and North Africa region?</title><link href="https://simonwillison.net/2011/Jan/9/what-are-some-good/#atom-tag" rel="alternate"/><published>2011-01-09T12:59:00+00:00</published><updated>2011-01-09T12:59:00+00:00</updated><id>https://simonwillison.net/2011/Jan/9/what-are-some-good/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/What-are-some-good-social-media-events-that-will-take-place-in-2011-in-Middle-East-and-North-Africa-region/answer/Simon-Willison"&gt;What are some good social media events that will take place in 2011 in Middle East and North Africa region?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;User StartupDigestME on Lanyrd follows entrepreneurship events in the region which may also cover social media topics: &lt;span&gt;&lt;a href="http://lanyrd.com/people/startupdigestme/"&gt;http://lanyrd.com/people/startup...&lt;/a&gt;&lt;/span&gt;&lt;/p&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/events"&gt;events&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/facebook"&gt;facebook&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/linkedin"&gt;linkedin&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/social-media"&gt;social-media&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="conferences"/><category term="events"/><category term="facebook"/><category term="linkedin"/><category term="marketing"/><category term="social-media"/><category term="quora"/></entry><entry><title>How do you find out about events in Birmingham, UK?</title><link href="https://simonwillison.net/2011/Jan/4/how-do-you-find/#atom-tag" rel="alternate"/><published>2011-01-04T14:47:00+00:00</published><updated>2011-01-04T14:47:00+00:00</updated><id>https://simonwillison.net/2011/Jan/4/how-do-you-find/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/How-do-you-find-out-about-events-in-Birmingham-UK/answer/Simon-Willison"&gt;How do you find out about events in Birmingham, UK?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;We have a page of events in Birmingham on Lanryd: &lt;span&gt;&lt;a href="http://lanyrd.com/places/birmingham/"&gt;http://lanyrd.com/places/birming...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;You can subscribe to an Atom feed for that page, or subscribe to it in iCal.&lt;/p&gt;

&lt;p&gt;For music events, take a look at SongKick: &lt;span&gt;&lt;a href="http://www.songkick.com/metro_areas/24542-uk-birmingham"&gt;http://www.songkick.com/metro_ar...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/events"&gt;events&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/birmingham"&gt;birmingham&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="events"/><category term="marketing"/><category term="quora"/><category term="birmingham"/></entry><entry><title>How Companies Pay Artists to Include Brands in Lyrics</title><link href="https://simonwillison.net/2008/Sep/20/products/#atom-tag" rel="alternate"/><published>2008-09-20T12:16:52+00:00</published><updated>2008-09-20T12:16:52+00:00</updated><id>https://simonwillison.net/2008/Sep/20/products/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.wired.com/music/2008/09/products-placed.html"&gt;How Companies Pay Artists to Include Brands in Lyrics&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
“We just feel that if it’s a product that’s admired by the artist and fits his/her image, we now have the capability of leveling out the playing field and making things financially beneficial for all parties involved.” Charming.


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



</summary><category term="branddropping"/><category term="marketing"/><category term="music"/></entry><entry><title>The law behind "tell a friend" services</title><link href="https://simonwillison.net/2008/Jul/28/viral/#atom-tag" rel="alternate"/><published>2008-07-28T10:49:22+00:00</published><updated>2008-07-28T10:49:22+00:00</updated><id>https://simonwillison.net/2008/Jul/28/viral/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.out-law.com/page-6590"&gt;The law behind &amp;quot;tell a friend&amp;quot; services&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Useful guide based on UK law, updated in July 2008.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/law"&gt;law&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/spam"&gt;spam&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tellafriend"&gt;tellafriend&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/uklaw"&gt;uklaw&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/viralmarketing"&gt;viralmarketing&lt;/a&gt;&lt;/p&gt;



</summary><category term="law"/><category term="marketing"/><category term="spam"/><category term="tellafriend"/><category term="uklaw"/><category term="viralmarketing"/></entry><entry><title>Quoting Bruce Schneier</title><link href="https://simonwillison.net/2008/Jul/1/schneier/#atom-tag" rel="alternate"/><published>2008-07-01T14:51:51+00:00</published><updated>2008-07-01T14:51:51+00:00</updated><id>https://simonwillison.net/2008/Jul/1/schneier/#atom-tag</id><summary type="html">
    &lt;blockquote cite="http://www.schneier.com/blog/archives/2008/07/kill_switches_a.html"&gt;&lt;p&gt;"Digital Manners Policies" is a marketing term. Let's call this what it really is: Selective Device Jamming. It's not polite, it's dangerous. It won't make anyone more secure - or more polite.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p class="cite"&gt;&amp;mdash; &lt;a href="http://www.schneier.com/blog/archives/2008/07/kill_switches_a.html"&gt;Bruce Schneier&lt;/a&gt;&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/bruce-schneier"&gt;bruce-schneier&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/security"&gt;security&lt;/a&gt;&lt;/p&gt;



</summary><category term="bruce-schneier"/><category term="marketing"/><category term="security"/></entry><entry><title>Lessons from mySociety conversion tracking</title><link href="https://simonwillison.net/2008/Mar/17/mysociety/#atom-tag" rel="alternate"/><published>2008-03-17T02:12:06+00:00</published><updated>2008-03-17T02:12:06+00:00</updated><id>https://simonwillison.net/2008/Mar/17/mysociety/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.mysociety.org/2008/03/13/lessons-from-mysociety-conversion-tracking/"&gt;Lessons from mySociety conversion tracking&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Neat trick: show the user a “subscribe” form with their e-mail address pre-filled for them and there’s a much higher chance that they’ll click the button.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/conversions"&gt;conversions&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/email"&gt;email&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mysociety"&gt;mysociety&lt;/a&gt;&lt;/p&gt;



</summary><category term="conversions"/><category term="email"/><category term="marketing"/><category term="mysociety"/></entry><entry><title>Quoting Alex Hopmann</title><link href="https://simonwillison.net/2007/Jan/24/marketing/#atom-tag" rel="alternate"/><published>2007-01-24T20:48:17+00:00</published><updated>2007-01-24T20:48:17+00:00</updated><id>https://simonwillison.net/2007/Jan/24/marketing/#atom-tag</id><summary type="html">
    &lt;blockquote cite="http://www.alexhopmann.com/xmlhttp.htm"&gt;&lt;p&gt;Which is the real explanation of where the name XMLHTTP comes from- the thing is mostly about HTTP and doesn't have any specific tie to XML other than that was the easiest excuse for shipping it so I needed to cram XML into the name (plus- XML was the hot technology at the time and it seemed like some good marketing for the component).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p class="cite"&gt;&amp;mdash; &lt;a href="http://www.alexhopmann.com/xmlhttp.htm"&gt;Alex Hopmann&lt;/a&gt;&lt;/p&gt;

    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ajax"&gt;ajax&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/marketing"&gt;marketing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/xml"&gt;xml&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/xmlhttprequest"&gt;xmlhttprequest&lt;/a&gt;&lt;/p&gt;



</summary><category term="ajax"/><category term="marketing"/><category term="xml"/><category term="xmlhttprequest"/></entry></feed>