2015-12-27

Raffi Khatchadourian`doomsday invention #robotics

12.14: cs/ai/Raffi Khatchadourian`doomsday invention:
. an article in the New Yorker, nov 23, p64,
Raffi Khatchadourian "the doomsday invention:
will artificial intelligence destroy us?":
. Nick Bostrom wrote in "superintelligence:
paths, dangers, strategies"
that humans risk being killed off when the robotic network
"gains the ability to improve itself,
and in short order exceeds the intellectual potential
of the human brain by many orders of magnitude."

2015-08-03

#robotics beware offensive autonomous weapons

8.1: news.cs/robotics/beware offensive autonomous weapons:
8.3: summary:
. we are getting close to robotics that are
so talented they may serve as soldiers;
but scientists warn we should avoid
such a robotics arms race.
. supercomputers will be used to design
robotic soldiers we don't fully understand.
. robots designed for mutually assured destruction
could cause the extinction of the human race
much more effectively than nuclear weapons.

2015-05-30

Linus Torvalds`thoughts on #Python

2.19: co.quora/adda/lang/python/Linus Torvalds`thoughts on #Python:

co.quora.com/ What-does-Linus-Torvalds-think-of-Python:

eternal civilization foundations

2.18: news.adds/eternal civilization foundations:
openculture introduces longnow.org:
. longnow's Manual for Civilization
aims to select 3,500 books deemed to be
most likely to sustain or rebuild civilization.

2015-02-20

Linus Torvalds`use asciidoc

2.19: web.adda/markup/Linus Torvalds`use asciidoc:
summary:
. my programming language, adda,
includes a markup language
so that simple ascii documentation
can be converted to html with advanced features
like hyperlinks, and formatting .
. xml and html code is written in ascii
but it's not as readable by humans
since it's designed primarily for machines .
. Linus Torvalds was famous for
condemning xml and supporting asciidoc
so I became interested in studying asciidoc
and incorporating parts of that into adda markup .
. there is an asciidoc renderer for Chrome OS .

2015-01-09

spie.org #phy #library

2014.12.12: lib.phy/spie.org/samples:
SPIE the international society for optics and photonics,
is advancing an interdisciplinary approach
to the science and application of light.
SPIE publishes the SPIE Digital Library,
containing more than 400,000 research papers
from the Proceedings of SPIE and the Society's
10 scholarly journals with around 18,000 new papers added each year,
and more than 195 eBooks from the SPIE Press catalog.
The SPIE Press publishes print monographs, tutorial texts,
Field Guides, and reference books.
SPIE also publishes a wide variety of open access content.


2015-01-04

magnetic fields affect the gravitational field #phy

2014.11.16: news.phy/aether/Dr.Judy Wood`
magnetic fields affect the gravitational field:
Dr. Judy Wood (2hr:43min):
see Boyd Bushman experiments:
. when magnets are pushing against eachother
they are less prone to the pull of gravity
they fall slower than a non-magnetic control;
. 2 magnets arranged so that they are attracting each other
fall faster than the control:
being attracted by magnetism
makes them more prone to gravity's pull .

2015-01-03

the omniverse #phy

2014.11.15: phy/the omniverse:
ria.edu`Omniverse:
My self has a sense of Personal (or self) Reality
[perception is part of reality]
that is influenced by Temporal (or contingent) Reality
[physics is a part of reality]
and by Paragonal (or necessary) Reality
[mathematical and ethical facts are part of reality]
in an Omniverse Environment
(the omniverse is all of reality).

2015-01-02

#adda initialization

adda/initialization:
2015.1.2: image and string inputs:
. user-definable literal types reminded me of
user-programmable compilers
(what are the security implications of that?!)
but, the compiler doesn't need to be modifiable,
as the literals come as some composition of
just 5 literal types:
list, number, symbol enumeration, string, image .
. the type mgt's declaration of it's literal type
has nothing to do with the internal representation
of the type mgt's object's value;
so, for example, the string-initialized object
is not necessarily holding the string;
rather, just like the enum is converted to a number;
the type's mgt has its own parser
that converts the string into some data structure .
. the type's literal can be an image;
assuming the user's editor can display images,
the user can see the image or icon
instead of the image's hex representation .