/ README.md
README.md
  1  
  2    
  3  
  4    
  5  
  6  # Cyber Autonomy
  7  
  8    
  9  
 10    
 11  
 12    
 13  
 14  ![Logo](./web/logo.png)
 15  
 16    
 17  
 18  
 19  We are increasingly living in a centralized, totalitarian society where we end up atomized instead of empowered autonomous individuals. What's more the intellectual elite which has always produced alternative ideas is fruitless to define a new path ahead and unusually silent. The world-known philosophers of the 19th and 20th centuries are a distant memory with nothing truly new at the horizon that reflects technological progress and overall human development.
 20  
 21  Cyber Autonomy is the fruit of a year of applied research and a couple of years of conceptualization. It summarizes the abstracts of autonomy across the pillars of our society -  economics, politics and media and offers viable alternatives to the status quo. At its core it focuses on the autonomy of the individual as a stepping stone for a vital global community. The goal is to bring back autonomy to the forefront of discussions and to attract the attention of the academic circles.
 22  
 23    
 24  
 25    
 26  
 27  ## Screenshots
 28  
 29    
 30  
 31    
 32  
 33    
 34  
 35  <a  display="inline"  href="./web/cyber-stasis.png?raw=true">
 36  
 37    
 38  
 39    
 40  
 41  <img  src="./web/cyber-stasis.png"  width="45%"  alt="Screenshot of Cyber Stasis"  title="Screenshot of Cyber Stasis">
 42  
 43    
 44  
 45    
 46  
 47  </a>
 48  
 49    
 50  
 51    
 52  
 53    
 54  
 55  <a  display="inline"  href="./web/cyber-acid.png?raw=true">
 56  
 57    
 58  
 59    
 60  
 61  <img  src="./web/cyber-acid.png"  width="45%"  alt="Screenshot of Cyber Acid"  title="Screenshot of Cyber Acid">
 62  
 63    
 64  
 65    
 66  
 67  </a>
 68  
 69    
 70  
 71    
 72  
 73    
 74  
 75  <a  display="inline"  href="./web/cyber-witness.png?raw=true">
 76  
 77    
 78  
 79    
 80  
 81  <img  src="./web/cyber-witness.png"  width="45%"  alt="Screenshot of Cyber Witness"  title="Screenshot of Cyber Witness">
 82  
 83    
 84  
 85    
 86  
 87  </a>
 88  
 89  
 90  
 91    
 92  
 93  ## Community
 94  
 95    
 96  
 97    
 98  
 99  https://www.reddit.com/r/CyberAutonomy/
100  
101    
102  
103    
104  
105  ## How to Install
106  
107    
108  
109    
110  
111    
112  
113  The website runs on the public IPFS network. In order to view it follow the steps below:
114  
115    
116  
117    
118  
119    
120  
121  1. Install the official IPFS Desktop http://docs.ipfs.io/install/ipfs-desktop/
122  
123    
124  
125    
126  
127  2. Install IPFS Companion http://docs.ipfs.io/install/ipfs-companion/
128  
129    
130  
131    
132  
133  3. Clone https://github.com/stateless-minds/kubo to your local machine, build it with `make build` and run it with the following command: `~/cmd/ipfs/ipfs daemon --enable-pubsub-experiment`
134  
135    
136  4. Follow the instructions here to open your config file: https://github.com/ipfs/kubo/blob/master/docs/config.md. Usually it's `~/.ipfs/config` on Linux. Add the following snippet to the `HTTPHeaders`:
137  
138    
139  
140  ```{
141  
142    
143  
144  "API": {
145  
146    
147  
148  "HTTPHeaders": {
149  
150    
151  
152  "Access-Control-Allow-Origin": ["webui://-", "http://localhost:3000", "http://k51qzi5uqu5dgqwv1srli8ugm7d2oy60yhjyfkgb8x8ivp68qe8z1g7ggi9l9z.ipns.localhost:8080", "http://127.0.0.1:5001", "https://webui.ipfs.io"],
153  
154    
155  
156  "Access-Control-Allow-Credentials": ["true"],
157  
158    
159  
160  "Access-Control-Allow-Methods": ["PUT", "POST"]
161  
162    
163  
164  }
165  
166    
167  
168  },
169  
170    
171  
172  ```
173  
174  5. Navigate to <a  href="https://ipfs.io/ipns/k51qzi5uqu5dgqwv1srli8ugm7d2oy60yhjyfkgb8x8ivp68qe8z1g7ggi9l9z">Cyber Autonomy</a> and let's simulate the future together!
175    
176  
177  6. If you like the idea consider pinning it to your local node so that you become a permanent host of it while you have IPFS daemon running
178  
179    
180  
181    
182  
183  ![SetPinning](./web/pin.png)
184  
185    
186  
187    
188  
189  ![PinToLocalNode](./web/pin-to-local-node.png)
190  
191    
192  
193    
194  
195    
196  
197  Please note the website has been developed on a WQHD resolution(2560x1440) and is currently not responsive or optimized for mobile devices. For best experience if you view in FHD(1920x1080) please set your browser zoom settings to 150%.
198  
199  ## Acknowledgments
200  
201    
202  
203    
204  
205    
206  
207  1.  <a  href="https://go-app.dev/">go-app</a>
208  
209    
210  
211    
212  
213  2.  <a  href="https://ipfs.io/">IPFS</a>
214  
215    
216  
217    
218  
219  3.  <a  href="https://berty.tech/">Berty</a>
220  
221    
222  
223    
224  
225  4. All the rest of the authors who worked on the dependencies used! Thanks a lot!
226  
227    
228  
229    
230  
231    
232  
233  ## Contributing
234  
235    
236  
237    
238  
239    
240  
241  <a  href="https://github.com/stateless-minds/cyber-autonomy/issues">Open an issue</a>
242  
243    
244  
245    
246  
247    
248  
249  ## License
250  
251    
252  
253    
254  
255    
256  
257  Stateless Minds (c) 2022 and contributors
258  
259    
260  
261    
262  
263    
264  
265  MIT License