lunatechian (lunatech-ian)

one relating to, belonging to, or resembling lunatech

GPL still matters

Today morning I came across this piece of writing - Does GPL still matter?. The whole article is based on a few anecdotes from CEOs and marketing droids. They have gotten quite a few points wrong in the article.

GPL is a developer friendly license. The basic premise of the GPL is that the user should not subtract from the freedom he gets when redistributing software. GPL is not restrictive. It merely insists that whoever takes from the common pool must contribute back to the pool.

I would like to point to these 2 articles in support of GPL -

Defined tags for this entry: , ,

interesting meetup on July 14

I attended the Hackers and Founders meetup yesterday. It was a high energy meetup and I liked it. When I walked in, I was already 2 hours late but there were still quite a few people around. I walked in, took a name tag and tried to "merge in". Merging was easy - the folks were friendly and did not mind if you joined the discussion.

Some observations

  • I did not have a good answer for "what are you working on right now" :-) . This made me realize that from a technology perspective, I have not worked on anything interesting for some time now. I have tinkered with a few things in the past 6 months (man!), but have not really done a deep dive on any of them.
  • There was a focus on programming language in the group. I am not sure if the choice of a programming language is really a big deal when creating a webapp. Rails, PHP, Python, Perl, Java - all have a good web framework. One of the arguments was that it would be difficult to organize PHP code in a coherent manner. In my opinion, that is a matter of discipline instead of language.
  • I did not find people thinking of totally different ideas. Or maybe, the folks were not telling those ideas :-) . The ideas floated around ads, community, social networking, websites etc.
  • I am not a unique case when it comes to the case of creating a startup. A few folks there had a regular job and were planning on side projects.
Defined tags for this entry: , , ,

Imagination

Imagination is your key to unlock the hidden wonders of our world. Imagination is the beginning of creation. You imagine what you desire, you will what you imagine and at last you create what you will.

OMFG!! Is that a ..

OMFG!! Is that a Romulan Warbird decloaking in front of us. OMFG!! They are hailing us.

Actually, no. It is just me posting to my blog. I had a busy month and hence my website and my blog took a backseat.

So what all have I been up to -

  • Facebook is the new Orkut. I find myself logging into FB every day now.
  • Yahoo!'s iphone app is great.
  • Finally got myself a postpaid AT&T connection, with their data plan. In my opinion, it is easier to get a phone connection in India than it is in USA.
  • I am now cycling to work! After some research, I bought myself a Schwinn Frontier bike and I am pretty happy with it. The only problem that I see in this bike is its hard seat, but from what I heard, this is not a bad thing. This review pretty much sums up my opinion about the bike as well.
  • Oh yes - Star Trek!! I saw this movie and I was impressed. In fact, I was so impressed that I clapped when the movie ended (oddly, very few people clapped)
  • GIT. That has been a new addition to my programming arsenal. Git is really nice and I am loving it. I have to deep dive into the git branches, but even the basic stuff from git have made source control easy.
  • Oh yes - I checked out Songbird music player. If you are already using Amarok, don't bother with Songbird. Amarok is way ahead of it. If, on the other hand, iTunes is the only player you know, then give Songbird a spin. It is much nicer than iTunes.
Defined tags for this entry: ,

A Hard Day's Night

This song is dedicated to my pager and my wife. This song needs to be sung in the same tune as A Hard Day's Night

It's been a hard day's night, and the beeper has been beeping like a ticking clock
It's been a hard day's night, I should be sleeping like a log
But when I get home to you I'll find the pager beeping off some more
It Will make me feel like a dull robot

You know I work all day to get you money to buy you things
And it's worth it just to hear you say you're going to give me everything
So why on earth should I moan, 'cause when I get you alone
You know I feel ok

Defined tags for this entry: ,

git-svn on macports

If you are using macports, you will notice that git svn init will give you this erro git: 'svn' is not a git-command. This is because the default build of the macports git does not build git-svn. You can do the following steps to fix this

sudo port deactivate git
sudo port install git +svn
Be preapeared for a long build - this will pull in svn and related dependencies.
Defined tags for this entry: