Random Articles

Have a deep view into what people are curious about.

๐Ÿ”— RIP Bob Givens, Looney Tunes and Tom and Jerry Artist

๐Ÿ”— Biography/arts and entertainment ๐Ÿ”— Animation

Robert Herman "Bob" Givens (March 2, 1918ย โ€“ December 14, 2017) was an American animator, character designer, and layout artist. He worked for numerous animation studios during his career, including Walt Disney Animation Studios, Warner Bros. Cartoons, Hanna-Barbera, and DePatieโ€“Freleng Enterprises, beginning his career during the late 1930s and continuing until the early 2000s. He was a frequent collaborator with director Chuck Jones, working with Jones both at Warner Bros. and Jones' own production company.

Discussed on

๐Ÿ”— Dord

๐Ÿ”— Linguistics ๐Ÿ”— Linguistics/Applied Linguistics

The word dord is a dictionary error in lexicography. It was accidentally created, as a ghost word, by the staff of G. and C. Merriam Company (now part of Merriam-Webster) in the New International Dictionary, second edition (1934). That dictionary defined the term a synonym for density used in physics and chemistry in the following way: "dord (dรดrd), n. Physics & Chem. Density."

Philip Babcock Gove, an editor at Merriam-Webster who became editor-in-chief of Webster's Third New International Dictionary, wrote a letter to the journal American Speech, fifteen years after the error was caught, in which he explained how the "dord" error was introduced and corrected.

On 31 July 1931, Austin M. Patterson, the dictionary's chemistry editor, sent in a slip reading "D or d, cont./density." This was intended to add "density" to the existing list of words that the letter "D" can abbreviate. The phrase "D or d" was misinterpreted as a single, run-together word: Dord. This was a plausible mistake, because headwords on slips were typed with spaces between the letters, so "Dย orย d" looked very much like "Dย oย rย d". The original slip went missing, so a new slip was prepared for the printer, which assigned a part of speech (noun) and a pronunciation. The would-be word was not questioned or corrected by proofreaders. The entry appeared on page 771 of the dictionary around 1934, between the entries for Dorcopsis (a type of small kangaroo) and dorรฉ (golden in color).

On 28 February 1939, an editor noticed "dord" lacked an etymology and investigated, discovering the error. An order was sent to the printer marked "plate change/imperative/urgent". The non-word "dord" was excised; "density" was added as an additional meaning for the abbreviation "D or d" as originally intended, and the definition of the adjacent entry "Dorรฉ furnace" was expanded from "A furnace for refining dore bullion" to "a furnace in which dore bullion is refined" to close up the space. Gove wrote that this was "probably too bad, for why shouldn't dord mean 'density'?" In 1940, bound books began appearing without the ghost word, although inspection of printed copies well into the 1940s show "dord" still present. The entry "dord" was not completely removed until 1947.

Discussed on

  • "Dord" | 2019-03-03 | 24 Upvotes 1 Comments

๐Ÿ”— Romanesco broccoli has a form naturally approximating a fractal

๐Ÿ”— Food and drink ๐Ÿ”— Plants

Romanesco broccoli (also known as Roman cauliflower, Broccolo Romanesco, Romanesque cauliflower, or simply Romanesco) is an edible flower bud of the species Brassica oleracea. First documented in Italy in the 16th century, it is chartreuse in color, and has a form naturally approximating a fractal. When compared to a traditional cauliflower, it has a firmer texture and delicate, nutty flavor.

Discussed on

๐Ÿ”— Non-photo blue

๐Ÿ”— Color ๐Ÿ”— Visual arts

Non-photo blue (or non-repro blue) is a common tool used in the graphic design and print industry.

Discussed on

๐Ÿ”— Hoover Free Flights Promotion

๐Ÿ”— Aviation ๐Ÿ”— Marketing & Advertising ๐Ÿ”— United Kingdom ๐Ÿ”— Guild of Copy Editors ๐Ÿ”— Retailing ๐Ÿ”— Home Living

The Hoover free flights promotion was a marketing promotion run by the British division of the Hoover Company in late 1992. The promotion, aiming to boost sales during the global recession of the early 1990s, offered two complimentary round-trip plane tickets to the United States, worth about ยฃ600, to any customer purchasing at least ยฃ100 in Hoover products. Hoover had been experiencing dwindling sales as a result of the economic downturn and a sharp increase in competing brands. Hoover was counting on most customers spending more than ยฃ100, as well as being deterred from completing the difficult application process, and not meeting its exact terms.

Consumer response was much higher than the company anticipated, with many customers buying the minimum ยฃ100 of Hoover products to qualify. It was perceived as two US flights for just ยฃ100 with a free vacuum cleaner included. The resulting demand was disastrous for the 84-year-old company. Hoover cancelled the ticket promotion after consumers had already bought the products and filled in forms applying for millions of pounds' worth of tickets. Reneging on the offer resulted in protests and legal action from customers who failed to receive the tickets they had been promised. The campaign was a financial disaster for the company and led to the loss of Hoover's Royal Warrant after the airing of a 2004 BBC documentary. The European branch of the company was eventually sold to one of its competitors, Candy, having never recovered from the losses, the promotion and the subsequent scandal.

