← Back to post

Revision history

  1. Simon7b403ef

    feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]

    diff --git a/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    index f2e5f00..48612a0 100644
    --- a/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    +++ b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    @@ -1,17 +1,16 @@
     ---
     title: "There are a million highly skilled bedroom DJs who will never see the light of day"
    -slug: there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day
     pubDate: 2026-04-05T20:05:10.000Z
     updatedDate: 2026-04-05T20:05:10.000Z
     draft: false
     excerpt: "There are a million highly skilled bedroom DJs who will never see the light of day. Not because they lack talent. Because they lack everything else. The talent surplus Every … Read more"
     categories:
    -  - { name: Scene, slug: scene }
    +  - Scene
     tags:
    -  - { name: curation, slug: curation }
    -  - { name: format-opinion, slug: format-opinion }
    -  - { name: music, slug: music }
    -  - { name: tone-confrontational, slug: tone-confrontational }
    +  - curation
    +  - format-opinion
    +  - music
    +  - tone-confrontational
     featured:
       src: https://cdn.slist.net/posts/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/cover.png
       alt: "Lonely bedroom DJ setup in darkness"
    
  2. Simon8bc867c

    content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/

    diff --git a/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    index 47da4d8..f2e5f00 100644
    --- a/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    +++ b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    @@ -13,7 +13,7 @@ tags:
       - { name: music, slug: music }
       - { name: tone-confrontational, slug: tone-confrontational }
     featured:
    -  src: https://slist.net/wp-content/uploads/ai_69d2aa226ac221.88880767.png
    +  src: https://cdn.slist.net/posts/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/cover.png
       alt: "Lonely bedroom DJ setup in darkness"
     legacy_wp_id: 15957
     ---
    
  3. Simon3c1387f

    fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)

    diff --git a/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    index 64c4498..47da4d8 100644
    --- a/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    +++ b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    @@ -13,7 +13,7 @@ tags:
       - { name: music, slug: music }
       - { name: tone-confrontational, slug: tone-confrontational }
     featured:
    -  src: https://cdn.slist.net/ai_69d2aa226ac221.88880767.png
    +  src: https://slist.net/wp-content/uploads/ai_69d2aa226ac221.88880767.png
       alt: "Lonely bedroom DJ setup in darkness"
     legacy_wp_id: 15957
     ---
    
  4. Simon5add954

    feat(web): visually mirror slist.net blog (index + single post)

    diff --git a/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    index 786a0c5..64c4498 100644
    --- a/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    +++ b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    @@ -4,6 +4,17 @@ slug: there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-ligh
     pubDate: 2026-04-05T20:05:10.000Z
     updatedDate: 2026-04-05T20:05:10.000Z
     draft: false
    +excerpt: "There are a million highly skilled bedroom DJs who will never see the light of day. Not because they lack talent. Because they lack everything else. The talent surplus Every … Read more"
    +categories:
    +  - { name: Scene, slug: scene }
    +tags:
    +  - { name: curation, slug: curation }
    +  - { name: format-opinion, slug: format-opinion }
    +  - { name: music, slug: music }
    +  - { name: tone-confrontational, slug: tone-confrontational }
    +featured:
    +  src: https://cdn.slist.net/ai_69d2aa226ac221.88880767.png
    +  alt: "Lonely bedroom DJ setup in darkness"
     legacy_wp_id: 15957
     ---
     There are a million highly skilled bedroom DJs who will never see the light of day. Not because they lack talent. Because they lack everything else.
    
  5. Simon30e0ee3

    feat(web): full posts+pages sync, browseable UI, curated pages allowlist

    diff --git a/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    new file mode 100644
    index 0000000..786a0c5
    --- /dev/null
    +++ b/content/posts/2026/there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day/index.md
    @@ -0,0 +1,31 @@
    +---
    +title: "There are a million highly skilled bedroom DJs who will never see the light of day"
    +slug: there-are-a-million-highly-skilled-bedroom-djs-who-will-never-see-the-light-of-day
    +pubDate: 2026-04-05T20:05:10.000Z
    +updatedDate: 2026-04-05T20:05:10.000Z
    +draft: false
    +legacy_wp_id: 15957
    +---
    +There are a million highly skilled bedroom DJs who will never see the light of day. Not because they lack talent. Because they lack everything else.
    +
    +## The talent surplus
    +
    +Every promoter’s inbox tells the same story. Dozens of mix links. Dozens of EPKs. Dozens of people who can beat-match flawlessly, who have impeccable taste, who understand the sonic arc of a night better than most working DJs. And most of them will never play a set outside their apartment.
    +
    +The bottleneck is not talent. It never was. The bottleneck is distribution. Can you bring 30 people to an event? Can you promote yourself on Instagram without looking desperate? Can you maintain a follower ratio that signals credibility? Can you play nicely with promoters who have fragile egos and tighter budgets?
    +
    +## What actually gets you booked
    +
    +We have a very long list of DJs who want to play, so we first need to consider what they can bring to the table besides music. The honest truth: marketing ability outweighs musical skill in the booking calculus. A DJ with 500 engaged followers who will actually buy tickets is more valuable than a DJ with 5,000 followers and zero conversion.
    +
    +The hierarchy of booking value, from most to least important: Can they sell tickets? Is their sound right for the slot? Have they been reliable before? Are they easy to work with? That is the order. Musical skill is second on the list at best.
    +
    +## The advice nobody wants to hear
    +

    Diff truncated (38 lines total). View full commit on GitHub →

Sign in to SLIST

Pick how you want to enter.