Skip to content

Instantly share code, notes, and snippets.

View windley's full-sized avatar

Phil Windley windley

View GitHub Profile
Verifying my Blockstack ID is secured with the address 1BvAnaRUX1FVCNKdF5E8poBc7tnKC62YT5 https://explorer.blockstack.org/address/1BvAnaRUX1FVCNKdF5E8poBc7tnKC62YT5
[
{
"created": 1461010506,
"timestamp": "2016-04-18T20:15:06",
"eid": "7526805",
"id": "5715404a56e1018846080000",
"log_items": [
"0016880 18056 7526805 INFO [no rid] [global] -----***---- Determine Saliance Graph ----***-----",
"0017383 18056 7526805 WARN [no rid] [global] HTTP error retrieving ruleset ID b507706x8: 404 Not Found",
@windley
windley / gist:8c6d8b501549929e5954e9f59bbcaeaf
Created April 18, 2016 20:24
The logging for the parent pico
[
{
"created": 1461010506,
"timestamp": "2016-04-18T20:15:06",
"eid": "9632664",
"id": "5715404ae389298b46010000",
"log_items": [
"0018852 18059 9632664 INFO [no rid] [global] -----***---- Determine Saliance Graph ----***-----",
"0019147 18059 9632664 INFO [no rid] [global] -----***---- Decode Event ----***-----",
Verifying I am +windley on my passcard. https://onename.com/windley
Verifying that +windley is my openname (Bitcoin username). https://onename.com/windley
@windley
windley / KDK
Created January 23, 2015 21:41
ruleset a41x228 {
meta {
name "KDK"
description <<
KDK
This is the Kynetx Developer Kit. It includes the ability
to manage registered rulesets as well as the interface for the
KRL application.
>>
rule send_email_to_owner {
select when fuse email_for_owner
pre {
me = pds:get_all_me();
fleet_backchannel = CloudOS:subscriptionList(common:namespace(),"Fleet").head().pick("$.backChannel").defaultsTo("");
subj = event:attr("subj").defaultsTo("Message from Fuse");
msg = event:attr("msg").defaultsTo("This email contains no message");
html = event:attr("html").defaultsTo(msg);
[pjw blog]$ keybase id orcmid
✔ public key fingerprint: 04D0 4322 979B 84DE 1077 0334 F96E 89FF D456 628A
✔ "orcmid" on twitter: https://twitter.com/orcmid/status/455068012932902912
✔ "orcmid" on github: https://gist.github.com/10563606
✖ admin of nfocentrale.com via HTTP: http://nfocentrale.com/keybase.txt (failed with code null: check url failed for {"api_url":"http://nfocentrale.com/keybase.txt","signature":"-----BEGIN PGP MESSAGE-----\nVersion: GnuPG v2.0.22 (MingW32)\n\nowE1UVtIFFEY3vGyWLCb2EOiIjRJKrsrc5+dgcq8rEQ9VVqBtc3lzDqlM+PsuGbm\nU0hYBGpYYUVtYJgUUZFKQbvlQ8kiJRlYtiXlkw+bhD6E2+WM2Xk5nP+7/ef/e12Z\njgzkp9bzZ6ZBPI8k4j9Ex4E9r+o7UVGXO1C+Ez0J1i5F1ULANExVs1AexSgZo0iC\n4FhO9FMywDGWxUiSUjgG+DlFkSmaYQi/gHrRJj1sK6CNKIRBharDGnwEVRlWAxxT\n6+cCgZp//N0Qa1sDSBKTAM5ILC6QlCQqEmBwXBQZiuYUSsAwmxgGpia0AMjWTakF\nyrq8KKxFVAnYHdvB67im6BLQLFNoBhWS3gLFhqlbuqQ3Q7DJsgze1lodhk1uB2Jw\n3SYoqpoMPw4FEWCGVV1DeRwyJUu1fXGSY0mKwhjai4JThmqCoGozaJbxY/DYMSAC\nLSmB4RQCE3GW5Dg4IpoSFE5gCEXAOBknSJxgRJZgWQKwIiGTLOaHeoKGMKWQMm2P\nMQxaNR3lYZIlhKBl
init: function(cb)
{
cb = cb || function(){};
Fuse.log("Initializing...");
$.when(
Fuse.get_profile(),
Fuse.fleet_channel()
).done(function(profile, eci){
Fuse.log("Done initializing...");
Fuse.log("Stored fleet channel", eci[0]);
log: function()
{
if (this.defaults.logging && console && console.log) {
[].unshift.call(arguments, "Fuse:"); // arguments is Array-like, it's not an Array
console.log.apply(console, arguments);
}
},