Monday, September 29, 2008

Bluetooth 1.1

  • Ratified as IEEE Standard 802.15.1-2002.
  • Many errors found in the 1.0B specifications were fixed.
  • Added support for non-encrypted channels.
  • Received Signal Strength Indicator (RSSI).

Tuesday, September 23, 2008

Lorenz

In the 1930s German radio engineers developed a new system, called the "Ultrakurzwellen-Landefunkfeuer" (LFF), or simply "Leitstrahl" (guiding beam) but referred to outside Germany as Lorenz, the name of the company manufacturing the equipments. In Lorenz two signals were broadcast on the same frequencies from highly directional antennas with beams a few degrees wide. One was pointed slightly to the left of the other, with a small angle in the middle where they overlapped. The signals were chosen as dots and dashes, timed so that when the aircraft was in the small area in the middle the sound was continuous. Planes would fly into the beams by listening to the signal to identify which side of middle they were on, and then corrected until they were in the center.

Originally developed as a night and bad-weather landing system, in the late 1930s they also started developing long-range versions for night bombing. In this case a second set of signals were broadcast at right angles to the first, and indicated the point at which to drop the bombs. The system was highly accurate and a battle of the beams broke out when United Kingdom intelligence services attempted, and then succeeded, in rendering the system useless.

In the post-war era similar systems were widely deployed, notably in the United States where a system of long range "airways" was created spanning the country with stations about 200 miles (320km) apart. The signals were chosen as the A and N letters from morse code, dot-dash and dash-dot respectively. However, new developments soon rendered these systems obsolete.

Tuesday, September 16, 2008

Definition of sense

There is no firm agreement among neurologists as to the number of senses because of differing definitions of what constitutes a sense. One definition states that an exteroceptive sense is a faculty by which outside stimuli are perceived.The traditional five senses are sight, hearing, touch, smell, taste: a classification attributed to Aristotle.Humans also have at least six additional senses (a total of eleven including interoceptive senses) that include: nociception (pain), equilibrioception (balance), proprioception & kinesthesia (joint motion and acceleration), sense of time, thermoception (temperature differences), and in some a weak magnetoception (direction)

One commonly recognized catagorisation for human senses is as follows: chemoreception; photoreception; mechanoreception; and thermoception. Indeed, all human senses fit into one of these four categories.

Monday, September 08, 2008

Palaeobiogeography

Paleobiogeography goes one step further to include paleogeographic data and considerations of plate tectonics. Using molecular analyses and corroborated by fossils, it has been possible to demonstrate that perching birds evolved first in the region of Australia or the adjacent Antarctic (which at that time lay somewhat further north and had a temperate climate). From there, they spread to the other Gondwanan continents and Southeast Asia - the part of Laurasia then closest to their origin of dispersal - in the late Paleogene, before achieving a global distribution in the early Neogene . Not knowing the fact that at the time of dispersal, the Indian Ocean was much narrower than it is today, and that South America was closer to the Antarctic, one would be hard pressed to explain the presence of many "ancient" lineages of perching birds in Africa, as well as the mainly South American distribution of the suboscines.

Tuesday, September 02, 2008

Generalized anxiety disorder

Generalized anxiety disorder is a common chronic disorder that affects twice as many women as men and can lead to considerable impairment (Brawman-Mintzer & Lydiard, 1996, 1997). As the name implies, generalized anxiety disorder is characterized by long-lasting anxiety that is not focused on any particular object or situation. In other words it is unspecific or free-floating. People with this disorder feel afraid of something but are unable to articulate the specific fear. They fret constantly and have a hard time controlling their worries. Because of persistent muscle tension and autonomic fear reactions, they may develop headaches, heart palpitations, dizziness, insomnia and chest pain. These physical symptoms, combined with the intense, long-term anxiety, make it difficult to cope with normal daily activities.

Monday, August 25, 2008

Interrupts

Interrupts are central to operating systems as they allow the operating system to deal with the unexpected activities of running programs and the world outside the computer.

Interrupt-based programming is one of the most basic forms of time-sharing, being directly supported by most CPUs. Interrupts provide a computer with a way of automatically running specific code in response to events. Even very basic computers support hardware interrupts, and allow the programmer to specify code which may be run when that event takes place.
When an interrupt is received, the computer's hardware automatically suspends whatever program is currently running by pushing the current state on a stack, and its registers and program counter are also saved. This is analogous to placing a bookmark in a book when someone is interrupted by a phone call. This task requires no operating system as such, but only that the interrupt be configured at an earlier time.

In modern operating systems, interrupts are handled by the operating system's kernel. Interrupts may come from either the computer's hardware, or from the running program. When a hardware device triggers an interrupt, the operating system's kernel decides how to deal with this event, generally by running some processing code, or ignoring it. The processing of hardware interrupts is a task that is usually delegated to software called device drivers, which may be either part of the operating system's kernel, part of another program, or both. Device drivers may then relay information to a running program by various means.

A program may also trigger an interrupt to the operating system, which are very similar in function. If a program wishes to access hardware for example, it may interrupt the operating system's kernel, which causes control to be passed back to the kernel. The kernel may then process the request which may contain instructions to be passed onto hardware, or to a device driver. When a program wishes to allocate more memory, launch or communicate with another program, or signal that it no longer needs the CPU, it does so through interrupts.

Tuesday, August 19, 2008

Ecophysiology of plants

Plant ecophysiology is an experimental science that seeks to describe the physiological mechanisms underlying ecological observations. In other words, ecophysiologists, or physiological ecologists, address ecological questions about the controls over the growth, reproduction, survival, abundance, and geographical distribution of plants, as these processes are affected by interactions between plants with their physical, chemical, and biotic environment. These ecophysiological patterns and mechanisms can help us understand the functional significance of specific plant traits and their evolutionary heritage. The questions addressed by ecophysiologists are derived from a higher level of integration, i.e. from “ecology” in its broadest sense, including questions originating from agriculture, horticulture, forestry, and environmental sciences. However, the ecophysiological explanations often require mechanistic understanding at a lower level of integration (physiology, biochemistry, biophysics, molecular biology). It is, therefore, quintessential for an ecophysiologist to have an appreciation of both ecological questions and biophysical, biochemical, and molecular methods and processes. In addition, many societal issues, often pertaining to agriculture, environmental change, or nature conservation, benefit from an ecophysiological perspective. A modern ecophysiologist thus requires a good understanding of both the molecular aspects of plant processes and the functioning of the intact plant in its environmental context.

In many cases, animals are able to escape unfavourable and changing environmental factors such as heat, cold, drought, or floods, while generally plants are unable to move away and therefor must endure the adverse conditions or perish. Some plants have an impressive array of genes which aid in adapting to changing conditions. It is hypothesized that this large number of genes can be partly explained by plant species' need to adapt to a wider range of conditions.

Sunday, August 10, 2008

JPEG file format

In computing, JPEG (pronounced JAY-peg) is a commonly used method of compression for photographic images. The degree of compression can be adjusted, allowing a selectable tradeoff between storage size and image quality. JPEG typically achieves 10 to 1 compression with little perceivable loss in image quality.

In addition to being a compression method, JPEG is often considered to be a file format. JPEG/Exif is the most common image format used by digital cameras and other photographic image capture devices; along with JPEG/JFIF, it is the most common format for storing and transmitting photographic images on the World Wide Web. These format variations are often not distinguished, and are simply called JPEG.

The compression method is usually lossy compression, meaning that some visual quality is lost in the process and cannot be restored. There are variations on the standard baseline JPEG that are lossless, however these are not yet widely supported.

Monday, August 04, 2008

Movement of proteins

Each type of protein is usually sent to a particular part of the cell. An important part of cell biology is the investigation of molecular mechanisms by which proteins are moved to different places inside cells or secreted from cells.

