-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss2.xml
923 lines (416 loc) · 39.8 KB
/
rss2.xml
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
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>ShanSan</title>
<link>https://yeshan333.github.io/</link>
<image>
<url>https://ospy.shan333.cn/blog/blog.avatar.jpg</url>
<title>ShanSan</title>
<link>https://yeshan333.github.io/</link>
</image>
<atom:link href="https://yeshan333.github.io/rss2.xml" rel="self" type="application/rss+xml"/>
<description>ShanSan's Blog</description>
<pubDate>Thu, 06 Feb 2025 15:40:38 GMT</pubDate>
<generator>http://hexo.io/</generator>
<item>
<title>使用 mkcert 本地部署启动了 TLS/SSL 加密通讯的 MongoDB 副本集和分片集群</title>
<link>https://yeshan333.github.io/2025/02/06/mongodb-deployment-with-tls-and-mkcert/</link>
<guid>https://yeshan333.github.io/2025/02/06/mongodb-deployment-with-tls-and-mkcert/</guid>
<pubDate>Thu, 06 Feb 2025 15:40:38 GMT</pubDate>
<description>使用 mkcert 本地部署启动了 TLS/SSL 加密通讯的 MongoDB 副本集和分片集群</description>
<category domain="https://yeshan333.github.io/categories/MongoDB/">MongoDB</category>
<category domain="https://yeshan333.github.io/categories/TLS-SSL/">TLS/SSL</category>
<category domain="https://yeshan333.github.io/tags/MongoDB-ReplicaSet/">MongoDB-ReplicaSet</category>
<category domain="https://yeshan333.github.io/tags/MongoDB-Sharding-Cluster/">MongoDB-Sharding-Cluster</category>
<category domain="https://yeshan333.github.io/tags/TLS-SSL/">TLS/SSL</category>
<comments>https://yeshan333.github.io/2025/02/06/mongodb-deployment-with-tls-and-mkcert/#disqus_thread</comments>
</item>
<item>
<title>在 Visual Studio Code 与微信开发者工具中调试使用 emscripten 基于 C 生成的 WASM 代码</title>
<link>https://yeshan333.github.io/2025/01/08/debug-emscripten-wasm-in-vscode/</link>
<guid>https://yeshan333.github.io/2025/01/08/debug-emscripten-wasm-in-vscode/</guid>
<pubDate>Wed, 08 Jan 2025 00:30:39 GMT</pubDate>
<description>在 Visual Studio Code 与微信开发者工具中调试 emscripten 生成的 WASM 代码</description>
<category domain="https://yeshan333.github.io/categories/WebAssembly/">WebAssembly</category>
<category domain="https://yeshan333.github.io/tags/WebAssembly/">WebAssembly</category>
<category domain="https://yeshan333.github.io/tags/WeChat/">WeChat</category>
<category domain="https://yeshan333.github.io/tags/emscripten/">emscripten</category>
<category domain="https://yeshan333.github.io/tags/vscode/">vscode</category>
<comments>https://yeshan333.github.io/2025/01/08/debug-emscripten-wasm-in-vscode/#disqus_thread</comments>
</item>
<item>
<title>(Amazing!) 通过 vfox 在 Windows 上安装管理多个 Erlang/OTP 和 Elixir 的版本</title>
<link>https://yeshan333.github.io/2024/06/18/install-erlang-and-elixir-via-vfox-on-windows/</link>
<guid>https://yeshan333.github.io/2024/06/18/install-erlang-and-elixir-via-vfox-on-windows/</guid>
<pubDate>Tue, 18 Jun 2024 22:58:39 GMT</pubDate>
<description>通过 vfox 安装在 Windows 上管理多个 Erlang/OTP 和 Elixir 的版本</description>
<category domain="https://yeshan333.github.io/categories/vfox/">vfox</category>
<category domain="https://yeshan333.github.io/tags/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Erlang/">Erlang</category>
<category domain="https://yeshan333.github.io/tags/vfox/">vfox</category>
<category domain="https://yeshan333.github.io/tags/Windows/">Windows</category>
<comments>https://yeshan333.github.io/2024/06/18/install-erlang-and-elixir-via-vfox-on-windows/#disqus_thread</comments>
</item>
<item>
<title>手把手教你如何在 Sider (ChatGPT Sidebar) 中免费使用通义千问</title>
<link>https://yeshan333.github.io/2024/05/29/free-to-use-sider-with-qwen/</link>
<guid>https://yeshan333.github.io/2024/05/29/free-to-use-sider-with-qwen/</guid>
<pubDate>Wed, 29 May 2024 00:29:49 GMT</pubDate>
<description>手把手教你如何在 Sider (ChatGPT Sidebar) 中免费使用通义千问</description>
<category domain="https://yeshan333.github.io/categories/%E5%A4%A7%E6%A8%A1%E5%9E%8B/">大模型</category>
<category domain="https://yeshan333.github.io/categories/LLMs/">LLMs</category>
<category domain="https://yeshan333.github.io/categories/Sider/">Sider</category>
<category domain="https://yeshan333.github.io/tags/Sider/">Sider</category>
<category domain="https://yeshan333.github.io/tags/%E9%80%9A%E4%B9%89%E5%8D%83%E9%97%AE/">通义千问</category>
<comments>https://yeshan333.github.io/2024/05/29/free-to-use-sider-with-qwen/#disqus_thread</comments>
</item>
<item>
<title>使用 vscode 插件 vscode-jenkins-pipeline-linter-connector 和 LLMs 大模型校验你的 Jenkinsfile</title>
<link>https://yeshan333.github.io/2024/05/25/validate-jenkinsfile/</link>
<guid>https://yeshan333.github.io/2024/05/25/validate-jenkinsfile/</guid>
<pubDate>Sat, 25 May 2024 17:05:12 GMT</pubDate>
<description>使用 vscode 插件 vscode-jenkins-pipeline-linter-connector 和 LLMs 校验你的 Jenkinsfile</description>
<category domain="https://yeshan333.github.io/categories/Jenkins/">Jenkins</category>
<category domain="https://yeshan333.github.io/tags/Jenkins/">Jenkins</category>
<category domain="https://yeshan333.github.io/tags/Cloudflare/">Cloudflare</category>
<category domain="https://yeshan333.github.io/tags/Workers-AI/">Workers AI</category>
<category domain="https://yeshan333.github.io/tags/Langchain/">Langchain</category>
<category domain="https://yeshan333.github.io/tags/LLMs/">LLMs</category>
<comments>https://yeshan333.github.io/2024/05/25/validate-jenkinsfile/#disqus_thread</comments>
</item>
<item>
<title>etcd 和 MongoDB 的混沌(故障)测试方法</title>
<link>https://yeshan333.github.io/2024/05/18/etcd-and-mongodb-chaos-testing/</link>
<guid>https://yeshan333.github.io/2024/05/18/etcd-and-mongodb-chaos-testing/</guid>
<pubDate>Sat, 18 May 2024 15:02:09 GMT</pubDate>
<description>etcd 和 MongoDB 的混沌(故障)测试方法</description>
<category domain="https://yeshan333.github.io/categories/Chaos/">Chaos</category>
<category domain="https://yeshan333.github.io/tags/Chaos-Testing/">Chaos Testing</category>
<category domain="https://yeshan333.github.io/tags/etcd/">etcd</category>
<category domain="https://yeshan333.github.io/tags/MongoDB/">MongoDB</category>
<comments>https://yeshan333.github.io/2024/05/18/etcd-and-mongodb-chaos-testing/#disqus_thread</comments>
</item>
<item>
<title>通过 vfox 安装管理多版本 Erlang 和 Elixir</title>
<link>https://yeshan333.github.io/2024/04/27/install-erlang-and-elixir-via-vfox/</link>
<guid>https://yeshan333.github.io/2024/04/27/install-erlang-and-elixir-via-vfox/</guid>
<pubDate>Sat, 27 Apr 2024 15:36:31 GMT</pubDate>
<description>通过 vfox 安装管理多版本 Erlang 和 Elixir</description>
<category domain="https://yeshan333.github.io/categories/vfox/">vfox</category>
<category domain="https://yeshan333.github.io/tags/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Erlang/">Erlang</category>
<category domain="https://yeshan333.github.io/tags/vfox/">vfox</category>
<comments>https://yeshan333.github.io/2024/04/27/install-erlang-and-elixir-via-vfox/#disqus_thread</comments>
</item>
<item>
<title>使用 vfox-erlang 安装管理多个 Erlang/OTP 版本</title>
<link>https://yeshan333.github.io/2024/04/25/using-vfox-erlang-to-manage-erlang-version/</link>
<guid>https://yeshan333.github.io/2024/04/25/using-vfox-erlang-to-manage-erlang-version/</guid>
<pubDate>Thu, 25 Apr 2024 23:15:01 GMT</pubDate>
<description>使用 vfox-erlang 安装管理多个 Erlang/OTP 版本</description>
<category domain="https://yeshan333.github.io/categories/vfox/">vfox</category>
<category domain="https://yeshan333.github.io/tags/vfox/">vfox</category>
<category domain="https://yeshan333.github.io/tags/Erlang-OTP/">Erlang/OTP</category>
<category domain="https://yeshan333.github.io/tags/vfox-plugin/">vfox-plugin</category>
<category domain="https://yeshan333.github.io/tags/vfox-erlang/">vfox-erlang</category>
<comments>https://yeshan333.github.io/2024/04/25/using-vfox-erlang-to-manage-erlang-version/#disqus_thread</comments>
</item>
<item>
<title>使用 chezmoi & vscode, 管理你的 dotfiles</title>
<link>https://yeshan333.github.io/2024/03/23/using-chezmoi-to-manage-dotfiles/</link>
<guid>https://yeshan333.github.io/2024/03/23/using-chezmoi-to-manage-dotfiles/</guid>
<pubDate>Sat, 23 Mar 2024 16:11:23 GMT</pubDate>
<description>使用 chezmoi & vscode, 管理你的 dotfiles</description>
<category domain="https://yeshan333.github.io/categories/dotfiles/">dotfiles</category>
<category domain="https://yeshan333.github.io/tags/chezmoi/">chezmoi</category>
<category domain="https://yeshan333.github.io/tags/dotfiles/">dotfiles</category>
<comments>https://yeshan333.github.io/2024/03/23/using-chezmoi-to-manage-dotfiles/#disqus_thread</comments>
</item>
<item>
<title>使用 WXT 开发浏览器插件(上手使用篇)</title>
<link>https://yeshan333.github.io/2024/03/15/develop-web-extension-with-wxt/</link>
<guid>https://yeshan333.github.io/2024/03/15/develop-web-extension-with-wxt/</guid>
<pubDate>Fri, 15 Mar 2024 07:47:53 GMT</pubDate>
<description>WXT 开发浏览器插件</description>
<category domain="https://yeshan333.github.io/categories/%E6%B5%8F%E8%A7%88%E5%99%A8%E6%8F%92%E4%BB%B6%E5%BC%80%E5%8F%91/">浏览器插件开发</category>
<category domain="https://yeshan333.github.io/tags/extension/">extension</category>
<category domain="https://yeshan333.github.io/tags/WXT/">WXT</category>
<comments>https://yeshan333.github.io/2024/03/15/develop-web-extension-with-wxt/#disqus_thread</comments>
</item>
<item>
<title>Windows PowerToys:屏幕标尺,测量屏幕上任何内容的像素</title>
<link>https://yeshan333.github.io/2024/03/13/markup-screen/</link>
<guid>https://yeshan333.github.io/2024/03/13/markup-screen/</guid>
<pubDate>Wed, 13 Mar 2024 03:23:55 GMT</pubDate>
<description>屏幕标尺,测量屏幕上任何内容的像素</description>
<category domain="https://yeshan333.github.io/categories/%E8%AE%BE%E8%AE%A1%E5%B7%A5%E5%85%B7/">设计工具</category>
<category domain="https://yeshan333.github.io/tags/%E8%AE%BE%E8%AE%A1%E5%B7%A5%E5%85%B7/">设计工具</category>
<comments>https://yeshan333.github.io/2024/03/13/markup-screen/#disqus_thread</comments>
</item>
<item>
<title>Awesome Technology Weekly Zh-Hans - 中文技术月/周/日刊一览</title>
<link>https://yeshan333.github.io/2024/03/04/awesome-tech-weekly-zh/</link>
<guid>https://yeshan333.github.io/2024/03/04/awesome-tech-weekly-zh/</guid>
<pubDate>Mon, 04 Mar 2024 11:14:47 GMT</pubDate>
<description>Awesome Technology Weekly Zh-Hans - 中文技术月/周/日刊一览, 文章每三小时刷新</description>
<category domain="https://yeshan333.github.io/categories/Tech-Weekly/">Tech-Weekly</category>
<category domain="https://yeshan333.github.io/tags/Tech-Weekly/">Tech-Weekly</category>
<comments>https://yeshan333.github.io/2024/03/04/awesome-tech-weekly-zh/#disqus_thread</comments>
</item>
<item>
<title>使用 go-ycsb 对 etcd 进行基准 (benchmark) 性能测试</title>
<link>https://yeshan333.github.io/2024/02/29/using-ycsb-benchmark-etcd/</link>
<guid>https://yeshan333.github.io/2024/02/29/using-ycsb-benchmark-etcd/</guid>
<pubDate>Thu, 29 Feb 2024 14:16:51 GMT</pubDate>
<description>using go-ycsb to benchmark etcd.</description>
<category domain="https://yeshan333.github.io/categories/go-ycsb/">go-ycsb</category>
<category domain="https://yeshan333.github.io/tags/etcd/">etcd</category>
<category domain="https://yeshan333.github.io/tags/Go/">Go</category>
<category domain="https://yeshan333.github.io/tags/YCSB/">YCSB</category>
<category domain="https://yeshan333.github.io/tags/go-ycsb/">go-ycsb</category>
<category domain="https://yeshan333.github.io/tags/benchmark/">benchmark</category>
<comments>https://yeshan333.github.io/2024/02/29/using-ycsb-benchmark-etcd/#disqus_thread</comments>
</item>
<item>
<title>使用 GitHub Codespaces 加速 Elixir 开发环境工作速度</title>
<link>https://yeshan333.github.io/2024/02/19/elixir-github-codespace-dev/</link>
<guid>https://yeshan333.github.io/2024/02/19/elixir-github-codespace-dev/</guid>
<pubDate>Mon, 19 Feb 2024 16:29:08 GMT</pubDate>
<description>create elixir dev env with github codespaces</description>
<category domain="https://yeshan333.github.io/categories/Github-Codespaces/">Github Codespaces</category>
<category domain="https://yeshan333.github.io/tags/Elixir-Github-Codespaces/">Elixir, Github Codespaces</category>
<comments>https://yeshan333.github.io/2024/02/19/elixir-github-codespace-dev/#disqus_thread</comments>
</item>
<item>
<title>乐理通识</title>
<link>https://yeshan333.github.io/2024/02/07/become-a-romantic-muscian/</link>
<guid>https://yeshan333.github.io/2024/02/07/become-a-romantic-muscian/</guid>
<pubDate>Wed, 07 Feb 2024 18:40:24 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><p>2023 年搞了台雅马哈 61 键的电子琴,顺手看了下啊 B 的上的课程 <a</description>
<category domain="https://yeshan333.github.io/categories/music/">music</category>
<category domain="https://yeshan333.github.io/tags/music/">music</category>
<comments>https://yeshan333.github.io/2024/02/07/become-a-romantic-muscian/#disqus_thread</comments>
</item>
<item>
<title>Elixir 依赖 (deps) 调试的小技巧</title>
<link>https://yeshan333.github.io/2023/08/12/elixir-deps-debug-skills/</link>
<guid>https://yeshan333.github.io/2023/08/12/elixir-deps-debug-skills/</guid>
<pubDate>Sat, 12 Aug 2023 16:15:40 GMT</pubDate>
<description>Elixir 依赖 (deps) 调试的小技巧</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Deps/">Deps</category>
<category domain="https://yeshan333.github.io/tags/Mix/">Mix</category>
<comments>https://yeshan333.github.io/2023/08/12/elixir-deps-debug-skills/#disqus_thread</comments>
</item>
<item>
<title>(译) Server-Sent Events: the alternative to WebSockets you should be using</title>
<link>https://yeshan333.github.io/2023/03/11/sse-websocket/</link>
<guid>https://yeshan333.github.io/2023/03/11/sse-websocket/</guid>
<pubDate>Sat, 11 Mar 2023 14:26:29 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><blockquote>
<p>原文地址: <a</description>
<category domain="https://yeshan333.github.io/categories/SSE/">SSE</category>
<category domain="https://yeshan333.github.io/tags/Python/">Python</category>
<category domain="https://yeshan333.github.io/tags/Websocket/">Websocket</category>
<category domain="https://yeshan333.github.io/tags/SSE/">SSE</category>
<comments>https://yeshan333.github.io/2023/03/11/sse-websocket/#disqus_thread</comments>
</item>
<item>
<title>2022 | Summary</title>
<link>https://yeshan333.github.io/2023/02/26/2022-annual-reviewed/</link>
<guid>https://yeshan333.github.io/2023/02/26/2022-annual-reviewed/</guid>
<pubDate>Sun, 26 Feb 2023 15:59:12 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><p>迟来的总结,2022</description>
<category domain="https://yeshan333.github.io/categories/blog/">blog</category>
<category domain="https://yeshan333.github.io/tags/blog/">blog</category>
<comments>https://yeshan333.github.io/2023/02/26/2022-annual-reviewed/#disqus_thread</comments>
</item>
<item>
<title>(译)Elixir Tip: Case vs. With</title>
<link>https://yeshan333.github.io/2022/11/26/Elixir-Tip-Case-vs-With/</link>
<guid>https://yeshan333.github.io/2022/11/26/Elixir-Tip-Case-vs-With/</guid>
<pubDate>Sat, 26 Nov 2022 23:10:46 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><p>从 1.2 版本开始, <code>with</code> 运算符是需要点时间去理解的 ELixir 特性之一.</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir/">Elixir</category>
<comments>https://yeshan333.github.io/2022/11/26/Elixir-Tip-Case-vs-With/#disqus_thread</comments>
</item>
<item>
<title>the-solution-of-elixir-continuous-runtime-system-code-coverage-collection</title>
<link>https://yeshan333.github.io/2022/08/31/the-solution-of-elixir-continuous-runtime-system-code-coverage-collection/</link>
<guid>https://yeshan333.github.io/2022/08/31/the-solution-of-elixir-continuous-runtime-system-code-coverage-collection/</guid>
<pubDate>Wed, 31 Aug 2022 22:43:10 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><blockquote>
<p><a</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Test-Coverage/">Test Coverage</category>
<comments>https://yeshan333.github.io/2022/08/31/the-solution-of-elixir-continuous-runtime-system-code-coverage-collection/#disqus_thread</comments>
</item>
<item>
<title>Elixir 连续运行时代码覆盖率采集方案</title>
<link>https://yeshan333.github.io/2022/06/29/elixir-run-time-code-line-level-coverage-collection/</link>
<guid>https://yeshan333.github.io/2022/06/29/elixir-run-time-code-line-level-coverage-collection/</guid>
<pubDate>Wed, 29 Jun 2022 23:14:26 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><h2 id="1-浅谈代码覆盖率"><a href="#1-浅谈代码覆盖率" class="headerlink"</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Test-Coverage/">Test Coverage</category>
<comments>https://yeshan333.github.io/2022/06/29/elixir-run-time-code-line-level-coverage-collection/#disqus_thread</comments>
</item>
<item>
<title>(译) Understanding Elixir Macros, Part 6 - In-place Code Generation</title>
<link>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-6-in-place-code-generation/</link>
<guid>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-6-in-place-code-generation/</guid>
<pubDate>Sun, 19 Jun 2022 17:47:21 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><blockquote>
<p>Elixir Macros 系列文章译文</p>
<ul>
<li>[1] <a</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir-Macros/">Elixir-Macros</category>
<comments>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-6-in-place-code-generation/#disqus_thread</comments>
</item>
<item>
<title>(译) Understanding Elixir Macros, Part 5 - Reshaping the AST</title>
<link>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-5-reshaping-the-ast/</link>
<guid>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-5-reshaping-the-ast/</guid>
<pubDate>Sun, 19 Jun 2022 16:56:29 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><blockquote>
<p>Elixir Macros 系列文章译文</p>
<ul>
<li>[1] <a</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir-Macros/">Elixir-Macros</category>
<comments>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-5-reshaping-the-ast/#disqus_thread</comments>
</item>
<item>
<title>(译) Understanding Elixir Macros, Part 4 - Diving Deeper</title>
<link>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-4-diving-deeper/</link>
<guid>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-4-diving-deeper/</guid>
<pubDate>Sun, 19 Jun 2022 12:02:19 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><blockquote>
<p>Elixir Macros 系列文章译文</p>
<ul>
<li>[1] <a</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir-Macros/">Elixir-Macros</category>
<comments>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-4-diving-deeper/#disqus_thread</comments>
</item>
<item>
<title>(译) Understanding Elixir Macros, Part 3 - Getting into the AST</title>
<link>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-3-getting-into-the-ast/</link>
<guid>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-3-getting-into-the-ast/</guid>
<pubDate>Sun, 19 Jun 2022 10:53:07 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><blockquote>
<p>Elixir Macros 系列文章译文</p>
<ul>
<li>[1] <a</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir-Macros/">Elixir-Macros</category>
<comments>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-3-getting-into-the-ast/#disqus_thread</comments>
</item>
<item>
<title>(译) Understanding Elixir Macros, Part 2 - Macro Theory</title>
<link>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-2-macro-theory/</link>
<guid>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-2-macro-theory/</guid>
<pubDate>Sun, 19 Jun 2022 00:36:03 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><blockquote>
<p>Elixir Macros 系列文章译文</p>
<ul>
<li>[1] <a</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir-Macros/">Elixir-Macros</category>
<comments>https://yeshan333.github.io/2022/06/19/understanding-elixir-macros-part-2-macro-theory/#disqus_thread</comments>
</item>
<item>
<title>(译) Understanding Elixir Macros, Part 1 Basics</title>
<link>https://yeshan333.github.io/2022/06/18/understanding-elixir-macros-part-1-basics/</link>
<guid>https://yeshan333.github.io/2022/06/18/understanding-elixir-macros-part-1-basics/</guid>
<pubDate>Sat, 18 Jun 2022 14:13:45 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><blockquote>
<p>Elixir Macros 系列文章译文</p>
<ul>
<li>[1] <a</description>
<category domain="https://yeshan333.github.io/categories/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/Elixir-Macros/">Elixir-Macros</category>
<comments>https://yeshan333.github.io/2022/06/18/understanding-elixir-macros-part-1-basics/#disqus_thread</comments>
</item>
<item>
<title>(译) 理解 Prometheus 的范围向量 (Range Vector)</title>
<link>https://yeshan333.github.io/2022/04/23/understanding-prometheus-range-vectors/</link>
<guid>https://yeshan333.github.io/2022/04/23/understanding-prometheus-range-vectors/</guid>
<pubDate>Sat, 23 Apr 2022 15:38:37 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><p>Prometheus 中 Range Vector</description>
<category domain="https://yeshan333.github.io/categories/Prometheus/">Prometheus</category>
<category domain="https://yeshan333.github.io/tags/Prometheus/">Prometheus</category>
<comments>https://yeshan333.github.io/2022/04/23/understanding-prometheus-range-vectors/#disqus_thread</comments>
</item>
<item>
<title>Go json Marshal & UnMarshal 的一点小 trick</title>
<link>https://yeshan333.github.io/2022/03/30/Go-json-Marshal-UnMarshal-%E7%9A%84%E4%B8%80%E7%82%B9%E5%B0%8F-trick/</link>
<guid>https://yeshan333.github.io/2022/03/30/Go-json-Marshal-UnMarshal-%E7%9A%84%E4%B8%80%E7%82%B9%E5%B0%8F-trick/</guid>
<pubDate>Wed, 30 Mar 2022 23:58:46 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><p>在编写 Web Service 等涉及数据序列化和反序列化的场景,对于 JSON 类型的数据,在 Go</description>
<category domain="https://yeshan333.github.io/categories/Go/">Go</category>
<category domain="https://yeshan333.github.io/tags/json/">json</category>
<category domain="https://yeshan333.github.io/tags/Marshal/">Marshal</category>
<category domain="https://yeshan333.github.io/tags/UnMarshal/">UnMarshal</category>
<comments>https://yeshan333.github.io/2022/03/30/Go-json-Marshal-UnMarshal-%E7%9A%84%E4%B8%80%E7%82%B9%E5%B0%8F-trick/#disqus_thread</comments>
</item>
<item>
<title>profiling & Flame Graphs</title>
<link>https://yeshan333.github.io/2022/02/26/profiling-flame-graph/</link>
<guid>https://yeshan333.github.io/2022/02/26/profiling-flame-graph/</guid>
<pubDate>Sat, 26 Feb 2022 22:54:38 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><p>忽然想起来还没怎么用过 profiling</description>
<category domain="https://yeshan333.github.io/categories/Performance/">Performance</category>
<category domain="https://yeshan333.github.io/categories/Performance/Profiling/">Profiling</category>
<category domain="https://yeshan333.github.io/tags/Elixir/">Elixir</category>
<category domain="https://yeshan333.github.io/tags/React/">React</category>
<category domain="https://yeshan333.github.io/tags/Go/">Go</category>
<category domain="https://yeshan333.github.io/tags/Profiling/">Profiling</category>
<category domain="https://yeshan333.github.io/tags/Flame-Graphs/">Flame Graphs</category>
<comments>https://yeshan333.github.io/2022/02/26/profiling-flame-graph/#disqus_thread</comments>
</item>
<item>
<title>状态机的一点儿事(fsm-smr-dfsm)</title>
<link>https://yeshan333.github.io/2022/01/31/fsm-smr-dfsm/</link>
<guid>https://yeshan333.github.io/2022/01/31/fsm-smr-dfsm/</guid>
<pubDate>Mon, 31 Jan 2022 17:32:51 GMT</pubDate>
<description><link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><h2 id="有限状态机(Finite-State-Machine)"><a</description>
<category domain="https://yeshan333.github.io/categories/Compile/">Compile</category>
<category domain="https://yeshan333.github.io/tags/FSM/">FSM</category>
<category domain="https://yeshan333.github.io/tags/Compiler/">Compiler</category>
<category domain="https://yeshan333.github.io/tags/Lexer/">Lexer</category>
<comments>https://yeshan333.github.io/2022/01/31/fsm-smr-dfsm/#disqus_thread</comments>
</item>
<item>
<title>2021 | 肆意随心</title>
<link>https://yeshan333.github.io/2022/01/01/2021-annual-reviewed/</link>
<guid>https://yeshan333.github.io/2022/01/01/2021-annual-reviewed/</guid>
<pubDate>Sat, 01 Jan 2022 12:55:00 GMT</pubDate>
<description><h2 id="Yeah"><a href="#Yeah" class="headerlink" title="Yeah"></a>Yeah</h2><p>“兜兜转转”又一年了,又到了该水年度 Review 的时候啦✅❇️。</p>
<p>算下来,博客三年了,准备开启新的三年了。这篇总结也算是第三篇总结了,3 - 可以说是我很喜欢的数字,挺多网名(ShanSan、yeshan333),还有博客域名(shansan.top、shan333.cn、…)是和“三”有关的(and so on),也算是“谐音梗”啦😎?</p>
<p>回头看看之前写的几篇总结,还挺有意思的。21 年似乎并没有太多那么刻意去做的事,想到了就去试试了。这一次,不需要那么的有条理性,随手一记。</p></description>
<category domain="https://yeshan333.github.io/categories/blog/">blog</category>
<category domain="https://yeshan333.github.io/tags/blog/">blog</category>
<comments>https://yeshan333.github.io/2022/01/01/2021-annual-reviewed/#disqus_thread</comments>
</item>
<item>
<title>Git 仓库瘦身与 LFS 大文件存储</title>
<link>https://yeshan333.github.io/2021/12/26/git-lfs-and-thin-repo/</link>
<guid>https://yeshan333.github.io/2021/12/26/git-lfs-and-thin-repo/</guid>
<pubDate>Sun, 26 Dec 2021 16:26:23 GMT</pubDate>
<description><p>熟悉 Git 的小伙伴应该都知道随着 Git 仓库维护的时间越来越久,追踪的文件越来越多,git 存储的 <a href="https://git-scm.com/book/en/v2/Git-Internals-Git-Objects">objects</a> 数量会极其庞大,每次从远程仓库 git clone 的时候都会墨迹很久。如果我们不小心 <code>git add</code> 了一个体积很大的文件,且 <code>git push</code> 到了远程仓库,那么我们 <code>git clone</code> 的时候也会很慢。</p>
<p>看一下 GitHub 上的 <a href="/~https://github.com/microsoft/vscode">microsoft&#x2F;vscode</a> 仓库,都有 九万多个 commit 了,可想而知 objects 的数量应该很恐怖,尝试 clone 一下(一百多万个 objects):</p>
<p><img src="https://cdn.jsdelivr.net/gh/yeshan333/blog_images@main/github_vscode.png" alt="github vscode repo"></p></description>
<category domain="https://yeshan333.github.io/categories/Git/">Git</category>
<category domain="https://yeshan333.github.io/tags/Git/">Git</category>
<comments>https://yeshan333.github.io/2021/12/26/git-lfs-and-thin-repo/#disqus_thread</comments>
</item>
</channel>
</rss>