- Run
- Wake up before 6….. AM (Seems useless now)
Art, Science & Philosophy
I am ending monthly goals as I haven’t been able to keep up with my goals in May and June. Instead I have just one goal for the rest of year that is to start my business.
I was reading Blake Ross’s interview in Founders at Work: Stories of Startups’ Early Days (Recipes: a Problem-Solution Ap). He said something about giving an impression as if you are ahead of where you really are. If your project is done only 50%, you say that it is done 75%. The reason is not to mislead but to increase pressure on you to make your lie a reality. Its an interesting concept. Perhaps I will use it
.
I have been slacking but its okay. I am glad that I choose to do mini goals for every month instead of one major resolution for whole year. I am able to tune my goals based on new information as I learn it.
Here is how I did in February, so far:
I still plan to do SCJD project but not now. So you are wondering what is that “something else” that is more beneficial for me right now. For now I can tell you it is an idea for startup. As my idea get more refined, I will let you know.
And now my goals for March are:
Here are links to my previous goals:
Yup you read it right. Instead of having one or few major goals for whole 2009, I am going to have several smaller goals through out 2009. Year is very long period of time, and it is easy to sdtart slacking off. For example, in 2008, I had planned to quit smoking. I did it but not until 11:59PM on December 31st, 2008.
Plus I have seen that my life changes quite often. Something that is important now may not be so important six months later.
So I got this idea of mini goals from Tynan. He is not really doing monthly goals but more like 6 month long goals.
So here are my 2009.1 goals:
Feeling so empty, and hallow inside
Cannot believe I am writing a poem to a cigarette
but I feel so unsatisfied, unfullfilled
like this poem, half-finished.
So since gym bored me extremely, I quit gym long time ago and started looking at other form of exercises.
I did rock climbing regularly for several months, it was exciting until I got semi good then it became just boring. Then i tried, swimming, running, working out with a video game, just push ups, steppers while playing video games, and hiking. I got bored with all of these excersices.
I see a pattern here. All these excerices are solo or semi-solo activities and non-competitive.
So I am thinking of picking up some sport for my new years resolution. My goal is to get regular cardiovascular exercise, at least one hour every week. I am reading about various sports that are very cardio, like soccer, basketball, taek won do (and other martial arts), and tennis. Right now, I am leaning towards taek won do but its not really a team sport or competitive. However, it does seem like most active sport. Also since the instructor and other people will watching me, I will be motivated to finish the whole session.
So I was wondering if you have any suggestions or ideas. What do you think is the easiest sport to get started in? And which sport you think has most cardiovascular activity?
Please let me know what you think.
Everyone have a great holidays, Christmas, Kwanzaa, Hanuka!
Weekend is almost over. How did I do on my goals?
First the good, I played with facebook api. I figured out a few key things. I setup repository to store code.
Then the bad, I didn’t run at all this week. I did rock climbed twice. I also used stepper but just for ten minutes.
Lastly, the ugly, I could not work on SCJD project. Only thing I did was setup repository.
So the goals for this week are:
Well actually it took much longer than 10 minutes because I got into some issues. First check out my app. It doesn’t do much but its the beginning. The end goal being the dating website.
So here is what I ran into. I followed this tutorial. My webserver uses php4 but the tutorial I got from facebook was for php5. PHP4 does not support try… catch blocks. (I didn’t know that). I had to modify the appinclude.php like this:
//catch the exception that gets thrown if the cookie has an invalid session_key in it
if (!$facebook->api_client->users_isAppAdded()) {
$facebook->redirect($facebook->get_add_url());
}/*Commented out this section, not sure how to deal with this just yet.
{
//this will clear cookies for your application and redirect them to a login prompt
$facebook->set_user(null, null);
$facebook->redirect($appcallbackurl);
}*/
Then like many other’s I had to upload simplexml44-0_4_4 in php4client directory.
After that it worked like a charm.
So that was the first step towards one of my 2008’s objectives.
I know its a bit late for new year’s resolutions. I actually made these resolutions at the beginning of the year but I haven’t made much progress on these. One of my favorite blog write, recommends that if you are unable to keep your resolutions, then make those resolutions public. Let everyone see your resolutions. Then make yourself accountable by reporting your progress to those who you know about your resolutions.
So I plan to announce my resolutions for this year, and I will report at least weekly progress on these resolutions. Here are my resolutions:
I am also adding my big project of making $1,000,000 to this list. I was talking to Karl and he told me why don’t you make dating website. After some thought I figure why not make this dating website for facebook. A lot of my developer friends are into facebook apps. And I like my friend, Jordan’s saying that in order to get rich you don’t need an original idea. You can use any idea or business and just execute it better. So I think I can make a better dating app for facebook. (although there are already tens of such apps). I don’t think this dating app will make me money but it will be sort of proof of concept.
So I have 4 tasks to report on every week and hopefully more often.