Most proteins are synthesized by ribosomes in the cytoplasm. This process is also known as protein biosynthesis or simply protein translation. Some proteins, such as those to be incorporated in membranes (known as membrane proteins), are transported into the endoplasmic reticulum (ER) during synthesis. This process can be followed by transportation and processing in the Golgi apparatus. From the Golgi, membrane proteins can move to the plasma membrane, to other subcellular compartments, or they can be secreted from the cell. The ER and Golgi can be thought of as the "membrane protein synthesis compartment" and the "membrane protein processing compartment", respectively. There is a semi-constant flux of proteins through these compartments. ER and Golgi-resident proteins associate with other proteins but remain in their respective compartments. Other proteins "flow" through the ER and Golgi to the plasma membrane. Motor proteins transport membrane protein-containing vesicles along cytoskeletal tracks to distant parts of cells such as axon terminals.

Some proteins that are made in the cytoplasm contain structural features that target them for transport into mitochondria or the nucleus. Some mitochondrial proteins are made inside mitochondria and are coded for by mitochondrial DNA. In plants, chloroplasts also make some cell proteins.

Extracellular and cell surface proteins destined to be degraded can move back into intracellular compartments upon being incorporated into endocytosed vesicles. Some of these vesicles fuse with lysosomes where the proteins are broken down to their individual amino acids. The degradation of some membrane proteins begins while still at the cell surface when they are cleaved by secretases. Proteins that function in the cytoplasm are often degraded by proteasomes.

Monday, July 28, 2008

Theoretical implications technology

The process of technological evolution culminates with the ability to achieve all the material values technologically possible and desirable by mental effort.

An economic implication of the above idea is that intellectual labour, will become increasingly more important relative to physical labour. Contracts and agreements around information will become increasingly more common at the marketplace. Expansion and creation of new kinds of institutes that works with information such as for example universities, book stores, patent-trading companies, etc. is considered an indication that a civilization is in technological evolution.

Interestingly, this highlights the importance underlining the debate over intellectual property in conjunction with decentralized distribution systems such as todays internet. Where the price of information distribution is going towards zero with ever more efficient tools to distribute information is being invented. Growing amounts of information being distributed to an increasingly larger customer base as times goes by. With growing disintermediation in said markets and growing concerns over the protection of intellectual property rights it is not clear what form markets for information will take with the evolution of the information age.

Monday, July 21, 2008

Syllabaries

A syllabary is a set of written symbols that represent (or approximate) syllables. A glyph in a syllabary typically represents a consonant followed by a vowel, or just a vowel alone, though in some scripts more complex syllables (such as consonant-vowel-consonant, or consonant-consonant-vowel) may have dedicated glyphs. Phonetically related syllables are not so indicated in the script. For instance, the syllable "ka" may look nothing like the syllable "ki", nor will syllables with the same vowels be similar.

Syllabaries are best suited to languages with relatively simple syllable structure, such as Japanese. Other languages that use syllabic writing include the Linear B script for Mycenaean Greek; Cherokee; Ndjuka, an English-based creole language of Surinam; and the Vai script of Liberia. Most logographic systems have a strong syllabic component. Ethiopic, though technically an alphabet, has fused consonants and vowels together to the point that it's learned as if it were a syllabary.

Tuesday, July 15, 2008

Selective breeding

Selective breeding in domesticated animals is the process of a breeder developing a cultivated breed over time, and selecting qualities within individuals of the breed that will be best to pass on to the next generation. The term is synonymous with "Artificial selection". Breeding techniques such as inbreeding, linebreeding and outcrossing are utilized by breeders in the maintenance and improvement of their chosen breeds.

Charles Darwin discussed how selective breeding had been successful in producing change over time in his book, Origin of Species. The first chapter of the book discusses selective breeding and domestication of such animals as pigeons, dogs and cattle. Selective breeding was used by Darwin as a springboard to introduce the theory of natural selection, and to support it.

Sunday, July 06, 2008

Nuclear fusion

In physics and nuclear chemistry, nuclear fusion is the process by which multiple atomic particles join together to form a heavier nucleus. It is accompanied by the release or absorption of energy. Iron and nickel nuclei have the largest binding energies per nucleon of all nuclei. The fusion of two nuclei lighter than iron generally releases energy while the fusion of nuclei heavier than iron absorbs energy; vice-versa for the reverse process, nuclear fission.

