Making plans.
August, 2013
-
-
John Siracusa makes some great points about development approaches and design vs. implementation from minutes 25-30. Pretty good discussion before that as well.
-
Great slide deck – does a good job introducing Backbone and Underscore for folks already familiar with jQuery.
-
At this point it’s easier to write the damn thing myself. #wordpress #plugins
-
Both of these bugs I’m chasing are in the “Hmm, interesting…” phase.
-
Definitely handy – I’ve added them to my .gitconfig. (note the double-encoded ampersands should simply be
&instead of&)UPDATE: Here is a Gist with some of my favorite alises – including
incomingandoutgoingthat will use the currently checked out branch against the matching origin branch (no longer hard coded to master):
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] up = "pull –rebase" pullmerge = "pull –no-rebase" subup = "!f() { git submodule sync; git submodule update –init –recursive; }; f" subreset = "submodule foreach 'git reset –hard HEAD'" who = shortlog -s — lg = log –graph –pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' –abbrev-commit –date=relative info = remote -v incoming = !(git fetch –quiet && git log –pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' ..@{u}) outgoing = !(git fetch –quiet && git log –pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' @{u}..) This post is part of the thread: Version Control – an ongoing story on this site. View the thread timeline for more context on this post.
-
Vienna’s kickstarter for a music video passed its goal by 50% in a single day. Awesome!
-
Great post by Evan. I learned long ago as a BlackBerry user to turn off notifications for everything except:
- phone calls
- SMS / text messages
- calendar alerts
My phone rarely buzzes, but when it does I probably need to pay attention to it. The rest of the time it’s on me to choose to look at it (for new email, tweets, etc.) or not.
-
The video from my panel at WordCamp SF is now online. Thanks to Matt, Shane, Jake and Brad for a great session.
-
Stuck on how to reply to an email? Here’s the mental checklist I use: Re-read the email a second time, without an emotion reaction. What was the real purpose of the incoming email? (informative, question, request for action, express frustration/anger/etc.) What type of response is needed? (simple reply, take some action then reply, ask for…
-
-
To: Family & Friends
Date: August 13, 2013
Subject: Chemo #11
Hi Everyone– I’m very glad that this is the next-to-last treatment in this round of chemo! Nothing too exciting to report. The side-effects and fatigue are piling up a bit as expected – the chemo has a cumulative effect, but everything is still manageable. There aren’t too many surprises about the process, effects, etc. at…
-
You can make a new friend but you can’t make an old one.
— Tom Bodett
-
This looks handy. I see Vagrant in my future.
-
I’m really glad to see this – I’m always more comfortable using a tool that allows me some control over my data.