Update randomess hackathon to current state. - brcon2023-hackathons - Bitreichc… | |
git clone git://bitreich.org/brcon2023-hackathons git://enlrupgkhuxnvlhsf6lc3fz… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 44127243c5322ca063472c7466e8c77ffd6a3352 | |
parent d2f3f8bf36e6d7b0d88f7d3e02353bcd87a93795 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Thu, 10 Aug 2023 16:31:01 +0200 | |
Update randomess hackathon to current state. | |
Diffstat: | |
M randomness/description.md | 33 ++++++++++++++++-------------… | |
1 file changed, 17 insertions(+), 16 deletions(-) | |
--- | |
diff --git a/randomness/description.md b/randomness/description.md | |
@@ -23,6 +23,23 @@ We can monkey-patch | |
to using gophers://. | |
+## Hierarchy Prototype | |
+ | |
+ gophers://bitreich.org/1/tyche/beacon | |
+ gophers://bitreich.org/1/fortuna/beacon | |
+ | |
+## Source | |
+ | |
+On bitreich.org there is: | |
+ | |
+ /br/random/source/$source/pulse.$index | |
+ | |
+This should be read out to generate the above structure. | |
+ | |
+You can generate it on your own: | |
+ | |
+ dd if=/dev/random of=pulse.$index bs=64 count=1 | |
+ | |
## Applications | |
This could be used for | |
@@ -37,21 +54,5 @@ This could be used for | |
* https://github.com/dyne/libdisorder | |
-## Naming | |
- | |
-There is a huge list of possible names for this service: | |
- | |
- * https://de.wikipedia.org/wiki/Tyche | |
- * https://de.wikipedia.org/wiki/Fortuna | |
- * https://de.wikipedia.org/wiki/Parzen | |
- * https://de.wikipedia.org/wiki/Moiren | |
- * https://de.wikipedia.org/wiki/Klotho_(Mythologie) | |
- * https://de.wikipedia.org/wiki/Lachesis_(Mythologie) | |
- * https://de.wikipedia.org/wiki/Atropos | |
- * https://de.wikipedia.org/wiki/Morta | |
- * https://de.wikipedia.org/wiki/Datei:Kuntze-Konicz_Fortune.jpg | |
- * https://de.wikipedia.org/wiki/Datei:ForutuneWheel.jpg | |
- | |
- | |
Have fun! | |