Compare commits
	
		
			31 Commits
		
	
	
		
			3d5b6a196a
			...
			dev
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6283a5810d | |||
| 7becbf6269 | |||
| 8dd1e6d598 | |||
| 1ff0af75d2 | |||
| 3dbc517718 | |||
| ba4f69e535 | |||
| eee408fce6 | |||
| 999ce246e6 | |||
| 9b2b79232b | |||
| c52ebd7a72 | |||
| 7f5e7f907c | |||
| 56b21a489c | |||
| 442a57fa0c | |||
| d336e52ef0 | |||
| 0487533c06 | |||
| 31c0e0d2b0 | |||
| ccbbdc91c4 | |||
| 96e23b4529 | |||
| 053f52bcf1 | |||
| 80fecf5653 | |||
| ea540e3376 | |||
| 3ab96f1495 | |||
| 235ff6040a | |||
| 16e4a5db66 | |||
| 4733ae2f2e | |||
| 276cc30189 | |||
| a3607f5988 | |||
| 5db170c735 | |||
| 7f03ff864f | |||
| d5dbd0720d | |||
| 28843993f4 | 
							
								
								
									
										22
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								README.md
									
									
									
									
									
								
							| @@ -1,3 +1,21 @@ | |||||||
| # ebook-veganarchist-sovereignty | # Voluntary Sovereignty | ||||||
|  |  | ||||||
| Short eBook/zine to distribute and maybe make flyers out of. | Short eBook/zine to distribute and make flyers out of. | ||||||
|  |  | ||||||
|  | ## Usage | ||||||
|  |  | ||||||
|  | First run the installer. It has been tested on Debian Trixie 13.0. | ||||||
|  |  | ||||||
|  | ```shell | ||||||
|  | install.sh | ||||||
|  | ``` | ||||||
|  |  | ||||||
|  | Then make any changes to `ebook.md`. | ||||||
|  |  | ||||||
|  | After making changes, run the convert script from the project directory. | ||||||
|  |  | ||||||
|  | ```shell | ||||||
|  | convert.sh | ||||||
|  | ``` | ||||||
|  |  | ||||||
|  | You should now have `VoluntarySovereignty.pdf` and its booklets available. | ||||||
|   | |||||||
							
								
								
									
										17
									
								
								convert.sh
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								convert.sh
									
									
									
									
									
								
							| @@ -2,10 +2,16 @@ | |||||||
| # 2024-03-06 Hyperling | # 2024-03-06 Hyperling | ||||||
| # PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options | # PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options | ||||||
|  |  | ||||||
|  | DIR="$(dirname -- "${BASH_SOURCE[0]}")" | ||||||
|  | cd $DIR | ||||||
|  |  | ||||||
| date | date | ||||||
|  |  | ||||||
| md="ebook-veganarchist-sovereignty.md" | md="ebook.md" | ||||||
| ebook="VoluntarySovereignty.pdf" | ebook="VoluntarySovereignty.pdf" | ||||||
|  | book="VoluntarySovereignty-book.pdf" | ||||||
|  | booklet="VoluntarySovereignty-booklet-default.pdf" | ||||||
|  | rotated="VoluntarySovereignty-booklet-rotated.pdf" | ||||||
|  |  | ||||||
| if [[ -e $ebook ]]; then | if [[ -e $ebook ]]; then | ||||||
| 	echo -n "Old: " | 	echo -n "Old: " | ||||||
| @@ -14,7 +20,7 @@ if [[ -e $ebook ]]; then | |||||||
| fi | fi | ||||||
|  |  | ||||||
| cp $md /tmp/ | cp $md /tmp/ | ||||||
| #sed -i "s/{REVISION_DATE}/`date +'%Y-%m-%d'`/g" /tmp/$md | sed -i "s/{REVISION_DATE}/`date +'%Y-%m-%d'`/g" /tmp/$md | ||||||
|  |  | ||||||
| pandoc /tmp/$md \ | pandoc /tmp/$md \ | ||||||
| 	-s \ | 	-s \ | ||||||
| @@ -22,8 +28,11 @@ pandoc /tmp/$md \ | |||||||
| status=$? | status=$? | ||||||
|  |  | ||||||
| # Use LaTeX booklet package to make a print, fold, and staple version! | # Use LaTeX booklet package to make a print, fold, and staple version! | ||||||
| pdfbook2 $ebook | pdfbook2 -n $ebook | ||||||
| #pdfbook2 --signature=4 $ebook | mv -v $book $booklet | ||||||
|  |  | ||||||
|  | pdfbook2 -ns $ebook | ||||||
|  | mv -v $book $rotated | ||||||
|  |  | ||||||
| echo "Completed with status '$status'." | echo "Completed with status '$status'." | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,28 +1,22 @@ | |||||||
| --- | --- | ||||||
| author: "Hyperling" |  | ||||||
| first_date: "2025-09-27" |  | ||||||
| last_revised: "2025-09-27" |  | ||||||
| comments: |  | ||||||
|     - Could be either a flyer or a zine, depending on which subheaders are included. |  | ||||||
| 
 |  | ||||||
