found drama

get oblique

Tag Archives: JavaScript

Linkdump for September 5th

by Rob Friesel

Pixar story rules (one version) At The Pixar Touch: #3: Trying for theme is important, but you won’t see what the story is actually about til you’re at the end of it. Now rewrite. (tagged: inspiration creativity storytelling writing ) Atmosphere 1.0, the Asynchronous JavaScript/Java Framework now available! (tagged: async WebSockets JavaScript Java Atmosphere ) Newfound […]

Linkdump for September 1st

by Rob Friesel

Bugged Greg Knauss writing at An Entirely Other Day: I don’t normally like to talk politics. Not real politics. I’ll smart-ass on Twitter, but I get uncomfortable as soon as I feel the need to be earnest. I don’t trust myself when I actually care. But the Republican convention just finished up, and tens of thousands of people […]

Linkdump for August 29th

by Rob Friesel

You’re Not Listening Rands In Repose: Listening is work, and the difference between listening well and making them feel like you’re selling them a car has to do with intent. Each time I sit down to listen, my goal is the same: continue to build trust with the people I depend upon and who, in […]

Linkdump for August 24th

by Rob Friesel

AngularJS "Superheroic JavaScript MVW Framework" I'd heard of AngularJS before today but I hadn't actually checked out their site before. While we're on the subject of "minimum viable snippets"… wow: what a landing page. (tagged: AngularJS JavaScript ) Minimum Viable Snippet @fogus: An important point about #3 is that under no circumstances should the Minimum […]

Linkdump for August 22nd

by Rob Friesel

Testing for the Web, Part I: Javascript Unit Testing with Jenkins, JSTD, Phantom.js and Sauce At the NetWallet Eng Blog. They describe how they're doing their automated front-end unit testing using… well, it's all spelled out in the blog post's title. (tagged: Sauce Labs JSTestDriver PhantomJS Jenkins unit testing JavaScript ) Cascading Attribute Sheets Tab […]

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 August 14th

by Rob Friesel

Conrad Shawcross Via Joe Stump's Tumblr. Conrad Shawcross is making some interesting sculpture. (tagged: artist art ) The Darkside of the JavaScript Filed under "edge cases, but interesting edge cases". (tagged: JavaScript ) Notes from the Mystery Machine Bus Steve Yegge: It's possible to write in a liberal language with a conservative accent, but it's […]

Linkdump for August 8th

by Rob Friesel

Getting Bitwise with JavaScript At the Bocoup blog. Rebecca's posts are almost always fantastic, and this one is particularly fantastic in its raw giddy nerdery. (Who doesn't want to gush over bitwise operators?) (tagged: Johnny Five Arduino JavaScript bitwise operators Rebecca Murphey ) Leak Finder By Marja Hölttä and Jochen Eisinger (Chrome team, Munich), writing […]

Danielewski.js

by Rob Friesel

Inspired by @fat’s @angustweets’ 1 “If Hemingway wrote JavaScript”: if Mark Z. Danielewski (author of House of Leaves) wrote JavaScript: // The narrator leaks globals but we cannot know if he intends this; we are // forced to trust him. There is no going back. stairs = this[‘stairs’] || {}; stairs[‘0’] = null, stairs[‘1’] = […]

Linkdump for August 2nd

by Rob Friesel

Introduction to RequireJS Jack Franklin, writing at The JavaScript Playground, gives us this decent introduction to RequireJS. It doesn't go into too much depth, and I wish he'd spent a little more time to discuss using it in a larger project–but it's enough to get you off the ground if you're new to RequireJS. (tagged: […]