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.
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.
https://www.reddit.com/r/CyberAutonomy/
The website runs on the public IPFS network. In order to view it follow the steps below:
-
Install the official IPFS Desktop http://docs.ipfs.io/install/ipfs-desktop/
-
Install IPFS Companion http://docs.ipfs.io/install/ipfs-companion/
-
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
-
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 theHTTPHeaders
:
"API": {
"HTTPHeaders": {
"Access-Control-Allow-Origin": ["webui://-", "http://localhost:3000", "http://k51qzi5uqu5dgqwv1srli8ugm7d2oy60yhjyfkgb8x8ivp68qe8z1g7ggi9l9z.ipns.localhost:8080", "http://127.0.0.1:5001", "https://webui.ipfs.io"],
"Access-Control-Allow-Credentials": ["true"],
"Access-Control-Allow-Methods": ["PUT", "POST"]
}
},
-
Navigate to Cyber Autonomy and let's simulate the future together!
-
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
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%.
Stateless Minds (c) 2022 and contributors
MIT License