Skip to main content

The Age of Magic

We all have heard the saying that to any sufficiently primitive culture, any measure of technology appears to be magic. At what point does a technologically advanced society realize that it has begun to enter into the Age of Magic?

If you were born in the early part of 1900, then you would have seen some largely fantastic advances that would appear magical to any primitive culture. Yet, even throughout the last 100 years, all that we've seen are advances on our mechanical technology. Whether it is the mechanical control of electrons through an NP junction, or the mechanical scattering of electromagnetic waves, these are just advances on the mechanical.

Reading through Science today, I found a perspective on negative index of refraction materials (10.1126/science.1136481). What the heck is that, you say? Check this out:

http://physicsweb.org/articles/world/16/5/3

http://www.newscientisttech.com/article/dn10816.html

http://www.azom.com/details.asp?newsID=7492

http://www.sciencemag.org/cgi/content/summary/315/5808/47

The Science article shows how these metamaterials are formed in real-life, not in computer simulations. Their structure is nano in scale, of course, but they are no more complicated than a simple square of wire with another square of wire embedded in it. Or better yet, just a fishnet of nanowire with a well-designed dielectric spacer. While simple in design, these metamaterials are capable of hiding objects from detection, yes even from RADAR. As the technology is perfected for visible light, there is no doubt that you will be able to purchase a cloaking "cape" that is able to hide your appearance (but not your existence).

As our technology continues to be reduced into the nano-scale world, more and more will it appear to be magical. While we won't be invoking any spells, per se, we will be making use of devices that will appear magical to us. Already we have micro-scale steam engines and lethal nanoized chemicals that can kill pathogens and other microorganisms and yet do not affect larger, more complicated organisms (EcoTru from EnviroSystems, Inc. - www.ecotru.com).

These negative index of refraction materials remind me of the Synthetic Aperture Radar developed by Dr. Edward Fenimore of Los Alamos National Laboratory. SAR is just a disk of material that has a pattern of "punch holes" in it that are designed to improve the focus of an image. The SAR works with any kind of EM-radiation, even visible light. The magical physics of the SAR are in its geometry, just like the NIMs.

Cosmic geometry. Maybe the Masons had the right idea thousands of years ago and have been waiting for the rest of us to catch-up.

Popular posts from this blog

The Spinning Brain

Intuition is a phenomenon of the biological brain that doesn't have any physical explanation. Many people experience intuition with varying degrees of success. There are a variety of theories regarding intuition [1] and some people regard intuition with much caution [2] . Yet, I am happily in the camp that has learned to respect my intuition as it has proven time and time again to be correct. Recently, though, I'd been thinking about intuition and soothsaying . There are many cases of people who claim to see the future, whatever that might be. Maybe there is something to be said about this mystical phenomenon. Maybe there is a real physical process at work that we just haven't thought of yet. To this end, I am proposing a theory about human intuition. This theory, though requires some background in quantum mechanics . Specifically, quantum entanglement . I'm not the only person who has theorized about quantum entanglement and its role in biological congnition and th...

Stock Option Debt Income

The 2024 Presidential election has brought out a topic of interest that seems to have been perverted. There is this "Taxing Unrealized Capital Gains" [1] movement that is being falsely attributed to Vice President Harris. Clearly, this is a change in the revenue code that was designed by someone in office long before VP Harris was in office. My money is on Elizabeth Warren and Bernie Sanders. What is this change in the revenue code though? For that you have to understand what Silicon Valley zillionaires are doing with their stock options. Many of these people in this special economic area have huge discounts on stock prices for companies that are not public yet, or are public and can not be sold [2]. To be fair to these holders of equity, banks allow them to finance debt using leverage against those options. If you hold an option that is worth $5M then a bank might lend you a share of that value, thus realizing a debt against the option [3]. This is a fair debt instrument and...

Number of Primes

Anderson's Theorem (a) The number of primes in [1,n] is no more than 2+floor(n/2). The probability of n being prime when n is not prime is 1/2 - see Dasgupta,Papadimitriou,Vazirani "Algorithms" page 26. Therefore, the E(pi(n)) is n/2. (b) There does not exist another set of adjacent primes other than {1,2,3} 5: 2 + floor(5/2) = 2 + 2 = 4:=> {1,2,3,5} : 4 <= 4 7: 2 + floor(7/2) = 2 + 3 = 5 => {1,2,3,5,7} : 5 <= 5 11: 2 + floor(11/2) = 2 + 5 = 7 => {1,2,3,5,7,11} 6 <= 7 26: 2 + floor(26/2) = 15 => {1,2,3,5,7,11,13,17,19,23} : 10 <= 15 Lagrange's Theorem is Inaccurate Lagrange's theorem about primes states that pi(x) is the number of primes <= x. The pi(x) is approximately x/ln(x). He postulated that the lim of pi(x)/(x/lnx) as x-> infinity was 1. This is incorrect. if the number of primes is bounded by n/2 then refactoring and reducing Lagrange's Theorem results in the lim of ln(x) as x approaches infinity. This is alwa...