Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stateless-minds/cyber-autonomy
P2P self-governance society prototype researching the intersection of moneyless economy, liquid democracy and p2p media.
https://github.com/stateless-minds/cyber-autonomy
autonomy decentralization distributed-systems learning models p2p prototype self-governance simulation society-management web3
Last synced: 2 months ago
JSON representation
P2P self-governance society prototype researching the intersection of moneyless economy, liquid democracy and p2p media.
- Host: GitHub
- URL: https://github.com/stateless-minds/cyber-autonomy
- Owner: stateless-minds
- License: mit
- Created: 2022-11-17T12:19:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T11:02:45.000Z (over 1 year ago)
- Last Synced: 2024-06-21T18:02:48.295Z (7 months ago)
- Topics: autonomy, decentralization, distributed-systems, learning, models, p2p, prototype, self-governance, simulation, society-management, web3
- Language: Go
- Homepage: https://ipfs.io/ipns/k51qzi5uqu5dgqwv1srli8ugm7d2oy60yhjyfkgb8x8ivp68qe8z1g7ggi9l9z
- Size: 2.21 MB
- Stars: 25
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cyber Autonomy
![Logo](./web/logo.png)
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.
## Screenshots
## Community
https://www.reddit.com/r/CyberAutonomy/
## How to Install
The website runs on the public IPFS network. In order to view it follow the steps below:
1. Install the official IPFS Desktop http://docs.ipfs.io/install/ipfs-desktop/
2. Install IPFS Companion http://docs.ipfs.io/install/ipfs-companion/
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`
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`:
```{
"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"]
}
},
```
5. Navigate to Cyber Autonomy and let's simulate the future together!
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
![SetPinning](./web/pin.png)
![PinToLocalNode](./web/pin-to-local-node.png)
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%.
## Acknowledgments
1. go-app
2. IPFS
3. Berty
4. All the rest of the authors who worked on the dependencies used! Thanks a lot!
## Contributing
## License
Stateless Minds (c) 2022 and contributors
MIT License