| Time | Title | Speaker | | 9:00 AM | Welcome | Chris Bradford | | 9:10 AM | Open Thou Mine Eyes | Chris Bradford | | 9:30 AM | The Future of the Mormon Transhumanist Association | Michaelann Bradley | | 9:50 AM | Being Christ in Name and Power | Lincoln Cannon | | 10:10 AM | Changing Our Minds | Bryan Johnson | | 10:40 AM | Break | | | 11:00 AM | "Lightning in a Bottle": The Technology of Religious Organization | Melissa Inouye | | 12:00 PM | Lunch | | | 1:00 PM | After anthropos: humanistic social science in a post-human milieu | Jon Bialecki |
This file contains hidden or 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
Verifying my Blockstack ID is secured with the address 1NxWi1SL1SrWV2adVo2RjZR9stEri4tvWz https://explorer.blockstack.org/address/1NxWi1SL1SrWV2adVo2RjZR9stEri4tvWz |
This file contains hidden or 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
<p> | |
AWESOME SENTENCE WORTH SHARING | |
<a href="https://twitter.com/intent/tweet?text=AWESOME SENTENCE WORTH SHARING&url=http://THE_URL_TO_SHARE&via=YOUR_TWITTER_ACCOUNT"> | |
(click to tweet) | |
</a> | |
</p> |
This file contains hidden or 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
#### PERSONAL ALIASES ##### | |
# GIT - https://thomashunter.name/blog/git-colored-output-shortcut-commands-autocompletion-and-bash-prompt/ | |
alias ga='git add' | |
alias gp='git push' | |
alias gl='git log' | |
alias gs='git status' | |
alias gd='git diff' | |
alias gm='git commit -m' | |
alias gma='git commit -am' | |
alias gb='git branch' |
This file contains hidden or 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
# https://robots.thoughtbot.com/laptop-setup-for-an-awesome-development-environment | |
# bash <(curl -s https://raw.githubusercontent.com/thoughtbot/laptop/master/mac) | |
# brew uninstall rbenv | |
# \curl -sSL https://get.rvm.io | bash -s stable --ruby | |
brew install wget | |
brew install mysql | |
brew install phantomjs |
This file contains hidden or 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
# PREPARATION | |
Copy over Dropbox folder | |
Install Dropbox | |
Let it finish syncing | |
Copy over Sites folder | |
ln -s ~/Dropbox/Apps/dot.ssh/ ~/.ssh | |
ln -s ~/Dropbox/Apps/dotfiles/laptop.local ~/.laptop.local |
This file contains hidden or 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
<?php | |
/** | |
* @file | |
* The router.php for clean-urls when use PHP 5.4.0 built in webserver. | |
* | |
* Usage: | |
* | |
* php -S localhost:3000 .htrouter.php | |
* | |
*/ |
This file contains hidden or 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
Micah Redding grew up as a preacher's kid, and toured the world as a rock musician. Now he develops software - and writes about the intersection of human values and technology. Subscribe to <a href="http://micahredding.com/list">Life on the Curve</a> for more essays on Christianity & Transhumanism. |
This file contains hidden or 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
<ul id="og-grid" class="og-grid"> | |
<li> | |
<a href="http://cargocollective.com/jaimemartinez/" data-largesrc="images/1.jpg" data-title="Azuki bean" data-description="Swiss chard pumpkin bunya nuts maize plantain aubergine napa cabbage soko coriander sweet pepper water spinach winter purslane shallot tigernut lentil beetroot."> | |
<img src="images/thumbs/1.jpg" alt="img01"/> | |
</a> | |
</li> | |
</ul> |
This file contains hidden or 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
<?php if($next_node): ?> | |
<a href="node/<?php print $next_node; ?>">Next Node</a> | |
<?php endif; ?> |
NewerOlder