Image by steve.francia via Flickr In business it’s common to use sales as a metric to determine success. Songs, albums, books and movies are all ranked on “best seller” charts. While this isn’t a perfect metric, it is largely useful due to the innate control built within. There is friction to a sale in that …
Read more »Someone once said a goal is a dream until you write it down … in your blog and tell the world about it. In an effort to focus on blogging a bit more frequently I have decided to start a blogathon beginning today. I will write a post every Monday, Wednesday and Friday for the next four weeks. I …
Read more »pid /var/run/nginx.pid; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 75; proxy_buffering off; log_not_found off; error_log /dev/null; access_log off; proxy_connect_timeout 20; client_header_timeout 60; client_body_timeout 60; send_timeout 60; server { listen 127.0.0.1:80; location /nginx_status { stub_status on; access_log off; allow 127.0.0.1; deny all; } } server { listen in:80; server_name …
Read more »Image by steve.francia via Flickr I don’t know what could be more shocking that opening this month’s edition of CIO magazine and discovering that my blog, this very blog that you are currently reading is one of two blogs featured this month. I am humbled and honored to be mentioned and included with such great peers. To …
Read more »No question about it, choosing a good hosting partner is one of the most important decisions a CTO / CIO can make, especially in a .com company. I recently had to choose a hosting partner for the new portero.com. Since the space changes so rapidly the last provider you used may no longer be the best fit for you …
Read more »Recently I’ve been fortunate to be recognized in a few publications. I extend a warm welcome to all my new friends and followers. I look forward to engaging with you. 12 CIOs Who Love Social Media Luxury 50 Top Twitter Users CIO Twitter Dashboard Related articles by Zemanta The New CIO: Social Media and the …
Read more »Facebook just unveiled their biggest change yet. The http://www.new.facebook.com website is a preview of the next design of Facebook. The new design places more emphasis on friends and actions and downplays the applications. There is a lot more than just design going on. They also reveal some new functionality. I will present an in-depth review of …
Read more »One thing that makes subversion such a powerful revision system is it’s ability to permit multiple methods of access. Https (webdav), SSH and svnserve. In spite of svn’s ability to support multiple access methods, doing so simultaniously can be quite challenging. Typically one will run into permission issues as the http(s) access will all be written to …
Read more »Luckily it’s 2009 and there have been a bunch of successful websites that have had to deal with large scalability challenges. Many have been kind enough to share their knowledge with the world. Here is a list of the best books, articles, presentations and practices from the likes of Twitter, Facebook, Flickr and more. Books …
Read more »Image via CrunchBase Do you still remember when eBay was a great place to buy and sell things? Today most auctions close with 0 bids, a minority are purchased at all. Most items are sold by “power sellers” which is really code word for businesses. Heck, most sellers are probably businesses at this point. As eBay …
Read more »