-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.xml
916 lines (713 loc) · 72.4 KB
/
index.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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>开源之道</title>
<link>https://www.opensourceway.community/</link>
<description>Recent content on 开源之道</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<copyright>Copyright (c) 2016 - 2020, 适兕; all rights reserved.</copyright>
<lastBuildDate>Thu, 20 May 2021 14:18:27 +0800</lastBuildDate>
<atom:link href="https://www.opensourceway.community/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>「开源之书·共读」2021-06: 颠覆代码:Linux和开源的革命</title>
<link>https://www.opensourceway.community/posts/book-of-open-source/2021-06-rebel-code/</link>
<pubDate>Thu, 20 May 2021 14:18:27 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/book-of-open-source/2021-06-rebel-code/</guid>
<description>主题:文化与历史 英文名:颠覆代码:Linux and the Open Source Revolution 中文名:天才莱纳斯:Linux传奇 (俗不可耐) 作者简介 Glyn Moody, Glyn 的写作生涯始于1</description>
</item>
<item>
<title>「开源之书·共读」2021·5:开源之路2.0</title>
<link>https://www.opensourceway.community/posts/book-of-open-source/2021-05-the-open-source-way/</link>
<pubDate>Fri, 30 Apr 2021 11:45:02 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/book-of-open-source/2021-05-the-open-source-way/</guid>
<description>主题:开源方法论/行动指南 书籍名称: 中文:《开源之路2.0:开源共同体管理最佳实践》 英文名:《The Open Source Way 2.0: a way of thinking about how people collaborate within a community to achieve common goals and</description>
</item>
<item>
<title>「开源之书·共读」2021.4月共读:《面向企业的开源:开源软件许可实用指南》</title>
<link>https://www.opensourceway.community/posts/book-of-open-source/2021-04-open-source-for-business/</link>
<pubDate>Tue, 30 Mar 2021 16:48:51 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/book-of-open-source/2021-04-open-source-for-business/</guid>
<description>主题:开源之商·许可证 书籍名称 中文名:《面向企业的开源:开源软件许可实用指南》 英文名:《Open (Source) for Business: A Practical Guide to Open Source Software Licensing - Third Edition》 作</description>
</item>
<item>
<title>开源的崛起:疫情、经济、效率与信任;新入行的开发者已经无法想象没有开源的世界了,这背后到底发生了什么?等开源之道一周精选2021 03 21</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-03-21/</link>
<pubDate>Mon, 22 Mar 2021 16:16:32 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-03-21/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 发展中国家的开源轮椅:SafariSeat项目 原文链接:SafariSeat: Open-Source Wheelchair for Developing Countries 适兕点评</description>
</item>
<item>
<title>在开源的世界里,应该讲开发者都能懂的语言!</title>
<link>https://www.opensourceway.community/posts/opensource_culture/why_must_speaking_english_in_open_source_world/</link>
<pubDate>Wed, 17 Mar 2021 10:02:07 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_culture/why_must_speaking_english_in_open_source_world/</guid>
<description>引子 2021年3月16号,其实没什么特别的事情,当然开源世界里最大的城市——GitHub,也是波澜不惊,大家按部就班的做着日常的事情,偏偏其</description>
</item>
<item>
<title>Linux 基金会成立新的安全供应链签名项目sigstore;中国的巨头们正在开源上努力赶超等开源之道一周精选2021 03 14</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-03-14/</link>
<pubDate>Mon, 15 Mar 2021 15:44:21 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-03-14/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 开源软件如何助力数字化创新 原文链接:How Open Source Software Powers Digital Innovation 适兕点评: 人类面对共同的灾难——COVID</description>
</item>
<item>
<title>如果售卖开源软件;开源:创新的绝佳平台;等开源之道一周精选2021 03 07</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-03-07/</link>
<pubDate>Thu, 04 Mar 2021 10:58:16 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-03-07/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 如果售卖开源软件 原文链接:How to sell open source software 适兕点评: Every business must answer the question—what is the thing of</description>
</item>
<item>
<title>Linux 基金会的崛起;没有人拥有Linux,你可以选择付费,也可以不付;等开源之道一周精选2021 02 28</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-02-28/</link>
<pubDate>Tue, 02 Mar 2021 11:32:01 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-02-28/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 开源软件和“私人集体”创新模式:组织科学的问题 原文链接:Open source software and the “privat</description>
</item>
<item>
<title>开源之道图书推荐之:Linux:Under the Radar</title>
<link>https://www.opensourceway.community/posts/book-of-open-source/2021-03-linux-under-the-radar/</link>
<pubDate>Thu, 25 Feb 2021 22:45:09 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/book-of-open-source/2021-03-linux-under-the-radar/</guid>
<description>主题: 开源商业模式 书籍名称:《红帽旋风》 英文版:Under the Radar 作者简介 罗伯特・杨(Robert Young) 红帽公司董事长。短短4年内,罗伯特</description>
</item>
<item>
<title>开源之道三周精选2021 02 23</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%89%E5%91%A8%E7%B2%BE%E9%80%892021-02-23/</link>
<pubDate>Tue, 23 Feb 2021 08:35:57 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%89%E5%91%A8%E7%B2%BE%E9%80%892021-02-23/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 开源软件和公司的生产力 原文链接:Open Source Software and Firm Productivity 适兕点评: Frank Nagle 在Learning by c</description>
</item>
<item>
<title>Facebook 的开源成绩;Drupal 从大学宿舍到十亿美金的长途跋涉;等开源之道两周精选2021 01 31</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-01-31/</link>
<pubDate>Mon, 01 Feb 2021 15:39:56 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-01-31/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 ![]() Copyleft: 数字时代的许可证协作 原文链接:Copyleft: Licensing Collaborative Works in the Digital Age 适兕点评: 该论文是开</description>
</item>
<item>
<title>开源之书·共读 2021-2:《培养实践的共同体:知识管理指南》 </title>
<link>https://www.opensourceway.community/posts/book-of-open-source/2021-02-cultivating-communities-of-practice/</link>
<pubDate>Thu, 21 Jan 2021 09:38:54 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/book-of-open-source/2021-02-cultivating-communities-of-practice/</guid>
<description>主题: 职业/学习共同体 书籍名称 英文:《Cultivating Communities of Practice: A Guide to Managing Knowledge 》 中文:《知识社群:将个体知识融汇成集体智慧》 作者简介 埃蒂纳·温</description>
</item>
<item>
<title>Linux基金会发起开源管理培训课程;Eclipse 基金会声明总部迁移到欧洲等开源之道一周精选2021 1 17</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-1-17/</link>
<pubDate>Mon, 18 Jan 2021 11:13:10 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-1-17/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 是什么让开发者成为开源的长期贡献者:开源软件共同体的意愿与机会 原文链接:What Make Long Term</description>
</item>
<item>
<title>想给项飙先生推荐几本开源之书:对其最近一个演讲的回应</title>
<link>https://www.opensourceway.community/posts/book-of-open-source/want-recommended-3-books-to-xiangbiao/</link>
<pubDate>Sun, 17 Jan 2021 16:28:25 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/book-of-open-source/want-recommended-3-books-to-xiangbiao/</guid>
<description>项飙是谁? 项飙,1972年生于浙江温州,1995年在北京大学社会学系完成本科学习,1998年获硕士学位,2003年获英国牛津大学社会人类学博</description>
</item>
<item>
<title>开源之书·原创计划暨作者招募</title>
<link>https://www.opensourceway.community/posts/open-source-way-community-program/the-book-of-origin-program/</link>
<pubDate>Sun, 17 Jan 2021 15:05:46 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/open-source-way-community-program/the-book-of-origin-program/</guid>
<description>关于开源之书的一点介绍 在2018年底之时,适兕发起了开源之道图书和文献共读申明,并身体力行,在2019年和2020年保持每月至少一本书籍的活</description>
</item>
<item>
<title>开源之书-2021-1:《代码2.0:网络空间中的法律》</title>
<link>https://www.opensourceway.community/posts/book-of-open-source/2021-01-code-2-laws-of-cyberspace/</link>
<pubDate>Mon, 11 Jan 2021 16:32:39 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/book-of-open-source/2021-01-code-2-laws-of-cyberspace/</guid>
<description>感谢 在此特别感谢开源社理事 Richard Lin(林旅强)的推荐。 主题: 法律与开放源代码 书籍名称 作者简介 劳伦斯·莱斯格,现任斯坦福大学法学院教授,是斯坦福</description>
</item>
<item>
<title>企业拥抱开源的5大优点、5条让你成功的开源策略;等开源之道一周精选2021 1 10</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-1-10/</link>
<pubDate>Mon, 11 Jan 2021 12:01:24 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2021/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892021-1-10/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 行动中的文化:符号和策略 原文链接:Culture in Action: Symbols and Strategies 适兕点评: 经典如马克斯·韦伯</description>
</item>
<item>
<title>死于忙碌:开源之道近期停更文章的缘由</title>
<link>https://www.opensourceway.community/posts/the_way_of_open_source/status-of-kuosi-2020-11/</link>
<pubDate>Tue, 01 Dec 2020 14:09:33 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/the_way_of_open_source/status-of-kuosi-2020-11/</guid>
<description>引言 时间花在哪里,只有时不时的回顾和总结才能知道,否则就是懵然不知,让感觉左右的话,真的就是那么一瞬间、一晃眼的事情。在过去的一个多月里,开</description>
</item>
<item>
<title>你确定要将自己的项目开源?开源规则不再适用;等开源之道一周精选2020 10</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-10.31/</link>
<pubDate>Sat, 31 Oct 2020 06:42:49 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-10.31/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 报告:充满开源代码缺陷的商业软件 原文链接:Report: Commercial Software Riddled With Open Source Code Flaws 适兕点评: Black Duck 在2017</description>
</item>
<item>
<title>开源:为什么说天真才是成功的关键;是时候抛弃开源了吗?等开源之道一周精选2020 10 25</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-10-25/</link>
<pubDate>Thu, 22 Oct 2020 09:35:42 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-10-25/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 ![]() 合作与人类认知: 维果斯基智力假说 原文链接:Cooperation and human cognition: the Vygotskian intelligence hypothesis 适兕点</description>
</item>
<item>
<title>开源参与指南;技术作为良善之源;等开源之道一周精选2020 10 18</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-10-18/</link>
<pubDate>Sun, 18 Oct 2020 11:48:25 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-10-18/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 开源参与指南 原文链接:Open source participation guidelines 适兕点评: 红帽出品的一部关于贡献开源共同体的指南,</description>
</item>
<item>
<title>开源之问 —— 提出好问题</title>
<link>https://www.opensourceway.community/posts/askos/why_we_need_ask/</link>
<pubDate>Wed, 30 Sep 2020 09:20:12 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/askos/why_we_need_ask/</guid>
<description>缘起 2020.9.19 西邮Linux用户组举办其第17届软件自由日活动,作为布道师的我,代表开源社分享了一个主题。期间我也打开了B站的直播视频,看看同学们的</description>
</item>
<item>
<title>开源驱动软件定义的一切;为何顶级的开源公司欢迎上游的竞争者;开源之道一周精选2020 10 11</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-10-02/</link>
<pubDate>Tue, 29 Sep 2020 09:52:49 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-10-02/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 理论作为图景 原文链接:Theory as vision 适兕点评: 从项飙先生最近的新书《把自己作为方法》</description>
</item>
<item>
<title>Snowflake 是开源的终结吗?如何成为一名好的开源共同体 Cititzen 等开源之道一周精选2020 09 27</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-09-27/</link>
<pubDate>Sun, 27 Sep 2020 16:51:50 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-09-27/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 看通过开源转型的各个行业 原文链接:Software-defined vertical industries: transformation through open source 适兕点评</description>
</item>
<item>
<title>软件自由是前所未有的重要;什么工具可以当作开源项目的Yelp?等开源之道一周精选2020 09 20</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-09-20/</link>
<pubDate>Mon, 14 Sep 2020 20:36:13 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-09-20/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 开放科学、公共文化和女性参与改进科学运动 原文链接:Open science, communal culture, and women&rsquo;s participation in the movement to improve science 适兕</description>
</item>
<item>
<title>Scratch 被禁止访问;为什么说云计算架构和开源不总是那么的和谐;Linux 内核历史报告2020 等开源之道一周精选2020 09 13</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-09-13/</link>
<pubDate>Sun, 13 Sep 2020 11:32:01 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-09-13/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 Linux 内核历史报告2020 原文链接:the 2020 Linux Kernel History Report 适兕点评: When linux-0.01.tar.Z kernel was released, it consisted of 88 files and 10,239 lines of</description>
</item>
<item>
<title>公司IT 的开源最佳实践;如何判断开源项目;等开源之道一周精选2020 09 06</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-09-06/</link>
<pubDate>Mon, 07 Sep 2020 09:17:25 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-09-06/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 ![]() ### 原文链接:[]() 适兕点评: 文章点评 以色列可以引领开源代码运动吗? 原文链接:Can</description>
</item>
<item>
<title>请保持清醒:开源是和世界同步的绝佳机会!</title>
<link>https://www.opensourceway.community/posts/the_way_of_open_source/please_calm_down_only_chance_to_sync_world/</link>
<pubDate>Tue, 01 Sep 2020 14:48:37 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/the_way_of_open_source/please_calm_down_only_chance_to_sync_world/</guid>
<description>引子 近来网上流传了一篇贬损开源的文章,题目非常的污名化:“我们对开源软件最大的误解,就是以为它不会被美国断供”。该篇文章混淆视听,移花接木,</description>
</item>
<item>
<title>在开源界共同体的帽子要大于公司的帽子;Linux Kernel 的历史;等开源之道一周精选2020 08 30</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-08-30/</link>
<pubDate>Thu, 27 Aug 2020 12:54:50 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-08-30/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 ![]() ### 原文链接:[]() 适兕点评: 文章点评 在开源界共同体的帽子要大于公司的帽子 原文链接:</description>
</item>
<item>
<title>为什么说开源事关人本身;代码和共同体:打造开源赢家的两个关键因素等;开源之道双周精选2020 08 23</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-08-23/</link>
<pubDate>Sun, 23 Aug 2020 11:07:14 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-08-23/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 技术债务和开放式开发 原文链接:Technical Debt and Open Source Development 适兕点评: 总结的非常到位,也</description>
</item>
<item>
<title>成为开源项目领导者的秘诀;中国的开源开发对美国有何借鉴意义;等开源之道一周精选2020 08 09</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-08-09/</link>
<pubDate>Sun, 09 Aug 2020 10:30:26 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-08-09/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 ![]() 软件开发者的日常 原文链接:Today was a Good Day: The Daily Life of Software Developers 适兕点评: 开源最根本的本质是</description>
</item>
<item>
<title>开源之道 Talking Episode #12:开源世界的Peer Review </title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-06-30-peer-review-in-open-source/</link>
<pubDate>Fri, 07 Aug 2020 10:34:08 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-06-30-peer-review-in-open-source/</guid>
<description>致力于开源相关思想、知识和价值的探究! 本期值得听 代码评审(code review)、同侪评审(Peer Review)在开源软件的开发过程中起到</description>
</item>
<item>
<title>开源之道 Talking Episode #11: 本土的 Hacker 哪里寻? </title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-05-30-where-is-hacker/</link>
<pubDate>Thu, 30 Jul 2020 16:34:03 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-05-30-where-is-hacker/</guid>
<description>致力于开源相关思想、知识和价值的探究! 本期值得听 《大讲堂与集市》中文译者卫Sir 现场告诉你什么是Hacker?本土为什么需要寻找?那么本土有</description>
</item>
<item>
<title>开源之道一周精选2020 08 02</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-08-02/</link>
<pubDate>Tue, 28 Jul 2020 11:56:06 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-08-02/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 Kubernetes 生态现状 原文链接:The State of the Kubernetes Ecosystem! 适兕点评: 想要了解现代IT 基础设施架构,读这本电子</description>
</item>
<item>
<title>OASIS 提供基金会即服务;破除开源软件不需商业的神话,等开源之道一周精选2020 07 26</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-07-26/</link>
<pubDate>Tue, 21 Jul 2020 16:30:17 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-07-26/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 致力于开源项目可以为你的简历增权 原文链接:HOW CONTRIBUTING TO OPEN SOURCE PROJECTS CAN IMPROVE YOUR ENGINEERING RESUME 适兕点评: 在编程的生产活动中</description>
</item>
<item>
<title>开源之道书评:开源共同体和开发者关系</title>
<link>https://www.opensourceway.community/posts/open-source-book-review/open-source-and-developer-relations/</link>
<pubDate>Fri, 17 Jul 2020 12:12:05 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/open-source-book-review/open-source-and-developer-relations/</guid>
<description>开源之道图书共读小组成员短评 图书及作者介绍 ![]() 选择来由: 作者简介: 内容简介: 为什么开源会和开发者关系有交集? 如果开源不能从共同体的角度出发</description>
</item>
<item>
<title>开源之道一周精选2020 07 19</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-07-19/</link>
<pubDate>Fri, 17 Jul 2020 10:33:46 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-07-19/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 开源的创新 原文链接:The Innovations of Open Source 适兕点评: 理解开源的创新,需要从IT技术之外的角度来</description>
</item>
<item>
<title>开源的成功是因为其创新的本质;开源共同体为更为宽容的语言构建最高法;等开源之道一周精选2020 07 12</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-07-12/</link>
<pubDate>Sun, 12 Jul 2020 20:01:00 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-07-12/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 无 文章点评 基于开源技术栈所需要考虑的五件事 原文链接:5 Areas to Consider When Building an Open Source Stack 适兕点评: Choosing the</description>
</item>
<item>
<title>开源之道一周精选2020 07 05</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-07-05/</link>
<pubDate>Wed, 01 Jul 2020 10:55:38 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-07-05/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 ![]() ### 原文链接:[Today was a Good Day:The Daily Life of Software Developers]() 适兕点评: 文章点评 为什么现代应</description>
</item>
<item>
<title>开源共同体是如何工作的;为什么大公司会将他们的技术开源?等开源之道一周精选2020 06 28</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-06-28/</link>
<pubDate>Mon, 22 Jun 2020 20:43:12 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-06-28/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 知识产权战略必须削弱开放式创新吗? 原文链接:Does IP Strategy Have to Cripple Open Innovation? 适兕点评: 这是正太分布的两个极</description>
</item>
<item>
<title>开源价值如何塑造公司的文化;为什么说银行应该参与到上游开源共同体;等开源之道一周精选2020 06 21</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-06-21/</link>
<pubDate>Thu, 18 Jun 2020 19:00:43 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-06-21/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 ![]() 开源的原型:有的放矢的开源 原文链接:Open Source Archetypes: A framework For Purposeful Open Source 适兕点评: 来自Mozil</description>
</item>
<item>
<title>开源项目共同体分析框架概述</title>
<link>https://www.opensourceway.community/posts/community_leadership_development/osc-analysis-framework/</link>
<pubDate>Wed, 17 Jun 2020 15:11:18 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/community_leadership_development/osc-analysis-framework/</guid>
<description>背景 Community 是开源之道在2020年主要的研究任务。并打算花一些时间,将其翻译的问题也给掰扯清楚了。就开源的世界而言,共同体是最为恰当的了,开源之道</description>
</item>
<item>
<title>开源是如何解锁和改进开发者创造力的;并不是所有的开放源码都是平等的;等开源之道一周精选2020 06 14</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-06-14/</link>
<pubDate>Sun, 14 Jun 2020 09:46:06 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-06-14/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 笔者这周没有腾出时间读论文,抱歉!我们下周见。 文章点评 Drupal 的创始人谈如何成为一个高效的软</description>
</item>
<item>
<title>开源的商业模式;开源将会是太空探索的前沿吗?等开源之道两周周精选2020 06 07</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-06-01/</link>
<pubDate>Mon, 01 Jun 2020 09:58:21 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-06-01/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 开源软件与“私有集体”创新模式 原文链接:Open Source Software and the “Private-Collec</description>
</item>
<item>
<title>开源之道 Talking Episode #10:开源项目和共同体的定性定量分析探讨</title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-04-26-osp-and-chaoss/</link>
<pubDate>Thu, 28 May 2020 11:26:00 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-04-26-osp-and-chaoss/</guid>
<description>致力于开源相关思想、知识和价值的探究! 本期值得听 如果你是对开源项目和共同体有哪些衡量的元素,或者说做到哪些就可以保证一个开源项目的成功,这些</description>
</item>
<item>
<title>开源共同体内的角色分析(个人与机构分别来谈论)</title>
<link>https://www.opensourceway.community/posts/community_leadership_development/open_source_community_role-analysis/</link>
<pubDate>Wed, 27 May 2020 18:00:47 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/community_leadership_development/open_source_community_role-analysis/</guid>
<description>开源世界:想象的共同体 世界纷乱而复杂,人类发达的想象力从来也没有停止过为了征服世界而团结而努力的构建,更有甚者,红遍全球的以色列历史学家尤瓦</description>
</item>
<item>
<title>开源播客介绍之 —— CHAOSScast </title>
<link>https://www.opensourceway.community/posts/opensource_talking/chaosscast/introducing_chaosscast/</link>
<pubDate>Mon, 25 May 2020 15:13:25 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/chaosscast/introducing_chaosscast/</guid>
<description>开源之道引言 著名文学作品《尤利西斯》,作者以一天的游历来描述都柏林这座城市,可谓是一种非常巨大的创新。开源如何成功?开源如何形成一种力量?开</description>
</item>
<item>
<title>那些独立的开源开发者在疫情肆虐之下怎么生存?外包给未知的劳力:开源作为一种全球外包战略;等开源之道一周精选2020 05 24</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-05-24/</link>
<pubDate>Fri, 22 May 2020 17:25:01 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-05-24/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 论文阅读心得与体会 外包给未知的劳力:开源作为一种全球外包战略 原文链接:Outsourcing to an Unknown Workforce: Exploring Opensourcing</description>
</item>
<item>
<title>【论文阅读】独家开源的公司(及其知识产权策略);如何避免开源的陷阱; 等开源之道一周精选2020 05 17</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-05-17/</link>
<pubDate>Fri, 15 May 2020 11:52:20 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-05-17/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 【论文阅读】独家开源的公司(及其知识产权策略) 原文链接:SINGLE-VENDOR OPEN SOURCE FIRMS (AND THEIR INTELLECTUAL PROPERTY</description>
</item>
<item>
<title>理解认为开源不可行的重要观点 ———— 《集体行动逻辑》</title>
<link>https://www.opensourceway.community/posts/paper_or_book_reading/review_the_logic_of_collective_action/</link>
<pubDate>Wed, 13 May 2020 16:14:35 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/paper_or_book_reading/review_the_logic_of_collective_action/</guid>
<description>开源之道图书共读书友评论 集体行动的逻辑,背后有一个简单的数学模型,向集体贡献公共物品的人,首先计算这是否符合自己的利益。如果他付出的成本大于</description>
</item>
<item>
<title>开源之道一周精选2020 05 10</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-05-10/</link>
<pubDate>Tue, 05 May 2020 10:59:58 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-05-10/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 药物研制是否可以从开源的方法论中学习 原文链接:Can open-source R&amp;D reinvigorate Drug Research? 适兕点评: 这是2006年发表在《自</description>
</item>
<item>
<title>CHAOSS 成立亚太地区共同体及探讨周期公布</title>
<link>https://www.opensourceway.community/posts/community_leadership_development/establish-asia-pacific-chaoss-community/</link>
<pubDate>Thu, 30 Apr 2020 11:12:02 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/community_leadership_development/establish-asia-pacific-chaoss-community/</guid>
<description>CHAOSS 是 The Community Health Analytics Open Source Software 的简写,翻译过来就是: 开源软件共同体健康度分析,因为共同体(Community)是开源的核心所在,没有共同体,就没有开源项</description>
</item>
<item>
<title>3/5 的开发者为开源做贡献;如何为基于云计算的开源软件服务评估价值;等,开源之道一周精选2020 05 03</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-05-03/</link>
<pubDate>Mon, 27 Apr 2020 18:44:49 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-05-03/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 如何按照开源的八项(未成文)规则进行 原文链接:How to play by the eight (unwritten) rules of open source 适兕点评: Get to know the community and the</description>
</item>
<item>
<title>开源哲学在开放城市中的良好应用 ———— 2020 世界阅读日读后感</title>
<link>https://www.opensourceway.community/posts/paper_or_book_reading/review_the_foundation_of_open_source_city/</link>
<pubDate>Sat, 25 Apr 2020 09:41:42 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/paper_or_book_reading/review_the_foundation_of_open_source_city/</guid>
<description>引言 笔者在读到《重塑发现:网络化科学的新时代》一书时,被一句话震撼到了,那就是我经常引用的: 维基百科不是一部百科全书。它是一座虚拟城市,这座</description>
</item>
<item>
<title>如何采用复制粘贴开源代码大法被辞掉的方法;Drupal 创始人谈开源;等,开源之道一周精选2020 04 26</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-04-26/</link>
<pubDate>Tue, 21 Apr 2020 10:43:25 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-04-26/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 ![]() 重新思考数字化转型 原文链接:RETHINKING DIGITAL TRANSFORMATION:New Data Examines the Culture</description>
</item>
<item>
<title>Episode 9:开源是一门工程学 ———— 图书共读交流</title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-03-29-online-reading-engineering/</link>
<pubDate>Tue, 14 Apr 2020 17:32:37 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-03-29-online-reading-engineering/</guid>
<description>致力于开源相关思想、知识和价值的探究! 本期值得听 工程学究竟是什么?开源软件项目和工程学的关系,以及如何定位工程师的职能?开源软件工程对于工程</description>
</item>
<item>
<title>开源之道 Talking 节目 Episode 汇总(2020)</title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-done-and-plan-index/</link>
<pubDate>Tue, 14 Apr 2020 13:18:36 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-done-and-plan-index/</guid>
<description>关于【开源之道 Talking】 开源之道 talking 这款播客节目,是开源之道共同体下的一个特别项目,旨在通过 Podcast 的形式,收集、探讨业界关于开源的思想、知识</description>
</item>
<item>
<title>开源之道已被证明是开发软件的最佳解决方式;开源的四大发明,等开源之道一周精选2020 04 19</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-04-19/</link>
<pubDate>Tue, 14 Apr 2020 12:58:53 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-04-19/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 开放式共同体健康:2019年workshop记录 原文链接:OPEN COMMUNITY HEALTH: WORKSHOP REPORT 适兕点评: 根据 Matt Germonprez 教授</description>
</item>
<item>
<title>商业公司主导下的非营利开源软件基金会之 ———— Cloud Foundry 基金会简史</title>
<link>https://www.opensourceway.community/posts/foundation_introduce/the-brief-history-of-cloud-foundry-foundation/</link>
<pubDate>Tue, 14 Apr 2020 12:34:57 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/foundation_introduce/the-brief-history-of-cloud-foundry-foundation/</guid>
<description>为什么 OpenShift 没有成立基金会? 平台即服务(PaaS),在容器之前的时代,竞争格局还是非常激烈的,尤其是中间件的市场,那么为什么 Spring 选择了成立基金会,</description>
</item>
<item>
<title>商业公司主导下的非营利开源软件基金会之 ———— Eclipse 的成长和发展</title>
<link>https://www.opensourceway.community/posts/foundation_introduce/eclipse-introduce/</link>
<pubDate>Tue, 07 Apr 2020 11:43:45 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/foundation_introduce/eclipse-introduce/</guid>
<description>成为由个人和组织所组成的共同体通力协作打造商业友好的开源项目的领导者。 ———— Eclipse 愿景 Eclipse Theia 1.0 发布,剑指微软 VS Code 前一阵子,Eclipse 基金会</description>
</item>
<item>
<title>专注于开源数据科学软件的非营利基金会—— NumFOCUS 的来龙去脉</title>
<link>https://www.opensourceway.community/posts/foundation_introduce/numfocus-introduce/</link>
<pubDate>Tue, 07 Apr 2020 11:43:19 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/foundation_introduce/numfocus-introduce/</guid>
<description>从开源项目说起 读者你如果是顺着开源之道关于介绍开源软件非营利基金会一路过来的,那么可能会明确的感受到了一点,那就是目前较为成功的基金会都是从</description>
</item>
<item>
<title>软件生态系统:特性、收益和挑战;MIT 的计算思维课在疫情期间火了等,开源之道一周精选2020 04 12</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-04-12/</link>
<pubDate>Mon, 06 Apr 2020 17:25:09 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-04-12/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 开放源代码文档的艺术 原文链接:Art of Open Source Documentation 适兕点评: 文档确实非常的重要的,所有的软件,如果在没</description>
</item>
<item>
<title>如何让开源多点成功的几率;开源和 COVID-19: 道高一尺魔高一丈;等开源之道一周精选2020 04 05</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-04-05/</link>
<pubDate>Sun, 05 Apr 2020 10:35:13 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-04-05/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 避免边缘化:开源软件如何成功? 原文链接:Avoiding the ragged edge: How open-source software must navigate success and conflict to survive 适兕点评: 来自</description>
</item>
<item>
<title>想发展开源?给钱就好了,其它不用管 ———— 历届 SPI 主席序言</title>
<link>https://www.opensourceway.community/posts/foundation_introduce/spi-annual-report-introduce/</link>
<pubDate>Thu, 02 Apr 2020 17:19:40 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/foundation_introduce/spi-annual-report-introduce/</guid>
<description>引言 开源之道在上一篇文章:Debian 为什么没有成立非营利基金会?中简单介绍了SPI 的创建和功能,正如本文的标题一样,SPI 与 Debian的</description>
</item>
<item>
<title>新冠肺炎病毒下的开放式协作;低成本、开源的呼吸机设计能拯救生命吗?等开源之道一周精选2020 03 29</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-29/</link>
<pubDate>Thu, 26 Mar 2020 19:53:45 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-29/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 新冠肺炎病毒下的开放式协作 原文链接:Open collaboration on COVID-19 适兕点评: 来自 GitHub 博客上的一篇关于开放式协作的整</description>
</item>
<item>
<title>开放式创新的状态;GitHub 收购 NPM,微软帝国又下一城,等开源之道一周精选2020 03 22</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-22/</link>
<pubDate>Sun, 22 Mar 2020 12:09:29 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-22/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 开放式创新的状态 原文链接:The State of Open Innovation 适兕点评: Henry Chesbrough 在2003年发布了自己关于开放式创新的书籍</description>
</item>
<item>
<title>根本就没有什么所谓的‘开源社区’!!!</title>
<link>https://www.opensourceway.community/posts/community_leadership_development/what-is-open-source-community/</link>
<pubDate>Fri, 20 Mar 2020 20:38:02 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/community_leadership_development/what-is-open-source-community/</guid>
<description>缘起 2019年夏,上海文汇报业大厦,由华东师范大学出版社和文汇报联合举办的“杜威百年系列讲座”,迎来了新的一期,由张华教授讲解杜威的教育思想</description>
</item>
<item>
<title>Debian 为什么没有成立非营利基金会?</title>
<link>https://www.opensourceway.community/posts/foundation_introduce/how-debian-growing-without-foundation/</link>
<pubDate>Fri, 20 Mar 2020 20:31:22 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/foundation_introduce/how-debian-growing-without-foundation/</guid>
<description>Debian 简介 Debian 是一款非常流行的Linux 发行版,毫不谦逊的说,从技术上讲,Debian 包揽了排名前五的所有的版本,因为另外4个版本都是从[Debi</description>
</item>
<item>
<title>数据分享和开源软件有助于对抗新型冠状肺炎,开源布道师等;开源之道一周精选2020 03 15</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-15/</link>
<pubDate>Sun, 15 Mar 2020 11:11:53 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-15/</guid>
<description>声明:本文所言论,仅代表适兕个人观点 文章点评 共同体工作项列表 原文链接:Community Worksheet Downloads 适兕点评: 我很想知道,为何费孝通先生当年要将Co</description>
</item>
<item>
<title>类 Google 编程之夏能否在中国被复制? </title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-02-29-gsoc-in-china/</link>
<pubDate>Fri, 13 Mar 2020 09:43:29 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-02-29-gsoc-in-china/</guid>
<description>致力于开源相关思想、知识和价值的探究! 本期人物 周迪之: Synopsys公司 Coverity 程序静态分析工具团队,资深软件工程师;ns-3开发者&amp;G</description>
</item>
<item>
<title>以法律的名义捍卫自由软件的权益之二 —— 软件自由法律中心(SFLC)的来龙去脉</title>
<link>https://www.opensourceway.community/posts/foundation_introduce/introduction_of_software_freedom_law_center/</link>
<pubDate>Thu, 12 Mar 2020 16:46:06 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/foundation_introduce/introduction_of_software_freedom_law_center/</guid>
<description>在介绍完成以法律的名义捍卫自由软件的权益之一 —— 软件自由保护组织(SFC)的来龙去脉,笔者觉得有点不足的地方,尽管基本上将 SFC 做什么,什么时候</description>
</item>
<item>
<title>以法律的名义捍卫自由软件的权益之一 —— 软件自由保护组织(SFC)的来龙去脉</title>
<link>https://www.opensourceway.community/posts/foundation_introduce/introduction_of_software_freedom_conservancy/</link>
<pubDate>Mon, 09 Mar 2020 18:58:12 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/foundation_introduce/introduction_of_software_freedom_conservancy/</guid>
<description>违反GPL?来,我们法庭见! 中国 GPL 诉讼第一案 2019年12月,中国 GPL 诉讼第一案:关于 GPL 问题的探讨终于算是尘埃落定。这对于很多开源圈内的律师、</description>
</item>
<item>
<title>开源之道 2020 年文章计划表</title>
<link>https://www.opensourceway.community/posts/planing_and_reflection/2020/planning_and_schedule_of_year/</link>
<pubDate>Sat, 07 Mar 2020 15:33:33 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/planing_and_reflection/2020/planning_and_schedule_of_year/</guid>
<description>该文全部使用issue 跟踪处理 引言 2019年是开源的重要转折之年,开源文化中重要的斗争对象——微软,俨然180度的大转弯竟然成了企业开源的领</description>
</item>
<item>
<title>什么是开源生态?———— 《硅谷生态圈》书评</title>
<link>https://www.opensourceway.community/posts/paper_or_book_reading/what-is-os-ecosystem-review-rainforrest/</link>
<pubDate>Thu, 05 Mar 2020 19:01:18 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/paper_or_book_reading/what-is-os-ecosystem-review-rainforrest/</guid>
<description>引言 经常在各种会议、媒体公关文中,看到有的公司说“开源生态”这个词,笔者是个纠结名词的人,比如 Community 在开源界就不应该叫做“社区”,并专门撰文介绍</description>
</item>
<item>
<title>开源软件基金会的崛起与演化</title>
<link>https://www.opensourceway.community/posts/foundation_introduce/the-rise-and-evolution-of-open-source-foundation/</link>
<pubDate>Mon, 02 Mar 2020 16:57:42 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/foundation_introduce/the-rise-and-evolution-of-open-source-foundation/</guid>
<description>开源之道引言 本文翻译之一篇基于CC-By协议的论文,该论文最初发表在《International Free and Open Source Software Law Review》Vol. 5, Issue 1 中,</description>
</item>
<item>
<title>开源公司在云中蓬勃发展;从开源的丰富性所学到的;等 开源之道一周精选 2020 03 08</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-08/</link>
<pubDate>Mon, 02 Mar 2020 16:51:54 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-08/</guid>
<description>声明:本文所言论,仅代表适兕个人观点。 文章点评 ![]() 从开源的丰富性所学到的 原文链接:Lessons from Google and Red Hat for Facebook and open source 适兕点评: Matt Asay 在2007年</description>
</item>
<item>
<title>开源许可证:复盘2019;文化的争夺才是开源的切肤之痛;等开源之道一周精选2020 03 01</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-01/</link>
<pubDate>Wed, 26 Feb 2020 10:44:20 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-03-01/</guid>
<description>声明:本站言论,仅代表我自己,不管任何其它! 文章点评 文化的争夺才是开源的切肤之痛 原文链接:The culture war at the heart of open source 适兕点评: 喜欢历史的人,(无</description>
</item>
<item>
<title>【编程之夏】GSoC申请全攻略:14位入选者访谈、近10所大学讲座综合整理</title>
<link>https://www.opensourceway.community/posts/gsoc/how-to-ask-for-gsoc-2020/</link>
<pubDate>Tue, 25 Feb 2020 16:16:01 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/gsoc/how-to-ask-for-gsoc-2020/</guid>
<description>前言 文章中的观点与实例均建立在以下两类数据基础之上。 2018 年 10 月至 2019 年 2 月,自媒体所发布的 14 位 GSoC 入选者访谈。 2018 年,自媒体成员从中国近 10 所大学举办</description>
</item>
<item>
<title>【Redmonk专栏】真正的 Serverless 革命</title>
<link>https://www.opensourceway.community/posts/redmonk/the-real-serverless-revolution/</link>
<pubDate>Sat, 22 Feb 2020 11:42:24 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/redmonk/the-real-serverless-revolution/</guid>
<description>本文经 Stephen O&rsquo;Grady 先生许可翻译,转载请注明作者 引言 2006年3月,AWS 推出了简单存储服务(S3),紧接着在8月又推出了弹性计算(EC2),如此重要</description>
</item>
<item>
<title>生物界的innersource故事:生物圈二号实验【摘自《知识大融通》】</title>
<link>https://www.opensourceway.community/posts/innersource/the-story-of-biosphere2/</link>
<pubDate>Fri, 21 Feb 2020 16:38:02 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/innersource/the-story-of-biosphere2/</guid>
<description>引言 在2018年底,开源之道推出了开源之道图书共读计划,那个时候推荐图书的时候,都是过去十多年的积累,随着一年计划的顺利完成,以及读书成员的</description>
</item>
<item>
<title>Google 是否正在远离开源?AWS 和云中的商业开源:错综复杂的纠缠,等开源之道一周精选2020 02 23</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-02-23/</link>
<pubDate>Tue, 18 Feb 2020 17:07:11 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-02-23/</guid>
<description>声明:本站言论,仅代表我自己,不管任何其它! 文章点评 ![]() Google 是否正在远离开源? 原文链接:Is Google cooling on open-source foundations? 适兕点评: 这是Google既Knative</description>
</item>
<item>
<title>开源之道文章写作风格指南</title>
<link>https://www.opensourceway.community/posts/ttoos-style/</link>
<pubDate>Sat, 15 Feb 2020 22:48:54 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/ttoos-style/</guid>
<description>非虚构类写作 开源软件依然是现代世界赖以运转的不可或缺的一部分,尽管我们对虚构的内容不排斥,但是毕竟打造开源软件的过程是这个世界真实发生的事,</description>
</item>
<item>
<title>Community Leadership Development 日常探讨之:如何吸引运营人员参与开源社区?</title>
<link>https://www.opensourceway.community/posts/community_leadership_development/discuss_of_how_to_attract_operators_to_participate_os_community_20200213/</link>
<pubDate>Fri, 14 Feb 2020 12:16:15 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/community_leadership_development/discuss_of_how_to_attract_operators_to_participate_os_community_20200213/</guid>
<description>注:以下为WeChat Group中实录,根据剧情需要做了适当的修改。 吴晟 运营就是工作了。你指的运营是什么?工程师是项目最好的推广者。 代立冬 感</description>
</item>
<item>
<title>开源之道需要你的帮助</title>
<link>https://www.opensourceway.community/community/welcome-to-anyone-contribute/</link>
<pubDate>Thu, 13 Feb 2020 22:51:50 +0800</pubDate>
<guid>https://www.opensourceway.community/community/welcome-to-anyone-contribute/</guid>
<description>开源之道初心 适兕在很多场合表达过为什么要做开源之道,当然随着岁月的沉淀,基本就总结为一句话了,也是开源之道的口号:致力于开源相关思想、知识和</description>
</item>
<item>
<title>开源之道一周精选2020 02 16</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-02-16/</link>
<pubDate>Tue, 11 Feb 2020 10:38:05 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-02-16/</guid>
<description>声明:本评论仅表示开源之道共同体成员的观点。 文章点评 ![]() 软件供应链受攻击上升至78% 原文链接:Supply Chain Attacks Increase 78% 适兕点评: 随着IoT 和 DevOps 的兴</description>
</item>
<item>
<title>鼠年话开源之七:社群的交流工具 </title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-02-10-what-is-good-communition-tool/</link>
<pubDate>Mon, 10 Feb 2020 11:40:17 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-02-10-what-is-good-communition-tool/</guid>
<description>致力于开源相关思想、知识和价值的探究! 春节期间,由开源之道共同体旗下 Community Leadeship Development 小组组织了一场「鼠年话开源」系列播客,本期是由开源社理事兼执行长庄</description>
</item>
<item>
<title>鼠年话开源之六:开源共同体和开源社区是不是一回事?如果不是的话,又有何不同? </title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-02-09-what-is-open-source-community/</link>
<pubDate>Sun, 09 Feb 2020 12:31:11 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-02-09-what-is-open-source-community/</guid>
<description>致力于开源相关思想、知识和价值的探究! 春节期间,由开源之道共同体旗下 Community Leadeship Development 小组组织了一场「鼠年话开源」系列播客,本期是由101.camp 创始</description>
</item>
<item>
<title>【译文】如何与云巨头 AWS 竞争 </title>
<link>https://www.opensourceway.community/posts/redmonk/how-to-compete-with-aws/</link>
<pubDate>Sat, 08 Feb 2020 10:35:34 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/redmonk/how-to-compete-with-aws/</guid>
<description>本文经 Stephen 先生许可翻译,转载请注明作者 “在战争中,获胜之道是避其锋芒,攻其弱点。”—— 孙子 Photo courtesy Wikipedia user 663highland, used under the CC By 2.5 license 1969 年 1 月,离人类首次登月的阿</description>
</item>
<item>
<title>鼠年话开源之五:Apache不会给其下的项目开发者发工资,那Apache是如何保证做事的专业性和持续投入的? </title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-02-07-motivation-beyond-of-money/</link>
<pubDate>Fri, 07 Feb 2020 19:52:00 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-02-07-motivation-beyond-of-money/</guid>
<description>致力于开源相关思想、知识和价值的探究! 春节期间,由开源之道共同体旗下 Community Leadership Development 小组组织了一场「鼠年话开源」系列播客,本期是由Apache member 姜宁发</description>
</item>
<item>
<title>FOSDEM 2020 观看会后记录日志</title>
<link>https://www.opensourceway.community/posts/open-source-conference/fosdem-2020-view-record-journal/</link>
<pubDate>Fri, 07 Feb 2020 14:45:05 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/open-source-conference/fosdem-2020-view-record-journal/</guid>
<description>在GitHub中编辑 引言 我们要不要严肃的对待一些技术、工程乃至科学的研讨会?这可能是我在参与国内会议,然后和欧美对比之后的第一感慨。客观的对</description>
</item>
<item>
<title>开源之道共同体之沟通交流</title>
<link>https://www.opensourceway.community/community/communication/</link>
<pubDate>Fri, 07 Feb 2020 14:45:05 +0800</pubDate>
<guid>https://www.opensourceway.community/community/communication/</guid>
<description>管理员招募 如果你认同开源之道的理念、原则,并有时间来激活成员的想法,让共同体更具创造力和生产力,不妨进入我们的管理员团队,共同进步,提升自己</description>
</item>
<item>
<title>开源之道文章贡献指南</title>
<link>https://www.opensourceway.community/community/contributing/</link>
<pubDate>Fri, 07 Feb 2020 14:45:05 +0800</pubDate>
<guid>https://www.opensourceway.community/community/contributing/</guid>
<description>前提 最好是对于开源之道的风格和内容有所了解,强烈建议阅读:开源之道阅读指南 开发者 开源之道目前所使用到的技术栈:Markdown + hugo + GitHub page + Travis-CI</description>
</item>
<item>
<title>鼠年话开源之四:开源项目商业化理念与路径 </title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-02-06-business-and-open-source/</link>
<pubDate>Fri, 07 Feb 2020 09:42:46 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-02-06-business-and-open-source/</guid>
<description>致力于开源相关思想、知识和价值的探究! 春节期间,由开源之道共同体旗下 Community Leadeship Development 小组组织了一场「鼠年话开源」系列播客,本期是由社会人科技评论主持并</description>
</item>
<item>
<title>鼠年话开源之三:Apache 之道在本土的障碍有哪些?还是无缝的?</title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-02-05-is-apache-way-worked-in-china/</link>
<pubDate>Wed, 05 Feb 2020 21:42:46 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-02-05-is-apache-way-worked-in-china/</guid>
<description>致力于开源相关思想、知识和价值的探究! 欢迎大家来到开源之道 talking,本次节目也是鼠年话开源第三期,参与者来自 Apache 资深成员,本期的话题是a</description>
</item>
<item>
<title>后开源时代的软件自由;开源的两面性;等,开源之道一周精选2020 02 02</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-02-09/</link>
<pubDate>Wed, 05 Feb 2020 20:54:36 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-02-09/</guid>
<description>声明:本站言论,仅代表我自己,不管任何其它! 文章点评 ![]() over-the-air 编程 原文链接:Over-the-air programming 适兕点评: 作为一名来自传统企业界的伪开发者而</description>
</item>
<item>
<title>鼠年话开源之二:商业公司如何拥抱开源共同体(Open Source Community) </title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-02-03-business-embrave-osc/</link>
<pubDate>Tue, 04 Feb 2020 11:22:48 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-02-03-business-embrave-osc/</guid>
<description>本期简介 登场人物 汉洋:航空类开源项目 GAAS 创始人:https://github.com/generalized-intelligence/GAA</description>
</item>
<item>
<title>鼠年话开源之一:开源开发者有何特征? </title>
<link>https://www.opensourceway.community/posts/opensource_talking/2020-02-02-open-source-developer/</link>
<pubDate>Sun, 02 Feb 2020 21:05:45 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource_talking/2020-02-02-open-source-developer/</guid>
<description>为什么要聊这个话题? 在疫情肆虐的中华大地,实行了隔离,春节期间不可以走街串坊,于是 Community Leadership Development 小组的人们自动发起了这个“鼠年话开源”节目,开源之道</description>
</item>
<item>
<title>银行终究还是要拥抱开源的;建立能够让开源共同体持续发展的公司 等开源之道一周精选(2019 02 02)</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-02-02/</link>
<pubDate>Wed, 29 Jan 2020 16:38:57 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-02-02/</guid>
<description>声明:本站言论,仅代表我自己,不管任何其它! 文章点评 ![]() 新时代的六种软件许可证模式 原文链接:Six Software Licensing Models Helping Companies Scale Up in 2020 适兕点评: 订阅模式、云模式</description>
</item>
<item>
<title>Community Leadership Development 是什么?做什么?</title>
<link>https://www.opensourceway.community/posts/community_leadership_development/why_create_community_leadership_development_group/</link>
<pubDate>Tue, 21 Jan 2020 18:32:04 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/community_leadership_development/why_create_community_leadership_development_group/</guid>
<description>致力于开源相关思想、知识和价值的挖掘。 引言 开源之道 ,是适兕的个人博客,不知不觉地写了三年多。如果仅止于写或者翻译文章的话,那么可能会错失很多</description>
</item>
<item>
<title>CentOS 仓库公开决策指南;中科院“木兰”语言事件;等 开源之道一周精选(2020 01 26)</title>
<link>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-01-26/</link>
<pubDate>Tue, 21 Jan 2020 16:42:34 +0800</pubDate>
<guid>https://www.opensourceway.community/posts/opensource/daily_reading/2020/%E5%BC%80%E6%BA%90%E4%B9%8B%E9%81%93%E4%B8%80%E5%91%A8%E7%B2%BE%E9%80%892020-01-26/</guid>
<description>声明:本站言论,仅代表我自己,不管任何其它! 文章点评 2019 有哪些向善的技术 原文链接:The 2019 Good Tech Awards 适兕点评: 来自纽约时报Kevin Roose的报</description>
</item>
</channel>
</rss>