Jeff Henshaw http://social.henshaw.org
Frontier Foundry http://mastodon.frontierfoundry.co
- Boris Mann
| did:3:kjzl6cwe1jw149bdjlbrqn646yoqsmhg7psdw9cxm5xhjvmkmt94epuas28cp27 |
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: ipfs daemon | |
| # Required-Start: $local_fs $remote_fs $network $syslog $named | |
| # Required-Stop: $local_fs $remote_fs $network $syslog $named | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Starts the ipfs daemon | |
| # Description: Starts the ipfs daemon using the start-stop-daemon | |
| ### END INIT INFO |
| --- | |
| layout: archive | |
| author_profile: true | |
| --- | |
| <h3 class="archive__subtitle">Recent Blog Posts</h3> | |
| {% assign postCounter = 0 %} | |
| {% assign maxPosts = 3 %} |
| jQuery.fn.shake = function(amount){ | |
| $(this).velocity('callout.shake') | |
| } | |
| jQuery(function(){ | |
| var callback | |
| $('.register-interest-form').submit(function(){ | |
| name = $('#register-name').val() | |
| email = $('#register-email').val() | |
| if($.trim(name) != '' && $.trim(email) != '') |
| did:muport:QmdFVsxhnyf9sGZ7ZSqN7J3SzY6pZgsY8YbahxAPwdRtPj |
| --- | |
| layout: null | |
| permalink: /feed.json | |
| --- | |
| { | |
| "version": "https://jsonfeed.org/version/1", | |
| "title": "{{ site.title | xml_escape }}", | |
| "home_page_url": "{{ site.url }}{{ site.baseurl | absolute_url }}", | |
| "feed_url": "{{ "/feed.json" | absolute_url }}", | |
| "description": {{ site.description | jsonify }}, |
| Verifying my Blockstack ID is secured with the address 19j3ezTkTGicEf4Uab7XJeKkhTDTVpCB8C https://explorer.blockstack.org/address/19j3ezTkTGicEf4Uab7XJeKkhTDTVpCB8C |
| 0xA8C7372dC993d7510C9c45425807d463967cbb12 |
Jeff Henshaw http://social.henshaw.org
Frontier Foundry http://mastodon.frontierfoundry.co
| { | |
| "Version": "2012-10-17", | |
| "Id": "Policy1487529353244", | |
| "Statement": [ | |
| { | |
| "Sid": "Stmt1487529351090", | |
| "Effect": "Allow", | |
| "Principal": "*", | |
| "Action": "s3:GetObject", | |
| "Resource": "arn:aws:s3:::images.example.com/*" |