feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2026/the-smoking-ban-changed-the-music/index.md b/content/posts/2026/the-smoking-ban-changed-the-music/index.md index f02b3ca..a85ffbc 100644 --- a/content/posts/2026/the-smoking-ban-changed-the-music/index.md +++ b/content/posts/2026/the-smoking-ban-changed-the-music/index.md @@ -1,17 +1,16 @@ --- title: "The smoking ban changed the music" -slug: the-smoking-ban-changed-the-music pubDate: 2026-04-05T20:05:10.000Z updatedDate: 2026-04-05T20:05:10.000Z draft: false excerpt: "There is a theory — developed from observing dancefloor behavior across two countries — that smoking bans on dancefloors directly change the music being played. Not metaphorically. Literally. The cascade … Read more" categories: - - { name: Scene, slug: scene } + - Scene tags: - - { name: format-opinion, slug: format-opinion } - - { name: music, slug: music } - - { name: tone-philosophical, slug: tone-philosophical } - - { name: venues, slug: venues } + - format-opinion + - music + - tone-philosophical + - venues featured: src: https://cdn.slist.net/posts/the-smoking-ban-changed-the-music/cover.png alt: "Cigarette smoke transforming into musical notes over mixer"content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/
diff --git a/content/posts/2026/the-smoking-ban-changed-the-music/index.md b/content/posts/2026/the-smoking-ban-changed-the-music/index.md index b730206..f02b3ca 100644 --- a/content/posts/2026/the-smoking-ban-changed-the-music/index.md +++ b/content/posts/2026/the-smoking-ban-changed-the-music/index.md @@ -13,7 +13,7 @@ tags: - { name: tone-philosophical, slug: tone-philosophical } - { name: venues, slug: venues } featured: - src: https://slist.net/wp-content/uploads/ai_69d2aa78cb6535.85536616.png + src: https://cdn.slist.net/posts/the-smoking-ban-changed-the-music/cover.png alt: "Cigarette smoke transforming into musical notes over mixer" legacy_wp_id: 16077 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2026/the-smoking-ban-changed-the-music/index.md b/content/posts/2026/the-smoking-ban-changed-the-music/index.md index 5dce2bf..b730206 100644 --- a/content/posts/2026/the-smoking-ban-changed-the-music/index.md +++ b/content/posts/2026/the-smoking-ban-changed-the-music/index.md @@ -13,7 +13,7 @@ tags: - { name: tone-philosophical, slug: tone-philosophical } - { name: venues, slug: venues } featured: - src: https://cdn.slist.net/ai_69d2aa78cb6535.85536616.png + src: https://slist.net/wp-content/uploads/ai_69d2aa78cb6535.85536616.png alt: "Cigarette smoke transforming into musical notes over mixer" legacy_wp_id: 16077 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2026/the-smoking-ban-changed-the-music/index.md b/content/posts/2026/the-smoking-ban-changed-the-music/index.md index bc1b5f1..5dce2bf 100644 --- a/content/posts/2026/the-smoking-ban-changed-the-music/index.md +++ b/content/posts/2026/the-smoking-ban-changed-the-music/index.md @@ -4,6 +4,17 @@ slug: the-smoking-ban-changed-the-music pubDate: 2026-04-05T20:05:10.000Z updatedDate: 2026-04-05T20:05:10.000Z draft: false +excerpt: "There is a theory — developed from observing dancefloor behavior across two countries — that smoking bans on dancefloors directly change the music being played. Not metaphorically. Literally. The cascade … Read more" +categories: + - { name: Scene, slug: scene } +tags: + - { name: format-opinion, slug: format-opinion } + - { name: music, slug: music } + - { name: tone-philosophical, slug: tone-philosophical } + - { name: venues, slug: venues } +featured: + src: https://cdn.slist.net/ai_69d2aa78cb6535.85536616.png + alt: "Cigarette smoke transforming into musical notes over mixer" legacy_wp_id: 16077 --- There is a theory — developed from observing dancefloor behavior across two countries — that smoking bans on dancefloors directly change the music being played. Not metaphorically. Literally.feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2026/the-smoking-ban-changed-the-music/index.md b/content/posts/2026/the-smoking-ban-changed-the-music/index.md new file mode 100644 index 0000000..bc1b5f1 --- /dev/null +++ b/content/posts/2026/the-smoking-ban-changed-the-music/index.md @@ -0,0 +1,27 @@ +--- +title: "The smoking ban changed the music" +slug: the-smoking-ban-changed-the-music +pubDate: 2026-04-05T20:05:10.000Z +updatedDate: 2026-04-05T20:05:10.000Z +draft: false +legacy_wp_id: 16077 +--- +There is a theory — developed from observing dancefloor behavior across two countries — that smoking bans on dancefloors directly change the music being played. Not metaphorically. Literally. + +## The cascade + +The chain of events works like this. A DJ smokes on stage. The crowd catches the urge. But the no-smoking policy means they have to leave the floor for the smoking room. The DJ watches the floor empty out. The DJ reads the emptying floor as rejection — the crowd is not feeling the music. The DJ panics and pivots to safer, more accessible house music. The policy literally changes the sound. + +This observation comes from CDMX specifically, where no-smoking policies on dancefloors are enforced venue by venue and the effect is measurable. Venues with strict no-smoking floors had noticeably different musical programming than venues where the rules were relaxed. The correlation was too consistent to be coincidental. + +## The DJ psychology + +Most DJs read the room through crowd density. Full floor means the set is working. Thinning floor means adjust. This heuristic is correct 90% of the time. The smoking exodus is the 10% exception that tricks DJs into abandoning their programming. The crowd did not leave because the music was wrong. They left because they needed a cigarette. But the DJ cannot tell the difference from behind the decks. + +The result is a slow drift toward safer music at venues with strict smoking policies. Harder, darker, more experimental programming survives better at venues where the crowd can smoke without leaving the floor — or at venues where the DJ understands the smoking-exodus pattern and holds their ground. + +## The implication +Diff truncated (34 lines total). View full commit on GitHub →