Random Articles (Page 3)

Have a deep view into what people are curious about.

🔗 Replication Crisis

🔗 Medicine 🔗 Psychology 🔗 Sociology 🔗 Science 🔗 Academic Journals

The replication crisis (or replicability crisis or reproducibility crisis) is, as of 2020, an ongoing methodological crisis in which it has been found that many scientific studies are difficult or impossible to replicate or reproduce. The replication crisis affects the social sciences and medicine most severely. The crisis has long-standing roots; the phrase was coined in the early 2010s as part of a growing awareness of the problem. The replication crisis represents an important body of research in the field of metascience.

Because the reproducibility of experimental results is an essential part of the scientific method, the inability to replicate the studies of others has potentially grave consequences for many fields of science in which significant theories are grounded on unreproducible experimental work. The replication crisis has been particularly widely discussed in the field of psychology and in medicine, where a number of efforts have been made to re-investigate classic results, to determine both the reliability of the results, and, if found to be unreliable, the reasons for the failure of replication.

Discussed on

🔗 Laws of Power: Machiavelli and Sun-Tzu brought up-to-date

🔗 Books 🔗 Business

The 48 Laws of Power (1998) is a non-fiction book by American author Robert Greene. The book is a bestseller, selling over 1.2 million copies in the United States, and is popular with prison inmates and celebrities.

Discussed on

🔗 Mode 2

🔗 History of Science

A knowledge production mode is a term from the sociology of science which refers to the way (scientific) knowledge is produced. So far, three modes have been conceptualized. Mode 1 production of knowledge is knowledge production motivated by scientific knowledge alone (basic research) which is not primarily concerned by the applicability of its findings. Mode 1 is founded on a conceptualization of science as separated into discrete disciplines (e.g., a biologist does not bother about chemistry). Mode 2 was coined in 1994 in juxtaposition to Mode 1 by Michael Gibbons, Camille Limoges, Helga Nowotny, Simon Schwartzman, Peter Scott and Martin Trow. In Mode 2, multidisciplinary teams are brought together for short periods of time to work on specific problems in the real world for knowledge production (applied research) in the knowledge society. Mode 2 can be explained by the way research funds are distributed among scientists and how scientists focus on obtaining these funds in terms of five basic features: 1) knowledge produced in the context of application; (2) transdisciplinarity; (3) heterogeneity and organizational diversity; (4) social accountability and reflexivity; (5) and quality control. Subsequently, Carayannis and Campbell described a Mode 3 knowledge in 2006.

Discussed on

🔗 Public Universal Friend

🔗 United States 🔗 Biography 🔗 Women's History 🔗 Christianity 🔗 Gender Studies 🔗 United States/Rhode Island 🔗 Christianity/Religious Society of Friends (Quakers)

The Public Universal Friend (born Jemima Wilkinson; November 29, 1752 – July 1, 1819) was an American preacher born in Cumberland, Rhode Island, to Quaker parents. After suffering a severe illness in 1776, the Friend claimed to have died and been reanimated as a genderless evangelist named the Public Universal Friend, and afterward shunned both birth name and gendered pronouns. In androgynous clothes, the Friend preached throughout the northeastern United States, attracting many followers who became the Society of Universal Friends.

The Public Universal Friend's theology was broadly similar to that of most Quakers. The Friend stressed free will, opposed slavery, and supported sexual abstinence. The most committed members of the Society of Universal Friends were a group of unmarried women who took leading roles in their households and community. In the 1790s, members of the Society acquired land in Western New York where they formed the township of Jerusalem near Penn Yan, New York. The Society of Universal Friends ceased to exist by the 1860s. Many writers have portrayed the Friend as a woman, and either a manipulative fraudster, or a pioneer for women's rights; others have viewed the preacher as transgender or non-binary and a figure in trans history.

🔗 Amdahl's Law

🔗 Computer science

In computer architecture, Amdahl's law (or Amdahl's argument) is a formula which gives the theoretical speedup in latency of the execution of a task at fixed workload that can be expected of a system whose resources are improved. It is named after computer scientist Gene Amdahl, and was presented at the AFIPS Spring Joint Computer Conference in 1967.

Amdahl's law is often used in parallel computing to predict the theoretical speedup when using multiple processors. For example, if a program needs 20 hours to complete using a single thread, but a one-hour portion of the program cannot be parallelized, therefore only the remaining 19 hours (p = 0.95) of execution time can be parallelized, then regardless of how many threads are devoted to a parallelized execution of this program, the minimum execution time cannot be less than one hour. Hence, the theoretical speedup is limited to at most 20 times the single thread performance, ( 1 1 − p = 20 ) {\displaystyle \left({\dfrac {1}{1-p}}=20\right)} .

Discussed on

