logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 8606e1a5dd46d50d0c615ecc165a6c1013870777
parent ccda8df74394f4c53f025a9831c316b20ca1d6eb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 17 Dec 2017 07:04:14 +0100

[articles] lojban×dotsie alphabet: Init

Diffstat:

Aarticles/lojban×dotsie alphabet.html9+++++++++
Aarticles/lojban×dotsie alphabet.shtml16++++++++++++++++
Mhome.shtml3+++
3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/articles/lojban×dotsie alphabet.html b/articles/lojban×dotsie alphabet.html @@ -0,0 +1,9 @@ +<a href="/lojban%C3%97dotsie%20alphabet"><h1>Lojban×dotsie alphabet</h1></a> +<p>I readed about <a href="http://dotsies.org">dotsies</a> which is a way to map a to z to letters of 5 horizontal bits. It felted a bit nice even if way too cybre and not human enough (a bit like our current keybaords are for entities with 10 tentacles and not 2 hands/arms that aren’t parallel on such a space).</p> +<p>But well, I though about <a href="http://lojban.org">lojban</a>, a logical neutral language. This language only uses 28 non-blankspace characters(abcdefgijklmnoprstuvxyz,.') which makes it fully fit in 5 bits(2<sup>5</sup>=32 possibilities).<p> +My proposition is: +<ul> + <li>map lojban “’” to latin “h”</li> + <li>create one dotsie for “.” and maybe another one for “,”</li> +</ul> +<p>Having this would make a machine-human-? language work on a machine-human-? writing system. OCR on current human writings is horrible, this would allow more accurate OCR I guess as it’s barcode alike, and well we could add checksumming as we still haven’t used the whole address-space. 4 characters are left if I didn’t screw up the Math, we could totally have checksum-start/checksum-end and maybe text-start/text-end.</p> diff --git a/articles/lojban×dotsie alphabet.shtml b/articles/lojban×dotsie alphabet.shtml @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> + <head> +<!--#include file="/templates/head.shtml" --> + <title>lojban×dotsie alphabet — Cyber-home of lanodan</title> + <link type="application/rss+xml" href="/rss" title="flux RSS" rel="alternate"></link> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> + <article> +<!--#include file="/articles/lojban×dotsie alphabet.html"--> + </article> + <a href="/articles/lojban%C3%97dotsie%20alphabet.html">article only(plain HTML)</a> +<!--#include file="/templates/en/footer.html" --> + </body> +</html> diff --git a/home.shtml b/home.shtml @@ -7,6 +7,9 @@ </head> <body> <!--#set var="transPageUrl" value='accueil' --><!--#include file="templates/en/nav.shtml" --> + <article> +<!--#include file="/articles/lojban×dotsie alphabet.html"--> + </article> <article> <!--#include file="/articles/www-client are broken.html"--> </article>