<?xml version="1.0"?>

<!DOCTYPE rdf:RDF [
<!ENTITY % HTMLlat1 PUBLIC
 "-//W3C//ENTITIES Latin 1 for XHTML//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
%HTMLlat1;
]>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
>

  <channel rdf:about="http://www.thereisnocat.com/rss.rdf">
    <title>There Is No Cat</title>
    <link>http://www.thereisnocat.com/</link>
    <description>
      'There Is No Cat' is a weblog exploring the interests of Ralph Brandi, including, but not limited to, radio, international affairs, web site building and information architecture, the Internet in general, movies, and music.
    </description>
	<dc:creator>Ralph Brandi</dc:creator>
	<dc:publisher>Ralph Brandi</dc:publisher>
	<dc:title>There Is No Cat</dc:title>
	<dc:language>en-us</dc:language>
	<dc:rights>Copyright (c) 2002-2012, Ralph Brandi</dc:rights>

    <image rdf:resource="http://www.thereisnocat.com/images/nocatbadge.gif" />


		<items>
			<rdf:Seq>
				<rdf:li resource="http://www.thereisnocat.com/showme931.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme930.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme929.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme928.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme927.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme926.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme925.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme924.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme923.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme922.html" />
			</rdf:Seq>
		</items>


  </channel>
  
  <image rdf:about="http://www.thereisnocat.com/images/nocatbadge.gif">
    <title>There Is No Cat</title>
    <link>http://www.thereisnocat.com/</link>
    <url>http://www.thereisnocat.com/images/nocatbadge.gif</url>
  </image>
  

			<item rdf:about="http://www.thereisnocat.com/showme931.html">
				<title>Hype</title>
				<link>http://www.thereisnocat.com/showme931.html</link>
				<description>I&rsquo;ve been seeing a lot of mentions of Hype, a new web authoring tool that focuses on CSS animations and transforms, or as they call it, HTML5....</description>
				<dc:date>2011-05-21T10:36:06-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>I&rsquo;ve been seeing a lot of mentions of <a href="http://tumultco.com/hype/">Hype</a>, a new web authoring tool that focuses on CSS animations and transforms, or as they call it, HTML5. It sounded interesting; anything that makes the creation of some of the more modern CSS effects like transforms easier has my attention. They&rsquo;re not that hard to create by hand, but I don&rsquo;t create Postscript files by hand any more the way I did in the late 1980s, so it stands to reason that there will eventually be tools to make this sort of thing easier that work well. But before plunking down my thirty bucks, I did a little research into how the tool actually does what it does, looking at the example sites and reading the documentation. I&rsquo;m way too picky about my code to trust a tool like this without looking under the hood first.</p>

<p>I watched the tutorials on the site, and it appears to have a well thought out interface. If you&rsquo;ve used timeline-based animations in Flash, this won&rsquo;t look like it&rsquo;s from another planet. Beyond that, since I haven&rsquo;t actually used the software, it&rsquo;s hard to say, but my first impression on that front is positive.</p>

<p>Leaving aside the question of whether a plague of gratiuitous CSS animation is really an improvement on the long-standing plague of gratuitous Flash animations, how does the code the tool generates stand up?</p>

<p>Not well.</p>

<p>Looking at <a href="http://tumultco.com/hype/gallery/">the examples on the product&rsquo;s web site</a>, we find that the typical source code of a Hype-generated site looks something like this:</p>

<code>	&lt;div id="hoffmannaustin_hype_container" style="position:relative;overflow:hidden; width:1024px;height:690px;"&gt; 
		&lt;script type="text/javascript" src="http://static.tumultco.com/hype/gallery/&#8629; HoffmannAustin/HoffmannAustin_Resources/&#8629; hoffmannaustin_hype_generated_script.js?74512"&gt;&lt;/script&gt; 
	&lt;/div&gt; </code>
	
<p>There is almost no HTML5 in your HTML5 document.  All of the content you&rsquo;ve so laboriously animated? That lives in a Javascript created by the tool.  When Teh Googlebot comes to visit, it will see the following on a Hype-generated web site:</p>

