found drama

get oblique

Tag Archives: git

Linkdump for August 10th

by Rob Friesel

Nodeload2: Downloads Reloaded at GitHub (tagged: performance architecture git Node.js github ) Fastersite: Finding memory leaks Useful reading on a useful exercise in JavaScript profiling and how to identify and mitigate memory leaks. (Short answer (as usual?) is "be careful with the DOM".) (tagged: javascript web google performance programming essay ) Easy Hikes Around Lake […]

Linkdump for August 2nd

by Rob Friesel

Obama’s Pyrrhic Defeat, Ctd Andrew Sullivan — Debt Ceiling Reading List #2: I have to say I'm not that unhappy with this result, as I explained last night. But that's because I want serious budget cuts and don't regard our current debt as benign. I guess that is what makes me not-a-liberal. But I also […]

Linkdump for July 19th

by Rob Friesel

$ cheat git (tagged: tutorial reference git ) Pro Git – Reset Demystified Scott Chacon writing at the Pro Git blog; consider this post to be "part one" of the otherwise missing chapter on git reset. Good stuff. (tagged: tutorial git ) Processing.org (tagged: design visualization tools art software todo ) SwimmingHoles.info: Vermont Swimming Holes […]

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 […]

a better version comparator

by Rob Friesel

Back in February, I wrote a little Ruby script to deal with sorting version numbers as they’re dumped out of the git tag command. The problem (in a nutshell) is that “1.0.2” < “1.0.10” — except that git returns these as strings which sort alphabetically. Hence the original Ruby script. Now: if you’re behaving yourself, and following […]

don’t get lost in the sea of tags

by Rob Friesel

Ever feeling lost in a sea of not-exactly-ordered tags when you enter git tag at the command prompt? It seems that a common tagging idiom in a lot of git repos is to tag important milestones or releases. Some repos use <major>.<minor>, others <major>.<minor>.<version>, still others <major>.<minor>.<version>.<patch> (and so on?). And as those repos get […]

Linkdump for February 1st

by Rob Friesel

Locale::Maketext::TPJ13 at search.cpan.org — short version: "Thar be dragons here." (tagged: programming language linguistics interesting essay ) What the Heck is Shadow DOM? at Dimitri Glazkov (tagged: javascript css html5 webdev DOM ) Lest We Forget (Or How I Learned What’s So Bad About Browser Sniffing) on FarukAt.eÅŸ — hot on the heels of the […]

Linkdump for November 30th

by Rob Friesel

Homebrew "MacPorts driving you to drink? Try Homebrew!" or "The missing package manager for OS X." (tagged: homebrew git Apple Mac OSX terminal ) Tower Alleging to be "[the] most powerful Git client for Mac". So if the CLI isn't enough for you, I guess you could try this GUI. (tagged: git todo ) CSS […]

Linkdump for October 13th

by Rob Friesel

How many users have JavaScript disabled? by Nicholas Zakas (at YDN Blog): The second takeaway is that JavaScript-disabled users exist. While 2% of U.S. visitors may not seem like a lot, keep in mind that over 300 million users visit the Yahoo! homepage each month. That means 6 million users visit each month without the […]

Linkdump for June 17th

by Rob Friesel

Jo JavaScript Application Framework for HTML5 (tagged: CSS3 html5 javascript library ui webdev todo ) Pro Git (tagged: git documentation work ) A successful Git branching model at nvie.com (tagged: work git dev essay branching ) Ephphatha Poetry: "Imagine if the Tea Party Was Black" – Tim Wise via @ebertchicago: Imagine that hundreds of black […]