8ball-media

little pieces from everything

picks of the month #1

sublimerge

You want to stay in your editor while committing, merging or diff‘n your git-based project ? Then you really should have a look at this awesome looking plugin for Sublime Text.

  • sublimerge – A diff and merge tool for Sublime Text 2/3

phantomas

You’re interessed in the performance (and other metrics) of your front-end ? Check out the phantomas node module. It is evolving heavily and the number of contributors in growing steadily. It provides you with a nice graphical overview including longest request, biggest requested data and a lot of other metrics. Go ahead and give it a try.

  • phantomas – Measure Front-End-Performance with NodeJS

qlstephen

Want to preview .json or README files with the QuickLook in Finder in OSX ? A quick download’n extract to ~/Library/Quicklookand you’re done!

Status

It’s literally has been a while since my last post.

Meanwhile I was allowed to play around with:

A lot of JavaScript stuff, right ? (Yes ma’, i’m a JavaScript dude now).

So as you may have noticed that’s why i removed the word ActionScript from the blog title and changed it to Little Pieces From Everything.

~david

RCov::VerifyTask “threshold” auto-update monitor

When developing TDD or BDD in Ruby (1.9.2) using the RCov::VerifyTask you need to fullfill a certain threshold to make a build successful.

It can be quite annoying to update the (hopefully) increased threshold of the RCov::VerifyTask in your Rakefile after each successful build. So I did some experiments and the following script is the result.