This commit is contained in:
despiegk 2024-02-20 14:03:57 +03:00
parent d2c37f5d8a
commit 881bc17ad3
Signed by: despiegk
GPG Key ID: 99E4E1492F73BC18
21 changed files with 81 additions and 9 deletions

29
books/tfgrid/SUMMARY.md Normal file
View File

@ -0,0 +1,29 @@
- [Why](why/why.md)
- [Cloud Too Centralized](why/current_cloud_too_centralized.md)
- [Countries don't have their Internet](why/countries_no_internet.md)
- [Human Right](why/internet_human_right.md)
- [Social Warming](why/social_warming.md)
- [Farming](farming/farming.md)
- [3Nodes](farming/3nodes.md)
- [Vision](values/values.md)
- [Planet and People First](values/planet_people_first.md)
- [Grid Economy](economy/economy.md)
- [CHI](economy/chi.md)
- [Mutual Credit](p2p/mutualcredit.md)
- [Proof of Authenticity](p2p/poa.md)
- [Solutions](solutions/solutions.md)
- [Decentralized Cloud](solutions/cloud/cloud.md)
- [Content Providers](solutions/content_providers/content_providers.md)
- [Web4](WEB4/web4.md)
- [How you can Participate](dy_intro/how_you_can_participate/participate.md)
- [Host a Node](dy_intro/how_you_can_participate/host_a_node.md)
- [Build on top of Tanzania's decentralised Internet](dy_intro/how_you_can_participate/build.md)
- [Join Our Coding Academy](dy_intro/how_you_can_participate/coding_participate.md)
- [Join Our Community](dy_intro/how_you_can_participate/community_participate.md)
- [Tech](tech/tech.md)
- [Key Innovations](tech/key_innovations.md)
- [Solutions to Problems](problems/problems.md)
- [painkillers and onions](problems/no_pain_killer.md)
- [Clouds are Complicated](problems/cd_issues_cloud_not_enough.md)
- [Content Delivery is Expensive](solutions/cdn_cost.md)

View File

@ -0,0 +1,5 @@
# CHI
Is the value of our [Mutual Credit](p2p:mutualcredit) system.
For the first 6 months the CHI is valued at 0.1 USD.

View File

@ -0,0 +1,2 @@
# Economy

View File

@ -0,0 +1 @@
mutual_credit.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -1,2 +1,3 @@
onion_layers.png onion_layers.png
painkillers.png painkillers.png
cloudcomplex.png

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -1,9 +0,0 @@
# HEEEY WHATS UP
JUSt testing.
stay awesome.
live
laugh
love

View File

@ -10,6 +10,7 @@ Below you can find how we can help you to resolve some of your possible issues.
- costs typically are +50 USD per TB, our solution goes below 10 USD. - costs typically are +50 USD per TB, our solution goes below 10 USD.
- cost goes to 10 USD at start, from v2.0 can be even lower. - cost goes to 10 USD at start, from v2.0 can be even lower.
- see [Costs of CDN's](cdn_cost.md)
## Lower your cost of operations ## Lower your cost of operations

View File

2
collections/tech/tech.md Normal file
View File

@ -0,0 +1,2 @@
# Technology

View File

View File

@ -0,0 +1,15 @@
```js
!!book.generate name:'duniayetu' title:'TFGrid Internet 4.0'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections'
```

View File

@ -0,0 +1,11 @@
```js
!!books.configure
buildroot:'~/hero/var/mdbuild'
publishroot:'~/hero/www/info'
install:true
reset:false
```

View File

@ -0,0 +1,14 @@
```js
!!sshagent.key_add
name:'books'
privkey:'
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
QyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQAAAIhb3ybRW98m
0QAAAAtzc2gtZWQyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQ
AAAEC+fcDBPqdJHlJOQJ2zXhU2FztKAIl3TmWkaGCPnyts49d/1n/YAfz/xrWmlqAKmVB2
FbJDzBkCJ5TDec1zGwOJAAAABWJvb2tz
-----END OPENSSH PRIVATE KEY-----
'
```