found drama

get oblique

Tag Archives: Code

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 March 30th

by Rob Friesel

Whisky Blender Provides Bespoke Potables by Mail Intriguing idea. If you like the blended aqua vitae. (tagged: whiskey ) Publish What You Learn Great article at Smashing Magazine. I can say that this is a big reason why I write about this kind of stuff — I feel like I haven't really learned something until […]

on that “Rails went off the Rails” post

by Rob Friesel

RE: Rails Went Off The Rails: Why I’m Rebuilding Archaeopteryx In CoffeeScript …by Giles Bowkett (@gilesgoatboy); via @al3x. I read this and did a lot of head-nodding, but there was something about it that did not sit right with me. And not just the inflammatory rhetoric. 1 There was something else… Fortunately, Reginald Braithwaite summarized […]

Linkdump for January 24th

by Rob Friesel

Interview: Neal Stephenson Interview with Neal Stephenson at Lightspeed Magazine: …I think that what science fiction can do in cases like this is provide not just an idea for some specific technical innovation, but also supply a coherent picture of that innovation being integrated into a society and an economy. (tagged: scifi interview Neal Stephenson […]

a jshint pre-commit hook for git

by Rob Friesel

JavaScript is a wily beast: optional semi-colons and braces 1, sneaky performance hits, promiscuous equality operators and other dirty tricks… If you’re not careful, you could get yourself in trouble. Fortunately, there are tools out there to help. One of the recent additions to the JavaScript developer’s code quality toolkit is jshint. 2 Even more […]