about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-compile.el
Commit message (Expand)AuthorAgeFilesLines
* straight.el -> elpacaDavid Morgan2023-05-191-2/+2
* Add winnowDavid Morgan2022-10-111-0/+3
* Remove unnecessary :ensure nilDavid Morgan2022-09-131-1/+0
* Add new .emacs.dDavid Morgan2021-08-171-0/+22
> 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

































































































































































































































































































































































































































































































































































































































































































                                                                              
<andrew@andrewyu.org>  2022-04-16 20:54:48 +0200

"reasons"' href='/runxiyu/www/commit/pragmatics.txt?id=91fd35d2300129c96c12ff6a69e3dadda09ba1a1'>91fd35d ^
853ba9a ^


1578212 ^

0578710 ^
1578212 ^





















9b03a75 ^








1578212 ^
91fd35d ^
9b03a75 ^


566ce45 ^



9b03a75 ^






4d2de22 ^
9b03a75 ^
91fd35d ^
1578212 ^
91fd35d ^
1578212 ^
c9cef81 ^
1578212 ^
36ff6b2 ^
566ce45 ^



f5ba891 ^
36ff6b2 ^

681124a ^

681124a ^

681124a ^


c6afda6 ^
681124a ^
681124a ^










91fd35d ^










f8fa698 ^






1578212 ^
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



 
                                                                        
                                                                        
                                                                        

 
                                                    
                                                


        






                                                                       

                                                  


                                                                   



                                                                        


                                                                        



                                                                        

                                                                        


                






                                                                      


                                                                        


 

                                                                        
                                                                        
 
 



                                                                      










                                                                        

                 


                                                                      




















                                                                        






 




                                                                        
                                                                        

 



                                                                        

                                                                        
                                                                       

                                                                       
 


                                                                      






















                                                                        
                                                                     



                                                                        
                                                                      

                                                                       
                                                              



                                                                       
 
 

                                                                        
                                                                        
 
 


                                                                    

                    
                                                            





















                                                                        








                                                                        
                         
 


                                                                        



                                                                     






                                                                        
                                                                        
 
 
              
 
                      
 
                        
 



                                                                     
                                                                        

                                                        

                

            


                
                             
                             










                                   










 






 
                                                                        
Free Software Community                                            A. Yu
RFD 1                                         The 2nd School Aff. to FDU
                                                           16 April 2022


                   Pragmatic Use of Nonfree Software
                       Request for Discussions 1

Abstract

   Free Software is undoubtably a good thing for society.  However,
   modern computer users are stuck in the proprietary "ecosystem" for
   historical reasons.  This document describes the author's viewpoint
   of using proprietary platforms to spread the ideas of Free Software.

Status of This Memo

   This document is currently in the DRAFT status.

   This document describes the author's viewpoint.  This does not
   represent the ideas of the Free Software Foundation or any other
   entity.  Distribution of this memo is unlimited.

Table of Contents

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   1
   2.  Justification . . . . . . . . . . . . . . . . . . . . . . . .   2
   3.  Action Procedure  . . . . . . . . . . . . . . . . . . . . . .   4
   4.  Technical Limitations . . . . . . . . . . . . . . . . . . . .   4
   5.  Conclusion  . . . . . . . . . . . . . . . . . . . . . . . . .   5
   6.  FSF Considerations  . . . . . . . . . . . . . . . . . . . . .   5
   7.  Normative References  . . . . . . . . . . . . . . . . . . . .   5
   Acknowledgements  . . . . . . . . . . . . . . . . . . . . . . . .   5
   Contributors  . . . . . . . . . . . . . . . . . . . . . . . . . .   5
   Author's Address  . . . . . . . . . . . . . . . . . . . . . . . .   5

1.  Introduction

   Readers of this memo probably understand the ideals of the Free
   Software Movement, and avoid proprietary software when possible.
   However, as most outsiders are unaware and are deeply buried inside
   the proprietary dystopia created by mostly multibillion-dollar
   technology coorporations, our methods of communicating with the
   masses are ineffective.

   In February 2022, the author decided to adjust his dogma, and
   permitted limited usage of nonfree chat platforms to hopefully spread
   our ideas to the general public.  This was attempted by registering a



Yu                            Informational                     [Page 1]

RFD 1               Pragmatic Use of Nonfree Software         April 2022


   Discord account, creating a Guild called "Free Software
   Introductions", and setting up a basic Discord-to-IRC relay to #fsi
   on both irc.andrewyu.org and irc.libera.chat.

   One of the communities that he knows about, the VF-Technic Minetest
   community, primarily uses Discord as a means of communication by
   plays not in-game.  As the users inside are Minetest players, a Free
   Software voxel sandbox game, similar to but much more flexible and
   freedom-respecting than Minecraft, it is believed that the users have
   some contact with Free Software, although they might not understand
   the freedom part of the issue, i.e. they might be thinking in terms
   of "open source" instead.  After sharing the invite link in the VF-
   Technic Guild, some people joined, and we've partially converted two
   users.

2.  Justification

   Two users is definitely few, but it sets a start and an example for
   how freedom can be spread.

   There are numerous free replacements to proprietary services such as
   Discord, such as Internet Relay Chat, the Extensible Messaging and
   Presense Protocol, the Matrix protocol, and email.  As Free Software
   activists, we generally prefer these protocols over nonfree services.
   This section explains the reasons to consider nonfree services and
   protocols.

   Generally, users on IRC and XMPP have a fair understanding of the
   Free Software Movement, and it is quick and easy to inform them what
   we mean by "free", "the four freedoms", and similar ideas.  For users
   on the Libera Chat IRC network, which by far has the most users of
   any network, it is exceptionally easy to introduce a user into the
   #fsf channel for discussions with people supporting Free Software.
   Introducing ignorant users on these protocols and platforms are a
   day-to-day simple task.

   Furthermore, the amount of users we can reach on these protocols are
   rather limiting.  Libera has around forty thousand users according to
   the USERS command, and considering the fact that around 90% of these
   people aren't ignorant, there isn't much we can do.











