Skip to content

Instantly share code, notes, and snippets.

TEXT OF PILOT MESSAGE: December 8, 2014
My cousin who was fired by our dictator, just before making "rank withheld", sent me information given to him by a friend, who is still an Air Force pilot. This pilot is saying that he flies CHEMTRAIL flights!
This pilot told my cousin that this global engineering effort, goes by the name of "Indigo Skyfold". At least within the circle of pilots and aviation crews, that he works with. They are told to fly specific routes, and satellite com links control the aerosol dispersal patterns. He says that they only make course corrections, from time to time, and perform landings and take-offs. Pilot, navigation and maintenance crews are rotated constantly, and only spend about 18 months at one given base. He states, that is to keep pilots and their families from making too many friends, and ending up with "Loose Lips". Plus, they also rotate between day and night flights. One base for daytime flights, and one for night. Each base covers a 250 mile zone, and each fleet (squadro
@sqrtofsaturn
sqrtofsaturn / Twilio.xml
Created March 16, 2015 17:30
TWIML Attempt
<Response>
<Say>Hello Octoblu.</Say>
</Response>
uint32_t MAX_BEAN_SLEEP = 4294967295;
int TIMEOUT = 2000;
int lastClick = 0;
int maxAccel = 0;
void wakeup(){
lastClick = millis();
maxAccel = 0;
}
@sqrtofsaturn
sqrtofsaturn / rc.local
Created April 17, 2015 22:39
Raspberry Pi Init Scripts
#start demo script
/usr/local/bin/node /home/pi/synergy-geekspeak-demo/app.js &
#fadecandy set up
cd /home/pi/fadecandy/bin && ./fcserver-rpi &
@sqrtofsaturn
sqrtofsaturn / function-nodes.js
Created April 17, 2015 22:43
Function node configuration in the Octoblu designer
// First function node
msg.payload = {
"servo": "PWM0",
"value": 180,
"speed": 1000
};
return msg;
// Second function node
msg.payload = {
#! /bin/bash
cat package.json | jq '.version'
npm install [email protected] --save
NEW_VERSION=`bump | grep '=>' | awk '{print $3}'`
git add .
git commit -m "$NEW_VERSION use meshblu with ratelimit problem"
git tag $NEW_VERSION
git push --tags
git push
launchctl unload /Library/LaunchAgents/com.octoblu.GatebluService.plist
cd ~/Library/Application\ Support/GatebluService/devices
cd $(grep -l meshblu-beacon */package.json | xargs -L 1 dirname | head -1)
DEBUG=meshblu-beacon* npm start
cd ~/Library/Application\ Support/GatebluService/tmp
npm install meshblu-device-discoverer
@sqrtofsaturn
sqrtofsaturn / working-2-conn-yun.ino
Created August 11, 2015 18:47
Working 2 connection yun
#include <Bridge.h>
#include <YunClient.h>
#include "tentacle-build.h"
#include <SoftwareSerial.h>
#define tentacleServer "tentacle.octoblu.com"
#define meshbluServer "meshblu.octoblu.com"
#define port 80
<!-- https://raw.githubusercontent.com/octoblu/gateblu-android/master/app/src/main/java/com/octoblu/gateblu/WebViewDevice.java -->
<html>
<script src="https://cdn.octoblu.com/js/meshblu/latest/meshblu.bundle.js"></script>
<script>
var meshbluConn = meshblu.createConnection(meshbluJSON);
meshbluConn.once('ready', function(){
console.log('Connected to meshblu');
conn.on('message', function(message){
console.log('on message', message);