| title-meta: "Voluntary Sovereignty" | title-meta: "Voluntary Sovereignty" | ||||||
| date-meta: "{REVISION_DATE}" | date-meta: "{REVISION_DATE}" | ||||||
| author-meta: 'Hyperling' | author-meta: 'Chad Michael "Hyperling" Greenwood' | ||||||
| subject: Voluntary Sovereignty | subject: "Voluntary Sovereignty" | ||||||
| 
 | 
 | ||||||
| # Decent but lots of text per single page, pretty menacing to read on a screen. | title: "Voluntary Sovereignty" | ||||||
| # 10 pages though, and when printed may actually be a resonable size! | subtitle: "*Existing in a `statist` society with the least amount of friction.*" | ||||||
| #fontsize: "10pt" | author: 'by `Chad Michael "Hyperling" Greenwood`' | ||||||
| #geometry: "margin=1.25in" | date: "First Published 2025-09-28. Last Revised {REVISION_DATE}" | ||||||
| 
 | 
 | ||||||
| # Large font is nice and margins are not gigantic. Sits at a perfect 13 pages. | # Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts) | ||||||
| # Headers are in weird spots when going all the way down to 1in margins. |  | ||||||
| fontsize: "12pt" | fontsize: "12pt" | ||||||
| geometry: "margin=1.2in" | geometry: "margin=0.5in" | ||||||
| 
 | 
 | ||||||
| keywords: | keywords: | ||||||
|   - ebook |   - ebook | ||||||
|   - hyperling |   - hyperling | ||||||
|  |   - hypervegan | ||||||
|   - health protocol |   - health protocol | ||||||
|   - chad michael greenwood |   - chad michael greenwood | ||||||
|   - freedom |   - freedom | ||||||
| @@ -60,12 +54,11 @@ keywords: | |||||||
|   - veganarchism |   - veganarchism | ||||||
|   - sovereign |   - sovereign | ||||||
|   - sovereignty |   - sovereignty | ||||||
|  |   - police | ||||||
|  |   - law | ||||||
|  |   - officer | ||||||
| --- | --- | ||||||
| 
 | 
 | ||||||
| # How to Live a Voluntary and Sovereign Life |  | ||||||
| 
 |  | ||||||
| Existing in a `statist` society with the least amount of friction. |  | ||||||
| 
 |  | ||||||
| ## Objective Morality | ## Objective Morality | ||||||
| 
 | 
 | ||||||
| Everyone is allowed to do whatever they'd like ***if not causing harm to others***. | Everyone is allowed to do whatever they'd like ***if not causing harm to others***. | ||||||
| @@ -94,6 +87,7 @@ There is no such thing as being both Sovereign and a `citizen`. It is an oxymoro | |||||||
| 
 | 
 | ||||||
| A citizen is one who is externally ruled by man's law. | A citizen is one who is externally ruled by man's law. | ||||||
| Beings who have given up their free will and follow the will of others. | Beings who have given up their free will and follow the will of others. | ||||||
|  | This gives legitimacy to the `state`, resulting in `statism`, a covert form of `slavery`. | ||||||
| 
 | 
 | ||||||
| Sovereignty is the state of having no rulers. | Sovereignty is the state of having no rulers. | ||||||
| It can only be acquired by taking full responsibility for your actions, | It can only be acquired by taking full responsibility for your actions, | ||||||
| @@ -105,10 +99,9 @@ there is no true opt out. | |||||||
| If interested in investigating these routes, here are a few resources you may find helpful. | If interested in investigating these routes, here are a few resources you may find helpful. | ||||||
| Many other workshops and classes exist as well. | Many other workshops and classes exist as well. | ||||||
| 
 | 
 | ||||||
| ``` | [`onestupidfuck.com`](https://onestupidfuck.com) | ||||||
| onestupidfuck.com | 
 | ||||||
| freedomfromgovernment.org | [`freedomfromgovernment.org`](https://freedomfromgovernment.org) | ||||||
| ``` |  | ||||||
| 
 | 
 | ||||||
| ## Government Contracts | ## Government Contracts | ||||||
| 
 | 
 | ||||||
