The Great Exception
I just fed claude my logs and source code for an ancient project that was causing problems … daily notification emails not going out on some days. Wasn’t getting far with Sonnet, so I...
Life, The Universe, and Everything!
“Half of what I say is meaningless; but I say it so that the other half may reach you.” -- Khalil Gibran
I just fed claude my logs and source code for an ancient project that was causing problems … daily notification emails not going out on some days. Wasn’t getting far with Sonnet, so I...
Found out C++11 has the following two gems: std::stoi, std::stol, std::stoll , std::stof, std::stod, std::stold, std::stof, std::stod, std::stold – Coverts a C++ string to numeric type. Similar to the good old atoi, atod, atof but...
Trying out gcc-4.8.0 on Ubuntu 13.04. gcc-4.8.0, which has the best “experimental support for C++ 11”, should be standard in the upcoming Ubuntu 13.10, but you can play around with it using a PPA:...
As if by magic … this worked wonders to some ancient CVS archives I have, making them make sense once again.http://www.techrepublic.com/blog/opensource/convert-cvs-repositories-to-git/1321 #git LINK: Convert CVS repositories to Git | TechRepublic This post was originally...
I’m a judge in the Android Developer Challenge 2! The ADC2 is a contest run by Google to encourage cool apps for the android platform. With prizes of up to USD100,000 for each of...
(01:36:10 PM) shahada (gmail): try { (*i)->event_tick(now_time); } catch (exception &e) { syslog (LOG_CRIT, “Critical AQsense exception occurred: %s”, e.what() ); } (01:36:32 PM) shahada (gmail): reading it out loud...