New Articles (Page 420)

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

πŸ”— Father of the moderm tiling WMs proposed for deletion in Wikipedia.

πŸ”— Computing πŸ”— Computing/Software

dwm is a dynamic, minimalist tiling window manager for the X Window System that has influenced the development of several other X window managers, including xmonad and awesome. It is externally similar to wmii, but internally much simpler. dwm is written purely in C for performance and security in addition to simplicity, and lacks any configuration interface besides editing the source code. One of the project's guidelines is that the source code is intended to never exceed 2000 SLOC, and options meant to be user-configurable are all contained in a single header file.

Discussed on

πŸ”— Kim Ung-yong: The man with the highest IQ

πŸ”— Biography πŸ”— Korea πŸ”— Biography/science and academia

Kim Ung-Yong (Hangul: κΉ€μ›…μš©; born March 8, 1962) is a South Korean professor and former child prodigy, who once held the Guinness World Record for highest IQ, at a score of 230+.

Discussed on

πŸ”— Small Is Beautiful: Economics As If People Mattered

πŸ”— Environment πŸ”— Economics

Small Is Beautiful: A Study of Economics As If People Mattered is a collection of essays by German-born British economist E. F. Schumacher. The phrase "Small Is Beautiful" came from a principle espoused by Schumacher's teacher Leopold Kohr (1937-1994) The concept is often used to champion small, appropriate technologies or polities that are believed to empower people more, in contrast with phrases such as "bigger is better".

First published in 1973, Small Is Beautiful brought Schumacher's critiques of Western economics to a wider audience during the 1973 energy crisis and the popularisation of the concept of globalization. In 1995 The Times Literary Supplement ranked Small Is Beautiful among the 100 most influential books published since World War II. A further edition with commentaries was published in 1999.

Discussed on

πŸ”— You ain't gonna need it

πŸ”— Computing πŸ”— Computing/Software

"You aren't gonna need it" (YAGNI) is a principle of extreme programming (XP) that states a programmer should not add functionality until deemed necessary. XP co-founder Ron Jeffries has written: "Always implement things when you actually need them, never when you just foresee that you need them." Other forms of the phrase include "You aren't going to need it" and "You ain't gonna need it".

Discussed on

πŸ”— Boreout

πŸ”— Psychology

Boredom boreout syndrome is a psychological disorder that causes physical illness, mainly caused by mental underload at the workplace due to lack of either adequate quantitative or qualitative workload. One reason for bore-out could be that the initial job description does not match the actual work.

This theory was first expounded in 2007 in Diagnose Boreout, a book by Peter Werder and Philippe Rothlin, two Swiss business consultants.


Discussed on

πŸ”— Flow

πŸ”— Video games πŸ”— Psychology

In positive psychology, a flow state, also known colloquially as being in the zone, is the mental state in which a person performing an activity is fully immersed in a feeling of energized focus, full involvement, and enjoyment in the process of the activity. In essence, flow is characterized by the complete absorption in what one does, and a resulting transformation in one's sense of time.

Named by MihΓ‘ly CsΓ­kszentmihΓ‘lyi in 1975, the concept has been widely referred to across a variety of fields (and is particularly well recognized in occupational therapy), though the concept has been claimed to have existed for thousands of years under other names, notably in some Eastern thought systems, for example, Daoism and Buddhism.

The flow state shares many characteristics with hyperfocus. However, hyperfocus is not always described in a positive light. Some examples include spending "too much" time playing video games or watching television and getting side-tracked and pleasurably absorbed by one aspect of an assignment or task to the detriment of the overall assignment. In some cases, hyperfocus can "capture" a person, perhaps causing them to appear unfocused or to start several projects, but complete few. Other related concepts are trance, hypnosis, hypomania and mindfulness.

Discussed on

  • "Flow" | 2010-02-19 | 98 Upvotes 29 Comments

πŸ”— The Hardest Logic Puzzle Ever

πŸ”— Games

The Hardest Logic Puzzle Ever is a logic puzzle so called by American philosopher and logician George Boolos and published in The Harvard Review of Philosophy in 1996. Boolos' article includes multiple ways of solving the problem. A translation in Italian was published earlier in the newspaper La Repubblica, under the title L'indovinello piΓΉ difficile del mondo.

