Monday, August 25, 2008

Nootropic

Nootropics, popularly referred to as "smart drugs", "smart nutrients", "cognitive enhancers" and "brain enhancers", are a class of drugs that improve impaired human cognitive abilities (the functions and capacities of the brain). The term covers a broad range of substances including drugs, nutrients and herbs that have purported cognitive enhancing effects.

The word nootropic was coined in 1964 by the Romanian Dr. Corneliu E. Giurgea, derived from the Greek words noos, or "mind," and tropein meaning "to bend/turn". Typically, nootropics are alleged to work by altering the availability of the brain's supply of neurochemicals (neurotransmitters, enzymes, and hormones), by improving the brain's oxygen supply, or by stimulating nerve growth. However the efficacy of alleged nootropic substances in most cases has not been conclusively determined. This is complicated by the difficulty of defining and quantifying cognition and intelligence.

Thursday, August 21, 2008

Assisted GPS

Conventional GPS has difficulty providing reliable positions in poor signal conditions. For example when surrounded by tall buildings (as a result of multipath), or when the satellite signals are weakened by being indoors or under trees. Some newer receivers are better at handling these situations.

In addition, when first turned on in these conditions, some non-assisted GPS units may not be able to download the almanac and ephemeris information from the GPS satellites, rendering them unable to function until a clear signal can be received continuously for up to one minute.

An A-GPS receiver can address these problems in several ways, using an Assistance Server:

* The Assistance Server can locate the phone roughly by what cell site it is connected to on the cellular network.
* The Assistance Server has a good satellite signal, and lots of computation power, so it can compare fragmentary signals relayed to it by cell phones, with the satellite signal it receives directly, and then inform the cell phone or emergency services of the cell phone's position.
* It can supply orbital data for the GPS satellites to the cell phone, enabling the cell phone to lock to the satellites when it otherwise could not, and autonomously calculate its position.
* By having accurate, surveyed coordinates for the cell site towers, it can have better knowledge of ionospheric conditions and other errors affecting the GPS signal than the cell phone alone, enabling more precise calculation of position. (See also Wide Area Augmentation System)

Some A-GPS solutions require an active connection to a cell phone (or other data) network to function, in others it simply makes positioning faster and more accurate, but is not required.

As an additional benefit, it can reduce both the amount of CPU and programming required for a GPS Phone by offloading most of the work onto the assistance server. (This is not a large amount for a basic GPS – many early GPSs utilized Intel 80386-class 16MHz CPUs or similar hardware.)

High Sensitivity GPS is an allied technology that addresses some of the same issues in a way that does not require additional infrastructure. However, unlike some forms of A-GPS, high sensitivity GPS cannot provide instant fixes when the phone has been off for some time.

Monday, August 11, 2008

Double-checked locking

In software engineering, double-checked locking is a software design pattern also known as "double-checked locking optimization". The pattern is designed to reduce the overhead of acquiring a lock by first testing the locking criterion (the 'lock hint') in an unsafe manner; only if that succeeds does the actual lock proceed.

The pattern, when implemented in some language/hardware combinations, can be unsafe. It can therefore sometimes be considered to be an anti-pattern.

It is typically used to reduce locking overhead when implementing "lazy initialization" in a multi-threaded environment, especially as part of the Singleton pattern. Lazy initialization avoids initializing a value until the first time it is accessed.

Tuesday, August 05, 2008

Implicit Web

The Implicit Web is a concept coined in 2007 to denote web sites which specialize in the synthesis of personal information gleaned from the Internet into a single, coherent picture of user behavior. Implicit data may include clickstream information, media consumption habits, location tracking or any data generated without "explicit" input from a user. Presumed advantages of implicit data include accuracy, ease of input and comprehensiveness.

The term Implicit Web was popularized by the technology investors Josh Kopelman, Fred Wilson, and Brad Feld.