In a post a couple of weeks ago, I mentioned setting up a new GoogleCode project. I’m happy to say that Balthasar is coming along nicely. For details on what Balthasar is and how to get involved, read on.
Monthly Archives: September 2009
I knew it! (bing!)
I knew there was something in the back of my mind that didn’t seem right about Bing.com!

Myth of the Genius Programmer
While I was setting up a GoogleCode Project the other day, I stumbled across the video The Myth of the Genius Programmer, a presentation put on by a couple of guys from Google. They’ve got a lot of good stuff to say about open source projects, getting them underway, and making them successful. The most useful advice for me (at this point in time) is to get out there–nothing will happen if you never show anybody what you’re working on. What are your tips for working with open source?
(Kudos to Steve for actually having contributed to open source projects.)
Public IP
When you work with computers and networks, you often need to know the public-facing IP address of the device you’re working on. There are tons of sites out there that can give you that information, but many of them are cluttered with ads or other HTML code you don’t really want to deal with if you want to get your external IP on the command line.
I used to use checkip.dyndns.org.
$ curl checkip.dyndns.org
<html><head><title>Current IP Check</title></head><body>Current IP Address: xx.xxx.xx.xxx</body></html>
It was pretty simple and straightforward, but it still had HTML code to strip out.
I came across a better site for this today, icanhazip.com.
$ curl icanhazip.com
xx.xxx.xx.xxx
Let me know what you think or if you know of one that’s better. I’m betting you’ll have a hard time coming up with one that is more simple than icanhazip.com though.
Week in Links – 09/04/09
I didn’t have the patience for Friday to get here, so I had to start the Week in Links post early. Here are a lot of sites that I’ve been looking at lately:
- Unclutterer
- Unclutterer Workspaces (Flickr Group)
- ghacks
- lifehacker
- Hack a Day
- IKEA Cable Management
- Linux Journal
- Linux Journal – Add desktop notifications in your scripts
- InterfaceLIFT
- The Onion
- milw0rm
- attrition.org
- L0phtcrack
- Snipplr
- Grooveshark
- Neatorama
- EPL Talk
- EPL Standings
- Server Fault
- Stack Overflow

