manifesto.tex 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067
  1. \documentclass[draft,twoside]{book}
  2. \title{A~Manifesto~for~a~Free~Society}
  3. \author{Andrew~Yu}
  4. \def\revision{0.1}
  5. \date{Revision~\revision}
  6. % For coauthors: Please double-check the appearance of the document before commiting and pushing. Badboxes are acceptable now, since this is still a draft, though.
  7. % MISC
  8. \usepackage{xcolor}
  9. \usepackage{hyperref}
  10. \usepackage{booktabs}
  11. % DRAFTS ARE NOT PRINTED IN A TYPRWRITTEN STYLE ANYMORE. PLEASE NOTE THE REVISION NUMBER IN PLACE OF THE DATE ON THE TITLE PAGE AND THE GIT TAG.
  12. % FIXMES
  13. \newcommand{\textnote}[2]{\marginpar{\textcolor{red}{#2}}\textcolor{red}{#1}}
  14. \newcommand{\singlenote}[1]{\marginpar{\textcolor{orange}{#1}}}
  15. % We could have used the fixme package here. However, minimal LaTeX installations don't seem to come with them. We don't want every author to have to install a 4-gigabyte TeXLive installation, and defining our own macros seem to be enough. All modern distributions I've found until this day has xcolor and hyperref. Tell me if you know one that does not. However, you still need a biblography managager. Biber works, BibTeX does not.
  16. % BIBLIOGRAPHY
  17. \usepackage{biblatex}
  18. % Use biber(1), not bibtex(1).
  19. \addbibresource{master.bib}
  20. % RANDOM
  21. \makeatletter
  22. \def\verbatim@font{\footnotesize\tt}
  23. \makeatother
  24. % CUSTOM
  25. \newenvironment{point}{\begin{quote}}{\end{quote}}
  26. % \newenvironment{code}{\begin{verbatim}}{\end{verbatim}}
  27. % \newcommand{code}[1]{\verb|#1|} % TODO: obviously won't work, need a fix
  28. \newcommand{\nameofbook}[1]{\textsc{#1}}
  29. \newcommand{\nameofperson}[1]{{#1}} % Identity macro preserved for future-proof purposes.
  30. % COUNTERS
  31. % TODO: The chapter counter should reset to 1 every \part.
  32. % Here comes the actual thing.
  33. \begin{document}
  34. \frontmatter % Disable chapter numbering, set roman letters on page numbers, etc. Standard to the book documentclass.
  35. \maketitle
  36. \pagebreak
  37. Revision~\revision.
  38. This document is still a draft, and will probably stay that way in a few decades. Please apply your critical thinking skills when reading. We cannot guarentee that what we think of as facts are all true, and we cannot guarentee that other ideas apply to you. Generally, you should take this approach when reading \emph{anything} that's written by a person you don't ultimately trust, i.e., yourself.
  39. The latest version is usually available at \href{https://project.andrewyu.org/libresociety}{https://project.andrewyu.org/libresociety}.
  40. This book is released into the public domain, as the original authors believe that knowledge is not copyrightable. The expression of contents of this book is copyrightable. But for the sake of freer sharing of ideas, we choose not to reserve copyright.
  41. In jurisdictions that do not recognize the right to release into the public domain, as discussed in Chapter~\ref{chapter:copyright}, the terms and conditions are:
  42. \begin{enumerate}\label{text:minilicense}
  43. \addtocounter{enumi}{-1}
  44. \item Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
  45. \end{enumerate}
  46. \pagebreak
  47. \chapter{Preface}
  48. Modern countries have laws that restrict the liberty of people in unacceptable ways but also don't guarantee the security of people at the same time. Governments are corrupted, inefficent, or both. This makes the lives of people miserable.
  49. This experiment aims to develop the ideological base of a country with this main goal:
  50. \begin{point}
  51. The power of the government is limited to an extent where people have the freedom \emph{from} \textnote{persecution}{Choose a better word, persecution does not fit}, intentional killing, and extreme poverty, while liberty \emph{to} do what they will is not significantly compromised.
  52. \end{point}
  53. This is an seemingly impossible task. However, considering the recent development of mathematics (especially in ideas such as group theory) and computer science (especially upcoming quantum computers), I believe there may be a algorithmic way to run a country.
  54. Note the vague use of ``run a country''. This may mean a function of government decision over public opinion, the economy, expert opinion (along with a description of the expert). It might as well be a function of accepting the decision of the executive branch over the circumstances of the decision. The point is, there may be an referentially transparent function that decides how the country runs based on all the information we know.
  55. A lot of ideas presented in this book are too vague. The mission of this project includes turning these abstractions into a solid system of society and law, where these are defined and leave minimum space for misconceptions and ambiguity.
  56. In this book, we'll also identify problems in society, then present our solutions to it, if any. To the best of our ability, we'll provide examples and real-life stories in order to better explain the ideas. Then, we'll propose a legal framework for a country with the aforementioned goals. We'll try to make them specific and cover every possible case. Even though our math systems aren't complete (thanks to G\"odel), we believe that in the field of law, things could (and should) be made mostly complete. Otherwise, it would be unclear what the country should do in an unexpected situation. Note that, if you find a problem with completeness over cases, or some scenarios where our theory creates results that are (in your opinion) bad or unacceptable, that is considered a bug. Please report them to the mailing list.
  57. This book is part of the Libre~Society project, available at \href{https://project.andrewyu.org/libresociety}{https://project.andrewyu.org/libresociety}.
  58. This book, or the Libre~Society project in general, is not endorsed or affiliated with the Free~Software~Foundation. However, we share many views, especially on copyright issues, and the rights people have on their computing.
  59. The authors of this book aren't experts in mathematics, computer science, or politics. The intelligence of us authors combined are unlikely to yield a substantial result, for example, the aforementioned algorithm. Anyone who is interested in giving ideas, participating in revising the book, and/or contributing by other means is welcome! Please refer to page~\pageref{pre-chapter:contribution}.
  60. Nothing in this book is considered legal advice. We take no responsibility for your actions due to reading this book.
  61. \chapter{Community}\label{pre-chapter:community}
  62. Please write to our mailing list at \href{mailto:libresociety@andrewyu.org}{libresociety@andrewyu.org}. In order to join the list, send an email to the list.
  63. We also have an IRC channel at~\verb|#libresociety| on~\verb|irc.andrewyu.org| and~at~\verb|##libresociety| on~\verb|libera.chat|. These two channels are relayed to each other, you won't be able to see users on the other network, though. Users unfamiliar with IRC may use email or \href{https://web.libera.chat/##libresociety}{https://web.libera.chat/##libresociety}.
  64. Please note that, at this stage, the main means of discussion is the LibrePlanet Discuss mailing list, located at \href{https://lists.libreplanet.org/mailman/listinfo/libreplanet-discuss}{https://lists.libreplanet.org/mailman/listinfo/libreplanet-discuss}. Many members there give precious suggestions to social, free software, and other related issues.
  65. \chapter{Resources}\label{pre-chapter:resources}
  66. There are a few resources that are in this book's repository. Unless otherwise noted, they are not written by the authors of this book.
  67. \begin{description}
  68. \item[Abstract Algebra] contains the basics of Abstract Algebra. It was fetched from \href{https://math.berkeley.edu/~apaulin/AbstractAlgebra.pdf}{https://math.berkeley.edu/~apaulin/AbstractAlgebra.pdf}
  69. \item[Concrete Mathematics] contains the basics of math in modern computer science. It was fetched from \href{https://www.csie.ntu.edu.tw/~r97002/temp/Concrete\%20Mathematics\%202e.pdf}{https://www.csie.ntu.edu.tw/~r97002/temp/Concrete\%20Mathematics\%202e.pdf}
  70. \item[Das Kapital] is a criticism of modern Capitalism by Karl Marx.
  71. \end{description}
  72. \chapter{Contribution}\label{pre-chapter:contribution}
  73. By contributing to this work, you agree that your contributions are made available in the public domain and under the simple license on page~\pageref{text:minilicense}.
  74. If you're planning to give contributions related to your ideas directly to the code of the book, you could choose one of the following methods:
  75. \begin{itemize}
  76. \item Write to the mailing list describing your changes;
  77. \item Diff the file from the original. Git diffs are preferred but are not necessary;
  78. \item Clone from and push to \verb|git://git.andrewyu.org/libresociety|, \textnote{which isn't set up yet}{Yes, remind Andrew to set it up.} (your changes will be reviewed and merged to the main branch);
  79. \item Become a coauthor, if you think you're contributing a lot.
  80. \end{itemize}
  81. If you have contributed very significant ideas to this project, we may invite you as a coauthor. You can also request to be a coauthor too. This section describes the technical way of how a coauthor contributes.
  82. First of all, all coauthors would be added to the Git respository of this project, hosted at \href{https://git.andrewyu.org}{https://git.andrewyu.org}.
  83. You need to know how to add, commit and push with respect to Git bare repositories with SSH via SSH public key authentication. There are many guides online to this. Here we included a short guide.
  84. \begin{verbatim}
  85. # Obviously the numbers might change, and we assume you have Git installed and
  86. # configured your Git name and email. If you haven't, install \verb|git| from
  87. # your package manager and read the manual page \verb|gittutorial|.)
  88. ~ $ git clone username@git.andrewyu.org:/var/www/git.andrewyu.org/libresociety
  89. # Of course, replace the `username' with the username we set for you.
  90. Cloning into 'libresociety'...
  91. remote: Enumerating objects: 17, done.
  92. remote: Counting objects: 100% (17/17), done.
  93. remote: Compressing objects: 100% (13/13), done.
  94. remote: Total 17 (delta 1), reused 0 (delta 0), pack-reused 0
  95. Receiving objects: 100% (17/17), 156.22 KiB | 120.00 KiB/s, done.
  96. Resolving deltas: 100% (1/1), done.
  97. ~ $ cd ./libresociety/
  98. ~/libresociety $ git pull # Make sure you have the laterst version.
  99. # If an editor asks you for a commit message, just save and quit it. If it
  100. # talks about conflicts, you probably have to learn basic Git, i.e., how to
  101. # resolve conflicts in merge. I currently recommend against using rebase.
  102. ~/libresociety $ $EDITOR manifesto.tex
  103. # If this does not work out for you, replace `$EDITOR' with the name of your
  104. # plain text editor of choice. Do not use something like LibreOffice to edit
  105. # this, of course. Please read the comments (they start with `%'); they
  106. # provide crucial information.
  107. ~/libresociety $ make
  108. # This will fail if you do not have a proper LaTeX installation. We strongly
  109. # recommend installing one. See [1] for a guide. Use the ports tree if you
  110. # are on OpenBSD. The other BSDs and GNU/Linux distributions should have it
  111. # available as a package. On Alpine Linux, it is texlive-full. On Arch
  112. # Linux and its derivatives, it's texlive-most in the repo and texlive-full
  113. # in the AUR. On Debian GNU/Linux and its derivatives, it is texlive-full.
  114. # The packages above take a lot of disk space. You could also just install
  115. # core or minimal versions instead. We try to keep our code simple, i.e.,
  116. # by implementing the simpler macros that we need rather than calling a huge
  117. # package. If the minimal distribution doesn't compile this, please give us
  118. # the full log (that is, `manifesto.log') and system information in the
  119. # lists. However, we do use bibliography management, so you would need a
  120. # few extra packages.
  121. [1] https://tug.org/texlive/doc/texlive-en/texlive-en.html#installation
  122. ... LaTeX output ...
  123. ~/libresociety $ git add manifesto.tex manifesto.pdf
  124. # This step stages the changes you added. Think of this as putting your files
  125. # into a drawer.
  126. ~/libresociety $ git commit -m 'commit message'
  127. # Replace `commit message' with a short description describing what you
  128. # changed. Avoid commit messages like `edit' or `update' because they don't
  129. # give us any useful information.
  130. # This step commits the staged files. Think of this as scanning the files
  131. # from your drawer in the archive system. It will also digitally sign your
  132. # commit if you configured Git to do so, which is recommemded.
  133. ~/libresociety $ git push
  134. # This step updates the changes to the server, who in turn runs a Git hook to
  135. # update the website (you don't have to mind how this works). Note that other
  136. # coauthors need to run `git pull' to `syncronize' with this new version from
  137. # the server, which will merge the changes.
  138. \end{verbatim}
  139. Please also take a look at the style conventions in Appendix~\ref{appendix:style-conventions}.
  140. \tableofcontents
  141. \chapter{Authors}\label{pre-chapter:authors}
  142. \begin{description}
  143. \item[Andrew Yu] Website~\href{https://www.andrewyu.org}{https://www.andrewyu.org}, email~\href{mailto:andrew@andrewyu.org}{andrew@andrewyu.org}, irc~\href{irc://irc.andrewyu.org:6697/Andrew}{Andrew~on~irc.andrewyu.org with~SSL~(WIP, doesn't work at the moment)}.
  144. \end{description}
  145. \mainmatter
  146. \part{A Discussion in the LibrePlanet Mailing List}
  147. In order to understand the community's take on this project, to ensure that some people know this exists, and ultimately to better gather ideas, I wrote the following message to the LibrePlanet mailing list.
  148. \begin{verbatim}
  149. Hi, friends at Libreplanet.
  150. During a discussion in #fsf, we were quite critical of modern society,
  151. especially on copyright, patents, "intellectual property", healthcare
  152. and Capitalism. A (possibly sarcastic of modern society) suggestion
  153. was raised to build islands in the middle of oceans from plastic waste
  154. and run a free society there. This is obviously infeasible, but it
  155. reinforced my thoughts that free software isn't enough. With people
  156. constantly in poverty, healthcare being so expensive in countries such
  157. as the United States, companies and individuals focusing on profit
  158. rather than genuine good for society, etc., free software is a step to
  159. bring us closer to good-old freedom, but with a society that hasn't
  160. woken up from the endless advertising (brainwashing) of cooprporations
  161. and governments, we'll almost inevitably be forced to use nonfree
  162. software, and have our right to freedom violated in countless other
  163. ways.
  164. I thought: Why aren't we doing a great job convincing users to switch to
  165. free software as a replacement to the proprietary software they use?
  166. Some classmates that I tried convincing into using Trisquel GNU/Linux
  167. noted that most modern programs that they use day-to-day only run on
  168. Android, Apple iOS, Apple macOS and Microsoft Windows, and these
  169. themselves are nonfree software that they can't escape using (For
  170. example, school here in China requires the use of WeChat and Tencent
  171. Meetings to have online classes, and does not have a way to let me
  172. dial-in by phone, despite my efforts explaining the Constitution and my
  173. rights to deny a contract I disagree with. [1] They even went as far as
  174. saying "We don't care what the Constitution says, you play by our
  175. rules", which was a surprise to me.). I reconsidered the situation,
  176. explained to them what freedom is in this context, and linked them to a
  177. comprimise, Deepin Linux, a (GNU/)Linux distribution targeted at new
  178. Chinese users who need WeChat, Tencent Meetings and all that in the
  179. application center. This was a comprimise, but this is the best I could
  180. do given their situation. Personally I use virtual machines that
  181. reset to snapshots every boot to run these programs, sometimes even run
  182. a GNU/Linux distribution inside the virtual machine and use Wine from
  183. there. They aren't technically skilled and couldn't handle this.
  184. Some sources state that US courts require the use of Zoom, which is
  185. frustrating to think about.
  186. I asked myself: Why do people choose convenience over freedom? This is
  187. still a mystery to me, as this one of the problems in the to-solve list
  188. of the upcoming project. I have a theory that it's a combination of
  189. social pressure and coorporate brainwashing, as companies are taking
  190. advantage of human psycology, creating an information cocoon of
  191. "convenience is the most important thing in your life", pushing products
  192. to users with social engineering in order to profit from sales or the
  193. information of their users. They do everything for profit; they even
  194. sign contracts with schools to push their products to students, often
  195. with the students unable to reject. In this case, how the school and
  196. government handles this situation is a good example of short-term
  197. thinking (Or, it might be not caring about their students, I hope it's
  198. the first, but my conversation with school makes me afraid it's the
  199. latter.)
  200. My family has been to the US in 2013. One of my biggest negative
  201. impressions was that health care was terrifyingly expensive. A simple
  202. X-ray, a two dollar checkup in most hospitals in Shanghai, China costs
  203. hundreds of dollars in the US (I do not remember which state or region
  204. it was, I was just 5 years old then. What I do remember is that we had
  205. some kind of medicaid; even then, the prices are in hundreds). A
  206. standard CT scan, around 20--35 dollars in Shanghai, costs hundreds or
  207. even thousands of dollars. A ride in the ambulance costs 10 dollars on
  208. average in Shanghai, but thousands in ths US. (Note that by "the US", I
  209. am referring to the state I was in, I do hope that there are saner ones.)
  210. Apparantly this is caused by the US not having a good system of
  211. medicaid, which I hope gets better implemented with Obamacare, but that
  212. seems to be just a wish. This leads me to the point that governments
  213. are responsible for their citizens in exchange for the citizens giving
  214. up certain liberties (note that liberty isn't freedom exactly),
  215. including keeping citizens healthy---it is impossible to have a
  216. prosperous planet with bad healthcare. (Don't get me wrong, I have more
  217. positive impressions in the US :P)
  218. For a government to be able to handle social needs, it must not be
  219. corruputed. Theories such as the separation of powers exist, but in
  220. contemperory times, implementations such as the US have
  221. sometimes-corrupt but almost always ineffective governments. The Senate
  222. fillibuster is a important reason, but not the culprit. The culprit is
  223. the inherent eager to compete with other political parties and to gain a
  224. political advantage, rather than coorporating, working together, and
  225. actually managing the country with decent manners.
  226. Humanity's system of managing society progressed from the rule of
  227. monarchs to the rule of law. But laws can be unclear and
  228. misinterpreted. The recent development of mathematics and computer
  229. science may as well be utilized to create a system of society and
  230. government, which algorithmicly distributes power in an explicit manner
  231. (Maybe with something like monads, I haven't got into the mathematical
  232. part yet.)
  233. Godel Incompleteness tells us that we can never make a system of
  234. mathematics that gets understood the same way everywhere; math is also
  235. an evolving field (albeit very slowly). If this (currently nil) system
  236. is to be ever used anywhere (may be the island), we'll definitely find a
  237. lot of fissues. In such a system we also have the burden of educating
  238. people in abstract algebra, which is relatively easy compared to
  239. developing the system itself. My intuition tells me that Group Theory
  240. will come in handy, but that's just intuition.
  241. Currently, I host this project at [2]. I've only recently gotten into
  242. Group Theory and abstract algebra, it may take time for us all to come
  243. up with ideas. But it's worth trying.
  244. References
  245. ==========
  246. [1] https://lists.gnu.org/archive/html/libreplanet-discuss/2021-10/msg00011.html
  247. My previous memo on the use of software in education, COVID-19 and
  248. the courts.
  249. Ironically, I was still using GitHub at the time. I recently
  250. deprecated all of my GitHub in a notice, and moved all of my current
  251. projects to git.andrewyu.org and project.andrewyu.org. The avenir
  252. repository is moving there some time, after I re-write the website
  253. with plain HTML---I don't see a reason to use a static site
  254. generator anymore. This GitHub link is not provided here.
  255. [2] https://project.andrewyu.org/libresociety
  256. A "checked out" version of the repository. The PDFs are of primary
  257. interest.
  258. git://git.andrewyu.org/libresociety
  259. The repository itself. SSH protocol version also exist, described
  260. in the PDF itself.
  261. https://notabug.org/andrewyu/libresociety
  262. A mirror of the above repository. Links Out
  263. =========
  264. [a] https://stallman.org/there-ought-to-be-a-law.html
  265. A collection of bills/laws "proposed" or agreed upon by Richard
  266. Stallman, mostly in support for a freer society, a less
  267. corrupt/corruptable government, public benefit, etc. I don't agree
  268. with all of them, but many of these will be taken into account in
  269. this project.
  270. Some of the thoughts I had during writing this memo will appear in the
  271. next commit of the project.
  272. This memo probably contains spelling errors and odd context-hopping.
  273. When sitting down in front of my computer on the actual book, I'll be
  274. more careful, and have a notebook and a pencil in front of me to plot
  275. relation maps. Please forgive me, a 13-year-old with an undeveloped
  276. brain from a non English-native country.
  277. Sincerely,
  278. Andrew Yu <andrew@andrewyu.org>
  279. :P
  280. \end{verbatim}
  281. Erica~Frank replied:
  282. \begin{verbatim}
  283. On Mon, Jan 10, 2022 at 9:44 AM Andrew Yu via libreplanet-discuss <
  284. libreplanet-discuss@libreplanet.org> wrote:
  285. > Hi, friends at Libreplanet.
  286. >
  287. > During a discussion in #fsf, we were quite critical of modern society,
  288. > especially on copyright, patents, "intellectual property", healthcare
  289. > and Capitalism. A (possibly sarcastic of modern society) suggestion
  290. > was raised to build islands in the middle of oceans from plastic waste
  291. > and run a free society there.
  292. This has been tried. Multiple times. It flops horribly because (1) the
  293. people throwing money at it would like to believe that they won't be bound
  294. by international treaties & local laws and (2) it's invariably started by a
  295. group that wants to be a master class, and imagine they will bring in
  296. servant-types at some later date, and that those servant-types will be
  297. content to live and work under conditions that don't give them the
  298. protections they have from existing laws.
  299. Examples:
  300. 2014 https://www.vice.com/en/article/bn53b3/atlas-mugged-922-v21n10
  301. 2016
  302. https://www.gq.com/story/the-libertarian-utopia-thats-just-a-bunch-of-white-guys-on-a-tiny-island
  303. 2017
  304. https://www.politico.com/magazine/story/2017/06/30/colorado-springs-libertarian-experiment-america-215313/
  305. 2020
  306. https://newrepublic.com/article/159662/libertarian-walks-into-bear-book-review-free-town-project
  307. 2021
  308. https://www.theguardian.com/news/2021/sep/07/disastrous-voyage-satoshi-cryptocurrency-cruise-ship-seassteading
  309. And the shiny new attempt for 2022: https://cryptoland.is/
  310. A "free" ocean nation is possible... if you don't need wifi or other
  311. technology that comes from land; if you don't need to buy food or get
  312. medical services from land; if you don't need to dock a ship anywhere; if
  313. you don't intend to export goods or services to any country. If you do plan
  314. to maintain connections with the mainland, there's a host of laws and
  315. international treaties that will apply. And most of the "live free"
  316. movements want that to be "live free *and rich*," not "find somewhere that
  317. we can do subsistence farming where no gov't will care enough to notice
  318. us." You can live free by moving to any number of remote, inhospitable
  319. locales. In groups, even. But you can't live tax-free and still participate
  320. in commerce with people who pay taxes. (Well, it's possible, but the setup
  321. for that isn't "invent a country in a spot nobody's claimed"; it's "invent
  322. a business that shuffles money in so many directions that governments get
  323. dizzy trying to find the cup with the ball under it.")
  324. I thought: Why aren't we doing a great job convincing users to switch to
  325. > free software as a replacement to the proprietary software they use?
  326. > Some classmates that I tried convincing into using Trisquel GNU/Linux
  327. > noted that most modern programs that they use day-to-day only run on
  328. > Android, Apple iOS, Apple macOS and Microsoft Windows,
  329. The reason people don't switch to Linux is that support for new users
  330. SUCKS. You'd think that, after 20+ years of Unix-based software, there'd be
  331. a plethora of "How to Dump Windows And Switch To [version] Linux!"
  332. websites. There are not. Instead, plenty of Windows users who try to switch
  333. discover "I have installed this new OS.... and my wifi doesn't work." Or
  334. their audio doesn't work. Or they try to install WINE so they can use the
  335. apps they need for work, and it doesn't work. Or they try to play games and
  336. discover that Steam-for-Linux and Steam-via-WINE have two different feature
  337. sets, and one of them doesn't work for their favorite game. And so on.
  338. (I have two adult daughters who have switched from Windows to Linux. They
  339. both hate Windows. Neither has strong software requirements. Both
  340. occasionally have to wipe their system and reinstall the OS because they
  341. can't figure out how to fix the odd problems that show up. ...Neither of
  342. them has work-related content or settings that would be destroyed by a
  343. reinstall.)
  344. I am on Windows because I'm a power user of several apps with no Linux
  345. versions: Acrobat Pro, InDesign, MS Word, FineReader (you've probably never
  346. heard of it, and that's very reasonable). I'm a regular user of other
  347. programs with no Linux versions. And seeing the nightmares my kids have had
  348. with using WINE does not make me happy at the idea of switching. (I'm aware
  349. that there's LibreOffice and other free software that cover most of what
  350. Word does. They don't cover everything that Word does, and they won't cover
  351. the 25% extra time it'll take me to find everything for a few months while
  352. I get used to them. A big part of my job is "Hey here is a document; it's
  353. got [list of problems]; fix those and get it back to me within an hour
  354. before the client meeting." I can't do that on unfamiliar software.) I do a
  355. lot in PowerPoint, not because I like PPT (nobody who has actual editing
  356. experience likes PPT), but because the company does a lot with PPT. And
  357. opening word/ppt/excel/etc files in non-MS programs sometimes has weird
  358. results - changes the hidden formatting features, and so on. So they'd look
  359. fine to me, and I hand them back, and they discover the fonts have changed
  360. or the images have moved around.
  361. Anyway. If you want free software to be more popular, find a way to make it
  362. easy to switch for people with decent awareness of technology and *no
  363. command-line experience*. I can pick up command-line work - when I started
  364. learning computers, there was nothing else - but there are no simple guides
  365. for "so now you're using Linux; here's the two-page cheatsheet for
  366. Ubuntu/Gnome/Mint/whatever."
  367. You can usually search Google or DDG for "here's my error message; how do I
  368. fix it?" And the answers are often on StackExchange or similar - and they
  369. are often hostile and condescending enough that I am never, ever going to
  370. ask for Linux help for specific problems in public. The result is: I'm
  371. using proprietary software with an unknown amount of data harvesting, that
  372. sometimes changes or removes the features I rely on - but I'm not being
  373. regularly insulted (or threatened) by sexist jerks who think I'm an idiot
  374. for not having encountered this problem before.
  375. > I asked myself: Why do people choose convenience over freedom?
  376. The simple, quick answer is "I see you don't have children of your own."
  377. All of human history has been a matter of giving up some freedoms in
  378. exchange for convenience. It has *always* been possible for almost anyone
  379. to go off alone and survive by scrounging or potentially even farming.
  380. There are exceptions - some types of slavery, most prisoners, etc. But for
  381. most of history, most people have been free to pick a direction and walk
  382. until nobody else is in range. Unsurprisingly, most of of them choose to
  383. remain in contact with others, which means giving up some autonomy for the
  384. convenience of a community.
  385. If you mean, "why do people choose *this particular* convenience over a
  386. freedom *I believe is readily available*" - then you have to get into the
  387. details. Because a freedom that looks obvious and simple to you may not be
  388. as apparent - or as easy - to someone else.
  389. > I have a theory that it's a combination of
  390. > social pressure and coorporate brainwashing,
  391. Humans are social critters. We thrive in communities. All communities
  392. involve giving up freedoms. There is no brainwashing involved in "convince
  393. people to go along with the group instead of following their every
  394. impulse"; that's the socialization that begins in infancy. (The end result
  395. is: we get communities so that a broken leg doesn't mean death, so that
  396. children live past the age of two, so that we can eat something other than
  397. raw fruit in season and meat cooked on sticks over a fire. And, y'know, so
  398. we can have books and houses and chat with people in other countries, but
  399. those aren't *why* we have communities; they're just some of the more
  400. recent benefits.)
  401. There are corporations taking advantage of that, and warping our social
  402. drives for profit, to the long-term detriment of both communities and the
  403. planet. But the problem isn't "people are prone to accept whatever's
  404. easiest and go along with the crowd."
  405. > My family has been to the US in 2013. One of my biggest negative
  406. > impressions was that health care was terrifyingly expensive.
  407. A ride in the ambulance costs 10 dollars on
  408. > average in Shanghai, but thousands in ths US. (Note that by "the US", I
  409. > am referring to the state I was in, I do hope that there are saner ones.)
  410. >
  411. There are not; the US medical industry's costs are absolutely shocking to
  412. most of the rest of the world. An ambulance trip in the US can run
  413. thousands of dollars even with good insurance; there are no states where
  414. that's not true. Some states are somewhat better about medical costs - or
  415. rather, some states regulate who pays for the costs better - but the costs
  416. are still being set by profit-seeking insurance companies rather than
  417. having anything to do with the actual cost of services.
  418. > For a government to be able to handle social needs, it must not be
  419. > corruputed.
  420. [citation needed]
  421. ...can you name some non-corrupt governments as examples?
  422. This is important. Listing problems with a government is easy. If the
  423. solution were simple, we wouldn't have these problems. Even with as much as
  424. the current people in power will fight to maintain that - if there were a
  425. simple solution that resulted in better living for everyone, that *didn't*
  426. result in thousands of small-to-medium disasters (at a minimum) during a
  427. transition phase, we'd have put it into place.
  428. That doesn't mean I think improvement is impossible, just that it's not a
  429. matter of "swap this government system for that other one, and things will
  430. be better immediately and much better in the long term."
  431. For example: Copyright, trademark, and patent laws are currently horrible,
  432. and causing a lot of damage. However, just removing them wouldn't help -
  433. that'd just mean that mega-corporations could use anyone's work to make
  434. profit for themselves without paying for it. It'd mean a return to private
  435. patronage and extensive contracts involved before you can read a book or
  436. watch a movie.... and ordinary citizens would not be the ones with the
  437. advantage in that situation. (...What I want is an end to the Berne
  438. convention, copyright dropped to about 25-30 years automatic, and requiring
  439. registration & growing fees to extend it. $100 US for the next 10 years, in
  440. the US - a nominal fee that covers registration costs. $1000 for 10 years
  441. past that: you have to still be making money to bother. $10,000 for every
  442. ten years past that - if Disney wants to keep *Snow White* in its control,
  443. it can do so, but they have to pay the public to keep the monopoly. And
  444. that's per work, not per franchise: Every episode of *Star Trek* would need
  445. to be registered and extended.)
  446. > Theories such as the separation of powers exist, but in
  447. > contemperory times, implementations such as the US have
  448. > sometimes-corrupt but almost always ineffective governments.
  449. On the one hand: yes, I get that.
  450. On the other: cars do not regularly run people over on the sidewalk in my
  451. neighborhood. The wiring in my house does not cause fires. The food I buy
  452. at local restaurants does not poison me. My neighbors do not burn tires for
  453. heat in the winter. The water in my kitchen sink is safe to drink. And for
  454. all the gun violence in my local area, nobody sits on their front porch and
  455. does target practice on other human beings. My family's doctors do not
  456. demand intimate favors in exchange for health care services.
  457. My government has a lot of flaws, but it also has successfully provided
  458. enough safety regulations that I can be comfortable enough to criticize it.
  459. I don't mean, "we should just celebrate the good that governments have
  460. done." I mean that saying "it's horribly corrupt; we should throw it out"
  461. needs to start with an awareness of the thousands of small benefits that
  462. laws have brought. Any anarchist/libertarian "free community" needs to
  463. first decide, "can you burn waste in your backyard? If so, what kinds; if
  464. not, who's going to enforce that rule?" ...Will you have private land
  465. ownership, and if so, can you cut down all the trees on "your" land? Can
  466. you throw waste into "your" river?
  467. ...Can you have a business selling heroin to teenagers? How about alcohol?
  468. Tobacco? Caffeine?
  469. What toxins are acceptable to sell to anyone, which are restricted, and
  470. which are forbidden? Who decides, and who enforces those rules?
  471. I am firmly in favor of free software. I would like to see governments be
  472. required to use free, open-source software for government purposes - to not
  473. be beholden to any business or company for essential government functions.
  474. (Or even optional government functions.) But I am aware that the visible
  475. government--currently-elected legislators--is a small portion of a complex
  476. system, and that there is no possible simple, sweeping reform that will fix
  477. the current batch of problems (and there are so, so many problems) without
  478. bringing in a host of others. And I am not so sanguine as to trust the
  479. people who say "eh, we'll deal with those when they come up."
  480. if you want to build a government that's free-and-equal, start by talking
  481. to single mothers with kids under 5 years old, and asking what they need
  482. from a government. Design a system that works for them, and you'll have a
  483. foundation that can be extended to support any size of community.
  484. (Sorry this has gotten rather far from "free software" discussion. I think
  485. it does all tie together - one of the reasons free software has problems
  486. catching on, is corporate influence over governments, so the very structure
  487. of government is part of the discussions. But it does wind up getting
  488. pretty far from "why can't schools just use Linux-based laptops?")
  489. \end{verbatim}
  490. Then there was my reply.
  491. \begin{verbatim}
  492. At the time of writing this reply, Erica's original message hasn't
  493. reached the list yet, shouldn't be a problem.
  494. The Libre Society Project
  495. =========================
  496. On 22/01/10 01:06PM, Erica Frank wrote:
  497. > On Mon, Jan 10, 2022 at 9:44 AM Andrew Yu via libreplanet-discuss <
  498. > libreplanet-discuss@libreplanet.org> wrote:
  499. >
  500. > > Hi, friends at Libreplanet.
  501. > >
  502. > > During a discussion in #fsf, we were quite critical of modern society,
  503. > > especially on copyright, patents, "intellectual property", healthcare
  504. > > and Capitalism. A (possibly sarcastic of modern society) suggestion
  505. > > was raised to build islands in the middle of oceans from plastic waste
  506. > > and run a free society there.
  507. >
  508. > This has been tried. Multiple times. It flops horribly because (1) the
  509. > people throwing money at it would like to believe that they won't be bound
  510. > by international treaties & local laws and (2) it's invariably started by a
  511. > group that wants to be a master class, and imagine they will bring in
  512. > servant-types at some later date, and that those servant-types will be
  513. > content to live and work under conditions that don't give them the
  514. > protections they have from existing laws.
  515. >
  516. > Examples:
  517. > 2014 https://www.vice.com/en/article/bn53b3/atlas-mugged-922-v21n10
  518. > 2016
  519. > https://www.gq.com/story/the-libertarian-utopia-thats-just-a-bunch-of-white-guys-on-a-tiny-island
  520. > 2017
  521. > https://www.politico.com/magazine/story/2017/06/30/colorado-springs-libertarian-experiment-america-215313/
  522. >
  523. > 2020
  524. > https://newrepublic.com/article/159662/libertarian-walks-into-bear-book-review-free-town-project
  525. > 2021
  526. > https://www.theguardian.com/news/2021/sep/07/disastrous-voyage-satoshi-cryptocurrency-cruise-ship-seassteading
  527. > And the shiny new attempt for 2022: https://cryptoland.is/
  528. I should have made things clearer. The whole island thing is just a
  529. intro to what made me think of this project. I am not trying to build
  530. an island, make specific policies to how it runs, or similar things.
  531. I'm thinking of a theoretical base for a modern nation should such
  532. oppurtunities open up. Of course, setting up a new government at any
  533. country is unlikely. This doesn't matter to this project; a general
  534. base is good enough, for example, on how to handle power, how to vote
  535. (blockchains might be good here, but proof-of-work and proof-of-stake
  536. do harm to the environment or causes polical inequality) and the way we
  537. write laws. We're not defining the legal system itself; we're creating
  538. an algorithm to define such legal system indirectly via legislators.
  539. > A "free" ocean nation is possible... if you don't need wifi or other
  540. > technology that comes from land; if you don't need to buy food or get
  541. > medical services from land; if you don't need to dock a ship anywhere; if
  542. > you don't intend to export goods or services to any country. If you do plan
  543. > to maintain connections with the mainland, there's a host of laws and
  544. > international treaties that will apply. And most of the "live free"
  545. > movements want that to be "live free *and rich*," not "find somewhere that
  546. > we can do subsistence farming where no gov't will care enough to notice
  547. > us." You can live free by moving to any number of remote, inhospitable
  548. > locales. In groups, even. But you can't live tax-free and still participate
  549. > in commerce with people who pay taxes. (Well, it's possible, but the setup
  550. > for that isn't "invent a country in a spot nobody's claimed"; it's "invent
  551. > a business that shuffles money in so many directions that governments get
  552. > dizzy trying to find the cup with the ball under it.")
  553. Aside from the fact that this is theoretical, a real implementation (if ever)
  554. would need to be a fork (branch) of the theoretical model, usually taking
  555. account of nearby countries, trade, and other things that deal with "normal"
  556. countries.
  557. The amount of money you have mostly depends on how your parents are
  558. doing, at least for two generations. The amount of work they do (and
  559. the intelligence they put into it) compared against their wealth in
  560. money doesn't give a constant result---the poor have a much higher
  561. ratio. Money is an ancient system of economics, I don't think using
  562. money to request for social stuff is appropriate.
  563. Free Software
  564. =============
  565. The replies below are mainly targeted at free software, doesn't have
  566. much to do with Libre Society any more.
  567. > > I thought: Why aren't we doing a great job convincing users to switch to
  568. > > free software as a replacement to the proprietary software they use?
  569. > > Some classmates that I tried convincing into using Trisquel GNU/Linux
  570. > > noted that most modern programs that they use day-to-day only run on
  571. > > Android, Apple iOS, Apple macOS and Microsoft Windows,
  572. >
  573. > The reason people don't switch to Linux is that support for new users
  574. > SUCKS. You'd think that, after 20+ years of Unix-based software, there'd be
  575. > a plethora of "How to Dump Windows And Switch To [version] Linux!"
  576. > websites. There are not. Instead, plenty of Windows users who try to switch
  577. > discover "I have installed this new OS.... and my wifi doesn't work." Or
  578. > their audio doesn't work. Or they try to install WINE so they can use the
  579. > apps they need for work, and it doesn't work. Or they try to play games and
  580. > discover that Steam-for-Linux and Steam-via-WINE have two different feature
  581. > sets, and one of them doesn't work for their favorite game. And so on.
  582. On the topic of free software, this is true. My new strategy that works
  583. better (seems so to me) is to convince friends to use OnlyOffice when
  584. they can, use my Jitsi instance instead of Tencent Meetings when they're
  585. hosting meetings, etc. The Jitsi part isn't doing well, probably
  586. because people are bought into the ecosystem of Tencent, but it has
  587. helped two or three people.
  588. > (I have two adult daughters who have switched from Windows to Linux. They
  589. > both hate Windows. Neither has strong software requirements. Both
  590. > occasionally have to wipe their system and reinstall the OS because they
  591. > can't figure out how to fix the odd problems that show up. ...Neither of
  592. > them has work-related content or settings that would be destroyed by a
  593. > reinstall.)
  594. Yeah that happens some times, some people say it's a side effect of the
  595. freedom we have, which is understandable. I've also had issues with my
  596. Windows VM and I have to reinstall (actually, restore from snapshot).
  597. > I am on Windows because I'm a power user of several apps with no Linux
  598. > versions: Acrobat Pro, InDesign, MS Word, FineReader (you've probably never
  599. > heard of it, and that's very reasonable). I'm a regular user of other
  600. > programs with no Linux versions. And seeing the nightmares my kids have had
  601. > with using WINE does not make me happy at the idea of switching. (I'm aware
  602. > that there's LibreOffice and other free software that cover most of what
  603. > Word does. They don't cover everything that Word does, and they won't cover
  604. > the 25% extra time it'll take me to find everything for a few months while
  605. > I get used to them. A big part of my job is "Hey here is a document; it's
  606. > got [list of problems]; fix those and get it back to me within an hour
  607. > before the client meeting." I can't do that on unfamiliar software.) I do a
  608. > lot in PowerPoint, not because I like PPT (nobody who has actual editing
  609. > experience likes PPT), but because the company does a lot with PPT. And
  610. > opening word/ppt/excel/etc files in non-MS programs sometimes has weird
  611. > results - changes the hidden formatting features, and so on. So they'd look
  612. > fine to me, and I hand them back, and they discover the fonts have changed
  613. > or the images have moved around.
  614. Comptaibility is the biggest issue in terms of users switching to free
  615. software. There are projects like OnlyOffice that does this pretty
  616. well, and if put on Nextcloud or its own document server can match MS
  617. products (actually more like Google Docs) in terms of collaboration.
  618. Personally I use LaTeX2e, but I do support developing office suites.
  619. > Anyway. If you want free software to be more popular, find a way to make it
  620. > easy to switch for people with decent awareness of technology and *no
  621. > command-line experience*. I can pick up command-line work - when I started
  622. > learning computers, there was nothing else - but there are no simple guides
  623. > for "so now you're using Linux; here's the two-page cheatsheet for
  624. > Ubuntu/Gnome/Mint/whatever."
  625. Absolutely! I've met people who needed help bring up the Help
  626. application in GNOME 3. Distributions that are designed to fit new
  627. users are awesome, like Linux Mint. Obviously they don't provide
  628. "future links" to completely free distributions, understandable, but I
  629. hope some distro does that---when the user switched to totally free
  630. software already, that's a good step. I'll note down the idea on
  631. cheatsheets.
  632. > You can usually search Google or DDG for "here's my error message; how do I
  633. > fix it?" And the answers are often on StackExchange or similar - and they
  634. > are often hostile and condescending enough that I am never, ever going to
  635. > ask for Linux help for specific problems in public. The result is: I'm
  636. > using proprietary software with an unknown amount of data harvesting, that
  637. > sometimes changes or removes the features I rely on - but I'm not being
  638. > regularly insulted (or threatened) by sexist jerks who think I'm an idiot
  639. > for not having encountered this problem before.
  640. In my experience, things have gotten better over the years. Currently
  641. I'm mostly on BSD systems, and reading the manuals help a lot. These
  642. manuals are mainly for command-line programs(1,8), system calls and
  643. functions(3,9), file formats(5,7) and what not. I like reading these,
  644. but I can imagine the feeling of a new user reading a manual page
  645. telling them to add themself to a UNIX group in order to use serial
  646. ports (maybe for accessories).
  647. Social Stuff Again
  648. ==================
  649. > > I asked myself: Why do people choose convenience over freedom?
  650. > The simple, quick answer is "I see you don't have children of your own."
  651. > All of human history has been a matter of giving up some freedoms in
  652. > exchange for convenience. It has *always* been possible for almost anyone
  653. > to go off alone and survive by scrounging or potentially even farming.
  654. > There are exceptions - some types of slavery, most prisoners, etc. But for
  655. > most of history, most people have been free to pick a direction and walk
  656. > until nobody else is in range. Unsurprisingly, most of of them choose to
  657. > remain in contact with others, which means giving up some autonomy for the
  658. > convenience of a community.
  659. >
  660. > If you mean, "why do people choose *this particular* convenience over a
  661. > freedom *I believe is readily available*" - then you have to get into the
  662. > details. Because a freedom that looks obvious and simple to you may not be
  663. > as apparent - or as easy - to someone else.
  664. Yup. This reminds me of the veil of ignorance by John Rawls. When I
  665. vote for something, I use the best of my knowledge of society,
  666. notwithstanding who I am and my personal interests*.
  667. * It should be noted that my view on freedom, as explained by Erica,
  668. could be considered something of personal interest. However, I mostly
  669. believe that it's my stance on social freedom, not anything of
  670. personal interest per se.
  671. > > I have a theory that it's a combination of
  672. > > social pressure and coorporate brainwashing,
  673. >
  674. > Humans are social critters. We thrive in communities. All communities
  675. > involve giving up freedoms. There is no brainwashing involved in "convince
  676. > people to go along with the group instead of following their every
  677. > impulse"; that's the socialization that begins in infancy. (The end result
  678. > is: we get communities so that a broken leg doesn't mean death, so that
  679. > children live past the age of two, so that we can eat something other than
  680. > raw fruit in season and meat cooked on sticks over a fire. And, y'know, so
  681. > we can have books and houses and chat with people in other countries, but
  682. > those aren't *why* we have communities; they're just some of the more
  683. > recent benefits.)
  684. The social contract stuff has been stuck in my head for long. Of course
  685. we need to reach a comprimise between liberty and security, but exactly
  686. how is up to discussion. It's also questionable to what extent should
  687. we help people.
  688. My drama teacher in Grade 7 (who comes from the US) had a pretty bad
  689. time with the heat when he came to Shanghai the first time. He even
  690. threw up at the door of a small restaurant. He said that the staff of
  691. the restaurant asked if he was okay and gave him a cup of water. This
  692. is not rare here and is a good demonstration of socialization as in
  693. helping others. My intuition tells me that if this was to happen in the
  694. US, it'd have been much worse for the him.
  695. > There are corporations taking advantage of that, and warping our social
  696. > drives for profit, to the long-term detriment of both communities and the
  697. > planet. But the problem isn't "people are prone to accept whatever's
  698. > easiest and go along with the crowd."
  699. I'd say most coorporations that normal people know today count.
  700. > > My family has been to the US in 2013. One of my biggest negative
  701. > > impressions was that health care was terrifyingly expensive.
  702. >
  703. > > A ride in the ambulance costs 10 dollars on
  704. > > average in Shanghai, but thousands in ths US. (Note that by "the US", I
  705. > > am referring to the state I was in, I do hope that there are saner ones.)
  706. > There are not; the US medical industry's costs are absolutely shocking to
  707. > most of the rest of the world. An ambulance trip in the US can run
  708. > thousands of dollars even with good insurance; there are no states where
  709. > that's not true. Some states are somewhat better about medical costs - or
  710. > rather, some states regulate who pays for the costs better - but the costs
  711. > are still being set by profit-seeking insurance companies rather than
  712. > having anything to do with the actual cost of services.
  713. That's indeed pretty shocking to me. Capitalism has enabled the
  714. development of our economy and has propelled industrilization (Today we
  715. think of it as something good, except environmentally.) and general
  716. welfare, but leaving everything to the invisible hand causes things like
  717. this. There are things that are rare in supply (ambulance services),
  718. rare in demand, but when there is demand, it's an emergency with the
  719. life of a fellow somewhere.
  720. > > For a government to be able to handle social needs, it must not be
  721. > > corruputed.
  722. > [citation needed]
  723. > ...can you name some non-corrupt governments as examples?
  724. I mean, for a government to do things efficently. I'd say most
  725. governments handle things badly, so the point is kind-of there.
  726. > This is important. Listing problems with a government is easy. If the
  727. > solution were simple, we wouldn't have these problems. Even with as much as
  728. > the current people in power will fight to maintain that - if there were a
  729. > simple solution that resulted in better living for everyone, that *didn't*++>
  730. > result in thousands of small-to-medium disasters (at a minimum) during a
  731. > transition phase, we'd have put it into place.
  732. >
  733. > That doesn't mean I think improvement is impossible, just that it's not a
  734. > matter of "swap this government system for that other one, and things will
  735. > be better immediately and much better in the long term."
  736. Agreed.
  737. If you take a look at China's revolution in the 1910s, people didn't
  738. bother with it. It was just a thing of the people who understand what
  739. democracy is. Therefore people started the social movement in the
  740. 1920s, educating the general public about democracies, science, and the
  741. very monarchy they've been living in.
  742. Outright just changing the system of government is no use for sure. Of
  743. course we need social changes, especially of how people think of money.
  744. I don't have much to talk about in this aspect yet, when I have more
  745. spare time I'll include it in the project.
  746. > For example: Copyright, trademark, and patent laws are currently horrible,
  747. > and causing a lot of damage. However, just removing them wouldn't help -
  748. > that'd just mean that mega-corporations could use anyone's work to make
  749. > profit for themselves without paying for it. It'd mean a return to private
  750. > patronage and extensive contracts involved before you can read a book or
  751. > watch a movie.... and ordinary citizens would not be the ones with the
  752. > advantage in that situation. (...What I want is an end to the Berne
  753. > convention, copyright dropped to about 25-30 years automatic, and requiring
  754. > registration & growing fees to extend it. $100 US for the next 10 years, in
  755. > the US - a nominal fee that covers registration costs. $1000 for 10 years
  756. > past that: you have to still be making money to bother. $10,000 for every
  757. > ten years past that - if Disney wants to keep *Snow White* in its control,
  758. > it can do so, but they have to pay the public to keep the monopoly. And
  759. > that's per work, not per franchise: Every episode of *Star Trek* would need
  760. > to be registered and extended.)
  761. Yes.
  762. > > Theories such as the separation of powers exist, but in
  763. > > contemperory times, implementations such as the US have
  764. > > sometimes-corrupt but almost always ineffective governments.
  765. >
  766. > On the one hand: yes, I get that.
  767. > On the other: cars do not regularly run people over on the sidewalk in my
  768. > neighborhood. The wiring in my house does not cause fires. The food I buy
  769. > at local restaurants does not poison me. My neighbors do not burn tires for
  770. > heat in the winter. The water in my kitchen sink is safe to drink. And for
  771. > all the gun violence in my local area, nobody sits on their front porch and
  772. > does target practice on other human beings. My family's doctors do not
  773. > demand intimate favors in exchange for health care services.
  774. >
  775. > My government has a lot of flaws, but it also has successfully provided
  776. > enough safety regulations that I can be comfortable enough to criticize it.
  777. Not false.
  778. Though here where I live you can't be sure about the last point.
  779. > I don't mean, "we should just celebrate the good that governments have
  780. > done." I mean that saying "it's horribly corrupt; we should throw it out"
  781. > needs to start with an awareness of the thousands of small benefits that
  782. > laws have brought. Any anarchist/libertarian "free community" needs to
  783. > first decide, "can you burn waste in your backyard? If so, what kinds; if
  784. > not, who's going to enforce that rule?" ...Will you have private land
  785. > ownership, and if so, can you cut down all the trees on "your" land? Can
  786. > you throw waste into "your" river?
  787. >
  788. > ...Can you have a business selling heroin to teenagers? How about alcohol?
  789. > Tobacco? Caffeine?
  790. >
  791. > What toxins are acceptable to sell to anyone, which are restricted, and
  792. > which are forbidden? Who decides, and who enforces those rules?
  793. I'll reply to this when I get more of social contact theory.
  794. > I am firmly in favor of free software. I would like to see governments be
  795. > required to use free, open-source software for government purposes - to not
  796. > be beholden to any business or company for essential government functions.
  797. > (Or even optional government functions.) But I am aware that the visible
  798. > government--currently-elected legislators--is a small portion of a complex
  799. > system, and that there is no possible simple, sweeping reform that will fix
  800. > the current batch of problems (and there are so, so many problems) without
  801. > bringing in a host of others. And I am not so sanguine as to trust the
  802. > people who say "eh, we'll deal with those when they come up."
  803. >
  804. > if you want to build a government that's free-and-equal, start by talking
  805. > to single mothers with kids under 5 years old, and asking what they need
  806. > from a government. Design a system that works for them, and you'll have a
  807. > foundation that can be extended to support any size of community.
  808. Good idea.
  809. > (Sorry this has gotten rather far from "free software" discussion. I think
  810. > it does all tie together - one of the reasons free software has problems
  811. > catching on, is corporate influence over governments, so the very structure
  812. > of government is part of the discussions. But it does wind up getting
  813. > pretty far from "why can't schools just use Linux-based laptops?")
  814. The LibrePlanet mailing list isn't just a place to discuss about free
  815. software, I suppose. Social ideas are of course good here, there've
  816. been people discussing about nonfree software requirements in COVID
  817. tests, which went on to social stuff.
  818. Regards,
  819. Andrew
  820. \end{verbatim}
  821. \part{Problems in our Current Society}
  822. \chapter{Nonfree Software}
  823. (Andrew Yu)
  824. \section{Free Software}
  825. As background, free software is software where the user is free to:
  826. \begin{enumerate}
  827. \item Run the program for any purpose;
  828. \item Learn how the program works and/or modify the program to their needs;
  829. \item Redistribute the original and/or modified program.
  830. \end{enumerate}
  831. \section{Profit from Free Software}
  832. Critics of free software, who tend to call free software ``open source'' in order to remove the link to freedom and liberty, argue that it is impossible to profit developing free software, especially with copyleft licenses such as the GNU~General Public~License. The Free Software Foundation argues that software developers could still profit, since they are allowed to sell the software while redistributing. Common practice also includes paid support for systems that ought to be reliable. Even along with donations, people earn much less selling and supporting free software than leasing nonfree software. If we were to go for profit, developing nonfree software is obviously the way to go, but it is unjust.
  833. There are indeed good ways to make money off free software. However, \textnote{I}{Inconsistant use of pronouns} argue that in perfection, profit and money as a
  834. This is a working way to get paid making free software. However I'd argue that this payment is dangerous for many types of development.
  835. \chapter{Copyright}\label{chapter:copyright}
  836. \part{A Formal System of Society}
  837. \appendix
  838. \chapter{Style Conventions}\label{appendix:style-conventions}
  839. In order to keep this book consistant and understandable, these language and source code conventions should be followed.
  840. \begin{enumerate}
  841. \item General use of language
  842. \begin{enumerate}
  843. \item
  844. \end{enumerate}
  845. \item Sectioning
  846. \begin{enumerate}
  847. \item Here, sectioning, unless otherwise specified, includes all structure layers, such as parts, chapters, sections, subsections, subsubsections, paragraphs, and subparagraphs. The paragraphs and subparagraphs mentioned in this list item refers to structuring inline titles with \verb|\paragraph| and \verb|\subparagraph|, not \verb|\par| or text separated by empty lines. However, almost anywhere else, paragraphs mean logical paragraphs in terms of Linguistics, i.e.,
  848. \item Section titles should be in Title Case, where all words are capitalized except for pronouns, articles, prepesitions, and similar language compoments. The first letter of a title must be uppercase, unless if it is a proper noun where uppercase is inappropriate.
  849. \item Cross reference labels go immediatly after the {\TeX} group containing the section name. For example, use \verb|\section{Section Title}\label{section:section-title}|.
  850. \item For numbered sections, i.e., these in the mainmatter and appendix, use \verb||.
  851. \end{enumerate}
  852. \item Abbreviations, spacing, and punctuation
  853. \begin{enumerate}
  854. \item A single comment symbol must be used at end of lines where a space is inappropriate.
  855. \item A non-breaking space must be used inside of people's names. For example, write \verb|Andrew~Yu| instead of \verb|Andrew Yu|, and for other places where a line break between these words is inappropriate, such as book names.
  856. \item A comma proceeds i.e., e.g., and similar abbreviations. These abbrebiations have a dot in each of those letters and after the last one.
  857. \item A peroid proceeds Mr., Mrs., ans similar abbreviations.
  858. \item Most abbreviations in common English should have periods after them.
  859. \item Abbreviations after proper nouns should probably not have periods after them.
  860. \item For all abbreviations that end with a period and a space but are not at the end of a sentence, the space proceeding the period must be written as \verb*|\ | (a space followed by a backslash) in order to stress that this is an inter-word space, not an inter-sentence space.
  861. \item For all sentences that end with a capitalized word, no matter if the word is fully UPPER CASE or is just Capitalized, the space after the period (unless if it is at the end of a paragraph, where a space must not be there) must be written as \verb|\@| in order to stress that this is an inter-sentence space, not an inter-word space.
  862. \item For lists written as ``a, b, [\dots], and/or/etc.\ z'', a comma proceeds the last item before the connective.
  863. \item In the source code, for the style of the source code itself, interword spacing should be one space, while intersentence spacing should be two spaces. This convention does not take priority when in conflict with other conventions.
  864. \end{enumerate}
  865. \item Fonts
  866. \begin{enumerate}
  867. \item Use \verb|\nameofbook| for book names, \verb|\nameofperson| for name of persons, and \verb|\emph| for emphatics.
  868. \item Use the \verb|quote| environment for one-paragraph quotes. Use the \verb|quotation| environment for multi-paragraph quotes.
  869. \item Use the \verb|point| environment to illustrate a major point being discussed.
  870. \end{enumerate}
  871. \item Source
  872. \begin{enumerate}
  873. \item Do not load extra {\LaTeX} packages unless necessary. If all is needed from a package is a simple macro, implement it in the preamble.
  874. \item Nested lists' environment declarations should be indented right under the text content of the parent item. Items inside the list environment and most environments in general should be indented two spaces from the start of the `begin' control sequence, including the backslash.
  875. \end{enumerate}
  876. \end{enumerate}
  877. \end{document}