<pre>


</pre>

<p>In other words, you won&rsquo;t show up in Google at all. Further, if you need to update your site and you&rsquo;re not near the computer where you created your Hype site, you&rsquo;re not going to be able to edit the code by hand to fix that glaring typo that one of your customers called out to you on the trade show floor.  Not that you would want to; the HTML that they&rsquo;re generating inside that Javascript is a mess, a mix of divs, spans, and (OMG!) font tags, with nary a header tag in sight. So even if they were generating actual HTML, you probably wouldn&rsquo;t want to use it, because Google would still find it a mess to parse. Years of research into search engine optimization are completely ignored here.</p>

<p>All that CSS that&rsquo;s making it easier to update your site comprehensively? It&rsquo;s all inline, totally defeating the purpose of CSS. If you want to incorporate some of the effects generated by Hype into your existing site, good luck. Hype appears to want to own your whole site.</p>

<p>But hey, you&rsquo;ll get some whizzy effects, particularly in modern browsers.</p>

<p>I&rsquo;m not averse to whizzy effects. And I figure any technological advance like this is going to be abused initially, just as early desktop publishers used way too many fonts at first, and as Flash developers made long, large, pointless splash screen animations and then tried to put a band-aid on their creations with the addition of the Skip Intro link. It&rsquo;s part of figuring out what works, and that&rsquo;s fine. Go wild. Make art. But not with Hype. Not if you&rsquo;re trying to actually accomplish something with your web site.</p>

<p>Color me unimpressed.</p>

<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/hype" rel="tag">hype</a> </p>

<p><a href="http://www.thereisnocat.com/showme931.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/931"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme930.html">
				<title>Native, Hybrid, and Web apps</title>
				<link>http://www.thereisnocat.com/showme930.html</link>
				<description>Faruk Ate&#351; has a couple of interesting posts up about the difference between web apps and native apps for mobile devices such as the iPhone, iPad, and Android-based phones and tablets....</description>
				<dc:date>2011-03-06T15:17:55-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>Faruk Ate&#351; has a couple of interesting posts up about <a href="http://farukat.es/journal/2011/03/537-native-vs-web-apps">the difference between web apps and native apps</a> for mobile devices such as the iPhone, iPad, and Android-based phones and tablets. His point is basically that <a href="http://farukat.es/journal/2011/03/539-two-more-notes-native-vs-web-applications">you can&rsquo;t (at this point) replicate the quality of experience of a native app</a> in a web-based environment. I spent a couple of months recently working on an iPad app and strongly agree with Faruk on this point. </p>

<p>The biggest problem is that the HTML/CSS/JavaScript technology stack on these devices is slower than natively-executed code. It&rsquo;s a lot slower. This is the case whether you&rsquo;re targeting Mobile Safari or using an app shell like PhoneGap, which Faruk mentions but says he hasn&rsquo;t had a chance to play with yet.  I have played with it for personal projects. The app I worked on at work was a custom hybrid app, with a crunchy Objective-C based shell surrounding chewy HTML, CSS and JavaScript. The idea was to have the shell simply provide a UIWebView window, and all the interaction would be performed within that by the JavaScript. It was incredibly difficult to get those interactions to act the way they would if they were executed by natively compiled code. There are a number of tricks you can use, taking advantage of the fact that 3D CSS transforms and opacity are hardware accelerated, but that introduced other complications, particularly around the limited memory available on the first generation iPad.</p>

<p>The tools available to debug your JavaScript are primitive at best. In Mobile Safari, there&rsquo;s the debug console, but you can&rsquo;t set breakpoints and step through the code and examine the variables to determine why things are breaking. In a hybrid app using UIWebView, you don&rsquo;t even have that. We wound up hacking something together where a JavaScript library would URL encode anything you wanted to log, then use it to create and call a URL with a custom URI scheme, which the app shell would then interpret, understand that it was a log message, and output it into the XCode debugging window.  My partner on the project, who wrote the Objective-C shell, had difficulty with the memory barriers we kept running into, as XCode doesn&rsquo;t provide much information about what&rsquo;s happening inside the UIWebView.</p>

