add language pages, aesthetic page, add images

This commit is contained in:
opfez 2021-08-14 11:07:02 +02:00
parent 0d2b548f44
commit 24f7067f52
10 changed files with 73 additions and 2 deletions

BIN
resources/img/lain-bear.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
resources/img/lambda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -2,8 +2,7 @@
I'm opfez. I like exploring {computation} and learning about new concepts and
ways of thought. I'm particularly interested in functional programming, and by
extension the {lambda-calculus}. Other interests of mine include music and
language.
extension the {lambda-calculus}. Other interests of mine include music and {language}.
I started working on {codex this wiki} during the summer of 2021.

5
site-src/aesthetic.wtn Normal file
View File

@ -0,0 +1,5 @@
* Aesthetic
My preferred aesthetics involve reduced colour pallettes, often {dithering 1-bit}.
Low-tech, crafty endeavours have a certain charm to them I resonate
with.

14
site-src/dithering.wtn Normal file
View File

@ -0,0 +1,14 @@
* Dithering
$img lain-bear.png
Dithering is the act of reducing an image's palette by different means. It is a
common way to reduce file sizes.
** Floyd-Steinberg
One of the most well-known dithering algorithms is the Floyd-Steinberg
algorithm. It is based on spreading out rounding errors of individual pixels
onto its surrounding pixels.
{https://tildegit.org/opfez/dither Implementation of Floyd-Steinberg dithering}

View File

@ -9,3 +9,5 @@ Welcome to {codex Codex}.
** Topics
{computation Computation}
{language Language}
{aesthetic Aesthetic}

View File

@ -1,5 +1,7 @@
* Lambda calculus
$img lambda.png
The lambda calculus is a formal system for expressing computation using function
application and abstraction invented by Alonzo Church in the 1930s. It is a
universal model of computation.

8
site-src/language.wtn Normal file
View File

@ -0,0 +1,8 @@
* Language
Language is more than merely communication, it is a way of expression and
thought.
{norwegian} — Notes on Norwegian, my mother tongue
{russian} — Notes on Russian

38
site-src/norwegian.wtn Normal file
View File

@ -0,0 +1,38 @@
* Norwegian
Norwegian is a North Germanic language.
** Bokmål and New Norwegian
There are two written forms, bokmål (book tongue) and nynorsk (new
norwegian). Bokmål came from Denmark, as under their rule they forced the
Norwegian population to write in Danish. This has led to bokmål as a written
variant with many similarities to that language. The other variant, nynorsk, was
invented by Ivar Aasen. He travelled around the country and collected samples of
regional dialects, creating a written form of Norwegian which would mimic the
spoken variants.
I write bokmål. New Norwegian features many more diphtongs than bokmål and has a
vastly different vocabulary.
** Alphabet
The letters are pronounced as monophtongs by themselves in most cases, unlike
the diphtong pronounciation of some letters in English (like 'a').
Norwegian and other Scandinavian languages have 3 additional vowels, æ (like the
'a' in 'can'), ø (like the 'u' in 'purse'), and å (like the 'o' in 'floor').
** Dialects
Norwegian has no standard way of speech, and the regional dialects reflect
this. The dialects originated because of the difficulty of moving between
different parts of the country, due to factors like the mountains. This lead to
sealed off areas where dialects were able to flourish. It is unknown how many
there are, however they tend to resemble the ones they are close to.
** Other
Although unofficial, hen is the de-facto gender neutral pronoun in Norwegian.
{https://git.sr.ht/~jole/nous The NOUS keyboard layout}

3
site-src/russian.wtn Normal file
View File

@ -0,0 +1,3 @@
* Russian
This page has yet to be written.