<?xml version="1.0"?>
<!-- name="generator" content="blosxom/" -->

<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http:
//my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">

 <channel>
  <title>Wax Wolf Musings</title>
  <link>http://waxwolf.org</link>
  <description>A weblog what a wax wolf muses with.</description>
  <language>en</language>  <item>
   <title>OSCON 2011</title>
   <link>http://waxwolf.org/computers/oscon2011.html</link>
   <description><![CDATA[
<p><a href="http://www.oscon.com"><br />
<img src="http://assets.en.oreilly.com/1/event/61/oscon2011_attending_210x60.gif " width="210" height="60" border="0" alt="OSCON 2011" />
</a></p>

<p>Seems that <span class="caps">OSCON </span>moved back to Portland in 2010, right when I wasn&#39;t paying attention.  Well, then, looks like a daytrip is in order...</p> ]]></description>
  </item>  <item>
   <title>CSS and JavaScript fun</title>
   <link>http://waxwolf.org/computers/cssjavafun.html</link>
   <description><![CDATA[
<p>I learned something today.</p>

<p>When a javascript snippet to change css properties in a page -- in this case, hiding and unhiding chunks of text -- fails on both mozilla and <span class="caps">IE, </span>but works on Safari, something is screwy. Nobody says much on the web about the error generated:</p>

<blockquote> Exception ``[Exception... "Access to restricted <span class="caps">URI </span>denied" code: "1012" nsresult:...</blockquote>

<p>It turns out that the restricted <span class="caps">URI </span>involved (though nothing actually gives the <span class="caps">URI</span>) is the imported stylesheet, which lives on a different server. Even though the actual css rules I was changing were in the local html file itself, if there are any off-server css rules at all, JavaScript can&#39;t edit them. </p>

<p>So. Now you know.  (Mostly this is blogged because it was much too painful finding this out on my own. What finally tipped me off was an entry at <a href="http://slayeroffice.com/">slayeroffice</a> on the site&#39;s <span class="caps">CSS </span>viewing bookmarklet.)</p> ]]></description>
  </item>  <item>
   <title>A question to VersionTracker</title>
   <link>http://waxwolf.org/computers/screenshots.html</link>
   <description><![CDATA[
<p>Maybe I&#39;ve been spoiled by software index/archives sites like <a href="http://www.freewarepalm.com/">freewarepalm</a> and <a href="http://www.tucows.com">tucows</a> , but why for the love of Mike does <a href="http://versiontracker.com/">VersionTracker</a> , such a Macintosh-focused site, not have screenshots?</p> ]]></description>
  </item>  <item>
   <title>The monotonically decreasing blues</title>
   <link>http://waxwolf.org/computers/monotonic.html</link>
   <description><![CDATA[
<p>Actually it&#39;s the lack of monotonic decreasiness that&#39;s annoying.  The subject is progress bars - particularily installers, but also downloads.  </p>

<p>I&#39;m sure it seemed like a good idea to put an estimate of remaining time just below the bar.  But please, people, think of the users.  The numbers should not increase.  No. No. </p>

<p>Also, the numbers should bear some relation to reality.  It&#39;s just bloody annoying to see "Time remaining: Less than one minute" for over 15 minutes.</p> ]]></description>
  </item>  <item>
   <title>Total E-Clips</title>
   <link>http://waxwolf.org/computers/eclips.html</link>
   <description><![CDATA[
<p>Well, the thingy that I&#39;ve burned way too many cycles on at work is finally live.  <a href="http://duckhenge.uoregon.edu/eclips/">E-Clips</a> is a web-based news clipping collector. It uses the <a href="http://www.raelity.org/apps/blosxom/">blosxom</a> weblogging software to present the news items as they appear on the web.  Many items are automatically added from searches; this is a huge improvement, work-wise, over the old process of cutting-and-pasting news tidbits into an email.  There&#39;s also a mechanism for adding clips semi-automatically via a bookmarklet if extra items are found.</p>

<p>Many thanks to <a href="http://www.raelity.org/">Rael Dornfest</a> for blosxom and <a href="http://www.oreillynet.com/~rael/lang/perl/blagg/">blagg</a> , to <a href="http://molelog.molehill.org/blox/">Todd Larason</a> (some content <span class="caps">NSFW</span>) for his <a href="http://molelog.molehill.org/blox/Computers/Internet/Web/Blosxom/Plugins/Calendar/">calendar plugin</a> , <a href="http://www.bje.nu/">Breyten Ernsting</a> for the <a href="http://www.bje.nu/tech/web/cms/blosxom/plugins/exclude">exclude plugin</a> , and <a href="http://www.jackbaty.com/">Jack Baty</a> for <a href="http://www.jackbaty.com/apps/phpetal/">phpetal</a> .</p> ]]></description>
  </item>  <item>
   <title>One-liner shell scripts</title>
   <link>http://waxwolf.org/computers/oneliners.html</link>
   <description><![CDATA[

<p>I needed to back-date a bunch of files at work.  Each file had a date in it like "Apr 4" or "Apr 23"; the back-dating had to match that date.
<p>I ended up with two one-line shell scripts like the following:<br />
<code>
for i in *.txt ; do j=`awk 'BEGIN { do { l = getline; match($0, /Apr [0-9],/) ; s = substr($0,RSTART+4,RLENGTH-5) } while ((s !~ /[0-9]/) && (l !=0)) ; print s ; close(l)}' $i` ; if [[ $j == [0-9] ]] ; then k=`echo "2003040 $j 1100" | sed 's/ //g'` ; touch -t $k $i ; fi ;done
</code><br />
(The other matched for two digits before the comma.)
<p>I decided to do this as a shell-and-awk script because I thought doing it in perl would be too complicated. :-P
 ]]></description>
  </item>  <item>
   <title>With a little bit of luck...</title>
   <link>http://waxwolf.org/computers/livejournal.html</link>
   <description><![CDATA[
<p>I have both a <a href="http://www.livejournal.com/~taper/">livejournal</a> and a <a href="http://www.waxwolf.com/blosxom.cgi/">weblog</a> .  <br />
I like the weblog, because it uses <a href="http://www.raelity.org/apps/blosxom/">blosxom</a> , so it&#39;s easy, I can quickly post from my hiptop, and I can customize a lot. But most of my friends have livejournals and follow their friends pages.<br />
Technology makes solutions.  With any luck, this post will get sent to both.  I&#39;ve set it up so the minutiae of my site maintenance and the little quickie links won&#39;t show up on <span class="caps">LJ, </span>so that may help.  Anyway, here goes.</p> ]]></description>
  </item>  <item>
   <title>Fun with XML</title>
   <link>http://waxwolf.org/computers/xmlfun.html</link>
   <description><![CDATA[

My favorite XML namespace is Mozilla's:
<pre>
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
</pre>
 ]]></description>
  </item>  <item>
   <title>GP32: Very Very Cool</title>
   <link>http://waxwolf.org/computers/gp32.html</link>
   <description><![CDATA[
<a href="http://www.decafbad.com/blog/geek/i_want_a_gp32.html">0xDECAFBAD</a> :<br />
<blockquote>Just read a review of the <span class="caps">GP32, </span>a handheld game console I&#39;d never heard of before. Pictures of it look amazing, and the specs aren&#39;t too shabby either. Powerful enough to run emulators of a sickening array of game platforms, uses ?SmartMedia cards, support wireless multiplayer via cell phone.</blockquote>

<p>It is indeed a cool little beastie.  <a href="http://www.lik-sang.com/info.php?category=126&amp;products_id=812&amp;amp">Lik-Sang has it up at $160</a>; I don&#39;t know where to get it domestically.</p>

<p>Perhaps I should save up a bit...</p> ]]></description>
  </item>  <item>
   <title>Linux Server Hacks</title>
   <link>http://waxwolf.org/computers/linuxserverhacks.html</link>
   <description><![CDATA[
<p>I really have to recommend <amazon asin="0596004613">Linux Server Hacks</amazon>.  It&#39;s chock-full of good bits -- and any bits you don&#39;t use are tweakable to the point that they will be useful somehow or other.</p> ]]></description>
  </item>  <item>
   <title>New Linux distribution</title>
   <link>http://waxwolf.org/computers/newdist.html</link>
   <description><![CDATA[
<a href="http://www.lesbian.mine.nu/">This</a> looks like a very
interesting new distribution...
 ]]></description>
  </item>  <item>
   <title>Projector station</title>
   <link>http://waxwolf.org/computers/projector.html</link>
   <description><![CDATA[
<img src="http://www.waxwolf.com/blogimages/deskbit.jpg"
alt="a projector mounted over a drafting table" /><br />
 This is more or less what would be my ideal computer desk: a
projector putting the images on a slanted drafting table. 
<p>Mind, this is just an opaque projector and not a monitor at all,
and there would probably be problems with shadows, so a touchscreen
lcd set into the table might be better. But I&#39;m so tired of
computers being set up like
<a href="http://catb.org/esr/jargon/html/TV-Typewriters.html">TV
typewriters</a>.</p>
 ]]></description>
  </item>  <item>
   <title>911.net: Pervasive computing and geeks as firemen</title>
   <link>http://waxwolf.org/computers/brucesterling.html</link>
   <description><![CDATA[
Bruce Sterling, always an engaging writer, has [a new piece]:http://www.viridiandesign.org/notes/301-350/00324_911.net.html 
up on [Viridian]:http://www.viridiandesign.org/
now.  He draws some very interesting scenarios that can come from applying pervasive computing to the real world.

Like most of the real world, it ain't pretty.  But it would probably work.
<!-- tiki on -->
 ]]></description>
  </item>  <item>
   <title>Amazon and usable wishlists</title>
   <link>http://waxwolf.org/computers/amazon-wishiness.html</link>
   <description><![CDATA[
<!-- tiki on -->
[amazon.com]:http://amazon.com
is pretty familiar to most people who use the web.  One of the most interesting things is the wishlist feature [(here's mine)]:http://www.amazon.com/exec/obidos/registry/1XPNBZPM5DMK5/ 
.  Users can easily make a list of things they'd like to get as gifts; it's also handy as a "maybe later" arena for windows shopping--the stuff you'd want, but not want to buy just now. 

DJ Adams (yeah, the same one who wrote blosmail) has a [nifty little perl module]:http://www.pipetree.com/qmacro/art/reading/wishlistXML.html
that extracts nice XML data from Amazon's wishlist, so you can present it formatted differently, or keep your own outside list (like I do in [Readerware]:http://www.readerware.com/
.

Of course, as DJ noticed, Amazon has [web services]:http://associates.amazon.com/exec/panama/associates/join/developer/faq.html/
available that may work quite a bit better.  I should probably get an ID for this to play with.

Or maybe I should finish the palm app I'm writing for class, or the overdue languages report...
 ]]></description>
  </item>  <item>
   <title>Web fridge sim</title>
   <link>http://waxwolf.org/computers/fridgemagnets.html</link>
   <description><![CDATA[
There&#39;s long been a structure of files (currently maintained
best by Yakko at
<a href="http://www.floop.org/users/yakko/fridge/">http://www.floop.org/users/yakko/fridge/</a>
) that emulate a refrigerator. 
<p>Mark Pilgrim of
<a href="http://diveintomark.org/">http://diveintomark.org/</a> has
taken the next step: a hack that&#39;ll convert a website into faux
refrigerator magnets, for fridge poetry. See
<a href="http://diveintomark.org/archives/2003/02/18/online_magnetic_poetry.html">
http://diveintomark.org/archives/2003/02/18/online_magnetic_poetry.html</a>
for the details.</p>
 ]]></description>
  </item>  <item>
   <title>Amusement</title>
   <link>http://waxwolf.org/computers/amuseme.html</link>
   <description><![CDATA[
<a href="http://gallery.menalto.com/index.php">http://gallery.menalto.com/index.php</a>
looks like a rather nice web gallery system. I may have to try it
out. 
<p>And from
<a href="http://www.newsoftheweird.com/">http://www.newsoftheweird.com/</a>
:</p>
<blockquote>Marcos Martin Parra, 18, hit the basketball court again
in January, only six months after having his head nearly severed
from his body in a traffic collision caused by a drunken driver.
Parra&#39;s skull had been ripped from the cervical spine and neck
ligaments, leaving the head fragilely attached, only by the spinal
cord. At St. Joseph&#39;s Hospital in Phoenix, Dr. Curtis Dickman
performed first-of-a-kind surgery, which worked so well that Parra
lost only about 5 percent of his neck&#39;s range of motion. [ABC
News, 1-21-03; Arizona Republic, 11-18-02]</blockquote>
 ]]></description>
  </item>
 </channel>

</rss>
