<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BrightFork on Brighton's Blog</title><link>https://brightonxx.github.io/series/brightfork/</link><description>Recent content in BrightFork on Brighton's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 18 Jun 2026 20:00:00 +0800</lastBuildDate><atom:link href="https://brightonxx.github.io/series/brightfork/index.xml" rel="self" type="application/rss+xml"/><item><title>BrightFork #3: 新听 &amp; 平衡性调整</title><link>https://brightonxx.github.io/posts/2026-06-18-brightfork-3/</link><pubDate>Thu, 18 Jun 2026 20:00:00 +0800</pubDate><guid>https://brightonxx.github.io/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;
&lt;p&gt;最近新歌还不少，也在补档。&lt;/p&gt;
&lt;!-- more --&gt;
&lt;h2 class="section-title" id="-new-albums"&gt;🆕 New Albums&lt;/h2&gt;
&lt;h3 id="olivia-rodrigo"&gt;Olivia Rodrigo&lt;/h3&gt;



 








&lt;div class="album-review-container"&gt;
 &lt;div class="album-review-wrapper"&gt;
 &lt;div class="album-cover"&gt;
 &lt;img src="https://brightonxx.github.io/img/olivia-yspsfag.jpg" alt="you seem pretty sad for a girl so in love cover"&gt;
 &lt;/div&gt;
 &lt;div class="album-info"&gt;
 &lt;div class="score-wrapper"&gt;
 &lt;div class="album-score" style="color: #4a148c;"&gt;7.5&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="album-details"&gt;
 &lt;div class="album-artist"&gt;Olivia Rodrigo&lt;/div&gt;
 &lt;div class="album-title"&gt;you seem pretty sad for a girl so in love&lt;/div&gt;
 &lt;div class="album-meta"&gt;
 &lt;span class="album-year"&gt;2026&lt;/span&gt;
 &lt;span class="album-genre"&gt;Pop&lt;/span&gt;
 &lt;/div&gt;
 
 &lt;div class="album-favorite-track"&gt;
 &lt;span class="track-label"&gt;Best Track&lt;/span&gt;
 &lt;span class="track-divider"&gt;|&lt;/span&gt;
 &lt;span class="track-name"&gt;stupid song&lt;/span&gt;
 &lt;/div&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;

&lt;style&gt;
.album-review-container {
 margin: 30px 0;
 padding: 15px;
 background: #f8f9fa;
 border-radius: 8px;
}

.album-review-wrapper {
 display: flex;
 gap: 25px;
 align-items: center;
 justify-content: center;
 max-width: 900px;
 margin: 0 auto;
}

.album-cover {
 flex-shrink: 0;
 width: 280px;
 box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.album-cover img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 4px;
}

.album-info {
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: center;
 min-height: 292px;
}

.score-wrapper {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-shrink: 0;
 margin-bottom: 3px;
 margin-top: 10px;
}

.album-score {
 font-size: 100px;
 font-weight: bold;
 display: inline-block;
 width: 180px;
 height: 180px;
 text-align: center;
 line-height: 170px;
 border-radius: 50%;
 border: 3px solid currentColor;
 position: relative;
 flex-shrink: 0;
}

.album-score::before {
 content: '';
 position: absolute;
 top: -12px;
 left: -12px;
 right: -12px;
 bottom: -12px;
 border-radius: 50%;
 border: 2px solid currentColor;
 opacity: 0.6;
}

.album-details {
 flex-shrink: 0;
 text-align: center;
 margin-top: 12px;
}

.album-artist {
 font-size: 15px;
 font-weight: 500;
 margin: 0;
 margin-top: 8px;
 color: #666;
 text-transform: uppercase;
 letter-spacing: 1px;
}

.album-title {
 font-size: 26px;
 font-weight: bold;
 margin: 2px 0 6px 0;
 color: #000;
 line-height: 1.1;
}

