About me

Edina, Minn. is home. New York, N.Y. is where I live.

Prior to New York, I lived in Spain from 2009 through 2012. While there, I became a fluent Spanish speaker, traveled a lot and became a better programmer.

Although nothing tops a long meal with good friends, I enjoy rock concerts and traveling. I won't admit to you that I like lattes. Improving my tennis game is a priority.

Kirby Puckett's performance in Game 6 of the 1991 World Series is my standard of excellence.

EC2 Linux AMI and Node

Each time I spin up a brand-new EC2 instance and install Node, I ended up with a trillion open tabs looking up obscure details to get through the installation.

If nothing else, the below will be helpful for the next time:

  • Spin up a brand new EC2
  • Select “Security Groups” in the EC2 console and ensure that Inbound > HTTP (Port 80) on Source: 0.0.0.0/0 will open up the instance for HTTP requests
  • Set up the SSH keys with the .pem file

ssh -i /path/to/file.pem ec2-user@ec2-xxx-xx-xx-xx.compute-1.amazonaws.com/

  • SSH into the server and install some things:

yum install gcc-c++

yum install git

yum install nginx _# if you want nginx_

  • Install Node

git clone git://github.com/joyent/node.git

cd node/

git branch -al # find latest release branch

git checkout

./configure

make

This will take 15 to 30 minutes.

sudo make install

Create an image of your instance — compiling Node will take while. Visit the EC2 console, select the instance and follow the steps from Actions > Create Image

Have fun!

3 days ago Comments
Share

Short URL

tmblr.co/Z4dFCygU287b

Tweet
spacer spacer spacer spacer spacer

fastcompany:

Think Your Home’s Small? Look At Hong Kong’s Illegal Microapartments

COMPLAINTS ABOUT NEEDING MORE SHOE STORAGE OR HAVING NO SPACE FOR YOUR THIRD BIKE? PLEASE. IN HONG KONG, THE PRICE PER SQUARE FOOT AVERAGES $1,300.

It can be tough to grasp the reality of living in what amounts to a very functional closet through facts and figures, though. These images, which show us a bird’s eye view of several Hong Kong microapartments, do a much better job. They were produced by a Chinese human rights group called the Society for Community Organization, whose mission is to promote equality amongst citizens. “Grassroots people are struggling day in and day out to keep their head above water,” SoCO explains. “Standing in the line of dejection are caged lodgers, tenants living in appalling conditions, aged singletons, street-sleepers, mothers with no one-way permit to live in Hong Kong, families made up of new immigrants and boat dwellers.”

They estimate that over 100,000 people are living in unauthorized apartments in the city, a number that may well be low. 

Here’s the full story.

 

This is amazing.

Source: fastcompany
3 weeks ago 137 notes Comments
Share

Short URL

tmblr.co/Z4dFCyemZpY6

Tweet

Ideas that I’m excited about

Nothing is more dangerous than an idea if it’s the only you have.

I’ve recently contributed to two crowd-funded projects that I am excited about. I love that these ideas are decidedly not my idea, and that they are providing solutions to problems outside of my day-to-day, maybe even my year-to-year.

When I arrive at an idea by myself, it is almost always related to digital media and technology. I don’t feel that they are necessarily bad ideas, just it feels like same idea each time.

From this frustration comes my inspiration to contribute to the following two projects.

They are both based out of Barcelona, using technology in a thoughtful way, and are run by some friends or contacts I made while living in Spain.

Uniqbrow

View on Indiegogo

Uniqbrow hopes to solve a common sunglasses problem: your stylish shades diminish in coolness because it’s your only pair!

The product allows you to purchase a single set of lenses and swap out many different Uniqbrow frames — not dissimilar from Modify Watches.

I wear prescription sunglasses and I like them a lot. But my biggest issue is I cannot drop a few hundred bucks each time I want a new style of sunglasses.

As Uniqbrow grows, perhaps we can all be a bit cooler and have some more scratch for other stuff we enjoy, like fish sandwiches.

(Uniqbrow has some line abut fish sandwiches on their site. I’m pretty sure it’s a poor translation — fish sandwich sounds kind of gnarly in English, no?)

StormFly

View on Kickstarter

I was convinced by the video for StormFly — anything posing as an alternative to cloud computing makes me a bit skeptical.

Despite the fact that I try to store virtually nothing on my machine — between Git, Spotify, Gmail, etc. there’s really nothing to store — I’m not necessarily the normal consumer in the computing world.

StormFly offers a bootable USB 3.0 Linux OS that allows for professionals or children — or anyone else — to basically wear their computer on their wrist. All that’s required is, essentially, a “host” computer.

Take a look at their Kickstarter page to get an idea of the market they’re after.

===

Those are that latest ideas that aren’t mine that I’m excited about. It’s nice to be thinking a bit about stuff that’s not “World Wide Web online ads that are interactive and have brains!” — or whatever the latest thing I’ve conjured up is.

4 weeks ago Comments
Share

Short URL

tmblr.co/Z4dFCyeaeADY

Tweet
The goal is to become HBO faster than HBO can become us.
— 

Reed Hastings

Watched the first two episodes of House of Cards last night. As it relates to me as a person and as a professional — we’re all hoping Netflix wins big here.

1 month ago Comments
Share

Short URL

tmblr.co/Z4dFCydwWHFy

Tweet
spacer
1 month ago Comments
Share

Short URL

tmblr.co/Z4dFCydVDFFq

Tweet
Related searches:
install living instance latest excited
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.