Random Articles (Page 248)
Have a deep view into what people are curious about.
π Pentagramma mirificum
Pentagramma mirificum (Latin for miraculous pentagram) is a star polygon on a sphere, composed of five great circle arcs, all of whose internal angles are right angles. This shape was described by John Napier in his 1614 book Mirifici logarithmorum canonis descriptio (Description of the wonderful rule of logarithms) along with rules that link the values of trigonometric functions of five parts of a right spherical triangle (two angles and three sides). The properties of pentagramma mirificum were studied, among others, by Carl Friedrich Gauss.
Discussed on
- "Pentagramma mirificum" | 2018-12-29 | 27 Upvotes 2 Comments
π Dining Cryptographers Problem
In cryptography, the dining cryptographers problem studies how to perform a secure multi-party computation of the boolean-OR function. David Chaum first proposed this problem in the early 1980s and used it as an illustrative example to show that it was possible to send anonymous messages with unconditional sender and recipient untraceability. Anonymous communication networks based on this problem are often referred to as DC-nets (where DC stands for "dining cryptographers").
Despite the word dining, the dining cryptographers problem is unrelated to the dining philosophers problem.
Discussed on
- "Dining Cryptographers Problem" | 2020-05-03 | 89 Upvotes 9 Comments
π The Theory of Interstellar Trade, Paul Krugman (1978)
The Theory of Interstellar Trade is a paper written in 1978 by the economist Paul Krugman. The paper was first published in March 2010 in the journal Economic Inquiry. He described the paper as something he wrote to cheer himself up when he was an "oppressed assistant professor" caught up in the academic rat race.
Krugman analyzed the question of
How should interest rates on goods in transit be computed when the goods travel at close to the speed of light? This is a problem because the time taken in transit will appear less to an observer traveling with the goods than to a stationary observer.
Krugman emphasized that in spite of its farcical subject matter, the economic analysis in the paper is correctly done. In his own words,
while the subject of this paper is silly, the analysis actually does make sense. This paper, then, is a serious analysis of a ridiculous subject, which is of course the opposite of what is usual in economics.
Discussed on
- "The Theory of Interstellar Trade, Paul Krugman (1978)" | 2009-09-12 | 21 Upvotes 6 Comments
π Dreyfus model of skill acquisition
The Dreyfus model of skill acquisition is a model of how learners acquire skills through formal instruction and practicing, used in the fields of education and operations research. Brothers Stuart and Hubert Dreyfus proposed the model in 1980 in an 18-page report on their research at the University of California, Berkeley, Operations Research Center for the United States Air Force Office of Scientific Research. The model proposes that a student passes through five distinct stages and was originally determined as: novice, competence, proficiency, expertise, and mastery.
π Launch loop
A launch loop or Lofstrom loop is a proposed system for launching objects into orbit using a moving cable-like system situated inside a sheath attached to the Earth at two ends and suspended above the atmosphere in the middle. The design concept was published by Keith Lofstrom and describes an active structure maglev cable transport system that would be around 2,000Β km (1,240Β mi) long and maintained at an altitude of up to 80Β km (50Β mi). A launch loop would be held up at this altitude by the momentum of a belt that circulates around the structure. This circulation, in effect, transfers the weight of the structure onto a pair of magnetic bearings, one at each end, which support it.
Launch loops are intended to achieve non-rocket spacelaunch of vehicles weighing 5 metric tons by electromagnetically accelerating them so that they are projected into Earth orbit or even beyond. This would be achieved by the flat part of the cable which forms an acceleration track above the atmosphere.
The system is designed to be suitable for launching humans for space tourism, space exploration and space colonization, and provides a relatively low 3g acceleration.
Discussed on
- "Launch loop" | 2018-07-26 | 116 Upvotes 49 Comments
- "The Lofstrom Loop" | 2015-11-30 | 30 Upvotes 19 Comments
π Dogme 95
Dogme 95 is a 1995 avant-garde filmmaking movement founded by the Danish directors Lars von Trier and Thomas Vinterberg, who created the "Dogme 95 Manifesto" and the "Vows of Chastity" (Danish: kyskhedslΓΈfter). These were rules to create films based on the traditional values of story, acting, and theme, and excluding the use of elaborate special effects or technology. It was supposedly created as an attempt to "take back power for the directors as artists", as opposed to the studio. They were later joined by fellow Danish directors Kristian Levring and SΓΈren Kragh-Jacobsen, forming the Dogme 95 Collective or the Dogme Brethren. Dogme (pronouncedΒ [ΛtΚwmΙ]) is the Danish word for dogma.
Discussed on
- "Dogme 95" | 2023-04-01 | 110 Upvotes 84 Comments
π Crew resource management
Crew resource management or cockpit resource management (CRM) is a set of training procedures for use in environments where human error can have devastating effects. Used primarily for improving aviation safety, CRM focuses on interpersonal communication, leadership, and decision making in the cockpit of an airliner. Its pioneer was David Beaty, a former Royal Air Force pilot and later a BOAC pilot who wrote his seminal book The Human Factor in Aircraft Accidents in the late 1950s. Despite the considerable development of electronic aids since then, many principles he developed continue to prove effective today.
Crew resource management formally began with a National Transportation Safety Board (NTSB) recommendation made during their investigation of the 1978 United Airlines Flight 173 crash. The issues surrounding that crash included a DC-8 crew running out of fuel over Portland, Oregon while troubleshooting a landing gear problem.
The term "cockpit resource management" (later generalized to "crew resource management") was coined in 1979 by NASA psychologist John Lauber who had studied communication processes in cockpits for several years. While retaining a command hierarchy, the concept was intended to foster a less authoritarian cockpit culture, where co-pilots were encouraged to question captains if they observed them making mistakes.
Crew resource management grew out of the 1977 Tenerife airport disaster where two Boeing 747 aircraft collided on the runway killing 583 people. A few weeks later, NASA held a workshop on the topic, endorsing this innovative training. United Airlines was the first airline to provide CRM training for its cockpit crews in 1981. By the 1990s, it had become a global standard.
United Airlines additionally trained their flight attendants to use CRM in conjunction with the pilots to provide another layer of enhanced communication and teamwork. Studies have shown that by both work groups using CRM together, communication barriers are reduced and problems can be solved more efficiently, leading to increased safety. CRM training concepts have been modified for application to a wide range of activities where people must make dangerous time-critical decisions. These arenas include air traffic control, ship handling, firefighting, and medical operating rooms.
Discussed on
- "Crew resource management" | 2018-09-30 | 39 Upvotes 10 Comments
π Homomorphic encryption
Homomorphic encryption is a form of encryption that allows computation on ciphertexts, generating an encrypted result which, when decrypted, matches the result of the operations as if they had been performed on the plaintext.
Homomorphic encryption can be used for privacy-preserving outsourced storage and computation. This allows data to be encrypted and out-sourced to commercial cloud environments for processing, all while encrypted. In highly regulated industries, such as health care, homomorphic encryption can be used to enable new services by removing privacy barriers inhibiting data sharing. For example, predictive analytics in health care can be hard to apply due to medical data privacy concerns, but if the predictive analytics service provider can operate on encrypted data instead, these privacy concerns are diminished.
Discussed on
- "Homomorphic encryption" | 2019-08-02 | 106 Upvotes 83 Comments
π The Pip
The Pip is the nickname given by radio listeners to a shortwave radio station that broadcasts on the frequency 5448Β kHz by day, and 3756Β kHz during the night. It broadcasts short, repeated beeps at a rate of around 50 per minute, for 24 hours per day. The beep signal is occasionally interrupted by voice messages in Russian. The Pip has been active since around 1985, when its distinctive beeping sound was first recorded by listeners.
The station is commonly referred to as "The Pip" among English-speaking radio listeners. In Russia, it is known as ΠΠ°ΠΏΠ»Ρ (Kaplya) "the drop". While its official name or callsign is not known, some of the voice transmissions begin with the code 8S1Shch (Cyrillic: 8Π‘1Π©), which is generally considered to be the name of the station. However, this code may not be a callsign, but instead serve some other purpose. Radioscanner.ru identifies the owner of this station as a North-Caucasian military district communication center with callsign "Akacia" (ex-72nd communication center, Russian "72 ΡΠ·Π΅Π» ΡΠ²ΡΠ·ΠΈ ΡΡΠ°Π±Π° Π‘ΠΠΠ").
Discussed on
- "The Pip" | 2015-12-02 | 120 Upvotes 24 Comments
π Veblen goods
Veblen goods are types of luxury goods for which the quantity demanded increases as the price increases, an apparent contradiction of the law of demand, resulting in an upward-sloping demand curve. A higher price may make a product desirable as a status symbol in the practices of conspicuous consumption and conspicuous leisure. A product may be a Veblen good because it is a positional good, something few others can own.
Veblen goods are named after American economist Thorstein Veblen, who first identified conspicuous consumption as a mode of status-seeking in The Theory of the Leisure Class (1899). A corollary of the Veblen effect is that lowering the price decreases the quantity demanded.
Discussed on
- "Veblen goods" | 2018-05-30 | 83 Upvotes 89 Comments