.album-meta {
 display: flex;
 gap: 10px;
 font-size: 13px;
 color: #888;
 margin: 0;
 justify-content: center;
 flex-wrap: wrap;
 align-items: center;
}

.album-year,
.album-genre {
 padding: 4px 10px;
 background: #e9ecef;
 border-radius: 12px;
}

 
.album-favorite-track {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 margin-top: 8px;
 padding: 8px 18px;
 background: #fff0f5;
 border-radius: 15px;
 max-width: fit-content;
 margin-left: auto;
 margin-right: auto;
}

.track-label {
 font-size: 12px;
 font-weight: 600;
 color: #d32f2f;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 line-height: 1;
}

.track-divider {
 font-size: 14px;
 color: #ddd;
 line-height: 1;
}

.album-favorite-track .track-name {
 font-size: 14px;
 font-weight: 500;
 color: #d32f2f;
 line-height: 1;
 font-style: italic;
}

.album-favorite-track .track-score {
 font-size: 18px;
 font-weight: bold;
 line-height: 1;
}

@media (max-width: 768px) {
 .album-review-wrapper {
 flex-direction: column;
 }

 .album-cover {
 width: 100%;
 max-width: 280px;
 margin: 0 auto;
 }

 .album-score {
 font-size: 52px;
 }

 .album-title {
 font-size: 22px;
 }

 .album-meta {
 gap: 6px;
 }

 .album-year,
 .album-genre {
 font-size: 11px;
 padding: 3px 8px;
 }

 .album-favorite-track {
 margin-top: 10px;
 padding: 7px 12px;
 }

 .album-favorite-track .track-name {
 font-size: 13px;
 }

 .album-favorite-track .track-score {
 font-size: 16px;
 }
}

html[data-theme="dark"] .album-review-container {
 background: #121b24;
 border: 1px solid rgba(123, 167, 188, 0.28);
}

