found drama

get oblique

Tag Archives: visualization

Linkdump for August 2nd

by Rob Friesel

AngularJS Pain Points A write-up by Jaco Pretorius. I agree with him on the documentation, and I (admittedly, sadly) don't have enough experience with the testing aspect to have an opinion there, but I'd be willing to split hairs on the "overall complexity" complaint. Given my experience so far, I would say that the trivial […]

Linkdump for May 29th

by Rob Friesel

Sass Style Guide By Chris Coyier, writing at CSS-Tricks. I largely agree with this list, but I'm not sure I get the assertion that you should put @includes after "regular" styles. If you're ordering the CSS properties according to some specific scheme (e.g., Zen Ordering) then wouldn't you want the output of your mixins to […]

Linkdump for February 13th

by Rob Friesel

Opera Developer News – 300 million users and move to WebKit Big news from Opera. I can't decide if this is a relief, or a disturbing trend toward a kind of WebKit monoculture. These were my mixed feelings, and I had a hard time articulating them. Fortunately, Robert Nyman and John Resig expressed it all […]

Linkdump for December 17th

by Rob Friesel

Using Google Spreadsheet as a database At dataist. tl;dr: Here's how to set up your Google Spreadsheet. Here is how to publish the data as ATOM. Here is how to transform the ATOM data to JSON. Now go ahead and feed that into your data visualization library of choice. (Albeit, you may need to munge […]

Linkdump for August 17th

by Rob Friesel

cyoa Amazing look at Choose Your Own Adventure novel data. "CYOA as Finite State Machines." Fascinating. (tagged: books cyoa visualization ) JavaScript module loaders: necessary evil? Ruben Verborgh presents some arguments re: why you might want to take a pass on AMD. It's worth going through the comment thread as well to see the discussion […]

Linkdump for July 31st

by Rob Friesel

Sass Tutorials A video series on YouTube re: using Sass. (tagged: video SCSS CSS Sass ) Dad and The Ten Commandments of Egoless Programming By Stephen Wyatt Bush. Good advice, no matter what field you're in. (tagged: essay advice programming ) Prismatic Architecture: Using Machine Learning on Social Networks to Figure Out What You Should […]

Linkdump for May 13th

by Rob Friesel

Dynamic Languages Strike Back Steve Yegge: slides and transcript of a talk he gave at Stanford. (tagged: Steve Yegge dynamic languages ) *JS : Low-Level JavaScript *JS is a typed dialect of JavaScript that offers a C-like type system with manual memory management. It compiles to JavaScript and lets you write memory-efficient and GC pause-free […]

Linkdump for April 11th

by Rob Friesel

Understanding MVVM – A Guide For JavaScript Developers Addy Osmani on the MVVM pattern, and using Knockout for his examples code, no less. (tagged: Addy Osmani KnockoutJS MVC javascript MVVM ) The Amazing Trajectories of Life-Bearing Meteorites from Earth At Technology Review: Their results contain a number of surprises. First, they calculate that almost as […]

Linkdump for September 19th

by Rob Friesel

SPDY: An experimental protocol for a faster web at The Chromium Projects — Maybe I'm a little late in looking into this but… better late than never? Got about halfway through it; looks interesting and promising and I need to finish reading. (tagged: webdev tools google performance SPDY todo ) Optimising your Application with Grails […]