-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
633 lines (390 loc) · 21.6 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
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
<!DOCTYPE html>
<html
lang="en"
prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"
>
<head lang="en">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="dark light">
<meta name="description" content="滥用连接词缀拼接一切" />
<meta name="author" content="umezane">
<meta name="keywords" content="">
<title>绝对概括的切面</title>
<link rel="canonical" href="https://plumdebris.eu.org/" />
<link
href="./index.xml"
rel="alternate"
type="application/rss+xml"
title="绝对概括的切面"
/>
<meta property="og:type" content="website" />
<meta property="og:description" content="滥用连接词缀拼接一切" />
<meta property="og:title" content="绝对概括的切面" />
<meta property="og:site_name" content="绝对概括的切面" />
<meta property="og:image" content="/images/favicon.png">
<meta property="og:url" content="https://plumdebris.eu.org/" />
<meta property="og:locale" content="en" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="绝对概括的切面" />
<meta name="twitter:description" content="滥用连接词缀拼接一切" />
<meta name="twitter:domain" content="https://plumdebris.eu.org/" />
<meta name="twitter:image" content="/images/favicon.png">
<link rel="icon" href="https://plumdebris.eu.org/favicon.ico">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/modern-normalize.min.css">
<link rel="stylesheet" href="https://plumdebris.eu.org/style.min.e94151aab0068579dd1f0090872771c4a71c2ccfb55ddf5b4bd5ae9a0b644199.css" integrity="sha256-6UFRqrAGhXndHwCQhydxxKccLM+1Xd9bS9WumgtkQZk=" rel="preload stylesheet" as="style"/>
</head>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">
<script src="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/meting@2/dist/Meting.min.js"></script>
<link rel="icon" type="image/png" href="./path/to/favicon.png">
<link rel="apple-touch-icon" href="./path/to/apple-touch-icon.png">
<style>
@import url('https://static.zeoseven.com/zsft/158/main/result.css');
body {
font-family: "Sarasa Mono CL";
font-weight: normal;
}
</style>
<body>
<script>
const currentTheme = window.localStorage.getItem('theme')
if (currentTheme === "dark") {
document.body.classList.toggle("theme-dark");
} else if (currentTheme == "light") {
document.body.classList.toggle("theme-light");
}
</script>
<header id="header">
<div class="row">
<div class="container has-padding nav">
<button id="navbar-toggler" class="navbar-button" aria-hidden="true">
<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M64 384h384v-42.67H64zm0-106.67h384v-42.66H64zM64 128v42.67h384V128z'/></svg>
</button>
<div class="navbar-brand">
<a class="logo navbar-button" href="https://plumdebris.eu.org/" title="绝对概括的切面">
<span>绝对概括的切面</span>
</a>
</div>
<nav class="navbar" role="navigation">
<ul>
<li class="nav-bar-item">
<a class="nav-link navbar-button" href="./posts/" title="posts">
<span>posts</span>
</a>
</li>
<li class="nav-bar-item">
<a class="nav-link navbar-button" href="./tags/" title="tags">
<span>tags</span>
</a>
</li>
<li class="nav-bar-item">
<a class="nav-link navbar-button" href="./archives/" title="archives">
<span>archives</span>
</a>
</li>
<li class="nav-bar-item">
<a class="nav-link navbar-button" href="./about/" title="about">
<span>about</span>
</a>
</li>
<li class="nav-bar-item">
<a class="nav-link navbar-button" href="./music/" title="music">
<span>music</span>
</a>
</li>
<li class="nav-bar-item">
<a class="nav-link navbar-button" href="./index.xml" title="RSS">
<span>rss</span>
</a>
</li>
<li class="nav-bar-item">
<a class="nav-link navbar-button" href="https://www.travellings.cn/go.html" title="Travelling">
<span>travelling</span>
</a>
</li>
</ul>
</nav>
<div class="theme-selector">
<button class="button is-text" id="theme-selector-button" title="toggle theme">
<span class="label icon">
<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M256 32C132.29 32 32 132.29 32 256s100.29 224 224 224 224-100.29 224-224S379.71 32 256 32zM128.72 383.28A180 180 0 01256 76v360a178.82 178.82 0 01-127.28-52.72z'/></svg>
</span>
</button>
</div>
</div>
<div class="container has-padding">
<div class="breadcrumb">
</div>
</div>
</div>
</header>
<main id="main" class="index-page homepage" role="main">
<div class="container has-padding">
<div class="article-list">
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/2025-1-23-log/" title="【随记】打算单独给某些音乐方面的内容整个新网站。?外加一些碎念">【随记】打算单独给某些音乐方面的内容整个新网站。?外加一些碎念</a>
</h3>
<div class="content summary">
<p><p>。。。。博客这边连去年年终总结都没想写主要还是个人精神状态于此段时间再度坠毁越想写越拖延+在折腾那些音乐历史玩意导致的(所以人都这样了真的还要继续尝试输出有主题的长内容吗</p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/2025-1-23-log/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2025-01-23T23:02:00+0800" class="date">January 23, 2025</time>
</div>
</article>
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/thoughts-on-reading-assistance-solutions-in-chinese-environment/" title="【记录】因为一些奇怪原因突然产生的中文环境下的阅读辅助方案发想">【记录】因为一些奇怪原因突然产生的中文环境下的阅读辅助方案发想</a>
</h3>
<div class="content summary">
<p><p>虽然因为各种原因还是没能做到实地诊断,但网友依然实打实的从幼年阶段就有点子<a href="https://zh.wikipedia.org/wiki/%E6%B3%A8%E6%84%8F%E5%8A%9B%E4%B8%8D%E8%B6%B3%E9%81%8E%E5%8B%95%E7%97%87" target="_blank" >ADHD</a>倾向,最近突然又被此特性殴打后怨念地看起相关资料又看着了ADHD & 阅读障碍友好字体和排版相关,然后想起了些之前因为一些视觉小说游戏的中文文字显示问题产生的奇怪想法。</p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/thoughts-on-reading-assistance-solutions-in-chinese-environment/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2024-10-10T19:40:00+0800" class="date">October 10, 2024</time>
</div>
</article>
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/blog-update-log-2024-9-26/" title="【折腾博客】因为又想写东西了终于又爬回来开始修整博客 ②">【折腾博客】因为又想写东西了终于又爬回来开始修整博客 ②</a>
</h3>
<div class="content summary">
<p><p>但是只能成为LLM重度依赖的形状</p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/blog-update-log-2024-9-26/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2024-09-26T23:31:00+0800" class="date">September 26, 2024</time>
</div>
</article>
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/broken-minds-about-music/" title="【综合随记】收集一些平时的支离破碎发言(音乐相关)">【综合随记】收集一些平时的支离破碎发言(音乐相关)</a>
</h3>
<div class="content summary">
<p><p>除了不负责任迷思外就是在对Freeform人发癫</p>
<p>(首先:如果你还不知道<a href="https://plumdebris.eu.org/posts/introduction-about-freeform--nrg-scene-freeform-part/" target="_blank" >Freeform</a>和NRG是什么东西请先前往超链接导向处…(虽然后者还没写(</p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/broken-minds-about-music/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2024-09-26T19:27:00+0800" class="date">September 26, 2024</time>
</div>
</article>
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/broken-minds-about-me/" title="【综合随记】收集一些平时的支离破碎发言">【综合随记】收集一些平时的支离破碎发言</a>
</h3>
<div class="content summary">
<p><p>在其余sns平台碎念的怪话的综合提取,堆放之余或许也可以拿来回收部分形成新的链接…(内含nsfw物甚至第一条就是,所以啥事情都放公开领域里这个性质其实可能还是挺露出狂的(擦汗)</p>
<p>(是选择被永远留存还是人去不留痕?或许就算试图抹除一切也总有存在过的记忆无法被消失……)</p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/broken-minds-about-me/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2024-09-26T18:27:00+0800" class="date">September 26, 2024</time>
</div>
</article>
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/doujin-art-about-freeform/" title="【同人】私心放置于此的一些比较重要的freeform相关同人涂鸦(不间断更新)">【同人】私心放置于此的一些比较重要的freeform相关同人涂鸦(不间断更新)</a>
</h3>
<div class="content summary">
<p><p><em>~浮游着各种个人情绪~</em></p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/doujin-art-about-freeform/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2024-09-25T17:51:03+0800" class="date">September 25, 2024</time>
</div>
</article>
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/introduction-about-freeform--nrg-scene-freeform-part/" title="(*修改进行中)【信息综述】关于Freeform Hardcore & Hard NRG的音乐场景(Freeform Part)">(*修改进行中)【信息综述】关于Freeform Hardcore & Hard NRG的音乐场景(Freeform Part)</a>
</h3>
<div class="content summary">
<p><p>前置条件:之前为了借某个平台搞个Freeform与Hard NRG曲目的推荐单就随意地写了一下关于这些的说明放进了介绍里,但现在突然开始认为这些东西好像看起来有那么一些……*<strong>不 太 严 谨</strong>*,就觉得是时候扩写一下写个更全面的版本了,于是一不小心就挖下了这么一个究极巨坑……回炉重造后经过各种已经有点超量了的扩写便造出了这些篇东西。</p>
<p>虽然因为流派的新鲜血液近年严重不足爱好者圈子也十分有限<s>(并且网友其实也没什么朋友会在意这些)</s>,所以其实也不指望真的能有很多人看到。但起码算是把自己近年来对于这些玩意的全部理解都释放了出来,感觉当作什么毕生遗产都是可以的(?)。总之也是为了能让更多人了解到这些流派吧。</p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/introduction-about-freeform--nrg-scene-freeform-part/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2024-06-18T21:16:00+0800" class="date">June 18, 2024</time>
</div>
</article>
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/korean-tourist-disco/" title="【记录】...大概算是一种韩国电子民乐(?)————突然在意起관광 디스코(旅游Disco)这个概念">【记录】...大概算是一种韩国电子民乐(?)————突然在意起관광 디스코(旅游Disco)这个概念</a>
</h3>
<div class="content summary">
<p><p>现代科技真是让亚洲的各种地方都能拥有属于自己的….<s>土味云南山歌</s>这样的东西</p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/korean-tourist-disco/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2024-05-06T19:56:00+0800" class="date">May 06, 2024</time>
</div>
</article>
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/blog-update-log-2024-4-30-/" title="【折腾博客】虽然不怎么写但还是突然想水一篇博客装修记录 ①">【折腾博客】虽然不怎么写但还是突然想水一篇博客装修记录 ①</a>
</h3>
<div class="content summary">
<p><p>这东西怎么全是偷的.jpg</p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/blog-update-log-2024-4-30-/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2024-04-30T18:08:00+0800" class="date">April 30, 2024</time>
</div>
</article>
<article class="post">
<h3 class="title">
<a href="https://plumdebris.eu.org/posts/freeform-hardcore-relationship-diagram/" title="【待重置】个人认为比较重要的关于一些Freeform Hardcore音乐场景、厂牌、制作人的关系图">【待重置】个人认为比较重要的关于一些Freeform Hardcore音乐场景、厂牌、制作人的关系图</a>
</h3>
<div class="content summary">
<p><p>*<strong>2025.1.5: 有一个想要把这个东西用obsidian白板重置一遍顺便加点音乐人主页等链接弄成网页挂出来的念头,这个版的内容也感觉有些地方得改,但是感觉得等某文章弄完后再折腾了(昏厥</strong></p>
<p>在2023.10.13的时候我闲着的时候试着写了一份关于freeform的个人认知内的关系图,前几天突然想起来这回事觉得不太全面有些错漏于是把它重新编辑了一下并同时做了个英文版。</p>
<p>其实还是比较自娱自乐性质(并不知道被编辑进去的人会不会介意这回事(…..</p></p>
<span class="hellip">…</span>
</div>
<a class="readmore" href="https://plumdebris.eu.org/posts/freeform-hardcore-relationship-diagram/" aria-label="READ MORE">READ MORE</a>
<div class="right">
<time datetime="2024-04-30T14:27:00+0800" class="date">April 30, 2024</time>
</div>
</article>
</div>
<div class="pagination">
<ul class="pagination-container">
<li class="page-item current page-number"><a class="page-link" href="./">1</a></li>
<li class="page-item page-number"><a class="page-link" href="./page/2/">2</a></li>
<li class="page-item page-number"><a class="page-link" href="./page/3/">3</a></li>
<li class="page-item to-right">
<a href="./page/2/" class="page-link" aria-label="Next">
<span aria-hidden="true">Next »</span>
</a>
</li>
</ul>
</div>
</div>
</main>
<footer id="footer">
<div class="container has-padding is-flex">
<ul class="links">
<a rel="me" href="https://pari.cafe/@circuits">Misskey(Fediverse)</a>
<li>
<a href="./" title=""></a>
</li>
<li>
<a
rel="nofollow"
target="_blank"
href="https://github.com/wayjam/hugo-theme-fluency"
title="using Hugo theme fluency">
Theme Fluency
</a>
</li>
<li>
<a rel="nofollow" target="_blank" href="https://gohugo.io" title="Built with hugo">Built with Hugo</a>
</li>
</ul>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
<center><span id="run-time"></span></center>
<div class="copyright">
© 2025 绝对概括的切面
</div>
</div>
</footer>
<script>
window.FluencyCopyIcon = '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\u003csvg xmlns=\u0027http:\/\/www.w3.org\/2000\/svg\u0027 class=\u0027ionicon\u0027 viewBox=\u00270 0 512 512\u0027\u003e\u003crect x=\u0027128\u0027 y=\u0027128\u0027 width=\u0027336\u0027 height=\u0027336\u0027 rx=\u002757\u0027 ry=\u002757\u0027 stroke-linejoin=\u0027round\u0027 class=\u0027ionicon-fill-none ionicon-stroke-width\u0027\/\u003e\u003cpath d=\u0027M383.5 128l.5-24a56.16 56.16 0 00-56-56H112a64.19 64.19 0 00-64 64v216a56.16 56.16 0 0056 56h24\u0027 stroke-linecap=\u0027round\u0027 stroke-linejoin=\u0027round\u0027 class=\u0027ionicon-fill-none ionicon-stroke-width\u0027\/\u003e\u003c\/svg\u003e\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n'
</script>
<script defer src="https://plumdebris.eu.org/js/main.min.51748f66d15f9df96db88b88bb7d7f96e6b4574017751e4282d2e39660b370b8.js" integrity="sha256-UXSPZtFfnfltuIuIu31/lua0V0AXdR5CgtLjlmCzcLg=" crossorigin="anonymous" async></script>
<noscript>
<style type=text/css>#theme-selector-button{display:none}</style>
</noscript>
<a href="#" id="back-to-top" title="返回顶部"></a>
<style>
#back-to-top {
display: none;
position: fixed;
bottom: 20px;
right: 55px;
width: 55px;
height: 55px;
border-radius: 7px;
background-color: #c2c2d780;
box-shadow: var(--shadow-l2);
font-size: 30px;
text-align: center;
line-height: 50px;
cursor: pointer;
}
#back-to-top:before {
content: ' ';
display: inline-block;
position: relative;
top: 0;
transform: rotate(135deg);
height: 10px;
width: 10px;
border-width: 0 0 2px 2px;
border-color: #6d6471;
border-style: solid;
}
@media screen and (max-width: 952px) {
#back-to-top {
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
font-size: 10px;
}
}
</style>
<script>
function backToTop() {
document.documentElement.scrollIntoView({
behavior: 'smooth',
})
}
window.onload = function () {
let scrollTop =
this.document.documentElement.scrollTop || this.document.body.scrollTop
let totopBtn = this.document.getElementById('back-to-top')
if (scrollTop > 0) {
totopBtn.style.display = 'inline'
} else {
totopBtn.style.display = 'none'
}
}
window.onscroll = function () {
let scrollTop =
this.document.documentElement.scrollTop || this.document.body.scrollTop
let totopBtn = this.document.getElementById('back-to-top')
if (scrollTop < 200) {
totopBtn.style.display = 'none'
} else {
totopBtn.style.display = 'inline'
totopBtn.addEventListener('click', backToTop, false)
}
}
</script>
</body>
</html>
<link rel="stylesheet" href="./css/highlight.scss" integrity="" crossorigin="anonymous">