Popular Articles (Page 46)

Hint: You are looking at the most popular articles. If you are interested in popular topics instead, click here.

๐Ÿ”— BerkShares

๐Ÿ”— United States ๐Ÿ”— Numismatics ๐Ÿ”— Numismatics/American currency ๐Ÿ”— United States/Massachusetts

BerkShares is a local currency that circulates in The Berkshires region of Massachusetts. It was launched on September 29, 2006 by BerkShares Inc., with research and development assistance from the Schumacher Center for a New Economics. The BerkShares website lists around 400 businesses in Berkshire County that accept the currency. Since launch, over 10 million BerkShares have been issued from participating branch offices of local banks (as of February 2020, 9 branches of 3 different banks). The bills were designed by John Isaacs and were printed by Excelsior Printing on special paper with incorporated security features from Crane & Co.. BerkShares are pegged with an exchange rate to the US dollar, but the Schumacher Center has discussed the possibility of pegging its value to a basket of local goods in order to insulate the local economy against volatility in the US economy.

Discussed on

๐Ÿ”— Trachtenberg System for Rapid Mental Calculation

๐Ÿ”— Mathematics

The Trachtenberg system is a system of rapid mental calculation. The system consists of a number of readily memorized operations that allow one to perform arithmetic computations very quickly. It was developed by the Russian Jewish engineer Jakow Trachtenberg in order to keep his mind occupied while being in a Nazi concentration camp.

The rest of this article presents some methods devised by Trachtenberg. Some of the algorithms Trachtenberg developed are ones for general multiplication, division and addition. Also, the Trachtenberg system includes some specialised methods for multiplying small numbers between 5 and 13.

The section on addition demonstrates an effective method of checking calculations that can also be applied to multiplication.

Discussed on

๐Ÿ”— Fast inverse square root

๐Ÿ”— Video games ๐Ÿ”— Computer science ๐Ÿ”— Mathematics

Fast inverse square root, sometimes referred to as Fast InvSqrt() or by the hexadecimal constant 0x5F3759DF, is an algorithm that estimates โ€‹1โ„โˆšx, the reciprocal (or multiplicative inverse) of the square root of a 32-bit floating-point number x in IEEE 754 floating-point format. This operation is used in digital signal processing to normalize a vector, i.e., scale it to length 1. For example, computer graphics programs use inverse square roots to compute angles of incidence and reflection for lighting and shading. The algorithm is best known for its implementation in 1999 in the source code of Quake III Arena, a first-person shooter video game that made heavy use of 3D graphics. The algorithm only started appearing on public forums such as Usenet in 2002 or 2003. At the time, it was generally computationally expensive to compute the reciprocal of a floating-point number, especially on a large scale; the fast inverse square root bypassed this step.

The algorithm accepts a 32-bit floating-point number as the input and stores a halved value for later use. Then, treating the bits representing the floating-point number as a 32-bit integer, a logical shift right by one bit is performed and the result subtracted from the number 0x5F3759DF, which is a floating point representation of an approximation of โˆš2127. This results in the first approximation of the inverse square root of the input. Treating the bits again as a floating-point number, it runs one iteration of Newton's method, yielding a more precise approximation.

The algorithm was originally attributed to John Carmack, but an investigation showed that the code had deeper roots in both the hardware and software side of computer graphics. Adjustments and alterations passed through both Silicon Graphics and 3dfx Interactive, with Gary Tarolli's implementation for the SGI Indigo as the earliest known use. It is not known how the constant was originally derived, though investigation has shed some light on possible methods.

With subsequent hardware advancements, especially the x86 SSE instruction rsqrtss, this method is not generally applicable to modern computing, though it remains an interesting example both historically and for more limited machines.

Discussed on

๐Ÿ”— Malbolge โ€“ Esoteric Programming Language Designed to Be Almost Impossible to Use

๐Ÿ”— Computing

Malbolge () is a public domain esoteric programming language invented by Ben Olmstead in 1998, named after the eighth circle of hell in Dante's Inferno, the Malebolge.

Malbolge was specifically designed to be almost impossible to use, via a counter-intuitive 'crazy operation', base-three arithmetic, and self-altering code. It builds on the difficulty of earlier, challenging esoteric languages (such as Brainfuck and Befunge), but takes this aspect to the extreme, playing on the entangled histories of computer science and encryption. Despite this design, it is possible (though very difficult) to write useful Malbolge programs.

Discussed on

๐Ÿ”— Unethical human experimentation in the United States

