<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-11772516</id><updated>2008-02-02T23:34:17.042+11:00</updated><title type='text'>daily discovery</title><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default?start-index=26&amp;max-results=25'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml'/><author><name>steve</name></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>194</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-11772516.post-1561077688949809162</id><published>2008-02-02T18:13:00.000+11:00</published><updated>2008-02-02T23:34:17.077+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='slashdot'/><category scheme='http://www.blogger.com/atom/ns#' term='animal'/><title type='text'>About Tigers and Polar Bears</title><content type='html'>I know it is &lt;a href="http://www.slashdot.org"&gt;slashdot&lt;/a&gt;, but I couldn't find other sources, so take this with a grain of salt:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Tigers have practically no natural instincts when it comes to being predators. Tigers in the wild have to be trained by their mothers how to do things like hunt, climb trees, eat properly, etc. These are things that a human cannot teach. Therefore, any tiger born in captivity cannot be released into the wild and survive. It simply does not have the skills necessary.&lt;/blockquote&gt;&lt;a href="http://science.slashdot.org/comments.pl?sid=438748&amp;cid=22262422"&gt;22262422&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Not to be a pedant but Polar Bears in their natural habitat will actively hunt humans.&lt;/blockquote&gt; - &lt;a href="http://science.slashdot.org/comments.pl?sid=438748&amp;cid=22263306"&gt;22263306&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If anyone knows for sure, let me know :D&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2008/02/about-tigers-and-polar-bears.html' title='About Tigers and Polar Bears'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=1561077688949809162' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/1561077688949809162'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/1561077688949809162'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-3297154898210243995</id><published>2007-11-23T00:06:00.000+11:00</published><updated>2007-11-23T10:46:48.100+11:00</updated><title type='text'>SHA Digests under Leopard</title><content type='html'>A Steve Special this one. &lt;a href="http://en.wikipedia.org/wiki/Mac_OS_X_v10.4"&gt;Tiger&lt;/a&gt; came with &lt;a href="http://en.wikipedia.org/wiki/SHA_hash_functions"&gt;sha*&lt;/a&gt; digests binaries, but not &lt;a href="http://en.wikipedia.org/wiki/Os_x_leopard"&gt;Leopard&lt;/a&gt;. So here is how you can get them back. Insert into your .bashrc:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;alias 'sha'='openssl dgst -sha'&lt;br /&gt;alias 'sha1'='openssl dgst -sha1'&lt;br /&gt;&lt;br /&gt;# the following lines only applies if you have openssl installed via &lt;a href="http://darwinports.com/"&gt;darwin ports&lt;/a&gt;&lt;br /&gt;alias 'sha2'='openssl dgst -sha256'&lt;br /&gt;alias 'sha5'='openssl dgst -sha512'&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Usage is simple, for example: &lt;br /&gt;&lt;br /&gt;&lt;code&gt;sha1 $file&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2007/11/sha-digests-under-leopard.html' title='SHA Digests under Leopard'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=3297154898210243995' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/3297154898210243995'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/3297154898210243995'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-7315943269192173987</id><published>2007-11-19T15:24:00.000+11:00</published><updated>2007-11-19T15:27:25.531+11:00</updated><title type='text'>The Sagnac effect</title><content type='html'>&lt;blockquote&gt;The Sagnac effect is the relative phase shift between two beams of light that have traveled an identical path in opposite direction in a rotating frame. Modern fiber-optic gyroscopes (Sagnac interferometers) used for navigation are based on this effect. They allow highly accurate measurements of rotation rates down to about per hour. &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2007/11/sagnac-effect.html' title='The Sagnac effect'/><link rel='related' href='http://www.physik.fu-berlin.de/~bauer/habil_online/node11.html' title='The Sagnac effect'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=7315943269192173987' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/7315943269192173987'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/7315943269192173987'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-2980768682482148925</id><published>2007-06-15T23:45:00.000+10:00</published><updated>2007-06-15T23:51:42.453+10:00</updated><title type='text'>Using spaces and backslashes in /etc/fstab</title><content type='html'>Ever wondered how you use spaces and backslashes (exotic mount points or smb shares)? &lt;a href="http://terrencemiao.com/Webmail/msg00946.html"&gt;Well wonder no more&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Using '\040' replace blank space character, and '\134' replaces&lt;br /&gt;backslash character.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2007/06/using-spaces-and-backslashes-in.html' title='Using spaces and backslashes in /etc/fstab'/><link rel='related' href='http://terrencemiao.com/Webmail/msg00946.html' title='Using spaces and backslashes in /etc/fstab'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=2980768682482148925' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/2980768682482148925'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/2980768682482148925'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-975924784360585326</id><published>2007-05-09T23:37:00.000+10:00</published><updated>2007-05-09T23:38:30.447+10:00</updated><title type='text'>macam</title><content type='html'>macam allows most generic usb webcam to work under OS X effortlessly.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2007/05/macam.html' title='macam'/><link rel='related' href='http://webcam-osx.sourceforge.net/' title='macam'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=975924784360585326' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/975924784360585326'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/975924784360585326'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-1479722318078921766</id><published>2007-03-28T22:09:00.000+10:00</published><updated>2007-03-28T22:11:02.229+10:00</updated><title type='text'>Diameter at Breast Height</title><content type='html'>&lt;blockquote&gt;A common measure of the size of a tree is the "diameter at breast height" DBH. "Breast height" is defined as 4 ½ feet above the uphill side of the tree. Since a tree trunk is not a perfect circle, "diameter" is defined as the circumference divided by pi.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2007/03/diameter-at-breast-height.html' title='Diameter at Breast Height'/><link rel='related' href='http://www.physics.csbsju.edu/stats/least_squares.html' title='Diameter at Breast Height'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=1479722318078921766' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/1479722318078921766'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/1479722318078921766'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-6327482062652327039</id><published>2007-02-23T15:16:00.000+11:00</published><updated>2007-02-23T15:19:16.290+11:00</updated><title type='text'>Planck Temperature</title><content type='html'>Planck temperature is the highest possible temperature in &lt;a href="http://en.wikipedia.org/wiki/Quantum_mechanics"&gt;quantum mechanics&lt;/a&gt;. It is 1.41679(11)E32 &lt;a hrerf="http://en.wikipedia.org/wiki/Kelvin"&gt;Kelvins&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2007/02/planck-temperature.html' title='Planck Temperature'/><link rel='related' href='http://en.wikipedia.org/wiki/Planck_temperature' title='Planck Temperature'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=6327482062652327039' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/6327482062652327039'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/6327482062652327039'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-5165570466898522137</id><published>2006-12-08T15:24:00.000+11:00</published><updated>2006-12-08T15:39:53.036+11:00</updated><title type='text'>The Chinese Zero</title><content type='html'>Zero was introduced into Chinese mathematics through diffusion from the Hindus:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Evidently, as pointed out by Mikami [13] and others, the Chinese borrowed the zero concept from the Hindus, with whom they established contact at least as early as the first century, A.D. Here we have an example of its introduction by diffusion, but without such contacts, the zero would probably have evolved in Chinese mathematics, especially since calculators of the rod type were employed.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://z.about.com/d/chineseculture/1/0/Y/Z/zero.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand" src="http://z.about.com/d/chineseculture/1/0/Y/Z/zero.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/12/chinese-zero.html' title='The Chinese Zero'/><link rel='related' href='http://www-groups.dcs.st-and.ac.uk/~history/Extras/Cultural_Basis_II.html' title='The Chinese Zero'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=5165570466898522137' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/5165570466898522137'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/5165570466898522137'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-116333158932962072</id><published>2006-11-12T22:37:00.001+11:00</published><updated>2006-11-12T22:39:49.330+11:00</updated><title type='text'>Gravity toggle</title><content type='html'>No its not a device from the future (yet) but rather one of these:&lt;br/&gt;&lt;br /&gt;&lt;a href="http://www.diydata.com/materials/wallfix/wallfix9.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand" src="http://www.diydata.com/materials/wallfix/wallfix9.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Clever!&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/11/gravity-toggle_12.html' title='Gravity toggle'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=116333158932962072' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116333158932962072'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116333158932962072'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-116183710767810295</id><published>2006-10-26T14:30:00.000+10:00</published><updated>2006-10-26T14:31:47.700+10:00</updated><title type='text'>Real pearls</title><content type='html'>Dissolve in vinegar.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/10/real-pearls.html' title='Real pearls'/><link rel='related' href='http://science.slashdot.org/comments.pl?sid=202746&amp;cid=16588472' title='Real pearls'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=116183710767810295' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116183710767810295'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116183710767810295'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-116165814571503669</id><published>2006-10-24T12:38:00.000+10:00</published><updated>2006-10-24T12:49:05.726+10:00</updated><title type='text'>Extended Euclidean algorithm</title><content type='html'>Can be used to determine if a number g belongs in a &lt;a href-"http://www.certicom.com/index.php?action=ecc,math3"&gt;multiplicative group&lt;/a&gt; Zp* since it finds the integers x,y such that:&lt;br /&gt;&lt;pre&gt;gx+py = gcd(g,p)&lt;/pre&gt;&lt;br /&gt;where x is the &lt;a href="http://en.wikipedia.org/wiki/Multiplicative_inverse"&gt;multiplicative inverse&lt;/a&gt; of a &lt;i&gt;mod&lt;/i&gt; b. If 1 &lt; x &lt; p-1 then the number g belongs Zp*.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/10/extended-euclidean-algorithm.html' title='Extended Euclidean algorithm'/><link rel='related' href='http://en.wikipedia.org/wiki/Extended_Euclidean_algorithm' title='Extended Euclidean algorithm'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=116165814571503669' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116165814571503669'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116165814571503669'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-116045852904203245</id><published>2006-10-10T15:34:00.000+10:00</published><updated>2006-10-10T15:57:09.616+10:00</updated><title type='text'>Maggots</title><content type='html'>&lt;blockquote&gt;Live &lt;a href="http://www.wikipedia.org/wiki/maggots"&gt;maggots&lt;/a&gt; are sometimes applied to chronic wounds because they eat dead tissue, but leave healthy tissue alone&lt;/blockquote&gt;&lt;br /&gt;&lt;div style="text-align:center;font-size:small;"&gt;&lt;img style="margin:auto;text-align:center" src="http://upload.wikimedia.org/wikipedia/en/9/97/Maggots.jpg"/&gt;&lt;br /&gt;[disinfected maggots in open wound]&lt;/div&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/10/maggots.html' title='Maggots'/><link rel='related' href='http://www.newscientisttech.com/article/dn10260-pour-on-maggot-juice-to-help-heal-wounds.html' title='Maggots'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=116045852904203245' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116045852904203245'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116045852904203245'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-116012779262163754</id><published>2006-10-06T19:34:00.000+10:00</published><updated>2006-10-06T19:43:12.636+10:00</updated><title type='text'>Cure-all for intractable hiccups</title><content type='html'>&lt;blockquote&gt;"An orgasm results in incredible stimulation of the &lt;a href="http://en.wikipedia.org/wiki/Vagus_nerve"&gt;vagus nerve&lt;/a&gt;. From now on, I will be recommending sex – culminating with orgasm – as the cure-all for intractable hiccups." - Francis Fesmire&lt;/blockquote&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/10/cure-all-for-intractable-hiccups.html' title='Cure-all for intractable hiccups'/><link rel='related' href='http://www.newscientist.com/article.ns?id=dn10207' title='Cure-all for intractable hiccups'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=116012779262163754' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116012779262163754'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/116012779262163754'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-115993727018209201</id><published>2006-10-04T14:40:00.000+10:00</published><updated>2006-10-04T14:47:50.210+10:00</updated><title type='text'>G forces during an Apollo launch abortion</title><content type='html'>Up to 16.2&lt;span style="font-style: italic;"&gt;g&lt;/span&gt; of &lt;a href="http://en.wikipedia.org/wiki/Acceleration_due_to_gravity"&gt;g-force&lt;/a&gt; maybe experienced by astronauts during an &lt;a href="http://en.wikipedia.org/wiki/Project_Apollo"&gt;Apollo&lt;/a&gt; launch abortion.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Apollo_program_insignia.png/200px-Apollo_program_insignia.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Apollo_program_insignia.png/200px-Apollo_program_insignia.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/10/g-forces-during-apollo-launch-abortion.html' title='G forces during an Apollo launch abortion'/><link rel='related' href='http://lsda.jsc.nasa.gov/books/apollo/s2ch5.htm' title='G forces during an Apollo launch abortion'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=115993727018209201' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115993727018209201'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115993727018209201'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-115829130911135880</id><published>2006-09-15T13:34:00.000+10:00</published><updated>2006-09-15T13:35:09.123+10:00</updated><title type='text'>Telstra Concord Telephone Exchange</title><content type='html'>Is located at &lt;span id="wikicontent"&gt;&lt;span class="wcsml"&gt;&lt;span style="font-weight: bold;"&gt;35 Yaralla St, Concord 2137&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/09/telstra-concord-telephone-exchange.html' title='Telstra Concord Telephone Exchange'/><link rel='related' href='http://forums.whirlpool.net.au/index.cfm?a=wiki&amp;tag=AEG_NSW' title='Telstra Concord Telephone Exchange'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=115829130911135880' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115829130911135880'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115829130911135880'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-115813210911058495</id><published>2006-09-13T17:13:00.000+10:00</published><updated>2006-09-13T17:21:49.140+10:00</updated><title type='text'>mii-tool</title><content type='html'>&lt;a href="http://linux-ip.net/html/tools-mii-tool.html"&gt;mii-tool&lt;/a&gt; can be used to check the speed at which your &lt;a href="http://en.wikipedia.org/wiki/Ethernet"&gt;ethernet&lt;/a&gt; card is operating at under &lt;a href="http://www.linux.org"&gt;Linux&lt;/a&gt;. For example:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-family: courier new;"&gt;eth0: negotiated 100baseTx-FD flow-control, link ok&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;  product info: Intel 82555 rev 0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;  basic mode:   autonegotiation enabled&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;  basic status: autonegotiation complete, link ok&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;  capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;  advertising:  100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;  link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: courier new;"&gt;&lt;/span&gt;Above tell us the network link over at interface &lt;span style="font-family: courier new;"&gt;eth0&lt;/span&gt; is working at 100baseT speeds and FD means full-duplex.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/09/mii-tool.html' title='mii-tool'/><link rel='related' href='http://linux-ip.net/html/tools-mii-tool.html' title='mii-tool'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=115813210911058495' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115813210911058495'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115813210911058495'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-115597022773973750</id><published>2006-08-19T16:40:00.000+10:00</published><updated>2006-08-19T16:50:27.750+10:00</updated><title type='text'>HDD Recovery tricks</title><content type='html'>Due to the &lt;a href="http://ask.slashdot.org/comments.pl?sid=194486&amp;cid=15938402"&gt;way IDE drivers deal with bad sectors&lt;/a&gt; and stuff, the following tricks might be useful raising a dead or bad drive from the dead:&lt;br /&gt;&lt;a style="font-family: courier new;" href="http://ask.slashdot.org/comments.pl?sid=194486&amp;cid=15938472"&gt;&lt;blockquote&gt;dd if=/dev/hda of=/dev/hda bs=512  &lt;/blockquote&gt;&lt;/a&gt;Here is another one:&lt;br /&gt;&lt;a style="font-family: courier new;" href="http://ask.slashdot.org/comments.pl?sid=194486&amp;cid=15938141"&gt;&lt;blockquote&gt;cat /dev/urandom &amp;gt; /dev/hdb and then cat /dev/zero &amp;gt; /dev/hdb&lt;/blockquote&gt;&lt;/a&gt;Doing that a few times should get the drive to re-map any bad sectors.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/08/hdd-recovery-tricks.html' title='HDD Recovery tricks'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=115597022773973750' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115597022773973750'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115597022773973750'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-115528637647057918</id><published>2006-08-11T18:50:00.000+10:00</published><updated>2006-08-11T18:52:56.480+10:00</updated><title type='text'>Generating padded sequences with jot</title><content type='html'>Here is an example on how to generate 3 digit 0-padded numbers from 1 to 250 using &lt;a style="font-family: courier new;" href="http://developer.apple.com/documentation/Darwin/Reference/Manpages/man1/jot.1.html"&gt;jot&lt;/a&gt;:&lt;br /&gt;&lt;blockquote style="font-family: courier new;"&gt;jot -w "%.3d" 250 1 250 1&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/08/generating-padded-sequences-with-jot.html' title='Generating padded sequences with jot'/><link rel='related' href='http://developer.apple.com/documentation/Darwin/Reference/Manpages/man1/jot.1.html' title='Generating padded sequences with jot'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=115528637647057918' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115528637647057918'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115528637647057918'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-115078790923353469</id><published>2006-06-20T17:14:00.000+10:00</published><updated>2006-06-20T17:18:29.253+10:00</updated><title type='text'>KML</title><content type='html'>&lt;a href="http://earth.google.com/kml/kml_intro.html"&gt;KML&lt;/a&gt; stands for Keyhole Markup Language and is used to describe entities with in &lt;a href="http://earth.google.com/index.html"&gt;Google Earth&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/06/kml.html' title='KML'/><link rel='related' href='http://earth.google.com/kml/kml_intro.html' title='KML'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=115078790923353469' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115078790923353469'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/115078790923353469'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-114416259395179272</id><published>2006-04-05T00:54:00.000+10:00</published><updated>2006-04-05T00:56:33.966+10:00</updated><title type='text'>23</title><content type='html'>23 is the largest integer that is not the sum of distinct powers.</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/04/23.html' title='23'/><link rel='related' href='http://primes.utm.edu/curios/page.php/23.html' title='23'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=114416259395179272' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114416259395179272'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114416259395179272'/><author><name>M</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-114312325828719126</id><published>2006-03-24T01:13:00.000+11:00</published><updated>2006-03-24T01:14:18.306+11:00</updated><title type='text'>machihembras</title><content type='html'>Machihembras means "first woman, then man".&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Warning&lt;/span&gt;: site contains some nudity.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/03/machihembras.html' title='machihembras'/><link rel='related' href='http://www.usrf.org/news/010308-guevedoces.html' title='machihembras'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=114312325828719126' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114312325828719126'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114312325828719126'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-114293977611291183</id><published>2006-03-21T22:12:00.000+11:00</published><updated>2006-03-21T22:16:16.140+11:00</updated><title type='text'>Phonon</title><content type='html'>&lt;a href="http://en.wikipedia.org/wiki/Phonon"&gt;Phonon&lt;/a&gt; is a quantised mode of vibration in a rigid crystal lattice that sometimes serves to conserve the &lt;a href="http://en.wikipedia.org/wiki/Crystal_momentum"&gt;crystal momentum&lt;/a&gt; during &lt;a href="http://en.wikipedia.org/wiki/Band_gap"&gt;band-gap&lt;/a&gt; transitions of &lt;a href="http://www.wikipedia.org/wiki/electron"&gt;electrons&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/03/phonon.html' title='Phonon'/><link rel='related' href='http://en.wikipedia.org/wiki/Phonon' title='Phonon'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=114293977611291183' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114293977611291183'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114293977611291183'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-114285662895059523</id><published>2006-03-20T23:07:00.000+11:00</published><updated>2006-03-20T23:10:28.970+11:00</updated><title type='text'>Stopping iPhotos from automatically opening on photo media insertion</title><content type='html'>Run &lt;span style="font-family: courier new;"&gt;/Applications/Image Capture.app&lt;/span&gt; and in preferences, set &lt;span style="font-family: courier new;"&gt;"When a camera is connected, open" &lt;/span&gt;to &lt;span style="font-family: courier new;"&gt;"none".&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/03/stopping-iphotos-from-automatically.html' title='Stopping iPhotos from automatically opening on photo media insertion'/><link rel='related' href='http://www.macintouch.com/iphoto13.html' title='Stopping iPhotos from automatically opening on photo media insertion'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=114285662895059523' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114285662895059523'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114285662895059523'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-114259291077675914</id><published>2006-03-17T21:54:00.000+11:00</published><updated>2006-03-17T21:55:10.823+11:00</updated><title type='text'>Room 404</title><content type='html'>Room 404 does not exist at CERN. In fact room numbers at CERN is not what the "West" is used to. The first digit is the building number, the 2 following is the room number.&lt;br /&gt;&lt;br /&gt;In building 4, rooms start from 10.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/03/room-404.html' title='Room 404'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=114259291077675914' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114259291077675914'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114259291077675914'/><author><name>steve</name></author></entry><entry><id>tag:blogger.com,1999:blog-11772516.post-114220797938055623</id><published>2006-03-13T10:58:00.000+11:00</published><updated>2006-03-13T10:59:39.390+11:00</updated><title type='text'>Australian Population</title><content type='html'>On the 13th of March 2006 is projected to be 20,513,286. This is calculated using the following rates of change:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;one birth every 2 minutes and 4 seconds&lt;/li&gt;&lt;li&gt;one death every 3 minutes and 52 seconds&lt;/li&gt;&lt;li&gt;net gain of a migrant every 4 minutes and 11 seconds&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;The net change is one new person every 2 minutes and 9 seconds.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Steve</content><link rel='alternate' type='text/html' href='http://users.tpg.com.au/~sbian/2006/03/australian-population.html' title='Australian Population'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11772516&amp;postID=114220797938055623' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://users.tpg.com.au/sbian/atom.xml' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114220797938055623'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11772516/posts/default/114220797938055623'/><author><name>steve</name></author></entry></feed>
