Difference between revisions of "Vogonism"

From HaskellWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
A distinctive property of vogonism is the establishment of an inscrutable network of communication channels and modes, as well as inconsistent use of those: In that manner, information is avoided to be present where recipients expect it due to related information already having been transmitted over the same channel.
 
A distinctive property of vogonism is the establishment of an inscrutable network of communication channels and modes, as well as inconsistent use of those: In that manner, information is avoided to be present where recipients expect it due to related information already having been transmitted over the same channel.
   
In human societies, a vogonic information system excels in limiting the effective use of it to a small circle of insiders, all the while providing plausible deniability.
+
In human societies, a vogonic information system excels in limiting the effective use of itself to a small circle of insiders, all the while providing plausible deniability.
   
 
In computer science, the vogonic property can refer to both code that is written so sloppily and without regard to readability that only a tiny number of people (usually the Authors, and not even those after a couple of months have passed) can comprehend it, as well as to code that has problems understanding itself. An example for the latter case would be a high to very high percentage of data type conversions, or functions that become non-total after a (pseudo)random number of uses. Contrast [[Hoare Property]].
 
In computer science, the vogonic property can refer to both code that is written so sloppily and without regard to readability that only a tiny number of people (usually the Authors, and not even those after a couple of months have passed) can comprehend it, as well as to code that has problems understanding itself. An example for the latter case would be a high to very high percentage of data type conversions, or functions that become non-total after a (pseudo)random number of uses. Contrast [[Hoare Property]].

Revision as of 14:30, 18 April 2011

First described by Douglas Adams and later formalised by the German Pirate Party, Vogonism terms a manner of acting such that information is kept hidden in public sight. In case of complaints about the lack of information available, vogonists usually refer to the public availability of said hidden information.

A distinctive property of vogonism is the establishment of an inscrutable network of communication channels and modes, as well as inconsistent use of those: In that manner, information is avoided to be present where recipients expect it due to related information already having been transmitted over the same channel.

In human societies, a vogonic information system excels in limiting the effective use of itself to a small circle of insiders, all the while providing plausible deniability.

In computer science, the vogonic property can refer to both code that is written so sloppily and without regard to readability that only a tiny number of people (usually the Authors, and not even those after a couple of months have passed) can comprehend it, as well as to code that has problems understanding itself. An example for the latter case would be a high to very high percentage of data type conversions, or functions that become non-total after a (pseudo)random number of uses. Contrast Hoare Property.