Close

The cost of inaction

Seth Godin blogged couple of days ago titled "Failure, success and neither" It was so well said that I am compelled to quote it hear with all due credits. The math is magical: you can pile up lots of failures and still keep rolling, but you only need one juicy success to build a career.…

Share

Migration Woes

Hello World. I am migrating my blog over; stay tuned and I apologize for the inconvenience. [Update] The blog migration has completed. Thanks to the wordpress import module by Rob Walling, Aaron Lerch and Kavinda Munasinghe and the dasblog spam/trackback scrubbing tool by Richard Hundhausen. For the BlogML to WordPress import module. you would need to…

Share

97 Things Every Software Architect Should Know

During my recent Borders’s-browsing, I came across Richard Monson-Haefel’s book, 97 Things Every Software Architect Should Know with the tag line, “Collective Wisdom from the Experts”. The book is interesting and even though it falls short in providing details, gives a good overview of architectural principles. Mind you, this is not a book with case…

Share

Note to Self - Helpful links in getting MVC to work on IIS 5.0

Helpful links in getting MVC to work on IIS 5.0 Using ASP.NET MVC on IIS 5 http://blogs.microsoft.co.il/blogs/dorony/archive/2007/12/15/using-asp-net-mvc-on-iis-5.aspx and if you encounter the same error as I did ASP.NET 2.0 Application on IIS 5 Resulting in Error (aspnet_wp.exe (PID: XXXX) stopped unexpectedly.) http://stackoverflow.com/questions/233478/asp-net-2-0-application-on-iis-5-resulting-in-error-aspnetwp-exe-pid-xxxx-s

Share

SQL Azure Talk @ Orange County SQL User Group

Last night I spoke to Orange County SQL user group on SQL Azure, Microsoft’s cloud based relational database. SQL Azure, dubbed as re-launch of SQL Data Services (SDS) (and later SQL Services) is a cloud-based service from Microsoft offering data storage capabilities for Azure Services Platform. In the talk I discussed the challenges of putting…

Share

Why is naïve Bayesian, naïve?

If I had a dollar for every time someone asked me this question, I would have enough money to buy Trevor Hastie's The Elements of Statistical Learning Second Edition :). Anyways, here is a good explanation from Algorithm's of the intelligent web on what is so naïve about naïve Bayesian? "This is the calculation of…

Share