Skip to content

Instantly share code, notes, and snippets.

At this point, you might say I'm a habitual launcher. That's right, "shipping stuff" is habit forming behavior.
It wasn't always this way, of course. My work ethic usually involved procrastination...not because I was lazy, but because I thought I worked best under pressure.
What I found out was that I was more interested in the act of completion, the act of achieving. That resulted in the process of getting there feeling painful for me, and became something I wanted to avoid.
It was when I got more comfortable zooming out from the BIG launch, and realizing that there were lots of little milestones along the way, I was able to change my perspective. If I did this right, I could launch something almost every day...or at least every week or two...and all of those little launches would add up to my larger launch goal.
With IndyHall, for example, my goal was initially very simple and self-serving: I wanted it to be easier to find other people to collaborate with, and I DIDN'T want to have to leave Philadelp
#!/usr/bin/env ruby
# Dropzone Destination Info
# Name: GitHub Gist
# Description: Drag text to share it instantly via GitHub Gist. Hold down option to make a public Gist. Click to copy and goto the last URL.
# Handles: NSStringPboardType
# Events: Clicked, Dragged
# KeyModifiers: Option
# Creator: Edgar Suarez
# URL: http://e.dgar.org
awk '{
if ($0 in stored_lines)
x=1
else
print
stored_lines[$0]=1
}' colors.txt > colors.clean.txt
2010-09-21T20:24:20+00:00 ERR (3):
exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '6622-0-1' for key 'PRIMARY'' in /var/www/pwi/site/app/code/local/Zend/Db/Statement/Pdo.php:243
Stack trace:
#0 /var/www/pwi/site/lib/Zend/Db/Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array)
#1 /var/www/pwi/site/lib/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array)
#2 /var/www/pwi/site/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('INSERT INTO `ca...', Array)
#3 /var/www/pwi/site/lib/Varien/Db/Adapter/Pdo/Mysql.php(333): Zend_Db_Adapter_Pdo_Abstract->query('INSERT INTO `ca...', Array)
#4 /var/www/pwi/site/app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Default.php(516): Varien_Db_Adapter_Pdo_Mysql->query('INSERT INTO `ca...')
#5 /var/www/pwi/site/app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Default.php(135): Mage_Catalog_Model_Resource_Eav
es account prob
This playlist is a tribute to some of the best karaoke songs I’ve sang or seen sung. This clearly doesn’t cover all of the best tracks, but I also had to account for the fact that this was supposed to be a playlist. In my mind, a playlist tells a story, and that arc in this case is the story of a totally epic party night in your favorite karaoke bar. These songs are chosen for personal preference, as well as crowd-please-ability and placement in the night. Along with each track is some commentary, suggestions, and even a rating scale of difficulty, how likely people are to sing along, and how likely you are to dance. All ratings are on a scale of 1-5, 1 being the least and 5 being the most.
Are you brave enough to step up to the mic and take this trip with me? Here we go!
Faith – George Michael
One of the cardinal rules of karaoke is not to start too early in the night. That said, sometimes you need to be the first singer to break the ice and it’s critical to have a solid warm-up song. This song needs to se
@alexknowshtml
alexknowshtml / gist:973273
Created May 15, 2011 16:17
2011 Short Bio - Recipe
Recipe for Alex Hillman: One part technologist, one part humanist, add relentless honesty to taste.
Blend with business savvy until smooth and approachable.
Best enjoyed in your favorite social or business setting, with a beer, cocktail, or glass of wine.
"Technology has always been interesting to me, but it's remarkably predictable. On the other hand, people, people are infinitely weird and amazing." Alex Hillman's perspective comes from over a decade of IT and web development experience blended with an unusual exploration of the human side of getting work done. He's a co-founder of Independents Hall in Philadelphia, an internationally recognized model for successful coworking, where he's diligently studied and participated in a community-driven workplace that places the value of relationships ahead of transactions.
An accomplished writer & speaker, Alex is constantly interacting with the world around him, unafraid of sharing his experiences and opinions. Apart from leading community and business efforts at Independents Hall, he's a member of the team at Wildbit as their communications lead and developer advocate. He's created and led teams of software & media products, event production and promotion, and contributed to strategic business and community growt
@alexknowshtml
alexknowshtml / gist:1061494
Created July 2, 2011 18:19
Pre-deploy hook
<?php
/**
* Hook called prior to deployment.
*
* @param String
*/
public function pre_deploy_hook($key = '')
{
log_message('debug', 'Pre-deploy hook called');
$this->go_maintenance($key);