Name: Michael Still
Member since: 2000-11-26 23:39:54
Last Login: 2006-12-03 03:56:32
Homepage: http://www.stillhq.com/
Blathering for Wednesday, 07 May 2008
09:16: $10 theft cost a $250,000 spill cleanupThe Complete Hammer's Slammers Volume 1 and 2
It occurred to me over the weekend that it was odd that I was updating books I had recently read on a book site like goodreads, given that all I'm doing by entering data on their site is blogging someplace that not even I remember to read. I'm therefore going to move all of that stuff over to here, and then try to remember to blog about books I've read recently in the future. Don't worry though, I don't get much time to read in between work, study and kids, so it wont be too many posts.A Stainless Steel Rat is Born
This was another book I read as a kid and had fond memories of. When I found it at Powell's books for under $4 I just had to pick it up. Harrison seems to focus on "pulp science fiction" -- all of the stuff I have seen from him has been short and easy reading, as is the case with this book. What do you do if you're stuck on a farming planet, smart, and bored out of your brain? Apparently the answer is to turn to a life of crime for entertainment. That's what James DeGriz does, and he is a great anti-hero while he's at it. Great book. [isbn: 0553279424]6 May 2008 (updated 7 May 2008 at 00:03 UTC) »
Estimating the progress of queries on MySQL
I've been doing a lot of batch updates on one of my databases at home recently. show processlist says something like this:mysql> show processlist; +-------+------+---------------+--------------+---------+-------+----------+------------------------------------------+ | Id | User | Host | db | Command | Time | State | Info | +-------+------+---------------+--------------+---------+-------+----------+------------------------------------------| | 18354 | root | maui:37403 | smtp_servers | Query | 57234 | Updating | update ips_218 set reverse_lookup = null | | 22286 | root | maui:37348 | smtp_servers | Query | 38103 | Updating | update ips_80 set reverse_lookup = null, | | 22851 | root | maui:54982 | smtp_servers | Query | 34091 | Updating | update ips_19 set reverse_lookup = null, | | 23351 | root | molokai:58232 | smtp_servers | Sleep | 57 | | NULL | | 23496 | root | maui:40923 | smtp_servers | Query | 29973 | Updating | update ips_62 set reverse_lookup = null, | | 23906 | root | maui:38068 | smtp_servers | Query | 26794 | Updating | update ips_83 set reverse_lookup = null, | | 25675 | root | maui:56438 | smtp_servers | Query | 12505 | Updating | update ips_82 set reverse_lookup = null, | | 25846 | root | maui:41334 | smtp_servers | Query | 10948 | Updating | update ips_90 set reverse_lookup = null, | | 26437 | root | maui:41139 | smtp_servers | Query | 6211 | Updating | update ips_66 set reverse_lookup = null, | | 26773 | root | maui:32885 | smtp_servers | Query | 3526 | Updating | update ips_76 set reverse_lookup = null, | | 27073 | root | maui:42607 | smtp_servers | Query | 1148 | Updating | update ips_11 set reverse_lookup = null, | | 27202 | root | molokai:50688 | smtp_servers | Query | 0 | NULL | show processlist | | 27203 | root | molokai:50689 | smtp_servers | Sleep | 2 | | NULL | +-------+------+---------------+--------------+---------+-------+----------+------------------------------------------+ 14 rows in set (0.20 sec)
mysql> show engine innodb status \G; ... ---TRANSACTION 0 40056, ACTIVE 39794 sec, process no 22984, OS thread id 3020733328 waiting in InnoDB queue mysql tables in use 1, locked 1 6672 lock struct(s), heap size 748864, undo log entries 909825 MySQL thread id 22851, query id 351217 maui 192.168.1.93 root Updating update ips_19 set reverse_lookup = null, reverse = null, reverse_extracted ...
6 May 2008 (updated 6 May 2008 at 23:04 UTC) »
Blathering for Tuesday, 06 May 2008
12:57: I am RICH and I want to spend it on YOU tonightOthers have certified mikal as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!