Chromium Nightly Updater Script Change

Posted October 27, 2010 by mehul
Categories: Uncategorized

I always test the latest chromium nightlies. You get the latest goodies and it is stable most of the time.

On Mac, I use the really neat and simply applescript by Dominic Barnes. Recently, Chromium nightly locations changed. So, here is the updated script.


--Developed by Dominic Barnes
--Email: dom@dombarnes.com
--http://dombarnes.com
--Version 0.3

--find latest build number
--set the_source to do shell script "curl http://build.chromium.org/buildbot/snapshots/chromium-rel-mac/LATEST"

set the_source to do shell script "curl http://build.chromium.org/f/chromium/snapshots/chromium-rel-mac/LATEST"

--set local directory info
set remFile to "chrome-mac.zip"
set locDir to "~/"
set locFile to "chrome-mac.zip"

--download latest build using build number in the_source
--do shell script "curl http://build.chromium.org/buildbot/snapshots/chromium-rel-mac/" & the_source & "/" & remFile & " -o " & locDir & locFile
do shell script "curl http://build.chromium.org/f/chromium/snapshots/chromium-rel-mac/" & the_source & "/" & remFile & " -o " & locDir & locFile

--unpack and copy
do shell script "unzip -o " & locDir & locFile & " -d " & locDir

--move existing Chromium and copy new
try
do shell script "cp -pR /Applications/Chromium.app /Applications/Chromium.old.app"
do shell script "rm -R /Applications/Chromium.app"
end try

do shell script "mkdir -p /Applications/Chromium.app"
do shell script "mkdir -p /Applications/Chromium.app/Contents"
do shell script "cp -pR " & locDir & "chrome-mac/Chromium.app/Contents /Applications/Chromium.app"

--Cleanup folders and files
do shell script "rm -R " & locDir & "chrome*"
try
do shell script "rm -R /Applications/Chromium.old.app"
end try
display dialog "Chromium build " & the_source & " has been installed"

Writers Almanac

Posted August 4, 2010 by mehul
Categories: Uncategorized

Garrison Keillor’s Writer Almanac makes my morning. Today’s one talks about poor early risers, louis armstrong, scat singing, poet shelley, beatles. Here is a gem: When asked to define jazz, Pops said: “Man, if you have to ask what it is, you’ll never know.”

http://writersalmanac.publicradio.org/index.php?date=2010/08/04

The Gervais Principle, Or The Office According to “The Office”

Posted October 15, 2009 by mehul
Categories: Economy & Business

Tags: ,

The Gervais Principle is this:

Sociopaths, in their own best interests, knowingly promote over-performing losers into middle-management, groom under-performing losers into sociopaths, and leave the average bare-minimum-effort losers to fend for themselves.

via The Gervais Principle, Or The Office According to “The Office”.

No Sequitur

Posted December 15, 2008 by mehul
Categories: Uncategorized

“Non sequitur is Latin for “it does not follow.” It is most often used to indicate something which does not follow logically, such as a stated conclusion that is not supported by the facts.”From Wikipedia

links for 2008-05-09

Posted May 9, 2008 by mehul
Categories: Uncategorized

links for 2008-05-06

Posted May 6, 2008 by mehul
Categories: Uncategorized

links for 2008-05-04

Posted May 4, 2008 by mehul
Categories: Uncategorized

links for 2008-04-04

Posted April 4, 2008 by mehul
Categories: Uncategorized

links for 2008-03-17

Posted March 17, 2008 by mehul
Categories: Uncategorized

links for 2008-03-16

Posted March 16, 2008 by mehul
Categories: Uncategorized


Follow

Get every new post delivered to your Inbox.