Ok seriously this place has a Mayor? (at least she should be el alcalde) (@ San juan luis munoz marin international airport)
September 2010
I seem to be somewhere in the South. There is NASCAR everywhere.
Phew! I escaped Carolina but now everyone’s speaking Spanish.
Look at all the Rubies! RVM + RubyMine = chaos http://yfrog.com/3d9ump
RT @maryspecht: Pro Tip: If you hit trouble while coding your personal website, it’s REALLY nice to be dating an @pivotallabs developer.
Normally pushing branches and tags is a two step process:
$ git push $ git push --tags
A handy tip was just posted to the Git mailing list by Zoltán Füzesi:
I use
.git/configto solve this:[remote "origin"] url = ... fetch = +refs/heads/*:refs/remotes/origin/* push = +refs/heads/* push = +refs/tags/*With these lines added
git push originwill upload all your branches and tags. If you want to upload only some of them, you can enumerate them.
Haven’t tried it myself yet, but it looks like it might be useful until some other way of pushing branches and tags at the same time is added to git push. On the other hand, I don’t mind typing:
$ git push && git push --tags
To the dude who asked me if Wrong would ever work in IRB: I was wrong! Now it does. #gogaruco http://bit.ly/aTV4el
Paste Ruby code or a URL to get Ruby syntax explained. Explain Ruby will not be able to explain what the code in question does, i.e. the original author’s intent, but it will help newcomers to Ruby to learn how to read code by teaching them programming constructs of the Ruby programming language.
RT @ryanbigg: Seth: “What mobile platform would you develop on?” Random audience member: “Your mother!” #gogaruco
RT @lightcap: So are we going with “stabda” for stabby lambdas? #gogaruco
RT @sethladd: ruby runs in the browser thanks to native client. open source! http://code.google.com/p/nativeclient/ #gogaruco
.@igrigorik RT @dws That’s a handy shortcut for approximating http://en.wikipedia.org/wiki/Jaccard_index #gogaruco
About to give lightning talk on Wrong (@ GoGaRuCo 2010 w/ 9 others)
.@mislav showed me his nice Ruby Explainer - like tryruby.org in reverse #gogaruco - lightning talk coming soon
Josh’s chariot arrives at #gogaruco http://www.flickr.com/photos/alexchaffee/5001729731/
RT @timocratic: “they *just* count all the words on the internet, in every language” #gogaruco
measure similarity by compressing two files, then compressing their concatenation, and comparing the sizes @igrigorik #gogaruco
RT @purp: “If you can’t name your own variables, you’re not really programming.” @alexch re: code skeletons as a teaching tool, at #gogaruco
“This project is not ready for your awesome” - advice on how to take patch rejection by @evanphx @gogaruco
talk on test frameworks forgot Wrong :-( http://github.com/alexch/wrong #gogaruco (but it’s not a framework… but neither is shoulda)