๐Ÿ”— Human rights ๐Ÿ”— Military history ๐Ÿ”— Military history/North American military history ๐Ÿ”— Military history/United States military history ๐Ÿ”— Military history/Military science, technology, and theory ๐Ÿ”— Military history/Weaponry ๐Ÿ”— Medicine ๐Ÿ”— Biology ๐Ÿ”— Military history/World War II ๐Ÿ”— Military history/Cold War ๐Ÿ”— United States History ๐Ÿ”— Medicine/Society and Medicine

Unethical human experimentation in the United States describes numerous experiments performed on human test subjects in the United States that have been considered unethical, and were often performed illegally, without the knowledge, consent, or informed consent of the test subjects. Such tests have occurred throughout American history, but particularly in the 20th century. The experiments include: the exposure of humans to many chemical and biological weapons (including infection with deadly or debilitating diseases), human radiation experiments, injection of toxic and radioactive chemicals, surgical experiments, interrogation and torture experiments, tests involving mind-altering substances, and a wide variety of others. Many of these tests were performed on children, the sick, and mentally disabled individuals, often under the guise of "medical treatment". In many of the studies, a large portion of the subjects were poor, racial minorities, or prisoners.

Funding for many of the experiments was provided by the United States government, especially the United States military, the Central Intelligence Agency, or private corporations involved with military activities. The human research programs were usually highly secretive, and in many cases information about them was not released until many years after the studies had been performed.

The ethical, professional, and legal implications of this in the United States medical and scientific community were quite significant, and led to many institutions and policies that attempted to ensure that future human subject research in the United States would be ethical and legal. Public outrage in the late 20th century over the discovery of government experiments on human subjects led to numerous congressional investigations and hearings, including the Church Committee and Rockefeller Commission, both of 1975, and the 1994 Advisory Committee on Human Radiation Experiments, among others.

Discussed on

๐Ÿ”— Fractional calculus

๐Ÿ”— Mathematics

Fractional calculus is a branch of mathematical analysis that studies the several different possibilities of defining real number powers or complex number powers of the differentiation operator D

D f ( x ) = d d x f ( x ) , {\displaystyle Df(x)={\frac {d}{dx}}f(x)\,,}

and of the integration operator J

J f ( x ) = โˆซ 0 x f ( s ) d s , {\displaystyle Jf(x)=\int _{0}^{x}f(s)\,ds\,,}

and developing a calculus for such operators generalizing the classical one.

In this context, the term powers refers to iterative application of a linear operator D to a function f, that is, repeatedly composing D with itself, as in D 2 ( f ) = ( D โˆ˜ D ) ( f ) = D ( D ( f ) ) {\displaystyle D^{2}(f)=(D\circ D)(f)=D(D(f))} .

For example, one may ask for a meaningful interpretation of:

D = D 1 2 {\displaystyle {\sqrt {D}}=D^{\frac {1}{2}}}

as an analogue of the functional square root for the differentiation operator, that is, an expression for some linear operator that when applied twice to any function will have the same effect as differentiation. More generally, one can look at the question of defining a linear functional

D a {\displaystyle D^{a}}

for every real-number a in such a way that, when a takes an integer value n โˆˆ โ„ค, it coincides with the usual n-fold differentiation D if n > 0, and with the โˆ’nth power of J when n < 0.

One of the motivations behind the introduction and study of these sorts of extensions of the differentiation operator D is that the sets of operator powers { Da |a โˆˆ โ„ } defined in this way are continuous semigroups with parameter a, of which the original discrete semigroup of { Dn | n โˆˆ โ„ค } for integer n is a denumerable subgroup: since continuous semigroups have a well developed mathematical theory, they can be applied to other branches of mathematics.

Fractional differential equations, also known as extraordinary differential equations, are a generalization of differential equations through the application of fractional calculus.

Discussed on

๐Ÿ”— Grigori Perelman (Solver of Poincare Conjecture)

๐Ÿ”— Biography ๐Ÿ”— Russia ๐Ÿ”— Mathematics ๐Ÿ”— Biography/science and academia ๐Ÿ”— Russia/science and education in Russia

Grigori Yakovlevich Perelman (Russian: ะ“ั€ะธะณะพั€ะธะน ะฏะบะพะฒะปะตะฒะธั‡ ะŸะตั€ะตะปัŒะผะฐะฝ, IPA:ย [ษกrสฒษชหˆษกorสฒษชj หˆjakษ™vlสฒษชvสฒษชtษ• pสฒษชrสฒษชlสฒหˆman] (listen); born 13 June 1966) is a Russian mathematician who is known for his contributions to the fields of geometric analysis, Riemannian geometry, and geometric topology.

