found drama

get oblique

Tag Archives: James Coglan

Linkdump for March 5th

by Rob Friesel

Debugging JavaScript in a Hostile Environment E.J. Dyksen, writing at Mutually Human. It's an interesting story of how they handled the debugging for this particular environment (WebBrowser Control in a VB app), even if the solution itself is not especially novel. The one surprise (to me) was that the Angular $log service was not mentioned. […]

Linkdump for April 27th

by Rob Friesel

Crafting a README By Chris White, writing at the Engine Yard Developer Blog. Most of this should seem like common sense, but I'm also glad someone went to the trouble of writing it down. He mentions Markdown in the blog post, but I'd really try to underscore that point: that Markdown really ought to be […]

Linkdump for March 31st

by Rob Friesel

Broken Promises Drew Crawford’s response to James Coglan's post about Node.js and Promises. (And yes, it has the same title as Mikeal Rogers' post — vide infra…) Also long, also worth reading. His promises : callbacks :: for-loops : while-loops analogy may or may not be completely appropriate, but I thought it was reasonably illustrative […]

Linkdump for July 30th

by Rob Friesel

Service-oriented Songkick James Coglan writing at the Songkick blog re: the migration of their monolithic Rails app into modularized components and a service-oriented architecture. Interesting case study, and definitely worth the 10 minutes. (tagged: service-oriented architecture Rails Songkick James Coglan ) Colson Whitehead’s Rules for Writing Colson Whitehead, writing at NYTimes.com: Most people say, “Show, […]

Linkdump for June 21st

by Rob Friesel

The Scam Wall Street Learned From the Mafia Who else? Matt Taibbi, at Rolling Stone: That doesn't sound like much. But when added to the other fractions of a percent stolen from basically every other town in America on every other bond issued by Wall Street in the past 10 to 15 years, it starts […]

Linkdump for April 20th

by Rob Friesel

The cost of privacy James Coglan writing at The If Works: However, encapsulation does not need to be rigorously enforced by the machine, and using this style has all sorts of annoying costs that I’ll get to in just a second. Encapsulation is something you get by deliberately designing interfaces and architectures, by communicating with […]