<?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>Labnotes</title>
	<atom:link href="http://labnotes.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 15:00:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Rounded Corners 366 – &#8216;require&#8217; is so damn hard</title>
		<link>http://labnotes.org/2012/05/13/rounded-corners-366-require-is-so-damn-hard/</link>
		<comments>http://labnotes.org/2012/05/13/rounded-corners-366-require-is-so-damn-hard/#comments</comments>
		<pubDate>Sun, 13 May 2012 15:00:59 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1742</guid>
		<description><![CDATA[Covered Love the single-page code coverage report generated by Mocha and jscoverage. Dialed jQuery Knob is a radial visual/input field. May not be the most efficient way to show or enter data, but cool enough that I&#8217;m looking for a project to use it in. Click page.js is a tiny (~1.2KB) client-side router. In-page navigation [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Covered</strong> Love the <a href="http://zombie.labnotes.org/coverage">single-page code coverage report</a> generated by <a href="https://github.com/visionmedia/mocha">Mocha</a> and <a href="http://siliconforks.com/jscoverage/">jscoverage</a>.</p>
<p><strong>Dialed</strong> <a href="http://anthonyterrien.com/knob/">jQuery Knob</a> is a radial visual/input field. May not be the most efficient way to show or enter data, but cool enough that I&#8217;m looking for a project to use it in.</p>
<p><strong>Click</strong> <a href="http://visionmedia.github.com/page.js/">page.js</a> is a tiny (~1.2KB) client-side router. In-page navigation and pushState support without having to buy into a framework.</p>
<p><strong>Cubed</strong> <a href="http://bost.ocks.org/mike/cubism/intro/">Introduction to Cubism.js</a>. Didn&#8217;t realize pulling data from Graphite is that easy.</p>
<p><strong>Learning</strong> <a href="http://www.randsinrepose.com/archives/2012/05/09/two_universes.html">Two Universes</a>: what if Photoshop was less an &#8220;Adobe product&#8221; and more like Portal the game? On bringing the explorative nature of games into non-game products.</p>
<p><strong>Get it out there</strong> Distribution is key and what software engineers need to know about sales and marketing: <a href="http://blakemasters.tumblr.com/post/22405055017/peter-thiels-cs183-startup-class-9-notes-essay">notes from class 9 of CS182: Startup</a>, Peter Thiel.</p>
<p><strong>Remarkable</strong> Kodus Twitter for <a href="http://www.webpronews.com/twitter-defends-user-in-court-over-occupy-tweets-2012-05">standing up for its users&#8217; rights</a> and the 4th amendment.</p>
<p><strong>QotD</strong> <a href="https://twitter.com/#!/drawohara/status/200691686031101952">Ara T. Howard</a>:</p>
<blockquote><p>no really, i love debugging rail&#8217;s const_missing because &#8216;require&#8217; is so damn hard</p></blockquote>
<p><strong>QotD</strong> <a href="https://twitter.com/#!/pengwynn/status/200693985575047169">Wynn Netherland</a>:</p>
<blockquote><p>I suspect the Egyptians had higher forms of writing, but the only things that survived were the memes.</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/05/13/rounded-corners-366-require-is-so-damn-hard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners 365 – Float right</title>
		<link>http://labnotes.org/2012/05/12/rounded-corners-365-float-right/</link>
		<comments>http://labnotes.org/2012/05/12/rounded-corners-365-float-right/#comments</comments>
		<pubDate>Sat, 12 May 2012 18:23:02 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1741</guid>
		<description><![CDATA[Float right Application Cache is a Douchebag. Everything you need to know about using one of the trickiest browser features since CSS floats. Fresh face Sprites are so 2011. Enlightened Web developers font their icon collection. Check out Shifticons and Fontello. Geeking out If you search for &#8220;sha this&#8221; in DuckDuckGo, it will calculate the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://weknowmemes.com/wp-content/uploads/2012/04/looks-like-its-fuck-this-shit-o-clock.jpg" alt="" width="419" height="304" /></p>
<p><strong>Float right</strong> <a href="http://www.alistapart.com/articles/application-cache-is-a-douchebag/">Application Cache is a Douchebag</a>. Everything you need to know about using one of the trickiest browser features since <a href="https://twitter.com/#!/alexch/status/201062364601266178">CSS floats</a>.</p>
<p><strong>Fresh face</strong> Sprites are so 2011. Enlightened Web developers font their icon collection. Check out <a href="https://www.shifticons.com/">Shifticons</a> and <a href="http://fontello.com/">Fontello</a>.</p>
<p><strong>Geeking out</strong> If you search for &#8220;<a href="https://duckduckgo.com/?q=sha+this">sha this</a>&#8221; in DuckDuckGo, it will calculate the SHA for you. You can also ask it to generate a <a href="https://duckduckgo.com/?q=uuid">UUID</a>, <a href="https://duckduckgo.com/?q=random+password">random password</a> and a <a href="https://duckduckgo.com/tech.html">million other geek tricks</a>.</p>
<p>Hmm, I see what you did there.</p>
<p><strong>Repeat after me</strong> <a href="http://queue.acm.org/detail.cfm?id=2187821">Idempotence Is Not a Medical Condition</a> &#8211; understanding asynchronous messaging in distributed systems. I feel like, if you understand these two principles, the rest come easy:</p>
<blockquote><p>- Every message may be retried and, hence, must be idempotent.<br />
- Guaranteed delivery of the last message is impossible.</p></blockquote>
<p><strong>Undead</strong> Before you call the Web dead on the altar of apps, consider this: <a href="http://www.technologyreview.com/business/40319/">Why publishers don&#8217;t like apps</a>. Or how MIT Tech Review sold only 353 subscriptions for its iPad app.</p>
<p><strong>Pop quiz</strong> How many programming languages can you <a href="http://www.infoworld.com/d/application-development/hello-world-programming-languages-quiz-188874?quizkey=527bae36cb84c70037f9e5d2275745c6">tell apart just by an &#8220;Hello, world&#8221; example</a>?</p>
<p><strong>One step forward …</strong> Now this is game changing: using <a href="https://github.com/WelcomWeb/JXS">XSLT templates to render JSON</a> data in the browser.</p>
<p><strong>QotD</strong> <a href="https://twitter.com/#!/williammcknight/status/190496614421499905">William McKnight</a>:</p>
<blockquote><p>A data scientist is a data analyst who lives in California</p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/05/12/rounded-corners-365-float-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And just like that, Zombie goes 1.0!</title>
		<link>http://labnotes.org/2012/05/10/and-just-like-that-zombie-goes-1-0/</link>
		<comments>http://labnotes.org/2012/05/10/and-just-like-that-zombie-goes-1-0/#comments</comments>
		<pubDate>Fri, 11 May 2012 03:30:05 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1740</guid>
		<description><![CDATA[OK, not &#8220;just like that&#8221;, a lot of changed since Zombie 0.13 hit the road on April 25th. So may improvements, let&#8217;s go over the important ones, in no particular oder: Promises Zombie now supports promises. Like this: browser.visit&#40;&#34;http://localhost:3000/&#34;&#41;. then&#40;function&#40;&#41; &#123; assert.equal&#40;browser.text&#40;&#34;H1&#34;&#41;, &#34;Deferred zombies&#34;&#41;; // Chaining works by returning a promise here return browser.clickLink&#40;&#34;Hit me&#34;&#41;; &#125;&#41;. [...]]]></description>
			<content:encoded><![CDATA[<p>OK, not &#8220;just like that&#8221;, <a href="http://zombie.labnotes.org/changelog">a lot of changed</a> since Zombie 0.13 hit the road on April 25th.</p>
<p>So may improvements, let&#8217;s go over the important ones, in no particular oder:</p>
<p><strong>Promises</strong> Zombie now supports promises. Like this:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">browser.<span style="color: #660066;">visit</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;http://localhost:3000/&quot;</span><span style="color: #009900;">&#41;</span>.
  <span style="color: #660066;">then</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    assert.<span style="color: #660066;">equal</span><span style="color: #009900;">&#40;</span>browser.<span style="color: #660066;">text</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;H1&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;Deferred zombies&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #006600; font-style: italic;">// Chaining works by returning a promise here</span>
    <span style="color: #000066; font-weight: bold;">return</span> browser.<span style="color: #660066;">clickLink</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Hit me&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>.
    <span style="color: #660066;">then</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   assert.<span style="color: #660066;">equal</span><span style="color: #009900;">&#40;</span>browser.<span style="color: #660066;">text</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;H1&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;Ouch&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><strong>Proxies</strong> By popular request, Zombie now supports HTTP/S proxies. As simple as:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">Browser.<span style="color: #660066;">proxy</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;http://myproxy:8080&quot;</span></pre></div></div>

<p><strong>Authentication</strong> New API for setting authentication credentials:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">// HTTP Basic takes user and password</span>
browser.<span style="color: #660066;">authenticate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">basic</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;me&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;secret&quot;</span><span style="color: #009900;">&#41;</span>
<span style="color: #006600; font-style: italic;">// OAuth 2.0 Bearer takes an access token</span>
browser.<span style="color: #660066;">authenticate</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;example.com:443&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">bearer</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;12345&quot;</span><span style="color: #009900;">&#41;</span>
<span style="color: #006600; font-style: italic;">// Show the authentication credentials in use</span>
console.<span style="color: #660066;">log</span><span style="color: #009900;">&#40;</span>browser.<span style="color: #660066;">authenticate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">token</span><span style="color: #009900;">&#41;</span></pre></div></div>

<p><strong>IFrames</strong> Working so well, in fact, that we&#8217;re able to <a href="https://github.com/assaf/zombie/blob/master/test/facebook_connect_test.coffee">test Facebook Connect</a>, with its popup and hidden XD and other shenanigans.</p>
<p><strong>postMessage</strong> Yes.</p>
<p><strong>Windows</strong> That too. You can open as many as you want with <em>browser.open</em>, and with <em>brower.windows</em> you can also list them <em>all</em>, <em>get</em> specific window by number or number, <em>select</em> the current window, and <em>close</em> it when done.</p>
<p><strong>Server-sent Events</strong> Zombie now supports the <em>EventSource</em> object for testing <a href="http://dev.w3.org/html5/eventsource/">Server-Sent Events</a>. Side note, if you&#8217;re pushing updates to the browser in real time, forget long polling and Web Sockets and try the simpler Server-Sent Events.</p>
<p><strong>Mocha</strong> Zombie&#8217;s test suite changes from Vows to <a href="http://visionmedia.github.com/mocha/">Mocha</a>. That shouldn&#8217;t affect your project, you can use whichever test suite you feel like using, but if you&#8217;re wondering what I recommend, Mocha is not perfect, but I have more luck with it.</p>
<p><strong>Cookies</strong> Zombie now uses <a href="https://github.com/goinstant/node-cookie">Tough Cookie</a>, and things like parsing, encoding and host matching are much more reliable.</p>
<p><strong>Scripts</strong> Upgraded to the most recent version of <a href="http://jsdom.org/">JSOM</a> and <a href="https://github.com/brianmcd/contextify">Contextify</a>, speeding up DOM processing and fixing some edge-case JavaScript evals. Also, fixed handling for old-style event handlers like <em>onclick</em> and <em>onsubmit</em>. Guess which largest social network is still using them?</p>
<p><strong>HTML</strong> Switched back to using <a href="https://github.com/aredridel/html5">HTML5</a> parser by default, that means more forgiving HTML parsing, handling for inline scripts and … ugh … <em>document.write</em>.</p>
<p><strong>about:blank</strong> New windows open in <em>about:blank</em>, and you can now set the window location to a <em>javascript:</em> expression. Handy if you&#8217;re testing bookmarklets and such; to actually evaluate JavaScript, use <em>browser.evaluate</em>.</p>
<p><strong>Redirects</strong> Fixed redirects after POST, redirects that include a # document fragment and cookie handling when redirecting.</p>
<div>So yes, the big One Oh! So go build stuff, and may the testing gods smile upon you!</div>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/05/10/and-just-like-that-zombie-goes-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners 364 –</title>
		<link>http://labnotes.org/2012/05/08/rounded-corners-364/</link>
		<comments>http://labnotes.org/2012/05/08/rounded-corners-364/#comments</comments>
		<pubDate>Tue, 08 May 2012 15:00:35 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1738</guid>
		<description><![CDATA[From Context Free Patent Art In style The Single Responsibility Principle applied to CSS. Also, CSS: The Good Parts. Wait, there&#8217;s more: Cross-Browser Debugging CSS. To infinity LinkedIn&#8217;s new iPad app is 95% HTML5, and it&#8217;s damn slick to use. More on how they implemeneted endless scrolling without killing the browser. Jar Cookies.js: A client-side JS library [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://contextfreepatentart.tumblr.com/"><img class="alignnone" src="http://25.media.tumblr.com/tumblr_m3djw1aN0o1rsromyo1_500.jpg" alt="" width="240" height="296" /></a></p>
<p>From <a href="http://contextfreepatentart.tumblr.com/">Context Free Patent Art</a></p>
<p><strong>In style</strong> <a href="http://csswizardry.com/2012/04/the-single-responsibility-principle-applied-to-css/">The Single Responsibility Principle applied to CSS</a>. Also, <a href="http://www.impressivewebs.com/css-the-good-parts/">CSS: The Good Parts</a>. Wait, there&#8217;s more: <a href="http://www.stubbornella.org/content/2012/05/02/cross-browser-debugging-css/">Cross-Browser Debugging CSS</a>.</p>
<p><strong>To infinity</strong> <a href="http://venturebeat.com/2012/05/02/linkedin-ipad-app-engineering/">LinkedIn&#8217;s new iPad app is 95% HTML5</a>, and it&#8217;s damn slick to use. More on how they implemeneted <a href="http://engineering.linkedin.com/linkedin-ipad-5-techniques-smooth-infinite-scrolling-html5">endless scrolling without killing the browser</a>.</p>
<p><strong>Jar</strong> <a href="https://github.com/ScottHamper/Cookies">Cookies.js</a>: A client-side JS library for manipulating cookies.</p>
<p><strong>Big it is</strong> <a href="http://platform.html5.org/">The web platform &#8211; a cheat sheet</a>. Handy reference to the bewildering array of specs that makes up current day Web.</p>
<p><strong>Misinformed</strong> Just one example of <a href="http://dashes.com/anil/2012/04/why-you-cant-trust-tech-press-to-teach-you-about-the-tech-industry.html">why you can&#8217;t trust tech press to teach you about the tech industry</a>.</p>
<p><strong>Insecure by design</strong> &#8220;Security questions&#8221; are great for anything but security. Case in point, <a href="http://www.gq.com/news-politics/newsmakers/201205/chris-chaney-hacker-nude-photos-scarlett-johansson?printable=true&amp;mobify=0">The Man Who Hacked Hollywood</a>.</p>
<p><strong>Secure by design</strong> 1Password has a great blog about security, and now running a 3-part seried on keeping your computer safe. Here&#8217;s Part 2: <a href="http://blog.agilebits.com/2012/05/02/only-you-should-0wn-your-data-part-2-staying-safe/">Only you should 0wn your data</a>.</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/05/08/rounded-corners-364/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners 363 – Spilled chili</title>
		<link>http://labnotes.org/2012/05/07/rounded-corners-363-spilled-chili/</link>
		<comments>http://labnotes.org/2012/05/07/rounded-corners-363-spilled-chili/#comments</comments>
		<pubDate>Mon, 07 May 2012 15:00:35 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1737</guid>
		<description><![CDATA[From the Fake Science Blog Places to hide TC-thirty-what. I whole heartily agree. A few good features, but unfortunately, adding too many places for bugs to hide. Chatty Unix and Node: IPC. This or that Fascinating read, The A/B Test: Inside the Technology That’s Changing the Rules of Business: Had the team listened to instinct—if [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fakescience.tumblr.com/post/22328843580/scatterplots-can-show-data-in-new-ways"><img class="alignnone" src="http://media.tumblr.com/tumblr_m3gkzk0Gel1qb25dg.jpg" alt="" width="339" height="440" /></a></p>
<p>From the <a href="http://fakescience.tumblr.com/">Fake Science Blog</a></p>
<p><strong>Places to hide</strong> <a href="http://www.mikealrogers.com/posts/tc-thirty-what.html">TC-thirty-what</a>. I whole heartily agree. A few good features, but unfortunately, adding too many places for bugs to hide.</p>
<p><strong>Chatty</strong> <a href="http://dailyjs.com/2012/04/26/node-unix-ipc/">Unix and Node: IPC</a>.</p>
<p><strong>This or that</strong> Fascinating read, <a href="http://m.wired.com/epicenter/2012/04/ff_abtesting/">The A/B Test: Inside the Technology That’s Changing the Rules of Business</a>:</p>
<blockquote><p>Had the team listened to instinct—if it had kept “Sign Up” as the button text and swapped out the photo for the video—the sign-up rate would have slipped to 70 percent of the baseline.</p></blockquote>
<p><strong>Credible Hulk</strong> Don&#8217;t believe the &#8220;feels right&#8221;. <a href="http://evidencebasedse.com/">The Software Engineering Evidence Database</a> is a good place to start for summaries and studies of evidence-based software engineering studies.</p>
<p><strong>MIN( R * T * F ^ N , M )</strong> The simple formula for <a href="http://dthain.blogspot.com/2009/02/exponential-backoff-in-distributed.html?m=1">Exponential Backoff in Distributed Systems</a>.</p>
<p><strong>Inclusion</strong> If you care about research more than personal anecdotes: MSEs watch two videos one with a 50/50 gender ratio vs one without - <a href="http://tigger.uic.edu/~mcmpsych/documents/MurphySteeleGross2007.pdf">lower sense of belonging in women from unbalanced</a>.</p>
<p><strong>QotD</strong> <a href="https://twitter.com/#!/alunny/status/198515403260047360?">Andrew Lunny</a>:</p>
<blockquote><p>sometimes the best solution is to never use an ec2 micro instance for anything ever</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/05/07/rounded-corners-363-spilled-chili/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners 362 – Open spaces</title>
		<link>http://labnotes.org/2012/05/06/rounded-corners-362-open-spaces/</link>
		<comments>http://labnotes.org/2012/05/06/rounded-corners-362-open-spaces/#comments</comments>
		<pubDate>Sun, 06 May 2012 15:00:52 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1736</guid>
		<description><![CDATA[Faster A good overview of measuring front-end performance, using Github as the case study. Spool time NodePhilly presentations are now available on YouTube. Teaming Obvious but worth repeating, 6 secrets for building a super team. PSA Node Replay goes 1.4.2, now with HTTPS support and regular expression matching. Pivots A telling presentation about all the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://img.gawkerassets.com/img/17li3fh69pabojpg/original.jpg" alt="" width="384" height="216" /></p>
<p><strong>Faster</strong> A good overview of <a href="http://blog.jphpsf.com/2012/04/28/front-end-performance-case-study-github/">measuring front-end performance</a>, using Github as the case study.</p>
<p><strong>Spool time</strong> <a href="http://www.youtube.com/nodephilly">NodePhilly presentations</a> are now available on YouTube.</p>
<p><strong>Teaming</strong> Obvious but worth repeating, <a href="http://gigaom.com/2012/04/28/6-secrets-for-building-a-super-team/">6 secrets for building a super team</a>.</p>
<p><strong>PSA</strong> <a href="http://documentup.com/assaf/node-replay">Node Replay goes 1.4.2</a>, now with HTTPS support and regular expression matching.</p>
<p><strong>Pivots</strong> A telling presentation about all <a href="http://www.slideshare.net/500startups/aaron-batalion-livingsocial-lean-startup-sxsw">the pivots SocialLiving went through</a>.</p>
<p><strong>Value</strong> A VC explains how to <a href="http://venturebeat.com/2012/04/28/killer-value-proposition/">build a killer value proposition</a>.</p>
<blockquote><p>As an investor, I look for non-disruptive disruptions — that is, technologies that offer game-changing benefits without requiring any modification to existing processes or environments.</p></blockquote>
<p><strong>Accidental</strong> <a href="http://www.reghardware.com/2012/05/03/unsung_heroes_of_tech_arm_creators_sophie_wilson_and_steve_furber/print.html">How the ARM came to be</a>. Low power consumption was accidental.</p>
<p><strong>QotD</strong> <a href="https://twitter.com/#!/greenberg/status/198456715828662273?">Ryan Greenberg</a>:</p>
<blockquote><p>As a software architect I spend most of my time trying to create bright, open spaces where the code can relax.</p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/05/06/rounded-corners-362-open-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners 361 – Illegal in Arizona</title>
		<link>http://labnotes.org/2012/05/05/rounded-corners-361-illegal-in-arizona/</link>
		<comments>http://labnotes.org/2012/05/05/rounded-corners-361-illegal-in-arizona/#comments</comments>
		<pubDate>Sun, 06 May 2012 00:50:27 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1735</guid>
		<description><![CDATA[W3CMemes … enough said Deferred jQuery deferred for Node. Basically a port of jQuery for use in Node.js apps. Since jQuery is not exactly compatible with other promise APIs, this is a good choice if you like using the same API in both enviroments. Workload Cluster2 is Node.js cluster plus &#8220;several safeguards and utility functions to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://w3cmemes.tumblr.com/"><img class="alignnone" src="http://27.media.tumblr.com/tumblr_m3iyjbf3R91rvsbh9o1_500.jpg" alt="" width="400" height="361" /></a></p>
<p><a href="http://w3cmemes.tumblr.com/">W3CMemes … enough said</a></p>
<p><strong>Deferred </strong><a href="https://github.com/jaubourg/jquery-deferred-for-node">jQuery deferred for Node</a>. Basically a port of jQuery for use in Node.js apps. Since jQuery is <a href="http://www.pallavlaskar.com/discussion-on-new-jquery-1-5-implementation-of-promise-api/">not exactly compatible</a> with other promise APIs, this is a good choice if you like using the same API in both enviroments.</p>
<p><strong>Workload</strong> <a href="http://ql-io.github.com/cluster2/">Cluster2</a> is Node.js cluster plus &#8220;several safeguards and utility functions to help support real-world production scenarios&#8221;.</p>
<p><strong>Gaming</strong> <a href="http://uxdesign.smashingmagazine.com/2012/04/26/gamification-ux-users-win-lose/">Gamification And UX: Where Users Win Or Lose</a>. Good read if you&#8217;re interested in using gamification to build better apps, not for the same of it.</p>
<p><strong>Wonderful</strong> Travis CI can now <a href="http://about.travis-ci.org/blog/announcing-pull-request-support/">help you with pull requests</a>.</p>
<p><strong>UX</strong> <a href="http://bokardo.com/principles-of-user-interface-design/">Principles of User Interface Design</a>.</p>
<p><strong>Knowledge</strong> <a href="http://danhon.com/2012/04/28/myself-quantified/">Fighting diabetis with data</a>.</p>
<p><strong>Chance</strong> <a href="http://lifehacker.com/5904825/how-beginners-luck-works-and-how-you-can-reproduce-it-anytime-even-if-youre-not-a-beginner">How beginner&#8217;s luck work and how you can reproduce it</a>.</p>
<p><strong>QotD </strong><a href="https://twitter.com/#!/vambenepe/status/197731956019040258">William Vambenepe</a>:</p>
<blockquote><p>This API is so undocumented, it wouldn&#8217;t last a day in Arizona.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/05/05/rounded-corners-361-illegal-in-arizona/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners 360 – Call me null</title>
		<link>http://labnotes.org/2012/04/29/rounded-corners-360-call-me-null/</link>
		<comments>http://labnotes.org/2012/04/29/rounded-corners-360-call-me-null/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 15:00:21 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1734</guid>
		<description><![CDATA[Speed up Knowing is half the battle. How to measure Web page performance so you can optimize the heck out of it. Curved Created with D3.js, &#8220;These animations illustrate how a parametric Bézier curve is constructed&#8221;. Clean up JavaScript Refactoring. Beasted Turns out most of the Internet&#8217;s top 200,000 HTTP Web sites are vulnerable to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Speed up</strong> Knowing is half the battle. How to <a href="http://www.igvita.com/slides/2012/railsconf-making-the-web-faster/#1">measure Web page performance</a> so you can optimize the heck out of it.</p>
<p><strong>Curved</strong> Created with D3.js, &#8220;<a href="http://www.jasondavies.com/animated-bezier/">These animations illustrate</a> how a parametric Bézier curve is constructed&#8221;.</p>
<p><strong>Clean up</strong> <a href="http://www.slideshare.net/szafranek/javascript-refactoring">JavaScript Refactoring</a>.</p>
<p><strong>Beasted</strong> Turns out most of the Internet&#8217;s top 200,000 HTTP Web sites are <a href="http://www.infoworld.com/d/security/most-of-the-internets-top-200000-https-websites-are-insecure-191871">vulnerable to the BEAST</a> SSL attack.</p>
<p><strong>cdrewind</strong> <a href="http://www.brendangregg.com/specials.html">Hilarious Unix utilities</a>, including lossy compression, not random numbers, and a command to rewind CDROMs before ejecting.</p>
<p><strong>QotD</strong> <a href="https://twitter.com/#!/brandon_rhodes/status/195175747474829313">Brandon Rhodes</a>:</p>
<blockquote><p>Kids will ask “What did the XML in XMLHttpRequest stand for?” and we&#8217;ll answer “Just read it as a censored ‘FML’—long story.”</p></blockquote>
<p><strong>1. WSDL</strong> 2. <a href="http://stackoverflow.com/questions/4456438/how-can-i-pass-the-string-null-through-wsdl-soap-from-as3-to-coldfusion-web">Hilary ensues</a>:</p>
<blockquote><p>&#8220;We have an employee whose last name is Null. He kills our employee lookup app when his last name is used as the search term (which happens to be quite often now).&#8221;</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/04/29/rounded-corners-360-call-me-null/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners 359 – Split or steal</title>
		<link>http://labnotes.org/2012/04/28/rounded-corners-359-split-or-steal/</link>
		<comments>http://labnotes.org/2012/04/28/rounded-corners-359-split-or-steal/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 02:31:07 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1733</guid>
		<description><![CDATA[Disposable From The Experimentation Layer: We needed to design for throwaway-ability and not as much for reusability. Dotted dotfiles.github.com: backup and sync you dotfiles, share and learn from others. Graphing Cubism.js is an open source D3 plugin for visualizing time series data. It smartly condenses data into narrow bars, so you can see a lot in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://yourlogicalfallacyis.com/poster"><img class="alignnone" src="https://s3.amazonaws.com/yourlogicalfallacyis/assets/poster.jpg" alt="" width="436" height="308" /></a></p>
<p><strong>Disposable</strong> From <a href="http://looksgoodworkswell.blogspot.com/2012/04/experimentation-layer.html">The Experimentation Layer</a>:</p>
<blockquote><p>We needed to design for throwaway-ability and not as much for reusability.</p></blockquote>
<p><strong>Dotted </strong><a href="http://dotfiles.github.com">dotfiles.github.com</a>: backup and sync you dotfiles, share and learn from others.</p>
<p><strong>Graphing</strong> <a href="http://square.github.com/cubism/">Cubism.js</a> is an open source D3 plugin for visualizing time series data. It smartly condenses data into narrow bars, so you can see a lot in one go. Works with Graphite too.</p>
<div>
<p>Also open source, also using D3, also feeding from Graphite and also designed to show multiple graphs on a single page, <a href="https://github.com/obfuscurity/tasseo">Tasseo</a>.</p>
<p><strong>Steal</strong> If you are at all interested in game theory, you have got to watch this <a href="http://www.youtube.com/watch?v=S0qjK3TWZE8">video of Golden Balls</a>. Brilliantly played out.</p>
</div>
<p><strong>Double blind</strong> You can never be too scientific, so how about &#8220;a double blind, randomised, placebo controlled, <a href="http://www.ncbi.nlm.nih.gov/pubmed/16602356">crossover trial of the parachute</a>.&#8221;</p>
<p><strong>QotD</strong> <a href="https://twitter.com/#!/ysaw/status/194847156010618881">Stephen Woods</a>:</p>
<blockquote><p>There are two schools in release planning: &#8220;why are we waiting?&#8221; and &#8220;why are we in such a hurry?&#8221;. I prefer the first school.</p></blockquote>
<p><strong>Ad hominem</strong> <a href="http://yourlogicalfallacyis.com/poster">The logical fallacy poster</a>. Need one in every meeting room.</p>
<div></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/04/28/rounded-corners-359-split-or-steal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners 358 – Don’t work. Be hated. Love someone.</title>
		<link>http://labnotes.org/2012/04/24/rounded-corners-358-dont-work-be-hated-love-someone/</link>
		<comments>http://labnotes.org/2012/04/24/rounded-corners-358-dont-work-be-hated-love-someone/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 15:00:10 +0000</pubDate>
		<dc:creator>Assaf</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://labnotes.org/?p=1730</guid>
		<description><![CDATA[Graphing If you&#8217;re using Graphite, check Jason Dixon&#8217;s blog for some useful tips &#38; tricks. HTTPS If you&#8217;re using Windows, you might find it easier to use Git over HTTPS instead of SSH. These handy tools will make it easier. Super cdir is an interactive console.dir() for the terminal. Less evil Testing out the Kill [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://halfhalf.posterous.com/dont-work-be-hated-love-someone"><img class="alignnone" src="http://getfile7.posterous.com/getfile/files.posterous.com/temp-2012-04-14/hrfdmBIuubkdmwzjJAvDpqlhdiqzrJspEyvqIBopmHpphJttngDpyfbzrnwC/18762_299842488331_838833331_4797585_900725_n.jpg.scaled500.jpg" alt="" width="296" height="245" /></a></p>
<p><strong>Graphing</strong> If you&#8217;re using Graphite, check <a href="http://obfuscurity.com/2012/04/">Jason Dixon&#8217;s blog</a> for some useful tips &amp; tricks.</p>
<p><strong>HTTPS</strong> If you&#8217;re using Windows, you might find it easier to use Git over HTTPS instead of SSH. <a href="https://github.com/blog/1104-credential-caching-for-wrist-friendly-git-usage">These handy tools will make it easier</a>.</p>
<p><strong>Super</strong> <a href="https://github.com/hij1nx/cdir">cdir is an interactive console.dir()</a> for the terminal.</p>
<p><strong>Less evil</strong> Testing out the <a href="https://chrome.google.com/webstore/detail/epieehnpcepgfiildhdklacomihpoldk/related">Kill Evil Chrome extension</a>: fixes sites that prevent printing, selection spying, unwanted tabs, etc.</p>
<p><strong>I can haz?</strong> <a href="https://github.com/bkeepers/gaskit">gaskit</a> is an interesting proof of concept, a Git-backed issue tracker.</p>
<p><strong>Love</strong> Another great commencement speech: <a href="http://halfhalf.posterous.com/dont-work-be-hated-love-someone">Don’t work. Be hated. Love someone</a>.</p>
<p><strong>Work</strong> <a href="http://thenextweb.com/shareables/2012/04/21/valves-new-employee-handbook-is-as-inspiring-as-the-games-it-makes">Valve’s new employee handbook</a> is as inspiring as the games it makes: is your company&#8217;s employee handbook this good?</p>
<p><strong>QotD</strong>  <a href="https://twitter.com/#!/hintjens/status/193782556557197312">Pieter Hintjens</a>:</p>
<blockquote><p>Here&#8217;s a trick when making software. Don&#8217;t invent concepts. Instead, work on the concepts people already know.</p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://labnotes.org/2012/04/24/rounded-corners-358-dont-work-be-hated-love-someone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