<p>Another problem we ran into is that UIWebView didn&rsquo;t provide support for accessing orientation in JavaScript.  The window.orientation object existed, but wasn&rsquo;t updated when the screen changed; it always reported that the screen was at 0 degrees, if I recall correctly. My colleague had to provide a way for us to access that information as part of the Objective-C shell that he wrote. I found that a really puzzling omission on Apple&rsquo;s part. Note that Mobile Safari does update window.orientation properly. I think PhoneGap might also have implemented support for this to make up for Apple&rsquo;s omission.</p>

<p>The worst thing was that implementing the entire interface in HTML/CSS/Javascript wound up creating an experience where items flickered when you moved them. Drop shadows and backgrounds proved particularly problematic. Matteo Spinelli, the author of the incredibly useful but sometimes flaky <a href="http://cubiq.org/iscroll">iScroll</a>, has a post about <a href="http://cubiq.org/you-shall-not-flicker">how to avoid flickering</a> by applying hardware accelerated transforms to items that flicker, but we found that then you exacerbate the memory limitations of UIWebView.</p>

<p>My colleague and I discussed this extensively. I&rsquo;ve come to believe that there&rsquo;s a place for UIWebView in App Store apps like this, but that implementing the entire interface within one is a bad idea. The user experience just isn&rsquo;t up to the standard of a native app. And if you&rsquo;re distributing your app through the App Store, then the expectation is that your app will behave just like a native app. The user doesn&rsquo;t know how you implemented the app they just downloaded. They just expect it to work like every other app they&rsquo;ve downloaded. Unless you have a barebones interface, your hybrid app is unlikely to provide that experience.</p>

