diff options
Diffstat (limited to 'en')
90 files changed, 1039 insertions, 0 deletions
diff --git a/en/.ssgignore b/en/.ssgignore new file mode 100644 index 0000000..44eb3da --- /dev/null +++ b/en/.ssgignore @@ -0,0 +1 @@ +visual/gen.sh diff --git a/en/_footer.html b/en/_footer.html new file mode 100644 index 0000000..1243af9 --- /dev/null +++ b/en/_footer.html @@ -0,0 +1,34 @@ +<footer> + <hr> + <small> + <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> + cc-by-sa-4.0 + </a> + | + pgp: + <a href="/pgp.asc"> + 405c2c163ef6a2c9 + </a> + | + <a rel="alternate" href="http://[301:cec9:b4fc:5a23::1]"> + yggdrasil + </a> + | + <a rel="alternate" href="http://aaothltwqdq5cxyllcmjegoffb4qpyggodxsn7z2uwegfdscfww5trid.onion"> + onion + </a> + | + <a rel="alternate" href="http://aaoth5tidbhizgerysxlfrqmg5t7jzb76zt6lattwjj3up524qwa.b32.i2p"> + i2p + </a> + (<a href="http://aaoth.i2p/?i2paddresshelper=lWQct4-sbrkEzDXoJ9mIuK1o5ON0fPVBD1k9ezES9lKtVeqPOh8Kn4ryjvQaPuhvIpflKG3XIPmTGmeQ8gwLvqU0wTPy29bO5LLeSaVxnguR80OqznzKpnRz~h8Ujs5qOLcXkqVnnImidqUosUEZ3rw62KThqNvlhPLTBeioH7Klxlo3j20fy7SlAnRk8zQKuJxs601BwPG1dATX76sqA0XWqb0p72yH-gFNDL~Tu70G-iuHix4AbEArDfqWi8j5uL1uM9TUjV-jQybfqIMS0fRbqpTyCxN-qkWBCgVm3XzLzSx0bbTkLWZ83GWbgEW9mQ20p6A-lulf8aWrK~PeD030l0CvTSSRRcIkChsjvuWtog40rUSf-JrqYMZNgTeoRfn0dQofd59gb0dmkMO6jSOdKICCbFaVfrbHHU7eeu8qyg0wwLDs5jit77nrGfSVHRtI7bjlvJ6gxSAbhIGwBdyLPvp~bM-e~9X5bw355srWSqaStGKqKGPc9MhPd9h0BQAEAAcAAA=="> + addresshelper + </a>) + | + <a href="https://git.aaoth.xyz/aaoth.xyz.git/about"> + site source + </a> + </small> +</footer> +</body> +</html> diff --git a/en/_header.html b/en/_header.html new file mode 100644 index 0000000..b8aabd4 --- /dev/null +++ b/en/_header.html @@ -0,0 +1,35 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="description" + content="personal website featuring music and art"> + <meta name="keywords" + content="music, art, self-hosting, foss, openbsd"> + <meta name="author" + content="la-ninpre"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <title></title> + <style> + body{margin:40px auto;max-width:650px;line-height:1.6;font-size:1.1em;color:#433;background:#eee;padding:0 10px} + h1,h2,h3{line-height:1.2} + header ul,footer ul{padding:0}header ul li,footer ul li{display:inline-block} + a{color:#33a} + img{max-width:100%;vertical-align:middle} + @media (prefers-color-scheme: dark){body{color:#ccc;background:#111}a{color:#99e}} + </style> + <link rel="icon" href="/img/icon.png" type="image/png"> +</head> +<body> +<header> +<p>aaoth.xyz</p> +<nav> +<ul> +<li><a href="/">home</a></li> +<li><a href="/blog">blog</a></li> +<li><a href="/music">music</a></li> +<li><a href="/visual">visual</a></li> +<li><a href="/about.html">about</a></li> +</ul> +</nav> +</header> diff --git a/en/about.md b/en/about.md new file mode 100644 index 0000000..92c1ada --- /dev/null +++ b/en/about.md @@ -0,0 +1,32 @@ +# hi, i'm la-ninpre + +i'm creating some music and other stuff related to art, such as fonts, random +other pictures and occasional poems. style of my creations changed a lot over +time but it's always something unusual, non-professional and not meant to be +very popular. + +since long time i tried to follow do-it-yourself principle, and this +website is an example of this. web-development (if you can call it like that) +is a new thing for me and primary reason of me doing this is probably some +kind of web-presence. other important thing for me is the ability to create +anything i want and make things look how i want them to look. for comparison, +none of the popular social platforms can give me this ability. + +i'm also very interested in sciences (especially biology, chemistry and +linguistics). i speak russian, speak english a little bit and also toki pona :D + +pona tawa sina! + +## links + +[my github](https://github.com/la-ninpre) + +[my gitlab](https://gitlab.com/la-ninpre) + +[my youtube channel](https://www.youtube.com/channel/UCLW6sGRLddTR-fB-Ae5uv6Q/) + +[aaoth's bandcamp](https://aaoth.bandcamp.com) + +[spiral materivm bandcamp](https://spiral-materivm.bandcamp.com) + +[hälsorisk bandcamp](https://haelsorisk.bandcamp.com) diff --git a/en/blog/2021-11-03-dualboot-linux-and-openbsd-with-grub.md b/en/blog/2021-11-03-dualboot-linux-and-openbsd-with-grub.md new file mode 100644 index 0000000..676cbdb --- /dev/null +++ b/en/blog/2021-11-03-dualboot-linux-and-openbsd-with-grub.md @@ -0,0 +1,75 @@ +# dualboot linux and openbsd with grub + +```data + +date: 2021-11-03 +author: la-ninpre +tags: openbsd, linux, grub, tutorial +``` + +i've been trying to dualboot openbsd with linux using grub on both bios and +uefi machines and here's a solution that i've come up with. + +<!--more--> + +there are some guides about this on the internet, but there's no single guide +that covers both bios and uefi. @rootbsd has a video where he shows how to +do this, but his solution has one little disadvantage. he's specifying drives +in a grub config using relative drive and partition numbers, such as +`(hd0,gpt2)`. since these numbers could be different if one inserts a new drive +to the computer, or changes drive order, the boot option could fail +(which happened). + +all partitions and drives have their unique identifier -- uuid. there's no +direct way to specify uuid in grub configuration, but there is a workaround. + +grub manual describes the `search` command which has an option to set root +device if it is found. so we can use it for our purposes. + +## steps for dualbooting in bios/legacy mode + +1. install linux system on one of your drives + +2. reboot and boot from openbsd install media and install openbsd to other drive +or partition. + +3. reboot and login to your linux system + +4. open a terminal and run `blkid` or `lsblk -f` to get an output partition +uuids. + +5. write the following at the bottom of `/etc/grub.d/40_custom`: + + ```grub.cfg + + menuentry 'OpenBSD' { + search -su --no-floppy *UUID* + chainloader +1 + } + ``` + + where *UUID* is the uuid of your openbsd partition (with type 'ufs2') + +6. run either `update-grub` or `grub-mkconfig` depending on what distribution +you are using. consult your distro's wiki to find a way to update your grub +configuration with recent changes. + +7. now reboot and you should see an openbsd's boot option in grub menu. + +## steps for uefi system + +for boot in uefi mode there are few differences. after installing openbsd +don't reboot, but choose **shell**. now cd into `/mnt` directory and +download `BOOTX64.EFI` from your desired openbsd mirror. for example: + +```sh + +# cd /mnt +# ftp https://cdn.openbsd.org/pub/OpenBSD/7.0/amd64/BOOTX64.EFI +# reboot +``` + +after that the only other difference is that `chainloader` directive should +be `chainloader /BOOTX64.EFI`. + +all other steps are the same. diff --git a/en/blog/index.md b/en/blog/index.md new file mode 100644 index 0000000..8864091 --- /dev/null +++ b/en/blog/index.md @@ -0,0 +1,11 @@ +# blog + +various notes about things. + +subscribe via rss: + +[rss](/rss.xml) + +## posts + +[dualboot linux and openbsd with grub](2021-11-03-dualboot-linux-and-openbsd-with-grub.html "2021-11-03") diff --git a/en/img/icon.png b/en/img/icon.png Binary files differnew file mode 100644 index 0000000..f85510f --- /dev/null +++ b/en/img/icon.png diff --git a/en/index.md b/en/index.md new file mode 100644 index 0000000..d69aeb7 --- /dev/null +++ b/en/index.md @@ -0,0 +1,15 @@ +# welcome + +personal static website serving as a showcase for all my past and current works. + +## main pages + +[(abandoned) blog, will be improved soon](/blog) + +[information about my music projects](/music) + +[pictures, photos, drawings, renders... all the visual stuff](/visual) + +[about me](/about.html) + +[learn about things that i host other than this website](/selfhosting.html) diff --git a/en/music/aaock-morth/aateh-tgh-saaghth.md b/en/music/aaock-morth/aateh-tgh-saaghth.md new file mode 100644 index 0000000..9791e15 --- /dev/null +++ b/en/music/aaock-morth/aateh-tgh-saaghth.md @@ -0,0 +1,17 @@ +# aaock-morth - aate'h tgh'saaghth + +``` + +released: 18-06-2016 +label: hälsorisk +``` + +it will be better if you don’t know that. + +[listen on bandcamp](https://haelsorisk.bandcamp.com/album/aateh-tghsaaghth) + +## tracklist + +1. aaock xeeh morth +2. yhe odrghock'dhtrhogho tgh'bhuugrh +3. h'uguth'ehnglvhi uukh'kuuth buhrgh diff --git a/en/music/aaock-morth/index.md b/en/music/aaock-morth/index.md new file mode 100644 index 0000000..7ff49c2 --- /dev/null +++ b/en/music/aaock-morth/index.md @@ -0,0 +1,14 @@ +# aaock-morth + +``` + +start_date: 2015.11.06 +status: stalled +tags: ambient, dark ambient +``` + +abstract ambient project about lack of point in human speech. + +## releases + +[aate'h tgh'saaghth](aateh-tgh-saaghth.html "18-06-2016") diff --git a/en/music/aaoth/forwards.md b/en/music/aaoth/forwards.md new file mode 100644 index 0000000..2d177ba --- /dev/null +++ b/en/music/aaoth/forwards.md @@ -0,0 +1,14 @@ +# aaoth - forwards (universe wide grief) + +``` + +released: 30-12-2018 +style: electronic improvisation +``` + +little desolate improv during the new year's eve's evening, recorded through sunvox. + +> this is the song of our lost souls when they'll fly away +> from the earth destroyed by humans. + +[listen on bandcamp](https://aaoth.bandcamp.com/track/forwards-universe-wide-grief) diff --git a/en/music/aaoth/index.md b/en/music/aaoth/index.md new file mode 100644 index 0000000..37d1c5b --- /dev/null +++ b/en/music/aaoth/index.md @@ -0,0 +1,29 @@ +# aaoth + +``` + +start_date: 2018.12.30 +tags: experimental, no music, electronic +``` + +personal experiments and sound studies. + +## releases + +[forwards (universe wide grief)](forwards.html "30-12-2018") + +[that can't be](that-cant-be.html "12-01-2019") + +[lookthrough](lookthrough.html "28-02-2019") + +[mind collapse](mind-collapse.html "31-03-2019") + +[madnight](madnight.html "22-04-2019") + +[sgti](sgti.html "23-04-2019") + +[vortex machines](vortex-machines.html "10-05-2019") + +[the past](the-past.html "20-05-2019") + +[massive void](massive-void.html "13-04-2020") diff --git a/en/music/aaoth/lookthrough.md b/en/music/aaoth/lookthrough.md new file mode 100644 index 0000000..561bf7b --- /dev/null +++ b/en/music/aaoth/lookthrough.md @@ -0,0 +1,11 @@ +# aaoth - lookthrough + +``` + +released: 28-02-2019 +style: eai abstract +``` + +unthemed guitar improvisation. + +[listen on bandcamp](https://aaoth.bandcamp.com/track/lookthrough) diff --git a/en/music/aaoth/madnight.md b/en/music/aaoth/madnight.md new file mode 100644 index 0000000..cfde1d3 --- /dev/null +++ b/en/music/aaoth/madnight.md @@ -0,0 +1,11 @@ +# aaoth - madnight + +``` + +released: 22-04-2019 +style: electronic lo-fi +``` + +atmospheric electronic track made using sunvox on android. + +[listen on bandcamp](https://aaoth.bandcamp.com/track/madnight) diff --git a/en/music/aaoth/massive-void.md b/en/music/aaoth/massive-void.md new file mode 100644 index 0000000..f50e947 --- /dev/null +++ b/en/music/aaoth/massive-void.md @@ -0,0 +1,11 @@ +# aaoth - massive void + +``` + +released: 13-04-2020 +style: generative electronic +``` + +generative abstract track made with vcvrack. + +[listen on bandcamp](https://aaoth.bandcamp.com/track/massive-void) diff --git a/en/music/aaoth/mind-collapse.md b/en/music/aaoth/mind-collapse.md new file mode 100644 index 0000000..e90fa04 --- /dev/null +++ b/en/music/aaoth/mind-collapse.md @@ -0,0 +1,11 @@ +# aaoth - mind collapse + +``` + +released: 31-03-2019 +style: eai +``` + +recorded directly on recycled tape. only three samples in sunvox were used. + +[listen on bandcamp](https://aaoth.bandcamp.com/track/mind-collapse) diff --git a/en/music/aaoth/sgti.md b/en/music/aaoth/sgti.md new file mode 100644 index 0000000..231a64f --- /dev/null +++ b/en/music/aaoth/sgti.md @@ -0,0 +1,11 @@ +# aaoth - sgti + +``` + +released: 23-04-2019 +style: eai +``` + +**s**unvox/**g**uv'nor/**t**ape/**i**mprov + +[listen on bandcamp](https://aaoth.bandcamp.com/track/sgti) diff --git a/en/music/aaoth/that-cant-be.md b/en/music/aaoth/that-cant-be.md new file mode 100644 index 0000000..ad9a34e --- /dev/null +++ b/en/music/aaoth/that-cant-be.md @@ -0,0 +1,11 @@ +# aaoth - that can't be + +``` + +released: 12-01-2019 +style: eai apocalyptic +``` + +apocalyptic guitar improvisation. + +[listen on bandcamp](https://aaoth.bandcamp.com/track/that-cant-be) diff --git a/en/music/aaoth/the-past.md b/en/music/aaoth/the-past.md new file mode 100644 index 0000000..7844828 --- /dev/null +++ b/en/music/aaoth/the-past.md @@ -0,0 +1,11 @@ +# aaoth - the past + +``` + +released: 20-05-2019 +style: eai lo-fi +``` + +atmospheric lo-fi improvisation. + +[listen on bandcamp](https://aaoth.bandcamp.com/track/the-past) diff --git a/en/music/aaoth/vortex-machines.md b/en/music/aaoth/vortex-machines.md new file mode 100644 index 0000000..492d12f --- /dev/null +++ b/en/music/aaoth/vortex-machines.md @@ -0,0 +1,11 @@ +# aaoth - vortex machines + +``` + +released: 10-05-2019 +style: electronic improvisation +``` + +apocalyptic electronic improvisation using sunvox. + +[listen on bandcamp](https://aaoth.bandcamp.com/track/vortex-machines) diff --git a/en/music/akpngims/enneorth.md b/en/music/akpngims/enneorth.md new file mode 100644 index 0000000..e54c03a --- /dev/null +++ b/en/music/akpngims/enneorth.md @@ -0,0 +1,17 @@ +# akpngims - enneorth + +``` + +released: 13-06-2015 +label: hälsorisk +``` + +all is error. the great mistake. irregular. + +[listen on bandcamp](https://haelsorisk.bandcamp.com/album/enneorth) + +## tracklist + +1. ye many faces ov kaos +2. noise within abomination of inhumanity +3. skream ov faceless diff --git a/en/music/akpngims/index.md b/en/music/akpngims/index.md new file mode 100644 index 0000000..ebe61b4 --- /dev/null +++ b/en/music/akpngims/index.md @@ -0,0 +1,14 @@ +# akpngims + +``` + +start_date: 2015.07.13 +status: stalled +tags: black ambient, noise +``` + +rough sounding obscure project. + +## releases + +[enneorth](enneorth.html "13-06-2015") diff --git a/en/music/haelsorisk/index.md b/en/music/haelsorisk/index.md new file mode 100644 index 0000000..883b7b5 --- /dev/null +++ b/en/music/haelsorisk/index.md @@ -0,0 +1,18 @@ +# hälsorisk + +``` + +start_date: 2015.02.02 +status: active +tags: experimental non-music +``` + +other than being an independent web-label, hälsorisk can be treated as +music project on it's own. additionaly it is a community of truely free art. + +hälsorisk was created in 2015 by aaoth. it's purpose was to absorb and +unite all musical and cultural work done by them. + +## releases + +[längtan efter ett slut](laengtan-efter-ett-slut.html "05-08-2017") diff --git a/en/music/haelsorisk/laengtan-efter-ett-slut.md b/en/music/haelsorisk/laengtan-efter-ett-slut.md new file mode 100644 index 0000000..134a7d9 --- /dev/null +++ b/en/music/haelsorisk/laengtan-efter-ett-slut.md @@ -0,0 +1,22 @@ +# hälsorisk - längtan efter ett slut + +``` + +released: 05-08-2017 +style: acoustic dissonant +``` + +soundtrack to the short-movie with the same name. + +[watch on youtube](https://youtu.be/v4CqcxcWaDU) + +[listen on bandcamp](https://haelsorisk.bandcamp.com/album/l-ngtan-efter-ett-slut) + +## tracklist + +1. aaock-morth -- shnhkvh +2. xvra -- mvtvs +3. vakk -- II +4. xvra -- void within (acoustic) +5. xvra -- when became a dirt +6. akpngims -- woods of molten plastic people diff --git a/en/music/index.md b/en/music/index.md new file mode 100644 index 0000000..497f206 --- /dev/null +++ b/en/music/index.md @@ -0,0 +1,27 @@ +# music + +here are various music projects in which i took part. + +## hälsorisk + +**hälsorisk** (swedish for '*health hazard*') is small web-label focused on dark +underground music. +here's a list of projects in which i took part: + +[akpngims](akpngims) + +[aaock-morth](aaock-morth) + +[xvra](xvra) + +[L=1](lequalone) + +[hälsorisk](haelsorisk) + +## other projects + +[aaoth](aaoth) + +[secauloruxse'i](secauloruxsehi) + +[spiral materivm](spiral-materivm) diff --git a/en/music/lequalone/chasm-of-psychosis.md b/en/music/lequalone/chasm-of-psychosis.md new file mode 100644 index 0000000..b1beac8 --- /dev/null +++ b/en/music/lequalone/chasm-of-psychosis.md @@ -0,0 +1,26 @@ +# L=1 - chasm of psychosis + +``` + +released: 05-10-2015 +style: dark synthwave +``` + +chaotic synthwave lp. + +## tracklist + +1. reign of lie +2. beyond mind exist no future +3. nobody hears you +4. alone in the desert of nothingness +5. empty space within your soul +6. unending void +7. silence of noise +8. hear abomination +9. illusion of hope +10. rainclouds of hate +11. await the dawn of pain +12. in a pursuit of vain +13. you're inside my own hideous nightmare +14. the end of this madness diff --git a/en/music/lequalone/index.md b/en/music/lequalone/index.md new file mode 100644 index 0000000..0e670ca --- /dev/null +++ b/en/music/lequalone/index.md @@ -0,0 +1,23 @@ +# L=1 + +``` + +start_date: 2015.05.28 +end_date: 2015.11.02 +status: closed +tags: dark synthwave, dark ambient +``` + +debut project inspired by *diagnose: lebensgefahr*. + +## releases + +[the darkness](the-darkness.html "28-05-2015") + +[wastelands](wastelands.html "12-09-2015") + +[chasm-of-psychosis](chasm-of-psychosis.html "05-10-2015") + +[soul ocean](soul-ocean.html "26-10-2015") + +[you'll never hear me again](youll-never-hear-me-again.html "02-11-2015") diff --git a/en/music/lequalone/soul-ocean.md b/en/music/lequalone/soul-ocean.md new file mode 100644 index 0000000..1c8f0ab --- /dev/null +++ b/en/music/lequalone/soul-ocean.md @@ -0,0 +1,22 @@ +# L=1 - soul ocean + +``` + +released: 26-10-2015 +style: dark synthwave +``` + +dark atmospheric synthwave. + +[listen on bandcamp](https://haelsorisk.bandcamp.com/album/soul-ocean) + +## tracklist + +1. entrance to the singularity +2. in the vast of the soul ocean +3. eternal dream +4. in the bottom of the soul ocean +5. deep in the cavern +6. in useless searches of life's sense +7. grind alert +8. the last breath diff --git a/en/music/lequalone/the-darkness.md b/en/music/lequalone/the-darkness.md new file mode 100644 index 0000000..c3e4d90 --- /dev/null +++ b/en/music/lequalone/the-darkness.md @@ -0,0 +1,20 @@ +# L=1 - the darkness + +``` + +released: 28-05-2015 +style: dark ambient +``` + +first dark ambient album. + +## tracklist + +1. world of despair +2. apocalyptic panic +3. voices from the deep +4. calm decay +5. distant omen of war +6. night in abandoned church +7. lonely world in which you'll die +8. the darkness diff --git a/en/music/lequalone/wastelands.md b/en/music/lequalone/wastelands.md new file mode 100644 index 0000000..b1088f7 --- /dev/null +++ b/en/music/lequalone/wastelands.md @@ -0,0 +1,16 @@ +# L=1 - wastelands + +``` + +released: 12-09-2015 +style: dark ambient +``` + +apocalyptic synthwave inspired by fallout game series. + +[listen on bandcamp](https://haelsorisk.bandcamp.com/album/wastelands) + +## tracklist + +1. crawling danger +2. wastelands diff --git a/en/music/lequalone/youll-never-hear-me-again.md b/en/music/lequalone/youll-never-hear-me-again.md new file mode 100644 index 0000000..7f79697 --- /dev/null +++ b/en/music/lequalone/youll-never-hear-me-again.md @@ -0,0 +1,15 @@ +# L=1 - you'll never hear me again + +``` + +released: 02-11-2015 +style: dark ambient +``` + +ending ep with sample experiments. + +## tracklist + +1. terrifying mind disassembly disaster +2. no hope, lies exist +3. beyond mind exist no future (re-issue) diff --git a/en/music/secauloruxsehi/aetheria.md b/en/music/secauloruxsehi/aetheria.md new file mode 100644 index 0000000..b857f0d --- /dev/null +++ b/en/music/secauloruxsehi/aetheria.md @@ -0,0 +1,17 @@ +# secauloruxse'i - aetheria + +``` + +released: 09-11-2018 +style: minimal synth +``` + +trilogy about mysterious land of pure art. + +[listen on bandcamp](https://aaoth.bandcamp.com/album/aetheria) + +## tracklist + +1. forwards +2. aetheria +3. the gone diff --git a/en/music/secauloruxsehi/complex-neon-chamber.md b/en/music/secauloruxsehi/complex-neon-chamber.md new file mode 100644 index 0000000..e64fc8d --- /dev/null +++ b/en/music/secauloruxsehi/complex-neon-chamber.md @@ -0,0 +1,35 @@ +# secauloruxse'i - complex neon chamber + +``` + +released: 08-02-2019 +style: idm, no techno +``` + +[listen on bandcamp](https://aaoth.bandcamp.com/track/complex-neon-chamber) + +## lyrics + +[verse 1] + +intradimensional room that you can't feel +rectangles, octagons, tesseract tissues aren't real +obstacles glow in the solid shadow of fear (hear) +voices that're piercing your eyes with the cracked mirror + +[refrain] + +*complex neon chamber +dark and gloom invader +chamber full of creatures +they're dancing they're dancing +they're moving in fire* + +[verse 2] + +colours out of sight, the crystallic tear (tears) +changing the gravity's limbs, catch the cinder +shockwave ambiguity chase to the northern wind -- see +poles and parallel lines are aligning as vertical tinder + +[refrain] diff --git a/en/music/secauloruxsehi/fungi-noise.md b/en/music/secauloruxsehi/fungi-noise.md new file mode 100644 index 0000000..7362a8d --- /dev/null +++ b/en/music/secauloruxsehi/fungi-noise.md @@ -0,0 +1,20 @@ +# secauloruxse'i - fungi-noise + +``` + +released: 04-11-2018 +style: chiptune lo-fi synth +``` + +fungi-related chiptune made with sunvox. + +[listen on bandcamp](https://aaoth.bandcamp.com/album/fungi-noise) + +## tracklist + +1. illoh +2. le ka ce'u morsi cu lenku +3. le'i condi (v. reine cover) +4. la remxei +5. mi na djuno +6. lo catlu diff --git a/en/music/secauloruxsehi/index.md b/en/music/secauloruxsehi/index.md new file mode 100644 index 0000000..75b647f --- /dev/null +++ b/en/music/secauloruxsehi/index.md @@ -0,0 +1,19 @@ +# secauloruxse'i + +``` + +start_date: 2017.11.05 +tags: chiptune +``` + +synth and chiptune project with name in lojban. + +## releases + +[fungi-noise](fungi-noise.html "04-11-2018") + +[rot](rot.html "08-11-2018") + +[aetheria](aetheria.html "09-11-2018") + +[complex neon chamber](complex-neon-chamber.html "08-02-2019") diff --git a/en/music/secauloruxsehi/rot.md b/en/music/secauloruxsehi/rot.md new file mode 100644 index 0000000..b869242 --- /dev/null +++ b/en/music/secauloruxsehi/rot.md @@ -0,0 +1,16 @@ +# secauloruxse'i - rot + +``` + +released: 08-11-2018 +style: synthwave +``` + +electronic variations on riffs created by my friend. + +[listen on bandcamp](https://aaoth.bandcamp.com/album/rot) + +## tracklist + +1. plaguenthra +2. cccxxxiii diff --git a/en/music/spiral-materivm/index.md b/en/music/spiral-materivm/index.md new file mode 100644 index 0000000..09819e6 --- /dev/null +++ b/en/music/spiral-materivm/index.md @@ -0,0 +1,14 @@ +# spiral materivm + +``` + +start_date: 2018.02.25 +status: active +tags: post-rock, primitive rock +``` + +project about world perception from personal perspective. + +## releases + +[through woods and despair](through-woods-and-despair.html "07-01-2019") diff --git a/en/music/spiral-materivm/through-woods-and-despair.md b/en/music/spiral-materivm/through-woods-and-despair.md new file mode 100644 index 0000000..f4a67e1 --- /dev/null +++ b/en/music/spiral-materivm/through-woods-and-despair.md @@ -0,0 +1,24 @@ +# spiral materivm - through woods and despair + +``` + +released: 07-01-2019 +style: post-rock +``` + +a story about mind (or mad) journeys. +an alternative continuation of past works. + +written in may-july 2018. +recorded in august-december 2018. + +[listen on bandcamp](https://spiral-materivm.bandcamp.com/album/through-woods-and-despair) + +## tracklist + +1. despair +2. if i was there... +3. night sky +4. towards the world's end +5. inside the clock +6. woods diff --git a/en/music/xvra/absens.md b/en/music/xvra/absens.md new file mode 100644 index 0000000..680f4be --- /dev/null +++ b/en/music/xvra/absens.md @@ -0,0 +1,28 @@ +# xvra - absens + +``` + +released: 30-06-2018 +style: black metal, raw black +``` + +dedicated to the ultimate void that was the beginning +and will be the end of out futile existence. + +[listen on bandcamp](https://haelsorisk.bandcamp.com/album/absens) + +## tracklist + +1. livlös +2. förlust +3. fatal fall +4. dreamdwellar +5. dissociative +6. mvtvs +7. for a while... +8. vehikle +9. dödstad +10. longing for an end +11. named by grief +12. pleasures unattained +13. no point diff --git a/en/music/xvra/doedstad.md b/en/music/xvra/doedstad.md new file mode 100644 index 0000000..b8516cf --- /dev/null +++ b/en/music/xvra/doedstad.md @@ -0,0 +1,16 @@ +# xvra - doedstad + +``` + +released: 06-01-2017 +style: black metal, raw black +``` + +behold the silence. + +[listen on bandcamp](https://haelsorisk.bandcamp.com/album/doedstad) + +## tracklist + +1. the dead city +2. ruttenstad diff --git a/en/music/xvra/index.md b/en/music/xvra/index.md new file mode 100644 index 0000000..7af6dec --- /dev/null +++ b/en/music/xvra/index.md @@ -0,0 +1,20 @@ +# xvra + +``` + +start_date: 22.02.2015 +status: active +tags: black metal, dsbm +``` + +black metal project. + +## releases + +[svartfeber](svartfeber.html "27-07-2015") + +[save me from the life](save-me-from-the-life.html "22-08-2016") + +[doedstad](doedstad.html "06-01-2017") + +[absens](absens.html "30-06-2018") diff --git a/en/music/xvra/save-me-from-the-life.md b/en/music/xvra/save-me-from-the-life.md new file mode 100644 index 0000000..706d7c5 --- /dev/null +++ b/en/music/xvra/save-me-from-the-life.md @@ -0,0 +1,17 @@ +# xvra - save me from the life + +``` + +released: 22-08-2016 +style: black metal, raw black +``` + +second demo. + +[listen on bandcamp](https://haelsorisk.bandcamp.com/album/save-me-from-the-life) + +## tracklist + +1. opening the unlife +2. ashes of ruined freedom +3. void within diff --git a/en/music/xvra/svartfeber.md b/en/music/xvra/svartfeber.md new file mode 100644 index 0000000..ff9a9e7 --- /dev/null +++ b/en/music/xvra/svartfeber.md @@ -0,0 +1,14 @@ +# xvra - svartfeber + +``` + +released: 27-07-2015 +style: black metal, raw black +``` + +debut demo with vocals recorded in nearby forest. + +## tracklist + +1. pleasures unattained +2. ye black fever diff --git a/en/pgp.asc b/en/pgp.asc new file mode 100644 index 0000000..56a0631 --- /dev/null +++ b/en/pgp.asc @@ -0,0 +1,18 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEXyMhExYJKwYBBAHaRw8BAQdAoz5P6kkrxcX5l/bFn8buDGlpdocTXuTHJWfM +OqR2hM60NWxhLW5pbnByZSAoYSBrZXkgZm9yIGdpdGh1YikgPGxlb2JyZWthbGlu +aUBnbWFpbC5jb20+iJYEExYIAD4WIQTdH3ncJAVMH0JEDy5AXCwWPvaiyQUCXyMh +EwIbAwUJAeEzgAULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRBAXCwWPvaiyQy0 +AP0aCOKzBvFTIC/l/9UO04oTunbjzgYG0Ou+xeuLOwzR1gD+NCXOn25b033uInM+ +Nfj6pmH8yp1xOVOElSKHUsdZmA24OARfIyETEgorBgEEAZdVAQUBAQdAb1vcXDS+ +ggJtVBS69C2Yx2o/DsFOaJDvBtuqVrz0HFkDAQgHiH4EGBYIACYWIQTdH3ncJAVM +H0JEDy5AXCwWPvaiyQUCXyMhEwIbDAUJAeEzgAAKCRBAXCwWPvaiyWd9AP9bNjk1 +TiHwFY6zht51/e+kHYTJx8TY+Y4PhHVrqEmCkQD9GAQI671c+qC1+lbj5C2dQ31H +w/wf0Oe8TeUloOQV3we4MwRfIyIeFgkrBgEEAdpHDwEBB0DcpNL8boh2SP0ovyID +u2XNfL2xejMTkrVcRyFvtVJkGYh+BBgWCAAmFiEE3R953CQFTB9CRA8uQFwsFj72 +oskFAl8jIh4CGyAFCQHhM4AACgkQQFwsFj72oslQUAD/Vy5zv9x/J20ipYzTvfy5 +xUB91QKgiEEUpJwqaPACfBwBAILRJlGa+agB/82AijhtePsmg7hzyUfb5BG99t2z +1PIF +=A+OG +-----END PGP PUBLIC KEY BLOCK----- diff --git a/en/robots.txt b/en/robots.txt new file mode 100644 index 0000000..21ea432 --- /dev/null +++ b/en/robots.txt @@ -0,0 +1 @@ +User-agent: * Disallow: / diff --git a/en/selfhosting.md b/en/selfhosting.md new file mode 100644 index 0000000..ffee5b9 --- /dev/null +++ b/en/selfhosting.md @@ -0,0 +1,82 @@ +# selfhosting + +all things `*.aaoth.xyz` that you can use of access. + +## code + +### cgit + +[cgit](https://git.aaoth.xyz) + +cgit web frontend to personal collection of git repositories. +pet projects, toy projects, all that fun stuff. + +### fossil + +[fossil](https://fsl.aaoth.xyz) + +personal collection of fossil repositories. similar to all things git. + +[learn more about fossil](https://fossil-scm.org) + +## social + +### pleroma + +[pleroma](https://pleroma.aaoth.xyz) + +intance of pleroma, federated micro-blogging service. registrations are closed +currently, but you can contact me and get an invite if you really want. + +[learn more about pleroma](https://pleroma.social) + +### honk + +[honk](https://bloat.aaoth.xyz) + +instance of honk, the most minimal and enlightened federated microblogging +service. + +honk is amazing! it is written in go by ted unangst. + +[source code of original honk](https://humungus.tedunangst.com/r/honk) + +### owncast + +[owncast](https://owncast.aaoth.xyz) + +**NOTE**: this link may be unaccessible all the time, so don't be surprized. + +instance of my own streaming server. currently i occasionally stream games +and i speak primarily in russian, but this may be expanded in the future. + +[learn more about owncast](https://owncast.online) + +### matrix + +**NOTE**: there is no matrix frontend available, but you can use `aaoth.xyz` +as a matrix homeserver when logging in. + +instance of dendrite matrix server. registrations are closed currently, but +if you really want, you can contact me and get an invite. + +[learn more about matrix](https://matrix.org) + +[dendrite matrix server source code](https://github.com/matrix-org/dendrite) + +## other + +### inks + +[inks](https://inks.aaoth.xyz) + +instance of inks, a link aggregator. + +[source code of inks](https://humungus.tedunangst.com/r/inks) + +### mail + +[mail](https://mail.aaoth.xyz) + +personal mail server. currently only for use by me and there's no plan to add +support for registration. diff --git a/en/visual/drawings/index.md b/en/visual/drawings/index.md new file mode 100644 index 0000000..4080471 --- /dev/null +++ b/en/visual/drawings/index.md @@ -0,0 +1,22 @@ +# drawings + +hand-drawn graphics. + +just for your information: i don't care about any of today's artists' stuff +(such as commissions, requests, trades, etc.). +i am drawing purely for myself. +maybe someone could consider this childish, but this is just up to you. + + + + + + + + + + + + + + diff --git a/en/visual/drawings/stars_and_bridges.jpg b/en/visual/drawings/stars_and_bridges.jpg Binary files differnew file mode 100644 index 0000000..4292078 --- /dev/null +++ b/en/visual/drawings/stars_and_bridges.jpg diff --git a/en/visual/drawings/sunkenwood-draw.jpeg b/en/visual/drawings/sunkenwood-draw.jpeg Binary files differnew file mode 100644 index 0000000..9ff6782 --- /dev/null +++ b/en/visual/drawings/sunkenwood-draw.jpeg diff --git a/en/visual/drawings/the_faceless.jpeg b/en/visual/drawings/the_faceless.jpeg Binary files differnew file mode 100644 index 0000000..b16cf6b --- /dev/null +++ b/en/visual/drawings/the_faceless.jpeg diff --git a/en/visual/drawings/thedarkness.jpg b/en/visual/drawings/thedarkness.jpg Binary files differnew file mode 100644 index 0000000..3841552 --- /dev/null +++ b/en/visual/drawings/thedarkness.jpg diff --git a/en/visual/drawings/to_never_born.jpg b/en/visual/drawings/to_never_born.jpg Binary files differnew file mode 100644 index 0000000..0989c3b --- /dev/null +++ b/en/visual/drawings/to_never_born.jpg diff --git a/en/visual/drawings/unknown-man.jpg b/en/visual/drawings/unknown-man.jpg Binary files differnew file mode 100644 index 0000000..18a8333 --- /dev/null +++ b/en/visual/drawings/unknown-man.jpg diff --git a/en/visual/drawings/zombie.jpeg b/en/visual/drawings/zombie.jpeg Binary files differnew file mode 100644 index 0000000..59261df --- /dev/null +++ b/en/visual/drawings/zombie.jpeg diff --git a/en/visual/index.md b/en/visual/index.md new file mode 100644 index 0000000..0fe7117 --- /dev/null +++ b/en/visual/index.md @@ -0,0 +1,13 @@ +# visual + +here are some photos and pictures. + +feel free to use them if and as you wish (don't forget to attribute). + +[drawings](drawings) + +[logos](logos) + +[photos](photos) + +[renders](renders) diff --git a/en/visual/logos/aaock-morth-logo.png b/en/visual/logos/aaock-morth-logo.png Binary files differnew file mode 100644 index 0000000..1efba50 --- /dev/null +++ b/en/visual/logos/aaock-morth-logo.png diff --git a/en/visual/logos/aaoth-logo.png b/en/visual/logos/aaoth-logo.png Binary files differnew file mode 100644 index 0000000..b9bd1ba --- /dev/null +++ b/en/visual/logos/aaoth-logo.png diff --git a/en/visual/logos/akpngims-logo.png b/en/visual/logos/akpngims-logo.png Binary files differnew file mode 100644 index 0000000..0ac2571 --- /dev/null +++ b/en/visual/logos/akpngims-logo.png diff --git a/en/visual/logos/haelsorisk-logo.png b/en/visual/logos/haelsorisk-logo.png Binary files differnew file mode 100644 index 0000000..bfb8e96 --- /dev/null +++ b/en/visual/logos/haelsorisk-logo.png diff --git a/en/visual/logos/index.md b/en/visual/logos/index.md new file mode 100644 index 0000000..ff59534 --- /dev/null +++ b/en/visual/logos/index.md @@ -0,0 +1,23 @@ +# logos + +primarily i draw musical bands logotypes. + +here are some fictional ones and also real logos of my musical projects. + + + + + + + + + + + + + + + + + + diff --git a/en/visual/logos/lava-logo.png b/en/visual/logos/lava-logo.png Binary files differnew file mode 100644 index 0000000..86b28cf --- /dev/null +++ b/en/visual/logos/lava-logo.png diff --git a/en/visual/logos/lequalone-logo.png b/en/visual/logos/lequalone-logo.png Binary files differnew file mode 100644 index 0000000..722aa8f --- /dev/null +++ b/en/visual/logos/lequalone-logo.png diff --git a/en/visual/logos/secauloruxsehi-logo.png b/en/visual/logos/secauloruxsehi-logo.png Binary files differnew file mode 100644 index 0000000..7d072a5 --- /dev/null +++ b/en/visual/logos/secauloruxsehi-logo.png diff --git a/en/visual/logos/spiral-materivm-logo.png b/en/visual/logos/spiral-materivm-logo.png Binary files differnew file mode 100644 index 0000000..4bdda3f --- /dev/null +++ b/en/visual/logos/spiral-materivm-logo.png diff --git a/en/visual/logos/xvra-logo.png b/en/visual/logos/xvra-logo.png Binary files differnew file mode 100644 index 0000000..776584b --- /dev/null +++ b/en/visual/logos/xvra-logo.png diff --git a/en/visual/photos/botany.jpeg b/en/visual/photos/botany.jpeg Binary files differnew file mode 100644 index 0000000..7888724 --- /dev/null +++ b/en/visual/photos/botany.jpeg diff --git a/en/visual/photos/electra_boat.jpg b/en/visual/photos/electra_boat.jpg Binary files differnew file mode 100644 index 0000000..2962988 --- /dev/null +++ b/en/visual/photos/electra_boat.jpg diff --git a/en/visual/photos/fern-background.jpeg b/en/visual/photos/fern-background.jpeg Binary files differnew file mode 100644 index 0000000..16d12e9 --- /dev/null +++ b/en/visual/photos/fern-background.jpeg diff --git a/en/visual/photos/fern_and_ladybug.jpeg b/en/visual/photos/fern_and_ladybug.jpeg Binary files differnew file mode 100644 index 0000000..2bc71c1 --- /dev/null +++ b/en/visual/photos/fern_and_ladybug.jpeg diff --git a/en/visual/photos/forest_ray.jpg b/en/visual/photos/forest_ray.jpg Binary files differnew file mode 100644 index 0000000..d21116b --- /dev/null +++ b/en/visual/photos/forest_ray.jpg diff --git a/en/visual/photos/index.md b/en/visual/photos/index.md new file mode 100644 index 0000000..809abf0 --- /dev/null +++ b/en/visual/photos/index.md @@ -0,0 +1,29 @@ +# photos + +photos taken in different times and various circumstances. + +i'm not a professional photographer, but i have something to show. + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/visual/photos/labambient.jpeg b/en/visual/photos/labambient.jpeg Binary files differnew file mode 100644 index 0000000..543ba30 --- /dev/null +++ b/en/visual/photos/labambient.jpeg diff --git a/en/visual/photos/mansion.jpg b/en/visual/photos/mansion.jpg Binary files differnew file mode 100644 index 0000000..de48332 --- /dev/null +++ b/en/visual/photos/mansion.jpg diff --git a/en/visual/photos/moss_landscape.jpg b/en/visual/photos/moss_landscape.jpg Binary files differnew file mode 100644 index 0000000..c555670 --- /dev/null +++ b/en/visual/photos/moss_landscape.jpg diff --git a/en/visual/photos/pyramid.jpg b/en/visual/photos/pyramid.jpg Binary files differnew file mode 100644 index 0000000..9a36a5b --- /dev/null +++ b/en/visual/photos/pyramid.jpg diff --git a/en/visual/photos/sea_and_sun.jpg b/en/visual/photos/sea_and_sun.jpg Binary files differnew file mode 100644 index 0000000..f3456e7 --- /dev/null +++ b/en/visual/photos/sea_and_sun.jpg diff --git a/en/visual/photos/snail.jpg b/en/visual/photos/snail.jpg Binary files differnew file mode 100644 index 0000000..3be7e30 --- /dev/null +++ b/en/visual/photos/snail.jpg diff --git a/en/visual/photos/sunken_wood.jpg b/en/visual/photos/sunken_wood.jpg Binary files differnew file mode 100644 index 0000000..0c1c61b --- /dev/null +++ b/en/visual/photos/sunken_wood.jpg diff --git a/en/visual/renders/bipolar-pills.jpg b/en/visual/renders/bipolar-pills.jpg Binary files differnew file mode 100644 index 0000000..64e9cc4 --- /dev/null +++ b/en/visual/renders/bipolar-pills.jpg diff --git a/en/visual/renders/cat-model.jpg b/en/visual/renders/cat-model.jpg Binary files differnew file mode 100644 index 0000000..89eb3e2 --- /dev/null +++ b/en/visual/renders/cat-model.jpg diff --git a/en/visual/renders/grb-pic.jpg b/en/visual/renders/grb-pic.jpg Binary files differnew file mode 100644 index 0000000..e0bfd68 --- /dev/null +++ b/en/visual/renders/grb-pic.jpg diff --git a/en/visual/renders/heads.jpg b/en/visual/renders/heads.jpg Binary files differnew file mode 100644 index 0000000..91caa2b --- /dev/null +++ b/en/visual/renders/heads.jpg diff --git a/en/visual/renders/index.md b/en/visual/renders/index.md new file mode 100644 index 0000000..3888601 --- /dev/null +++ b/en/visual/renders/index.md @@ -0,0 +1,26 @@ +# renders + +computer graphics is small part of my life too. +i'm working primarily in blender. + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/visual/renders/partyofthedead.jpg b/en/visual/renders/partyofthedead.jpg Binary files differnew file mode 100644 index 0000000..729ce02 --- /dev/null +++ b/en/visual/renders/partyofthedead.jpg diff --git a/en/visual/renders/proc_cake_cgmatter.gif b/en/visual/renders/proc_cake_cgmatter.gif Binary files differnew file mode 100644 index 0000000..6d527e5 --- /dev/null +++ b/en/visual/renders/proc_cake_cgmatter.gif diff --git a/en/visual/renders/puffy-chaotic.jpg b/en/visual/renders/puffy-chaotic.jpg Binary files differnew file mode 100644 index 0000000..3d5edb8 --- /dev/null +++ b/en/visual/renders/puffy-chaotic.jpg diff --git a/en/visual/renders/puffy-openbsd.jpg b/en/visual/renders/puffy-openbsd.jpg Binary files differnew file mode 100644 index 0000000..64dffab --- /dev/null +++ b/en/visual/renders/puffy-openbsd.jpg diff --git a/en/visual/renders/rayfield.jpg b/en/visual/renders/rayfield.jpg Binary files differnew file mode 100644 index 0000000..49957f7 --- /dev/null +++ b/en/visual/renders/rayfield.jpg diff --git a/en/visual/renders/raysea.jpg b/en/visual/renders/raysea.jpg Binary files differnew file mode 100644 index 0000000..555edfe --- /dev/null +++ b/en/visual/renders/raysea.jpg diff --git a/en/visual/renders/toki_pona.jpg b/en/visual/renders/toki_pona.jpg Binary files differnew file mode 100644 index 0000000..1341014 --- /dev/null +++ b/en/visual/renders/toki_pona.jpg |
