New Articles (Page 373)

To stay up to date you can also follow on Mastodon.

πŸ”— Okavango Delta

πŸ”— Africa πŸ”— Africa/Botswana

The Okavango Delta (or Okavango Grassland) (formerly spelled "Okovango" or "Okovanggo") in Botswana is a swampy inland delta formed where the Okavango River reaches a tectonic trough in the central part of the endorheic basin of the Kalahari. All the water reaching the delta is ultimately evaporated and transpired and does not flow into any sea or ocean. Each year, about 11 cubic kilometres (2.6Β cuΒ mi) of water spread over the 6,000–15,000Β km2 (2,300–5,800Β sqΒ mi) area. Some flood waters drain into Lake Ngami. The area was once part of Lake Makgadikgadi, an ancient lake that had mostly dried up by the early Holocene.

The Moremi Game Reserve, a National Park, is on the eastern side of the Delta. The Delta was named as one of the Seven Natural Wonders of Africa, which were officially declared on 11 February 2013 in Arusha, Tanzania. On 22 June 2014, the Okavango Delta became the 1000th site to be officially inscribed on the UNESCO World Heritage List.

πŸ”— Broad Arrow

πŸ”— Heraldry and vexillology

A broad arrow, of which a pheon is a variant, is a stylised representation of a metal arrowhead, comprising a tang and two barbs meeting at a point. It is a symbol used traditionally in heraldry, most notably in England, and later by the British government to mark government property. It became particularly associated with the Board of Ordnance, and later the War Department and the Ministry of Defence. It was exported to other parts of the British Empire, where it was used in similar official contexts.

In heraldry, the arrowhead generally points downwards, whereas in other contexts it more usually points upwards.

Discussed on

πŸ”— Black Perl

πŸ”— Computer science πŸ”— Poetry

"Black Perl" is a code poem written using the Perl programming language. It was posted anonymously to Usenet on April 1, 1990, and is popular among Perl programmers as a piece of Perl poetry. Written in Perl 3, the poem is able to be executed as a program.

Discussed on

πŸ”— The Overton Window

πŸ”— United States/U.S. Government πŸ”— United States πŸ”— Philosophy πŸ”— Politics πŸ”— Philosophy/Social and political philosophy πŸ”— Philosophy/Contemporary philosophy πŸ”— United States Public Policy πŸ”— United States/U.S. Public Policy

The Overton window is the range of policies politically acceptable to the mainstream population at a given time. It is also known as the window of discourse. The term is named after Joseph P. Overton, who stated that an idea's political viability depends mainly on whether it falls within this range, rather than on politicians' individual preferences. According to Overton, the window frames the range of policies that a politician can recommend without appearing too extreme to gain or keep public office given the climate of public opinion at that time.

πŸ”— Exotic Atom

πŸ”— Physics

An exotic atom is an otherwise normal atom in which one or more sub-atomic particles have been replaced by other particles of the same charge. For example, electrons may be replaced by other negatively charged particles such as muons (muonic atoms) or pions (pionic atoms). Because these substitute particles are usually unstable, exotic atoms typically have very short lifetimes and all currently observed atoms cannot persist under normal conditions.

Discussed on

πŸ”— Ronald Reagan Speaks Out Against Socialized Medicine

πŸ”— Medicine πŸ”— Conservatism

Ronald Reagan Speaks Out Against Socialized Medicine is a 1961 LP featuring the actor Ronald Reagan. In this more than ten-minute recording, Reagan "criticized Social Security for supplanting private savings and warned that subsidized medicine would curtail Americans' freedom" and that "pretty soon your son won't decide when he's in school, where he will go or what he will do for a living. He will wait for the government to tell him." Roger Lowenstein called the LP part of a "stealth program" conducted by the American Medical Association (see Operation Coffee Cup).

Discussed on

πŸ”— COMEFROM

πŸ”— Computing πŸ”— Computer science

