Saturday, August 3, 2013

Fascinating Mysteries - Natural and Man Made

Man Made 

antikythera mechanism 


voynich manuscript 
Voynich Manuscript (170).jpg

cappadocia chimneys




cave dwellings of cappadocia



stone spheres of costa rica



the-stone-spheres-of-costa-rica



baghdad batteries



piri reis map
The Piri Reis Map


 
bontems automata




sumerian cylinder seals





Natural 
waffle rock 
giant's causeway 
devil's tower 
devil's postpile 
baigong pipes 
badlands guardian 
hidden character stone 
navajo sandstone 
rainbow bridge utah 
wall arch utah 

Wednesday, June 16, 2010

Dreams

Some of the most brilliant minds in history have admitted that the inspiration from their works came from their dreams. August Kekule who postulated the molecule Benzene was inspired by a dream of a serpent eating its own tail. Benzene is one of the most important catalysts known in the industrial sciences. Niels Bohr envisioned the nucleus of an atom with electrons rotating about it. Wolfgang Pauli, who became a close associate of Carl Jung, was known for the Pauli Exclusion Principle. Many of Pauli's theories he accredited to visions he received while he slept.

Saturday, June 5, 2010

Pomphlyx Blisters and CD11a

Finally found out what's up with those clear blisters on hands and feet. The condition is called Pomphlyx. It's a type of dermatitis, specifically eczema, that occurs during certain parts of the season contingent on allergies per person. It is also dependent on age and hormone levels. Apparently, the human antibody CD11a becomes highly activated following a sustained allergic event. Once fully expressed enzymes enable the corpuscles to release "toxins" to the epidermis, causing blisters. Because they are pressing against nerves the underlying skin becomes very itchy. Pretty freaky when you think about it. Anyway, the response is normal for many people in-between allergy seasons.

The entire condition is very analogous to prepubescence and pimples/acne. Pubescence sets markers, so to speak, in the human immune system. For example, if allergies have not conditioned a response in the body before puberty the body will most likely never develop a quick, reliable response to repress an allergic reaction. If you had zits when you were a kid, they will show up again in another form when you get older. It has to do with telomers and gene expression, as you get older your body just isn't going to produce as much of what it needs (mostly enzymes, specifically hormones) and the body "falls apart" so to speak.

Friday, November 13, 2009

Single Instance "Nant"


Download pathc400.zip from Novell. Extract the zip and right click on the .inf file. Click Install.


Now when you right-click on any file or directory you should have the Copy Path option to copy file and dir paths to the clipboard. This is used to build the “list” file which your batch file will use to copy specific source files from.


Create a batch file with the following contents in it:


@echo off

set flags=/Y /E /V /F /C

for /f "eol=; delims=," %%f in (file_list.txt) do xcopy %%f %flags%

echo.

echo.

echo Copying complete.

echo.

echo.

pause


Save it to whatever name you like but make sure it is in the same directory as the file_list.txt file that you are about to create.


Create an empty txt file and call it file_list.txt. Save it to the same directory as the batch file you just created. Open the new empty text file.


Now go to the source directory that contains the files you would like to copy. Right-click on the file or files you would like to copy and choose Copy Path and Copy Long Path. Now go to the empty text file and press CTRL-V (or SHIFT-INSERT) to paste the path and file name.


It should look something like this (notice the directory structure implicitly stated in target path), containing a source directory in quotes followed by a destination directory in quotes:


"C:\Inetpub\wwwroot" "C:\"

"C:\Inetpub\wwwroot\" "C:\"



Once you are done building your file list simply (save the text file, first) then simply execute the batch file to begin your (explicit) file copy.


Wednesday, July 29, 2009

Hole In One

Ahh, Jupiter, my old friend and garbage disposal of our solar system.

See my post on Red Dawn regarding impact opportunities.

http://cseligman.com/text/asteroids/sizedistribution.htm

With an increasing number of comets entering from outside of our solar system things are becoming risky(-ier) for life on Earth. There have been many posits for where this stuff is coming from, such as:

Our solar system is moving through a more densely-populated and original-universe portion of our galaxy, which supposedly occurs every 16 million years.

Luck Favors the Prepared

And in the spirit of preparedness I created the attached spreadsheet using the Stanford/Hellman three-condition model to calculate the probability of a global nuclear war in the next 40 years.

Event and Conflict Probabilities

http://news.stanford.edu/news/2009/july22/hellman-nuclear-analysis-071709.html

Wednesday, July 15, 2009