Extraterrestrials & the Digital Universe -Von Neumann & Edward Teller

Standard
Hello,

I’ve been reading George Dyson’s Turing’s Cathedral lately & today I read something interesting about intelligent life & computers from the age of John von Neumann & Edward Teller, which I’d like to share [1]:

Von Neumann rarely discussed extraterrestrial life or extraterrestrial intelligence; terrestrial life and intelligence were puzzling enough.

…”There is every reason to believe that any planet on which a large variety of molecules can reproduce by interconnected (or symbiotic) autocatalytic reactions, may see the formation of organisms with the same properties.” One of these properties, independent of the local conditions, might be the development of the Universal Machine.
Over long distances, it is expensive to transport structures, and in expensive to transmit sequences. Turing machines, which by definition are structures that can be encoded as sequences, are already propagating themselves, locally, at the speed of light.

…Those best able to survive the passage of time, adapt to changing environments, and migrate across interstellar distances will become the most widespread. A life form that assumes digital representation, for all or part of its life cycle, will be able to travel at the speed of light. As artificial intelligence pioneer Marvin Minsky observed on a visit to Soviet Armenia in 1970, “Instead of sending a picture of a cat, there is one area in which you can send the cat itself.” [p.290]

The host planet would have to not only build radio telescopes and be actively listening for coded sequences, but also grant computational resources to signals if and when they arrived. The SET@home network now links some five million terrestrial computers to a growing array of radio telescopes, delivering a collective 500 teraflops of fast Fourier transforms representing a cumulative two million years of processing time. Not a word (or even a picture) so far -as far as we know. [p.291]

In a discussion with Edward Teller, the authors quotes Teller:

 “…If there is life in the universe, the form of life that will prove to be most successful at propagating itself will be digital life; it will adopt a form that is independent of the local chemistry, and migrate from one place to another as an electromagnetic signal, as long as there’s a digital world -a civilization that has discovered the Universal Turing Machine- for it to colonize when it gets there. [p.292]

IPython: Python at your fingertips

Standard

To install the IPython notebook, do the following:

sudo apt-get install distribute ipython python-zmq python-tornado ipython-notebook
pip install numpy matplotlib #if you want to use the numpy extension & matplotlib plotting library
ipython notebook # launch the notebook from a terminal (will open in browser!)

 

The History of FORTRAN

Standard
Interviews with the original developers of FORTRAN back in the 1950s.

other source: http://www.fortranlib.com/FORTRAN-1982.wmv

Philosophy: Kant (Prolegomena)

Standard
I was just reading the author’s introduction to “Immanuel Kant: Prolegomena to Any Future Metaphysics” in the book “The Great Works of Philosophy” by Robert Paul Wolf [1]. I want to share the last section (pp. 347-348) of this 3-page intro:

“…If the  mind imposes its own subjective forms on nature, then the nature it knows cannot be a realm of things as they are in themselves; it must be merely a realm of things as they appear to us. In short, our knowledge must be limited to appearances; reality is forever obscured from our view. Hence metaphysics, the “science of reality,” must be an empty discipline, a mere pretension and illusion to be refuted rather than encouraged.
Thus Kant’s philosophy is at one and the same time optimistic and pessimistic. He reassures us that our mathematics and science is valid knowledge, but he cautions us that it is valid only for appearances, not for reality itself. In the end, the transcendental philosophy is a lesson in intellectual humility, for it teaches us that the human mind lacks the power to penetrate the veil of appearance and grasp the inner nature of independent reality.”

—————————

Thanks for reading

Online Security: Rules to stay safe online

Standard

Some basic rules of thumb to use when online to increase your safety online, ordered in order of

  • General
    • Never open or reply to any email from an unknown. Consider it suspicious.
    • Never click a link given by a stranger or even by a friend if you’ve not asked for it.
  • Browser related
    • Disable redirects (links might redirect you to fake pages!)
    • Use HTTPS instead of plain HTTP
    • Block JavaScript & Java
    • Block Ads
    • Block 3rd parties in web pages (most of which are hidden)
    • Control cross-site requests
    • Erase internet history, private data, cookies
    • Erase Flash Local Shared Objects (LSO), also known as long-term Super-Cookies

Note: Pages might not load well enough with the above; you will often need to allow some services & parties, but at least its under your control!

  • Chatting
    • Follow the “General”
    • Use a good Instant Messenger
    • Use encryption

And remember, a computer is as smart as its user is & secure as cautious its user is!

Disclaimer: Please be warned that following the above rules increases your online security but it is by no means guaranteed to be completely safe! As a matter of fact, there’s nothing as being completely safe online!

Thanks for reading

last update: 2013-09-15