From 711c7d2451ed881c7e669836cfb958c869e6be5d Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 21 Nov 2018 20:29:51 +0000 Subject: [PATCH] webapp work, push required for https --- toys/starship/index.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 toys/starship/index.md diff --git a/toys/starship/index.md b/toys/starship/index.md new file mode 100644 index 0000000..c32d83f --- /dev/null +++ b/toys/starship/index.md @@ -0,0 +1,30 @@ +--- +title: Starship Noise Generator +scripts: +- starship.js +headers: +- +--- + + +
+ + + ๐Ÿ”‰ + + ๐Ÿ”Š + +
+ +I work in a building with no HVAC, +which means we can hear everything people are saying, +anywhere in the building. + +This page is a low-CPU noise generator that runs entirely in JavaScript. +Once it starts, +you donโ€™t need an Internet connection to keep it going. +You can leave it running forever, if you like. + +For those interested, +it uses the new (in 2017), perfect for this application, +[Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API)