<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Music on Brighton's Blog</title><link>https://brightonxu.com/tags/music/</link><description>Recent content in Music on Brighton's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 11 Aug 2026 22:00:00 +0800</lastBuildDate><atom:link href="https://brightonxu.com/tags/music/index.xml" rel="self" type="application/rss+xml"/><item><title>BrightFork #4: Radiohead 合集</title><link>https://brightonxu.com/posts/2026-08-11-brightfork-4/</link><pubDate>Tue, 11 Aug 2026 22:00:00 +0800</pubDate><guid>https://brightonxu.com/posts/2026-08-11-brightfork-4/</guid><description>&lt;div class="article-description" style="text-align: center; font-size: 1.3em; color: #555; margin: 20px 0 30px 0; font-weight: 500;"&gt;补档&lt;/div&gt;&#10;&lt;p&gt;补一补 Radiohead，听的不算全，先评这四张。&lt;/p&gt;&#10;&lt;!-- more --&gt;&#10;&lt;h2 class="section-title" id="radiohead"&gt;Radiohead&lt;/h2&gt;&#10;&lt;h3 id="ok-computer"&gt;OK Computer&lt;/h3&gt;&#10;&#10;&#10;&#10; &#10;&#10;&#10;&#10;&#10;&#10;&#10;&#10;&#10;&lt;div class="album-review-container"&gt;&#10; &lt;div class="album-review-wrapper"&gt;&#10; &lt;div class="album-cover"&gt;&#10; &lt;img src="https://brightonxu.com/img/ok-computer.jpg" alt="OK Computer cover"&gt;&#10; &lt;/div&gt;&#10; &lt;div class="album-info"&gt;&#10; &lt;div class="score-wrapper"&gt;&#10; &lt;div class="album-score" style="color: #880e4f;"&gt;8.5&lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;div class="album-details"&gt;&#10; &lt;div class="album-artist"&gt;Radiohead&lt;/div&gt;&#10; &lt;div class="album-title"&gt;OK Computer&lt;/div&gt;&#10; &lt;div class="album-meta"&gt;&#10; &lt;span class="album-year"&gt;1997&lt;/span&gt;&#10; &lt;span class="album-genre"&gt;Alternative Rock&lt;/span&gt;&#10; &lt;/div&gt;&#10; &#10; &lt;div class="album-favorite-track"&gt;&#10; &lt;span class="track-label"&gt;Best Track&lt;/span&gt;&#10; &lt;span class="track-divider"&gt;|&lt;/span&gt;&#10; &lt;span class="track-name"&gt;Paranoid Android&lt;/span&gt;&#10; &lt;/div&gt;&#10; &#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10;&lt;/div&gt;&#10;&#10;&lt;style&gt;&#10;.album-review-container {&#10; margin: 30px 0;&#10; padding: 15px;&#10; background: #f8f9fa;&#10; border-radius: 8px;&#10;}&#10;&#10;.album-review-wrapper {&#10; display: flex;&#10; gap: 25px;&#10; align-items: center;&#10; justify-content: center;&#10; max-width: 900px;&#10; margin: 0 auto;&#10; &#10; transform: translateX(10px);&#10;}&#10;&#10;.album-cover {&#10; flex-shrink: 0;&#10; width: 280px;&#10; &#10; box-shadow: 0 4px 12px rgba(0,0,0,0.15);&#10;}&#10;&#10;.album-cover img {&#10; width: 100%;&#10; height: auto;&#10; display: block;&#10; border-radius: 4px;&#10; &#10; margin: 0 !important;&#10;}&#10;.album-review-container .album-cover img {&#10; margin: 0;&#10;}&#10;&#10;.album-info {&#10; flex: 1;&#10; display: flex;&#10; flex-direction: column;&#10; justify-content: center;&#10; &#10;}&#10;&#10;.score-wrapper {&#10; display: flex;&#10; justify-content: center;&#10; align-items: center;&#10; flex-shrink: 0;&#10; margin-bottom: 3px;&#10; margin-top: 10px;&#10;}&#10;&#10;.album-score {&#10; font-size: 100px;&#10; font-weight: bold;&#10; display: inline-block;&#10; width: 180px;&#10; height: 180px;&#10; text-align: center;&#10; line-height: 170px;&#10; border-radius: 50%;&#10; border: 3px solid currentColor;&#10; position: relative;&#10; flex-shrink: 0;&#10;}&#10;&#10;.album-score::before {&#10; content: '';&#10; position: absolute;&#10; top: -12px;&#10; left: -12px;&#10; right: -12px;&#10; bottom: -12px;&#10; border-radius: 50%;&#10; border: 2px solid currentColor;&#10; opacity: 0.6;&#10;}&#10;&#10;.album-details {&#10; flex-shrink: 0;&#10; text-align: center;&#10; margin-top: 12px;&#10;}&#10;&#10;.album-artist {&#10; font-size: 15px;&#10; font-weight: 500;&#10; margin: 0;&#10; margin-top: 8px;&#10; color: #666;&#10; text-transform: uppercase;&#10; letter-spacing: 1px;&#10;}&#10;&#10;.album-title {&#10; font-size: 26px;&#10; font-weight: bold;&#10; margin: 2px 0 6px 0;&#10; color: #000;&#10; line-height: 1.1;&#10;}&#10;&#10;.album-meta {&#10; display: flex;&#10; gap: 10px;&#10; font-size: 13px;&#10; color: #888;&#10; margin: 0;&#10; justify-content: center;&#10; flex-wrap: wrap;&#10; align-items: center;&#10;}&#10;&#10;.album-year,&#10;.album-genre {&#10; padding: 4px 10px;&#10; background: #e9ecef;&#10; border-radius: 12px;&#10;}&#10;&#10; &#10;.album-favorite-track {&#10; display: flex;&#10; align-items: center;&#10; justify-content: center;&#10; gap: 8px;&#10; margin-top: 8px;&#10; padding: 8px 18px;&#10; background: #fff0f5;&#10; border-radius: 15px;&#10; max-width: fit-content;&#10; margin-left: auto;&#10; margin-right: auto;&#10;}&#10;&#10;.track-label {&#10; font-size: 12px;&#10; font-weight: 600;&#10; color: #d32f2f;&#10; text-transform: uppercase;&#10; letter-spacing: 0.5px;&#10; line-height: 1;&#10;}&#10;&#10;.track-divider {&#10; font-size: 14px;&#10; color: #ddd;&#10; line-height: 1;&#10;}&#10;&#10;.album-favorite-track .track-name {&#10; font-size: 14px;&#10; font-weight: 500;&#10; color: #d32f2f;&#10; line-height: 1;&#10; font-style: italic;&#10;}&#10;&#10;.album-favorite-track .track-score {&#10; font-size: 18px;&#10; font-weight: bold;&#10; line-height: 1;&#10;}&#10;&#10;@media (max-width: 768px) {&#10; .album-review-wrapper {&#10; flex-direction: column;&#10; }&#10;&#10; .album-cover {&#10; width: 100%;&#10; max-width: 280px;&#10; margin: 0 auto;&#10; }&#10;&#10; .album-score {&#10; font-size: 52px;&#10; }&#10;&#10; .album-title {&#10; font-size: 22px;&#10; }&#10;&#10; .album-meta {&#10; gap: 6px;&#10; }&#10;&#10; .album-year,&#10; .album-genre {&#10; font-size: 11px;&#10; padding: 3px 8px;&#10; }&#10;&#10; .album-favorite-track {&#10; margin-top: 10px;&#10; padding: 7px 12px;&#10; }&#10;&#10; .album-favorite-track .track-name {&#10; font-size: 13px;&#10; }&#10;&#10; .album-favorite-track .track-score {&#10; font-size: 16px;&#10; }&#10;}&#10;&#10;html[data-theme="dark"] .album-review-container {&#10; background: #121b24;&#10; border: 1px solid rgba(123, 167, 188, 0.28);&#10;}&#10;&#10;html[data-theme="dark"] .album-cover {&#10; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);&#10;}&#10;&#10;html[data-theme="dark"] .album-artist {&#10; color: #9eb4c3;&#10;}&#10;&#10;html[data-theme="dark"] .album-title {&#10; color: #e5eef5;&#10;}&#10;&#10;html[data-theme="dark"] .album-meta {&#10; color: #9eb4c3;&#10;}&#10;&#10;html[data-theme="dark"] .album-year,&#10;html[data-theme="dark"] .album-genre {&#10; background: #1c2b39;&#10; color: #b8ccda;&#10;}&#10;&#10;html[data-theme="dark"] .album-favorite-track {&#10; background: #2a1f30;&#10; border: 1px solid rgba(212, 107, 142, 0.2);&#10;}&#10;&#10;html[data-theme="dark"] .track-divider {&#10; color: #5f6f7d;&#10;}&#10;&#10;html[data-theme="dark"] .album-score {&#10; filter: brightness(1.28) saturate(1.15);&#10;}&#10;&lt;/style&gt;&#10;&#10;&lt;p&gt;生涯最佳，音色非常的迷幻，听完感觉溜大了。&lt;/p&gt;</description></item><item><title>BrightFork #3: 新听 &amp; 平衡性调整</title><link>https://brightonxu.com/posts/2026-06-18-brightfork-3/</link><pubDate>Thu, 18 Jun 2026 20:00:00 +0800</pubDate><guid>https://brightonxu.com/posts/2026-06-18-brightfork-3/</guid><description>&lt;div class="article-description" style="text-align: center; font-size: 1.3em; color: #555; margin: 20px 0 30px 0; font-weight: 500;"&gt;🎵Music Makes You Lose Control&lt;/div&gt;&#10;&lt;p&gt;最近新歌还不少，也在补档。&lt;/p&gt;&#10;&lt;!-- more --&gt;&#10;&lt;h2 class="section-title" id="-new-albums"&gt;🆕 New Albums&lt;/h2&gt;&#10;&lt;h3 id="olivia-rodrigo"&gt;Olivia Rodrigo&lt;/h3&gt;&#10;&#10;&#10;&#10; &#10;&#10;&#10;&#10;&#10;&#10;&#10;&#10;&#10;&lt;div class="album-review-container"&gt;&#10; &lt;div class="album-review-wrapper"&gt;&#10; &lt;div class="album-cover"&gt;&#10; &lt;img src="https://brightonxu.com/img/olivia-yspsfag.jpg" alt="you seem pretty sad for a girl so in love cover"&gt;&#10; &lt;/div&gt;&#10; &lt;div class="album-info"&gt;&#10; &lt;div class="score-wrapper"&gt;&#10; &lt;div class="album-score" style="color: #4a148c;"&gt;7.5&lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;div class="album-details"&gt;&#10; &lt;div class="album-artist"&gt;Olivia Rodrigo&lt;/div&gt;&#10; &lt;div class="album-title"&gt;you seem pretty sad for a girl so in love&lt;/div&gt;&#10; &lt;div class="album-meta"&gt;&#10; &lt;span class="album-year"&gt;2026&lt;/span&gt;&#10; &lt;span class="album-genre"&gt;Pop&lt;/span&gt;&#10; &lt;/div&gt;&#10; &#10; &lt;div class="album-favorite-track"&gt;&#10; &lt;span class="track-label"&gt;Best Track&lt;/span&gt;&#10; &lt;span class="track-divider"&gt;|&lt;/span&gt;&#10; &lt;span class="track-name"&gt;stupid song&lt;/span&gt;&#10; &lt;/div&gt;&#10; &#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10;&lt;/div&gt;&#10;&#10;&lt;style&gt;&#10;.album-review-container {&#10; margin: 30px 0;&#10; padding: 15px;&#10; background: #f8f9fa;&#10; border-radius: 8px;&#10;}&#10;&#10;.album-review-wrapper {&#10; display: flex;&#10; gap: 25px;&#10; align-items: center;&#10; justify-content: center;&#10; max-width: 900px;&#10; margin: 0 auto;&#10; &#10; transform: translateX(10px);&#10;}&#10;&#10;.album-cover {&#10; flex-shrink: 0;&#10; width: 280px;&#10; &#10; box-shadow: 0 4px 12px rgba(0,0,0,0.15);&#10;}&#10;&#10;.album-cover img {&#10; width: 100%;&#10; height: auto;&#10; display: block;&#10; border-radius: 4px;&#10; &#10; margin: 0 !important;&#10;}&#10;.album-review-container .album-cover img {&#10; margin: 0;&#10;}&#10;&#10;.album-info {&#10; flex: 1;&#10; display: flex;&#10; flex-direction: column;&#10; justify-content: center;&#10; &#10;}&#10;&#10;.score-wrapper {&#10; display: flex;&#10; justify-content: center;&#10; align-items: center;&#10; flex-shrink: 0;&#10; margin-bottom: 3px;&#10; margin-top: 10px;&#10;}&#10;&#10;.album-score {&#10; font-size: 100px;&#10; font-weight: bold;&#10; display: inline-block;&#10; width: 180px;&#10; height: 180px;&#10; text-align: center;&#10; line-height: 170px;&#10; border-radius: 50%;&#10; border: 3px solid currentColor;&#10; position: relative;&#10; flex-shrink: 0;&#10;}&#10;&#10;.album-score::before {&#10; content: '';&#10; position: absolute;&#10; top: -12px;&#10; left: -12px;&#10; right: -12px;&#10; bottom: -12px;&#10; border-radius: 50%;&#10; border: 2px solid currentColor;&#10; opacity: 0.6;&#10;}&#10;&#10;.album-details {&#10; flex-shrink: 0;&#10; text-align: center;&#10; margin-top: 12px;&#10;}&#10;&#10;.album-artist {&#10; font-size: 15px;&#10; font-weight: 500;&#10; margin: 0;&#10; margin-top: 8px;&#10; color: #666;&#10; text-transform: uppercase;&#10; letter-spacing: 1px;&#10;}&#10;&#10;.album-title {&#10; font-size: 26px;&#10; font-weight: bold;&#10; margin: 2px 0 6px 0;&#10; color: #000;&#10; line-height: 1.1;&#10;}&#10;&#10;.album-meta {&#10; display: flex;&#10; gap: 10px;&#10; font-size: 13px;&#10; color: #888;&#10; margin: 0;&#10; justify-content: center;&#10; flex-wrap: wrap;&#10; align-items: center;&#10;}&#10;&#10;.album-year,&#10;.album-genre {&#10; padding: 4px 10px;&#10; background: #e9ecef;&#10; border-radius: 12px;&#10;}&#10;&#10; &#10;.album-favorite-track {&#10; display: flex;&#10; align-items: center;&#10; justify-content: center;&#10; gap: 8px;&#10; margin-top: 8px;&#10; padding: 8px 18px;&#10; background: #fff0f5;&#10; border-radius: 15px;&#10; max-width: fit-content;&#10; margin-left: auto;&#10; margin-right: auto;&#10;}&#10;&#10;.track-label {&#10; font-size: 12px;&#10; font-weight: 600;&#10; color: #d32f2f;&#10; text-transform: uppercase;&#10; letter-spacing: 0.5px;&#10; line-height: 1;&#10;}&#10;&#10;.track-divider {&#10; font-size: 14px;&#10; color: #ddd;&#10; line-height: 1;&#10;}&#10;&#10;.album-favorite-track .track-name {&#10; font-size: 14px;&#10; font-weight: 500;&#10; color: #d32f2f;&#10; line-height: 1;&#10; font-style: italic;&#10;}&#10;&#10;.album-favorite-track .track-score {&#10; font-size: 18px;&#10; font-weight: bold;&#10; line-height: 1;&#10;}&#10;&#10;@media (max-width: 768px) {&#10; .album-review-wrapper {&#10; flex-direction: column;&#10; }&#10;&#10; .album-cover {&#10; width: 100%;&#10; max-width: 280px;&#10; margin: 0 auto;&#10; }&#10;&#10; .album-score {&#10; font-size: 52px;&#10; }&#10;&#10; .album-title {&#10; font-size: 22px;&#10; }&#10;&#10; .album-meta {&#10; gap: 6px;&#10; }&#10;&#10; .album-year,&#10; .album-genre {&#10; font-size: 11px;&#10; padding: 3px 8px;&#10; }&#10;&#10; .album-favorite-track {&#10; margin-top: 10px;&#10; padding: 7px 12px;&#10; }&#10;&#10; .album-favorite-track .track-name {&#10; font-size: 13px;&#10; }&#10;&#10; .album-favorite-track .track-score {&#10; font-size: 16px;&#10; }&#10;}&#10;&#10;html[data-theme="dark"] .album-review-container {&#10; background: #121b24;&#10; border: 1px solid rgba(123, 167, 188, 0.28);&#10;}&#10;&#10;html[data-theme="dark"] .album-cover {&#10; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);&#10;}&#10;&#10;html[data-theme="dark"] .album-artist {&#10; color: #9eb4c3;&#10;}&#10;&#10;html[data-theme="dark"] .album-title {&#10; color: #e5eef5;&#10;}&#10;&#10;html[data-theme="dark"] .album-meta {&#10; color: #9eb4c3;&#10;}&#10;&#10;html[data-theme="dark"] .album-year,&#10;html[data-theme="dark"] .album-genre {&#10; background: #1c2b39;&#10; color: #b8ccda;&#10;}&#10;&#10;html[data-theme="dark"] .album-favorite-track {&#10; background: #2a1f30;&#10; border: 1px solid rgba(212, 107, 142, 0.2);&#10;}&#10;&#10;html[data-theme="dark"] .track-divider {&#10; color: #5f6f7d;&#10;}&#10;&#10;html[data-theme="dark"] .album-score {&#10; filter: brightness(1.28) saturate(1.15);&#10;}&#10;&lt;/style&gt;&#10;&#10;&lt;p&gt;更新娅乐，高悬摇娅。很流行很pop的一张水专，听感还不错。&lt;/p&gt;</description></item><item><title>BrightFork #2: 2026 Grammy &amp; 填坑</title><link>https://brightonxu.com/posts/2026-02-06-brightfork-2/</link><pubDate>Fri, 06 Feb 2026 05:00:00 +0800</pubDate><guid>https://brightonxu.com/posts/2026-02-06-brightfork-2/</guid><description>&lt;div class="article-description" style="text-align: center; font-size: 1.3em; color: #555; margin: 20px 0 30px 0; font-weight: 500;"&gt;最近听的好少&lt;/div&gt;&#10;&lt;p&gt;本期包含两部分：2026 Grammy 简评，以及小众专辑补充。&lt;/p&gt;&#10;&lt;!-- more --&gt;&#10;&lt;h2 class="section-title" id="-2026-grammy-review"&gt;🏆 2026 Grammy Review&lt;/h2&gt;&#10;&lt;h3 id="record-of-the-year"&gt;Record of the Year&lt;/h3&gt;&#10;&#10;&#10;&#10; &#10;&#10;&#10;&#10;&#10;&#10;&#10;&#10;&#10;&lt;div class="album-review-container"&gt;&#10; &lt;div class="album-review-wrapper"&gt;&#10; &lt;div class="album-cover"&gt;&#10; &lt;img src="https://brightonxu.com/img/kendrick-luther.jpg" alt="Luther cover"&gt;&#10; &lt;/div&gt;&#10; &lt;div class="album-info"&gt;&#10; &lt;div class="score-wrapper"&gt;&#10; &lt;div class="album-score" style="color: #4a148c;"&gt;7&lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;div class="album-details"&gt;&#10; &lt;div class="album-artist"&gt;Kendrick Lamar&lt;/div&gt;&#10; &lt;div class="album-title"&gt;Luther&lt;/div&gt;&#10; &lt;div class="album-meta"&gt;&#10; &#10; &#10; &lt;/div&gt;&#10; &#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10;&lt;/div&gt;&#10;&#10;&lt;style&gt;&#10;.album-review-container {&#10; margin: 30px 0;&#10; padding: 15px;&#10; background: #f8f9fa;&#10; border-radius: 8px;&#10;}&#10;&#10;.album-review-wrapper {&#10; display: flex;&#10; gap: 25px;&#10; align-items: center;&#10; justify-content: center;&#10; max-width: 900px;&#10; margin: 0 auto;&#10; &#10; transform: translateX(10px);&#10;}&#10;&#10;.album-cover {&#10; flex-shrink: 0;&#10; width: 280px;&#10; &#10; box-shadow: 0 4px 12px rgba(0,0,0,0.15);&#10;}&#10;&#10;.album-cover img {&#10; width: 100%;&#10; height: auto;&#10; display: block;&#10; border-radius: 4px;&#10; &#10; margin: 0 !important;&#10;}&#10;.album-review-container .album-cover img {&#10; margin: 0;&#10;}&#10;&#10;.album-info {&#10; flex: 1;&#10; display: flex;&#10; flex-direction: column;&#10; justify-content: center;&#10; &#10;}&#10;&#10;.score-wrapper {&#10; display: flex;&#10; justify-content: center;&#10; align-items: center;&#10; flex-shrink: 0;&#10; margin-bottom: 3px;&#10; margin-top: 10px;&#10;}&#10;&#10;.album-score {&#10; font-size: 100px;&#10; font-weight: bold;&#10; display: inline-block;&#10; width: 180px;&#10; height: 180px;&#10; text-align: center;&#10; line-height: 170px;&#10; border-radius: 50%;&#10; border: 3px solid currentColor;&#10; position: relative;&#10; flex-shrink: 0;&#10;}&#10;&#10;.album-score::before {&#10; content: '';&#10; position: absolute;&#10; top: -12px;&#10; left: -12px;&#10; right: -12px;&#10; bottom: -12px;&#10; border-radius: 50%;&#10; border: 2px solid currentColor;&#10; opacity: 0.6;&#10;}&#10;&#10;.album-details {&#10; flex-shrink: 0;&#10; text-align: center;&#10; margin-top: 12px;&#10;}&#10;&#10;.album-artist {&#10; font-size: 15px;&#10; font-weight: 500;&#10; margin: 0;&#10; margin-top: 8px;&#10; color: #666;&#10; text-transform: uppercase;&#10; letter-spacing: 1px;&#10;}&#10;&#10;.album-title {&#10; font-size: 26px;&#10; font-weight: bold;&#10; margin: 2px 0 6px 0;&#10; color: #000;&#10; line-height: 1.1;&#10;}&#10;&#10;.album-meta {&#10; display: flex;&#10; gap: 10px;&#10; font-size: 13px;&#10; color: #888;&#10; margin: 0;&#10; justify-content: center;&#10; flex-wrap: wrap;&#10; align-items: center;&#10;}&#10;&#10;.album-year,&#10;.album-genre {&#10; padding: 4px 10px;&#10; background: #e9ecef;&#10; border-radius: 12px;&#10;}&#10;&#10; &#10;.album-favorite-track {&#10; display: flex;&#10; align-items: center;&#10; justify-content: center;&#10; gap: 8px;&#10; margin-top: 8px;&#10; padding: 8px 18px;&#10; background: #fff0f5;&#10; border-radius: 15px;&#10; max-width: fit-content;&#10; margin-left: auto;&#10; margin-right: auto;&#10;}&#10;&#10;.track-label {&#10; font-size: 12px;&#10; font-weight: 600;&#10; color: #d32f2f;&#10; text-transform: uppercase;&#10; letter-spacing: 0.5px;&#10; line-height: 1;&#10;}&#10;&#10;.track-divider {&#10; font-size: 14px;&#10; color: #ddd;&#10; line-height: 1;&#10;}&#10;&#10;.album-favorite-track .track-name {&#10; font-size: 14px;&#10; font-weight: 500;&#10; color: #d32f2f;&#10; line-height: 1;&#10; font-style: italic;&#10;}&#10;&#10;.album-favorite-track .track-score {&#10; font-size: 18px;&#10; font-weight: bold;&#10; line-height: 1;&#10;}&#10;&#10;@media (max-width: 768px) {&#10; .album-review-wrapper {&#10; flex-direction: column;&#10; }&#10;&#10; .album-cover {&#10; width: 100%;&#10; max-width: 280px;&#10; margin: 0 auto;&#10; }&#10;&#10; .album-score {&#10; font-size: 52px;&#10; }&#10;&#10; .album-title {&#10; font-size: 22px;&#10; }&#10;&#10; .album-meta {&#10; gap: 6px;&#10; }&#10;&#10; .album-year,&#10; .album-genre {&#10; font-size: 11px;&#10; padding: 3px 8px;&#10; }&#10;&#10; .album-favorite-track {&#10; margin-top: 10px;&#10; padding: 7px 12px;&#10; }&#10;&#10; .album-favorite-track .track-name {&#10; font-size: 13px;&#10; }&#10;&#10; .album-favorite-track .track-score {&#10; font-size: 16px;&#10; }&#10;}&#10;&#10;html[data-theme="dark"] .album-review-container {&#10; background: #121b24;&#10; border: 1px solid rgba(123, 167, 188, 0.28);&#10;}&#10;&#10;html[data-theme="dark"] .album-cover {&#10; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);&#10;}&#10;&#10;html[data-theme="dark"] .album-artist {&#10; color: #9eb4c3;&#10;}&#10;&#10;html[data-theme="dark"] .album-title {&#10; color: #e5eef5;&#10;}&#10;&#10;html[data-theme="dark"] .album-meta {&#10; color: #9eb4c3;&#10;}&#10;&#10;html[data-theme="dark"] .album-year,&#10;html[data-theme="dark"] .album-genre {&#10; background: #1c2b39;&#10; color: #b8ccda;&#10;}&#10;&#10;html[data-theme="dark"] .album-favorite-track {&#10; background: #2a1f30;&#10; border: 1px solid rgba(212, 107, 142, 0.2);&#10;}&#10;&#10;html[data-theme="dark"] .track-divider {&#10; color: #5f6f7d;&#10;}&#10;&#10;html[data-theme="dark"] .album-score {&#10; filter: brightness(1.28) saturate(1.15);&#10;}&#10;&lt;/style&gt;&#10;&#10;&lt;p&gt;&lt;strong&gt;Luther&lt;/strong&gt; - 流量大就是牛。&lt;/p&gt;</description></item><item><title>BrightFork #1: 我听得多的泛9分专辑</title><link>https://brightonxu.com/posts/2026-01-29-brightfork-1/</link><pubDate>Thu, 29 Jan 2026 03:30:00 +0800</pubDate><guid>https://brightonxu.com/posts/2026-01-29-brightfork-1/</guid><description>&lt;div class="article-description" style="text-align: center; font-size: 1.3em; color: #555; margin: 20px 0 30px 0; font-weight: 500;"&gt;Where the true musics lie?&lt;/div&gt;&#10;&lt;p&gt;既然 #0 期聊的是去年的事，那这一期就来评价一下我一直以来听得比较多、也主观比较喜欢的专辑们。&lt;/p&gt;&#10;&lt;!-- more --&gt;&#10;&lt;h2 class="section-title" id="who-is-kanye-west"&gt;Who is Kanye West?&lt;/h2&gt;&#10;&#10;&#10;&#10; &#10;&#10;&#10;&#10;&#10;&#10;&#10;&#10;&#10;&lt;div class="album-review-container"&gt;&#10; &lt;div class="album-review-wrapper"&gt;&#10; &lt;div class="album-cover"&gt;&#10; &lt;img src="https://brightonxu.com/img/mbdtf.jpg" alt="My Beautiful Dark Twisted Fantasy cover"&gt;&#10; &lt;/div&gt;&#10; &lt;div class="album-info"&gt;&#10; &lt;div class="score-wrapper"&gt;&#10; &lt;div class="album-score" style="color: #d32f2f;"&gt;10&lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;div class="album-details"&gt;&#10; &lt;div class="album-artist"&gt;Kanye West&lt;/div&gt;&#10; &lt;div class="album-title"&gt;My Beautiful Dark Twisted Fantasy&lt;/div&gt;&#10; &lt;div class="album-meta"&gt;&#10; &lt;span class="album-year"&gt;2010&lt;/span&gt;&#10; &lt;span class="album-genre"&gt;Hip Hop&lt;/span&gt;&#10; &lt;/div&gt;&#10; &#10; &lt;div class="album-favorite-track"&gt;&#10; &lt;span class="track-label"&gt;Best Track&lt;/span&gt;&#10; &lt;span class="track-divider"&gt;|&lt;/span&gt;&#10; &lt;span class="track-name"&gt;Devil in a New Dress&lt;/span&gt;&#10; &lt;/div&gt;&#10; &#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10; &lt;/div&gt;&#10;&lt;/div&gt;&#10;&#10;&lt;style&gt;&#10;.album-review-container {&#10; margin: 30px 0;&#10; padding: 15px;&#10; background: #f8f9fa;&#10; border-radius: 8px;&#10;}&#10;&#10;.album-review-wrapper {&#10; display: flex;&#10; gap: 25px;&#10; align-items: center;&#10; justify-content: center;&#10; max-width: 900px;&#10; margin: 0 auto;&#10; &#10; transform: translateX(10px);&#10;}&#10;&#10;.album-cover {&#10; flex-shrink: 0;&#10; width: 280px;&#10; &#10; box-shadow: 0 4px 12px rgba(0,0,0,0.15);&#10;}&#10;&#10;.album-cover img {&#10; width: 100%;&#10; height: auto;&#10; display: block;&#10; border-radius: 4px;&#10; &#10; margin: 0 !important;&#10;}&#10;.album-review-container .album-cover img {&#10; margin: 0;&#10;}&#10;&#10;.album-info {&#10; flex: 1;&#10; display: flex;&#10; flex-direction: column;&#10; justify-content: center;&#10; &#10;}&#10;&#10;.score-wrapper {&#10; display: flex;&#10; justify-content: center;&#10; align-items: center;&#10; flex-shrink: 0;&#10; margin-bottom: 3px;&#10; margin-top: 10px;&#10;}&#10;&#10;.album-score {&#10; font-size: 100px;&#10; font-weight: bold;&#10; display: inline-block;&#10; width: 180px;&#10; height: 180px;&#10; text-align: center;&#10; line-height: 170px;&#10; border-radius: 50%;&#10; border: 3px solid currentColor;&#10; position: relative;&#10; flex-shrink: 0;&#10;}&#10;&#10;.album-score::before {&#10; content: '';&#10; position: absolute;&#10; top: -12px;&#10; left: -12px;&#10; right: -12px;&#10; bottom: -12px;&#10; border-radius: 50%;&#10; border: 2px solid currentColor;&#10; opacity: 0.6;&#10;}&#10;&#10;.album-details {&#10; flex-shrink: 0;&#10; text-align: center;&#10; margin-top: 12px;&#10;}&#10;&#10;.album-artist {&#10; font-size: 15px;&#10; font-weight: 500;&#10; margin: 0;&#10; margin-top: 8px;&#10; color: #666;&#10; text-transform: uppercase;&#10; letter-spacing: 1px;&#10;}&#10;&#10;.album-title {&#10; font-size: 26px;&#10; font-weight: bold;&#10; margin: 2px 0 6px 0;&#10; color: #000;&#10; line-height: 1.1;&#10;}&#10;&#10;.album-meta {&#10; display: flex;&#10; gap: 10px;&#10; font-size: 13px;&#10; color: #888;&#10; margin: 0;&#10; justify-content: center;&#10; flex-wrap: wrap;&#10; align-items: center;&#10;}&#10;&#10;.album-year,&#10;.album-genre {&#10; padding: 4px 10px;&#10; background: #e9ecef;&#10; border-radius: 12px;&#10;}&#10;&#10; &#10;.album-favorite-track {&#10; display: flex;&#10; align-items: center;&#10; justify-content: center;&#10; gap: 8px;&#10; margin-top: 8px;&#10; padding: 8px 18px;&#10; background: #fff0f5;&#10; border-radius: 15px;&#10; max-width: fit-content;&#10; margin-left: auto;&#10; margin-right: auto;&#10;}&#10;&#10;.track-label {&#10; font-size: 12px;&#10; font-weight: 600;&#10; color: #d32f2f;&#10; text-transform: uppercase;&#10; letter-spacing: 0.5px;&#10; line-height: 1;&#10;}&#10;&#10;.track-divider {&#10; font-size: 14px;&#10; color: #ddd;&#10; line-height: 1;&#10;}&#10;&#10;.album-favorite-track .track-name {&#10; font-size: 14px;&#10; font-weight: 500;&#10; color: #d32f2f;&#10; line-height: 1;&#10; font-style: italic;&#10;}&#10;&#10;.album-favorite-track .track-score {&#10; font-size: 18px;&#10; font-weight: bold;&#10; line-height: 1;&#10;}&#10;&#10;@media (max-width: 768px) {&#10; .album-review-wrapper {&#10; flex-direction: column;&#10; }&#10;&#10; .album-cover {&#10; width: 100%;&#10; max-width: 280px;&#10; margin: 0 auto;&#10; }&#10;&#10; .album-score {&#10; font-size: 52px;&#10; }&#10;&#10; .album-title {&#10; font-size: 22px;&#10; }&#10;&#10; .album-meta {&#10; gap: 6px;&#10; }&#10;&#10; .album-year,&#10; .album-genre {&#10; font-size: 11px;&#10; padding: 3px 8px;&#10; }&#10;&#10; .album-favorite-track {&#10; margin-top: 10px;&#10; padding: 7px 12px;&#10; }&#10;&#10; .album-favorite-track .track-name {&#10; font-size: 13px;&#10; }&#10;&#10; .album-favorite-track .track-score {&#10; font-size: 16px;&#10; }&#10;}&#10;&#10;html[data-theme="dark"] .album-review-container {&#10; background: #121b24;&#10; border: 1px solid rgba(123, 167, 188, 0.28);&#10;}&#10;&#10;html[data-theme="dark"] .album-cover {&#10; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);&#10;}&#10;&#10;html[data-theme="dark"] .album-artist {&#10; color: #9eb4c3;&#10;}&#10;&#10;html[data-theme="dark"] .album-title {&#10; color: #e5eef5;&#10;}&#10;&#10;html[data-theme="dark"] .album-meta {&#10; color: #9eb4c3;&#10;}&#10;&#10;html[data-theme="dark"] .album-year,&#10;html[data-theme="dark"] .album-genre {&#10; background: #1c2b39;&#10; color: #b8ccda;&#10;}&#10;&#10;html[data-theme="dark"] .album-favorite-track {&#10; background: #2a1f30;&#10; border: 1px solid rgba(212, 107, 142, 0.2);&#10;}&#10;&#10;html[data-theme="dark"] .track-divider {&#10; color: #5f6f7d;&#10;}&#10;&#10;html[data-theme="dark"] .album-score {&#10; filter: brightness(1.28) saturate(1.15);&#10;}&#10;&lt;/style&gt;&#10;&#10;&lt;p&gt;在我心中的地位几乎等效 Close to the Edge，是所有专辑中水平断档级别的存在。在规整性上肯定比不上，但是在现代音乐里面肯定切瓜砍菜。&lt;/p&gt;</description></item><item><title>BrightFork #0: 2025 音乐总结篇</title><link>https://brightonxu.com/posts/2026-01-21-brightfork-2025/</link><pubDate>Wed, 21 Jan 2026 19:00:00 +0800</pubDate><guid>https://brightonxu.com/posts/2026-01-21-brightfork-2025/</guid><description>&lt;div class="article-description" style="text-align: center; font-size: 1.3em; color: #555; margin: 20px 0 30px 0; font-weight: 500;"&gt;隆重推出私人评价标准——BrightFork&lt;/div&gt;&#10;&lt;p&gt;我一直觉得把我的音乐年度报告发在公共平台是一个非常羞耻的事情，因为每个人听的音乐真的是高度细分且独立，同时很少他人会真的在意的东西，因为共鸣的概率太少了。&lt;/p&gt;</description></item></channel></rss>