~cytrogen/blog-public

ref: 88eebf3dfdd8ab819fa1a84e1976a8a75d5af2b6 blog-public/posts/f77.html -rw-r--r-- 31.3 KiB
88eebf3dCytrogen Deploy 2026-02-19 08:34:27 3 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html><html lang="zh" data-theme="dark"><head><meta charset="utf-8"><meta name="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>乙巳想法复盘 · Cytrogen 的个人博客</title><meta name="description" content="Steph Ango 每年年底都会问自己 40 道问题。我认为颇有回答意义,有时候就是需要这样的东西来自省。"><link rel="icon" href="../favicon.png"><link rel="canonical" href="https://cytrogen.icu/posts/f77.html"><link rel="webmention" href="https://webmention.io/cytrogen.icu/webmention"><link rel="me" href="https://m.otter.homes/@Cytrogen"><link rel="me" href="https://github.com/cytrogen"><meta name="fediverse:creator" content="@Cytrogen@m.otter.homes"><link rel="preload" href="../fonts/opensans-regular-latin.woff2" as="font" type="font/woff2" crossorigin="anonymous"><style>@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-regular-latin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  size-adjust: 107%;
  ascent-override: 97%;
  descent-override: 25%;
  line-gap-override: 0%;
}
</style><script>(function() {
  try {
    // 优先级:用户选择 > 系统偏好 > 默认浅色
    const saved = localStorage.getItem('theme');
    const theme = saved || 
      (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
    
    document.documentElement.setAttribute('data-theme', theme);
    document.documentElement.style.colorScheme = theme;
  } catch (error) {
    // 失败时使用默认主题,不阻塞渲染
    document.documentElement.setAttribute('data-theme', 'light');
  }
})();
</script><link rel="stylesheet" href="../css/ares.css"><script data-netlify-skip-bundle="true">(function() {
  document.addEventListener('DOMContentLoaded', function() {
    const theme = document.documentElement.getAttribute('data-theme');
    const pageWrapper = document.getElementById('page-wrapper');
    if (pageWrapper && theme) {
      pageWrapper.setAttribute('data-theme', theme);
    }
  });
})();

</script><!-- hexo injector head_end start -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/hexo-math@4.0.0/dist/style.css">
<!-- hexo injector head_end end --><meta name="generator" content="Hexo 8.1.1"><link rel="alternate" href="atom.xml" title="Cytrogen 的个人博客" type="application/atom+xml">
</head><body><div id="page-wrapper"><a class="skip-link" href="#main-content">跳到主要内容</a><div class="wrap"><header><a class="logo-link" href="../index.html"><img src="../favicon.png" alt="logo"></a><div class="h-card visually-hidden"><img class="u-photo" src="https://cytrogen.icu/favicon.png" alt="Cytrogen"><a class="p-name u-url u-uid" href="https://cytrogen.icu">Cytrogen</a><p class="p-note">Cytrogen 的个人博客,Cytrogen's Blog</p><a class="u-url" rel="me noopener" target="_blank" href="https://m.otter.homes/@Cytrogen">Mastodon</a><a class="u-url" rel="me noopener" target="_blank" href="https://github.com/cytrogen">GitHub</a></div><nav class="site-nav"><div class="nav-main"><div class="nav-primary"><ul class="nav-list hidden-mobile"><li class="nav-item"><a class="nav-link" href="../index.html">首页</a></li></ul><div class="nav-tools"><div class="language-menu"><button class="language-toggle" type="button"><svg class="icon icon-globe" width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true" focusable="false"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 0 1 .64-1.539 6.7 6.7 0 0 1 .597-.933A7.025 7.025 0 0 0 2.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 0 0-.656 2.5h2.49zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11a13.652 13.652 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855A7.97 7.97 0 0 0 10.855 12H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5a6.959 6.959 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355z"></path></svg><span>中文</span></button><div class="language-dropdown"></div></div></div><div class="nav-controls"><div class="more-menu hidden-mobile"><button class="more-toggle" type="button"><span>更多</span><svg class="icon icon-chevron-down" width="12" height="12" viewBox="0 0 12 12" fill="currentColor" aria-hidden="true" focusable="false"><path d="M6 8.825c-.2 0-.4-.1-.5-.2l-3.3-3.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l2.7 2.7 2.7-2.7c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-3.3 3.3c-.1.1-.3.2-.5.2z"></path></svg></button><div class="more-dropdown"><ul class="dropdown-list"><li class="dropdown-item"><a class="nav-link" href="../archives/index.html">归档</a></li><li class="dropdown-item"><a class="nav-link" href="../categories/index.html">分类</a></li><li class="dropdown-item"><a class="nav-link" href="../tags/index.html">标签</a></li><li class="dropdown-item"><a class="nav-link" href="../about/index.html">关于</a></li><li class="dropdown-item"><a class="nav-link" href="../sitemap/index.html">领地地图</a></li></ul></div></div><div class="theme-switcher"><button class="theme-toggle" type="button" role="switch" aria-pressed="false" aria-label="切换主题"><div class="theme-icon moon-icon"><svg class="icon icon-moon" width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true" focusable="false"><path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"></path></svg></div><div class="theme-icon sun-icon"><svg class="icon icon-sun" width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true" focusable="false"><path d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"></path></svg></div></button></div><details class="mobile-menu-details hidden-desktop"><summary class="hamburger-menu" aria-label="nav.menu"><svg class="icon icon-bars" width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true" focusable="false"><path d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"></path></svg><span class="menu-text">nav.menu</span></summary><div class="mobile-menu-dropdown"><ul class="mobile-nav-list"><li class="mobile-nav-item"><a class="mobile-nav-link" href="../index.html">首页</a></li><li class="mobile-nav-item"><a class="mobile-nav-link" href="../archives/index.html">归档</a></li><li class="mobile-nav-item"><a class="mobile-nav-link" href="../categories/index.html">分类</a></li><li class="mobile-nav-item"><a class="mobile-nav-link" href="../tags/index.html">标签</a></li><li class="mobile-nav-item"><a class="mobile-nav-link" href="../about/index.html">关于</a></li><li class="mobile-nav-item"><a class="mobile-nav-link" href="../sitemap/index.html">领地地图</a></li></ul></div></details></div></div></div></nav></header><main class="container" id="main-content" tabindex="-1"><div class="post"><article class="post-block h-entry"><div class="post-meta p-author h-card visually-hidden"><img class="author-avatar u-photo" src="../favicon.png" alt="Cytrogen"><span class="p-name">Cytrogen</span><a class="u-url" href="https://cytrogen.icu">https://cytrogen.icu</a></div><a class="post-permalink u-url u-uid visually-hidden" href="https://cytrogen.icu/posts/f77.html">永久链接</a><div class="p-summary visually-hidden"><p>Steph Ango 每年年底都会问自己 <a target="_blank" rel="noopener" href="https://stephango.com/40-questions">40 道问题</a>。我认为颇有回答意义,有时候就是需要这样的东西来自省。</p></div><div class="visually-hidden"><a class="p-category" href="../categories/%E5%B9%B4%E7%BB%88%E6%80%BB%E7%BB%93/">年终总结</a></div><a class="u-syndication visually-hidden" target="_blank" rel="noopener" href="https://m.otter.homes/@Cytrogen/115815438743917859">https://m.otter.homes/@Cytrogen/115815438743917859</a><h1 class="post-title p-name">乙巳想法复盘</h1><div class="post-info"><time class="post-date dt-published" datetime="2025-12-30T17:29:41.000Z">12/30/2025</time><time class="dt-updated visually-hidden" datetime="2026-02-19T07:42:07.353Z"></time></div><div class="post-content e-content"><html><head></head><body><p>Steph Ango 每年年底都会问自己 <a target="_blank" rel="noopener" href="https://stephango.com/40-questions">40 道问题</a>。我认为颇有回答意义,有时候就是需要这样的东西来自省。</p>
<span id="more"></span>
<h4 id="1-你今年做了哪些之前从未做过的事"><a class="markdownIt-Anchor" href="#1-你今年做了哪些之前从未做过的事"></a> 1. 你今年做了哪些之前从未做过的事?</h4>
<p>今年我开始写 <a href="/categories/%E6%83%B3%E6%B3%95%E8%BF%AD%E4%BB%A3">月刊</a> 了。我认为这是信息整合的同时,也表达了我对部分信息的看法。这些信息多数来自于 Hacker News,少数来自我订阅的博客。不过我明明可以更多记录我对后者的想法,下个月开始我就这么做吧!</p>
<p>至于线下的话,我注册了个公司、做小破项目,希望可以加油吧。</p>
<h4 id="2-你有没有遵守年初时和自己许下的约定"><a class="markdownIt-Anchor" href="#2-你有没有遵守年初时和自己许下的约定"></a> 2. 你有没有遵守年初时和自己许下的约定?</h4>
<p>我年初的时候没有给自己许下任何承诺。</p>
<h4 id="3-你身边有人生孩子了吗"><a class="markdownIt-Anchor" href="#3-你身边有人生孩子了吗"></a> 3. 你身边有人生孩子了吗?</h4>
<p>虽然没有谁生小孩了,不过大我一岁的表姐今年刚结婚没多久便怀孕了,让人意外。</p>
<h4 id="4-你身边有人去世了吗"><a class="markdownIt-Anchor" href="#4-你身边有人去世了吗"></a> 4. 你身边有人去世了吗?</h4>
<p>远在故乡的大堂舅因病去世了,享年仅 60 岁。</p>
<h4 id="5-你去了哪些城市州国家"><a class="markdownIt-Anchor" href="#5-你去了哪些城市州国家"></a> 5. 你去了哪些城市/州/国家?</h4>
<p>哪里也没有去,我只是又在纽约待了一年。</p>
<h4 id="6-明年你想要获得哪些你今年没有的东西"><a class="markdownIt-Anchor" href="#6-明年你想要获得哪些你今年没有的东西"></a> 6. 明年你想要获得哪些你今年没有的东西?</h4>
<p>我想要独立思考、自制和时间管理的能力。</p>
<h4 id="7-今年的哪个或哪些日子会铭刻在你的记忆中为什么"><a class="markdownIt-Anchor" href="#7-今年的哪个或哪些日子会铭刻在你的记忆中为什么"></a> 7. 今年的哪个或哪些日子会铭刻在你的记忆中,为什么?</h4>
<p>今年并没有这样的日子。我如果不是开始写日记了,否则会忘记很多事情。</p>
<h4 id="8-你今年最大的成就是什么"><a class="markdownIt-Anchor" href="#8-你今年最大的成就是什么"></a> 8. 你今年最大的成就是什么?</h4>
<p>同时有三份工作?</p>
<h4 id="9-你今年最大的失败是什么"><a class="markdownIt-Anchor" href="#9-你今年最大的失败是什么"></a> 9. 你今年最大的失败是什么?</h4>
<p>有三份工作的同时还是一个全职学生。</p>
<h4 id="10-你今年还遇到过哪些困难"><a class="markdownIt-Anchor" href="#10-你今年还遇到过哪些困难"></a> 10. 你今年还遇到过哪些困难?</h4>
<p>同时兼顾学业、工作和乱七八糟的东西,难免出现时间管理不好的问题。我有时候还要和项目管理、教授、老板掐架,真是麻烦!</p>
<h4 id="11-你今年是否生过病或受过伤"><a class="markdownIt-Anchor" href="#11-你今年是否生过病或受过伤"></a> 11. 你今年是否生过病或受过伤?</h4>
<p><s>今年没怎么生过病,我貌似就不是多病体质。</s> 但说到受伤,自从开始打工了,三天两头都会不小心伤到自己。</p>
<p>好的当我没说,我在 12 月底生了场大病。拖着身体去上班,第二天还要被老板训,淦!</p>
<h4 id="12-你今年买过的最好的东西是什么"><a class="markdownIt-Anchor" href="#12-你今年买过的最好的东西是什么"></a> 12. 你今年买过的最好的东西是什么?</h4>
<p>500 美元左右搭建的新电脑。大一用 150 美元搭建的电脑内存和 CPU 实在是不够用,只能用来玩游戏。新电脑换上了 32GB 内存,达到了可以用 JetBrains 全家桶的标准!</p>
<h4 id="13-谁的行为值得去表扬"><a class="markdownIt-Anchor" href="#13-谁的行为值得去表扬"></a> 13. 谁的行为值得去表扬?</h4>
<p>没有人。</p>
<h4 id="14-谁的行为令你感到震惊"><a class="markdownIt-Anchor" href="#14-谁的行为令你感到震惊"></a> 14. 谁的行为令你感到震惊?</h4>
<p>没有人。</p>
<h4 id="15-你大部分的钱都花到哪里去了"><a class="markdownIt-Anchor" href="#15-你大部分的钱都花到哪里去了"></a> 15. 你大部分的钱都花到哪里去了?</h4>
<p>我大部分的钱都用在线上购物上了。因为范围很广,从家具到厕纸,所以无法具体得知到底花在什么东西上最多。</p>
<h4 id="16-有什么事让你感到超级-超级-超级兴奋"><a class="markdownIt-Anchor" href="#16-有什么事让你感到超级-超级-超级兴奋"></a> 16. 有什么事让你感到超级、超级、超级兴奋?</h4>
<p>我装了新电脑。有了新的 CPU 和内存后,可以流畅做的事情变多了。</p>
<h4 id="17-哪首歌会永远让你想起这一年"><a class="markdownIt-Anchor" href="#17-哪首歌会永远让你想起这一年"></a> 17. 哪首歌会永远让你想起这一年?</h4>
<p>我不太清楚,或许是台湾摇滚乐这一类吧,今年听的尤其多。</p>
<h4 id="18-与去年的这个时候相比你是感到更快乐还是更悲伤了变得更瘦还是更胖了变得更富还是更穷了"><a class="markdownIt-Anchor" href="#18-与去年的这个时候相比你是感到更快乐还是更悲伤了变得更瘦还是更胖了变得更富还是更穷了"></a> 18. 与去年的这个时候相比,你是:感到更快乐还是更悲伤了?变得更瘦还是更胖了?变得更富还是更穷了?</h4>
<p>过去两年我已经很悲伤了,所以今年算是变得快乐些。</p>
<p>瘦或者胖,貌似我的体重十年里都没有什么变化,样貌也是。</p>
<p>钱包的话,肯定是变厚了,但是也没有变很多。</p>
<h4 id="19-你希望自己能做得更多的是什么"><a class="markdownIt-Anchor" href="#19-你希望自己能做得更多的是什么"></a> 19. 你希望自己能做得更多的是什么?</h4>
<p>开发更多的小工具。至少把自己手头上的一个项目做到「可用」吧,不要再挖坑了。</p>
<h4 id="20-你希望自己能做得更少的是什么"><a class="markdownIt-Anchor" href="#20-你希望自己能做得更少的是什么"></a> 20. 你希望自己能做得更少的是什么?</h4>
<p>少刷以算法为主的平台,比如小红书和哔哩哔哩(特指短视频功能)。每次一刷就是一个小时过去,烦死了。</p>
<h4 id="21-你是如何度过节假日的"><a class="markdownIt-Anchor" href="#21-你是如何度过节假日的"></a> 21. 你是如何度过节假日的?</h4>
<p>我几乎不过。就算过,也是和室友买菜吃点好的,偶尔出去吃。</p>
<p>不过今年有点意外,打工的店居然有聚餐,实在是有点讨厌。这次的圣诞节应该是我人生中第一次送别人礼物,虽然是半强迫的,并且别人也会给我礼物,但还是喜欢不起来。</p>
<h4 id="22-你今年坠入爱河了吗"><a class="markdownIt-Anchor" href="#22-你今年坠入爱河了吗"></a> 22. 你今年坠入爱河了吗?</h4>
<p>没有。</p>
<p>我这些年都有在思考,我需要恋爱吗?</p>
<p>我的结论是,我想从恋爱中获得的东西,实际上从友谊上也可以得到:关怀、陪伴、理解、爱…… 除了性。</p>
<p>而我是最不需要性的那种人。</p>
<p>只是要获得这些让人幸福的东西,无论是和谁、什么人都非常难,所以要努力。</p>
<h4 id="23-你是否有讨厌某个你去年此时不觉得讨厌的人呢"><a class="markdownIt-Anchor" href="#23-你是否有讨厌某个你去年此时不觉得讨厌的人呢"></a> 23. 你是否有讨厌某个你去年此时不觉得讨厌的人呢?</h4>
<p>有,一些朋友让我觉得愈来愈不舒服。我认为这是因为我和他们已经过了一个阶段,新的阶段下我们的相性会不如过去的要高。</p>
<p>不知道是因为忙碌而导致的耐性降低,许多人的行为都让我觉得不可理喻,我今年没少拉黑熟人:「我跟你们也没有熟到那种程度吧!」有时候就会这么想。</p>
<h4 id="24-你最喜欢的电视节目是什么"><a class="markdownIt-Anchor" href="#24-你最喜欢的电视节目是什么"></a> 24. 你最喜欢的电视节目是什么?</h4>
<p>我不看电视节目。</p>
<p>如果非要说任何视频的话,其实也没有。</p>
<h4 id="25-你读过最好的一本书是什么"><a class="markdownIt-Anchor" href="#25-你读过最好的一本书是什么"></a> 25. 你读过最好的一本书是什么?</h4>
<p>《不原谅也没关系》,算是解答了我多年的各种疑惑吧,也给了我新的视角去理解一些事情。</p>
<h4 id="26-你今年发现的最好听的一首歌是什么"><a class="markdownIt-Anchor" href="#26-你今年发现的最好听的一首歌是什么"></a> 26. 你今年发现的最好听的一首歌是什么?</h4>
<p>Ginger Root 的 Loretta。</p>
<h4 id="27-你今年看过最喜欢的一部电影是什么"><a class="markdownIt-Anchor" href="#27-你今年看过最喜欢的一部电影是什么"></a> 27. 你今年看过最喜欢的一部电影是什么?</h4>
<p>今年看的电影不多,最喜欢的应该是《南京照相馆》。我认为拍的很有意思,尤其是对日本兵的刻画。</p>
<h4 id="28-你今年吃过最好吃的一顿饭是什么"><a class="markdownIt-Anchor" href="#28-你今年吃过最好吃的一顿饭是什么"></a> 28. 你今年吃过最好吃的一顿饭是什么?</h4>
<p>不好说是哪一顿呢。最让我心心念念的肯定是烩面了,因为我是碳水大王。</p>
<h4 id="29-有什么是你想要且得到了的"><a class="markdownIt-Anchor" href="#29-有什么是你想要且得到了的"></a> 29. 有什么是你想要且得到了的?</h4>
<p>和家人的关系缓和了许多,家里也多了只小猫,不过我还是不怎么想要回家。</p>
<h4 id="30-有什么是你想要却没有得到的"><a class="markdownIt-Anchor" href="#30-有什么是你想要却没有得到的"></a> 30. 有什么是你想要却没有得到的?</h4>
<p><em>让那个人永远离开我的生活吧。仅是让我知道在未来还能听到这个人的事情就够让我想要离开这个世界了。</em></p>
<h4 id="31-你生日那天做了什么"><a class="markdownIt-Anchor" href="#31-你生日那天做了什么"></a> 31. 你生日那天做了什么?</h4>
<p>我没做什么特殊的事情。</p>
<p>前两年的生日发生了一些不愉快的事情,以至于差点对生日有 PTSD 了。</p>
<h4 id="32-有什么还未发生的事如果发生了会让你的这一年变得无比满足"><a class="markdownIt-Anchor" href="#32-有什么还未发生的事如果发生了会让你的这一年变得无比满足"></a> 32. 有什么还未发生的事,如果发生了,会让你的这一年变得无比满足?</h4>
<p><em>那个人的消失。</em></p>
<h4 id="33-你会如何描述你今年的个人时尚风格"><a class="markdownIt-Anchor" href="#33-你会如何描述你今年的个人时尚风格"></a> 33. 你会如何描述你今年的个人时尚风格?</h4>
<p>自高四开始(美国高中有四年)我的时尚风格就在「衬衫 + 西装裤 + 毛衣」这个固定搭配没变过了。</p>
<p>有些人老问我为什么穿这样奇奇怪怪的样子、为什么不穿卫衣,反倒是让我觉得有点震惊:你要那么穿无所谓啦,但是只知道卫衣的话,不要怪我说你没有衣品哦!</p>
<p>不过我今年年底解锁了「毛衣 + 高领衫」的穿法。</p>
<h4 id="34-是什么让你保持理智"><a class="markdownIt-Anchor" href="#34-是什么让你保持理智"></a> 34. 是什么让你保持理智?</h4>
<p>好面子。</p>
<h4 id="35-你最欣赏哪个名人公众人物"><a class="markdownIt-Anchor" href="#35-你最欣赏哪个名人公众人物"></a> 35. 你最欣赏哪个名人 / 公众人物?</h4>
<p>没有!我和他们都不熟。</p>
<h4 id="36-哪个政治问题最令你有感而发"><a class="markdownIt-Anchor" href="#36-哪个政治问题最令你有感而发"></a> 36. 哪个政治问题最令你有感而发?</h4>
<p>平日能想到很多,现在真要我说一个出来,反而说不出来。</p>
<h4 id="37-你想念哪些人"><a class="markdownIt-Anchor" href="#37-你想念哪些人"></a> 37. 你想念哪些人?</h4>
<p>我今年没有想念过任何人。</p>
<h4 id="38-在你新认识的人之中谁是最好的"><a class="markdownIt-Anchor" href="#38-在你新认识的人之中谁是最好的"></a> 38. 在你新认识的人之中,谁是最好的?</h4>
<p>我今年新认识的人里,居然都是打工伙计。但是我们交谈不够深入,我很难说谁谁谁是最好的。</p>
<h4 id="39-今年你学到了什么宝贵的人生经验"><a class="markdownIt-Anchor" href="#39-今年你学到了什么宝贵的人生经验"></a> 39. 今年你学到了什么宝贵的人生经验?</h4>
<p>我忘了在哪里看到的了,总之是一句谚语,意思是「学习新的事物的时候要像一个婴儿,把过去自己学过的其他东西都忘掉」。</p>
<p>有时候可能会因为自己在某个领域里略有手脚,反而导致在一个新的领域内无法接受自己吃瘪。这样的心态一旦长久、对自己就很不利。</p>
<h4 id="40-能够总结你这一年的一句话是什么"><a class="markdownIt-Anchor" href="#40-能够总结你这一年的一句话是什么"></a> 40. 能够总结你这一年的一句话是什么?</h4>
<p>我没有变好,但至少开始看清自己在消耗什么的时间。</p>
</body></html></div></article></div></main><footer><div class="paginator"><a class="prev" href="b211.html">上一篇</a><a class="next" href="c5d9.html">下一篇</a></div><!-- Webmention 显示区域--><div class="webmention-section webmention-empty" data-page-url="posts/f77.html" data-full-url="https://cytrogen.icu/posts/f77.html" data-mode="static">
              <h3 class="webmention-title">Webmentions (<span class="webmention-count">0</span>)</h3>
              <div class="webmention-list"></div>
              <span>暂无 Webmentions</span>
            </div><div class="copyright"><p class="footer-links"><a href="../friends/index.html">友链</a><span class="footer-separator"> ·</span><a href="../links/index.html">邻邦</a><span class="footer-separator"> ·</span><a href="../contact/index.html">联络</a><span class="footer-separator"> ·</span><a href="../colophon/index.html">营造记</a><span class="footer-separator"> ·</span><a href="../atom.xml">RSS订阅</a></p><p>© 2025 - 2026 <a href="https://cytrogen.icu">Cytrogen</a>, powered by <a href="https://hexo.io/" target="_blank">Hexo</a> and <a href="https://github.com/cytrogen/hexo-theme-ares" target="_blank">hexo-theme-ares</a>.</p><p><a href="https://blogscn.fun" target="_blank" rel="noopener">BLOGS·CN</a></p></div></footer></div></div><a class="back-to-top" href="#top" aria-label="返回顶部"><svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true"><path d="M3.293 9.707a1 1 0 010-1.414L9.586 2a2 2 0 012.828 0l6.293 6.293a1 1 0 01-1.414 1.414L11 3.414V17a1 1 0 11-2 0V3.414L2.707 9.707a1 1 0 01-1.414 0z"></path></svg></a><script>document.addEventListener('DOMContentLoaded', function() {
  const codeBlocks = document.querySelectorAll('figure.highlight');
  
  codeBlocks.forEach(block => {
    let caption = block.querySelector('figcaption');
    if (!caption) {
      caption = document.createElement('figcaption');
      block.insertBefore(caption, block.firstChild);
    }

    const info = document.createElement('div');
    info.className = 'info';
    
    const filename = caption.querySelector('span');
    if (filename) {
      filename.className = 'filename';
      info.appendChild(filename);
    }
    
    const lang = block.className.split(' ')[1];
    if (lang) {
      const langSpan = document.createElement('span');
      langSpan.className = 'lang-name';
      langSpan.textContent = lang;
      info.appendChild(langSpan);
    }

    const sourceLink = caption.querySelector('a');
    if (sourceLink) {
      sourceLink.className = 'source-link';
      info.appendChild(sourceLink);
    }

    const actions = document.createElement('div');
    actions.className = 'actions';

    const codeHeight = block.scrollHeight;
    const threshold = 300;

    if (codeHeight > threshold) {
      block.classList.add('folded');
      
      const toggleBtn = document.createElement('button');
      toggleBtn.textContent = '展开';
      toggleBtn.addEventListener('click', () => {
        block.classList.toggle('folded');
        toggleBtn.textContent = block.classList.contains('folded') ? '展开' : '折叠';
      });
      actions.appendChild(toggleBtn);
    }

    const copyBtn = document.createElement('button');
    copyBtn.textContent = '复制';
    copyBtn.addEventListener('click', async () => {
      const codeLines = block.querySelectorAll('.code .line');
      const code = Array.from(codeLines)
        .map(line => line.textContent)
        .join('\n')
        .replace(/\n\n/g, '\n');
      
      try {
        await navigator.clipboard.writeText(code);
        copyBtn.textContent = '已复制';
        copyBtn.classList.add('copied');
        
        setTimeout(() => {
          copyBtn.textContent = '复制';
          copyBtn.classList.remove('copied');
        }, 3000);
      } catch (err) {
        console.error('复制失败:', err);
        copyBtn.textContent = '复制失败';
        
        setTimeout(() => {
          copyBtn.textContent = '复制';
        }, 3000);
      }
    });
    actions.appendChild(copyBtn);

    caption.innerHTML = '';
    caption.appendChild(info);
    caption.appendChild(actions);

    const markedLines = block.getAttribute('data-marked-lines');
    if (markedLines) {
      const lines = markedLines.split(',');
      lines.forEach(range => {
        if (range.includes('-')) {
          const [start, end] = range.split('-').map(Number);
          for (let i = start; i <= end; i++) {
            const line = block.querySelector(`.line-${i}`);
            if (line) line.classList.add('marked');
          }
        } else {
          const line = block.querySelector(`.line-${range}`);
          if (line) line.classList.add('marked');
        }
      });
    }
  });
});</script><script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" id="MathJax-script"></script><script>(function() {
  document.addEventListener('DOMContentLoaded', function() {
    const themeToggle = document.querySelector('.theme-toggle');
    
    if (!themeToggle) return;
    
    const getCurrentTheme = () => {
      return document.documentElement.getAttribute('data-theme') || 'light';
    };
    
    const updateUI = (theme) => {
      const isDark = theme === 'dark';
      themeToggle.setAttribute('aria-pressed', isDark.toString());
    };
    
    const setTheme = (theme) => {
      document.documentElement.setAttribute('data-theme', theme);
      document.documentElement.style.colorScheme = theme;
      
      const pageWrapper = document.getElementById('page-wrapper');
      if (pageWrapper) {
        pageWrapper.setAttribute('data-theme', theme);
      }
      
      // Find and remove the temporary anti-flicker style tag if it exists.
      // This ensures the main stylesheet takes full control after the initial load.
      const antiFlickerStyle = document.getElementById('anti-flicker-style');
      if (antiFlickerStyle) {
        antiFlickerStyle.remove();
      }
      
      localStorage.setItem('theme', theme);
      updateUI(theme);
    };
    
    const toggleTheme = () => {
      const current = getCurrentTheme();
      const newTheme = current === 'light' ? 'dark' : 'light';
      setTheme(newTheme);
    };
    
    updateUI(getCurrentTheme());
    
    themeToggle.addEventListener('click', toggleTheme);
    
    if (window.matchMedia) {
      const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');
      mediaQuery.addEventListener('change', function(e) {
        if (!localStorage.getItem('theme')) {
          const theme = e.matches ? 'dark' : 'light';
          setTheme(theme);
        }
      });
    }
  });
})();
</script><script src="../js/details-toggle.js" defer></script><script>(function() {
  document.addEventListener('DOMContentLoaded', function() {
    const backToTopBtn = document.querySelector('.back-to-top');
    
    if (!backToTopBtn) return;
    
    const toggleButtonVisibility = () => {
      const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
      const shouldShow = scrollTop > 200;
      
      if (shouldShow) {
        backToTopBtn.classList.add('is-visible');
      } else {
        backToTopBtn.classList.remove('is-visible');
      }
    };
    
    let ticking = false;
    const handleScroll = () => {
      if (!ticking) {
        requestAnimationFrame(() => {
          toggleButtonVisibility();
          ticking = false;
        });
        ticking = true;
      }
    };
    
    const scrollToTop = (event) => {
      event.preventDefault();
      window.scrollTo({
        top: 0,
        behavior: 'smooth'
      });
    };
    
    window.addEventListener('scroll', handleScroll);
    backToTopBtn.addEventListener('click', scrollToTop);
    
    toggleButtonVisibility();
  });
})();</script></body></html>