This is the best description of what SOPA and PIPA mean, where they came from, and what is going to happen next. Watch it.
(via: SourJayne)
While it is easy to create forks of other projects through Github, it isn’t as easy to update your fork from the parent repository. The following steps are what I do to update my fork. These steps assume that you have a local copy of the repository and that everything is up to date and committed.
First you need to add a remote to the repository you forked.
$ git remote add --track <branchname> <projectname> git://github.com/<gitmember>/<project>.git
Where,
masterorigin for your forked instance of the project, so call it something other than origin.To see that the remote was successfully added you can run
$ git remote -v
which will show all the remotes your local repository currently has.
Next you want to fetch all the changes from the newly added remote.
$ git fetch <projectname>
Where projectname is the name you assigned to the remote above.
This fetch operation will create a new branch in your repository called projectname/branchname. With that in place you are ready to merge.
$ git merge projectname/branchname
That’s all there is to updating your fork from the parent repository.
Just. Wow.
(via Kottke.org)
Enthralling. (Mildly NSFW)
{{ “B001AX11LI” | amazon_mediumleft_image }} The ending of the story in book form is far different than the movie version. Both are good, but the original is darker and more poignant. I’m glad to have reread the entire Lord of the Rings again, especially right after watching the movies. It is still one of my all-time favorite books and one of my all-time favorite movies.
Not that anyone should be surprised by this, but the amounts of money some of the SOPA/Protect-IP supports have received from the movie/television/music industry is staggering.
Well worth the time to read. I rarely go to Best Buy any more. They are loud, uncomfortable places filled with annoying help, or no help at all.
Fascinating read about the true costs of “free parking”. This ties into some possible unintended effects of Driverless Cars .
{{ “B003BS18PY” | amazon_mediumleft_image }} The Two Towers has always been the hardest of the three Lord of the Rings series to read. It’s darker, and with the split story line and new characters, harder to follow. As with The Fellowship of the Ring the movie version of this book is dramatically different. Several of the characters are wholly different between the two tellings. In the movies Frodo is a victum, and Strider is unwilling to accept his fate. In the books Frodo is stronger and wiser and Strider is almost eager for his fate. I am not one to analyze what I read, but it has been fun to see the vast differences between the movie version and the printed version of this tale.
I’ve linked to the edition I own even though it is currently unavailable for sale. If you want a copy you’ll have to select a different edition.