-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
752 lines (451 loc) · 25.9 KB
/
index.html
File metadata and controls
752 lines (451 loc) · 25.9 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
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><title>
卮言日出
</title>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="browsermode" content="application">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="卮言日出">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="msapplication-navbutton-color" content="#666666">
<meta name= "format-detection" content="telephone=no" />
<meta name="keywords" content="nlvi, Nlvi" />
<link rel="apple-touch-icon" sizes="72x72" href="/yyfish.jpg">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/yyfish.jpg">
<link rel="stylesheet" href="/style/style.css">
<script src="/script/jquery.min.js"></script>
<script>
var CONFIG = {
title: "卮言日出",
author: "陰陽魚",
lightbox: true,
animate: true
}
</script>
<link rel="stylesheet" href="/lightbox/css/lightbox.min.css">
<link rel="stylesheet" href="/syuanpi/syuanpi.min.css">
<link rel="icon" href="/yyfish.jpg">
<!-- 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 6.3.0"><link rel="alternate" href="/atom.xml" title="卮言日出" type="application/atom+xml"><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><div class="progress">
<div class="progress-inner"></div>
</div>
<div class="body">
<div class="tagcloud-mask"></div>
<div class="tagcloud" id="tagcloud">
<div class="tagcloud-inner">
<a href="/tags/%E5%81%B6%E6%9C%89%E6%89%80%E6%80%9D/" style="font-size: 14px;">偶有所思</a> <a href="/tags/%E6%9B%B8%E5%B1%B1%E8%A6%8B%E8%81%9E%E9%8C%84/" style="font-size: 14px;">書山見聞錄</a> <a href="/tags/%E6%A8%99%E9%BB%9E%E7%AC%A6%E8%99%9F/" style="font-size: 14px;">標點符號</a>
</div>
</div>
<header class="header" id="header">
<div class="title syuanpi tvIn">
<div class="table">
<div class="connect">
<div class="connect-inner">
<span><a href="/">卮言日出</a></span>
</div>
</div>
</div>
</div>
<nav class="main-nav syuanpi tvIn">
<div class="table">
<ul class="menu">
<li class="menu-item">
<a href="javascript:;" id="search">
<span>搜尋</span>
<span class="menu-item-label">search</span>
</a>
</li>
<li class="menu-item">
<a target="_blank" rel="noopener" href="https://github.com/shadowquark/comments">
<span>評論</span>
<span class="menu-item-label">comments</span>
</a>
</li>
<li class="menu-item">
<a href="/archives">
<span>歸檔</span>
<span class="menu-item-label">archives</span>
</a>
</li>
<li class="menu-item">
<a href="javascript:;" id="tags">
<span>標籤</span>
<span class="menu-item-label">tags</span>
</a>
</li>
<li class="menu-item">
<a target="_blank" rel="noopener" href="https://shadowquark.tumblr.com">
<span>舊版</span>
<span class="menu-item-label">tumblr</span>
</a>
</li>
<li class="menu-item">
<a href="https://shadowquark.github.io/yyFish">
<span>魚</span>
<span class="menu-item-label">yyFish</span>
</a>
</li>
<li class="menu-item">
<a href="/about">
<span>關於</span>
<span class="menu-item-label">about</span>
</a>
</li>
<li class="menu-item">
<a href="/atom.xml">
<span>訂閱</span>
<span class="menu-item-label">RSS</span>
</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="mobile-header">
<div class="mobile-header-body">
<div class="mobile-header-list">
<div class="mobile-nav-item">
<a target="_blank" rel="noopener" href="https://github.com/shadowquark/comments">
<span>評論</span>
<span class="menu-item-label">comments</span>
</a>
</div>
<div class="mobile-nav-item">
<a href="/archives">
<span>歸檔</span>
<span class="menu-item-label">archives</span>
</a>
</div>
<div class="mobile-nav-item inner-cloud">
<div class="mobile-nav-tag">
<a href="javascript:;" id="mobile-tags">
<span>標籤</span>
<span class="menu-item-label">tags</span>
</a>
</div>
<div class="mobile-nav-tagcloud">
<div class="mobile-tagcloud-inner">
<a href="/tags/%E5%81%B6%E6%9C%89%E6%89%80%E6%80%9D/" style="font-size: 14px;">偶有所思</a> <a href="/tags/%E6%9B%B8%E5%B1%B1%E8%A6%8B%E8%81%9E%E9%8C%84/" style="font-size: 14px;">書山見聞錄</a> <a href="/tags/%E6%A8%99%E9%BB%9E%E7%AC%A6%E8%99%9F/" style="font-size: 14px;">標點符號</a>
</div>
</div>
</div>
<div class="mobile-nav-item">
<a target="_blank" rel="noopener" href="https://shadowquark.tumblr.com">
<span>舊版</span>
<span class="menu-item-label">tumblr</span>
</a>
</div>
<div class="mobile-nav-item">
<a href="https://shadowquark.github.io/yyFish">
<span>魚</span>
<span class="menu-item-label">yyFish</span>
</a>
</div>
<div class="mobile-nav-item">
<a href="/about">
<span>關於</span>
<span class="menu-item-label">about</span>
</a>
</div>
<div class="mobile-nav-item">
<a href="/atom.xml">
<span>訂閱</span>
<span class="menu-item-label">RSS</span>
</a>
</div>
</div>
</div>
<div class="mobile-header-nav">
<div class="mobile-header-item" id="mobile-left">
<div class="header-menu-item">
<span class="header-menu-line"></span>
</div>
</div>
<h1 class="mobile-header-title">
<a href="/">卮言日出</a>
</h1>
<div class="mobile-header-item"></div>
</div>
</div>
<div class="container ">
<main class="main" id="main">
<section class="posts">
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2025年8月20日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/%E7%BE%8E%E8%82%B2%E7%9A%84%E7%B6%93%E6%BF%9F%E6%84%8F%E7%BE%A9/">美育的經濟意義</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 美育者,涵養審美之謂也。審美者,以定法量美之謂也。量美之法,謂之美學。</p>
<p class="content-link">
<a href="/%E7%BE%8E%E8%82%B2%E7%9A%84%E7%B6%93%E6%BF%9F%E6%84%8F%E7%BE%A9/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2024年1月22日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/%E4%B8%8B%E4%B8%80%E4%B8%AA%E5%8D%81%E5%B9%B4/">下一个十年</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 去年自欧洲回到故乡之时,还是颇有些落寞的。这落寞的生起,在于父母没来由地天天念叨对我找的破工作不满意,我应该继续留在欧洲云云。使人落寞之处不在于父母的不满,而是经过了二十年有意识的自我训练,仍然无法毫不动心地任由他们叨唠,而我自可吃茶去。坐在我自己的屋子、或中学时代长时间关起门来一个人学习和游戏的书房中,看着四周围堆满了从小买来的书,那种落寞就自然而然地长大了。书我大部分读过了,尤其是其中很大一部分都是我倾尽心血,以自己定慧之顶峰终于学会的,可然后呢。少年时以为这些书可以构筑起我的宫阙,然而如今这宫阙去哪里寻找呢。它终于碎落一地,只有一片片狼藉的残垣断壁而终归尘土,还是早已在某处落成,而我竟不知其何在呢。又想回到小时候曾帮我安定心猿、不让它大闹天宫的那些庵观寺庙去,却发现小时候在其中求来的正法,早已消失不见,只看到一群群的游客拍照、打卡、叽叽喳喳。如果小时候的我来到的竟是这样的地方,会如何呢。没有人做错了任何事,只是我的落寞终于变得难以自已了。</p>
<p class="content-link">
<a href="/%E4%B8%8B%E4%B8%80%E4%B8%AA%E5%8D%81%E5%B9%B4/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2023年5月27日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/%E9%80%83%E9%9B%A2%E8%AA%9E%E9%9F%B3%E4%B8%AD%E5%BF%83%E4%B8%BB%E7%BE%A9/">逃離語音中心主義</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 寫這篇文字的初衷,是爲了回答一個朋友問我的關於『語言和數學』的問題。所以這是一篇嚴重跑題的 0 分作文。讀者就不要在意其語言是否符合現代漢語規範,標點符號是否由我自己重新發明這種小問題了。反正不能比 0 分更低。</p>
<p class="content-link">
<a href="/%E9%80%83%E9%9B%A2%E8%AA%9E%E9%9F%B3%E4%B8%AD%E5%BF%83%E4%B8%BB%E7%BE%A9/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2023年4月19日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/%E8%A7%80%E6%89%80%E7%B7%A3%E7%B7%A3/">觀所緣緣論的隨筆</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 突然發現陳那在觀所緣緣論裏面討論了一個非常廣義相對論的問題。我們按照廣義相對論,假設一個具有某種物質分佈的帶度規的流形作爲我們的時空來說一下。</p>
<p> </p>
<p> 觀所緣緣論討論的主題換到物理裡面說的是,人們根據什麼共許地定義了瓶子呢。</p>
<p class="content-link">
<a href="/%E8%A7%80%E6%89%80%E7%B7%A3%E7%B7%A3/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2022年5月12日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/%E4%B8%AD%E5%B9%B4%E9%A1%BD%E5%9B%BA/">中年顽固</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 因为我已经到了自己刚记事之时、我父亲的年龄,而我的社交圈的主要成员,也大概到了这个年龄,所以我们的种种行为,都不免让我想起小时候的父亲。有些我小时候盲目归因于『传统文化』『大家长制』『中国特色』的东西,如今看来,反倒是一种普世的『中年顽固』。我和他们一样都有中年顽固,可能有些许不同的是,我更愿意努力改一改这个中年顽固,虽然不一定成功,但是似乎可以让我更像十几岁的我,给自己一种还年轻的心里安慰。而更多人是以中年顽固为自豪的,觉得这代表着一种成熟。</p>
<p class="content-link">
<a href="/%E4%B8%AD%E5%B9%B4%E9%A1%BD%E5%9B%BA/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2022年2月22日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/%E8%A7%81%E9%9D%A2%E4%B9%8B%E6%83%85/">见面之情</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 我从 2008 年 8 月开始用豆瓣,还时候还是 16 岁。一晃 30 岁了。在 2015 年的时候,关注我的只有五百多人,自己也只关注了几十个人,大部分人[> 90%]要么线下认识,要么已经在豆瓣上互动了 5 年以上,准备在线下认识一下,但没有碰到好机会。和现实中一样,我尽量不主动认识任何人,无论他长得漂亮,学识渊博,还是有广泛的影响力,因为处理人际关系我很不擅长,也没有兴致。</p>
<p class="content-link">
<a href="/%E8%A7%81%E9%9D%A2%E4%B9%8B%E6%83%85/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2022年1月28日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/%E4%B9%9E%E4%B8%90%E4%B8%8E%E4%BA%92%E8%81%94%E7%BD%91/">乞丐与互联网</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 我曾经写过一篇日志,叫『<a href="https://shadowquark.github.io/%E9%A4%90%E6%A1%8C%E4%B8%8E%E4%BA%92%E8%81%94%E7%BD%91/">餐桌与互联网</a>』。这篇文章,反映了一个我最近十年来很常见的思路,即用线下的礼仪,来理解线上的个体行为。</p>
<p class="content-link">
<a href="/%E4%B9%9E%E4%B8%90%E4%B8%8E%E4%BA%92%E8%81%94%E7%BD%91/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2022年1月28日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/%E9%A4%90%E6%A1%8C%E4%B8%8E%E4%BA%92%E8%81%94%E7%BD%91/">餐桌与互联网</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 我用飯桌這個比喻來討論互聯網,已經很多次了。因為一次次有人來用相同的論調給一些奇怪的行為和思路塑造正當性,包括但不限於「你在公共空間說話,所以你的個人看法就等於給別人提要求。」「你在公共空間說話,所以你想表達的含義你沒有解釋權。」「你在公共空間說話,如果引發了誤解,那麼是你的問題。」等等等。這些因為『在公共空間說話』而形成的推論沒有一個有腦子的。</p>
<p class="content-link">
<a href="/%E9%A4%90%E6%A1%8C%E4%B8%8E%E4%BA%92%E8%81%94%E7%BD%91/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2021年6月4日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/info2164/">信息战争</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 如往年,今日正宜写点什么。</p>
<p> </p>
<p> 有一种观点认为,资本正在压缩普通人的生活空间,人们不再有自己的、私人的生活空间,甚至不再认为自己需要这样的空间。房子太小就逛逛商场、上上网。无论是去城市里的公园、规划过的景点,还是驱车去很远的、自认为是原生态的地方,依然往往还是有许多同路者,看了同样的教程、遵守同样的路标、走着相似的路线。这种看法很像是上个时代的左派控诉资本主义的陈词滥调。我个人并不觉得资本、或资本主义值得控诉,也不觉得道德批判对于解决现实问题,真的有什么帮助。但是,应该没有人否认,至少其描述的现象是真实存在的。这个空间的问题,在因互联网普及、而导致信息爆炸的时代降临后的二十年左右的时间中,已经有了新的形式。不但现实中的空间在被压缩,连人们在信息世界中的空间也在被压缩。人们可以接收什么样的信息,可以理解什么样的信息,可以对外传播什么样的信息,都逐渐被限制在了一个越来越狭小的空间中。</p>
<p class="content-link">
<a href="/info2164/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
<article class="post">
<header class="post-header">
<div class="post-time syuanpi riseIn-light back-1">
<span>2021年6月2日</span>
</div>
<h1 class="post-title syuanpi riseIn-light back-2">
<a href="/firefox/">移动版 Firefox 的配置</a>
</h1>
</header>
<div class="post-content syuanpi riseIn-light back-3">
<p> 努力还原一下 2008 年我还在用 N81 之时,我在手机上用的豆瓣网。努努力,还有可能让 2021 年比 2008 年稍微好一丢丢。这显然是很讽刺的一件事,然而没有办法。以下内容和 iOS 及 Safari 有关,但是 iOS 和 Safari 用不了。所以纯粹 iOS 和 Safari 的用户就别看了。</p>
<p class="content-link">
<a href="/firefox/#more">
<span class="iconfont icon-right">Read More...</span>
</a>
</p>
</div>
</article>
</section>
<nav class="pagination">
<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>
</nav>
</main>
<footer class="footer syuanpi fadeIn" id="footer">
<hr>
<div class="footer-wrapper">
<div class="left">
<div class="contact-icon">
<a target="_blank" rel="noopener" href="https://github.com/shadowquark" class="iconfont icon-github" title="github"></a>
</div>
</div>
<div class="right">
<div class="copyright">
<div class="info">
<span>©</span>
<span>2008 ~ 2025</span>
<span>❤</span>
<span>陰陽魚</span>
</div>
<div class="theme">
<span>
動力來自
<a href="http://hexo.io/" target="_blank">Hexo </a>
</span>
<span>
樣式
<a target="_blank" rel="noopener" href="https://github.com/ColMugX/hexo-theme-Nlvi"> Nlvi </a>
</span>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="/script/nlvi.js"></script>
<script src="/script/search.js"></script>
<script src="/lightbox/js/lightbox.min.js"></script>
<script>
$(document).ready(function(){
document.body.addEventListener('touchstart', function () {});
$('.progress').hide();
$('.body').show();
Nlvi.tagcloud();
Nlvi.mobileHeader();
Nlvi.back2top();
Nlvi.smoothScroll();
Nlvi.onView();
Nlvi.showToc();
Nlvi.showComments();
Nlvi.showReward();
Nlvi.picPos();
!CONFIG.animate && Nlvi.offAnimate();
CONFIG.lightbox && Nlvi.onPicBox();
})
</script>
</div>
<div class="backtop syuanpi dead toTop" id="backtop">
<i class="iconfont icon-up"></i>
<span style="text-align:center;font-family:Georgia;"><span style="font-family:Georgia;" id="scrollpercent">1</span>%</span>
</div>
<div class="search" id="search">
<div class="mask" id="mask"></div>
<div class="search-wrapper syuanpi">
<h1 id="search-header" class="syuanpi">搜索一下?</h1>
<div class="input">
<input type="text" id="local-search-input" results="0" name="">
</div>
<div id="local-search-result"></div>
</div>
</div>
<script>
var GREETING = {
morning: "",
noon: "",
after: "",
night: "",
midnight: ""
}
$(document).ready(function(){
Nlvi.search();
});
</script><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</body>
</html>