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.
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.