-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
440 lines (437 loc) · 15.2 KB
/
index.html
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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!doctype html><html lang=en>
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<meta name=description content="
De-Wei Ye's personal site
">
<meta name=generator content="Hugo 0.86.1">
<meta property="og:title" content="dw's 小站">
<meta name=twitter:title content="dw's 小站">
<meta property="og:url" content="https://dwye.dev/">
<meta name=twitter:card content="summary">
<meta name=twitter:site content="dw's 小站">
<meta name=twitter:creator content="De-Wei Ye">
<meta name=twitter:description content="DS / CS / CH / 斜槓與轉職的人生">
<link rel=preconnect href=https://s.ytimg.com>
<link rel=preconnect href=https://i.imgur.com>
<title>dw's 小站</title>
<link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/pure/2.0.5/pure-min.css media=screen>
<link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/pure/2.0.5/grids-responsive-min.css media=screen>
<link rel=stylesheet href=https://dwye.dev/css/side-menu.css media=screen>
<link rel=stylesheet href=https://dwye.dev/css/blackburn.css media=screen>
<link rel=stylesheet href=https://dwye.dev/css/dw-burn.css media=screen>
<link rel=stylesheet href=https://dwye.dev/css/dw-menu.css media=screen>
<link rel=stylesheet href=https://dwye.dev/css/vars.css media=screen>
<link rel=stylesheet href=https://dwye.dev/css/menu-x.css media=screen>
<link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css>
<link rel=preconnect href=https://fonts.gstatic.com>
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel=stylesheet type=text/css>
<script type=text/javascript async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-MML-AM_CHTML"></script>
<script type=text/x-mathjax-config>
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$']],
displayMath: [['$$','$$']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: { equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"] }
},
CommonHTML: { linebreaks: { automatic: true } },
"HTML-CSS": { linebreaks: { automatic: true } },
SVG: { linebreaks: { automatic: true } }
});
</script>
<script type=text/x-mathjax-config>
// Fix <code> tags after MathJax finishes running. This is a
// hack to overcome a shortcoming of Markdown. Discussion at
// https://github.com/mojombo/jekyll/issues/199
MathJax.Hub.Queue(() => {
MathJax.Hub.getAllJax().map(v => v.SourceElement().parentNode.className += ' has-jax');
});
</script>
<link rel=alternate type=application/rss+xml title="dw's 小站" href=https://dwye.dev/index.xml>
<link async rel=stylesheet href=//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/styles/vs2015.min.css media=screen>
<script src=//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/highlight.min.js></script>
<script defer src=//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/languages/yaml.min.js></script>
<script defer src=//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/languages/vbnet.min.js></script>
<script>hljs.highlightAll()</script>
<link rel="shortcut icon" href=https://dwye.dev/img/favicon.ico type=image/x-icon>
<link rel=stylesheet href=https://dwye.dev/css/color.css media=screen>
<meta name=google-site-verification content="pC2le32KaKDSGh9V637p5YC81zixbAMyKN3nPqkKscE">
<script data-ad-client=ca-pub-3454014140664886 async src=https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js></script>
</head>
<body>
<div id=layout>
<a href=#menu class=menu-link id=menuLink aria-label="Go to menu of this website">
<s class=bar></s><s class=bar></s>
</a>
<div id=menu>
<a class="pure-menu-heading brand" href=https://dwye.dev/>De-Wei Ye</a>
<div class=pure-menu>
<ul class=pure-menu-list>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://dwye.dev/about/><i class="fas fa-user-circle fa-fw"></i><span>關於</span></a>
</li>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://dwye.dev/notes/><i class="fas fa-book fa-fw"></i><span>筆記</span></a>
</li>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://dwye.dev/post/><i class="fas fa-list-ul fa-fw"></i><span>文章列表</span></a>
</li>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://dwye.dev/topics/><i class="fas fa-folder fa-fw"></i><span>主題分類</span></a>
</li>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://dwye.dev/tags/><i class="fas fa-tags fa-fw"></i><span>標籤</span></a>
</li>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://dwye.dev/../en/><i class="fas fa-globe-americas fa-fw"></i><span>English</span></a>
</li>
</ul>
</div>
<div class="pure-menu social">
<ul class=pure-menu-list>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://linkedin.com/in/dwy6626 rel="me external noopener" target=_blank><i class="fab fa-linkedin fa-fw"></i><span>LinkedIn</span></a>
</li>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://github.com/dwy6626 rel="me external noopener" target=_blank><i class="fab fa-github-square fa-fw"></i><span>GitHub</span></a>
</li>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://leetcode.com/mirror0227 rel="me external noopener" target=_blank><i class="fas fa-laptop-code fa-fw"></i><span>LeetCode</span></a>
</li>
<li class=pure-menu-item>
<a class=pure-menu-link href=https://dwye.dev/index.xml><i class="fas fa-rss fa-fw"></i><span>RSS</span></a>
</li>
</ul>
</div>
<div class=copyright-small>
Built with <a href=https://gohugo.io/ rel="external noopener" target=_blank>Hugo</a>
</div>
<div class=copyright-small>
W/ <a href=https://github.com/dwy6626/dw-favored-blackburn rel="external noopener" target=_blank>DW-Favored-Blackburn</a>
</div>
<div class=copyright-small>
Based on <a href=https://github.com/yoshiharuyamashita/blackburn rel="external noopener" target=_blank>Blackburn</a>
</div>
<div class=copyright-small>
and <a href=https://purecss.io/ rel="external noopener" target=_blank>Pure CSS</a>
</div>
<div class=copyright-small>
Icons <a href=https://fontawesome.com rel="external noopener" target=_blank>Font Awesome</a>
</div>
<div class=copyright-small>
<a href=https://dwye.dev/copyright>
© 2023. All rights reserved.
</a>
</div>
</div>
<div id=main>
<div class=header>
<h1>dw's 小站</h1>
<h2>DS / CS / CH / 斜槓與轉職的人生</h2>
</div>
<div class=aside-container>
</div>
<div class=content>
<article>
<p>
<p>我是 dw / David Ye,是 Houzz 的軟體工程師。<br>
化學系畢業,興趣是聽音樂看動漫追劇打遊戲,偶爾來這邊寫寫文章。</p>
<p>這個 Blog 主要紀錄:</p>
<ul>
<li>新技術學習或是應用</li>
<li>喜歡的歌詞翻譯與心得</li>
</ul>
</p>
<footer>
<a href=https://dwye.dev/about/>更多關於我<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
<article>
<header>
<h2><a href=https://dwye.dev/post/merry-go-round-mfs/>MY FIRST STORY 《メリーゴーランド》 中文歌詞翻譯</a></h2>
<ul class=post-meta>
<li>
<i class="fa fa-calendar fa-fw"></i>
<span>
<time>Nov 15, 2023</time>
</span>
</li>
</ul>
<ul class=post-meta>
<a href=https://dwye.dev/topics/%E9%9F%B3%E6%A8%82%E6%97%A5%E8%AA%8C>
<li>
<i class="fas fa-folder fa-fw"></i>
<span>音樂日誌</span>
</li>
</a>
<a href=https://dwye.dev/tags/my-first-story>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>MY FIRST STORY</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E6%97%A5%E6%9C%AC%E9%9F%B3%E6%A8%82>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>日本音樂</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E6%AD%8C%E8%A9%9E%E7%BF%BB%E8%AD%AF>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>歌詞翻譯</span>
</li>
</a>
</ul>
</header>
<p>
<p>《メリーゴーランド》,中文《旋轉木馬》是 MY FIRST STORY 於 2023 年 7 月 31 日數位發行的單曲,是 MY FIRST STORY 在 2023 年每個月一首單曲的第七彈。</p>
<div style=position:relative;padding-bottom:56.25%;height:0;overflow:hidden>
<iframe src=https://www.youtube.com/embed/E-jG27WUS1w style=position:absolute;top:0;left:0;width:100%;height:100%;border:0 allowfullscreen title="YouTube Video"></iframe>
</div>
</p>
<footer>
<a href=https://dwye.dev/post/merry-go-round-mfs/>繼續閱讀<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
<article>
<header>
<h2><a href=https://dwye.dev/post/raycast-mac-productivity/>Raycast - 集大成的 Mac 生產力工具</a></h2>
<ul class=post-meta>
<li>
<i class="fa fa-calendar fa-fw"></i>
<span>
<time>Sep 18, 2023</time>
</span>
</li>
</ul>
<ul class=post-meta>
<a href=https://dwye.dev/topics/%E7%A7%91%E6%8A%80%E7%94%9F%E6%B4%BB>
<li>
<i class="fas fa-folder fa-fw"></i>
<span>科技生活</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E7%94%9F%E7%94%A2%E5%8A%9B%E5%B7%A5%E5%85%B7>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>生產力工具</span>
</li>
</a>
<a href=https://dwye.dev/tags/raycast>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>Raycast</span>
</li>
</a>
</ul>
</header>
<p>
<p><a href=https://www.raycast.com/>Raycast</a> 是最近 MacOS 上生產力工具的新星,是 Spotlight 的加強版,不只可以像 Spotlight 一樣作為啟動器,開啟各種 App 和網頁搜尋,更能透過各種熱鍵和擴充幫助我們平常使用 Mac 時省下很多時間,是我非常推薦的一款必裝生產力工具。透過各種方便的擴充,能加速我們的工作流程,省下很多時間,提升生產效率。另一個優點是,Raycast 的介面簡單優雅,看了心情就好!</p>
<p><img src=https://dwye.dev/img/raycast/cover.jpeg alt="Raycast and Logo"></p>
</p>
<footer>
<a href=https://dwye.dev/post/raycast-mac-productivity/>繼續閱讀<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
<article>
<header>
<h2><a href=https://dwye.dev/post/ftx/>FTX 交易所倒閉的自我檢討與對策</a></h2>
<ul class=post-meta>
<li>
<i class="fa fa-calendar fa-fw"></i>
<span>
<time>Nov 12, 2022</time>
</span>
</li>
</ul>
<ul class=post-meta>
<a href=https://dwye.dev/topics/%E7%A7%91%E6%8A%80%E7%94%9F%E6%B4%BB>
<li>
<i class="fas fa-folder fa-fw"></i>
<span>科技生活</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E5%8A%A0%E5%AF%86%E8%B2%A8%E5%B9%A3>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>加密貨幣</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E6%8A%95%E8%B3%87%E7%90%86%E8%B2%A1>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>投資理財</span>
</li>
</a>
</ul>
</header>
<p>
<p><img src=https://dwye.dev/img/crypto/ftx.png alt="FTX Logo"></p>
<p>熊市來臨。我平常以 FTX 作為主要交易所,以及賺取利息,信仰著 SBF 能帶我們飛,沒想到 SBF 卻是帶我們下地獄。這次倒閉事件我損失了幾乎所有我的加密貨幣,超過 1/3 的總資產,只因為慢了一步逃跑,可以說是 FTX 受災大戶了,我的朋友內還沒有人跟我丟掉一樣多錢的。</p>
</p>
<footer>
<a href=https://dwye.dev/post/ftx/>繼續閱讀<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
<article>
<header>
<h2><a href=https://dwye.dev/post/macbook-extra-monitor/>M1 MacBook DisplayLink 多螢幕心得</a></h2>
<ul class=post-meta>
<li>
<i class="fa fa-calendar fa-fw"></i>
<span>
<time>Aug 01, 2022</time>
</span>
</li>
</ul>
<ul class=post-meta>
<a href=https://dwye.dev/topics/%E7%A7%91%E6%8A%80%E7%94%9F%E6%B4%BB>
<li>
<i class="fas fa-folder fa-fw"></i>
<span>科技生活</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E7%A1%AC%E9%AB%94>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>硬體</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E5%B7%A5%E4%BD%9C%E5%8D%80>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>工作區</span>
</li>
</a>
</ul>
</header>
<p>
<h2 id=契機>契機</h2>
<p>因為工作的關係拿到了一台 M1 MacBook,然而換成 M1 MacBook 之後就沒辦法直接使用 HDMI 接兩個外接螢幕了,這是 M1 晶片天生硬體的限制(M2 也是)。</p>
<p>我原本習慣使用三螢幕工作,MacBook 自己的小螢幕加上兩個外接螢幕。試著用單一外接螢幕工作了一陣子,果然還是不習慣,所以就著手調查如何讓 M1 / M2 MacBook 也能外接兩個以上的螢幕。</p>
</p>
<footer>
<a href=https://dwye.dev/post/macbook-extra-monitor/>繼續閱讀<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
<article>
<header>
<h2><a href=https://dwye.dev/post/choco-fxxk-you-mom/>秋口幹你娘</a></h2>
<ul class=post-meta>
<li>
<i class="fa fa-calendar fa-fw"></i>
<span>
<time>Jul 18, 2022</time>
</span>
</li>
</ul>
<ul class=post-meta>
<a href=https://dwye.dev/topics/%E5%80%8B%E4%BA%BA%E6%97%A5%E8%AA%8C>
<li>
<i class="fas fa-folder fa-fw"></i>
<span>個人日誌</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E4%BC%91%E9%96%92>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>休閒</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E8%82%A1%E7%99%8C>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>股癌</span>
</li>
</a>
<a href=https://dwye.dev/tags/%E6%8A%95%E8%B3%87%E7%90%86%E8%B2%A1>
<li>
<i class="fas fa-tag fa-fw"></i>
<span>投資理財</span>
</li>
</a>
</ul>
</header>
<p>
<p>常常在股癌的 podcast 節目中聽到有觀眾留言秋口幹你娘的梗。就好奇是從哪集來的,查了一陣子才找到是第幾集:<br>
答案就是 EP. 117 這集的 12:47 處。</p>
<p><a href="https://youtu.be/FiAkwtN0NZc?t=767">Youtube 連結</a>在這:</p>
<div style=position:relative;padding-bottom:56.25%;height:0;overflow:hidden>
<iframe src=https://www.youtube.com/embed/FiAkwtN0NZc style=position:absolute;top:0;left:0;width:100%;height:100%;border:0 allowfullscreen title="YouTube Video"></iframe>
</div>
</p>
<footer>
<a href=https://dwye.dev/post/choco-fxxk-you-mom/>繼續閱讀<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
</article>
<div class="pagination mobile">
<ul class=pagination role=navigation aria-label="Pagination Navigation">
<li>
<i class="fa fa-chevron-left"></i>
</li>
<li>1</li>
<li>/</li>
<li>18</li>
<a href=https://dwye.dev/page/2/ aria-label="next page">
<li>
<i class="fa fa-chevron-right"></i>
</li>
</a>
</ul>
</div>
<div class="pagination desktop">
<ul class=pagination>
<li class=page-item>
<span aria-hidden=true>««</span>
</li>
<li class="page-item disabled">
<span aria-hidden=true>«</span>
</li>
<li class="page-item active">
1
</li>
<a class=page-link href=https://dwye.dev/page/2/>
<li class=page-item>
2
</li>
</a>
<a class=page-link href=https://dwye.dev/page/3/>
<li class=page-item>
3
</li>
</a>
<li class="page-item disabled">
<span aria-hidden=true> … </span>
</li>
<a class=page-link href=https://dwye.dev/page/18/>
<li class=page-item>
18
</li>
</a>
<a href=https://dwye.dev/page/2/ class=page-link aria-label=Next>
<li class="page-item disabled">
<span aria-hidden=true>»</span>
</li>
</a>
<a href=https://dwye.dev/page/18/ class=page-link aria-label=Last>
<li class=page-item>
<span aria-hidden=true>»»</span>
</li>
</a>
</ul>
</div>
</div>
</div>
</div>
<script src=https://dwye.dev/js/ui.js></script>
<script src=https://dwye.dev/js/menus.js></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T3EV639W1W"></script>
<script>if(window.location.hostname!="localhost"){window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag('js',new Date),gtag('config','G-T3EV639W1W')}</script>
</body>
</html>