Tuesday, September 09, 2008

Thermodynamics

As all catalysts, enzymes do not alter the position of the chemical equilibrium of the reaction. Usually, in the presence of an enzyme, the reaction runs in the same direction as it would without the enzyme, just more quickly. However, in the absence of the enzyme, other possible uncatalyzed, "spontaneous" reactions might lead to different products, because in those conditions this different product is formed faster.

Furthermore, enzymes can couple two or more reactions, so that a thermodynamically favorable reaction can be used to "drive" a thermodynamically unfavorable one. For example, the hydrolysis of ATP is often used to drive other chemical reactions.

Enzymes catalyze the forward and backward reactions equally. They do not alter the equilibrium itself, but only the speed at which it is reached. For example, carbonic anhydrase catalyzes its reaction in either direction depending on the concentration of its reactants.
Nevertheless, if the equilibrium is greatly displaced in one direction, that is, in a very exergonic reaction, the reaction is effectively irreversible. Under these conditions the enzyme will, in fact, only catalyze the reaction in the thermodynamically allowed direction.

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.

Tuesday, July 29, 2008

Google Earth Plus

Google Earth can be upgraded to a Plus edition for a $20 annual subscription fee. Google Earth Plus is an individual-oriented paid subscription upgrade to Google Earth and adds the following features:

* GPS integration: read tracks and waypoints from a GPS device. A variety of third party applications have been created which provide this functionality using the basic version of Google Earth by generating KML or KMZ files based on user-specified or user-recorded waypoints. However, Google Earth Plus provides direct support for the Magellan and Garmin product lines, which together hold a large share of the GPS market. The Linux version of the Google Earth Plus application does not include any GPS functionality.
* Higher resolution printing.
* Customer support via email.
* Data importer: read address points from CSV files; limited to 100 points/addresses. A feature allowing path and polygon annotations, which can be exported to KML, was formerly only available to Plus users, but was made free in version 4.0.2416.
* Higher data download speeds

Monday, July 21, 2008

Network model

The network model is a database model conceived as a flexible way of representing objects and their relationships. Its original inventor was Charles Bachman, and it was developed into a standard specification published in 1969 by the CODASYL Consortium. Where the hierarchical model structures data as a tree of records, with each record having one parent record and many children, the network model allows each record to have multiple parent and child records, forming a lattice structure.