August 2011
24 posts
3 tags
Aug 31st
4 notes
4 tags
Aug 29th
19 notes
2 tags
“Whether you think that you can, or that you can’t, you are usually right.”
– Henry Ford (One of several variations.)
Aug 28th
3 tags
“Nothing can bring you peace but yourself. Nothing can bring you peace but the...”
– Ralph Waldo Emerson
Aug 22nd
2 notes
4 tags
Google and Wolfram Alpha: Two Examples
Today I had two questions that I plugged into Google and Wolfram Alpha: How many seconds are in two weeks? I wanted to extend my CouchDB login on my local computer so I wouldn’t have to worry about timing out. Since it’s in seconds, I needed to convert my desired time to seconds. I used the query “two weeks in seconds”. First I tried Wolfram Alpha. It gave me the answer...
Aug 21st
8 notes
3 tags
Are you a good programmer? →
Aug 20th
12 notes
2 tags
HOWTO Use UTF-8 Throughout Your Web Stack →
Aug 20th
1 note
3 tags
jquery.tmpl.js →
The source of the new jQuery.tmpl() plugin.
Aug 18th
7 notes
3 tags
Pomodoro Idea
Don’t cancel pomodoros, rate ‘em! Wanted: a pomodoro log with ratings and graphs. (BTW do cancel pomodoros that are really interrupted, not ones that haveĀ [partially] fallen victim to distraction.)
Aug 18th
8 notes
3 tags
Building Windows 8 →
My version: How do I build Windows 8? Windows 8 isn’t an open source project, so you can’t.
Aug 15th
4 tags
on rvm's *cd* script
I’ve seen a lot of misinformation and missing facts in the discussion about rvm’s cd script, which overrides the shell’s cd and allows it to pass through, so I’m posting this to clear the air a bit. Only one of a dozen or so posts I’ve read about raising concern with it cited a concrete problem with it. It was also for an earlier version of rvm, and it may already be...
Aug 13th
51 notes
5 tags
Aug 11th
24 notes
3 tags
Aug 11th
2 notes
5 tags
Ten Best Dr. Steve Brule Moments from Tim and Eric... →
Aug 11th
5 notes
Aug 11th
2 tags
Aug 11th
326 notes
Node Knockout: Countdown to KO #1: How to Install... →
Nice. I didn’t know about that Ubuntu package server. Also, another option for Windows users is to use VirtualBox to get an Ubuntu virtual machine. It’s free and is a much more standard node.js environment than cygwin. nodeknockout: This is the 1st in series of posts leading up to the second annual Node.js Knockout about how to use node.js. This post covers how to install node on...
Aug 10th
1 note
3 tags
Aug 6th
1 note
4 tags
Aug 5th
6 notes
4 tags
Aug 5th
21 notes
2 tags
Aug 5th
9 notes
2 tags
two quick git tips
Two things I learned today: If you’re committing files in a directory on a server, and getting permission errors, just change the owner of the .git directory to the account making the commits. I did chown -R batkin:staff. Changing the permissions of the other files can have unwanted side effects, so I prefer to do them only as needed. To stage all files deleted outside of git on the...
Aug 5th
1 note
Aug 3rd
2 notes
Clever Solution. →
Aug 1st