25
Nov

I made a SIMBL plugin for Terminal.app which enable us to copy on selection. Here is the plugin named TerminalCopyOnSelect.

TerminalCopyOnSelect.bundle.zip

INSTALLATION

  1. At first, you should install SIMBL.
  2. Download the zipped plugin file I mentioned above and expand it.
  3. Copy the extracted file “TerminalCopyOnSelect.bundle” to the plugin directory which is located at ~/Library/Application Support/SIMBL/Plugins/
  4. Terminate all processes of Terminal.app and restart it.

You’re done! Now you can get copied selected text from the terminal when you released mouse button on it.

You are also able to disable this feature by turning off the following menu “Copy On Select”.

ss01

Finally, I opened the source of this plugin on the GitHub under the MIT license.

Enjoy!

21
Oct

Obama says he’s going to introduce a cabinet-level CTO who will make decisions on how the U.S. uses technology in government, building out broadband in rural areas, and creating hi-tech jobs.  Who will that person be?  Will that person come from a commercial or academic background?

According to this article in Business Week the shortlist includes the following people.

Vint Cerf

He works for Google.  People call him the father of the Internet.  He has a cool beard.

Ed Felton

From Princeton University, apparently a smart guy.  In 2006 he hacked a Diebold voting machine to prove it could be done.

Jeff Bezos

He started Amazon. He knows technology and he knows business.

Steve Balmer

He is responsible for Windows Vista.  And he’s a Dick.

Obama has so far shown that he’s an intelligent person with sound judgement.  Therefore I think that it’s safe to say that Steve Balmer’s job is safe at Microsoft.  I’d like to see Vint Cerf in the Whitehouse.  I like that beard.

20
Oct

Gotta keep an eye on Nitrogen, which promises a Rails-lke framework for the highly concurrent Erlang programming laguage.

An event-driven web framework for Erlang

Hmm.

17
Oct

For those that are interested in developing desktop applications using the Qt library, you might want to check out the Greenhouse project from Trolltech.

09
Oct

sms-fu lets you send messages to cell phones without using a gateway.  It uses the email-to-sms features that all the US cell carriers offer for free as a convenience.

The following carriers are supported:

Alltel, Ameritech, AT&T, BellSouth Mobility, BlueSkyFrog, Boost Mobile, Cellular South, E-Plus, Fido, kajeet, Metro PCS, Powertel, PSC Wireless, Qwest, Southern Link, Sprint, Suncom, T-Mobile (US/UK/Germany), Telefonica, Virgin Mobile, Verizon Wireless, Vodafone (UK,Italy,Japan, Spain)

To add the functionality to your Rails app install the plugin from the github repository and then add the following line to your application controller:

include SMSFu

And fire off your SMS messages like this:

deliver_sms("5558675309","AT&T","your message here")

08
Oct

Want to learn about databases without the tedium? With its unique combination of Japanese-style comics and serious educational content, The Manga Guide to Databases is just the book for you.

Princess Ruruna is stressed out. With the king and queen away, she has to manage the Kingdom of Kod’s humongous fruit-selling empire. Overseas departments, scads of inventory, conflicting prices, and so many customers! It’s all such a confusing mess. But a mysterious book and a helpful fairy promise to solve her organizational problems—with the practical magic of databases.

In The Manga Guide to Databases, Tico the fairy teaches the Princess how to simplify her data management. We follow along as they design a relational database, understand the entity-relationship model, perform basic database operations, and delve into more advanced topics. Once the Princess is familiar with transactions and basic SQL statements, she can keep her data timely and accurate for the entire kingdom. Finally, Tico explains ways to make the database more efficient and secure, and they discuss methods for concurrency and replication.

Examples and exercises (with answer keys) help you learn, and an appendix of frequently used SQL statements gives the tools you need to create and maintain full-featured databases.

(Of course, it wouldn’t be a royal kingdom without some drama, so read on to find out who gets the girl—the arrogant prince or the humble servant.)

Pre-Order “The Manga Guide to Databases” from Amazon now

08
Oct

We’ve all seen countless implementations of date pickers with pretty little calendars, but this is the first time picker I’ve ever seen. And it’s pretty damn cool.


Time







That is friggin sweet! Check it out over at haineault.com