Skip to content

Instantly share code, notes, and snippets.

Vision: Citizenship requires either high raw IQ or outstanding abilities. Tests done every 3 years and family
based e.g as long as one family member passes the whole family pass. Location should be close to another migration
friendly and attractive country to minimize misery for families failing the test a cycle. Example limits: A
person in family X tested above the limit of 125 IQ and so the whole family are welcome for the next 3 year period.
A person in family Y has been building a business with more than $0.5 mil annual turnover and so the whole family
are welcome for the next 3 year period. All family members of family z failed the IQ tests and none of them added
anything significant according to interviews, the family gets to move to a nearby country but are welcome to take
the tests next year.
All tax will be static at 10% of TURNOVER. All companies profiting from sales with us but trying to avoid this will
0x97b2AC76100efeD148f8d09ddD2D63915b4F1DD8
@johannesostling
johannesostling / gist:77d844fb06fb0457396ab0b2dae05c38
Created August 13, 2017 11:34
The problem with /account/getdepositaddress
-Goal, transfer steem (same issue with several others, NXT for instance)
https://bittrex.com/api/v1.1/account/getdepositaddress?apikey=API_KEY&currency=VTC
Response
{
"success" : true,
"message" : "",
"result" : {
"Currency" : "STEEM",
"Address" : "longHexStringOrWhateverTheFormatIs"
@johannesostling
johannesostling / Vagrantfile
Created March 30, 2017 12:40
Vagrant extend disk image
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "centos/7"
config.vm.provider "virtualbox" do |v|
if !File.exist?("disk/extradisk.vdi")
#TODO: check if controler exist already
v.customize [
'storagectl', :id,