Random Articles (Page 55)
Have a deep view into what people are curious about.
π Hofstadter's Law
Hofstadter's law is a self-referential adage, coined by Douglas Hofstadter in his book GΓΆdel, Escher, Bach: An Eternal Golden Braid (1979) to describe the widely experienced difficulty of accurately estimating the time it will take to complete tasks of substantial complexity:
Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.
The law is often cited by programmers in discussions of techniques to improve productivity, such as The Mythical Man-Month or extreme programming.
Discussed on
- "Hofstadter's Law" | 2016-03-21 | 10 Upvotes 1 Comments
- "Hofstadter's law" | 2011-02-25 | 94 Upvotes 18 Comments
π Sexy prime
Sexy primes are prime numbers that differ from each other by 6. For example, the numbers 5 and 11 are both sexy primes, because 11 - 5 = 6.
The term "sexy prime" is a pun stemming from the Latin word for six: sex.
If p + 2 or p + 4 (where p is the lower prime) is also prime, then the sexy prime is part of a prime triplet.
Discussed on
- "Sexy prime" | 2019-02-15 | 124 Upvotes 40 Comments
- "Sexy primes" | 2012-06-20 | 29 Upvotes 6 Comments
π Fractional calculus
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
and of the integration operator J
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 .
For example, one may ask for a meaningful interpretation of:
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
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
- "What's your intuitive understanding of fractional derivatives?" | 2022-10-24 | 12 Upvotes 4 Comments
- "Fractional calculus" | 2010-05-30 | 45 Upvotes 7 Comments
π Small-World Experiment
The small-world experiment comprised several experiments conducted by Stanley Milgram and other researchers examining the average path length for social networks of people in the United States. The research was groundbreaking in that it suggested that human society is a small-world-type network characterized by short path-lengths. The experiments are often associated with the phrase "six degrees of separation", although Milgram did not use this term himself.
Discussed on
- "Small-World Experiment" | 2020-03-15 | 50 Upvotes 3 Comments
π Squarial
The Squarial (a portmanteau of the words square and aerial) was a satellite antenna used for reception of the now defunct British Satellite Broadcasting television service (BSB). The Squarial was a flat plate satellite antenna, built to be unobtrusive and unique. BSB were counting on the form factor of the antenna to clearly differentiate themselves from their competitors at the time. At the time of development, satellite installations usually required a 90Β cm dish in order to receive a clear signal from the transmitting satellite. The smaller antenna was BSB's unique selling point and was heavily advertised in order to attract customers to their service.
π Leachim β 4th grade teaching robot
Leachim was an early example of Diphone synthetic speech and demonstrated how voice branching could be done quickly via computer discs to create understandable speech (i.e. verbal output). This method combined phonemes, words, and sentences to form verbal responsive messages when prompted by the computer. The device received attention on a world-wide basis because hundreds of articles were written about it.
Discussed on
- "Leachim β 4th grade teaching robot" | 2024-06-21 | 10 Upvotes 1 Comments
π San Jose electric light tower
The San Jose electric light tower, also known as Owen's Electric Tower after its creator and chief booster, was constructed in 1881 at an intersection in downtown San Jose, California, as a "high light" or moonlight tower to light the city using arc lights. A pioneer use of electricity for municipal lighting, it was later strung with incandescent bulbs and was destroyed in a storm in December 1915. A half-size replica stands at History Park at Kelley Park.
Discussed on
- "San Jose electric light tower" | 2021-03-28 | 53 Upvotes 4 Comments
π Capgras Delusion
Capgras delusion is a psychiatric disorder in which a person holds a delusion that a friend, spouse, parent, or other close family member (or pet) has been replaced by an identical impostor. It is named after Joseph Capgras (1873β1950), a French psychiatrist.
The Capgras delusion is classified as a delusional misidentification syndrome, a class of delusional beliefs that involves the misidentification of people, places, or objects. It can occur in acute, transient, or chronic forms. Cases in which patients hold the belief that time has been "warped" or "substituted" have also been reported.
The delusion most commonly occurs in individuals diagnosed with paranoid schizophrenia but has also been seen in brain injury, dementia with Lewy bodies, and other dementia. It presents often in individuals with a neurodegenerative disease, particularly at an older age. It has also been reported as occurring in association with diabetes, hypothyroidism, and migraine attacks. In one isolated case, the Capgras delusion was temporarily induced in a healthy subject by the drug ketamine. It occurs more frequently in females, with a female to male ratio of approximately 3 to 2.
Discussed on
- "Capgras Delusion" | 2010-03-30 | 16 Upvotes 3 Comments
π Rope (data structure)
In computer programming, a rope, or cord, is a data structure composed of smaller strings that is used to efficiently store and manipulate a very long string. For example, a text editing program may use a rope to represent the text being edited, so that operations such as insertion, deletion, and random access can be done efficiently.
Discussed on
- "Rope (data structure)" | 2023-02-26 | 35 Upvotes 4 Comments
- "Rope (data structure)" | 2013-06-08 | 217 Upvotes 30 Comments
π Bob's Game
Bob's Game (stylized as "bob's game") was a role-playing video game being developed by independent video game developer Robert Pelloni since 2003/2004. The project is most notable for Pelloni developing the game using open source software development tools and Nintendo's refusal to license him the official SDK as well as Bob's response to that decision.
Discussed on
- "Bob's Game" | 2021-06-29 | 166 Upvotes 83 Comments