Go to rustup download the installer for windows (not the curl script)
When the installer runs, it tells you to add the cargo path to your PATH env. Make sure you do that!
You should now be able to run these commands in your terminal:
int32_t get_quad_direction(uint32_t prev, uint32_t latest){ | |
return ((prev >> 1) ^ (latest & 0b01)) == 1 ? -1 : 1; | |
} |
{ | |
"forms": [ | |
{ | |
"enabled": true, | |
"fields": [ | |
{ | |
"allowMultiple": false, | |
"dataRef": "entityType", | |
"errors": { | |
"required": "This field is required" |
Go to rustup download the installer for windows (not the curl script)
When the installer runs, it tells you to add the cargo path to your PATH env. Make sure you do that!
You should now be able to run these commands in your terminal:
use std::net::*; | |
use std::io; | |
const SEND_PORT: u16 = 24254; | |
const RECEIVE_PORT: u16 = 24255; | |
fn main() { | |
let send_address = format!("255.255.255.255:{}", SEND_PORT); | |
let receive_address = format!("255.255.255.255:{}", RECEIVE_PORT); |
use base64::{decode, DecodeError}; | |
use regex::Regex; | |
use snafu::{OptionExt, ResultExt, Snafu}; | |
use ssb_multiformats::multikey::Multikey; | |
use std::net::{AddrParseError, IpAddr}; | |
use std::num::ParseIntError; | |
use std::str::FromStr; | |
use url::{ParseError, Url}; | |
#[derive(Debug, Clone, PartialEq, Eq, Hash)] |
bamboo-commit-388bafe
$ cd bamboo-cli
cargo build --release
$ cp ../target/release/bamboo-cli <somewhere>
I worked at cryptovoxels for a few months late last year. I quit because I couldn't live with myself after looking into cryptocurrencies. I went into it skeptical, but with an open mind. We put into my contract that my contract would end after 1 year if Etherium hadn't moved from proof of work to proof of stake. At the time, Ben said that would happen in a few months. Now that I've read more I don't think it will ever happen.
Ben Nolan, the founder of cryptovoxels just tweeted this and it's spurred me to respond.
I love all the people that tell me to get fucked because we're in the crypto / NFT space.
- We're into user sovereignty
- We hate speculation