It is stated as follows:

Three gods A, B, and C are called, in no particular order, True, False, and Random. True always speaks truly, False always speaks falsely, but whether Random speaks truly or falsely is a completely random matter. Your task is to determine the identities of A, B, and C by asking three yes-no questions; each question must be put to exactly one god. The gods understand English, but will answer all questions in their own language, in which the words for yes and no are da and ja, in some order. You do not know which word means which.

Boolos provides the following clarifications: a single god may be asked more than one question, questions are permitted to depend on the answers to earlier questions, and the nature of Random's response should be thought of as depending on the flip of a fair coin hidden in his brain: if the coin comes down heads, he speaks truly; if tails, falsely.

Discussed on

πŸ”— Controversies over the term Engineer

πŸ”— Education πŸ”— Engineering

Regulation and licensure in engineering is established by various jurisdictions of the world to encourage public welfare, safety, well-being and other interests of the general public and to define the licensure process through which an engineer becomes authorized to practice engineering and/or provide engineering professional services to the public.

As with many other professions, the professional status and the actual practice of professional engineering is legally defined and protected by law in some jurisdictions. Additionally, some jurisdictions permit only licensed engineers (sometimes called registered engineers) to "practice engineering," which requires careful definition in order to resolve potential overlap or ambiguity with respect to certain other professions which may or may not be themselves regulated (e.g. "scientists," or "architects"). Relatedly, jurisdictions that license according to particular engineering discipline need to define those boundaries carefully as well so that practitioners understand what they are permitted to do.

In many cases, only a state or provincial licensed/registered engineer has the authority to take legal responsibility for engineering work or projects (typically via a seal or stamp on the relevant design documentation). Regulations may require that only a licensed or registered engineer can sign, seal or stamp technical documentation such as reports, plans, engineering drawings and calculations for study estimate or valuation or carry out design analysis, repair, servicing, maintenance or supervision of engineering work, process or project. In cases where public safety, property or welfare is concerned, it may be required that an engineer be licensed or registered – though some jurisdictions have an "industrial exemption" that permits engineers to work internally for an organization without licensure so long as they are not making final decisions to release product to the public or offering engineering services directly to the public (e.g. consultant).

Expert witness or opinion in courts or before government committees or commissions can be provided by experts in the respective field, which is sometimes given by a registered or licensed engineer in some jurisdictions.

Discussed on

πŸ”— Non-blocking synchronization

πŸ”— Computing πŸ”— Computing/Computer science

In computer science, an algorithm is called non-blocking if failure or suspension of any thread cannot cause failure or suspension of another thread; for some operations, these algorithms provide a useful alternative to traditional blocking implementations. A non-blocking algorithm is lock-free if there is guaranteed system-wide progress, and wait-free if there is also guaranteed per-thread progress.

The word "non-blocking" was traditionally used to describe telecommunications networks that could route a connection through a set of relays "without having to re-arrange existing calls", see Clos network. Also, if the telephone exchange "is not defective, it can always make the connection", see nonblocking minimal spanning switch.

Discussed on

πŸ”— Wikirace - Wikipedia

πŸ”— Internet culture πŸ”— Games

Wikiracing is a game using the online encyclopedia Wikipedia which focuses on traversing links from one page to another. It has many different variations and names, including The Wikipedia Game, Wikipedia Maze, Wikispeedia, Wikiwars, Wikipedia Ball, and Litner Ball. External websites have been created to facilitate the game.

The Seattle Times has recommended it as a good educational pastime for children and the Larchmont Gazette has said, "While I don't know any teenagers who would curl up with an encyclopedia for a good read, I hear that a lot are reading it in the process of playing the Wikipedia Game".

The Amazing Wiki Race has been an event at the TechOlympics and the Yale Freshman Olympics.

The average number of links separating any Wikipedia page from the United Kingdom page is 3.67. Other common houserules such as not using the United States page increase the difficulty of the game.

As of July 2019, a website and game known as The Wiki Game has been created, allowing players to Wikirace against each other in a server, for more points and recognition on the server. The game reached more recognition as Internet stars such as Game Grumps played it on their channels. There is a version on the App Store as well, in which players can do a variety of Wikirace styles from their phone.

Discussed on