Nuclear fusion occurs naturally in stars. Artificial fusion in human enterprises has also been achieved, although not yet completely controlled. Building upon the nuclear transmutation experiments of Ernest Rutherford done a few years earlier, fusion of light nuclei (hydrogen isotopes) was first observed by Mark Oliphant in 1932, and the steps of the main cycle of nuclear fusion in stars were subsequently worked out by Hans Bethe throughout the remainder of that decade. Research into fusion for military purposes began in the early 1940s, as part of the Manhattan Project, but was not successful until 1952. Research into controlled fusion for civilian purposes began in the 1950s, and continues to this day.

Sunday, June 29, 2008

Body plan

A body plan, or bauplan, is essentially the blueprint for the way the body of an organism is laid out. An organism's symmetry, its number of body segments and number of limbs are all aspects of its body plan. One of the key issues of developmental biology is the evolution of body plans as different as those of a starfish, a fern, or a mammal, from a common biological heritage, and in particular how radical changes in body plans have occurred over geological time. The body plan is a key feature of an organism's morphology, and since the discovery of DNA developmental biologists have been able to learn a lot about how genes control the development of structural features through a cascade of processes in which key genes produce morphogens, chemicals that diffuse through the body to produce a gradient that acts as a position indicator for cells, turning on other genes, some of which in turn produce other morphogens. A key discovery was the existence of groups of homeobox genes which are responsible for laying down the basic body plan in organisms. The homeobox genes are remarkably conserved between species as diverse as the fruitfly and man, the basic segmented pattern of the worm or fruitfly being the origin of the segmented spine in man. The field of evolutionary developmental biology, which studies the genetics of morphology in detail is now a rapidly expanding one [1], with many of the developmental genetic cascades, particularly in the fruitfly drosophila, now catalogued in considerable detail .Body plan is the basis for phylum, and there are 35 different basic animal body plans, corresponding to different phyla.

Sunday, June 22, 2008

Eukaryotic cells

Eukaryotic cells consist of cell membrane, organelles which represent the functional components for storage, excretion, digestion and nucleus (centre of the cell), it contains all the vital information needed by the cell or the whole organism to function, grow and reproduce.

Eukaryotic cells are found in humans, plants and animals, also algae, and protozoa. Eukaryotic cells have both a cellular membrane and a nuclear membrane. Eukaryotic genome is more complex than that of prokaryotes and distributed among multiple chromosomes.

  • Mitosis: The division of the parent nucleus into two daughter nuclei, separating the duplicated genome into two sets, each identical to the parent cell's genome.
  • Cytokinesis: The pinching and division of the cell membrane and cytoplasm, separating the recently divided nuclei, the organelles, and other cellular components.
  • Meiosis: The division of the nucleus in sex cells that reduces the diploid number of chromosomes to a haploid number in order to facilitate sexual reproduction.
Examples of cell division in multicellular eukariotic organisms include repair, growth, and development. An injury or wound is healed when the cells exposed by the injury divide at an excellerated rate until they come into contact with other cells. After this the cells return to a more typical division rate. Cell division causes an organism to grow as long as the rate of cell division exceeds normal cell death. As cells divide and become more numerous they are located in more diverse physical and chemical environments. These variations in local conditions influence the cells to alter gene expression causing the cells to differentiate and become more specialized allowing an organism to develop

Sunday, June 15, 2008

Agere Systems

Agere Systems Inc. was an integrated circuit components company based in Allentown, Pennsylvania, in the Lehigh Valley region of Pennsylvania, in the United States. Effective April 2, 2007, it was merged into LSI Corporation.

Agere was incorporated on August 1, 2000 as a subsidiary of Lucent Technologies and then spun-off on June 1, 2002. The name Agere was that of a Texas-based electronics company that Lucent had acquired in 2000, although the pronunciations of the company names are different. The Texas company was pronounced with three syllables and a hard "g": A-gear-uh. The company name was pronounced with two syllables and a hard "g": A-gear.

The company also maintained an India office in Whitefield, India, located in the city of Bangalore, which is involved in ASIC design and software development.
The company also maintained an Israel office located in Raanana. This office was based on Modem-Art a developer of advanced processor technology for 3G/UMTS mobile devices which Agere has acquired in 2005.

The China offices of Agere were located at Shanghai and Shenzhen

