-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaudio-feed-en.xml
1788 lines (1788 loc) · 111 KB
/
audio-feed-en.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
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<title>My Audio Podcast - EN</title>
<link>https://lzwjava.github.io/</link>
<description>A podcast with audio episodes in en</description>
<docs>http://www.rssboard.org/rss-specification</docs>
<generator>python-feedgen</generator>
<language>en</language>
<lastBuildDate>Thu, 20 Mar 2025 05:38:50 +0000</lastBuildDate>
<item>
<title>Bifocals</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-10-bifocals-en.mp3</link>
<description>Episode: Bifocals</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-10-bifocals-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-10-bifocals-en.mp3" length="336140" type="audio/mpeg"/>
<pubDate>Tue, 10 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Thinking</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-11-thinking-en.mp3</link>
<description>Episode: Thinking</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-11-thinking-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-11-thinking-en.mp3" length="435692" type="audio/mpeg"/>
<pubDate>Wed, 11 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Zsh Hooks</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-17-zsh-hooks-en.mp3</link>
<description>Episode: Zsh Hooks</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-17-zsh-hooks-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-17-zsh-hooks-en.mp3" length="1188812" type="audio/mpeg"/>
<pubDate>Tue, 17 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>How to Avoid Death</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-17-avoid-death-en.mp3</link>
<description>Episode: How to Avoid Death</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-17-avoid-death-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-17-avoid-death-en.mp3" length="996332" type="audio/mpeg"/>
<pubDate>Tue, 17 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Special Settings in iOS</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-17-ios-settings-en.mp3</link>
<description>Episode: Special Settings in iOS</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-17-ios-settings-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-17-ios-settings-en.mp3" length="302060" type="audio/mpeg"/>
<pubDate>Tue, 17 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Exploring System Prompts in Grok and Claude</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-17-system-prompt-en.mp3</link>
<description>Episode: Exploring System Prompts in Grok and Claude</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-17-system-prompt-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-17-system-prompt-en.mp3" length="1040300" type="audio/mpeg"/>
<pubDate>Tue, 17 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>ChatGPT’s Bug with Nested Code Blocks</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-18-chatgpt-nested-en.mp3</link>
<description>Episode: ChatGPT’s Bug with Nested Code Blocks</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-18-chatgpt-nested-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-18-chatgpt-nested-en.mp3" length="292364" type="audio/mpeg"/>
<pubDate>Wed, 18 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Echo Plays Loud Sounds When Connected</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-18-echo-en.mp3</link>
<description>Episode: Echo Plays Loud Sounds When Connected</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-18-echo-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-18-echo-en.mp3" length="94604" type="audio/mpeg"/>
<pubDate>Wed, 18 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Getting Started with Google Text-to-Speech API</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-18-gcp-speech-en.mp3</link>
<description>Episode: Getting Started with Google Text-to-Speech API</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-18-gcp-speech-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-18-gcp-speech-en.mp3" length="1410572" type="audio/mpeg"/>
<pubDate>Wed, 18 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Redsocks in Action</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-18-redsocks-en.mp3</link>
<description>Episode: Redsocks in Action</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-18-redsocks-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-18-redsocks-en.mp3" length="2235116" type="audio/mpeg"/>
<pubDate>Wed, 18 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Benefits of Repetition in Programming</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-18-repeatition-benefits-en.mp3</link>
<description>Episode: The Benefits of Repetition in Programming</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-18-repeatition-benefits-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-18-repeatition-benefits-en.mp3" length="549932" type="audio/mpeg"/>
<pubDate>Wed, 18 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Why External Hard Drives Should Have Built-In Cables</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-18-disk-en.mp3</link>
<description>Episode: Why External Hard Drives Should Have Built-In Cables</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-18-disk-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-18-disk-en.mp3" length="144140" type="audio/mpeg"/>
<pubDate>Wed, 18 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Blood Pressure Monitor, Stethoscope, and Vision Chart</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-19-health-tools-en.mp3</link>
<description>Episode: Blood Pressure Monitor, Stethoscope, and Vision Chart</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-19-health-tools-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-19-health-tools-en.mp3" length="580940" type="audio/mpeg"/>
<pubDate>Thu, 19 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Long-Term Thinking in Cloud Server Selection</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-19-server-provider-en.mp3</link>
<description>Episode: Long-Term Thinking in Cloud Server Selection</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-19-server-provider-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-19-server-provider-en.mp3" length="216812" type="audio/mpeg"/>
<pubDate>Thu, 19 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Try V2Ray: A Step-by-Step Guide</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-19-v2ray-en.mp3</link>
<description>Episode: Try V2Ray: A Step-by-Step Guide</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-19-v2ray-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-19-v2ray-en.mp3" length="2107628" type="audio/mpeg"/>
<pubDate>Thu, 19 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Order of "Pin to Top" Conversations</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-20-pin-en.mp3</link>
<description>Episode: The Order of "Pin to Top" Conversations</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-20-pin-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-20-pin-en.mp3" length="122924" type="audio/mpeg"/>
<pubDate>Fri, 20 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Setting Up an Azure Server</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-20-azure-vm-en.mp3</link>
<description>Episode: Setting Up an Azure Server</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-20-azure-vm-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-20-azure-vm-en.mp3" length="1156460" type="audio/mpeg"/>
<pubDate>Fri, 20 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Left Swipe and Apps</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-20-left-swipe-en.mp3</link>
<description>Episode: Left Swipe and Apps</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-20-left-swipe-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-20-left-swipe-en.mp3" length="106412" type="audio/mpeg"/>
<pubDate>Fri, 20 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>V2Ray Script</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-20-v2ray-script-en.mp3</link>
<description>Episode: V2Ray Script</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-20-v2ray-script-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-20-v2ray-script-en.mp3" length="783212" type="audio/mpeg"/>
<pubDate>Fri, 20 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Configuring UFW</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-20-ufw-en.mp3</link>
<description>Episode: Configuring UFW</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-20-ufw-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-20-ufw-en.mp3" length="254924" type="audio/mpeg"/>
<pubDate>Fri, 20 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Setting up a Google Cloud Server</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-20-gcp-compute-en.mp3</link>
<description>Episode: Setting up a Google Cloud Server</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-20-gcp-compute-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-20-gcp-compute-en.mp3" length="512012" type="audio/mpeg"/>
<pubDate>Fri, 20 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Rules of Charging</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-21-charging-en.mp3</link>
<description>Episode: The Rules of Charging</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-21-charging-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-21-charging-en.mp3" length="655052" type="audio/mpeg"/>
<pubDate>Sat, 21 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Ingenious Flashlight</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-22-flashlight-charging-en.mp3</link>
<description>Episode: Ingenious Flashlight</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-22-flashlight-charging-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-22-flashlight-charging-en.mp3" length="85580" type="audio/mpeg"/>
<pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Configuration Files</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-22-confs-en.mp3</link>
<description>Episode: Configuration Files</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-22-confs-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-22-confs-en.mp3" length="97772" type="audio/mpeg"/>
<pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Update Guide</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-22-update-en.mp3</link>
<description>Episode: Update Guide</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-22-update-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-22-update-en.mp3" length="118124" type="audio/mpeg"/>
<pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Photoroom: Background Removal App</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-22-photo-room-en.mp3</link>
<description>Episode: Photoroom: Background Removal App</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-22-photo-room-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-22-photo-room-en.mp3" length="68972" type="audio/mpeg"/>
<pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Use Three Phones</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-22-three-phones-en.mp3</link>
<description>Episode: Use Three Phones</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-22-three-phones-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-22-three-phones-en.mp3" length="296204" type="audio/mpeg"/>
<pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Electric Vehicles</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-22-electric-vehicles-en.mp3</link>
<description>Episode: Electric Vehicles</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-22-electric-vehicles-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-22-electric-vehicles-en.mp3" length="413324" type="audio/mpeg"/>
<pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Why Android Devices Lag</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-24-android-lag-en.mp3</link>
<description>Episode: Why Android Devices Lag</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-24-android-lag-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-24-android-lag-en.mp3" length="708044" type="audio/mpeg"/>
<pubDate>Tue, 24 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Using Multifocal Progressive Lenses to Reverse Myopia</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-24-multifocal-en.mp3</link>
<description>Episode: Using Multifocal Progressive Lenses to Reverse Myopia</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-24-multifocal-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-24-multifocal-en.mp3" length="483980" type="audio/mpeg"/>
<pubDate>Tue, 24 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Track the World</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-26-track-en.mp3</link>
<description>Episode: Track the World</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-26-track-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-26-track-en.mp3" length="442604" type="audio/mpeg"/>
<pubDate>Thu, 26 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Analysis of ChatGPT iOS VPN Detection</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-26-chatgpt-ios-en.mp3</link>
<description>Episode: Analysis of ChatGPT iOS VPN Detection</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-26-chatgpt-ios-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-26-chatgpt-ios-en.mp3" length="156620" type="audio/mpeg"/>
<pubDate>Thu, 26 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Finding the Right Winter Gloves</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-27-gloves-en.mp3</link>
<description>Episode: Finding the Right Winter Gloves</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-27-gloves-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-27-gloves-en.mp3" length="154124" type="audio/mpeg"/>
<pubDate>Fri, 27 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Markdown Issues: Kramdown & XeLaTeX</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-27-markdown-en.mp3</link>
<description>Episode: Markdown Issues: Kramdown & XeLaTeX</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-27-markdown-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-27-markdown-en.mp3" length="663692" type="audio/mpeg"/>
<pubDate>Fri, 27 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>List</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-28-list-en.mp3</link>
<description>Episode: List</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-28-list-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-28-list-en.mp3" length="72620" type="audio/mpeg"/>
<pubDate>Sat, 28 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Connecting HDMI to Your Graphics Card</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-28-hdmi-en.mp3</link>
<description>Episode: Connecting HDMI to Your Graphics Card</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-28-hdmi-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-28-hdmi-en.mp3" length="193004" type="audio/mpeg"/>
<pubDate>Sat, 28 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Silence Can Make You Sleepy</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-28-focus-en.mp3</link>
<description>Episode: Silence Can Make You Sleepy</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-28-focus-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-28-focus-en.mp3" length="400460" type="audio/mpeg"/>
<pubDate>Sat, 28 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Cross-Device Synchronization</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-28-sync-en.mp3</link>
<description>Episode: Cross-Device Synchronization</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-28-sync-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-28-sync-en.mp3" length="389900" type="audio/mpeg"/>
<pubDate>Sat, 28 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>GitHub Readme Introduction</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-28-github-readme-en.mp3</link>
<description>Episode: GitHub Readme Introduction</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-28-github-readme-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-28-github-readme-en.mp3" length="339020" type="audio/mpeg"/>
<pubDate>Sat, 28 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Set Up Your Proxy Server</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-29-diy-proxy-en.mp3</link>
<description>Episode: Set Up Your Proxy Server</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-29-diy-proxy-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-29-diy-proxy-en.mp3" length="225644" type="audio/mpeg"/>
<pubDate>Sun, 29 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Proxy Solutions in China - 2025</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-29-proxy-en.mp3</link>
<description>Episode: Proxy Solutions in China - 2025</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-29-proxy-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-29-proxy-en.mp3" length="345260" type="audio/mpeg"/>
<pubDate>Sun, 29 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Dressing Like a Woman</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-29-woman-en.mp3</link>
<description>Episode: Dressing Like a Woman</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-29-woman-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-29-woman-en.mp3" length="363980" type="audio/mpeg"/>
<pubDate>Sun, 29 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Cooking</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-29-cooking-en.mp3</link>
<description>Episode: Cooking</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-29-cooking-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-29-cooking-en.mp3" length="263180" type="audio/mpeg"/>
<pubDate>Sun, 29 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Social Networks Should Offer Face Detection Filters</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-30-face-en.mp3</link>
<description>Episode: Social Networks Should Offer Face Detection Filters</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-30-face-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-30-face-en.mp3" length="234284" type="audio/mpeg"/>
<pubDate>Mon, 30 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Timing of Testing</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-31-testing-en.mp3</link>
<description>Episode: The Timing of Testing</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-31-testing-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-31-testing-en.mp3" length="777068" type="audio/mpeg"/>
<pubDate>Tue, 31 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Most Useful Links & Apps for Me</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-31-links-en.mp3</link>
<description>Episode: Most Useful Links & Apps for Me</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-31-links-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-31-links-en.mp3" length="154700" type="audio/mpeg"/>
<pubDate>Tue, 31 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>AI Code Editors</title>
<link>https://lzwjava.github.io/assets/audios/2024-12-31-ai-editor-en.mp3</link>
<description>Episode: AI Code Editors</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2024-12-31-ai-editor-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2024-12-31-ai-editor-en.mp3" length="264812" type="audio/mpeg"/>
<pubDate>Tue, 31 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Car Parking Dilemma</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-01-parking-en.mp3</link>
<description>Episode: Car Parking Dilemma</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-01-parking-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-01-parking-en.mp3" length="654380" type="audio/mpeg"/>
<pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Cryptocurrency and Blockchain</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-02-blockchain-crypto-en.mp3</link>
<description>Episode: Cryptocurrency and Blockchain</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-02-blockchain-crypto-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-02-blockchain-crypto-en.mp3" length="1316300" type="audio/mpeg"/>
<pubDate>Thu, 02 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>How I Live Well in the AI and Blockchain Era</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-02-ai-blockchain-en.mp3</link>
<description>Episode: How I Live Well in the AI and Blockchain Era</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-02-ai-blockchain-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-02-ai-blockchain-en.mp3" length="980684" type="audio/mpeg"/>
<pubDate>Thu, 02 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Batch Job or One by One</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-02-batch-en.mp3</link>
<description>Episode: Batch Job or One by One</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-02-batch-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-02-batch-en.mp3" length="758828" type="audio/mpeg"/>
<pubDate>Thu, 02 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Magnets and My 3-Year-Old</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-03-magnet-en.mp3</link>
<description>Episode: Magnets and My 3-Year-Old</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-03-magnet-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-03-magnet-en.mp3" length="304172" type="audio/mpeg"/>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Programming</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-03-programming-en.mp3</link>
<description>Episode: Programming</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-03-programming-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-03-programming-en.mp3" length="851084" type="audio/mpeg"/>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Open Source Tool: Auto SS Config</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-03-auto-ss-config-en.mp3</link>
<description>Episode: Open Source Tool: Auto SS Config</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-03-auto-ss-config-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-03-auto-ss-config-en.mp3" length="817484" type="audio/mpeg"/>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Embracing Change</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-03-embracing-change-en.mp3</link>
<description>Episode: Embracing Change</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-03-embracing-change-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-03-embracing-change-en.mp3" length="601004" type="audio/mpeg"/>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Shadowsocks Proxy Issues</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-03-shadowsocks-en.mp3</link>
<description>Episode: Shadowsocks Proxy Issues</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-03-shadowsocks-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-03-shadowsocks-en.mp3" length="775628" type="audio/mpeg"/>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Personal Status Page</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-03-status-en.mp3</link>
<description>Episode: Personal Status Page</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-03-status-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-03-status-en.mp3" length="672620" type="audio/mpeg"/>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Communication</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-03-communicate-en.mp3</link>
<description>Episode: Communication</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-03-communicate-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-03-communicate-en.mp3" length="411404" type="audio/mpeg"/>
<pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Conspiracy</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-04-conspiracy-en.mp3</link>
<description>Episode: Conspiracy</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-04-conspiracy-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-04-conspiracy-en.mp3" length="704300" type="audio/mpeg"/>
<pubDate>Sat, 04 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Names in the Translation Output of AI</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-04-naming-en.mp3</link>
<description>Episode: Names in the Translation Output of AI</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-04-naming-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-04-naming-en.mp3" length="280460" type="audio/mpeg"/>
<pubDate>Sat, 04 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Phone Searching and Music</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-04-phone-music-en.mp3</link>
<description>Episode: Phone Searching and Music</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-04-phone-music-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-04-phone-music-en.mp3" length="547340" type="audio/mpeg"/>
<pubDate>Sat, 04 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Journey of Reversing Myopia Naturally</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-05-research-en.mp3</link>
<description>Episode: The Journey of Reversing Myopia Naturally</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-05-research-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-05-research-en.mp3" length="1227212" type="audio/mpeg"/>
<pubDate>Sun, 05 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Reclining Pillow</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-05-reclining-pillow-en.mp3</link>
<description>Episode: Reclining Pillow</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-05-reclining-pillow-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-05-reclining-pillow-en.mp3" length="684812" type="audio/mpeg"/>
<pubDate>Sun, 05 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Smart Universal Charger Box</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-05-charger-box-en.mp3</link>
<description>Episode: Smart Universal Charger Box</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-05-charger-box-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-05-charger-box-en.mp3" length="246764" type="audio/mpeg"/>
<pubDate>Sun, 05 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Forgetfulness about Charging Power Banks</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-05-power-bank-en.mp3</link>
<description>Episode: Forgetfulness about Charging Power Banks</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-05-power-bank-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-05-power-bank-en.mp3" length="576332" type="audio/mpeg"/>
<pubDate>Sun, 05 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Remaining Value of Google Search in My Life</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-06-google-en.mp3</link>
<description>Episode: The Remaining Value of Google Search in My Life</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-06-google-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-06-google-en.mp3" length="208652" type="audio/mpeg"/>
<pubDate>Mon, 06 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Zhiwei's Introduction</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-06-introduction-en.mp3</link>
<description>Episode: Zhiwei's Introduction</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-06-introduction-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-06-introduction-en.mp3" length="621740" type="audio/mpeg"/>
<pubDate>Mon, 06 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>My Early Digital Memories</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-06-digital-memories-en.mp3</link>
<description>Episode: My Early Digital Memories</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-06-digital-memories-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-06-digital-memories-en.mp3" length="718892" type="audio/mpeg"/>
<pubDate>Mon, 06 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Plan for 2025</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-06-plan-2025-en.mp3</link>
<description>Episode: Plan for 2025</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-06-plan-2025-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-06-plan-2025-en.mp3" length="476972" type="audio/mpeg"/>
<pubDate>Mon, 06 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>PayPal CN, Stripe and Databricks</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-07-psd-en.mp3</link>
<description>Episode: PayPal CN, Stripe and Databricks</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-07-psd-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-07-psd-en.mp3" length="226124" type="audio/mpeg"/>
<pubDate>Tue, 07 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Hacking</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-07-hacking-en.mp3</link>
<description>Episode: Hacking</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-07-hacking-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-07-hacking-en.mp3" length="824300" type="audio/mpeg"/>
<pubDate>Tue, 07 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Deepseek, Mistral and Anthropic</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-07-dma-en.mp3</link>
<description>Episode: Deepseek, Mistral and Anthropic</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-07-dma-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-07-dma-en.mp3" length="236684" type="audio/mpeg"/>
<pubDate>Tue, 07 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Registering on Any Platform Regardless of Identity</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-07-barrier-en.mp3</link>
<description>Episode: Registering on Any Platform Regardless of Identity</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-07-barrier-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-07-barrier-en.mp3" length="426284" type="audio/mpeg"/>
<pubDate>Tue, 07 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Analysis of Proxy Server Ban</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-07-proxy-ban-en.mp3</link>
<description>Episode: Analysis of Proxy Server Ban</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-07-proxy-ban-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-07-proxy-ban-en.mp3" length="775724" type="audio/mpeg"/>
<pubDate>Tue, 07 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Fix Prompts or Context Instead of Output of AI</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-08-prompt-context-en.mp3</link>
<description>Episode: Fix Prompts or Context Instead of Output of AI</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-08-prompt-context-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-08-prompt-context-en.mp3" length="463052" type="audio/mpeg"/>
<pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Tableau, Scale, and Power BI</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-08-tsp-en.mp3</link>
<description>Episode: Tableau, Scale, and Power BI</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-08-tsp-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-08-tsp-en.mp3" length="133580" type="audio/mpeg"/>
<pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Turbolist3r: Enumerating Subdomains</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-08-turbolist3r-en.mp3</link>
<description>Episode: Turbolist3r: Enumerating Subdomains</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-08-turbolist3r-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-08-turbolist3r-en.mp3" length="2397356" type="audio/mpeg"/>
<pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Fixing GitHub Workflow LaTeX Build with ChatGPT o1</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-08-o1-en.mp3</link>
<description>Episode: Fixing GitHub Workflow LaTeX Build with ChatGPT o1</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-08-o1-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-08-o1-en.mp3" length="6381548" type="audio/mpeg"/>
<pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Workflow is BFS, Agent is DFS</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-08-workflow-agent-en.mp3</link>
<description>Episode: Workflow is BFS, Agent is DFS</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-08-workflow-agent-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-08-workflow-agent-en.mp3" length="478700" type="audio/mpeg"/>
<pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Verb</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-08-verb-en.mp3</link>
<description>Episode: Verb</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-08-verb-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-08-verb-en.mp3" length="344300" type="audio/mpeg"/>
<pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Limits and Edge Cases</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-08-limit-edge-en.mp3</link>
<description>Episode: Limits and Edge Cases</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-08-limit-edge-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-08-limit-edge-en.mp3" length="302924" type="audio/mpeg"/>
<pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Isolation of Muting Notifications</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-09-mute-en.mp3</link>
<description>Episode: The Isolation of Muting Notifications</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-09-mute-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-09-mute-en.mp3" length="269421" type="audio/mpeg"/>
<pubDate>Thu, 09 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Avoiding Damage When Ordering Fruits</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-09-fruit-damage-en.mp3</link>
<description>Episode: Avoiding Damage When Ordering Fruits</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-09-fruit-damage-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-09-fruit-damage-en.mp3" length="363884" type="audio/mpeg"/>
<pubDate>Thu, 09 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Trying RAGFlow</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-09-ragflow-en.mp3</link>
<description>Episode: Trying RAGFlow</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-09-ragflow-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-09-ragflow-en.mp3" length="169100" type="audio/mpeg"/>
<pubDate>Thu, 09 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Less Use of "I", "Me", or "We"</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-09-lese-me-en.mp3</link>
<description>Episode: Less Use of "I", "Me", or "We"</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-09-lese-me-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-09-lese-me-en.mp3" length="291692" type="audio/mpeg"/>
<pubDate>Thu, 09 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>ChatGPT Should Allow Creation of GPTs from Conversation History</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-09-gpts-from-conversation-en.mp3</link>
<description>Episode: ChatGPT Should Allow Creation of GPTs from Conversation History</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-09-gpts-from-conversation-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-09-gpts-from-conversation-en.mp3" length="118220" type="audio/mpeg"/>
<pubDate>Thu, 09 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Daily Life Tips</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-29-daily-life-en.mp3</link>
<description>Episode: Daily Life Tips</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-29-daily-life-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-29-daily-life-en.mp3" length="152780" type="audio/mpeg"/>
<pubDate>Wed, 29 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Network Optimization Tips</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-30-network-tips-en.mp3</link>
<description>Episode: Network Optimization Tips</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-30-network-tips-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-30-network-tips-en.mp3" length="230445" type="audio/mpeg"/>
<pubDate>Thu, 30 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Useful Prompts</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-31-prompts-en.mp3</link>
<description>Episode: Useful Prompts</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-31-prompts-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-31-prompts-en.mp3" length="84045" type="audio/mpeg"/>
<pubDate>Fri, 31 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Productivity Tips</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-31-productivity-tips-en.mp3</link>
<description>Episode: Productivity Tips</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-31-productivity-tips-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-31-productivity-tips-en.mp3" length="440301" type="audio/mpeg"/>
<pubDate>Fri, 31 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Testing Mistral API</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-31-mistral-en.mp3</link>
<description>Episode: Testing Mistral API</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-31-mistral-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-31-mistral-en.mp3" length="1381005" type="audio/mpeg"/>
<pubDate>Fri, 31 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Reranker</title>
<link>https://lzwjava.github.io/assets/audios/2025-01-31-reranker-en.mp3</link>
<description>Episode: Reranker</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-01-31-reranker-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-01-31-reranker-en.mp3" length="789453" type="audio/mpeg"/>
<pubDate>Fri, 31 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Problems of Conda</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-01-conda-en.mp3</link>
<description>Episode: The Problems of Conda</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-01-conda-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-01-conda-en.mp3" length="4155789" type="audio/mpeg"/>
<pubDate>Sat, 01 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Outdoor Cooking</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-02-outdoor-cooking-en.mp3</link>
<description>Episode: Outdoor Cooking</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-02-outdoor-cooking-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-02-outdoor-cooking-en.mp3" length="152013" type="audio/mpeg"/>
<pubDate>Sun, 02 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Installing Arch Linux</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-02-archlinux-en.mp3</link>
<description>Episode: Installing Arch Linux</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-02-archlinux-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-02-archlinux-en.mp3" length="513165" type="audio/mpeg"/>
<pubDate>Sun, 02 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Installing Ubuntu</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-02-ubuntu-en.mp3</link>
<description>Episode: Installing Ubuntu</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-02-ubuntu-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-02-ubuntu-en.mp3" length="221805" type="audio/mpeg"/>
<pubDate>Sun, 02 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Testing Grok API</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-02-grok-api-en.mp3</link>
<description>Episode: Testing Grok API</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-02-grok-api-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-02-grok-api-en.mp3" length="782541" type="audio/mpeg"/>
<pubDate>Sun, 02 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Verifying GPG Signatures</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-02-gpg-en.mp3</link>
<description>Episode: Verifying GPG Signatures</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-02-gpg-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-02-gpg-en.mp3" length="486861" type="audio/mpeg"/>
<pubDate>Sun, 02 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Managing Aliyun Elastic IPs</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-03-aliyun-elastic-ip-en.mp3</link>
<description>Episode: Managing Aliyun Elastic IPs</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-03-aliyun-elastic-ip-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-03-aliyun-elastic-ip-en.mp3" length="4385805" type="audio/mpeg"/>
<pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Bandwidth Limit</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-03-bandwidth-en.mp3</link>
<description>Episode: Bandwidth Limit</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-03-bandwidth-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-03-bandwidth-en.mp3" length="138861" type="audio/mpeg"/>
<pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Journey to Pursue Internet Freedom</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-03-internet-freedom-en.mp3</link>
<description>Episode: The Journey to Pursue Internet Freedom</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-03-internet-freedom-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-03-internet-freedom-en.mp3" length="1214541" type="audio/mpeg"/>
<pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>BCEmbedding: Bilingual Embedding for RAG</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-04-bce-embedding-en.mp3</link>
<description>Episode: BCEmbedding: Bilingual Embedding for RAG</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-04-bce-embedding-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-04-bce-embedding-en.mp3" length="217581" type="audio/mpeg"/>
<pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Real-time Speech Recognition</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-04-speech-recognition-en.mp3</link>
<description>Episode: Real-time Speech Recognition</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-04-speech-recognition-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-04-speech-recognition-en.mp3" length="1834989" type="audio/mpeg"/>
<pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>OpenWrt Reset</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-04-openwrt-reset-en.mp3</link>
<description>Episode: OpenWrt Reset</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-04-openwrt-reset-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-04-openwrt-reset-en.mp3" length="266733" type="audio/mpeg"/>
<pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Improving Wifi Speed</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-04-wifi-speed-en.mp3</link>
<description>Episode: Improving Wifi Speed</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-04-wifi-speed-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-04-wifi-speed-en.mp3" length="307053" type="audio/mpeg"/>
<pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Ffmpeg Commands</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-05-ffmpeg-commands-en.mp3</link>
<description>Episode: Ffmpeg Commands</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-05-ffmpeg-commands-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-05-ffmpeg-commands-en.mp3" length="518541" type="audio/mpeg"/>
<pubDate>Wed, 05 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Multi-field EMF Meter</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-05-emf-meter-en.mp3</link>
<description>Episode: Multi-field EMF Meter</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-05-emf-meter-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-05-emf-meter-en.mp3" length="229581" type="audio/mpeg"/>
<pubDate>Wed, 05 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Tiger Trade Open API</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-06-tiger-en.mp3</link>
<description>Episode: Tiger Trade Open API</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-06-tiger-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-06-tiger-en.mp3" length="693741" type="audio/mpeg"/>
<pubDate>Thu, 06 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>SSH connection using IPv6 address</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-07-ipv6-en.mp3</link>
<description>Episode: SSH connection using IPv6 address</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-07-ipv6-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-07-ipv6-en.mp3" length="377325" type="audio/mpeg"/>
<pubDate>Fri, 07 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Useful Commands</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-07-useful-commands-en.mp3</link>
<description>Episode: Useful Commands</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-07-useful-commands-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-07-useful-commands-en.mp3" length="1699341" type="audio/mpeg"/>
<pubDate>Fri, 07 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Using OpenRouter</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-07-open-router-en.mp3</link>
<description>Episode: Using OpenRouter</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-07-open-router-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-07-open-router-en.mp3" length="89613" type="audio/mpeg"/>
<pubDate>Fri, 07 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Network Interface Management</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-07-network-interface-en.mp3</link>
<description>Episode: Network Interface Management</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-07-network-interface-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-07-network-interface-en.mp3" length="284205" type="audio/mpeg"/>
<pubDate>Fri, 07 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>LAN IP Scanner</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-07-lan-ip-en.mp3</link>
<description>Episode: LAN IP Scanner</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-07-lan-ip-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-07-lan-ip-en.mp3" length="767661" type="audio/mpeg"/>
<pubDate>Fri, 07 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Floating IPs in Hetzner Cloud</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-08-floating-ip-en.mp3</link>
<description>Episode: Floating IPs in Hetzner Cloud</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-08-floating-ip-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-08-floating-ip-en.mp3" length="151821" type="audio/mpeg"/>
<pubDate>Sat, 08 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Giving Gifts</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-08-gift-en.mp3</link>
<description>Episode: Giving Gifts</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-08-gift-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-08-gift-en.mp3" length="84813" type="audio/mpeg"/>
<pubDate>Sat, 08 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Open WebUI</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-09-open-webui-en.mp3</link>
<description>Episode: Open WebUI</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-09-open-webui-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-09-open-webui-en.mp3" length="68493" type="audio/mpeg"/>
<pubDate>Sun, 09 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>SSH Configuration</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-09-ssh-config-en.mp3</link>
<description>Episode: SSH Configuration</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-09-ssh-config-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-09-ssh-config-en.mp3" length="632973" type="audio/mpeg"/>
<pubDate>Sun, 09 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Verbose Output</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-10-verbose-en.mp3</link>
<description>Episode: Verbose Output</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-10-verbose-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-10-verbose-en.mp3" length="112941" type="audio/mpeg"/>
<pubDate>Mon, 10 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Java Bytecode</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-10-bytecode-en.mp3</link>
<description>Episode: Java Bytecode</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-10-bytecode-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-10-bytecode-en.mp3" length="991245" type="audio/mpeg"/>
<pubDate>Mon, 10 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Pirate Bay</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-11-piratebay-en.mp3</link>
<description>Episode: Pirate Bay</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-11-piratebay-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-11-piratebay-en.mp3" length="68493" type="audio/mpeg"/>
<pubDate>Tue, 11 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Avoid Proxies When Using P2P Networks</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-11-p2p-proxy-en.mp3</link>
<description>Episode: Avoid Proxies When Using P2P Networks</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-11-p2p-proxy-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-11-p2p-proxy-en.mp3" length="386925" type="audio/mpeg"/>
<pubDate>Tue, 11 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Log of Brew Upgrade</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-11-brew-upgrade-en.mp3</link>
<description>Episode: The Log of Brew Upgrade</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-11-brew-upgrade-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-11-brew-upgrade-en.mp3" length="2096877" type="audio/mpeg"/>
<pubDate>Tue, 11 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Git Large File Storage</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-11-git-lfs-en.mp3</link>
<description>Episode: Git Large File Storage</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-11-git-lfs-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-11-git-lfs-en.mp3" length="224013" type="audio/mpeg"/>
<pubDate>Tue, 11 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Losing Money</title>
<link>https://lzwjava.github.io/assets/audios/2025-02-12-losing-money-en.mp3</link>
<description>Episode: Losing Money</description>
<guid isPermaLink="false">https://lzwjava.github.io/assets/audios/2025-02-12-losing-money-en.mp3</guid>
<enclosure url="https://lzwjava.github.io/assets/audios/2025-02-12-losing-money-en.mp3" length="159021" type="audio/mpeg"/>