Archive

Archive for the ‘Software’ Category

MacHeist 3 Bundle

March 25th, 2009

Just bought mine, you should get it before it’s gone! Believe me.

MacHeist 3 Bundle

Apple, English, Mac, OS X, Software ,

Time to say Goodbye to QuickSilver?

January 12th, 2009

QuickSilver is our favorite application on the Mac. The great developer of this awesome tool – Nicholas Jitkoff has made it opensource and went to work for google more than a year ago.

Today, the same Nicholas Jitkoff from Google has introduced The Quick Search Box. Which I would believe is a replacement for QuickSilver from now on.

The good things are:

  1. Same awesome developer and more
  2. Still opensource
  3. Google

Go ahead grab it for yourself at: http://code.google.com/p/qsb-mac/

Some tips:

  • If you have hard time on adding Google Account, please try capitalizing the first letter of your username and domain name, such as ‘Libin.Pan’ and ‘@Gmail.com’

Apple, English, Mac, OS X, Software ,

Mac Giving Tree rewards you with free applications

December 25th, 2008

Hope you can see this before it’s gone.

At least you should get 1Passwd for free for today here. It was the first software I’ve bought after I’ve been maced.

English, Mac, OS X, Software

Code Search Engines

October 9th, 2008

Google Chrome漫画书中文版

September 2nd, 2008

Chrome for Windows is already available for downloading at www.google.com/chrome.

这里是Google Chrome漫画书的中文版,原文发布于新浪

Read this document on Scribd: Google Chrome漫画书中文版

Want to know more?
Chrome at LearnHub

Software, 中文 , , , ,

Google Chrome and Its Comic Book

September 1st, 2008

Chrome for Windows is ready for downloading now: www.google.com/chrome

Google Chrome

Google Chrome is Google’s open source browser project. As rumored before under the name of “Google Browser”, this will be based on the existing rendering engine Webkit. Furthermore, it will include Google’s Gears project.

Google just announced it will launch a new web browser tomorrow, Sep. 2nd, 2008. It’s called Chrome.

So why are we launching Google Chrome? Because we believe we can add value for users and, at the same time, help drive innovation on the web.

A interest part of this launch is Google created a comic book to explain the Chrome. I spent some time put it together as a pdf share it here:

Read this document on Scribd: Google Chrome Comic Book

Want to know more:
Chrome on LearnHub
A fresh take on the browser
Google on Google Chrome – comic book

English, Software , , ,

Ubiquity – Quicksliver in your browser?

August 27th, 2008

Mozilla just released an experiment version of Ubiquity yesterday.


English, Software , ,

What to do when GitHub goes bad

July 28th, 2008

What to do when GitHub goes bad?

This was originally posted on github, I save a backup here just in case. :)

  • Git build-in server

git daemon –base-path=/Users/libinpan/clone-from-github –export-all

git clone git://127.0.0.1/rails…

Note: The default port git uses is 9418. Make sure that your firewall is set up to handle this.

  • GitWeb

git instaweb –httpd=webrick

  • Deploy with Capistrano

set :repository, “git://127.0.0.1/rails-app”

Zemanta Pixie

English, Ruby, Software , , ,

Outsourcing 2.0

July 4th, 2008

Working with web developers in India: why, whom, and how

Outsourcing or not?

Win-win or win-lose?

Be sure to read the comments.

Agile, English, Software

iftop – Find out who is eating your bandwidth

July 3rd, 2008

iftop: display bandwidth usage on an interface

How to install?

  • Download and install the Universal Binary from here
  • Or if you already have MacPort installed

sudo port install iftop

How to use it?

  • run “ifconfig -l” or “/Applications/Utilities/Network\ Utility.app” to get your network interface id.

  • In my case is ‘en1′, so I just type into Terminal:

sudo iftop -i en1

Enjoy!
Tales From The Command Line: Where Has My Bandwidth Gone?

Apple, English, Mac, OS X, Software ,