Tuesday, May 10, 2011

The day of the cross

a similar lunar eclipseThis is an update to my earlier post on this subject. You can download Celestia and see what happened on April 3 of 33 A.D. for yourself with this handy little celestia script. Just save the script to your desktop, launch Celestia, and click File, Open Script, and select the file you downloaded. It appears that this script needed some adjustments for the newest version of Celestia 1.6.0.

Enjoy.

P.S. If anyone knows from the change logs, which revision it was in Celestia which caused this script to need adjustment, please let me know. Thanks.

Tuesday, May 03, 2011

Flex Jam Orlando 2011


Flex Jam with Greg Wilson, James Ward, and Holly Schinsky .... jamesward.com
gregsramblings.com
devgirl.org

Errors: unable to open 'C:\Documents and Settings\geek\Adobe Flash Builder 4.5\TourDeMobileFlex\libs

Description Resource Path Location Type
unable to open 'C:\Documents and Settings\geek\Adobe Flash Builder 4.5\TourDeMobileFlex\libs' TourDeMobileFlex Unknown Flex Problem
Do not worry about this ...

Right click "TourDeMobileFlex" -> New -> Folder
Then just type "libs" in for the Folder name, and click Finish.

Hope that helps.

error: SSL certificate problem, verify that the CA cert is OK.

$ git clone https://github.com/someguy/hisApp.git
Cloning into hisApp ...
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/someguy/hisApp.git/info/refs

fatal: HTTP request failed
If this happens to you ... no problem.  Here is a solution:
$ env GIT_SSL_NO_VERIFY=true git clone https://github.com/someguy/hisApp.git
Hope that helps.