<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SlowNews &#8211; Blue Sky On Mars</title>
	<atom:link href="http://www.blueskyonmars.com/category/slownews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueskyonmars.com</link>
	<description>Kevin Dangoor on Software Development and More</description>
	<lastBuildDate>Sun, 30 Apr 2017 18:33:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.4</generator>
	<item>
		<title>Seen on Mars #2</title>
		<link>http://www.blueskyonmars.com/2012/08/08/seen-on-mars-2/</link>
		<pubDate>Wed, 08 Aug 2012 14:00:29 +0000</pubDate>
		<dc:creator><![CDATA[Kevin Dangoor]]></dc:creator>
				<category><![CDATA[SlowNews]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/?p=2924</guid>
		<description><![CDATA[Update: on Google+, Aaron Shaver points out that there was nothing from Mars in this post! D&#8217;oh! In a week filled with news from Mars, on a blog with &#8220;Mars&#8221; in the name, I really have to include something. So, here we go: did the Curiosity rover photograph the crash landing of the spacecraft that &#8230; <a href="http://www.blueskyonmars.com/2012/08/08/seen-on-mars-2/" class="more-link">Continue reading <span class="screen-reader-text">Seen on Mars #2</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Update:</strong> on Google+, <a href="https://plus.google.com/113027790166600260439/posts">Aaron Shaver points out</a> that there was nothing from Mars in this post! D&#8217;oh! In a week filled with news from Mars, on a blog with &#8220;Mars&#8221; in the name, I really have to include <em>something</em>. So, here we go: <a href="http://www.latimes.com/news/science/la-sci-0808-mars-curiosity-photo-crash-20120808,0,7688352.story">did the Curiosity rover photograph the crash landing of the spacecraft that took it to Mars</a>?</p>
<p><img class="alignnone" title="Curiosity possible explosion photo" src="http://www.trbimg.com/img-5021f0e4/turbine/la-me-mars.jpg-20120807/600" alt="" width="510" height="510" /></p>
<p>I now return to the previously written post:</p>
<p>This week, I managed to keep my link gathering going, but I didn&#8217;t do as good a job cross-posting these links to Twitter and G+. I&#8217;ll figure out a better way to do it.</p>
<p>One thing that may make this all a bit easier is that if I find myself reading something on the iPad and want to quickly write something for this post or Twitter, I can just grab my keyboard. I just picked up a <a href="http://www.amazon.com/gp/product/B007VL8Y2C/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B007VL8Y2C&amp;linkCode=as2&amp;tag=blueskyonmars-20">Logitech K760 keyboard</a> (Amazon affiliate link) which allows me to easily switch between typing on my Mac and typing on my iPad.</p>
<p>This will also make taking notes on my iPad easier. Why take notes on an iPad specifically? Because it enables doodling! Alma Hoffman wrote a good article about <a href="http://www.smashingmagazine.com/2012/08/03/i-draw-pictures-all-day/">the value of doodling and drawing pictures</a> in general.</p>
<h2>Web Development</h2>
<p><a title="" href="http://coding.smashingmagazine.com/2012/07/27/journey-through-the-javascript-mvc-jungle/" target="_self">Addy Osmani wrote an epic article for Smashing Magazine that introduces JavaScript MVC frameworks, the TodoMVC project for quickly comparing the framework styles, various criteria you can use to evaluate the choices, guidelines on which framework to use when, quotes from people who are users are the various frameworks and thoughts about tools beyond just MVC</a>. If you&#8217;re wrestling with non-trivial JavaScript applications, you really should check this out.</p>
<p>A quick rundown from Steven Sanderson of Knockout.js on <a href="http://blog.stevensanderson.com/2012/08/01/rich-javascript-applications-the-seven-frameworks-throne-of-js-2012/">the 7 front-end libraries/frameworks</a> represented at the Throne of JS. Good reading, if you&#8217;re curious about how these libraries are similar and different.</p>
<p><a title="" href="http://mcc.id.au/blog/2012/08/supports" target="_self">Firefox adds supports for @supports in CSS</a>. This most excellent new feature is like <a title="" href="http://modernizr.com/" target="_self">Modernizr</a>&#8216;s CSS bits built straight in CSS. Paul Irish even reports that Modernizr will use the proposed JS version of supports CSS. Apply different CSS depending on what the browser supports.</p>
<p>Daniel Buchner has code that lets you watch for <a title="" href="http://www.backalleycoder.com/2012/08/06/css-selector-listeners/" target="_self">DOM mutations that match a given CSS selector</a>. The cool thing about this approach is that it uses the browser&#8217;s own machinery to do the matching, rather than a bunch of custom (and slow) JavaScript.</p>
<p><a title="" href="http://antennasoft.net/robcee/2012/08/03/webconsoles-convenience-function-queryselector/" target="_self">Rob Campbell wrote about the $() function</a> that comes for free in the browser consoles. Following Firebug&#8217;s lead, $() performs a document.getElementById, which is not super useful. After some discussion, Firefox Nightly has already switched to using $() for document.querySelector. ($$() remains document.querySelectorAll).</p>
<p>Want to give Firefox OS (Boot2Gecko) a try? It&#8217;s not yet for the faint of heart, but Jeff Griffiths gives the details on <a title="" href="http://canuckistani.ca/blog/2012/08/02/running-b2g-desktop-all-over-the-place/" target="_self">trying it out on your desktop machine</a>.</p>
<p><a href="https://github.com/hakimel/reveal.js">Reveal.js</a> is a nice looking (yet another) HTML5 presentation library.</p>
<p>Considered tinkering with Go? Jeff Wendling wrote a detailed, <a href="http://shadynasty.biz/blog/2012/07/30/quick-and-clean-in-go/">step-by-step rundown of building a 1997-esque guestbook</a> with Go.</p>
<p>Finally, in case you missed it, I wrote about <a href="http://www.blueskyonmars.com/2012/08/06/editing-html-in-the-browser/">live editing of HTML in the browser</a> and the hurdle that I think we need to overcome to get there: templates.</p>
<h2>Other Geekery</h2>
<p><a title="" href="https://tindie.com/" target="_self">Tindle</a> is a site where people can sell their electronic creations. There are some neat looking kits there!</p>
<p>&nbsp;</p>
<div id="blogsy_footer" style="text-align: right; font-size: small; clear: both;"><a href="http://blogsyapp.com" target="_blank"><img style="vertical-align: middle; margin-right: 5px;" src="http://blogsyapp.com/images/blogsy_footer_icon.png" alt="Posted with Blogsy" width="20" height="20" />Posted with Blogsy</a></div>
]]></content:encoded>
			</item>
		<item>
		<title>Seen on Mars #1</title>
		<link>http://www.blueskyonmars.com/2012/08/01/seen-on-mars-1/</link>
		<pubDate>Wed, 01 Aug 2012 14:00:22 +0000</pubDate>
		<dc:creator><![CDATA[Kevin Dangoor]]></dc:creator>
				<category><![CDATA[SlowNews]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/?p=2913</guid>
		<description><![CDATA[Back in control Recently, I&#8217;ve seen a fair number of articles where people are complaining about having the data under the control of one for-profit entity or another. That tension will always be there. One thing I can control, though, is this blog. With better software than I&#8217;ve had in the past, I hope to &#8230; <a href="http://www.blueskyonmars.com/2012/08/01/seen-on-mars-1/" class="more-link">Continue reading <span class="screen-reader-text">Seen on Mars #1</span></a>]]></description>
				<content:encoded><![CDATA[<h2>Back in control</h2>
<p>Recently, I&#8217;ve seen a fair number of articles where people are complaining about having the data under the control of one for-profit entity or another. That tension will always be there. One thing I can control, though, is this blog. With better software than I&#8217;ve had in the past, I hope to maintain my interesting sets of links (with commentary) on my blog in addition to Twitter and G+.</p>
<h2>Software Development</h2>
<p>The new Montage framework from Motorola Mobility has some awesome ideas in it. Ars Technica has <a href="http://arstechnica.com/information-technology/2012/07/ninja-power-open-source-html5-toolset-hopes-to-unleash-the-web/">posted an introduction by the framework&#8217;s creators</a>. The article also talks about Ninja and Screening, which are visual tools for building and testing Montage apps.</p>
<p>The Google Summer of Code project to build a graphical event timeline for Firefox is <a title="" href="http://grssam.com/2012/07/graphical-timeline-add-on-for-firefox-released/" target="_self">progressing nicely indeed</a>. You can download the add-on now.</p>
<p>Parashuram Narasimhan shows us how we can get going with IndexedDB today on browsers that don&#8217;t support it using <a href="https://hacks.mozilla.org/2012/07/using-indexeddb-api-today-the-indexeddb-polyfills/?utm_source=html5weekly&amp;utm_medium=email">IndexedDB polyfills</a>.</p>
<p><a title="" href="https://github.com/benschwarz/metaquery" target="_self">Metaquery</a> is an interesting approach to breakpoints in web design. Of course, not everyone thinks breakpoints are the right approach, but this is still an interesting library.</p>
<p>Firefox add-ons have been <a title="" href="http://blog.mozilla.org/addons/2012/07/26/firefox-add-ons-cross-more-than-3-billion-downloads/" target="_self">downloaded 3 billion times now</a>. Firebug has nearly 50 million downloads. And those figures are from addons.mozilla.org alone. I know for certain that a significant number of Firebug downloads have come straight from the Firebug site.</p>
<p>Speaking of Firebug, did you know that you can <a title="" href="http://www.softwareishard.com/blog/firebug/firebug-tip-conditional-breakpoints/" target="_self">set conditional breakpoints not only for JavaScript but for XHR and even cookies</a> as well?</p>
<p>Lea Verou has <a href="http://lea.verou.me/2012/07/introducing-prism-an-awesome-new-syntax-highlighter/">introduced Prism</a>, the new JavaScript syntax highlighting library that she extracted from her <a href="http://dabblet.com/">Dabblet</a> project.</p>
<p><a href="http://weasyprint.org/">WeasyPrint</a> converts HTML/CSS (including print styles) to beautiful PDFs (well, assuming your original HTML/CSS was beautiful!). Unlike PrinceXML, WeasyPrint is free (BSD-licensed).</p>
<p><a href="http://www.raywenderlich.com/14793/how-to-make-a-game-like-cut-the-rope-part-1">How to make a game like Cut the Rope</a>. I wonder if a tutorial like this exists for the web? I enjoy Cut the Rope, personally.</p>
<h2>Other tech</h2>
<p>Ed Bott finds <a title="" href="http://www.zdnet.com/microsofts-radical-new-business-plan-is-hidden-in-plain-sight-7000001750/" target="_self">Microsoft&#8217;s new strategy</a> laid out in MSFT&#8217;s 10-K. This is a bold shift for Microsoft. It&#8217;s hard to imagine Microsoft as the underdog, but to some extent that&#8217;s the position they find themselves in.</p>
<h2>Mac</h2>
<p><a title="" href="https://github.com/mathiasbynens/dotfiles/blob/master/.osx?os-x-10.8" target="_self">Better Mac OS defaults for geeks</a> that I will likely not use all of, but there are a bunch of useful settings in here.</p>
<p>&nbsp;</p>
<div id="blogsy_footer" style="text-align: right; font-size: small; clear: both;"><a href="http://blogsyapp.com" target="_blank"><img style="vertical-align: middle; margin-right: 5px;" src="http://blogsyapp.com/images/blogsy_footer_icon.png" alt="Posted with Blogsy" width="20" height="20" />Posted with Blogsy</a></div>
]]></content:encoded>
			</item>
		<item>
		<title>Ending SlowNews Experiment #1</title>
		<link>http://www.blueskyonmars.com/2010/02/23/ending-slownews-experiment-1/</link>
		<pubDate>Tue, 23 Feb 2010 14:01:00 +0000</pubDate>
		<dc:creator><![CDATA[Kevin Dangoor]]></dc:creator>
				<category><![CDATA[SlowNews]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/2010/02/23/ending-slownews-experiment-1/</guid>
		<description><![CDATA[The great thing about experiments is that they teach you things. Trying something and having it not work is not a failure. It&#8217;s information. I still believe in what I said in my &#8220;What is SlowNews?&#8221; post: the move toward real-time random links and news is a bad move, in general. That basic part of &#8230; <a href="http://www.blueskyonmars.com/2010/02/23/ending-slownews-experiment-1/" class="more-link">Continue reading <span class="screen-reader-text">Ending SlowNews Experiment #1</span></a>]]></description>
				<content:encoded><![CDATA[<p>The great thing about experiments is that they teach you things. Trying something and having it not work is not a failure. It&#8217;s <i>information.</i></p>
<p>I still believe in what I said in my <a href="http://www.blueskyonmars.com/2010/01/26/what-is-slownews/">&#8220;What is SlowNews?&#8221;</a> post: the move toward real-time random links and news is a bad move, in general. That basic part of the experiment is not why I&#8217;m dropping my weekly SlowNews posts.</p>
<p>This blog is more than 8 years old, and I&#8217;ve always posted to it <i>for myself</i>. I&#8217;ve posted thoughts that I wanted to work out in writing. I&#8217;ve posted things that I wanted to share because I thought they could help people. I&#8217;ve posted about things that I thought were interesting and worthy of additional commentary. I thought these SlowNews postings would fit in that latter category.</p>
<p>But, I haven&#8217;t particularly enjoyed putting those posts together in the format I&#8217;ve been doing. While it is a chance to reflect on the happenings of the week, what I&#8217;ve done so far has felt too random. There&#8217;s too little narrative. So, for now, SlowNews goes back onto the idea shelf, waiting for a better implementation.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=01bbc9c6-054c-85e5-9586-95e5726b45b3" /></div>
]]></content:encoded>
			</item>
		<item>
		<title>SlowNews: Declarative Events in JS, Redis, Mono, Facebook x2</title>
		<link>http://www.blueskyonmars.com/2010/02/23/slownews-declarative-events-in-js-redis-mono-facebook-x2/</link>
		<pubDate>Tue, 23 Feb 2010 14:00:37 +0000</pubDate>
		<dc:creator><![CDATA[Kevin Dangoor]]></dc:creator>
				<category><![CDATA[SlowNews]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/?p=2722</guid>
		<description><![CDATA[Ending This SlowNews Experiment This is the last issue of this SlowNews format. I may or may not try a new format. I&#8217;ve written a bit more about why. Reactive JavaScript: Declarative Programming for Events When a problem space is well understood, adding declarative forms can really save on a lot of work. Here&#8217;s an &#8230; <a href="http://www.blueskyonmars.com/2010/02/23/slownews-declarative-events-in-js-redis-mono-facebook-x2/" class="more-link">Continue reading <span class="screen-reader-text">SlowNews: Declarative Events in JS, Redis, Mono, Facebook x2</span></a>]]></description>
				<content:encoded><![CDATA[<h2>Ending <em>This</em> SlowNews Experiment</h2>
<p>This is the last issue of this SlowNews format. I may or may not try a new format. I&#8217;ve written <a href="http://www.blueskyonmars.com/2010/02/23/ending-slownews-experiment-1/">a bit more about why</a>.</p>
<h2>Reactive JavaScript: Declarative Programming for Events</h2>
<p>When a problem space is well understood, adding declarative forms can really save on a lot of work. Here&#8217;s an <a href="http://codebetter.com/blogs/matthew.podwysocki/archive/2010/02/16/introduction-to-the-reactive-extensions-to-javascript.aspx">interesting look at the Reactive Extensions to JavaScript</a>, created by the team at Microsoft that creative the <a href="http://msdn.microsoft.com/en-us/devlabs/ee794896.aspx">Reactive Extensions for .NET</a>. I didn&#8217;t find the syntax there appealing, but the ideas are interesting. The <a href="http://www.flapjax-lang.org/">Flapjax</a> project provides a nicer looking syntax, but requires a compilation step to pure JS (the compiler is written in JS and can run in the browser). I like the Flapjax tutorial reference to spreadsheets, because spreadsheets provide a great model for certain kinds of declarative work and tying declarative structures with additional imperative programming is very powerful. One of the reasons we chose <a href="http://sproutcore.com/">SproutCore</a> for Bespin is the ability to bind views directly to data so that the two automatically stay in sync.</p>
<h2>A Collection of Redis Use Cases</h2>
<p>Mathias Meyer&#8217;s <a href="http://www.paperplanes.de/2010/2/16/a_collection_of_redis_use_cases.html">Collection of Redis Use Cases</a> provides a great collection of examples to give you an idea of where you might apply <a href="http://code.google.com/p/redis/">Redis</a> in your own applications. In the &#8220;Not Only SQL&#8221; movement, Redis is a good tool to have in your toolbox.</p>
<h2>Using node.js To Bootstrap a Server from Client Code</h2>
<p>Dion Almaer wrote up the experience he and Ben Galbraith had <a href="http://almaer.com/blog/building-an-web-application-from-the-inside-out-using-node-js-to-bootstrap-a-server-from-client-js?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+dion+%28techno.blog%28%22Dion%22%29%29">in creating</a> the <a href="http://projectappetite.com/">Project Appetite</a> site for Palm WebOS developers. Following the modern style of having the client do presentation and the web server just providing an API, they could work on client and server independently. It turns out that a quick way to get a server up and running was just to reuse client-side code on the server (in this case, using <a href="http://nodejs.org/">node.js</a>).</p>
<h2>Harmony: JavaScript Testing in Ruby</h2>
<p><a href="http://github.com/mynyml/harmony">Harmony</a> takes advantage of <a href="http://github.com/jbarnette/johnson/">Johnson</a>, a Ruby to JavaScript bridge and lets you write unit tests for your JavaScript code in Ruby. It&#8217;s not unreasonable to ask <em>why</em>, given that you can write the tests for your JavaScript code in, say, JavaScript&#8230; but, on first glance to me, the benefit here would seem to be that you can test server and client bits together conveniently.</p>
<h2>Making Facebook 2x Faster</h2>
<p>Jason Sobel gives the rundown on a 2009 project to <a href="http://www.facebook.com/note.php?note_id=307069903919">make Facebook&#8217;s pages load twice as fast</a>. This is a good account of what it can take to make a speedy site.</p>
<h2>Thoughtworkers Subjective Impressions of VCS</h2>
<p>Having trouble picking a version control system (VCS) for your next project? Martin Fowler has posted <a href="http://martinfowler.com/bliki/VersionControlTools.html">some general impressions</a> that Thoughtworks people have picked up while working on client projects. I&#8217;ve worked on a variety of projects using a variety of tools (RCS, CVS, ClearCase, Subversion, Bazaar-NG, Mercurial, Git) and Martin&#8217;s roundup meshes pretty well with my own impressions.</p>
<h2>Canviz: graphviz on Canvas</h2>
<p>Need to produce a directed graph? Only care about the <a href="http://code.google.com/p/canviz/wiki/Browsers">&#8220;modern&#8221; browsers</a>? Then <a href="http://www.ryandesign.com/canviz/">canviz</a> is for you! <a href="http://code.google.com/p/canviz/">Canviz is open source</a> (MIT license) and lets you create a variety of graphs just as you can with the <a href="http://www.graphviz.org/">graphviz</a> project, but entirely client side.</p>
<h2>HTML5 Web Sockets Spec Reimagined</h2>
<p>Tim Bray <a href="http://www.tbray.org/ongoing/When/201x/2010/02/15/HTML5">dove into the HTML5 spec</a> and found a number of new features that he liked. He also went deep on the Web Sockets spec in particular, going so far as to produce an <a href="http://www.tbray.org/drafts/wsock-00">alternate version of the spec</a> to make things clearer. Looking at Tim&#8217;s alternate, there&#8217;s a lot that he left alone.</p>
<h2>State of Mono</h2>
<p>Miguel de Icaza has written up an overview of <a href="http://tirania.org/blog/archive/2010/Feb-17.html">what&#8217;s been going on with the Mono project</a>. It looks to me like the Mono platform is still evolving quite nicely. If you happen to be near Ann Arbor on Thursday, February 25th, you can learn about the state of .NET web development at the <a href="http://a2div.com/">a2 </a></p>
<div>meeting.</p>
<h2>10 Online Code Editors</h2>
<p>There has been a lot of development in web-based code editors, and I think this space will just get busier as time goes on. Here&#8217;s a roundup of <a href="http://www.catswhocode.com/blog/10-useful-online-code-editors">10 online code editors</a>, including screenshots. ObDisclaimer: I&#8217;m the project lead for <a href="https://mozillalabs.com/bespin/">Bespin</a>.</p>
<h2>Interesting Releases</h2>
<ul>
<li><a href="http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.0.txt">git 1.7</a></li>
<li><a href="http://razorjack.net/quicksand/">jQuery Quicksand plugin</a> &#8211; nice visual effect for filtering and sorting</li>
<li><a href="http://code.google.com/p/zen-coding/wiki/Changelog">Zen Coding 0.6</a> &#8211; adds filters, new editor support and a bunch of other features</li>
</ul>
<h2>&gt; list<br />
11 goto 11</h2>
<p>Top 11 ways to deploy a website</p>
<p>11. <a href="http://samba.anu.edu.au/rsync/">rsync</a><br />
10. <a href="http://labs.peritor.com/webistrano">Webistrano</a><br />
1. <a href="http://renesd.blogspot.com/2010/02/secret-to-my-web-development.html">Your foot!</a></p>
</div>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=c026fe09-9c9f-877e-b199-90661aba1f68" alt="" /></div>
]]></content:encoded>
			</item>
		<item>
		<title>SlowNews: IM in JS, XHP, ePub</title>
		<link>http://www.blueskyonmars.com/2010/02/16/slownews-im-in-js-xhp-epub/</link>
		<pubDate>Tue, 16 Feb 2010 14:00:43 +0000</pubDate>
		<dc:creator><![CDATA[Kevin Dangoor]]></dc:creator>
				<category><![CDATA[SlowNews]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/?p=2717</guid>
		<description><![CDATA[Ajax IM: Open Source IM, Totally JavaScript The MIT-licensed Ajax IM library lets you add instant messaging to your site and features a new node.js server side. This is certainly a good use for an async framework like node! The one thing I noticed while sitting on their site is that it has an unpleasant &#8230; <a href="http://www.blueskyonmars.com/2010/02/16/slownews-im-in-js-xhp-epub/" class="more-link">Continue reading <span class="screen-reader-text">SlowNews: IM in JS, XHP, ePub</span></a>]]></description>
				<content:encoded><![CDATA[<h2>Ajax IM: Open Source IM, Totally JavaScript</h2>
<p>The MIT-licensed <a href="http://ajaxim.com/">Ajax IM</a> library lets you add instant messaging to your site and features a new <a href="http://nodejs.org/">node.js</a> server side. This is certainly a good use for an async framework like node! The one thing I noticed while sitting on their site is that it has an unpleasant way of tacking things onto your browser&#8217;s history without actually going anywhere. Should you want to roll your own messaging, you could fire up <a href="http://github.com/jcoglan/faye">Faye</a> on node.js and use your favorite <a href="http://api.dojotoolkit.org/jsdoc/1.3.2/dojox.cometd">Bayeux client side library</a>.</p>
<h2>XHP: E4X for PHP</h2>
<p>Did you know that some implementations of ECMAScript allow you to <a href="http://en.wikipedia.org/wiki/ECMAScript_for_XML">embed XML right in your JavaScript</a>? I&#8217;d imagine many people don&#8217;t, because folks in the &#8220;real world&#8221; need to make sites that run on IE. Well, if you&#8217;ve been pining for the ability to embed XML right there in your code, or if you&#8217;ve been looking for a chance to turn PHP inside out, you&#8217;re going to love <a href="http://www.facebook.com/notes/facebook-engineering/xhp-a-new-way-to-write-php/294003943919">XHP</a>, which Facebook recently open sourced. At the very least, you&#8217;ll go read about it and then <a href="http://toys.lerdorf.com/archives/54-A-quick-look-at-XHP.html">learn about XHP&#8217;s implementation performance characteristics</a> from none other than Rasmus himself.</p>
<h2>wtfjs</h2>
<p>OK, so I&#8217;m a well-known booster of JavaScript. But, you&#8217;ll never hear me say that it&#8217;s perfect. <em>Every</em> language has its warts, and <a href="http://wtfjs.com/">wtfjs</a> has an enjoyable collection of JavaScript&#8217;s.</p>
<h2>LESS.app Now With Automatically More Less</h2>
<p><a href="http://incident57.com/less/">LESS.app</a> lets Mac users write their CSS in <a href="http://lesscss.org/">LESS</a> and have that LESS automatically turned into valid CSS as they work. Languages like LESS are cool, because they have an opportunity to influence how the actual standards will evolve.</p>
<h2>ePub in JavaScript</h2>
<p>The ePub standard looks to be gaining serious momentum as an ebook format, albeit without the support of the <a href="http://www.amazon.com/gp/product/B0015T963C?ie=UTF8&amp;tag=blueskyonmars-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0015T963C">top selling ebook reader</a> to date. There has been a good bit of work done to create usable ePub readers in JavaScript, and Michael Mahemoff has <a href="http://ajaxian.com/archives/javascript-epub-readers">a good roundup</a> over at Ajaxian.</p>
<h2>&gt; list<br />
11 goto 11</h2>
<p>Top 11 JavaScript Features (from wtfjs)</p>
<p>11. <code>"string" instanceof String; // false.</code><br />
10. <code>typeof NaN // number, of course.</code><br />
1.</p>
<pre>(function(){
  var x = y = 1;
})();
alert(x); // undefined
alert(y); // 1 -- oops, auto-global!
</pre>
]]></content:encoded>
			</item>
		<item>
		<title>SlowNews: HipHop, Redis, Riak, Weave, Homebrew</title>
		<link>http://www.blueskyonmars.com/2010/02/09/slownews3/</link>
		<pubDate>Tue, 09 Feb 2010 14:00:28 +0000</pubDate>
		<dc:creator><![CDATA[Kevin Dangoor]]></dc:creator>
				<category><![CDATA[SlowNews]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/?p=2710</guid>
		<description><![CDATA[HipHop Compiles PHP to C++ What do you do if you have to serve up 400 billion PHP page views a month? You don&#8217;t, because you&#8217;re not Facebook. But, for Facebook speeding things up can make a real difference on their compute costs. Their newly open sourced tool HipHop translates PHP to C++ and then &#8230; <a href="http://www.blueskyonmars.com/2010/02/09/slownews3/" class="more-link">Continue reading <span class="screen-reader-text">SlowNews: HipHop, Redis, Riak, Weave, Homebrew</span></a>]]></description>
				<content:encoded><![CDATA[<h2>HipHop Compiles PHP to C++</h2>
<p>What do you do if you have to serve up 400 billion PHP page views a month? <em>You don&#8217;t</em>, because you&#8217;re not Facebook. But, for Facebook speeding things up can make a real difference on their compute costs. Their <a href="http://developers.facebook.com/news.php?blog=1&amp;story=358">newly open sourced tool</a> <a href="http://github.com/facebook/hiphop-php/wikis">HipHop</a> translates PHP to C++ and then compiles the result with g++. Net benefit? Apparently 50% less CPU usage. Nice!</p>
<p>Also, check out Paul Biggar&#8217;s take on PHP compilation and <a href="http://blog.paulbiggar.com/archive/a-rant-about-php-compilers-in-general-and-hiphop-in-particular/">how HipHop impacts the phc project</a>.</p>
<h2>Mozilla Weave Hits 1.0, Adds Developer APIs</h2>
<p>The Mozilla Weave project recently <a href="http://mozillalabs.com/weave/2010/01/28/synchronize-your-firefox-experience-across-desktop-and-mobile/">shipped 1.0</a> of their Firefox extension that synchronizes information (securely and privately) between your browsers. This week, the Weave team has <a href="http://mozillalabs.com/weave/2010/02/05/weave-sync-new-apis-and-resources-for-developers/">announced Python and JavaScript client libraries and APIs in general </a>for accessing this data. They have web-based and iPhone clients as prototypes, which is really cool. Personally, I find the identity aspects to Weave very interesting and hope to see more experimentation and implementation of identity directly in the browser (how many more username and password systems do <em>you</em> want to implement?)</p>
<p>Disclaimer: I work for Mozilla Labs.</p>
<h2>Redis Goes Beyond RAM</h2>
<p>Redis is a very useful disk-backed key/value store with lots of interesting atomic operations. It&#8217;s always had the limitation that the entire dataset needed to fit in memory. antirez explains how <a href="http://antirez.com/post/redis-virtual-memory-story.html">that limitation is removed in Redis 2.0</a>. The <em>concept</em> of virtual memory is lifted straight from OS theory and practice, but the application-level implementation is a better fit for Redis&#8217; needs.</p>
<h2>Homebrew: OS X&#8217;s Missing Package Manager</h2>
<p><a href="http://github.com/mxcl/homebrew">Homebrew</a> continues to be a fairly stealth project, I think. If you&#8217;re a Mac user, though, it&#8217;s worth looking at. It&#8217;s a super simple package management system that makes it easy to install many common packages and even makes it easy to manage packages that you download and build yourself. Andre Arko posted <a href="http://www.engineyard.com/blog/2010/homebrew-os-xs-missing-package-manager/">a nice introduction</a>.</p>
<h2>Removing Features</h2>
<p>Lukas Mathis has written one of the best articles about <a href="http://ignorethecode.net/blog/2010/02/02/removing-features/">removing features</a> that I&#8217;ve seen. It&#8217;s always tempting to keep adding more, when really adding <em>better</em> is really what&#8217;s required.</p>
<h2>More On The Use of h.264</h2>
<p>The hubbub around h.264 that I talked about in the first SlowNews issue has a <a href="http://bemasc.net/wordpress/2010/02/02/no-you-cant-do-that-with-h264/">great new summary</a> courtesy of Ben Schwartz. Ben took the actual license text from various pieces of software that produce h.264 videos, making it plain as day that people creating videos and posting them online are quite often in violation of the patents. Whatever people may think of <a href="http://theora.org/">Theora&#8217;s</a> quality, at least it is unencumbered.</p>
<h2>Mugtug Sketchpad: Fast Painting with Canvas</h2>
<p>If you&#8217;ve doubted the growing ability of standards-based webapps to fully replace <em>many</em> desktop apps, <a href="http://mugtug.com/sketchpad/">Sketchpad</a> should sway you. As long as you&#8217;re not using IE.</p>
<h2>Detailed Riak Overview</h2>
<p>Sean Cribbs insists that you should <a href="http://seancribbs.com/tech/2010/02/06/why-riak-should-power-your-next-rails-app/">use Riak for your next Rails app</a>. I&#8217;m not likely to be created a Rails app any time soon, but this was still a good overview of <a href="http://riak.basho.com/">Riak</a>. I&#8217;ve personally had a lot more exposure to MongoDB and Redis than Riak, so it&#8217;s nice to get a feel for what Riak&#8217;s all about. Also worth a look: Riak now supports <a href="http://blog.basho.com/2010/02/03/the-release-riak-0.8-and-javascript-map/reduce/">JavaScript-based map/reduce jobs</a>.</p>
<h2>Rails 3 Beta Release</h2>
<p>I don&#8217;t intend to include beta releases or vaporware here in general, but Rails 3 has been in development for a long time and is coming out from under its merger with Merb. So, in case you missed it, here&#8217;s <a href="http://weblog.rubyonrails.org/2010/2/5/rails-3-0-beta-release">DHH&#8217;s post about Rails 3.0&#8217;s beta</a>.</p>
<h2>Free F# Book</h2>
<p>I&#8217;ve been impressed by some of the directions in which Microsoft has taken their development tools. The F# programming language, a functional language, seems like the kind of thing you wouldn&#8217;t see coming out of Microsoft (or, at least, beyond the research prototype stage). But, it&#8217;s certainly well beyond research prototype and now you can even get a feel for F# from <a href="http://www.ctocorner.com/fsharp/book/default.aspx">a new, free book</a> by John Puopolo<em> with </em>Sandy Squires.</p>
<h2>&gt; list<br />
11 goto 11</h2>
<h3>Top 11 Reasons Why There Was No List Last Week</h3>
<p>11. Perhaps every other SlowNews issue has no list?</p>
<p>10. There was no list?</p>
<p>1. I forgot.</p>
]]></content:encoded>
			</item>
		<item>
		<title>SlowNews: iPad, zeromq, open source, toppcloud</title>
		<link>http://www.blueskyonmars.com/2010/02/02/slownews2/</link>
		<pubDate>Tue, 02 Feb 2010 14:00:46 +0000</pubDate>
		<dc:creator><![CDATA[Kevin Dangoor]]></dc:creator>
				<category><![CDATA[SlowNews]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/?p=2693</guid>
		<description><![CDATA[Apple iPad: Open and Closed Obviously, the iPad was introduced this past weekend and probably a million words or more about it have spilled out onto the net. Here&#8217;s just a few of those words. Yehuda Katz takes the open side in &#8220;A GREAT Day for Open Technologies&#8221;. Actually, Yehuda takes both sides. Apple has &#8230; <a href="http://www.blueskyonmars.com/2010/02/02/slownews2/" class="more-link">Continue reading <span class="screen-reader-text">SlowNews: iPad, zeromq, open source, toppcloud</span></a>]]></description>
				<content:encoded><![CDATA[<h2>Apple iPad: Open <em>and</em> Closed</h2>
<p>Obviously, the iPad was introduced this past weekend and probably a million words or more about it have spilled out onto the net. Here&#8217;s just a few of those words.</p>
<p>Yehuda Katz takes the open side in <a href="http://yehudakatz.com/2010/01/27/the-irony-of-the-ipad-a-great-day-for-open-technologies/">&#8220;A GREAT Day for Open Technologies&#8221;</a>. Actually, Yehuda takes <em>both</em> sides. Apple has created a closed platform while at the same time creating a very powerful platform for the Open Web. The trouble is that if you view the iPad as the future of computing, it is a scary thought as a geek to work on a platform that is so closed off. That&#8217;s more of <a href="http://createdigitalmusic.com/2010/01/27/how-a-great-product-can-be-bad-news-apple-ipad-and-the-closed-mac/">Peter Kim&#8217;s take</a>.</p>
<p>Personally, I agree with stevenf&#8217;s take that <a href="http://stevenf.tumblr.com/post/359224392/i-need-to-talk-to-you-about-computers-ive-been">the iPad is the &#8220;new world&#8221; of computing</a>, and it&#8217;s really a better world for most users. But, it&#8217;s only &#8220;new world 1.0&#8221;. It requires another computer. It can&#8217;t print. I believe that Apple is going to create a Time Capsule sort of device to which you can dock iPhones and iPads without needing a full computer, because an iPad is a full-enough computer for most people. For now, though, iPad is going to start making its way in the world as that &#8220;third device&#8221; that Steve Jobs referred to upon introducing it.</p>
<p>Mark Pilgrim and I apparently had similar tracks to learning computers (though mine was a TRS-80 Model III, not an Apple ][). He worries that <a href="http://diveintomark.org/archives/2010/01/29/tinkerers-sunset">future tinkerers will be left in the cold</a> because of devices like iPads. There&#8217;s a huge difference between now and a couple decades ago. Computers were <em>all</em> for tinkerers then. Computers are for everyone now. I think there will remain ways for people to tinker.</p>
<h2>iPad SDK: No Multitasking, New Shared Files</h2>
<p>MacRumors has a <a href="http://www.macrumors.com/2010/01/27/ipad-sdk-3-2-details-external-display-file-sharing-system-no-multitasking/">quick rundown of the new iPad SDK</a>. It has support for external displays (for Keynote, I&#8217;d imagine). No multitasking is supported. There&#8217;s a new shared filesystem, which is presumed to be the way to get iWork documents onto the tablet. There&#8217;s also said to be support for apps that support both iPad and iPhone, which should be interesting.</p>
<h2>zeromq: Very Lightweight Messaging</h2>
<p>Martin Sustrik and Martin Lucina have written an article about zeromq (<a href="http://lwn.net/Articles/370307/">&#8220;a new approach to messaging&#8221;</a>), which looks to be about as minimal a messaging system as you can imagine. It&#8217;s got an API that&#8217;s patterned after BSD sockets. The comments that follow the article are quite interesting and useful as well. There&#8217;s a comparison of zeromq, AMQP and <a href="http://www.restms.org/">RestMS</a> and the different kinds of things those are good at. RestMS actually sounds quite interesting to me. I&#8217;ll need to read a bit more about <a href="http://www.zyre.com/">Zyre</a>, which is a RestMS implementation.</p>
<h2>ScriptCommunicator: Long Polling for Every Browser</h2>
<p>Amir from Plurk has created a small (80 lines) module (<a href="http://amix.dk/blog/post/19489">ScriptCommunicator</a>) for doing long polling, regardless of the browser. Even if real time isn&#8217;t right for everything (this is SlowNews after all), Comet is quite important and this little library deals with some of the tricky bits for one style of Comet.</p>
<h2>(fab): A DSL for async coding with node.js</h2>
<p><a href="http://www.fabjs.org/">fab</a> will likely remind people of Lisp, because of all of the parentheses. Look more closely, and you&#8217;ll notice that the parens are not nested&#8230; because this is proper JS, and fab is working through function call chaining. The goal of fab was to provide a nice way to define how URLs get handled in a node.js-powered web app. It&#8217;s a neat idea and the result is reasonably clean.</p>
<h2>gccgo is Official</h2>
<p>GCC 4.5 is slated to include Go. It will be interesting to see when Go-based projects actually start appearing, and when the first Go-based &#8220;killer app&#8221; arrives on the scene (think of what CouchDB and RabbitMQ have done for Erlang, for example).</p>
<h2>75% of Linux Code is Written by Paid People</h2>
<p>Over the years, I have seen a number of people characterize open source as <a href="http://www.h-online.com/open/features/Hams-hackers-hobbyists-and-model-railways-746601.html">written by &#8220;hobbyists&#8221;</a>. That isn&#8217;t actually a derogatory thing to say, because people volunteering their time to a project that they believe in and love will likely do it well and with gusto. But, I&#8217;ve always thought that the view of hobbyist-driven open source is not the likely picture for large and successful open source projects. Jonathan Corbet analyzed Linux kernel contributions across 2009 and found that <a href="http://apcmag.com/linux-now-75-corporate.htm">75% of the code came from people who were being paid</a> to write that code.</p>
<p>Creating a significant open source project can be at least a full time job. For something like Linux, it&#8217;s obviously <em>many</em> full time jobs.</p>
<h2>toppcloud: Easy, Reliable Cloud Deployment</h2>
<p>The prolific Ian Bicking has just <a href="http://blog.ianbicking.org/2010/01/29/new-way-to-deploy-web-apps/">spread word of toppcloud</a>. He&#8217;s been mentioning it on twitter for a while, but now he gives the full story. If you have to deploy server side code (and don&#8217;t mind using Ubuntu on your VPS), check out toppcloud as a way to potentially make things easier.</p>
<h2>Hot Code Reloading for node.js</h2>
<p>Blaine Cook has a branch of node.js that can <a href="http://romeda.org/blog/2010/01/hot-code-loading-in-nodejs.html">hot reload modules</a>. This is obviously great in both development and production, when implemented well.</p>
<h2>A zsh Prompt That Understands Hg, Git, Mac Batteries</h2>
<p>Steve Losh has created a seriously <a href="http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/">tricked out zsh prompt</a>.</p>
<h2>CommonJS: The First Year</h2>
<p>CommonJS turned a year old this past week, and I wrote a <a href="http://www.blueskyonmars.com/2010/01/29/commonjs-the-first-year/">retrospective on that first year</a>. Short form: JavaScript is growing fast!</p>
<h2>Geek Conversation Killers</h2>
<p>Philip Guo has an interesting article about <a href="http://www.stanford.edu/~pgbovine/geek-behaviors.htm">awkwardness of &#8220;geeks&#8221; in conversation</a>. I have definitely both witnessed this and caught myself doing some of these things. If you&#8217;re a geek like me, put a few brain cells onto the task of watching for these things during your next conversation. Calley Soukup has an <a href="http://groups.google.com/group/rec.arts.sf.fandom/msg/1e5a957c26a3ce37?hl=en&amp;pli=1">interesting collection of observations</a> about how sci-fi fans communicate, dating back to 1999.</p>
<h2>Feedback for SlowNews #1</h2>
<p><a href="http://twitter.com/uhop/status/8247358173">&#8220;very promising debut!!!&#8221;</a> @uhop</p>
<p>&#8220;<a href="http://www.reddit.com/r/programming/comments/aujkd/slownews_the_move_toward_realtime_everything_is/">Hypocrite.</a> The article was posted <em>today</em>. Let&#8217;s see if it&#8217;s  still here 24 months from now in the same form.&#8221; lutusp on reddit. <em>Ed: this is odd, everyone has to start with a thought sometime. I&#8217;m pretty sure that in two years I&#8217;m still going to think that real time flow of random news is a bad thing.</em></p>
]]></content:encoded>
			</item>
		<item>
		<title>SlowNews: Sikuli, Letters.app, Pintura, Firefox 3.6</title>
		<link>http://www.blueskyonmars.com/2010/01/26/slownews/</link>
		<pubDate>Tue, 26 Jan 2010 14:00:00 +0000</pubDate>
		<dc:creator><![CDATA[Kevin Dangoor]]></dc:creator>
				<category><![CDATA[SlowNews]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/?p=2657</guid>
		<description><![CDATA[SlowNews on BSOM: An Experiment This is my first SlowNews issue. Read What is SlowNews?, if you&#8217;re curious about it. Sikuli: Picture-Driven Scripting The Sikuli project out of MIT has to be seen to really get a feel for it. The short of it is that it&#8217;s a scripting language for controlling applications that works &#8230; <a href="http://www.blueskyonmars.com/2010/01/26/slownews/" class="more-link">Continue reading <span class="screen-reader-text">SlowNews: Sikuli, Letters.app, Pintura, Firefox 3.6</span></a>]]></description>
				<content:encoded><![CDATA[<h2>SlowNews on BSOM: An Experiment</h2>
<p>This is my first SlowNews issue. Read <a href="http://www.blueskyonmars.com/2010/01/26/what-is-slownews/">What is SlowNews?</a>, if you&#8217;re curious about it.</p>
<h2>Sikuli: Picture-Driven Scripting</h2>
<figure style="max-width: 193px" class="wp-caption alignright"><img title="Sikuli script screen shot" src="http://groups.csail.mit.edu/uid/sikuli/images/logo.png" alt="" width="193" height="117" /><figcaption class="wp-caption-text">Sikuli</figcaption></figure>
<p>The <a href="http://sikuli.org/">Sikuli project</a> out of MIT has to be seen to really get a feel for it. The short of it is that it&#8217;s a scripting language for controlling applications that works by taking screenshots of the various controls that need to be clicked on or otherwise manipulated. Sikuli uses computer vision techniques to find a matching part of the screen at that point in the script. This is seriously cool.</p>
<h2>Firefox 3.6: Speed, Personas and Video Controversy</h2>
<p>Disclosure: I work for Mozilla. My opinions are my own.</p>
<p>Firefox 3.6 was released last week, representing a lot of work from a whole lot of people. <a href="http://hacks.mozilla.org/2010/01/javascript-speedups-in-firefox-3-6/">JavaScript performance</a> is faster still than the already fast 3.5 and there have been a number of other areas of the UI that tightened up, performance-wise. <a href="http://getpersonas.com/">Personas</a> made it into the main product (before they were available only as an add-on).</p>
<p>Unrelated to the 3.6 launch, there was some controversy as YouTube and Vimeo both announced support for HTML5&#8217;s video tag. Firefox supports the &lt;video&gt; tag, but not the H.264 codec used by both YouTube and Vimeo. There are some very good reasons for this, which <a href="http://shaver.off.net/diary/2010/01/23/html5-video-and-codecs/">Mozilla&#8217;s Mike Shaver went into detail on</a>. Chris Blizzard went into even more detail, and <a href="http://www.0xdeadbeef.com/weblog/2010/01/html5-video-and-h-264-what-history-tells-us-and-why-were-standing-with-the-web/">provided an interesting historical comparison with gif</a>. Those are worth reading if you produce any videos for consumption on the net, because the issue extends not just to browser manufacturers and sites like YouTube. Even people producing videos encoded with h.264 may find themselves with a bill to pay come 2011.</p>
<h2>Pintura: CommonJS/JSGI Server-Side JS Framework</h2>
<p>Kris Zyp <a href="http://www.sitepen.com/blog/2010/01/22/introducing-pintura/">introduces</a> <a href="http://github.com/kriszyp/pintura">Pintura</a>, a server-side JavaScript framework that keeps the presentation on the client side where it belongs. Kris also wrote a <a href="http://www.sitepen.com/blog/2010/01/25/getting-started-with-pintura/">Getting Started with Pintura</a> article that&#8217;s worth a read. Pintura wins bonus points for running on <a href="http://nodejs.org/">node.js</a>, <a href="http://narwhaljs.org/">Narwhal</a> and <a href="http://github.com/ashb/Zest">Flusspferd</a>. For those keeping score at home, that means that Pintura can run on SpiderMonkey, v8, Rhino and JavaScriptCore. That&#8217;s what CommonJS is all about!</p>
<h2>Amazon Kindle: There&#8217;s An Active Content For That?</h2>
<p>Amazon has announced a <a href="http://www.pcmag.com/article2/0,2817,2358262,00.asp">development kit for the Kindle</a>, coming in February. The SDK will allow developers to create &#8220;active content&#8221;. Active content will certainly be different from iPhone apps, if for no reason other than the refresh rate of the eInk screen. Still, it&#8217;s an interesting development. Amazon has never said how many Kindles they&#8217;ve sold, but you can bet it&#8217;s less than the tens of millions of iPhone OS devices out there. You can <a href="http://www.amazon.com/gp/feature.html/?ie=UTF8&amp;docId=1000476231">sign up for the beta</a> now.</p>
<h2>Letters.app: Concept-driven Open Source</h2>
<figure style="max-width: 99px" class="wp-caption alignleft"><img title="Letters.app" src="http://github.com/ccgus/letters/raw/master/resources/images/Letters.png" alt="" width="99" height="99" /><figcaption class="wp-caption-text">The Letters Icon</figcaption></figure>
<p>Most open source software begins its public life with code. It obviously started out as an idea and was built up following some need or desire, but by the time it&#8217;s public there&#8217;s some code. The currently-vaporous Mac mail client &#8220;Letters.app&#8221; started off with NetNewsWire developer Brent Simmons saying he wanted a better mail client. Macworld <a href="http://www.macworld.com/article/145815/2010/01/letters.html">commented</a> on the literally <em>hundreds</em> of email messages that followed. <a href="http://daringfireball.net/">John Gruber</a> was elected president for the 1.0 release, and <a href="http://shapeof.com/">Gus Mueller</a> has taken on the technical leadership. Gus has also started a <a href="http://github.com/ccgus/letters">GitHub repository for Letters.app</a>.</p>
<p>This is a really interesting way to start an open source project, and I wish them well. As has been pointed out on the mailing list, creating a better mail client has been tried before and failed. But, the leadership of the project is encouraging and this is certainly one to watch.</p>
<h2>Fusebox Gives You Safely Extendable JS &#8220;Natives&#8221;</h2>
<p>JavaScript is cool in that you can extend String or Array to add many conveniences. It&#8217;s not so cool in that others may do it for you, and in ways that are not quite what you want. If you&#8217;re willing to suffer through a bit of inconvenience (like declaring an array by calling fb.Array() rather than just []), <a href="http://github.com/jdalton/fusebox">Fusebox</a> lets you extend native objects without impacting any other JavaScript code.</p>
<h2>LuaJIT Gets Funded</h2>
<p>It&#8217;s news to me that Google uses Lua internally, but they apparently do count Lua among the languages they use. Enough so that <a href="http://google-opensource.blogspot.com/2010/01/love-for-luajit.html">Google has pitched â‚¬ 8,000 into the development of LuaJIT</a>. Add to that Athena Capital Research&#8217;s â‚¬ 12,000 and a couple of smaller donations, and you&#8217;ve got a successful funding drive. It&#8217;s great to see open source development <a href="http://clojure.org/funders">supported so directly</a>.</p>
<h2>Realism In UI Design</h2>
<p><a href="http://ignorethecode.net/blog/2010/01/21/realism_in_ui_design/">Realism in UI Design</a> is an excellent article for anyone who might be contemplating just using photos from iStockPhoto for their icons rather than having a custom icon set designed for their app. For everyone else, it&#8217;s a good read with some nice visual reinforcement about striking a balance in realism in your user interfaces. Also worth checking out is Mike Rundle&#8217;s article from December which provides some <a href="http://flyosity.com/tutorial/crafting-subtle-realistic-user-interfaces.php">tips for getting subtly realistic user interfaces</a>.</p>
<h2>Bill Gates Joins the Internet World</h2>
<p><img style="max-width: 800px; float: left; padding-right: 5px;" src="http://a3.twimg.com/profile_images/486782671/Picture_18_bigger.png" alt="" />BillG seems to be going all-in with <a href="http://twitter.com/billgates">a new Twitter account</a> and a bloggy sort of site (<a href="http://www.thegatesnotes.com/">The Gates Notes</a>). Whatever you may think of Microsoft and Gates&#8217; driving of Microsoft, it&#8217;s impossible to deny that he&#8217;s a big thinker and one worth following. Speaking of following, after just a day on Twitter he has nearly 250,000 followers. The welcome from Ashton Kutcher (4.4 million followers) no doubt helped, though it&#8217;s unclear to me just how much overlap there is between Ashton Kutcher fans and BillG devotees.</p>
<h2>Notable Releases</h2>
<ul>
<li><a href="http://getfirebug.com/">Firebug</a> 1.5 was released ahead of Firefox 3.6 with <a href="http://blog.getfirebug.com/2010/01/15/firebug-1-5-0/">a bunch of new features</a>. This is notable, because Firebug would always lag Firefox releases in the past.</li>
<li><a href="http://incubator.apache.org/cassandra/">Cassandra</a> 0.5 includes <a href="https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.5.0/CHANGES.txt">improvements</a> to multicore performance, the bootstrap process and adds the ability to decommission a live node.</li>
</ul>
<h2>&gt; list<br />
11 goto 11</h2>
<h3>Top 11 Most Anticipated Product Introductions This Week</h3>
<p>11. <a href="http://www.officelabs.com/Lists/Posts/Post.aspx?ID=88">Microsoft Ribbon Hero</a> for the Xbox360.</p>
<p>10. Google Sock Search</p>
<p>1. CrunchPhone</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=9f2466d4-1c18-8c4d-97c9-0646f35b9602" alt="" /></div>
]]></content:encoded>
			</item>
		<item>
		<title>Watch this space.</title>
		<link>http://www.blueskyonmars.com/2010/01/24/watch-this-space/</link>
		<pubDate>Mon, 25 Jan 2010 02:26:30 +0000</pubDate>
		<dc:creator><![CDATA[Kevin Dangoor]]></dc:creator>
				<category><![CDATA[SlowNews]]></category>

		<guid isPermaLink="false">http://www.blueskyonmars.com/?p=2667</guid>
		<description><![CDATA[This is just a test post while I&#8217;m setting things up.]]></description>
				<content:encoded><![CDATA[<p>This is just a test post while I&#8217;m setting things up.</p>
]]></content:encoded>
			</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.476 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2018-03-24 00:08:10 -->
