Skip to content

Instantly share code, notes, and snippets.

View icidasset's full-sized avatar
🪴

Steven Vandevelde icidasset

🪴
View GitHub Profile
name: Build Native Version
on:
workflow_dispatch:
inputs:
jobs:
build:
@icidasset
icidasset / blockstack.min.js
Created August 1, 2019 14:18
Blockstack v19.2.2 with support for asynchronous `SessionStore`s
This file has been truncated, but you can view the full file.
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.blockstack=t():e.blockstack=t()}(this,function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(n,i,function(t){return e[t]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){r
did:muport:Qme2mD4UmZq9wvyU1ukr47JGgBSK3S5bYjKjUbUcwY6QiS
@icidasset
icidasset / .ebextensions - files.config
Last active October 5, 2022 17:01
AWS Beanstalk Nginx Configuration
files:
"/etc/sysctl.d/99_networking.conf":
mode: "000644"
owner: root
group: root
content: |
net.core.somaxconn = 16384
net.core.netdev_max_backlog = 16384
"/etc/security/limits.conf":
Verifying my Blockstack ID is secured with the address 1Lx5RePuCLMLt6RgNgzGFN8sqKM3rVM9KJ https://explorer.blockstack.org/address/1Lx5RePuCLMLt6RgNgzGFN8sqKM3rVM9KJ

Keybase proof

I hereby claim:

  • I am icidasset on github.
  • I am icidasset (https://keybase.io/icidasset) on keybase.
  • I have a public key ASDkPt5egjwXOo5-CyBNdJh98kzxTQPzbGiLKRxm57t86Qo

To claim this, I am signing this object:

@icidasset
icidasset / questions.md
Last active July 19, 2017 18:18
Blockstack Questions

Blockstack Questions

  • (1) What am I restoring exactly when I restore "my account"? (Settings -> Restore account)

Is it "my wallet" that I'm restoring?

  • (2) What is this address that's shown in my wallet?

Is this part of a public/private key pair?

@icidasset
icidasset / instructions.md
Last active August 6, 2017 11:45
Ongaku Ryoho Instructions

CORS

Configuration necessary in order to add these to Ongaku Ryoho.

IPFS

# API
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
@icidasset
icidasset / blockstack.txt
Last active July 11, 2017 16:17
Blockstack Proof
Verifying that "icidasset.id" is my Blockstack ID. https://onename.com/icidasset

Monads

  • Value, object.
  • Data constructor, a box or a ghost box.
  • Type constructor, a set of boxes.
  • Type classes, classes of people who have a certain set of skills.

Clarification of ghost boxes:
They look like boxes, but actually you can directly touch the object inside them.
That is, the box is an illusion.