Choosing Constraints
I write a lot of open-source software and prospective users often ask whether it's possible to do [thing they want] with it. I tell them that of course it's possible -- just probably infeasible under reasonable constraints.
I write a lot of open-source software and prospective users often ask whether it's possible to do [thing they want] with it. I tell them that of course it's possible -- just probably infeasible under reasonable constraints.
I need to use this command every once in awhile and I always forget how to do it off the top of my head.
grep -lr --exclude-dir=".git" -e "oldword" . | xargs sed -i '' -e 's/oldword/newword/g'
If you're on Windows you'll need unix command-line tools installed. The easiest way to do that is with Gow.
Here's what each piece does:
Yesterday the new Dorm Room Fund blog launched, and along with it Steve's post What It Really Means To Drop Out. Steve explains how meeting amazing Thiel Fellows (who are given money to drop out of school and start companies) lent confidence to his conviction to stay in school, saying "that is exactly why Dorm Room Fund exists."
When I meet with founders, this is one of the first questions I ask. What does success look like in 6, 12, 18 months? In other words, what are your goals, and how will you know you've accomplished them? What do you need to prove in order to make the effort worthwhile? And how big is your vision?
I recently read something by Aza Raskin that resonated with me. He suggested that delegation -- letting others have ownership over your baby -- is an essential part of leadership that is often inhibited by an attachment to the product, and this attachment comes from the fact that the product's success or failure is a reflection of your own success or failure as the product's leader.