Justin Cooney

Web Development Tips and Examples

  • Martin Cooney & Robot

    My bother Martin Cooney is currently studying robotics at Osaka University in Japan. He just finished his Master’s with flying colors and is now working on getting published and possibly a doctorate! Quite impressive!

    Martin’s Master’s thesis is titled “Recognition of ‘full-body gestures’ using inertial sensors for playful interaction with small humanoid”. He is constantly working on new and interesting projects and enjoys building robots as a hobby.

    One of his undergraduate computer science projects was quite interesting as well. He was working on modelling group dynamics among Wolves and Muskoxen in a research topic called “Wolf-muskox interaction in the Arctic (Wolves red, Muskoxen brown, lake blue)”. His project was written in c++ and was quite interesting from both a code perspective as well as from the perspective of the rules involved surrounding individual sprites behaviors when part of a group and how this affects the group as a whole.

    Here is a link to his current homepage: http://www.martin-cooney.com

    And here is his old homepage: http://space.geocities.jp/martin_d_cooney/robots.html

  • This week Luvy and I encountered an interesting issue with SQL Server. We were working on a project that we ported over to SQL Server 2008. As part of the work we were working on a scheduled stored procedure that selects into a temporary table and then does a fairly standard cross server bulk update.

    The surprise came when we tried to run the procedure and kept encountering a strange error neither of us had ever seen before, and that was completely non-descriptive. Specifically it was:

    Warning: Fatal error 682 occurred at July 15 2011 11:01AM. Note the error and time, and contact your system administrator. (more…)