Topic: Systems (Page 4)
You are looking at all articles with the topic "Systems". We found 53 matches.
Hint:
To view all topics, click here. Too see the most popular topics, click here instead.
π Greenspun's Tenth Rule
Greenspun's tenth rule of programming is an aphorism in computer programming and especially programming language circles that states:
Any sufficiently complicated C or Fortran program contains an ad hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp.
Discussed on
- "Greenspun's Tenth Rule of Programming" | 2021-12-24 | 32 Upvotes 10 Comments
- "Greenspun's Tenth Rule" | 2011-08-06 | 13 Upvotes 3 Comments
π TSV β Alternative to CSV
Tab-separated values (TSV) is a simple, text-based file format for storing tabular data. Records are separated by newlines, and values within a record are separated by tab characters. The TSV format is thus a delimiter-separated values format, similar to comma-separated values.
TSV is a simple file format that is widely supported, so it is often used in data exchange to move tabular data between different computer programs that support the format. For example, a TSV file might be used to transfer information from a database to a spreadsheet.
Discussed on
- "TSV β Alternative to CSV" | 2024-06-09 | 22 Upvotes 34 Comments
π Bang Bang Control
In control theory, a bangβbang controller (2 step or onβoff controller), also known as a hysteresis controller, is a feedback controller that switches abruptly between two states. These controllers may be realized in terms of any element that provides hysteresis. They are often used to control a plant that accepts a binary input, for example a furnace that is either completely on or completely off. Most common residential thermostats are bangβbang controllers. The Heaviside step function in its discrete form is an example of a bangβbang control signal. Due to the discontinuous control signal, systems that include bangβbang controllers are variable structure systems, and bangβbang controllers are thus variable structure controllers.
Discussed on
- "Bang Bang Control" | 2016-04-07 | 30 Upvotes 24 Comments
π Hofstadter's butterfly
In condensed matter physics, Hofstadter's butterfly describes the spectral properties of non-interacting two dimensional electrons in a magnetic field. The fractal, self-similar, nature of the spectrum was discovered in the 1976 Ph.D. work of Douglas Hofstadter and is one of the early examples of computer graphics. The name reflects the visual resemblance of the figure on the right to a swarm of butterflies flying to infinity.
The Hofstadter butterfly plays an important role in the theory of the integer quantum Hall effect, and D.J. Thouless has been awarded the Nobel prize in physics in 2016 for the discovery that the wings of the butterfly are characterized by Chern integers, the quantized Hall conductances discovered in 1980 by Klaus von Klitzing for which he has been awarded the Nobel prize in 1985. The colors in the diagram reflect the different Chern numbers.
Discussed on
- "Hofstadter's butterfly" | 2014-06-20 | 41 Upvotes 10 Comments
π Swarm intelligence
Swarm intelligence (SI) is the collective behavior of decentralized, self-organized systems, natural or artificial. The concept is employed in work on artificial intelligence. The expression was introduced by Gerardo Beni and Jing Wang in 1989, in the context of cellular robotic systems.
SI systems consist typically of a population of simple agents or boids interacting locally with one another and with their environment. The inspiration often comes from nature, especially biological systems. The agents follow very simple rules, and although there is no centralized control structure dictating how individual agents should behave, local, and to a certain degree random, interactions between such agents lead to the emergence of "intelligent" global behavior, unknown to the individual agents. Examples of swarm intelligence in natural systems include ant colonies, bird flocking, hawks hunting, animal herding, bacterial growth, fish schooling and microbial intelligence.
The application of swarm principles to robots is called swarm robotics, while 'swarm intelligence' refers to the more general set of algorithms. 'Swarm prediction' has been used in the context of forecasting problems. Similar approaches to those proposed for swarm robotics are considered for genetically modified organisms in synthetic collective intelligence.
Discussed on
- "Swarm intelligence" | 2011-01-22 | 37 Upvotes 11 Comments
π Fractal Interpolation
Fractal compression is a lossy compression method for digital images, based on fractals. The method is best suited for textures and natural images, relying on the fact that parts of an image often resemble other parts of the same image. Fractal algorithms convert these parts into mathematical data called "fractal codes" which are used to recreate the encoded image.
Discussed on
- "Fractal Interpolation" | 2022-03-05 | 36 Upvotes 5 Comments
π Menger Sponge
In mathematics, the Menger sponge (also known as the Menger cube, Menger universal curve, Sierpinski cube, or Sierpinski sponge) is a fractal curve. It is a three-dimensional generalization of the one-dimensional Cantor set and two-dimensional Sierpinski carpet. It was first described by Karl Menger in 1926, in his studies of the concept of topological dimension.
Discussed on
- "Menger Sponge" | 2020-10-05 | 27 Upvotes 12 Comments
π Claude Shannon
Claude Elwood Shannon (April 30, 1916 β February 24, 2001) was an American mathematician, electrical engineer, and cryptographer known as "the father of information theory". Shannon is noted for having founded information theory with a landmark paper, "A Mathematical Theory of Communication", that he published in 1948.
He is also well known for founding digital circuit design theory in 1937, whenβas a 21-year-old master's degree student at the Massachusetts Institute of Technology (MIT)βhe wrote his thesis demonstrating that electrical applications of Boolean algebra could construct any logical numerical relationship. Shannon contributed to the field of cryptanalysis for national defense during World War II, including his fundamental work on codebreaking and secure telecommunications.
Discussed on
- "Claude Shannon" | 2009-12-03 | 25 Upvotes 12 Comments
π The purpose of a system is what it does
The purpose of a system is what it does (POSIWID) is a systems thinking heuristic coined by Stafford Beer, who observed that there is "no point in claiming that the purpose of a system is to do what it constantly fails to do." The term is widely used by systems theorists, and is generally invoked to counter the notion that the purpose of a system can be read from the intentions of those who design, operate, or promote it. When a system's side effects or unintended consequences reveal that its behavior is poorly understood, then the POSIWID perspective can balance political understandings of system behavior with a more straightforwardly descriptive view.
Discussed on
- "The purpose of a system is what it does" | 2024-02-10 | 31 Upvotes 6 Comments
π De Bono's Six Thinking Hats
Six Thinking Hats was written by Dr. Edward de Bono. "Six Thinking Hats" and the associated idea parallel thinking provide a means for groups to plan thinking processes in a detailed and cohesive way, and in doing so to think together more effectively.
In 2005, the tool found some use in the United Kingdom innovation sector, where it was offered by some facilitation companies and had been trialled within the United Kingdom's civil service.
Discussed on
- "De Bono's Six Thinking Hats" | 2010-07-02 | 24 Upvotes 9 Comments