I hereby claim:
- I am mnzaki on github.
- I am mnzaki (https://keybase.io/mnzaki) on keybase.
- I have a public key ASCtOn0tyKriXYIU5d893Viml35SSnE-Ph0Vmmej9QYdcgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
SaaS for delivery for small and tiny business. Simple interface, schedule delivery, find nearby rider, send packages.
Average Solar Radiation per Day in Cairo, in kWh/m2 / day https://www.pveducation.org/pvcdrom/properties-of-sunlight/average-solar-radiation#
Jan 3.29 kWh/m2 / day
Feb 4.32 kWh/m2 / day
Mar 5.35 kWh/m2 / day
Apr 6.42 kWh/m2 / day
To keep things decentralized, control over each identity must be ambiently verifiable. This means that verifying control of the identity can be done anywhere, anytime, without a need to contact a central authority (or ledger!)
Technically this is implemented using Public Key Cryptography. Each identity is named by its associated public key. Each identity declares which other identities it is linked to. A link between two identities is only valid if both identities link to each
/** | |
* Quick test | |
* | |
$ node | |
> b = require('./qasurvey-backend') | |
> b.submitAnswer(20, 'Yes').catch(console.error) | |
> b.submitAnswer(20, 'No').catch(console.error) | |
> b.submitAnswer(1337, 'Maybe').catch(console.error) | |
> b.fetchRoom(20).then(r => b.submitAnswer(r.id, 'Yes')).then(console.log).catch(console.error) | |
*/ |