Random Articles (Page 259)

Have a deep view into what people are curious about.

πŸ”— Nuclear Football

πŸ”— United States πŸ”— Military history πŸ”— Military history/North American military history πŸ”— Military history/United States military history

The nuclear football (also known as the atomic football, the president's emergency satchel, the Presidential Emergency Satchel, the button, the black box, or just the football) is a briefcase, the contents of which are to be used by the President of the United States to authorize a nuclear attack while away from fixed command centers, such as the White House Situation Room. It functions as a mobile hub in the strategic defense system of the United States. It is held by an aide-de-camp.

πŸ”— Schwartzian Transform

πŸ”— Computer science

In computer programming, the Schwartzian transform is a technique used to improve the efficiency of sorting a list of items. This idiom is appropriate for comparison-based sorting when the ordering is actually based on the ordering of a certain property (the key) of the elements, where computing that property is an intensive operation that should be performed a minimal number of times. The Schwartzian transform is notable in that it does not use named temporary arrays.

The Schwartzian transform is a version of a Lisp idiom known as decorate-sort-undecorate, which avoids recomputing the sort keys by temporarily associating them with the input items. This approach is similar to memoization, which avoids repeating the calculation of the key corresponding to a specific input value. By comparison, this idiom assures that each input item's key is calculated exactly once, which may still result in repeating some calculations if the input data contains duplicate items.

The idiom is named after Randal L. Schwartz, who first demonstrated it in Perl shortly after the release of Perl 5 in 1994. The term "Schwartzian transform" applied solely to Perl programming for a number of years, but it has later been adopted by some users of other languages, such as Python, to refer to similar idioms in those languages. However, the algorithm was already in use in other languages (under no specific name) before it was popularized among the Perl community in the form of that particular idiom by Schwartz. The term "Schwartzian transform" indicates a specific idiom, and not the algorithm in general.

For example, to sort the word list ("aaaa","a","aa") according to word length: first build the list (["aaaa",4],["a",1],["aa",2]), then sort it according to the numeric values getting (["a",1],["aa",2],["aaaa",4]), then strip off the numbers and you get ("a","aa","aaaa"). That was the algorithm in general, so it does not count as a transform. To make it a true Schwartzian transform, it would be done in Perl like this:

Discussed on

πŸ”— The β€œTopgrading” Interview Process

πŸ”— Business

Topgrading is a corporate hiring and interviewing methodology that is intended to identify preferred candidates for a particular position. In the methodology, prospective employees undergo a 12-step process that includes extensive interviews, the creation of detailed job scorecards, research into job history, coaching, and more. After being interviewed and reference-checked, job candidates are grouped into one of three categories: A Players, B Players, or C Players. A Players have the most potential for high performance in their role while B and C Players may require more work to be successful. The methodology has been used by major corporations and organizations like General Electric, Lincoln Financial, Honeywell, Barclays, and the American Heart Association.

πŸ”— Black Arrow

πŸ”— Spaceflight πŸ”— Rocketry

Black Arrow, officially capitalised BLACK ARROW, was a British satellite carrier rocket. Developed during the 1960s, it was used for four launches between 1969 and 1971. Its final flight was the first and only successful orbital launch to be conducted by the United Kingdom, and placed the Prospero satellite into low Earth orbit.

Black Arrow originated from studies by the Royal Aircraft Establishment for carrier rockets based on the Black Knight rocket, with the project being authorised in 1964. It was initially developed by Saunders-Roe, and later Westland Aircraft as the result of a merger.

Black Arrow was a three-stage rocket, fuelled by RP-1 paraffin (kerosene) and high test peroxide, a concentrated form of hydrogen peroxide (85% hydrogen peroxide + 15% water). It was retired after only four launches in favour of using American Scout rockets, which the Ministry of Defence calculated to be cheaper than maintaining the Black Arrow programme.

Discussed on

πŸ”— The hairy ball theorem

πŸ”— Mathematics

The hairy ball theorem of algebraic topology (sometimes called the hedgehog theorem in Europe) states that there is no nonvanishing continuous tangent vector field on even-dimensional n-spheres. For the ordinary sphere, or 2‑sphere, if f is a continuous function that assigns a vector in R3 to every point p on a sphere such that f(p) is always tangent to the sphere at p, then there is at least one p such that f(p) = 0. The theorem was first stated by Henri PoincarΓ© in the late 19th century, and first proven in 1912 by Luitzen Egbertus Jan Brouwer.

The theorem has been expressed colloquially as "you can't comb a hairy ball flat without creating a cowlick" or "you can't comb the hair on a coconut".

Discussed on

πŸ”— Utau – a Japanese singing synthesizer application

πŸ”— Software πŸ”— Software/Computing πŸ”— Musical Instruments πŸ”— Electronic music πŸ”— Japan πŸ”— Japan/Science and technology

UTAU is a Japanese singing synthesizer application created by Ameya/Ayame. This program is similar to the VOCALOID software, with the difference being it is shareware instead of under a third party licensing.

Discussed on

πŸ”— Download Valley

πŸ”— Internet πŸ”— Computing πŸ”— Marketing & Advertising πŸ”— Computing/Software πŸ”— Computing/Computer Security πŸ”— Israel

Download Valley is a cluster of software companies in Israel, producing and delivering adware to be installed alongside downloads of other software. The primary purpose is to monetize shareware and downloads. These software items are commonly browser toolbars, adware, browser hijackers, spyware, and malware. Another group of products are download managers, possibly designed to induce or trick the user to install adware, when downloading a piece of desired software or mobile app from a certain source.

Although the term references Silicon Valley, it does not refer to a specific valley or any geographical area. Many of the companies are located in Tel Aviv and the surrounding region. It has been used by Israeli media as well as in other reports related to IT business.

Download managers from Download Valley companies have been used by major download portals and software hosts, including Download.com by CNET, Softonic.com and SourceForge.

πŸ”— The Species Problem

πŸ”— History of Science πŸ”— Tree of Life

The species problem is the set of questions that arises when biologists attempt to define what a species is. Such a definition is called a species concept; there are at least 26 recognized species concepts. A species concept that works well for sexually reproducing organisms such as birds is useless for species that reproduce asexually, such as bacteria. The scientific study of the species problem has been called microtaxonomy.

One common, but sometimes difficult, question is how best to decide which species an organism belongs to, because reproductively isolated groups may not be readily recognizable, and cryptic species may be present. There is a continuum from reproductive isolation with no interbreeding, to panmixis, unlimited interbreeding. Populations can move forward or backwards along this continuum, at any point meeting the criteria for one or another species concept, and failing others.

Many of the debates on species touch on philosophical issues, such as nominalism and realism, and on issues of language and cognition.

The current meaning of the phrase "species problem" is quite different from what Charles Darwin and others meant by it during the 19th and early 20th centuries. For Darwin, the species problem was the question of how new species arose. Darwin was however one of the first people to question how well-defined species are, given that they constantly change.

Discussed on

πŸ”— Diderot Effect

πŸ”— Environment πŸ”— Marketing & Advertising πŸ”— Anthropology πŸ”— Environment/Sustainability

The Diderot effect is a social phenomenon related to consumer goods. It is based on two ideas. The first idea is that goods purchased by consumers will align with their sense of identity, and, as a result, will complement one another. The second idea states that the introduction of a new possession that deviates from the consumer's current complementary goods can result in a process of spiraling consumption. The term was coined by anthropologist and scholar of consumption patterns Grant McCracken in 1988, and is named after the French philosopher Denis Diderot (1713–1784), who first described the effect in an essay.

The term has become common in discussions of sustainable consumption and green consumerism, in regard to the process whereby a purchase or gift creates dissatisfaction with existing possessions and environment, provoking a potentially spiraling pattern of consumption with negative environmental, psychological, and social impacts.

Discussed on

πŸ”— Pop pop boat

πŸ”— Toys

A pop-pop boat is a toy with a very simple steam engine without moving parts, typically powered by a candle or vegetable oil burner. The name comes from the noise made by some versions of the boats. Other names are putt-putt boat, crazy boat, flash-steamer, hot-air-boat, pulsating water engine boat. Around the world they may be called Can-Can-boot, Knatterboot, toc-toc, Puf-Puf boat, Poof Poof craft, Phut-Phut, or Pouet-Pouet.