<p>I&rsquo;ve looked at a lot of apps on the iPad that distribute periodic content (like magazines and other news organizations) where the ability to use the HTML/CSS/JavaScript tech stack for periodic production tasks is a huge benefit. Very few of them seem to be implementing the entire interface with UIWebViews. The BBC News iPad app looks likely to be implementing some part of the app with UIWebView, specifically the display of articles. My colleague and I discussed how it&rsquo;s much easier to display content on the screen using a UIWebView rather than from native code. But I don&rsquo;t think the entire interface is done that way, or specifically, not all at once. It may be true that everything on the screen is drawn by a UIWebView, but it looks to me like the screen is carved up into several of them. I think the same could be said about the NPR News iPad app. Other apps seem to get around problems with rendering pages by prerendering them, which is to say, they&rsquo;re showing you pictures of words. Any app that&rsquo;s built around the <a href="http://www.adobe.com/digitalpublishing/">Adobe Digital Publishing Platform</a> is using this approach (I&rsquo;m not sure if they're using UIWebView or native calls to display the graphics, though). This bloats file sizes hugely, as can be seen by downloading an issue of Wired magazine from the App Store. And I think it&rsquo;s probably inaccessible; VoiceOver doesn&rsquo;t do text recognition in pictures.</p>

<p>There&rsquo;s definitely a place for the hybrid workflow, but you&rsquo;re not going to be able to create an identical experience with web technologies that you can with native code. Integrating a web technology-based workflow into an app requires a lot of thought, and particularly careful design that takes the limitations of the targeted device(s) into account. Throughout the development process, I kept noting that the iPad was definitely a 1.0 device, despite its iOS 3.2 pedigree.</p>

<p>User expectations are different for a web-based app. The experience of using a browser is one where network latency is common and users are not surprised to find that pages take a while to fully compose themselves on the screen.  This is even more the case when you&rsquo;re using an iPad over a 3G connection, combining the relatively slow processor with the relatively slow network connection. So the kind of interface anomalies you might see because of the relative slowness of UIWebView (as opposed to native apps) are more acceptable. You can, and should, make sure you optimize the experience by taking advantage of hardware acceleration where you can, but if things take a half second to redraw, users are more likely to find that acceptable in the context of using a mobile browser. They see that all the time. There are apps where that kind of interaction is acceptable, and that would be a good case for creating a mobile-enhanced web site/app rather than a native app. But that kind of app is terribly limited.</p>

<p>Apple initially tried to tell developers that this would be the way that all &ldquo;apps&rdquo; for the iPhone would be created. Very little happened; some people tried to follow Apple&rsquo;s direction, others went down the jailbreaking path. Neither resulted in a flood of applications. Once Apple delivered an SDK that enabled developers to take full advantage of the power of the device, we saw an explosion of apps that changed the way people use their phones.</p>

<p>One of the things that interested me most about the recent iPad 2/iOS 4.3 announcements was that Apple had ported its new-generation Nitro JavaScript engine to Mobile Safari (and presumably to UIWebView). Honestly, I was surprised that it hadn&rsquo;t been there from the start, although its absence explains a lot of what I saw. It&rsquo;s possible that these limitations will disappear as the hardware gets more powerful. But it&rsquo;s also possible that as the hardware gets more powerful, native apps will blaze the trail due to their inherent relative speed when it comes to creating new and amazing apps that just wouldn&rsquo;t be possible with the HTML/CSS/JS tech stack until a couple more hardware and/or software revisions down the road.</p>

<p>So by all means, if you have an idea that would make a good app and you think it could be implemented either as a web application or as a hybrid application, jump right in, but make sure you&rsquo;re aware of the limitations of the approach. You&rsquo;re very unlikely to replicate the native app experience from a web application, and in the hybrid approach, it&rsquo;s going to be a lot harder than you thought.</p>


<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/faruk+ate%26%23351%3B" rel="tag">faruk ate&#351;</a> <a href="http://technorati.com/tags/iPad" rel="tag">iPad</a> <a href="http://technorati.com/tags/mobile+safari" rel="tag">mobile safari</a> <a href="http://technorati.com/tags/UIWebView" rel="tag">UIWebView</a> </p>

<p><a href="http://www.thereisnocat.com/showme930.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/930"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme929.html">
				<title>Irritainment!</title>
				<link>http://www.thereisnocat.com/showme929.html</link>
				<description>Laura and I are occasional fans of irritainment, a concept promulgated by a couple of wonderfully awful videos by WFMU several years ago....</description>
				<dc:date>2010-10-31T22:51:24-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>Laura and I are occasional fans of irritainment, a concept promulgated by a couple of wonderfully awful videos by WFMU several years ago. So Laura knew I would be interested in <a href="http://www.youtube.com/watch?v=wYE0CE2wq68">this video by the Jacob Sisters</a>:</p>

<object class="photo" width="480" height="385" type="application/x-shockwave-flash" data="http://www.youtube-nocookie.com/v/wYE0CE2wq68&amp;hl=en_US&amp;fs=1?rel=0" >
<param name="movie" value="http://www.youtube-nocookie.com/v/wYE0CE2wq68&amp;hl=en_US&amp;fs=1?rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<p>Sadly, that led us to <a href="http://www.youtube.com/watch?v=5AnN-LVsILI">this video by the Jacob Sisters</a>:</p>

<object class="photo" width="480" height="385" type="application/x-shockwave-flash" data="http://www.youtube-nocookie.com/v/5AnN-LVsILI&amp;hl=en_US&amp;fs=1?rel=0" >
<param name="movie" value="http://www.youtube-nocookie.com/v/5AnN-LVsILI&amp;hl=en_US&amp;fs=1?rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<p>Truly irritaining. And number 1 in Canada!</p>

<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/jacob+sisters" rel="tag">jacob sisters</a> </p>

<p><a href="http://www.thereisnocat.com/showme929.html#comments">1 comment</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/929"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme928.html">
				<title>School night</title>
				<link>http://www.thereisnocat.com/showme928.html</link>
				<description>I did something I rarely do last night; I went out to see music on a school night....</description>
				<dc:date>2010-09-30T21:29:25-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>I did something I rarely do last night; I went out to see music on a school night. Maxwell's had a triple bill put on by WFMU: Italian fuzz-psych-garage quartet Vermillion Sands, who I had never heard of, Dump, the solo project of James McNew, bass player for Yo La Tengo, and New Zealand legends The Clean. I'll be honest, if it had just been The Clean, I probably would have stayed home, which will sound like blasphemy to some of my long-time Kiwimusiphile friends. But the real draw for me here was Dump. James doesn't come out with records very often, and he doesn't really tour Dump; he's pretty busy with his day job, after all. Dump's set was short, only 30 minutes, but it was a perfectly distilled nugget of awesomeness. His songs often start slow and build in layers, like a new wave equivalent of Steve Reich or John Adams, and that worked really well on stage, with the help of some kind of looping sampler that let him lay down the basics and add pieces gradually. I think my favorite on this was "Daily Affirmation" from Dump's most recent album, 2003's A Grown-Ass Man. It starts with about 30 seconds of chaos and gradually assembles into something that makes sense. The trip from baffling to wonderful takes about ten minutes all in all. <a href="http://www.youtube.com/watch?v=mNzd4vFYZjY">This video</a> from 2008 is pretty close to what the song sounded like last night. Ira's not the only guitar shredder in Yo La Tengo. A+.</p>

<object class="photo" width="480" height="385" type="application/x-shockwave-flash" data="http://www.youtube-nocookie.com/v/mNzd4vFYZjY&amp;hl=en_US&amp;fs=1?rel=0" >
<param name="movie" value="http://www.youtube-nocookie.com/v/mNzd4vFYZjY&amp;hl=en_US&amp;fs=1?rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<p>The Clean seemed a little off last night. I've seen them probably four times over the years, and this was easily the worst. That said, much like sex, bad Clean is better than good anything else. I don't know what the problem was. It might have been a bad mix; The Clean is a sturdy platform put up by Robert Scott (bass) and Hamish Kilgour (drums) for David Kilgour (guitars and organ) to build mountains of sound on. But there were a lot of points at which you could hardly hear David's guitar, at least where I was standing. Even when you could, it often lacked the bite of Kilgour's best guitar work. Borrowed guitar and amp, maybe? Or maybe the band's just <a href="http://www.youtube.com/watch?v=n_P6wA4fPE0">Getting Older</a>. I never expect them to be tight; the ramshackle nature of their performances is expected given that one member lives in New York and the other two in New Zealand, and usually it's charming. It didn't bother me that songs kind of fell apart at the end rather than coming to a full stop all at once. But something was just off last night. Even the encore closer, "Point That Thing Somewhere Else", wasn't the usual rouser that it is. I know the band likes to mess with their songs; I even have a copy of "Point That Thing" where the main melody is done on piano, and the bite of the song survives that. Even with all that, it was a solid B perfomance.</p>

<object class="photo" width="480" height="385" type="application/x-shockwave-flash" data="http://www.youtube-nocookie.com/v/n_P6wA4fPE0&amp;hl=en_US&amp;fs=1?rel=0" >
<param name="movie" value="http://www.youtube-nocookie.com/v/n_P6wA4fPE0&amp;hl=en_US&amp;fs=1?rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<p>Vermillion Sands, who opened, were a band I'd never heard of. I thought they did a good job winning over the crowd with their <a href="http://www.youtube.com/watch?v=kCir7fN06FQ">catchy songs</a>. I bought their CD from their singer after the show, so I must have thought they were pretty good. They'd fit right in on Little Steven's Underground Garage. B+/A-.</p>

<object class="photo" width="480" height="385" type="application/x-shockwave-flash" data="http://www.youtube-nocookie.com/v/kCir7fN06FQ&amp;hl=en_US&amp;fs=1?rel=0" >
<param name="movie" value="http://www.youtube-nocookie.com/v/kCir7fN06FQ&amp;hl=en_US&amp;fs=1?rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<p>I was dragging this morning, but made it through the day without falling asleep, so I guess I'm not as old as I felt at 6:53 this morning when I woke up (53 minutes late and I still made the last express train into the city and got to work at my usual time).</p>

<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/maxwells" rel="tag">maxwells</a> <a href="http://technorati.com/tags/the+clean" rel="tag">the clean</a> <a href="http://technorati.com/tags/vermillion+sands" rel="tag">vermillion sands</a> <a href="http://technorati.com/tags/dump" rel="tag">dump</a> <a href="http://technorati.com/tags/hoboken" rel="tag">hoboken</a> </p>

<p><a href="http://www.thereisnocat.com/showme928.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/928"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme927.html">
				<title>Karl Jansky and the birth of radio astronomy</title>
				<link>http://www.thereisnocat.com/showme927.html</link>
				<description>A friend of mine posted a link to a PDF on the web site of the National Radio Astronomy Observatory in Green Bank, West Virginia, about an attempt in the 1990s to build a replica of the original antenna used by the first radio astronomer, Karl Jansky back in the 1930s....</description>
				<dc:date>2010-08-31T21:00:15-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>A friend of mine posted a link to a PDF on the web site of the <a href="http://www.gb.nrao.edu/">National Radio Astronomy Observatory</a> in Green Bank, West Virginia, about an attempt in the 1990s to <a href="http://www.gb.nrao.edu/~fghigo/JanskyAntenna/RepeatingJansky_memo10.pdf">build a replica of the original antenna</a> used by the first radio astronomer, Karl Jansky back in the 1930s.  I happen to know a little about Jansky, because the site where he discovered / created the science of radio astronomy was at Bell Labs in Holmdel, New Jersey, where I worked for several years.  In fact, while I was the webmaster for the Bell Labs site, we posted a story about a couple of Bell Labs scientists who decided that <a href="http://www.bell-labs.com/news/1998/june/4/2.html">Jansky's work should be honored with a monument</a> at the exact location where radio astronomy was born.</p>

<p class="photo"><a href="images/IMG_0179.jpg"><img src="images/IMG_0179-sm.jpg" alt="Jansky Monument in Holmdel, New Jersey" width="400" height="300" border="0" /></a></p>

<p>The monument took the form of a stylized rendition of the original, which you can see in both of the links in the first paragraph.</p>

<p>Sadly, Bell Labs moved out of the building in Holmdel a few years ago. There have been attempts to sell the building and redevelop the huge tract of land in the middle of a very wealthy community, but they've come to naught, and the property is blocked off and basically inaccessible at this point. Back in 2007, shortly before the barriers were erected, I visited the site and took some pictures. Lucent, the corporate father of Bell Labs, had fallen on hard times, and the maintenance of a monument to their glorious corporate and scientific past at a location they didn't even want to own any more took a pretty low priority.</p>

<p class="photo"><a href="images/IMG_0178.jpg"><img src="images/IMG_0178-sm.jpg" alt="Karl Jansky Monument in Holmdel, New Jersey" width="400" height="300" border="0" /></a></p>

<p>The text of the monument reads:</p>

<blockquote>
<p>At this location in 1931, Karl Jansky, a Bell Laboratories physicist and radio researcher, recorded for the first time radio signals from beyond the Earth. The source of these signals -- radio noise at a wavelength of 14.6 meters -- was the center of our Milky Way galaxy.</p>

<p>This sculpture commemorates Jansky's discovery, first announced in 1933, which gave birth to the science of radio astronomy. The sculpture is oriented as Jansky&rsquo;s antenna was at 7:10 p.m. on September 16, 1932, at a moment of maximum signal.  As his directional antenna rotated, the center of our galaxy came into view in the direction of the constellation Sagittarius, low on the southern horizon.</p>

<p>Radio Astronomy pioneer Karl Jansky died in 1950, years before the scientific community realized the significance of his discovery. In 1973, the International Astronomical Union gave his name to the international unit of radio flux density. Jansky&rsquo;s work led to a number of breakthroughs in astronomy: the discovery of quasars, pulsars, radio galaxies, and near this site in 1964, the Nobel Prize-winning discovery by Bell Laboratories scientists of the cosmic microwave background which has revolutionized our understanding of the origin of the universe.</p>
</blockquote>

<p>It&rsquo;s sad that the monument was left to the elements and blocked by barricades. I hope that someday it will be accessible again.</p>


<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/" rel="tag"></a> <a href="http://technorati.com/tags/jansky" rel="tag">jansky</a> </p>

<p><a href="http://www.thereisnocat.com/showme927.html#comments">3 comments</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/927"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme926.html">
				<title>Youth Tunes Turning Brown and Torn in Two</title>
				<link>http://www.thereisnocat.com/showme926.html</link>
				<description>This video by Toronto&rsquo;s Little Girls for their song Youth Tunes....</description>
				<dc:date>2010-07-31T22:42:39-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>This video by Toronto&rsquo;s Little Girls for their song <cite>Youth Tunes</cite>...</p>

<object class="photo" width="480" height="385" type="application/x-shockwave-flash" data="http://www.youtube-nocookie.com/v/Q_N9GfYBgbM&amp;hl=en_US&amp;fs=1?rel=0" >
<param name="movie" value="http://www.youtube-nocookie.com/v/Q_N9GfYBgbM&amp;hl=en_US&amp;fs=1?rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<p>...always makes me think of the video Chris Knox and Alec Bathgate did for the Tall Dwarfs song <cite>Turning Brown and Torn in Two</cite></p>

<object class="photo" width="480" height="385" type="application/x-shockwave-flash" data="http://www.youtube-nocookie.com/v/tP7A1cz9r1Y&amp;hl=en_US&amp;fs=1?rel=0" >
<param name="movie" value="http://www.youtube-nocookie.com/v/tP7A1cz9r1Y&amp;hl=en_US&amp;fs=1?rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<p>That&rsquo;s only fitting, because Little Girls kind of sound like they could have been a Flying Nun band.</p>


<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/tall+dwarfs" rel="tag">tall dwarfs</a> <a href="http://technorati.com/tags/little+girls" rel="tag">little girls</a> </p>

<p><a href="http://www.thereisnocat.com/showme926.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/926"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme925.html">
				<title>Japandroids</title>
				<link>http://www.thereisnocat.com/showme925.html</link>
				<description>You hear the band name &ldquo;Japandroids&rdquo;, maybe you think &ldquo;Haircut 100 Tribute Band&rdquo;? Something like that....</description>
				<dc:date>2010-06-30T21:46:02-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>You hear the band name &ldquo;Japandroids&rdquo;, maybe you think &ldquo;Haircut 100 Tribute Band&rdquo;? Something like that. Definitely an 80s synth-pop thing going on here.</p>

<p>Uh-uh.</p>

<p>Think more along the lines of classic NZ noisemeisters Bailter Space, shimmering waves of melodic noise. Great stuff. In <a href="http://www.youtube.com/watch?v=j3UKNHcq798" title="Japandroids cover Racer X">this video</a> from KEXP, they take Big Black's classic &ldquo;Racer X&rdquo; and make it their own.</p>

<object class="photo" width="480" height="385" type="application/x-shockwave-flash" data="http://www.youtube-nocookie.com/v/j3UKNHcq798&amp;hl=en_US&amp;fs=1?rel=0" >
<param name="movie" value="http://www.youtube-nocookie.com/v/j3UKNHcq798&amp;hl=en_US&amp;fs=1?rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<p>They&rsquo;re currently <a href="http://www.polyvinylrecords.com/tours/index.php?artistID=610&amp;includePastShows=0">touring the world</a> and releasing a single every two months that includes an interesting cover on the B-side. The first one, which had Racer X on it, is sold out, but <a href="http://www.polyvinylrecords.com/store/index.php?id=1182">you can get their new Younger Us single</a> b/w a cover of X&rsquo;s &ldquo;<a href="http://www.last.fm/music/Japandroids/_/Sex+and+Dying+in+High+Society">Sex and Dying in High Society</a>&rdquo;. While you&rsquo;re there, feel free to buy their two albums as well. Great stuff.</p>

<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/japandroids" rel="tag">japandroids</a> <a href="http://technorati.com/tags/bigblack" rel="tag">bigblack</a> <a href="http://technorati.com/tags/racerx" rel="tag">racerx</a> </p>

<p><a href="http://www.thereisnocat.com/showme925.html#comments">3 comments</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/925"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme924.html">
				<title>Robot Ponies</title>
				<link>http://www.thereisnocat.com/showme924.html</link>
				<description>I've been spending more time than usual on YouTube lately thanks to my new iPad....</description>
				<dc:date>2010-05-31T21:58:51-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>I've been spending more time than usual on YouTube lately thanks to my new iPad. One of the <a href="http://www.youtube.com/watch?v=gHK7XLBhsdM">most amazing music videos</a> I've found is for <a href="http://paperbagrecords.com/artists/laura-barrett">Laura Barrett</a>'s song Robot Ponies. My musical hero John Peel always said "I just want to hear something I've never heard before."  This song definitely qualifies.</p>

<object class="photo" width="480" height="385" type="application/x-shockwave-flash" data="http://www.youtube.com/v/gHK7XLBhsdM&amp;hl=en_US&amp;fs=1" >
<param name="movie" value="http://www.youtube.com/v/gHK7XLBhsdM&amp;hl=en_US&amp;fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/music+ponies+laurabarrett" rel="tag">music ponies laurabarrett</a> </p>

<p><a href="http://www.thereisnocat.com/showme924.html#comments">2 comments</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/924"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme923.html">
				<title>Too Many Days</title>
				<link>http://www.thereisnocat.com/showme923.html</link>
				<description>There are too many photo days all clustered up at nearly the same time....</description>
				<dc:date>2010-04-30T21:46:50-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>There are too many photo days all clustered up at nearly the same time. Last Sunday was <a href="http://www.pinholeday.org/">Pinhole Day</a>. I took my new Gakken Stereo Pinhole Camera out for a spin. This weekend, being May 1st, is <a href="http://www.flickr.com/groups/1060189@N22/">International Commie Camera Day 2010</a>.  I hope to take my Kiev 88cm and Kiev II out for the day.  Next week is <a href="http://www.flickr.com/groups/polaroidweek2010/">&rsquo;Roid Week</a>. I have plenty of Polaroid cameras to use for that, although I should probably repair my 250, which has a few tiny pinholes in it; the light leaks only tend to show up when I use 3000 speed film in daylight, though.</p>

<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/pinhole" rel="tag">pinhole</a> <a href="http://technorati.com/tags/communism" rel="tag">communism</a> <a href="http://technorati.com/tags/kiev" rel="tag">kiev</a> <a href="http://technorati.com/tags/polaroid" rel="tag">polaroid</a> <a href="http://technorati.com/tags/photography" rel="tag">photography</a> </p>

<p><a href="http://www.thereisnocat.com/showme923.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/923"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme922.html">
				<title>Silver Shade</title>
				<link>http://www.thereisnocat.com/showme922.html</link>
				<description>The Impossible Project did it; they released new film for Polaroid cameras....</description>
				<dc:date>2010-03-31T20:49:02-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p><a href="http://www.the-impossible-project.com/">The Impossible Project</a> did it; they released new film for Polaroid cameras. The first film out is for SX-70-style cameras only; good thing I have three of those (two actual SX-70s and a OneStep). They'll be releasing 600 and Spectra style films over the next several months. The 600 is supposedly a more traditional black and white film, unlike the <a href="http://www.the-impossible-project.com/projects/pxfilm">PX100</a>, which has a kind of sepia tone. It also seems pretty picky; you need to protect it from sunlight, you need to develop in a narrow range of temperatures, and so on. Still, I've seen some <a href="http://www.flickr.com/groups/px100/">pretty interesting shots so far on Flickr</a>. I ordered five packs of the PX100 on the day it became available, so hopefully I'll have it soon.</p><p><a href="http://www.thereisnocat.com/showme922.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/922"/>
			</item>


</rdf:RDF>


