Random Articles (Page 46)

Have a deep view into what people are curious about.

πŸ”— Quantum Zeno Effect

πŸ”— Physics

The quantum Zeno effect (also known as the Turing paradox) is a feature of quantum-mechanical systems allowing a particle's time evolution to be slowed down by measuring it frequently enough with respect to some chosen measurement setting.

Sometimes this effect is interpreted as "a system cannot change while you are watching it". One can "freeze" the evolution of the system by measuring it frequently enough in its known initial state. The meaning of the term has since expanded, leading to a more technical definition, in which time evolution can be suppressed not only by measurement: the quantum Zeno effect is the suppression of unitary time evolution in quantum systems provided by a variety of sources: measurement, interactions with the environment, stochastic fields, among other factors. As an outgrowth of study of the quantum Zeno effect, it has become clear that applying a series of sufficiently strong and fast pulses with appropriate symmetry can also decouple a system from its decohering environment.

The name comes from Zeno's arrow paradox, which states that because an arrow in flight is not seen to move during any single instant, it cannot possibly be moving at all. The first rigorous and general derivation of the quantum Zeno effect was presented in 1974 by Degasperis, Fonda, and Ghirardi, although it had previously been described by Alan Turing. The comparison with Zeno's paradox is due to a 1977 article by George Sudarshan and Baidyanath Misra.

According to the reduction postulate, each measurement causes the wavefunction to collapse to an eigenstate of the measurement basis. In the context of this effect, an observation can simply be the absorption of a particle, without the need of an observer in any conventional sense. However, there is controversy over the interpretation of the effect, sometimes referred to as the "measurement problem" in traversing the interface between microscopic and macroscopic objects.

Another crucial problem related to the effect is strictly connected to the time–energy indeterminacy relation (part of the indeterminacy principle). If one wants to make the measurement process more and more frequent, one has to correspondingly decrease the time duration of the measurement itself. But the request that the measurement last only a very short time implies that the energy spread of the state in which reduction occurs becomes increasingly large. However, the deviations from the exponential decay law for small times is crucially related to the inverse of the energy spread, so that the region in which the deviations are appreciable shrinks when one makes the measurement process duration shorter and shorter. An explicit evaluation of these two competing requests shows that it is inappropriate, without taking into account this basic fact, to deal with the actual occurrence and emergence of Zeno's effect.

Closely related (and sometimes not distinguished from the quantum Zeno effect) is the watchdog effect, in which the time evolution of a system is affected by its continuous coupling to the environment.

Discussed on

πŸ”— Hy

πŸ”— Computing πŸ”— Computer science πŸ”— Computing/Software

Hy (alternately, Hylang) is a programming language, a dialect of the language Lisp designed to interact with the language Python by translating expressions into Python's abstract syntax tree (AST). Hy was introduced at Python Conference (PyCon) 2013 by Paul Tagliamonte.

Similar to Kawa's and Clojure's mapping of s-expressions onto the Java virtual machine (JVM), Hy is meant to operate as a transparent Lisp front end to Python's abstract syntax. Lisp allows operating on code as data (metaprogramming). Thus, Hy can be used to write domain-specific languages. Hy also allows Python libraries, including the standard library, to be imported and accessed alongside Hy code with a compiling step converting the data structure of both into Python's AST.

Discussed on

  • "Hy" | 2019-08-04 | 850 Upvotes 141 Comments
  • "Hy" | 2016-11-07 | 70 Upvotes 5 Comments

πŸ”— Manosphere

πŸ”— Psychology πŸ”— Websites πŸ”— Websites/Computing πŸ”— Sociology πŸ”— Discrimination πŸ”— Sociology/social movements πŸ”— Conservatism πŸ”— Gender Studies πŸ”— Feminism πŸ”— Men's Issues

The manosphere is a varied collection of websites, blogs, and online forums promoting masculinity, misogyny, and opposition to feminism. Communities within the manosphere include men's rights activists (MRAs), incels (involuntary celibates), Men Going Their Own Way (MGTOW), pick-up artists (PUA), and fathers' rights groups. While the specifics of each group's beliefs sometimes conflict, they are generally united in the belief that society is biased against men due to the influence of feminism, and that feminists promote misandry (hatred of men). Acceptance of these ideas is described as "taking the red pill", a metaphor borrowed from the film The Matrix.

The manosphere overlaps with the far-right and alt-right communities. It has also been associated with online harassment and has been implicated in radicalizing men into misogynist beliefs and the glorification of violence against women. Some sources have associated manosphere-based radicalization with mass shootings motivated by misogyny. The manosphere received significant media coverage following the 2014 Isla Vista killings in California, the 2015 Umpqua Community College shooting in Oregon, and the 2018 Toronto van attack, as well as the online harassment campaign against women in the video game industry known as GamerGate.

