I hereby claim:
- I am bigs on github.
- I am protocole (https://keybase.io/protocole) on keybase.
- I have a public key ASB8fxzU6Sz1-uRaVvmHK0fR7Xt3WdowS5XXJ4HcZ4mqLQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| testbed notes | |
| worth considering notes here https://github.com/ipfs/notes/issues/191, though | |
| i have fears this leads us towards a path to kubernetes! | |
| definition of terms: | |
| - topology: weighted composition of nodes, e.g. gateway vs full ipfs vs p2pd | |
| with specific modules enabled. | |
| - scenario: the general definition of behaviors of nodes in the testbed. one | |
| scenario runner is run per physical machine. it is responsible for |
| s.boot; | |
| ( | |
| SynthDef(\thicc, { |freq, ffreq=0, ftrack=1.0, res=0.5, gate=1, amp=1, out| | |
| var unison = 5; | |
| var freqs = Array.fill(unison, { |i| | |
| var even, offset; | |
| even = i % 2 == 0; | |
| offset = ((i / 2).floor + 1) / (unison / 2) * (freq * 0.01); | |
| offset = if (even, offset, offset.neg); |
| package main | |
| import ( | |
| "bufio" | |
| "context" | |
| "fmt" | |
| "os" | |
| "time" | |
| cid "github.com/ipfs/go-cid" |
| ( | |
| play{ | |
| var n = 5; | |
| var fmodrate = Duty.kr(2, 0, Drand([1/16, 1, 1/16, 1/8, 4], inf)); | |
| var modfreq = Slew.kr(Duty.kr(8, 0, Drand([110, 220, 440], inf))); | |
| Limiter.ar(GVerb.ar(Pan2.ar( | |
| Mix.fill(n, { arg index; | |
| SinOsc.ar(220 + (index ** n), SinOsc.ar(modfreq + (index ** n), 0, Saw.kr(fmodrate, 2.5, 2.5)), 1 / n) | |
| }), | |
| SinOsc.kr(1) |
| #lang racket | |
| (define miLRco | |
| (lambda (new oldL oldR lat col) | |
| (cond | |
| ((null? lat) | |
| (col '() 0 0)) | |
| ((eq? (car lat) oldL) | |
| (miLRco new oldL oldR | |
| (cdr lat) |
| module PushState where | |
| import Prelude | |
| import Control.Coroutine as CR | |
| import Control.Coroutine.Aff as CRA | |
| import Control.Monad.Aff (Aff) | |
| import Control.Monad.Aff.AVar (AVAR) | |
| import Control.Monad.Eff (Eff) | |
| import Control.Monad.Eff.Class (liftEff, class MonadEff) |
| // pulse threshold (v) | |
| Param threshold(1.5); | |
| // clock mul (pos) or div (neg) factor | |
| Param factor(1); | |
| History last(0.); | |
| History ticks(0.); | |
| History childTicks(0.); | |
| History clockLength(0.); | |
| History childClockLength(0.); |
| bigs@mako:~/code/L-SPACE$ mediachain history 3fab9a8b-570d-47df-9157-6fd2cf94a5e5 | |
| { | |
| "canonicalID":"3fab9a8b-570d-47df-9157-6fd2cf94a5e5", | |
| "revisions":[ | |
| { | |
| "signatures":{}, | |
| "description":"Photograph, gelatin silver print on paper", | |
| "title":"Hy\u00e8res, France", | |
| "author":{ | |
| "external_ids":{}, |