DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

jack's picture

Unregistered

Feeds

aliases

  • jack
  • Jack Dempsey
  • Jack Dempsey

jack

5 months ago

in git ready » helpful command aliases on git ready: daily git tips
Isn't the fetch in the spull alias unneeded? git-svn rebase will by default fetch and then rebase, right?
2 replies
wadey git svn rebase doesn't grab commit information for new branches, while git svn fetch does. I use the following:

git svn fetch && git svn rebase -l

the "-l" makes the rebase reuse the information that was just grabbed by the svn fetch
Matthieu Moy I was going to post the same command. "git svn rebase" just works.

5 months ago

in git ready » finding what has been changed on git ready: daily git tips
Isn't this a bit off? "Using git diff will compare what is in the staging area and what’s last been committed." A simple 'git diff' will show you the difference between files in your working directory (and under) and whats in HEAD. To look at what I've changed at added to the index I use git diff --cached.
1 reply
qrush Ah yes, I seem to have misworded this a bit. I'll add this into the post, thanks.

5 months ago

in Vim a couple of weeks in. on smarticus-blog

Great stuff Bryan…after using Emacs for years, and recently textmate, I’ve been almost exclusively in Vim, and as I learn more, it just gets better.


For people wanting links:


Minibufexpl – http://www.vim.org/scripts/script.php?script_id...>

FuzzyFinder – http://www.vim.org/scripts/script.php?script_id...>

NERDTree – http://www.vim.org/scripts/script.php?script_id...>

6 months ago

in Since no one really reads blog posts on New Years Eve on smarticus-blog

Bryan,


Congrats on the kid, job, and wife. Amazing when all three make you happy. I also looked at Lua recently, and think I’ll play with it a bit as time permits.


@norman,


You obviously haven’t heard of Luv (http://github.com/temiy/luv/tree/master) the Lua framework that boasts it “is much faster then any <span class="caps">PHP</span>, Ruby, or Python frameworks”. I’d love to see that proven, so Artyom, if you’re reading, what’re the numbers?


Happy New Year all.

9 months ago

in DIY Performance Art on How To Split An Atom
Very cool stuff...makes me feel pretty dull about my day...

9 months ago

in The Quest for the Perfect Shave on Gweezlebur
Great to see another convert. I made the switch about a year ago, and went along very similar lines to what you have now.

I recently got a decent straight blade, but have to say, it can't compete with my DE and Feather blades. They really are the best.

1 year ago

in Comment on 'Tests make you write better code' by Hampton on Gweezlebur
I need to start using that clause Josh. IRT the ""What do you do when you come on a large project with no test suite, and no budget for retroactively creating one?", I'm more and more getting to the point where the answer is "rrrrrrrrrun awaaaaaaaaaaaay".

1 year ago

in TV on mattmaroon.com
I would say that Arrested Development is better when you watch it in a row. There're a lot of "inside" type jokes that you really need fresh in your mind to appreciate. Rent a season on DVD and enjoy.
1 reply
mattmaroon's picture
mattmaroon Ha, apparently my readers all love AD. I've already seen it but good recommendation.
Returning? Login