Major figures within the movement include various social media influencers, including Andrew Tate, Amrou "Myron Gaines" Fudl, Adin Ross, Roosh V, Carl Benjamin and Jordan Peterson.

Discussed on

πŸ”— Ubuntu Philosophy

πŸ”— Human rights πŸ”— Africa πŸ”— Philosophy πŸ”— Philosophy/Ethics

Ubuntu (Zulu pronunciation:Β [ΓΉΙ“ΓΊntΚΌΓΉ]) is a Nguni Bantu term meaning "humanity." It is often translated as "I am because we are," or "humanity towards others," or in Xhosa, "umntu ngumntu ngabantu" but is often used in a more philosophical sense to mean "the belief in a universal bond of sharing that connects all humanity."

In Southern Africa, it has come to be used as a contested term for a kind of humanist philosophy, ethic, or ideology, also known as Ubuntuism propagated in the Africanisation (transition to majority rule) process of these countries during the 1980s and 1990s.

Since the transition to democracy in South Africa with the Nelson Mandela presidency in 1994, the term has become more widely known outside of Southern Africa, notably popularised to English-language readers through the ubuntu theology of Desmond Tutu. Tutu was the chairman of the South African Truth and Reconciliation Commission (TRC), and many have argued that ubuntu was a formative influence on the TRC.

Discussed on

πŸ”— WinFS

πŸ”— Computing πŸ”— Microsoft Windows πŸ”— Microsoft Windows/Computing πŸ”— Computing/Software πŸ”— Microsoft

WinFS (short for Windows Future Storage) was the code name for a canceled data storage and management system project based on relational databases, developed by Microsoft and first demonstrated in 2003 as an advanced storage subsystem for the Microsoft Windows operating system, designed for persistence and management of structured, semi-structured and unstructured data.

WinFS includes a relational database for storage of information, and allows any type of information to be stored in it, provided there is a well defined schema for the type. Individual data items could then be related together by relationships, which are either inferred by the system based on certain attributes or explicitly stated by the user. As the data has a well defined schema, any application can reuse the data; and using the relationships, related data can be effectively organized as well as retrieved. Because the system knows the structure and intent of the information, it can be used to make complex queries that enable advanced searching through the data and aggregating various data items by exploiting the relationships between them.

While WinFS and its shared type schema make it possible for an application to recognize the different data types, the application still has to be coded to render the different data types. Consequently, it would not allow development of a single application that can view or edit all data types; rather, what WinFS enables applications to do is understand the structure of all data and extract the information that they can use further. When WinFS was introduced at the 2003 Professional Developers Conference, Microsoft also released a video presentation, named IWish, showing mockup interfaces that showed how applications would expose interfaces that take advantage of a unified type system. The concepts shown in the video ranged from applications using the relationships of items to dynamically offer filtering options to applications grouping multiple related data types and rendering them in a unified presentation.

WinFS was billed as one of the pillars of the "Longhorn" wave of technologies, and would ship as part of the next version of Windows. It was subsequently decided that WinFS would ship after the release of Windows Vista, but those plans were shelved in June 2006, with some of its component technologies being integrated into ADO.NET and Microsoft SQL Server.

Discussed on

  • "WinFS" | 2022-02-18 | 23 Upvotes 2 Comments

πŸ”— Decline in Insect Populations

πŸ”— Environment πŸ”— Insects πŸ”— Ecology

An increasing number of scientific studies are reporting substantial declines in insect populations worldwide. Most commonly, the declines involve reductions in abundance, though in some cases entire species are going extinct. The declines are far from uniform. In some localities, there have been reports of increases in overall insect population, and some types of insects appear to be increasing in abundance across the world.

Some of the insects most affected include bees, butterflies, moths, beetles, dragonflies and damselflies. Anecdotal evidence has been offered of much greater apparent abundance of insects in the 20th century; recollections of the windscreen phenomenon are an example.

Possible causes are similar to other biodiversity loss, with studies identifying: habitat destruction, including intensive agriculture; the use of pesticides (particularly insecticides); urbanization, and industrialization; introduced species; and climate change. Not all insect orders are affected in the same way; many groups are the subject of limited research, and comparative figures from earlier decades are often not available.

In response to the reported declines, increased insect related conservation measures have been launched. In 2018 the German government initiated an "Action Programme for Insect Protection", and in 2019 a group of 27 British entomologists and ecologists wrote an open letter calling on the research establishment in the UK "to enable intensive investigation of the real threat of ecological disruption caused by insect declines without delay".

πŸ”— In-flight surgery with a coat-hanger and silverware

πŸ”— Biography

William Angus Wallace (born 31 October 1948) is a Scottish orthopaedic surgeon. He is Professor of Orthopaedic and Accident Surgery at the Faculty of Medicine & Health Sciences of the University of Nottingham. He came to widespread public notice for a life-saving surgery he performed using improvised equipment on a British Airways flight in 1995, and for treating Wayne Rooney before the 2006 FIFA World Cup.

