Skip to content

Instantly share code, notes, and snippets.

View micahredding's full-sized avatar

Micah Redding micahredding

View GitHub Profile
Verifying my Blockstack ID is secured with the address 1NxWi1SL1SrWV2adVo2RjZR9stEri4tvWz https://explorer.blockstack.org/address/1NxWi1SL1SrWV2adVo2RjZR9stEri4tvWz

| 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 |

@micahredding
micahredding / click_to_tweet.html
Last active July 14, 2016 17:06
Tweet This Link
<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>
@micahredding
micahredding / zshrc_aliases
Last active January 24, 2020 20:51
Add these aliases to zshrc
#### 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'
# 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
@micahredding
micahredding / setup new computer
Created April 22, 2015 16:15
Setup process for new computer
# 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
<?php
/**
* @file
* The router.php for clean-urls when use PHP 5.4.0 built in webserver.
*
* Usage:
*
* php -S localhost:3000 .htrouter.php
*
*/
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 &amp; Transhumanism.
@micahredding
micahredding / gist:8458026
Created January 16, 2014 16:28
Expanding preview markup
<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>
@micahredding
micahredding / page.tpl.php
Last active December 31, 2015 02:09
Next and Previous Nodes
<?php if($next_node): ?>
<a href="node/<?php print $next_node; ?>">Next Node</a>
<?php endif; ?>