In computer programming, COMEFROM (or COME FROM) is an obscure control flow structure used in some programming languages, originally as a joke. COMEFROM is roughly the opposite of GOTO in that it can take the execution state from any arbitrary point in code to a COMEFROM statement.

The point in code where the state transfer happens is usually given as a parameter to COMEFROM. Whether the transfer happens before or after the instruction at the specified transfer point depends on the language used. Depending on the language used, multiple COMEFROMs referencing the same departure point may be invalid, be non-deterministic, be executed in some sort of defined priority, or even induce parallel or otherwise concurrent execution as seen in Threaded Intercal.

A simple example of a "COMEFROM x" statement is a label x (which does not need to be physically located anywhere near its corresponding COMEFROM) that acts as a "trap door". When code execution reaches the label, control gets passed to the statement following the COMEFROM. This may also be conditional, passing control only if a condition is satisfied, analogous to a GOTO within an IF statement. The primary difference from GOTO is that GOTO only depends on the local structure of the code, while COMEFROM depends on the global structure – a GOTO transfers control when it reaches a line with a GOTO statement, while COMEFROM requires scanning the entire program or scope to see if any COMEFROM statements are in scope for the line, and then verifying if a condition is hit. The effect of this is primarily to make debugging (and understanding the control flow of the program) extremely difficult, since there is no indication near the line or label in question that control will mysteriously jump to another point of the program – one must study the entire program to see if any COMEFROM statements reference that line or label.

Debugger hooks can be used to implement a COMEFROM statement, as in the humorous Python goto module; see below. This also can be implemented with the gcc feature "asm goto" as used by the Linux kernel configuration option CONFIG_JUMP_LABEL. A no-op has its location stored, to be replaced by a jump to an executable fragment that at its end returns to the instruction after the no-op.

Discussed on

πŸ”— Terror management theory

πŸ”— Psychology

Terror management theory (TMT) is both a social and evolutionary psychology theory originally proposed by Jeff Greenberg, Sheldon Solomon, and Tom Pyszczynski and codified in their book The Worm at the Core: On the Role of Death in Life (2015). It proposes that a basic psychological conflict results from having a self-preservation instinct while realizing that death is inevitable and to some extent unpredictable. This conflict produces terror, and the terror is then managed by embracing cultural beliefs, or symbolic systems that act to counter biological reality with more durable forms of meaning and value.

The most obvious examples of cultural values that assuage death anxiety are those that purport to offer literal immortality (e.g. belief in afterlife, religion). However, TMT also argues that other cultural values – including those that are seemingly unrelated to death – offer symbolic immortality. For example, values of national identity, posterity, cultural perspectives on sex, and human superiority over animals have been linked to death concerns. In many cases these values are thought to offer symbolic immortality either a) by providing the sense that one is part of something greater that will ultimately outlive the individual (e.g. country, lineage, species), or b) by making one's symbolic identity superior to biological nature (i.e. you are a personality, which makes you more than a glob of cells).

Because cultural values determine that which is meaningful, they are also the foundation for self-esteem. TMT describes self-esteem as being the personal, subjective measure of how well an individual is living up to their cultural values.

TMT is derived from anthropologist Ernest Becker's 1973Β Pulitzer Prize-winning work of nonfiction The Denial of Death, in which Becker argues most human action is taken to ignore or avoid the inevitability of death. The terror of absolute annihilation creates such a profound – albeit subconscious – anxiety in people that they spend their lives attempting to make sense of it. On large scales, societies build symbols: laws, religious meaning systems, cultures, and belief systems to explain the significance of life, define what makes certain characteristics, skills, and talents extraordinary, reward others whom they find exemplify certain attributes, and punish or kill others who do not adhere to their cultural worldview. On an individual level, self-esteem provides a buffer against death-related anxiety.

Discussed on

πŸ”— List of Emerging Technologies

πŸ”— Technology πŸ”— Lists πŸ”— Futures studies πŸ”— Invention

Emerging technologies are those technical innovations that represent progressive innovations within a field for competitive advantage.

Discussed on