Skip to content

Instantly share code, notes, and snippets.

View mixmix's full-sized avatar

mix irving mixmix

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
const { execFile } = require('child_process')
const os = require('os')
const path = require('path')
module.exports = {
name: 'jsbot-patchql',
version: '1.0.0',
manifest: require('./manifest.json'),
init: function (ssb, config) {
const env = {
@mixmix
mixmix / protozoa_happiness_index.md
Created February 16, 2018 22:21
Protozoa Happiness Index

Protozoa Happiness Index

  1. Who are you? (name)
  2. How's your overall happiness this week?
  3. Is Protozoa (work / lifestyle) making you happy?
  4. Have you done any hobby code / projects that you're excited about?
  5. Have you published any self promotion / celebrated success?
  6. Have you spent any time nurturing new relationships with friends / people to work with?
  7. How are you feeling about work life balance?
  8. How's your relationship?
This file has been truncated, but you can view the full file.
{
"seq": 216609486,
"version": "1.0.0",
"value": {
"@BIbVppzlrNiRJogxDYz3glUS7G4s4D4NiXiPEAEzxdE=.ed25519": {
"mentions": {
"@BIbVppzlrNiRJogxDYz3glUS7G4s4D4NiXiPEAEzxdE=.ed25519": 1,
"@J+0DGLgRn8H5tVLCcRUfN7NfUcTGEZKqML3krEOJjDY=.ed25519": 4,
"%sYZDD1+cOg52V+AQnXwcLsagUyYW2CUSynk5RFORV0c=.sha256": 1,
"%gPh+LUOO6SaI5ukRJWYYixatHDPGl4I0cHzFYR/OqtA=.sha256": 1,

Keybase proof

I hereby claim:

  • I am mixmix on github.
  • I am mixmix (https://keybase.io/mixmix) on keybase.
  • I have a public key ASCjtBLpzlU7pUzkGc_AG0MEW-37kAt3z9t_kzzxMhCy7Qo

To claim this, I am signing this object:

Updating from APT repos

sudo apt-get update
sudo apt-get upgrade -y

Installing packages

@mixmix
mixmix / sodium-prebuilt-win-notes.md
Created October 18, 2016 08:57
windows sodium-prebuilt build env notes

File System | Node.js v6.8.1 Documentation

possible install shells :

SOMETHING TO SAY #YES# TO

Platform Society

Economy w/ an internet > an internet w/ economy Yet along a familiar curve: https://is.gd/tpsz1E

Where are we along it now?

@mixmix
mixmix / node_dev_env.md
Last active November 21, 2016 22:49
node dev env

linux

install basic tools. In terminal :

sudo apt-get update
sudo apt-get install curl git zsh build-essential
@mixmix
mixmix / bash
Created April 18, 2016 00:06
linux node dev env
sudo apt-get update && apt-get install git curl zsh
# get oh-my-zsh: https://github.com/robbyrussell/oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# make sure zsh is the default shell
# get nvm: https://github.com/creationix/nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
# copy the nvm stuff to your .zshrc