Yu                            Informational                     [Page 2]

RFD 1               Pragmatic Use of Nonfree Software         April 2022


   Matrix users, in particular users of the matrix.org homeserver,
   typically know but don't completely understand Free Software.  Rather
   than using Matrix IDs to identify users, the Matrix specification
   specifies that third-party platform identities, such as email and
   GitHub, are how users should be referenced both internally by servers
   and shown to other users.  This is obviously an increadibly foolish
   idea, especially considering the use of centralized identity servers
   (similar to X509 certificate authorities) for 3PIDs.  These are our
   first targets, but these should also be easy to get the idea across.

   It is true that Libera Chat and similar IRC networks, though multi-
   centered in a technical way (i.e. multiple IRC servers form an IRC
   network), the network is politically centralized, controlled by one
   entity, Libera.  The Internet Relay Chat server-to-server protocol
   implies that servers fully trust each other and are expected to not
   send damaging commands, which in turn implies full trust between
   server operators, no federation, and political centralization.  The
   privacy policy and network policy of Libera Chat are in the author's
   opinion non-intrusive, therefore the use of which is acceptable and
   is promoted by the FSF.  (Obviously, most methods of using IRC do not
   involve nonfree software.)

   Nevertheless, those that have never touched Free Software are often
   on giant proprietary platforms, and take these as universal methods
   of communication.  Many people go months before checking their
   mailbox (physical or electronic), refuse to use XMPP or IRC for its
   age.

   An alternative protocol, Internet Delay Chat, is being developed.

   There is one special case where using some nonfree software, and even
   urging others to use it, can be a positive thing.  That's when the
   use of the nonfree software aims directly at putting an end to the
   use of that very same nonfree software.[RMSGP] The author believes
   that the following fall within this scope:

   *  Developing a free project that requires nonfree environments to
      bootstrap;
   *  To spread awareness of software freedom issues to users in nonfree
      environments.

   As almost all types of development can be done on most types of BSD
   and GNU operating systems, the author hasn't found any software that
   fit this category.  Extending the interpretation allos for using
   nonfree software's behavior as a reference in Free Software
   development, though an arguable programming practice, may help the
   community to progress by understanding common features that users of
   nonfree services use.



Yu                            Informational                     [Page 3]

RFD 1               Pragmatic Use of Nonfree Software         April 2022


   The latter is more interesting, as explained above our methods of
   spreading awareness is limited.

3.  Action Procedure

   Activists MUST NOT list such nonfree services in "Contact
   Information" pages on their website or similar sources, unless
   followed by a explanation that the purpose of the nonfree platform is
   to introduce users thereof onto free protocols and to eventually
   exterminate the nonfree platform.  Whenever these references to
   nonfree platforms appear, the author MUST present free methods of
   communication.  Activists SHOULD pragmatically use as many of the
   popular free protocols as possible, to ensure that oppurtunities of
   introductions are not lost.  In cases involving competition between
   free and nonfree protocols and platforms, ethical concerns (i.e.
   enabling talking to a new user on any ethical platform) MUST take
   precedence over technical concerns (such as disliking the XMPP
   protocol for its inefficent use of XML) whenever possible.

   Communities for introducing users to Free Software on nonfree
   platforms MUST be bridged to a free protocol in some obvious way, in
   order to minimize the usage of nonfree platforms even for the purpose
   of communicating ideology to new users and allow members of the Free
   Software community refusing to use nonfree platforms in any way to
   participate.  Usages of nonfree platforms, besides part of the user-
   introduction process that must happen on the nonfree platform, SHOULD
   be avoided.

   For example, the author created a Discord Guild called Free Software
   Introductions, which is one-way-puppeted to #fsi on irc.andrewyu.org,
   which is then one-way-puppeted to Libera.  The relay system is sort-
   of messed up, but it's working.  Inviting new users to it via
   https://discord.gg/7CYp7ntww7 (https://discord.gg/7CYp7ntww7) is
   good, but as the author has made his own sacrifice already, there
   exists no need for other existing Free Software activists to join and
   use it instead of IRC.

4.  Technical Limitations

   The old and centralized nature of IRC, the insane 3PID recommendation
   of Matrix, the bad routing and efficency of XMPP, and the lack of
   documentation on PSYC, has led us to develop a new protocol, Internet
   Delay Chat[IDC], which aims to be free, modern (i.e. support for
   channel groups and shared permission sets, non-text data with MIME
   types), sane (i.e.  TCP, UDP and SCTP-based, instead of HTTP POST
   APIs) and simple.





Yu                            Informational                     [Page 4]

RFD 1               Pragmatic Use of Nonfree Software         April 2022


5.  Conclusion

6.  FSF Considerations

7.  Normative References

   [IDC]      Yu, A., "Internet Delay Chat", April 2022,
              <https://git.andrewyu.org/internet-delay-chat>.

   [RMSGP]    Stallman, R., "Is It Ever a Good Thing to Use a Nonfree
              Program?", September 2013, <http://www.gnu.org/philosophy/
              is-ever-good-use-nonfree-program.en.html>.

Acknowledgements

Contributors

Author's Address

   Andrew Yu
   The 2nd School Aff. to FDU
   Email: andrew@andrewyu.org
   URI:   https://www.andrewyu.org/




























Yu                            Informational                     [Page 5]