| @@ -140,14 +133,14 @@ It is recommended to keep your `birth certificate` for renewing these permits. | |||||||
| - Relying on state systems for aid gives authenticity to a *corrupt* model. | - Relying on state systems for aid gives authenticity to a *corrupt* model. | ||||||
| - Work with local food banks, cash-based medical facilities, churches and temples, or other private systems if in need of assistance. | - Work with local food banks, cash-based medical facilities, churches and temples, or other private systems if in need of assistance. | ||||||
| - Living a healthy lifestyle is ***cheap and easy***! Keep your body in top condition and out of the "healthcare" system. ***Reverse and heal*** chronic disease and pains. | - Living a healthy lifestyle is ***cheap and easy***! Keep your body in top condition and out of the "healthcare" system. ***Reverse and heal*** chronic disease and pains. | ||||||
|     - Short eBook on **Dietary Advice** : `(drmcdougall.com/education/information/cpb)` |     - Short eBook on **Dietary Advice** : [`(drmcdougall.com/education/information/cpb)`](https://drmcdougall.com/education/information/cpb) | ||||||
|     - Short eBook on **Lifestyle Advice** : `(hyperling.com/health)` |     - Short eBook on **Lifestyle Advice** : [`(hyperling.com/health)`](https://hyperling.com/health) | ||||||
|     - Books for **Chronic Pain & Disease** and **Mental & Spiritual Health** |     - Books for **Chronic Pain & Disease** and **Mental & Spiritual Health** | ||||||
|         - Dr. Ingrid Bacci : "Effortless Pain Relief" |         - Dr. Ingrid Bacci : "Effortless Pain Relief" | ||||||
|         - Dr. Neal Barnard : "Reversing Diabetes" |         - Dr. Neal Barnard : "Reversing Diabetes" | ||||||
|         - Dr. Caldwell B. Esselstyn Jr. : "Prevent and Reverse Heart Disease" |         - Dr. Caldwell B. Esselstyn Jr. : "Prevent and Reverse Heart Disease" | ||||||
|         - Michael A. Singer : "The Untethered Soul", "Living Untethered" |         - Michael A. Singer : "The Untethered Soul", "Living Untethered" | ||||||
|         - Dan Millman : "Way of the Peaceful Warrier" and series |         - Dan Millman : "Way of the Peaceful Warrior" and series | ||||||
| 
 | 
 | ||||||
| ### Optional | ### Optional | ||||||
| 
 | 
 | ||||||
| @@ -172,16 +165,45 @@ Learn to treat all beings with respect, whether it be at home, the workplace, on | |||||||
| 
 | 
 | ||||||
| ## Order Followers | ## Order Followers | ||||||
| 
 | 
 | ||||||
| The boots on the ground in an immoral society is `law enforcement`, also known as `police` and `military`. | The boots on the ground in an immoral society is `law enforcement`, such as `police` and `military`. | ||||||
| 
 | 
 | ||||||
| Participating in these positions accumulates *bad karma* by giving up free will and acting against **Objective Morality**. | Participating in these positions accumulates *bad karma* by giving up free will and acting against **Objective Morality**. | ||||||
| Enforcing victimless crimes *causes harm* and is inherently *violent*. | Enforcing victimless crimes *causes harm* and is inherently *violent*. | ||||||
| 
 | 
 | ||||||
| If you or a loved one is a participant, please consider leaving this system of *abuse* and learning proper mediation techniques. | If you or a loved one is a participant, please consider leaving this system of *abuse* and learning proper mediation techniques. | ||||||
| 
 | 
 | ||||||
| ``` | [`midfest.info/DisputeResolution.html`](https://midfest.info/DisputeResolution.html) | ||||||
| midfest.info/DisputeResolution.html | 
 | ||||||
| ``` | ### Police Encounters | ||||||
|  | 
 | ||||||
|  | Do ***NOT*** talk to the `police`. | ||||||
|  | Their `job` is to find `criminals`. | ||||||
|  | They are allowed to *lie* in order to get a `confession`. | ||||||
|  | If you do not want to be a `criminal`, be polite while ignoring their questions. | ||||||
|  | 
 | ||||||
|  | In `traffic stops` there are 3 recommended phrases to use: | ||||||
|  | 
 | ||||||
|  | 1. "**I do not consent** to `search or seizure`." | ||||||
|  | 2. "Am I being `detained`?" | ||||||
|  | 3. "Am I **free** to go?" | ||||||
|  | 
 | ||||||
|  | Only roll down your window enough so that your voice carries. | ||||||
|  | When asked for your `license`, `registration`, `insurance`, etc, hold them against your window rather than handing them over so that they cannot be held `hostage`. | ||||||
|  | 
 | ||||||
|  | In other situations you may need to ask: | ||||||
|  | 
 | ||||||
|  | - "Do you have a `warrant`?" | ||||||
|  | 
 | ||||||
|  | such as if they want to enter your `domicile`, | ||||||
|  | in which you should **never** allow unless they have a `warrant` or become *violent*. | ||||||
|  | At best they will find nothing, and at worst you `incriminate` yourself. | ||||||
|  | 
 | ||||||
|  | The resources below show examples of this as well as proper etiquette to avoid any further suspicions. | ||||||
|  | 
 | ||||||
|  | - "Don't Talk to the Police" by CDA & Law Professor James Duane with `officer` George Bruch | ||||||
|  |     - [(`odysee.com/@WakeUpMirrorSupplements:5/jddtp:c`)](https://odysee.com/@MichaelGleeson:e/donttalktopolice) | ||||||
|  | - "What To Do and Say During a Traffic Stop" | ||||||
|  |     - [`(findlaw.com/traffic/traffic-stops/what-to-do-during-traffic-stops.html)`](https://www.findlaw.com/traffic/traffic-stops/what-to-do-during-traffic-stops.html) | ||||||
| 
 | 
 | ||||||
| ## The Legitimacy of the 'state' is an Illusion | ## The Legitimacy of the 'state' is an Illusion | ||||||
| 
 | 
 | ||||||
| @@ -196,18 +218,18 @@ If everyone was to wake up and realize that it is only an imaginary construct, a | |||||||
| 
 | 
 | ||||||
| ### Movies & Documentaries | ### Movies & Documentaries | ||||||
| 
 | 
 | ||||||
| - "Jones Plantation" `[2023, 1h50m]` : `(jonesplantationfilm.com)` | - "Jones Plantation" `[2023, 1h50m]` : [`(jonesplantationfilm.com)`](https://jonesplantationfilm.com) | ||||||
| - "The Pyramid of Power" `[17 episode series]` : `(thepyramidofpower.net)` | - "The Pyramid of Power" `[17 episode series]` : [`(thepyramidofpower.net)`](https://thepyramidofpower.net) | ||||||
| 
 | 
 | ||||||
| ### Podcasts & Presentations | ### Podcasts & Presentations | ||||||
| 
 | 
 | ||||||
| - `whatonearthishappening.com/videos`, start where you'd like | - [`whatonearthishappening.com/videos`](https://whatonearthishappening.com/videos), start where you'd like | ||||||
| - `whatonearthishappening.com/podcast`, start from episode 1 | - [`whatonearthishappening.com/podcast`](https://whatonearthishappening.com/podcast), start from episode 1 | ||||||
| 
 | 
 | ||||||
| ### Other Websites & Resources | ### Other Websites & Resources | ||||||
| 
 | 
 | ||||||
| - `onegreatworknetwork.com` | - [`onegreatworknetwork.com`](https://onegreatworknetwork.com) | ||||||
| - `corbettreport.com` | - [`corbettreport.com`](https://corbettreport.com) | ||||||
| 
 | 
 | ||||||
| # In Love, Friends | # In Love, Friends | ||||||
| 
 | 
 | ||||||
| @@ -221,16 +243,23 @@ Blessings, fellow brothers and sisters. | |||||||
| 
 | 
 | ||||||
| Here are some websites if you would like to find other Freedom-minded individuals without getting involved with big-tech platforms. | Here are some websites if you would like to find other Freedom-minded individuals without getting involved with big-tech platforms. | ||||||
| 
 | 
 | ||||||
| ``` | [`freedomcells.org`](https://freedomcells.org) | ||||||
| freedomcells.org |  | ||||||
| connector.app |  | ||||||
| ``` |  | ||||||
| 
 | 
 | ||||||
| ## Contact Us | [`connector.app`](https://connector.app) | ||||||
| 
 | 
 | ||||||
| Questions? Interested in joining like minded beings around Arizona? | ## Contact | ||||||
| We'd love for you to join us for a hike, swim, or other fun activity! |  | ||||||
| 
 | 
 | ||||||
| ``` | Questions? Concerns? Want to further the conversation? | ||||||
| t.me/ArizonaVoluntaryists | 
 | ||||||
| ``` | [`me@hyperling.com`](mailto:me@hyperling.com) | ||||||
|  | 
 | ||||||
|  | ## Other Formats | ||||||
|  | 
 | ||||||
|  | Find this information in all its formats at its latest version at [`hyperling.com/freedom`](https://hyperling.com/freedom). | ||||||
|  | 
 | ||||||
|  | ## Join Us | ||||||
|  | 
 | ||||||
|  | Interested in joining like minded beings around Arizona? | ||||||
|  | We'd love for you to come for a hike, swim, or other fun activity! | ||||||
|  | 
 | ||||||
|  | [`t.me/ArizonaVoluntaryists`](https://t.me/ArizonaVoluntaryists) | ||||||
		Reference in New Issue
	
	Block a user