Discussed on

๐Ÿ”— Rubber duck debugging

๐Ÿ”— Hungary

Discussed on

๐Ÿ”— Snobol (โ€œStriNg Oriented and SymBOlic Languageโ€)

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

SNOBOL ("StriNg Oriented and symBOlic Language") is a series of programming languages developed between 1962 and 1967 at AT&T Bell Laboratories by David J. Farber, Ralph E. Griswold and Ivan P. Polonsky, culminating in SNOBOL4. It was one of a number of text-string-oriented languages developed during the 1950s and 1960s; others included COMIT and TRAC.

SNOBOL4 stands apart from most programming languages of its era by having patterns as a first-class data type (i.e. a data type whose values can be manipulated in all ways permitted to any other data type in the programming language) and by providing operators for pattern concatenation and alternation. SNOBOL4 patterns are a type of object and admit various manipulations, much like later object-oriented languages such as JavaScript whose patterns are known as regular expressions. In addition SNOBOL4 strings generated during execution can be treated as programs and either interpreted or compiled and executed (as in the eval function of other languages).

SNOBOL4 was quite widely taught in larger U.S. universities in the late 1960s and early 1970s and was widely used in the 1970s and 1980s as a text manipulation language in the humanities.

In the 1980s and 1990s, its use faded as newer languages such as AWK and Perl made string manipulation by means of regular expressions fashionable. SNOBOL4 patterns subsume BNF grammars, which are equivalent to context-free grammars and more powerful than regular expressions. The "regular expressions" in current versions of AWK and Perl are in fact extensions of regular expressions in the traditional sense, but regular expressions, unlike SNOBOL4 patterns, are not recursive, which gives a distinct computational advantage to SNOBOL4 patterns. (Recursive expressions did appear in Perl 5.10, though, released in December 2007.)

The later SL5 (1977) and Icon (1978) languages were designed by Griswold to combine the backtracking of SNOBOL4 pattern matching with more standard ALGOL-like structuring.

Discussed on

๐Ÿ”— Banner Blindness

๐Ÿ”— Internet ๐Ÿ”— Computing ๐Ÿ”— Psychology ๐Ÿ”— Marketing & Advertising

Banner blindness is a phenomenon in web usability where visitors to a website consciously or unconsciously ignore banner-like information. A broader term covering all forms of advertising is ad blindness, and the mass of banners that people ignore is called banner noise.

The term banner blindness was coined in 1998 as a result of website usability tests where a majority of the test subjects either consciously or unconsciously ignored information that was presented in banners. The information that was overlooked included both external advertisement banners and internal navigational banners, often called "quick links".

This does not, however, mean that banner ads do not influence viewers. Website viewers may not be consciously aware of an ad, but it does have an unconscious influence on their behavior. A banner's content affects both businesses and visitors of the site. Native advertising and social media are used to avoid banner blindness.

Discussed on

๐Ÿ”— Timsort: Fastest Sorting algorithm

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

Timsort is a hybrid stable sorting algorithm, derived from merge sort and insertion sort, designed to perform well on many kinds of real-world data. It was implemented by Tim Peters in 2002 for use in the Python programming language. The algorithm finds subsequences of the data that are already ordered (runs) and uses them to sort the remainder more efficiently. This is done by merging runs until certain criteria are fulfilled. Timsort has been Python's standard sorting algorithm since version 2.3. It is also used to sort arrays of non-primitive type in Java SE 7, on the Android platform, in GNU Octave, on V8, and Swift.

It uses techniques from Peter McIlroy's 1993 paper "Optimistic Sorting and Information Theoretic Complexity".

Discussed on

๐Ÿ”— Sterile Cockpit Rule

๐Ÿ”— Aviation

In aviation, the sterile flight deck rule or sterile cockpit rule is a procedural requirement that during critical phases of flight (normally below 10,000 feet (3,050ย m)), only activities required for the safe operation of the aircraft may be carried out by the flight crew, and all non-essential activities in the cockpit are forbidden. In the United States, the Federal Aviation Administration (FAA) imposed the rule in 1981, after reviewing a series of accidents that were caused by flight crews who were distracted from their flying duties by engaging in non-essential conversations and activities during critical parts of the flight.

One such accident was Eastern Air Lines Flight 212, which crashed just short of the runway at Charlotte/Douglas International Airport in 1974 while conducting an instrument approach in dense fog. The National Transportation Safety Board (NTSB) concluded that a probable cause of the accident was lack of altitude awareness due to distraction from idle chatter among the flight crew during the approach phase of the flight.

Discussed on