found drama

get oblique

Tag Archives: JavaScript

Linkdump for January 15th

by Rob Friesel

Filling in Python’s gaps in statistics packages with Rmagic Randal S. Olson on Rmagic, a tool that allows you to execute R code more/less from within your Python scripts: Rmagic lets me pass my data to R, run the R function on the data, then seamlessly return the data back to Python before I start […]

Linkdump for January 3rd

by Rob Friesel

Testing Grails – A Collection of Useful Resources Compiled by Tomás Lin. Some familiar, some new, some practically useless, some awesome. (tagged: testing Grails ) What We’ve Really Lost to the Fiscal Cliff: A Sense of Form Nancy Scola, writing for The Atlantic: But the approval of the Sunday-night resolution suggests that, no matter what […]

review: JavaScript Enlightenment

by Rob Friesel

tl;dr: It’s a 150 page essay on auto-boxing, full of dangerous code examples and anti-patterns and soft warnings to “not do what I just did”, and some of the wording is not-wrong-but-not-quite-right, but hey there are some decent parts, I guess. Cody Lindley’s JavaScript Enlightenment (O’Reilly, 2012) has an awesome title, and I wanted very […]

Linkdump for December 24th

by Rob Friesel

Huddle/PhantomCSS More awesome stuff you can do with PhantomJS: CSS regression testing. An integration of js-imagediff with PhantomJS and CasperJS for automating visual regression testing and test coverage of Website styling to support refactoring of CSS. (tagged: testing CSS PhantomJS JavaScript ) Complexity Analysis of JavaScript Code Ariya Hidayat, on the JSComplexity tool. The briefest […]

Linkdump for December 20th

by Rob Friesel

IE10 CSS Hacks Louis Lazaris at Impressive Webs. I'd somehow missed this — that Internet Explorer 10 was not going to support conditional comments. (Probably because I don't pay enough attention to IE-related news?) Conditional comments were only ever "the least hacky" way of dealing with ID's quirks — and though "a hack is a […]

review: ClojureScript: Up and Running

by Rob Friesel

An (apocryphal?) tale: 1 when Brendan Eich unveiled the original JavaScript (nee LiveScript, nee Mocha) prototype at (then) Netscape, it was a Lisp. 2 It was only at management’s insistence that the language received a C-like syntax, and even then it was mostly to have some kind of syntactic parity with Java (with which it […]

Linkdump for December 6th

by Rob Friesel

jQuery.Deferred is the most important client-side tool you have Matt Baker, writing at the Wealthfront Engineering blog. The title is a little bit linkbaity, but I'm pretty close to agreeing with it: if you're using jQuery in your web project, the Deferred object is one of the most powerful tools that the library offers, and […]

Linkdump for December 3rd

by Rob Friesel

The HAR Show: Capturing and Analyzing performance data with HTTP Archive format Ilya Grigorik and Peter Lubbers on Google’s “Make The Web Fast” show, talking about HAR and tools that you can use to analyze the data. (At GoogleDevelopers YouTube Channel.) This is great. Here are their notes, and Ilya’s associated blog post. (tagged: HAR Google http […]