Skip to content

Instantly share code, notes, and snippets.

ubuntu@ip-10-70-45-26:~$ fab deploy_latest_release
Deploying version: redash.0.5.0.b685
Downloading latest version...
No hosts found. Please specify (single) host string for connection: localhost
Unpacking...
Changing ownership to redash...
Linking .env file...
Warning: run() received nonzero return code 1 while executing 'diff <(cd /opt/redash/redash.0.5.0.b685/migrations && find . | sort) <(cd /opt/redash/current/migrations && find . | sort)'!
ubuntu@*************:~$ fab deploy_latest_release
Deploying version: redash.0.5.0.b685
Downloading latest version...
No hosts found. Please specify (single) host string for connection: localhost
Unpacking...
Changing ownership to redash...
Linking .env file...
Warning: run() received nonzero return code 1 while executing 'diff <(cd /opt/redash/redash.0.5.0.b685/migrations && find . | sort) <(cd /opt/redash/current/migrations && find . | sort)'!
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An Address following the convention of http://microformats.org/wiki/hcard",
"type": "object",
"properties": {
"post-office-box": { "type": "string" },
"extended-address": { "type": "string" },
"street-address": { "type": "string" },
"locality":{ "type": "string" },
"region": { "type": "string" },
ubuntu@ip-172-31-60-212:~$ geth --rpc --autodag console
I0807 06:48:49.146903 4518 database.go:74] Alloted 16MB cache to /home/ubuntu/.ethereum/blockchain
I0807 06:48:49.150675 4518 database.go:74] Alloted 16MB cache to /home/ubuntu/.ethereum/state
I0807 06:48:49.154258 4518 database.go:74] Alloted 16MB cache to /home/ubuntu/.ethereum/extra
I0807 06:48:49.155898 4518 backend.go:291] Protocol Versions: [61 60], Network Id: 1
I0807 06:48:49.156228 4518 backend.go:328] Blockchain DB Version: 3
I0807 06:48:49.156891 4518 chain_manager.go:241] Last block (#46754) 8f80183e28325df44588e8433463d9a94ac9553dbf0a175a88d40d443a5ebc2a TD=43570924419012648
I0807 06:48:49.173190 4518 cmd.go:124] Starting Geth/v1.0.1/linux/go1.4.2
I0807 06:48:49.173311 4518 server.go:312] Starting Server
I0807 06:48:51.254786 4518 udp.go:207] Listening, enode://0c70c7c11a92dcee534d859a94f0b85514da69b24b3a2ba211f9c1d2605e89a5cb73f0f363b2835c45559acd2fdc28abb271603bb63074ddebb0b529343875ef@[::]:30303
//Simple Audio In
//by Amanda Ghassaei
//http://www.instructables.com/id/Arduino-Audio-Input/
//Sept 2012
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
# Functions / helpers for setting cursor shape
function print_dcs
{
print -n -- "\EP$1;\E$2\E\\"
}
function set_cursor_shape
{
if [ -n "$TMUX" ]; then
# tmux will only forward escape sequences to the terminal if surrounded by
16:11 <corlock_> in the prospective "rad-p2p" world, is it possible for a user to advance the statemachine of a
radicle chain that is not theirs and just publish the result (prev chain head + some new radicle expression)
to ipfs ?
16:11 <jameshaydon> yes it is
16:12 <jameshaydon> but it does depend on the `eval` in that chain. If the `eval` has required that all new inputs be
signed with a private key that the user doesn't have, then they are unable to do this.
16:12 <corlock_> yes ofc
16:13 <corlock_> but technically teh user could still publish that as a new chain state
16:13 <corlock_> it would just be one that results in an error if the full chain is evaluated
16:13 <corlock_> righ t?
homebrew-radicle ; brew tap radicle-dev/radicle
==> Tapping radicle-dev/radicle
Cloning into '/usr/local/Homebrew/Library/Taps/radicle-dev/homebrew-radicle'...
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 8 (delta 1), reused 2 (delta 0), pack-reused 0
Unpacking objects: 100% (8/8), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/radicle-dev/homebrew-radicle/Formula/version.rb
wrong number of arguments (given 4, expected 1)
[package]
name = "cypher"
version = "0.1.0"
authors = ["Cory Levinson <cjlevinson@gmail.com>"]
edition = "2018"
[dependencies]
hex = "0.3.2"
$ cargo wasm
error: failed to run `rustc` to learn about target-specific information
Caused by:
process didn't exit successfully: `rustc - --crate-name ___ --print=file-names -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads --target wasm32-unknown-unknown --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg` (exit code: 1)
--- stderr
error: the option `Z` is only accepted on the nightly compiler