In the 1990s, partly in collaboration with Yuri Burago, Mikhael Gromov, and Anton Petrunin, he made influential contributions to the study of Alexandrov spaces. In 1994, he proved the soul conjecture in Riemannian geometry, which had been an open problem for the previous 20 years. In 2002 and 2003, he developed new techniques in the analysis of Ricci flow, thereby providing a detailed sketch of a proof of the Poincarรฉ conjecture and Thurston's geometrization conjecture, the former of which had been a famous open problem in mathematics for the past century. The full details of Perelman's work were filled in and explained by various authors over the following several years.

In August 2006, Perelman was offered the Fields Medal for "his contributions to geometry and his revolutionary insights into the analytical and geometric structure of the Ricci flow", but he declined the award, stating: "I'm not interested in money or fame; I don't want to be on display like an animal in a zoo." On 22 December 2006, the scientific journal Science recognized Perelman's proof of the Poincarรฉ conjecture as the scientific "Breakthrough of the Year", the first such recognition in the area of mathematics.

On 18 March 2010, it was announced that he had met the criteria to receive the first Clay Millennium Prize for resolution of the Poincarรฉ conjecture. On 1 July 2010, he rejected the prize of one million dollars, saying that he considered the decision of the board of the Clay Institute to be unfair, in that his contribution to solving the Poincarรฉ conjecture was no greater than that of Richard S. Hamilton, the mathematician who pioneered the Ricci flow partly with the aim of attacking the conjecture. He had previously rejected the prestigious prize of the European Mathematical Society, in 1996.

Discussed on

๐Ÿ”— Dihydrogen monoxide hoax

๐Ÿ”— Internet culture ๐Ÿ”— Environment ๐Ÿ”— Skepticism ๐Ÿ”— Chemicals ๐Ÿ”— Sociology

The dihydrogen monoxide parody involves calling water by an unfamiliar chemical name, most often "dihydrogen monoxide" (DHMO), and listing some of water's well-known effects in a particularly alarming manner, such as accelerating corrosion and causing suffocation. The parody often calls for dihydrogen monoxide to be banned, regulated, or labeled as dangerous. It demonstrates how a lack of scientific literacy and an exaggerated analysis can lead to misplaced fears.

The parody has been used with other chemical names, including "dihydrogen oxide", "hydroxyl acid", and "hydroxylic acid".

Discussed on

๐Ÿ”— Useful Idiots

๐Ÿ”— International relations ๐Ÿ”— Espionage ๐Ÿ”— Soviet Union ๐Ÿ”— Russia ๐Ÿ”— Russia/history of Russia ๐Ÿ”— English Language

In political jargon, a useful idiot is a derogatory term for a person perceived as propagandizing for a cause without fully comprehending the cause's goals, and who is cynically used by the cause's leaders. The term was originally used during the Cold War to describe non-communists regarded as susceptible to communist propaganda and manipulation. The term has often been attributed to Vladimir Lenin, but this attribution is unsubstantiated.

Discussed on

๐Ÿ”— Mariko Aoki Phenomenon

๐Ÿ”— Books ๐Ÿ”— Psychology ๐Ÿ”— Japan

The Mariko Aoki phenomenon (้’ๆœจใพใ‚Šใ“็พ่ฑก, Aoki Mariko genshล) is a Japanese expression referring to an urge to defecate that is suddenly felt after entering bookstores. The phenomenon's name derives from the name of the woman who mentioned the phenomenon in a magazine article in 1985. According to Japanese social psychologist Shozo Shibuya, the specific causes that trigger a defecation urge in bookstores are not yet clearly understood (as of 2014). There are also some who are skeptical about whether such a peculiar phenomenon really exists at all, and it is sometimes discussed as one type of urban myth.

The series of processes through which being in a bookstore leads to an awareness of a defecation urge is something that cannot be explained from a medical perspective as a single pathological concept, at least at present. According to a number of discussions on the topic, even if it can be sufficiently found that this phenomenon actually exists, it is a concept that would be difficult to be deemed a specific pathological entity (such as a "Mariko Aoki disease", for example). On the other hand, it is also a fact that a considerable number of the intellectuals (particularly clinicians) who discuss this phenomenon have adopted existing medical terminology such as from diagnostics and pathology. Borrowing from this approach, this article also uses expressions from existing medical terminology for convenience.

Discussed on