-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
897 lines (527 loc) · 32 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
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
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
<!doctype html>
<html lang="zh-cn">
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>生活的思考 | Svtter's Blog</title>
<meta property="og:title" content="生活的思考 - Svtter's Blog">
<meta property="og:type" content="article">
<meta property="article:published_time" content='2018-10-07T01:00:00+08:00'>
<meta property="article:modified_time" content='2018-10-07T01:00:00+08:00'>
<meta name="Keywords" content="python,svtter,django,软件架构,公众号,小程序,博客,项目管理,">
<meta name="description" content="生活的思考">
<meta name="author" content="svtter">
<meta property="og:url" content="http://localhost:1313/?p=428/">
<link rel="shortcut icon" href='/favicon.ico' type="image/x-icon">
<link rel="stylesheet" href='/css/normalize.css'>
<link rel="stylesheet" href='/css/style.css'>
<script type="text/javascript" src="//cdn.bootcdn.net/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link href="https://cdn.bootcdn.net/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" rel="stylesheet">
<link rel="stylesheet" href='/css/css/custom.css'>
</head>
<body>
<header id="header" class="clearfix">
<div class="container">
<div class="col-group">
<div class="site-name ">
<a id="logo" href="http://localhost:1313/">
Svtter's Blog
</a>
<p class="description">Love your life.</p>
</div>
<div>
<nav id="nav-menu" class="clearfix">
<a class="current" href="http://localhost:1313/"></a>
<a href="http://localhost:1313/" title="首页">首页</a>
<a href="http://localhost:1313/categories/" title="Categories">Categories</a>
<a href="http://localhost:1313/tags/" title="Tags">Tags</a>
<a href="http://localhost:1313/daily-ml/" title="Daily ML">Daily ML</a>
<a href="http://localhost:1313/page/about/" title="About">About</a>
</nav>
</div>
</div>
</div>
</header>
<div id="body">
<div class="container">
<div class="col-group">
<div class="col-8" id="main">
<div class="res-cons">
<article class="post">
<header>
<h1 class="post-title">生活的思考</h1>
</header>
<time datetime="2018-10-06T17:00:00Z" class="post-meta meta-date dt-published">
</time>
<div class="post-meta meta-category">
<span> |</span>
<a href='/categories/%E5%AD%A6%E4%B9%A0' target="_blank">学习</a>
</div>
<div class="post-meta">
<span id="busuanzi_container_page_pv"> |
<span id="busuanzi_value_page_pv"></span> <span></span>
</span>
</div>
<div class="post-content">
<p>最近读了《人类简史》的又一部分,除了文化相关的内容以外,其他的内容还没有给我很强的冲击力。等完全读完,将书摘之类的分享到博客上。</p>
<p>这个周末带着女朋友回了家见了一下父母,我也见了她的父母。总体来说双方父母印象都还不错,算是比较顺利,也给了我的生活一些启发。</p>
<p>一般来讲,笔者比较宅,生活大概都是两点一线的,在读书的时候更是如此。近期做了两个比较大的改变:一个是买了人生中的第一款游戏机,switch,在其中找到了不少快乐;另一个是发现放松不是处处 show hand,简单随意一点更好。</p>
<p>游戏机的全名是 <a href="https://www.nintendo.com/switch/">Nintendo Switch</a>。大概长这个样子:(加上微博图床)。这个游戏机经过多个大佬推荐终于到了我的手里。但是玩起来,说实在的,<strong>也没有那么爽</strong>。</p>
<p>前一段时间,看《自控力》比较多,也听了一个知乎的Live,里面对多巴胺提及较多,因此我从多巴胺的角度思考这个问题。这种情况是因为多巴胺让我对这个东西(Switch),进行游戏的满足度的期望值过高,而它给我带来的刺激没有达到我“想象”的那个值,所以我就持续对这个东西进行索求;同样的事情也发生在之前的《PUBG(绝地求生)》,《英雄联盟》上。</p>
<p>从直接的角度看,出于对游戏以及娱乐时长的不满足,导致我进行游戏的时候总是竭尽全力(包括做其他事情可能也是这样)。从好一点的角度看,我这样十分的专注。但是从不好的角度看,这说明我无法同时完成多个事情。</p>
<p>我发现优秀的人是在享受游戏,而不是像我一样追求游戏最后带来的某种东西, 或者说是追求最后的那个结果。这才是在<strong>享受游戏</strong>。</p>
<h2 id="不应使用不开放格式的应用">不应使用不开放格式的应用</h2>
</div>
<div class="post-archive">
<h2></h2>
<ul class="listing">
<li><a href="/2018/10/07/%E7%BB%98%E5%88%B6%E6%B5%81%E7%A8%8B%E5%9B%BE%EF%BC%8C%E5%BD%A2%E6%88%90%E6%96%87%E6%A1%A3/">绘制流程图,形成文档</a></li>
<li><a href="/?p=424/">Pydoc 以及 Docstrings</a></li>
<li><a href="/2018/09/20/ssh-%E6%98%BE%E7%A4%BA%E5%9B%BE%E5%83%8F/">ssh 显示图像</a></li>
<li><a href="/?p=414/">数据不均衡问题</a></li>
<li><a href="/2018/09/13/classifier-%E6%96%87%E4%BB%B6%E5%88%86%E7%B1%BB/">classifier 文件分类</a></li>
</ul>
</div>
<div class="post-meta meta-tags">
</div>
</article>
<div id="disqus_thread"></div>
<script>
window.disqus_config = function () {
};
(function() {
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
return;
}
var d = document, s = d.createElement('script'); s.async = true;
s.src = '//' + "svtter-cn" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
<footer id="footer">
<div>
© 2025 <a href="http://localhost:1313/">Svtter's Blog By </a>
</div>
<br />
<div>
<div class="github-badge">
<a href="https://gohugo.io/" target="_black" rel="nofollow"><span class="badge-subject">Powered by</span><span class="badge-value bg-blue">Hugo</span></a>
</div>
<div class="github-badge">
<a href="https://www.flysnow.org/" target="_black"><span class="badge-subject">Design by</span><span class="badge-value bg-brightgreen">飞雪无情</span></a>
</div>
<div class="github-badge">
<a href="https://github.com/flysnow-org/maupassant-hugo" target="_black"><span class="badge-subject">Theme</span><span class="badge-value bg-yellowgreen">Maupassant</span></a>
</div>
</div>
</footer>
<script type="text/javascript">
window.MathJax = {
tex2jax: {
inlineMath: [['$', '$']],
processEscapes: true
}
};
</script>
<script src='//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script><script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js"></script>
<a id="rocket" href="#top"></a>
<script type="text/javascript" src='/js/totop.js?v=0.0.0' async=""></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-65DJGXT4VC"></script>
<script>
var doNotTrack = false;
if ( false ) {
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
var doNotTrack = (dnt == "1" || dnt == "yes");
}
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-65DJGXT4VC');
}
</script>
<style type="text/css">
div.highlight {
position: relative;
margin: 1em 0px;
}
.copy-code {
display: none;
position: absolute;
top: 4px;
right: 4px;
color: rgba(255, 255, 255, 0.8);
background: rgba(78, 78, 78, 0.8);
border-radius: var(--radius);
padding: 0 5px;
font: inherit;
user-select: none;
cursor: pointer;
border: 0;
--radius: 8px;
}
div.highlight:hover .copy-code,pre:hover .copy-code {
display: block;
}
</style>
<script>
document.querySelectorAll('pre > code').forEach((codeblock) => {
const container = codeblock.parentNode.parentNode;
const copybutton = document.createElement('button');
copybutton.classList.add('copy-code');
copybutton.innerHTML = 'copy';
function copyingDone() {
copybutton.innerHTML = 'copied!';
setTimeout(() => {
copybutton.innerHTML = 'copy';
}, 2000);
}
copybutton.addEventListener('click', (cb) => {
if ('clipboard' in navigator) {
navigator.clipboard.writeText(codeblock.textContent);
copyingDone();
return;
}
const range = document.createRange();
range.selectNodeContents(codeblock);
const selection = window.getSelection();
selection.removeAllRanges();
selection.addRange(range);
try {
document.execCommand('copy');
copyingDone();
} catch (e) { };
selection.removeRange(range);
});
if (container.classList.contains("highlight")) {
container.appendChild(copybutton);
} else if (container.parentNode.firstChild == container) {
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
} else {
codeblock.parentNode.appendChild(copybutton);
}
});
</script>
<script type="text/javascript" src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" async></script>
<script src='/js/js/custom.js'></script>
</div>
<div id="secondary">
<section class="widget">
<form id="search" action='http://localhost:1313/search' method="get" accept-charset="utf-8" target="_blank" _lpchecked="1">
<input type="text" name="q" maxlength="20" placeholder="Search">
<input type="hidden" name="sitesearch" value="http://localhost:1313/">
<button type="submit" class="submit icon-search"></button>
</form>
</section>
<section class="widget">
<h3 class="widget-title"></h3>
<ul class="widget-list">
<li>
<a href="http://localhost:1313/post/2025-02-24-why-i-still-write-about-coding.md/" title="Why I Still Write Blog Post About Coding.md" target="_blank">Why I Still Write Blog Post About Coding.md</a>
</li>
<li>
<a href="http://localhost:1313/post/2025-02-24-different-between-dataset-and-dataloader.md/" title="Dataset 和 DataLoader 的区别是什么" target="_blank">Dataset 和 DataLoader 的区别是什么</a>
</li>
<li>
<a href="http://localhost:1313/post/2025-02-24-where-to-put-your-data-folder.md/" title="Where to Put Your Data Folder.md" target="_blank">Where to Put Your Data Folder.md</a>
</li>
<li>
<a href="http://localhost:1313/post/2025-02-20-using-dify-and-jina-reader.md/" title="Using Dify and Jina Reader.md" target="_blank">Using Dify and Jina Reader.md</a>
</li>
<li>
<a href="http://localhost:1313/post/2025-02-19-certbot-self-signed.md/" title="Certbot Self Signed.md" target="_blank">Certbot Self Signed.md</a>
</li>
<li>
<a href="http://localhost:1313/post/2025-02-17-compile-latex-local.md/" title="Compile Latex Local.md" target="_blank">Compile Latex Local.md</a>
</li>
<li>
<a href="http://localhost:1313/post/2025-02-16-cvmodels.md/" title="Cvmodels.md" target="_blank">Cvmodels.md</a>
</li>
<li>
<a href="http://localhost:1313/post/2025-02-16-hugo-editor.md/" title="Hugo Editor.md" target="_blank">Hugo Editor.md</a>
</li>
<li>
<a href="http://localhost:1313/post/2025-02-16-paper-reading.md/" title="Paper Reading.md" target="_blank">Paper Reading.md</a>
</li>
<li>
<a href="http://localhost:1313/post/2025-02-16-what-is-til.md/" title="What Is TIL.md" target="_blank">What Is TIL.md</a>
</li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title"><a href='/categories/'></a></h3>
<ul class="widget-list">
<li><a href="http://localhost:1313/categories/acm/icpc/">ACM/ICPC (41)</a></li>
<li><a href="http://localhost:1313/categories/coding/">Coding (3)</a></li>
<li><a href="http://localhost:1313/categories/cpp-c++/">Cpp C++ (1)</a></li>
<li><a href="http://localhost:1313/categories/database/">Database (1)</a></li>
<li><a href="http://localhost:1313/categories/devops/">DevOps (28)</a></li>
<li><a href="http://localhost:1313/categories/graphics/">Graphics (1)</a></li>
<li><a href="http://localhost:1313/categories/life/">Life (19)</a></li>
<li><a href="http://localhost:1313/categories/linux/">Linux (23)</a></li>
<li><a href="http://localhost:1313/categories/math/">Math (2)</a></li>
<li><a href="http://localhost:1313/categories/programming/">Programming (31)</a></li>
<li><a href="http://localhost:1313/categories/python-web/">Python Web (11)</a></li>
<li><a href="http://localhost:1313/categories/report/">Report (2)</a></li>
<li><a href="http://localhost:1313/categories/ros/">ROS (7)</a></li>
<li><a href="http://localhost:1313/categories/software/">Software (2)</a></li>
<li><a href="http://localhost:1313/categories/springboot%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/">Springboot学习笔记 (1)</a></li>
<li><a href="http://localhost:1313/categories/summary/">Summary (7)</a></li>
<li><a href="http://localhost:1313/categories/team/">Team (1)</a></li>
<li><a href="http://localhost:1313/categories/til/">Til (1)</a></li>
<li><a href="http://localhost:1313/categories/tools/">Tools (11)</a></li>
<li><a href="http://localhost:1313/categories/translation/">Translation (1)</a></li>
<li><a href="http://localhost:1313/categories/ubuntu/">Ubuntu (7)</a></li>
<li><a href="http://localhost:1313/categories/vim/">Vim (3)</a></li>
<li><a href="http://localhost:1313/categories/web-%E5%BC%80%E5%8F%91/">Web 开发 (2)</a></li>
<li><a href="http://localhost:1313/categories/%E4%B9%90%E8%B6%A3/">乐趣 (16)</a></li>
<li><a href="http://localhost:1313/categories/%E5%89%8D%E7%AB%AF/">前端 (4)</a></li>
<li><a href="http://localhost:1313/categories/%E5%8A%A8%E6%80%81%E8%AF%AD%E8%A8%80/">动态语言 (13)</a></li>
<li><a href="http://localhost:1313/categories/%E5%91%A8%E6%8A%A5/">周报 (2)</a></li>
<li><a href="http://localhost:1313/categories/%E5%AD%A6%E4%B9%A0/">学习 (19)</a></li>
<li><a href="http://localhost:1313/categories/%E5%B7%A5%E7%A8%8B/">工程 (1)</a></li>
<li><a href="http://localhost:1313/categories/%E6%8A%80%E6%9C%AF%E5%8A%9B/">技术力 (8)</a></li>
<li><a href="http://localhost:1313/categories/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/">操作系统 (1)</a></li>
<li><a href="http://localhost:1313/categories/%E6%95%88%E7%8E%87/">效率 (1)</a></li>
<li><a href="http://localhost:1313/categories/%E6%9C%8D%E5%8A%A1/">服务 (1)</a></li>
<li><a href="http://localhost:1313/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/">机器学习 (8)</a></li>
<li><a href="http://localhost:1313/categories/%E6%9D%82%E8%AE%B0/">杂记 (4)</a></li>
<li><a href="http://localhost:1313/categories/%E6%A1%8C%E9%9D%A2%E5%BA%94%E7%94%A8%E5%BC%80%E5%8F%91/">桌面应用开发 (1)</a></li>
<li><a href="http://localhost:1313/categories/%E6%B5%81%E5%AA%92%E4%BD%93/">流媒体 (1)</a></li>
<li><a href="http://localhost:1313/categories/%E7%94%9F%E6%B4%BB/">生活 (11)</a></li>
<li><a href="http://localhost:1313/categories/%E7%AE%A1%E7%90%86/">管理 (1)</a></li>
<li><a href="http://localhost:1313/categories/%E7%BC%96%E7%A8%8B/">编程 (55)</a></li>
<li><a href="http://localhost:1313/categories/%E7%BC%96%E8%AF%91%E5%8E%9F%E7%90%86/">编译原理 (1)</a></li>
<li><a href="http://localhost:1313/categories/%E7%BF%BB%E8%AF%91/">翻译 (3)</a></li>
<li><a href="http://localhost:1313/categories/%E8%BD%AF%E4%BB%B6%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/">软件设计模式 (7)</a></li>
<li><a href="http://localhost:1313/categories/%E9%98%85%E8%AF%BB/">阅读 (4)</a></li>
<li><a href="http://localhost:1313/categories/%E9%9A%8F%E7%AC%94/">随笔 (9)</a></li>
<li><a href="http://localhost:1313/categories/%E9%BB%98%E8%AE%A4/">默认 (17)</a></li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title"><a href='/tags/'></a></h3>
<div class="tagcloud">
<a href="http://localhost:1313/tags/2024/">2024</a>
<a href="http://localhost:1313/tags/about/">About</a>
<a href="http://localhost:1313/tags/active-learning/">Active Learning</a>
<a href="http://localhost:1313/tags/agile/">Agile</a>
<a href="http://localhost:1313/tags/ai/">Ai</a>
<a href="http://localhost:1313/tags/algorithm/">Algorithm</a>
<a href="http://localhost:1313/tags/ant/">Ant</a>
<a href="http://localhost:1313/tags/apple/">Apple</a>
<a href="http://localhost:1313/tags/archlinux/">ArchLinux</a>
<a href="http://localhost:1313/tags/arm/">ARM</a>
<a href="http://localhost:1313/tags/baidu/">Baidu</a>
<a href="http://localhost:1313/tags/beam-search/">Beam Search</a>
<a href="http://localhost:1313/tags/beego/">Beego</a>
<a href="http://localhost:1313/tags/big_data/">Big_data</a>
<a href="http://localhost:1313/tags/blog/">Blog</a>
<a href="http://localhost:1313/tags/book/">Book</a>
<a href="http://localhost:1313/tags/c%23/">C#</a>
<a href="http://localhost:1313/tags/cdma/">CDMA</a>
<a href="http://localhost:1313/tags/centos/">CentOS</a>
<a href="http://localhost:1313/tags/chatgpt/">ChatGPT</a>
<a href="http://localhost:1313/tags/ci/">CI</a>
<a href="http://localhost:1313/tags/classfier/">Classfier</a>
<a href="http://localhost:1313/tags/cloud-computing/">Cloud-Computing</a>
<a href="http://localhost:1313/tags/components/">Components</a>
<a href="http://localhost:1313/tags/computing/">Computing</a>
<a href="http://localhost:1313/tags/concept/">Concept</a>
<a href="http://localhost:1313/tags/container/">Container</a>
<a href="http://localhost:1313/tags/coolify/">Coolify</a>
<a href="http://localhost:1313/tags/cpp/">CPP</a>
<a href="http://localhost:1313/tags/crash/">Crash</a>
<a href="http://localhost:1313/tags/crnn/">CRNN</a>
<a href="http://localhost:1313/tags/csrf/">CSRF</a>
<a href="http://localhost:1313/tags/ctc-loss/">CTC Loss</a>
<a href="http://localhost:1313/tags/cuda/">Cuda</a>
<a href="http://localhost:1313/tags/cursor/">Cursor</a>
<a href="http://localhost:1313/tags/database/">Database</a>
<a href="http://localhost:1313/tags/dataset/">Dataset</a>
<a href="http://localhost:1313/tags/debian/">Debian</a>
<a href="http://localhost:1313/tags/deep-learning/">Deep Learning</a>
<a href="http://localhost:1313/tags/deeplearning/">Deeplearning</a>
<a href="http://localhost:1313/tags/delay/">Delay</a>
<a href="http://localhost:1313/tags/design/">Design</a>
<a href="http://localhost:1313/tags/devops/">Devops</a>
<a href="http://localhost:1313/tags/dhcp/">DHCP</a>
<a href="http://localhost:1313/tags/dify/">Dify</a>
<a href="http://localhost:1313/tags/dingtalk/">Dingtalk</a>
<a href="http://localhost:1313/tags/django/">Django</a>
<a href="http://localhost:1313/tags/django-template/">Django Template</a>
<a href="http://localhost:1313/tags/docker/">Docker</a>
<a href="http://localhost:1313/tags/docker-compose/">Docker-Compose</a>
<a href="http://localhost:1313/tags/documentation/">Documentation</a>
<a href="http://localhost:1313/tags/dotnet/">Dotnet</a>
<a href="http://localhost:1313/tags/editor/">Editor</a>
<a href="http://localhost:1313/tags/elk/">ELK</a>
<a href="http://localhost:1313/tags/emacs/">Emacs</a>
<a href="http://localhost:1313/tags/emotion/">Emotion</a>
<a href="http://localhost:1313/tags/engineering/">Engineering</a>
<a href="http://localhost:1313/tags/fabric/">Fabric</a>
<a href="http://localhost:1313/tags/ffmpeg/">Ffmpeg</a>
<a href="http://localhost:1313/tags/file/">File</a>
<a href="http://localhost:1313/tags/fp/">FP</a>
<a href="http://localhost:1313/tags/frontend/">Frontend</a>
<a href="http://localhost:1313/tags/functional-programming/">Functional Programming</a>
<a href="http://localhost:1313/tags/gcc/">Gcc</a>
<a href="http://localhost:1313/tags/gevent/">Gevent</a>
<a href="http://localhost:1313/tags/ghost/">Ghost</a>
<a href="http://localhost:1313/tags/git/">Git</a>
<a href="http://localhost:1313/tags/github/">GitHub</a>
<a href="http://localhost:1313/tags/gitlab/">GitLab</a>
<a href="http://localhost:1313/tags/go/">Go</a>
<a href="http://localhost:1313/tags/golang/">Golang</a>
<a href="http://localhost:1313/tags/google/">Google</a>
<a href="http://localhost:1313/tags/gpt/">GPT</a>
<a href="http://localhost:1313/tags/gpu/">GPU</a>
<a href="http://localhost:1313/tags/graph/">Graph</a>
<a href="http://localhost:1313/tags/grub/">Grub</a>
<a href="http://localhost:1313/tags/gui/">GUI</a>
<a href="http://localhost:1313/tags/hexo/">Hexo</a>
<a href="http://localhost:1313/tags/highlight/">Highlight</a>
<a href="http://localhost:1313/tags/https/">HTTPS</a>
<a href="http://localhost:1313/tags/im/">IM</a>
<a href="http://localhost:1313/tags/image/">Image</a>
<a href="http://localhost:1313/tags/inference/">Inference</a>
<a href="http://localhost:1313/tags/isp/">ISP</a>
<a href="http://localhost:1313/tags/jade/">Jade</a>
<a href="http://localhost:1313/tags/java/">Java</a>
<a href="http://localhost:1313/tags/javascript/">Javascript</a>
<a href="http://localhost:1313/tags/k8s/">K8s</a>
<a href="http://localhost:1313/tags/keras/">Keras</a>
<a href="http://localhost:1313/tags/kotlin/">Kotlin</a>
<a href="http://localhost:1313/tags/kubernetes/">Kubernetes</a>
<a href="http://localhost:1313/tags/language/">Language</a>
<a href="http://localhost:1313/tags/latex/">Latex</a>
<a href="http://localhost:1313/tags/leanote/">Leanote</a>
<a href="http://localhost:1313/tags/leetcode/">Leetcode</a>
<a href="http://localhost:1313/tags/life/">Life</a>
<a href="http://localhost:1313/tags/links/">Links</a>
<a href="http://localhost:1313/tags/linux/">Linux</a>
<a href="http://localhost:1313/tags/lisp/">Lisp</a>
<a href="http://localhost:1313/tags/llms/">LLMs</a>
<a href="http://localhost:1313/tags/logseq/">Logseq</a>
<a href="http://localhost:1313/tags/lvm/">LVM</a>
<a href="http://localhost:1313/tags/macbook/">Macbook</a>
<a href="http://localhost:1313/tags/management/">Management</a>
<a href="http://localhost:1313/tags/maven/">Maven</a>
<a href="http://localhost:1313/tags/mellow/">Mellow</a>
<a href="http://localhost:1313/tags/meteor/">Meteor</a>
<a href="http://localhost:1313/tags/meterhub/">Meterhub</a>
<a href="http://localhost:1313/tags/migration/">Migration</a>
<a href="http://localhost:1313/tags/module/">Module</a>
<a href="http://localhost:1313/tags/mongodb/">MongoDB</a>
<a href="http://localhost:1313/tags/mysql/">MySQL</a>
<a href="http://localhost:1313/tags/network/">Network</a>
<a href="http://localhost:1313/tags/nginx/">Nginx</a>
<a href="http://localhost:1313/tags/nodejs/">Nodejs</a>
<a href="http://localhost:1313/tags/non-block/">Non-Block</a>
<a href="http://localhost:1313/tags/note/">Note</a>
<a href="http://localhost:1313/tags/oauth2/">OAuth2</a>
<a href="http://localhost:1313/tags/ohmyzsh/">Ohmyzsh</a>
<a href="http://localhost:1313/tags/opencv/">Opencv</a>
<a href="http://localhost:1313/tags/openwrt/">Openwrt</a>
<a href="http://localhost:1313/tags/orm/">ORM</a>
<a href="http://localhost:1313/tags/out-sourcing/">Out Sourcing</a>
<a href="http://localhost:1313/tags/owncloud/">Owncloud</a>
<a href="http://localhost:1313/tags/package/">Package</a>
<a href="http://localhost:1313/tags/paddleocr/">Paddleocr</a>
<a href="http://localhost:1313/tags/paddlepaddle/">Paddlepaddle</a>
<a href="http://localhost:1313/tags/pdm/">Pdm</a>
<a href="http://localhost:1313/tags/php/">Php</a>
<a href="http://localhost:1313/tags/programming/">Programming</a>
<a href="http://localhost:1313/tags/project/">Project</a>
<a href="http://localhost:1313/tags/psychology/">Psychology</a>
<a href="http://localhost:1313/tags/ptsd/">PTSD</a>
<a href="http://localhost:1313/tags/python/">Python</a>
<a href="http://localhost:1313/tags/raspberry/">Raspberry</a>
<a href="http://localhost:1313/tags/react/">React</a>
<a href="http://localhost:1313/tags/report/">Report</a>
<a href="http://localhost:1313/tags/research/">Research</a>
<a href="http://localhost:1313/tags/ruby/">Ruby</a>
<a href="http://localhost:1313/tags/server/">Server</a>
<a href="http://localhost:1313/tags/shell/">Shell</a>
<a href="http://localhost:1313/tags/sleeping/">Sleeping</a>
<a href="http://localhost:1313/tags/software/">Software</a>
<a href="http://localhost:1313/tags/spark/">Spark</a>
<a href="http://localhost:1313/tags/spring/">Spring</a>
<a href="http://localhost:1313/tags/springboot/">Springboot</a>
<a href="http://localhost:1313/tags/ssh/">Ssh</a>
<a href="http://localhost:1313/tags/ssl/">Ssl</a>
<a href="http://localhost:1313/tags/stl/">STL</a>
<a href="http://localhost:1313/tags/summary/">Summary</a>
<a href="http://localhost:1313/tags/swarm/">Swarm</a>
<a href="http://localhost:1313/tags/tcp/ip/">TCP/IP</a>
<a href="http://localhost:1313/tags/tdd/">TDD</a>
<a href="http://localhost:1313/tags/tech/">Tech</a>
<a href="http://localhost:1313/tags/technical-report/">Technical Report</a>
<a href="http://localhost:1313/tags/think/">Think</a>
<a href="http://localhost:1313/tags/thinking/">Thinking</a>
<a href="http://localhost:1313/tags/thought/">Thought</a>
<a href="http://localhost:1313/tags/til/">Til</a>
<a href="http://localhost:1313/tags/tools/">Tools</a>
<a href="http://localhost:1313/tags/torch/">Torch</a>
<a href="http://localhost:1313/tags/traefic/">Traefic</a>
<a href="http://localhost:1313/tags/translation/">Translation</a>
<a href="http://localhost:1313/tags/tricks/">Tricks</a>
<a href="http://localhost:1313/tags/tutorial/">Tutorial</a>
<a href="http://localhost:1313/tags/typescript/">Typescript</a>
<a href="http://localhost:1313/tags/typing/">Typing</a>
<a href="http://localhost:1313/tags/ubuntu/">Ubuntu</a>
<a href="http://localhost:1313/tags/unfinished/">Unfinished</a>
<a href="http://localhost:1313/tags/vim/">Vim</a>
<a href="http://localhost:1313/tags/vps/">VPS</a>
<a href="http://localhost:1313/tags/vscode/">Vscode</a>
<a href="http://localhost:1313/tags/vue/">Vue</a>
<a href="http://localhost:1313/tags/vuejs/">Vuejs</a>
<a href="http://localhost:1313/tags/web/">Web</a>
<a href="http://localhost:1313/tags/webpack/">Webpack</a>
<a href="http://localhost:1313/tags/webrtc/">Webrtc</a>
<a href="http://localhost:1313/tags/weekly/">Weekly</a>
<a href="http://localhost:1313/tags/why/">Why</a>
<a href="http://localhost:1313/tags/wiki/">Wiki</a>
<a href="http://localhost:1313/tags/windows/">Windows</a>
<a href="http://localhost:1313/tags/wordpress/">Wordpress</a>
<a href="http://localhost:1313/tags/zsh/">Zsh</a>
<a href="http://localhost:1313/tags/%E5%88%A4%E5%88%AB%E6%96%B9%E6%B3%95/">判别方法</a>
<a href="http://localhost:1313/tags/%E5%AD%A3%E5%BA%A6%E5%9B%9E%E9%A1%BE/">季度回顾</a>
<a href="http://localhost:1313/tags/%E5%AD%A3%E5%BA%A6%E6%80%BB%E7%BB%93/">季度总结</a>
<a href="http://localhost:1313/tags/%E5%B0%8F%E7%A8%8B%E5%BA%8F/">小程序</a>
<a href="http://localhost:1313/tags/%E5%B9%B6%E8%A1%8C%E8%AE%A1%E7%AE%97/">并行计算</a>
<a href="http://localhost:1313/tags/%E5%BE%AE%E4%BF%A1/">微信</a>
<a href="http://localhost:1313/tags/%E6%80%BB%E7%BB%93/">总结</a>
<a href="http://localhost:1313/tags/%E6%83%B3%E6%B3%95/">想法</a>
<a href="http://localhost:1313/tags/%E6%8A%80%E6%9C%AF%E8%AE%A2%E9%98%85/">技术订阅</a>
<a href="http://localhost:1313/tags/%E6%8C%87%E5%AF%BC%E6%96%B0%E4%BA%BA/">指导新人</a>
<a href="http://localhost:1313/tags/%E6%A0%91%E8%8E%93%E6%B4%BE/">树莓派</a>
<a href="http://localhost:1313/tags/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F/">正则表达式</a>
<a href="http://localhost:1313/tags/%E7%94%9F%E6%88%90%E6%96%B9%E6%B3%95/">生成方法</a>
<a href="http://localhost:1313/tags/%E7%99%BD%E7%9A%AE%E4%B9%A6/">白皮书</a>
<a href="http://localhost:1313/tags/%E7%9B%91%E7%9D%A3%E5%AD%A6%E4%B9%A0/">监督学习</a>
<a href="http://localhost:1313/tags/%E7%AE%97%E6%B3%95/">算法</a>
<a href="http://localhost:1313/tags/%E8%B4%A2%E5%8A%A1/">财务</a>
<a href="http://localhost:1313/tags/%E9%98%85%E8%AF%BB%E7%AC%94%E8%AE%B0/">阅读笔记</a>
</div>
</section>
<section class="widget">
<h3 class="widget-title"></h3>
<ul class="widget-list">
<li><a href="http://localhost:1313/index.xml"></a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
</body>
</html>