🔗 Wikiid: Can Wikipedia make a Wikipedia page notable enough to avoid deletion?

User:Diikiw/Wiikid, formerly Wikiid, is an article that was created on the web site Wikipedia in 2008. It is notable in its attempt to become the first Wikipedia page to gain notoriety solely for the fact that it was a page on Wikipedia; this was intended to spark a debate as to whether or not Wikipedia could be considered a source notable enough to allow a page’s permanent entry on the site. It can be looked at both as metahumor and as a piece of postmodern art.

🔗 Jeff Bezos phone hacking incident

🔗 United States 🔗 Saudi Arabia

In January 2020, the FTI Consulting company claimed that in May 2018 with "medium to high confidence" the phone of Jeff Bezos had been hacked by a file sent from the WhatsApp account of the crown prince of Saudi Arabia, Mohammed bin Salman. The Saudi Arabian embassy to the United States has denied the allegations. Billionaire Jeff Bezos, the owner of The Washington Post newspaper and founder of the company Amazon, engaged FTI Consulting in February 2019 after the National Enquirer in January 2019 reported details of Bezos's affair. FTI Consulting did not link the National Enquirer to the hack. In December 2021, the FBI stated they could not find proof to substantiate claims that Saudi Arabia hacked Jeff Bezos phone, and has considered an investigation into those allegations a low priority.

Discussed on

🔗 Smith Chart

🔗 Electronics

The Smith chart, invented by Phillip H. Smith (1905–1987), and T. Mizuhashi, is a graphical calculator or nomogram designed for electrical and electronics engineers specializing in radio frequency (RF) engineering to assist in solving problems with transmission lines and matching circuits. The Smith chart can be used to simultaneously display multiple parameters including impedances, admittances, reflection coefficients, S n n {\displaystyle S_{nn}\,} scattering parameters, noise figure circles, constant gain contours and regions for unconditional stability, including mechanical vibrations analysis. The Smith chart is most frequently used at or within the unity radius region. However, the remainder is still mathematically relevant, being used, for example, in oscillator design and stability analysis. While the use of paper Smith charts for solving the complex mathematics involved in matching problems has been largely replaced by software based methods, the Smith charts display is still the preferred method of displaying how RF parameters behave at one or more frequencies, an alternative to using tabular information. Thus most RF circuit analysis software includes a Smith chart option for the display of results and all but the simplest impedance measuring instruments can display measured results on a Smith chart display.

Discussed on

🔗 QB64

🔗 Computing

QB64 (originally QB32) is a self-hosting BASIC compiler for Microsoft Windows, Linux and Mac OS X, designed to be compatible with Microsoft QBasic and QuickBASIC. QB64 is a C++ emitter, which is integrated with a C++ compiler to provide compilation via C++ code and GCC optimization.

QB64 implements most QBasic statements, and can run many QBasic programs, including Microsoft's QBasic Gorillas and Nibbles games. Furthermore, QB64 has been designed to contain an IDE resembling the QBASIC IDE. QB64 also extends the QBASIC programming language to include 64-bit data types, as well as better sound and graphics support. It can also emulate some DOS/x86 specific features such as INT 33h mouse access, and multiple timers.

Since version 2.0, QB64 now offers debugging abilities, with the new $DEBUG metacommand.

Discussed on

  • "QB64" | 2022-05-17 | 14 Upvotes 1 Comments

🔗 Outer Space Treaty

🔗 International relations 🔗 Spaceflight 🔗 Law 🔗 Politics 🔗 International relations/International law 🔗 British Overseas Territories

The Outer Space Treaty, formally the Treaty on Principles Governing the Activities of States in the Exploration and Use of Outer Space, including the Moon and Other Celestial Bodies, is a treaty that forms the basis of international space law. The treaty was opened for signature in the United States, the United Kingdom, and the Soviet Union on 27 January 1967, and entered into force on 10 October 1967. As of June 2019, 109 countries are parties to the treaty, while another 23 have signed the treaty but have not completed ratification. In addition, Taiwan, which is currently recognized by 14 UN member states, ratified the treaty prior to the United Nations General Assembly's vote to transfer China's seat to the People's Republic of China (PRC) in 1971.

Among the Outer Space Treaty's main points are that it prohibits the placing of nuclear weapons in space, it limits the use of the Moon and all other celestial bodies to peaceful purposes only, and establishes that space shall be free for exploration and use by all nations, but that no nation may claim sovereignty of outer space or any celestial body. The Outer Space Treaty does not ban military activities within space, military space forces, or the weaponization of space, with the exception of the placement of weapons of mass destruction in space. It is mostly a non-armament treaty and offers insufficient and ambiguous regulations to newer space activities such as lunar and asteroid mining.

Discussed on