- Who are you? (name)
- How's your overall happiness this week?
- Is Protozoa (work / lifestyle) making you happy?
- Have you done any hobby code / projects that you're excited about?
- Have you published any self promotion / celebrated success?
- Have you spent any time nurturing new relationships with friends / people to work with?
- How are you feeling about work life balance?
- How's your relationship?
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = { |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, |
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:
File System | Node.js v6.8.1 Documentation
possible install shells :
- node command prompt (msi installer here)
- PowerShell
- Bash on Ubuntu on Windows (inverse-WINE?)
- Git Bash (MINGW64 based)
Economy w/ an internet > an internet w/ economy Yet along a familiar curve: https://is.gd/tpsz1E
Where are we along it now?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder