Skip to content

Instantly share code, notes, and snippets.

View bmann's full-sized avatar
🏝️
In the jungle, eating cold squirrel with @anthrocypher

Boris Mann bmann

🏝️
In the jungle, eating cold squirrel with @anthrocypher
View GitHub Profile
did:3:kjzl6cwe1jw149bdjlbrqn646yoqsmhg7psdw9cxm5xhjvmkmt94epuas28cp27
@bmann
bmann / ipfs
Last active March 13, 2020 07:40 — forked from jcouyang/ipfs
/etc/init.d/ipfs
#!/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
@bmann
bmann / index.html
Created July 24, 2019 00:12
Home page loop for BMC Blog
---
layout: archive
author_profile: true
---
<h3 class="archive__subtitle">Recent Blog Posts</h3>
{% assign postCounter = 0 %}
{% assign maxPosts = 3 %}
@bmann
bmann / register_interest.js
Created July 5, 2019 16:36
Tito Interested Users
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) != '')
@bmann
bmann / 3box-verifiy.txt
Created January 14, 2019 18:42
3BOX Verify
did:muport:QmdFVsxhnyf9sGZ7ZSqN7J3SzY6pZgsY8YbahxAPwdRtPj
@bmann
bmann / feed.json
Created September 30, 2018 03:23
JSON feeds for Jekyll to feed into MicroBlog
---
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 }},
@bmann
bmann / blockstack-verification
Created November 5, 2017 20:34
Blockstack Verification
Verifying my Blockstack ID is secured with the address 19j3ezTkTGicEf4Uab7XJeKkhTDTVpCB8C https://explorer.blockstack.org/address/19j3ezTkTGicEf4Uab7XJeKkhTDTVpCB8C
0xA8C7372dC993d7510C9c45425807d463967cbb12
@bmann
bmann / mastodon_personal_small_group_instances.md
Created April 16, 2017 21:38
A list of personal / small group instances of Mastodon
@bmann
bmann / s3-public-bucket-policy.json
Created February 19, 2017 21:34
S3 Policy for public access
{
"Version": "2012-10-17",
"Id": "Policy1487529353244",
"Statement": [
{
"Sid": "Stmt1487529351090",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::images.example.com/*"