Sunday, June 08, 2008

Trance genres

Trance music is broken into a large number of genres. Chronologically, the major genres are Classic trance, Acid trance, Progressive trance, and Uplifting Trance.Uplifting Trance is also known as "Anthem trance", "Epic trance", "Stadium trance" or "Euphoric trance".Closely related to Uplifting Trance is Euro-trance, which has become a general term for a wide variety of highly commercialized European dance music. Several subgenres are crossovers with other major genres of electronic music. For instance, tech trance is a mixture of trance and techno, and Ambient trance is a mixture of ambient and trance. Balearic beat, which is associated with the laid back vacation lifestyle of Ibiza, Spain, is often called "Ibiza trance". Similarly, Dream trance is sometimes called "Dream House", and is a subgenre of relaxing trance pioneered by Robert Miles in the mid 90s.

Another important distinction is between European trance and Goa trance which originated in Goa, India around the same time trance was evolving in Europe. Goa trance was influential in the formation of Psychedelic Trance, which features spazzy, spontaneous samples and other psychedelic elements. Trance is also very popular in Israel, with psychedelic trance producers such as Infected Mushroom and Yahel Sherman achieving world wide fame. The Israeli subgenre called Nitzhonot is a mixture of psychedelic and uplifting trance.

Sunday, June 01, 2008

Phase (matter)

In addition to the specific chemical properties that distinguish different chemical classifications chemicals can exist in several phases. For the most part, thechemical classifications are independent of these bulk phase classifications;however, some more exotic phases are incompatible with certain chemical properties.A phase is a set of states of a chemical system that have similar bulk structuralproperties, over a range of conditions, such as pressure or temperature. Physicalproperties, such as density and refractive index tend to fall within values characteristic of the phase. The phase of matter is defined by the phase transition,which is when energy put into or taken out of the system goes into rearranging the structure of the system, instead of changing the bulk conditions.

Sometimes the distinction between phases can be continuous instead of having a discrete boundary, in this case the matter is considered to be in a supercritical state. When three states meet based on the conditions, it is known as a triple point and since this is invariant, it is a convenient way to define a set of conditions.

The most familiar examples of phases are solids, liquids, and gases. Many substances exhibit multiple solid phases. For example, there are three phases of solid iron (alpha, gamma, and delta) that vary based on temperature and pressure. A principal difference between solid phases is the crystal structure, or arrangement, of the atoms. Less familiar phases include plasmas, Bose-Einstein condensates and fermionic condensates and the paramagnetic and ferromagnetic phases of magnetic materials. While most familiar phases deal with three-dimensional systems, it is also possible to define analogs in two-dimensional systems, which has received attention for its relevance to systems in biology.

Wednesday, May 28, 2008

Home computers

Although most small 8-bit home computers of the 1980s, such as the Commodore 64, the Atari 8-bit, the Amstrad CPC, ZX Spectrum series and others could use a disk-loading operating system, such as CP/M or GEOS they could generally work without one. In fact, most if not all of these computers shipped with a built-in BASIC interpreter on ROM, which also served as a crude operating system, allowing minimal file management operations (such as deletion, copying, etc.) to be performed and sometimes disk formatting, along of course with application loading and execution, which sometimes required a non-trivial command sequence, like with the Commodore 64.

The fact that the majority of these machines were bought for entertainment and educational purposes and were seldom used for more "serious" or business/science oriented applications, partly explains why a "true" operating system was not necessary.

Tuesday, May 27, 2008

Understanding the Context

Many different methods of communication are possible on the Internet; some use specific software and all involve text and/or graphics.

* Some activities take place in real-time while others allow for a delayed reply.

* Discussion areas may be public or exist for a particular group of people.

* Information can either be broadcast or targeted at a particular user.

As the technology develops, and users and providers become more proficient, the boundaries between the different Internet services are blurred. For example, email is used in chat rooms, web pages include discussion areas and newsgroups can have files attached.

Each Internet service has its own educational value, risks, and recommended ways of dealing with problems, and these are detailed in the following pages. They are not exhaustive and many apply across Internet services. Schools should consider the sum of the advice in these guidelines across all areas.