-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
595 lines (362 loc) · 18.4 KB
/
Copy pathindex.html
File metadata and controls
595 lines (362 loc) · 18.4 KB
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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>白马灰马 | No more knowledge can be extracted from my tellings</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#3F51B5">
<meta name="keywords" content="">
<meta name="description" content="regulus.xiang@outlook.com">
<meta property="og:type" content="website">
<meta property="og:title" content="白马灰马">
<meta property="og:url" content="http://regulusxiang.github.io/index.html">
<meta property="og:site_name" content="白马灰马">
<meta property="og:description" content="regulus.xiang@outlook.com">
<meta property="og:locale" content="zh-Hans">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="白马灰马">
<meta name="twitter:description" content="regulus.xiang@outlook.com">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="//unpkg.com/hexo-theme-material-indigo@latest/css/style.css">
<script>window.lazyScripts=[]</script>
<!-- custom head -->
</head>
<body>
<div id="loading" class="active"></div>
<aside id="menu" >
<div class="inner flex-row-vertical">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off">
<i class="icon icon-lg icon-close"></i>
</a>
<div class="brand-wrap" style="background-image:url(/img/background.jpg)">
<div class="brand">
<a href="/" class="avatar waves-effect waves-circle waves-light">
<img src="/img/poly.jpg">
</a>
<hgroup class="introduce">
<h5 class="nickname">G. Xiang</h5>
<a href="mailto:regulus.xiang@outlook.com" title="regulus.xiang@outlook.com" class="mail">regulus.xiang@outlook.com</a>
</hgroup>
</div>
</div>
<div class="scroll-wrap flex-col">
<ul class="nav">
<li class="waves-block waves-effect active">
<a href="/" >
<i class="icon icon-lg icon-home"></i>
Home
</a>
</li>
<li class="waves-block waves-effect">
<a href="/archives" >
<i class="icon icon-lg icon-inbox"></i>
Archive
</a>
</li>
<li class="waves-block waves-effect">
<a href="/tags" >
<i class="icon icon-lg icon-user"></i>
About
</a>
</li>
<li class="waves-block waves-effect">
<a href="https://github.com/regulusxiang" target="_blank" >
<i class="icon icon-lg icon-github-alt"></i>
GitHub
</a>
</li>
<li class="waves-block waves-effect">
<a href="/tags/LeetCode" >
<i class="icon icon-lg icon-edit"></i>
LeetCode
</a>
</li>
</ul>
</div>
</div>
</aside>
<main id="main">
<header class="top-header" id="header">
<div class="flex-row">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle">
<i class="icon icon-lg icon-navicon"></i>
</a>
<div class="flex-col header-title ellipsis">白马灰马</div>
<div class="search-wrap" id="search-wrap">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back">
<i class="icon icon-lg icon-chevron-left"></i>
</a>
<input type="text" id="key" class="search-input" autocomplete="off" placeholder="Search">
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search">
<i class="icon icon-lg icon-search"></i>
</a>
</div>
<a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menuShare">
<i class="icon icon-lg icon-share-alt"></i>
</a>
</div>
</header>
<header class="content-header index-header">
<div class="container fade-scale">
<h1 class="title">白马灰马</h1>
<h5 class="subtitle">
No more knowledge can be extracted from my tellings
</h5>
</div>
</header>
<div class="container body-wrap">
<ul class="post-list">
<li class="post-list-item fade">
<article id="post-克苏鲁的二向箔"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2018-01-26 04:51:38" datetime="2018-01-26T09:51:38.000Z" itemprop="datePublished">2018-01-26</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2018/01/26/克苏鲁的二向箔/">克苏鲁的二向箔</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
阅读对于我的价值在于维持自身旁观者的心态,纽约的繁弦急管式生活节奏,往往引人进入当局者迷的困境。只专注于当下要做什么的schedule确实优于惹人焦虑的to-do-list,不过书籍带来的外源性生活体验好比Joey在性爱时想着Chandler,才不至于沉迷当下、了事太早。我还不希望生活中失去文学性的慰藉和张望,所以想在2018年进行有计划的阅读,目标可以定得低一点,一年看12本书就好。
今年的第一本书是《三体》系列的第三部《死神永生》。
<a href="/2018/01/26/克苏鲁的二向箔/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/书评/">书评</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-SystemDesign"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-12-28 21:42:15" datetime="2017-12-29T02:42:15.000Z" itemprop="datePublished">2017-12-28</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/12/28/SystemDesign/">System Design 学习上手</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
总有一些犀利的公司试图用System Design来考察new grad的即战力,还是得准备一个。先以设计Twitter为例:
<a href="/2017/12/28/SystemDesign/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/LeetCode/">LeetCode</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/System-Design/">System Design</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/系统设计/">系统设计</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-OS"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-12-13 14:35:22" datetime="2017-12-13T19:35:22.000Z" itemprop="datePublished">2017-12-13</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/12/13/OS/">Operating Systems 知识速记</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
0. ConceptsProcess: Program under execution
Thread: Smallest sequence of programmed instructions
Virtual Memory: the memory as viewed by the process. Each process believes it has a contiguous chunk...
<a href="/2017/12/13/OS/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/LeetCode/">LeetCode</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Operating-Systems/">Operating Systems</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-HashMap"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-12-08 22:11:44" datetime="2017-12-09T03:11:44.000Z" itemprop="datePublished">2017-12-08</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/12/08/HashMap/">LeetCode | 利用HashMap实现O(n)时间的算法</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
一日,$E^{6}X$和我说,“你看着越来越没有程序猿气质了”。我顿时感到警觉,翻了翻之前的Blog,尽是书评影评小说摘抄,像初三女生的QQ空间,连非主流自拍都没有的那种。摸摸头顶,与宇宙演进截然相反的熵减趋势时刻提醒我作为码农的阶级属性。
“得写点技术博客了。”我想。
<a href="/2017/12/08/HashMap/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/HashMap/">HashMap</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/LeetCode/">LeetCode</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="post-hedge"
class="article-card article-type-post" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2017-02-28 22:13:57" datetime="2017-03-01T03:13:57.000Z" itemprop="datePublished">2017-02-28</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2017/02/28/hedge/">What we talk about when we talk about Hedging</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
After a 4-hour meeting with Joel, I finally understood the basic ideas about how the so called hedging works. Although I’m not going to do a data scientist’s work, however, in review of the automatic trading platform I’m about to build, it’s supposed that I get a rough idea about the mechanisms of a hedge fund. So here are some of my memos.
<a href="/2017/02/28/hedge/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Work/">Work</a></li></ul>
</div>
</article>
</li>
<li class="post-list-item fade">
<article id="walk-Meanlingless"
class="article-card article-type-walk" itemprop="blogPost">
<div class="post-meta">
<time class="post-time" title="2016-11-12 00:29:53" datetime="2016-11-12T05:29:53.000Z" itemprop="datePublished">2016-11-12</time>
</div>
<h3 class="post-title" itemprop="name">
<a class="post-title-link" href="/2016/11/12/Meanlingless/">Walk Through the Meanlingless</a>
</h3>
<div class="post-content" id="post-content" itemprop="postContent">
和好友才看完Billy Lynn’s Long Halftime Walk。
來紐約之後一個人看的第一部電影是李安的《飲食男女》,由此開始喜歡做菜一發不可收。個人體驗上,他執導的片子匠氣重、情感表達方式細膩、强調細節對人物形象的構建作用。《斷背山》裏Heath Ledger和愛人分別后極度痛苦地乾嘔,《色戒》裏易先生高潮時不願直視、頭錯開抱緊王佳芝后的顫慄,還有《推手》中郎雄和陳太太在China Town“有事嗎”“沒事沒事”的夕陽紅式寒暄,都是我觀影體驗裏過目難忘的場景橋段。不過從少年PI開始,李安更多把力氣放在技術性嘗試上,似乎有意無意地讓原先這些關乎“匠氣”的個人標簽逐漸剝落。好在這一次的技術試驗沒有分散我的注意,總的説來,我喜歡這部電影。
<a href="/2016/11/12/Meanlingless/" class="post-more waves-effect waves-button">
Continue reading...
</a>
</div>
<div class="post-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/影評/">影評</a></li></ul>
</div>
</article>
</li>
</ul>
<nav id="page-nav">
<div class="inner">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><span class="space">…</span><a class="page-number" href="/page/5/">5</a><a class="extend next" rel="next" href="/page/2/">下一页</a>
</div>
</nav>
</div>
<footer class="footer">
<div class="top">
<p>
<span id="busuanzi_container_site_uv" style='display:none'>
站点总访客数:<span id="busuanzi_value_site_uv"></span>
</span>
<span id="busuanzi_container_site_pv" style='display:none'>
站点总访问量:<span id="busuanzi_value_site_pv"></span>
</span>
</p>
<p>
<span>This blog is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</span>
</p>
</div>
<div class="bottom">
<p><span>G. Xiang © 2016 - 2018</span>
<span>
Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a>
</span>
</p>
</div>
</footer>
</main>
<div class="mask" id="mask"></div>
<a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a>
<div class="global-share" id="globalShare">
<ul class="reset share-icons">
<li>
<a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=http://regulusxiang.github.io/&title=白马灰马&pic=http://regulusxiang.github.io/img/poly.jpg" data-title="微博">
<i class="icon icon-weibo"></i>
</a>
</li>
<li>
<a class="weixin share-sns wxFab" href="javascript:;" data-title="微信">
<i class="icon icon-weixin"></i>
</a>
</li>
<li>
<a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=http://regulusxiang.github.io/&title=白马灰马&source=regulus.xiang@outlook.com" data-title=" QQ">
<i class="icon icon-qq"></i>
</a>
</li>
<li>
<a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http://regulusxiang.github.io/" data-title=" Facebook">
<i class="icon icon-facebook"></i>
</a>
</li>
<li>
<a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=白马灰马&url=http://regulusxiang.github.io/&via=http://regulusxiang.github.io" data-title=" Twitter">
<i class="icon icon-twitter"></i>
</a>
</li>
<li>
<a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=http://regulusxiang.github.io/" data-title=" Google+">
<i class="icon icon-google-plus"></i>
</a>
</li>
</ul>
</div>
<div class="page-modal wx-share" id="wxShare">
<a class="close" href="javascript:;"><i class="icon icon-close"></i></a>
<p>扫一扫,分享到微信</p>
<img src="//api.qrserver.com/v1/create-qr-code/?data=http://regulusxiang.github.io/" alt="微信分享二维码">
</div>
<script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script>
<script>
var BLOG = { ROOT: '/', SHARE: true, REWARD: false };
</script>
<script src="//unpkg.com/hexo-theme-material-indigo@latest/js/main.min.js"></script>
<div class="search-panel" id="search-panel">
<ul class="search-result" id="search-result"></ul>
</div>
<template id="search-tpl">
<li class="item">
<a href="{path}" class="waves-block waves-effect">
<div class="title ellipsis" title="{title}">{title}</div>
<div class="flex-row flex-middle">
<div class="tags ellipsis">
{tags}
</div>
<time class="flex-col time">{date}</time>
</div>
</a>
</li>
</template>
<script src="//unpkg.com/hexo-theme-material-indigo@latest/js/search.min.js" async></script>
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script async src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML" async></script>
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script>
(function() {
var OriginTitile = document.title, titleTime;
document.addEventListener('visibilitychange', function() {
if (document.hidden) {
document.title = ' ̄へ ̄';
clearTimeout(titleTime);
} else {
document.title = '(*/ω\*)';
titleTime = setTimeout(function() {
document.title = OriginTitile;
},2000);
}
});
})();
</script>
</body>
</html>