html[data-theme="dark"] .album-cover {
 box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .album-artist {
 color: #9eb4c3;
}

html[data-theme="dark"] .album-title {
 color: #e5eef5;
}

html[data-theme="dark"] .album-meta {
 color: #9eb4c3;
}

html[data-theme="dark"] .album-year,
html[data-theme="dark"] .album-genre {
 background: #1c2b39;
 color: #b8ccda;
}

html[data-theme="dark"] .album-favorite-track {
 background: #2a1f30;
 border: 1px solid rgba(212, 107, 142, 0.2);
}

html[data-theme="dark"] .track-divider {
 color: #5f6f7d;
}

html[data-theme="dark"] .album-score {
 filter: brightness(1.28) saturate(1.15);
}
&lt;/style&gt;

&lt;p&gt;更新娅乐，高悬摇娅。很流行很pop的一张水专，听感还不错。&lt;/p&gt;</description></item><item><title>BrightFork #2: 2026 Grammy &amp; 填坑</title><link>https://brightonxx.github.io/posts/2026-02-06-brightfork-2/</link><pubDate>Fri, 06 Feb 2026 05:00:00 +0800</pubDate><guid>https://brightonxx.github.io/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;
&lt;p&gt;本期包含两部分：2026 Grammy 简评，以及小众专辑补充。&lt;/p&gt;
&lt;!-- more --&gt;
&lt;h2 class="section-title" id="-2026-grammy-review"&gt;🏆 2026 Grammy Review&lt;/h2&gt;
&lt;h3 id="record-of-the-year"&gt;Record of the Year&lt;/h3&gt;



 








&lt;div class="album-review-container"&gt;
 &lt;div class="album-review-wrapper"&gt;
 &lt;div class="album-cover"&gt;
 &lt;img src="https://brightonxx.github.io/img/kendrick-luther.jpg" alt="Luther cover"&gt;
 &lt;/div&gt;
 &lt;div class="album-info"&gt;
 &lt;div class="score-wrapper"&gt;
 &lt;div class="album-score" style="color: #4a148c;"&gt;7&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="album-details"&gt;
 &lt;div class="album-artist"&gt;Kendrick Lamar&lt;/div&gt;
 &lt;div class="album-title"&gt;Luther&lt;/div&gt;
 &lt;div class="album-meta"&gt;
 
 
 &lt;/div&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;

&lt;style&gt;
.album-review-container {
 margin: 30px 0;
 padding: 15px;
 background: #f8f9fa;
 border-radius: 8px;
}

.album-review-wrapper {
 display: flex;
 gap: 25px;
 align-items: center;
 justify-content: center;
 max-width: 900px;
 margin: 0 auto;
}

.album-cover {
 flex-shrink: 0;
 width: 280px;
 box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.album-cover img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 4px;
}

.album-info {
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: center;
 min-height: 292px;
}

.score-wrapper {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-shrink: 0;
 margin-bottom: 3px;
 margin-top: 10px;
}

.album-score {
 font-size: 100px;
 font-weight: bold;
 display: inline-block;
 width: 180px;
 height: 180px;
 text-align: center;
 line-height: 170px;
 border-radius: 50%;
 border: 3px solid currentColor;
 position: relative;
 flex-shrink: 0;
}

.album-score::before {
 content: '';
 position: absolute;
 top: -12px;
 left: -12px;
 right: -12px;
 bottom: -12px;
 border-radius: 50%;
 border: 2px solid currentColor;
 opacity: 0.6;
}

.album-details {
 flex-shrink: 0;
 text-align: center;
 margin-top: 12px;
}

.album-artist {
 font-size: 15px;
 font-weight: 500;
 margin: 0;
 margin-top: 8px;
 color: #666;
 text-transform: uppercase;
 letter-spacing: 1px;
}

.album-title {
 font-size: 26px;
 font-weight: bold;
 margin: 2px 0 6px 0;
 color: #000;
 line-height: 1.1;
}

.album-meta {
 display: flex;
 gap: 10px;
 font-size: 13px;
 color: #888;
 margin: 0;
 justify-content: center;
 flex-wrap: wrap;
 align-items: center;
}

.album-year,
.album-genre {
 padding: 4px 10px;
 background: #e9ecef;
 border-radius: 12px;
}

 
.album-favorite-track {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 margin-top: 8px;
 padding: 8px 18px;
 background: #fff0f5;
 border-radius: 15px;
 max-width: fit-content;
 margin-left: auto;
 margin-right: auto;
}

.track-label {
 font-size: 12px;
 font-weight: 600;
 color: #d32f2f;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 line-height: 1;
}

.track-divider {
 font-size: 14px;
 color: #ddd;
 line-height: 1;
}

.album-favorite-track .track-name {
 font-size: 14px;
 font-weight: 500;
 color: #d32f2f;
 line-height: 1;
 font-style: italic;
}

.album-favorite-track .track-score {
 font-size: 18px;
 font-weight: bold;
 line-height: 1;
}

@media (max-width: 768px) {
 .album-review-wrapper {
 flex-direction: column;
 }

 .album-cover {
 width: 100%;
 max-width: 280px;
 margin: 0 auto;
 }

 .album-score {
 font-size: 52px;
 }

 .album-title {
 font-size: 22px;
 }

 .album-meta {
 gap: 6px;
 }

 .album-year,
 .album-genre {
 font-size: 11px;
 padding: 3px 8px;
 }

 .album-favorite-track {
 margin-top: 10px;
 padding: 7px 12px;
 }

 .album-favorite-track .track-name {
 font-size: 13px;
 }

 .album-favorite-track .track-score {
 font-size: 16px;
 }
}

html[data-theme="dark"] .album-review-container {
 background: #121b24;
 border: 1px solid rgba(123, 167, 188, 0.28);
}

html[data-theme="dark"] .album-cover {
 box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .album-artist {
 color: #9eb4c3;
}

html[data-theme="dark"] .album-title {
 color: #e5eef5;
}

html[data-theme="dark"] .album-meta {
 color: #9eb4c3;
}

html[data-theme="dark"] .album-year,
html[data-theme="dark"] .album-genre {
 background: #1c2b39;
 color: #b8ccda;
}

html[data-theme="dark"] .album-favorite-track {
 background: #2a1f30;
 border: 1px solid rgba(212, 107, 142, 0.2);
}

html[data-theme="dark"] .track-divider {
 color: #5f6f7d;
}

html[data-theme="dark"] .album-score {
 filter: brightness(1.28) saturate(1.15);
}
&lt;/style&gt;

&lt;p&gt;&lt;strong&gt;Luther&lt;/strong&gt; - 流量大就是牛。&lt;/p&gt;</description></item><item><title>BrightFork #1: 我听得多的泛9分专辑</title><link>https://brightonxx.github.io/posts/2026-01-29-brightfork-1/</link><pubDate>Thu, 29 Jan 2026 03:30:00 +0800</pubDate><guid>https://brightonxx.github.io/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;
&lt;p&gt;既然 #0 期聊的是去年的事，那这一期就来评价一下我一直以来听得比较多、也主观比较喜欢的专辑们。&lt;/p&gt;
&lt;!-- more --&gt;
&lt;h2 class="section-title" id="who-is-kanye-west"&gt;Who is Kanye West?&lt;/h2&gt;



 








&lt;div class="album-review-container"&gt;
 &lt;div class="album-review-wrapper"&gt;
 &lt;div class="album-cover"&gt;
 &lt;img src="https://brightonxx.github.io/img/mbdtf.jpg" alt="My Beautiful Dark Twisted Fantasy cover"&gt;
 &lt;/div&gt;
 &lt;div class="album-info"&gt;
 &lt;div class="score-wrapper"&gt;
 &lt;div class="album-score" style="color: #d32f2f;"&gt;10&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="album-details"&gt;
 &lt;div class="album-artist"&gt;Kanye West&lt;/div&gt;
 &lt;div class="album-title"&gt;My Beautiful Dark Twisted Fantasy&lt;/div&gt;
 &lt;div class="album-meta"&gt;
 &lt;span class="album-year"&gt;2010&lt;/span&gt;
 &lt;span class="album-genre"&gt;Hip Hop&lt;/span&gt;
 &lt;/div&gt;
 
 &lt;div class="album-favorite-track"&gt;
 &lt;span class="track-label"&gt;Best Track&lt;/span&gt;
 &lt;span class="track-divider"&gt;|&lt;/span&gt;
 &lt;span class="track-name"&gt;Devil in a New Dress&lt;/span&gt;
 &lt;/div&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;

&lt;style&gt;
.album-review-container {
 margin: 30px 0;
 padding: 15px;
 background: #f8f9fa;
 border-radius: 8px;
}

.album-review-wrapper {
 display: flex;
 gap: 25px;
 align-items: center;
 justify-content: center;
 max-width: 900px;
 margin: 0 auto;
}

.album-cover {
 flex-shrink: 0;
 width: 280px;
 box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.album-cover img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 4px;
}

.album-info {
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: center;
 min-height: 292px;
}

.score-wrapper {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-shrink: 0;
 margin-bottom: 3px;
 margin-top: 10px;
}

.album-score {
 font-size: 100px;
 font-weight: bold;
 display: inline-block;
 width: 180px;
 height: 180px;
 text-align: center;
 line-height: 170px;
 border-radius: 50%;
 border: 3px solid currentColor;
 position: relative;
 flex-shrink: 0;
}

.album-score::before {
 content: '';
 position: absolute;
 top: -12px;
 left: -12px;
 right: -12px;
 bottom: -12px;
 border-radius: 50%;
 border: 2px solid currentColor;
 opacity: 0.6;
}

.album-details {
 flex-shrink: 0;
 text-align: center;
 margin-top: 12px;
}

.album-artist {
 font-size: 15px;
 font-weight: 500;
 margin: 0;
 margin-top: 8px;
 color: #666;
 text-transform: uppercase;
 letter-spacing: 1px;
}

.album-title {
 font-size: 26px;
 font-weight: bold;
 margin: 2px 0 6px 0;
 color: #000;
 line-height: 1.1;
}

.album-meta {
 display: flex;
 gap: 10px;
 font-size: 13px;
 color: #888;
 margin: 0;
 justify-content: center;
 flex-wrap: wrap;
 align-items: center;
}

.album-year,
.album-genre {
 padding: 4px 10px;
 background: #e9ecef;
 border-radius: 12px;
}

 
.album-favorite-track {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 margin-top: 8px;
 padding: 8px 18px;
 background: #fff0f5;
 border-radius: 15px;
 max-width: fit-content;
 margin-left: auto;
 margin-right: auto;
}

.track-label {
 font-size: 12px;
 font-weight: 600;
 color: #d32f2f;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 line-height: 1;
}

.track-divider {
 font-size: 14px;
 color: #ddd;
 line-height: 1;
}

.album-favorite-track .track-name {
 font-size: 14px;
 font-weight: 500;
 color: #d32f2f;
 line-height: 1;
 font-style: italic;
}

.album-favorite-track .track-score {
 font-size: 18px;
 font-weight: bold;
 line-height: 1;
}

@media (max-width: 768px) {
 .album-review-wrapper {
 flex-direction: column;
 }

 .album-cover {
 width: 100%;
 max-width: 280px;
 margin: 0 auto;
 }

 .album-score {
 font-size: 52px;
 }

 .album-title {
 font-size: 22px;
 }

 .album-meta {
 gap: 6px;
 }

 .album-year,
 .album-genre {
 font-size: 11px;
 padding: 3px 8px;
 }

 .album-favorite-track {
 margin-top: 10px;
 padding: 7px 12px;
 }

 .album-favorite-track .track-name {
 font-size: 13px;
 }

 .album-favorite-track .track-score {
 font-size: 16px;
 }
}

html[data-theme="dark"] .album-review-container {
 background: #121b24;
 border: 1px solid rgba(123, 167, 188, 0.28);
}

html[data-theme="dark"] .album-cover {
 box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .album-artist {
 color: #9eb4c3;
}

html[data-theme="dark"] .album-title {
 color: #e5eef5;
}

html[data-theme="dark"] .album-meta {
 color: #9eb4c3;
}

html[data-theme="dark"] .album-year,
html[data-theme="dark"] .album-genre {
 background: #1c2b39;
 color: #b8ccda;
}

html[data-theme="dark"] .album-favorite-track {
 background: #2a1f30;
 border: 1px solid rgba(212, 107, 142, 0.2);
}

html[data-theme="dark"] .track-divider {
 color: #5f6f7d;
}

html[data-theme="dark"] .album-score {
 filter: brightness(1.28) saturate(1.15);
}
&lt;/style&gt;

&lt;p&gt;在我心中的地位几乎等效 Close to the Edge，是所有专辑中水平断档级别的存在。在规整性上肯定比不上，但是在现代音乐里面肯定切瓜砍菜。&lt;/p&gt;</description></item><item><title>BrightFork #0: 2025 音乐总结篇</title><link>https://brightonxx.github.io/posts/2026-01-21-brightfork-2025/</link><pubDate>Wed, 21 Jan 2026 19:00:00 +0800</pubDate><guid>https://brightonxx.github.io/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;
&lt;p&gt;我一直觉得把我的音乐年度报告发在公共平台是一个非常羞耻的事情，因为每个人听的音乐真的是高度细分且独立，同时很少他人会真的在意的东西，因为共鸣的概率太少了。&lt;/p&gt;</description></item></channel></rss>