Jump to content

Bibi-binary: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
More translation
Last batch of translation
Line 9: Line 9:
The central observation driving this system is that sixteen can be written as 2 to the power of 2, to the power of 2. As we use the term [[binary]] for numbers written in base two, Lapointe reasoned that one could also say "bi-binary" for base four, and thus "bibi-binary" for base 16. Its name may also be a pun,{{ref?}} as the word ''bibi'' in French is slang for "me" or "myself"; various forms of word play were at the centre of Lapointe's artistic œuvre.
The central observation driving this system is that sixteen can be written as 2 to the power of 2, to the power of 2. As we use the term [[binary]] for numbers written in base two, Lapointe reasoned that one could also say "bi-binary" for base four, and thus "bibi-binary" for base 16. Its name may also be a pun,{{ref?}} as the word ''bibi'' in French is slang for "me" or "myself"; various forms of word play were at the centre of Lapointe's artistic œuvre.


== Pronunciation ==


In addition to unique graphical representations, Lapointe also devised a pronunciation for each of the sixteen digits. Using four consonants and four vowels, one obtains sixteen combinations:

<!-- Translating this into English...

== Pourquoi ''Bibi'' ==

À partir de ce postulat, [[Boby Lapointe]] inventa la notation et la prononciation de seize chiffres. À l'aide de quatre consonnes et de quatre voyelles, on obtient les seize combinaisons nécessaires :


HO, HA, HE, HI, BO, BA, BE, BI, KO, KA, KE, KI, DO, DA, DE, DI.
HO, HA, HE, HI, BO, BA, BE, BI, KO, KA, KE, KI, DO, DA, DE, DI.


To identify any number, it suffices to enumerate the (hexadecimal) digits that make it up. For example: the number written as "2000" in base ten, which translates to "7D0" in conventionally-written hexadecimal, would in Bibi-binary be spoken aloud as "BIDAHO".
Pour définir un nombre, il suffit d'énumérer les chiffres (hexadécimaux) qui le composent.


== Negative numbers ==
Exemple : en Bibi, le nombre ''2000'' (en base décimale), qui se traduit, en hexadécimal, par ''7D0'', est appelé ''BIDAHO''.


Contrary to the numeric conventions used in modern computers, the bibi-binary system represents negative numbers using [[one's complement]],{{ref?}} rather than [[two's complement]]. Thus:
== Nombres négatifs ==
* +7 is written 0 0111
* −7 is written 1 1000
and their sum is written as "1 1111" (one of two representations of zero in this system; zero can also be written as "0 0000").


On modern machines, in classic binary notation, −7 would be written 1 1001, and the sum of −7 and 7 would give "0 0000"; this "two's complement" system thus needs only a single representation for the number zero.
Contrairement à la numération retenue dans les ordinateurs actuels, le Bibi représente les nombres négatifs en [[complément à un]]{{refsou}}, et non [[Complément à deux|à deux]].

Ainsi :
* +7 s'écrit 0 0111
* -7 s'écrit 1 1000
et leur addition donne :

1 1111 (une des 2 représentations de « zéro » dans ce système ; « zéro » y est aussi représenté par 0 0000).

Sur les ordinateurs contemporains, en notation binaire classique, -7 s'écrit 1 1001 (on propage le « 1 » dans les bits supérieurs) ; et l'addition de -7 et 7 donnera 0 0000. Il n'y a ainsi qu'une seule notation pour le chiffre zéro.


{{Palette|Base de numération positionnelle}}
{{Portail|mathématiques|informatique théorique}}

{{DEFAULTSORT:Bibi, numeration, système bibi-binaire}}
-->


== External links ==
== External links ==


* [http://www.graner.net/nicolas/nombres/bibibinaire.php Conversion en ligne décimal ↔ bibi-binaire] (in French)
* [http://www.graner.net/nicolas/nombres/bibibinaire.php Conversion en ligne décimal ↔ bibi-binaire] (in French)



== References ==
== References ==

Revision as of 01:12, 17 October 2016

Note: each Bibi digit is formed from a square arranging the 1-bits in its binary representation. If only a single bit is 1 the line starts at the centre and ends in that bit's corner; otherwise it relies on the order of the positions of the 1-bits. When there are exactly two 1-bits, the line passes through the centre. The forms are rounded when there are less than three 1-bits, and use sharp corners when three or four of the bits are 1.

The Bibi-binary system for numeric notation (in French système Bibi-binaire, or abbreviated "système Bibi") was first described in 1968[1] by Robert "Boby" Lapointe (1922-1972), based on the concept of hexadecimal notation. At the time, it attracted the attention of André Lichnerowicz, then engaged in studies at the University of Lyon. It found some use in a variety of unforeseen applications: stochastic poetry, stochastic art, colour classification, aleatory music, architectural symbolism, etc.[citation needed]

The notational system directly and logically encodes the binary representations of the digits in a hexadecimal (base sixteen) number. However, in place of the arabic numerals and letters currently used, it presents sixteen newly-devised symbols (thus evading any risk of confusion with the decimal system). The graphical and phonetic conception of these symbols renders the use of the Bibi-binary "language" simple and fast.

The description of the language first appeared in Les Cerveaux non-humains ("Non-human brains"),[2] and the system can also be found in Boby Lapointe by Huguette Long Lapointe.[3]

Why Bibi

The central observation driving this system is that sixteen can be written as 2 to the power of 2, to the power of 2. As we use the term binary for numbers written in base two, Lapointe reasoned that one could also say "bi-binary" for base four, and thus "bibi-binary" for base 16. Its name may also be a pun,[citation needed] as the word bibi in French is slang for "me" or "myself"; various forms of word play were at the centre of Lapointe's artistic œuvre.

Pronunciation

In addition to unique graphical representations, Lapointe also devised a pronunciation for each of the sixteen digits. Using four consonants and four vowels, one obtains sixteen combinations:

HO, HA, HE, HI, BO, BA, BE, BI, KO, KA, KE, KI, DO, DA, DE, DI.

To identify any number, it suffices to enumerate the (hexadecimal) digits that make it up. For example: the number written as "2000" in base ten, which translates to "7D0" in conventionally-written hexadecimal, would in Bibi-binary be spoken aloud as "BIDAHO".

Negative numbers

Contrary to the numeric conventions used in modern computers, the bibi-binary system represents negative numbers using one's complement,[citation needed] rather than two's complement. Thus:

  • +7 is written 0 0111
  • −7 is written 1 1000

and their sum is written as "1 1111" (one of two representations of zero in this system; zero can also be written as "0 0000").

On modern machines, in classic binary notation, −7 would be written 1 1001, and the sum of −7 and 7 would give "0 0000"; this "two's complement" system thus needs only a single representation for the number zero.

References

  1. ^ Brevet d'invention n° 1.569.028, Procédé de codification de l'information, Robert Jean Lapointe, demandé le 28 mars 1968, délivré le 21 avril 1969. Downloaded from INPI.
  2. ^ Jean-Marc Font, Jean-Claude Quiniou, Gérard Verroust, Les Cerveaux non-humains : introduction à l'Informatique, Denoël, Paris, 1970.
  3. ^ Huguette Long Lapointe, Boby Lapointe, Encre, Paris, 1980 ISBN 2-86418-148-7