Discussed on

πŸ”— 2019 redefinition of the SI base units

πŸ”— Physics

In 2019, the SI base units were redefined in agreement with the International System of Quantities, effective on the 144th anniversary of the Metre Convention, 20 May 2019. In the redefinition, four of the seven SI base units – the kilogram, ampere, kelvin, and mole – were redefined by setting exact numerical values for the Planck constant (h), the elementary electric charge (e), the Boltzmann constant (kB), and the Avogadro constant (NA), respectively. The second, metre, and candela were already defined by physical constants and were subject to correction to their definitions. The new definitions aimed to improve the SI without changing the value of any units, ensuring continuity with existing measurements. In November 2018, the 26th General Conference on Weights and Measures (CGPM) unanimously approved these changes, which the International Committee for Weights and Measures (CIPM) had proposed earlier that year after determining that previously agreed conditions for the change had been met.:23 These conditions were satisfied by a series of experiments that measured the constants to high accuracy relative to the old SI definitions, and were the culmination of decades of research.

The previous major change of the metric system occurred in 1960 when the International System of Units (SI) was formally published. At this time the metre was redefined: the definition was changed from the prototype of the metre to a certain number of wavelengths of a spectral line of a krypton-86 radiation, making it derivable from universal natural phenomena. The kilogram remained defined by a physical prototype, leaving it the only artefact upon which the SI unit definitions depend. At this time the SI, as a coherent system, was constructed around seven base units, powers of which were used to construct all other units. With the 2019 redefinition, the SI is constructed around seven defining constants, allowing all units to be constructed directly from these constants. The designation of base units is retained but is no longer essential to define SI measures.

The metric system was originally conceived as a system of measurement that was derivable from unchanging phenomena, but practical limitations necessitated the use of artefacts – the prototype of the metre and prototype of the kilogram – when the metric system was introduced in France in 1799. Although it was designed for long-term stability, the masses of the prototype kilogram and its secondary copies have shown small variations relative to each other over time; they are not thought to be adequate for the increasing accuracy demanded by science, prompting a search for a suitable replacement. The definitions of some units were defined by measurements that are difficult to precisely realise in a laboratory, such as the kelvin, which was defined in terms of the triple point of water. With the 2019 redefinition, the SI became wholly derivable from natural phenomena with most units being based on fundamental physical constants.

A number of authors have published criticisms of the revised definitions; their criticisms include the premise that the proposal failed to address the impact of breaking the link between the definition of the dalton and the definitions of the kilogram, the mole, and the Avogadro constant.

Discussed on

πŸ”— The aesthetic usability effect / paradox

πŸ”— Medicine πŸ”— Science

The aesthetic–usability effect describes a paradox that people perceive more aesthetic designs as much more intuitive than those considered to be less aesthetically pleasing. The effect has been observed in several experiments and has significant implications regarding the acceptance, use, and performance of a design. Usability and aesthetics are the two most important factors in assessing the overall user experience for an application. Usability and aesthetics are judged by a user's reuse expectations, and then their post-use, or experienced, final judgement. A user's cognitive style can influence how they interact with and perceive an application, which in turn can influence their judgement of the application.

Discussed on

πŸ”— Project A119

πŸ”— Spaceflight πŸ”— Military history πŸ”— Military history/North American military history πŸ”— Military history/United States military history πŸ”— Military history/Military science, technology, and theory πŸ”— Moon πŸ”— Military history/Cold War πŸ”— Cold War πŸ”— Solar System πŸ”— Solar System/Moon

Project A119, also known as A Study of Lunar Research Flights, was a top-secret plan developed in 1958 by the United States Air Force. The aim of the project was to detonate a nuclear bomb on the Moon, which would help in answering some of the mysteries in planetary astronomy and astrogeology. If the explosive device detonated on the surface, not in a lunar crater, the flash of explosive light would have been faintly visible to people on Earth with their naked eye, a show of force resulting in a possible boosting of domestic morale in the capabilities of the United States, a boost that was needed after the Soviet Union took an early lead in the Space Race and was also working on a similar project.

The project was never carried out, being cancelled primarily out of a fear of a negative public reaction, with the potential militarization of space that it would also have signified, and because a Moon landing would undoubtedly be a more popular achievement in the eyes of the American and international public alike. A similar project by the Soviet Union also never came to fruition.

The existence of the US project was revealed in 2000 by a former executive at the National Aeronautics and Space Administration (NASA), Leonard Reiffel, who led the project in 1958. A young Carl Sagan was part of the team responsible for predicting the effects of a nuclear explosion in vacuum and low gravity and in evaluating the scientific value of the project. The project documents remained secret for nearly 45 years, and despite Reiffel's revelations, the United States government has never officially recognized its involvement in the study.

Discussed on