This commit is contained in:
NN Solex 2023-05-05 19:25:42 +03:00 committed by randogoth
parent 678e02d83a
commit 8add4288a5
6 changed files with 20 additions and 12 deletions

View file

@ -1,12 +1,12 @@
Title: Connect Title: Connect
Save_as: connect.html Save_as: connect.html
- Email: <SCRIPT LANGUAGE="JavaScript">user = 'kflux';site = 'posteo.de';document.write('<a href=\"\x6D\x61\x69\x6C\x74\x6F:' + user + '@' + site + '\">');document.write(user + '@' + site + '</a>');</SCRIPT> - <i class="nf nf-md-email_outline"></i> <SCRIPT LANGUAGE="JavaScript">user = 'kflux';site = 'posteo.de';document.write('<a href=\"\x6D\x61\x69\x6C\x74\x6F:' + user + '@' + site + '\">');document.write(user + '@' + site + '</a>');</SCRIPT>
- Mastodon: [@randogoth](https://universeodon.com/@randogoth) - <i class="nf nf-md-mastodon"></i> [@randogoth](https://universeodon.com/@randogoth)
- GitHub: [@randogoth](https://github.com/randogoth) - <i class="nf nf-cod-github_inverted"></i> [@randogoth](https://github.com/randogoth)
- Telegram: [@lastfluxunit](https://t.me/lastfluxunit) - <i class="nf nf-fae-telegram"></i> [@lastfluxunit](https://t.me/lastfluxunit)
- Discord: [NN_Solex#1613](https://discordapp.com/users/380023043050962954) - <i class="nf nf-md-discord"></i> [NN_Solex#1613](https://discordapp.com/users/380023043050962954)
- Instagram: [@lastfluxunit](https://instagram.com/lastfluxunit) - <i class="nf nf-md-instagram"></i> [@lastfluxunit](https://instagram.com/lastfluxunit)
- Facebook: [flux.tobias.raayoni.last](https://fb.com/flux.tobias.raayoni.last/) - <i class="nf nf-fa-facebook_official"></i> [flux.tobias.raayoni.last](https://fb.com/flux.tobias.raayoni.last/)
- Flickr: [@kflux](https://www.flickr.com/photos/kflux) - <i class="nf nf-fa-flickr"></i> [@kflux](https://www.flickr.com/photos/kflux)
- LinkedIn: [@lastfluxunit](https://www.linkedin.com/in/lastfluxunit/) - <i class="nf nf-md-linkedin"></i> [@lastfluxunit](https://www.linkedin.com/in/lastfluxunit/)

View file

@ -3,6 +3,6 @@ Slug: current
Date: 2023-04-27 19:00 Date: 2023-04-27 19:00
Save_as: current.html Save_as: current.html
Currently creating a project called *Numinous Field Communication* that involves using NFC tags as medium for non-linear fiction and location-based storytelling. Currently creating a project called *<i class="nf nf-md-nfc"></i>uminous Field Communication* that involves using NFC tags as medium for non-linear fiction and location-based storytelling.
Following a recent obsession about digital Casio watches I have contributed some [watch faces]({filename}../blog/sensor-watch.md) to the awesome [Sensor Watch](https://sensorwatch.net) project and am designing mods and a custom NFC tag circuit board for my *Casio AE-1200 World Time* watch. Following a recent obsession about digital Casio watches I have contributed some [watch faces]({filename}../blog/sensor-watch.md) to the awesome [Sensor Watch](https://sensorwatch.net) project and am designing mods and a custom NFC tag circuit board for my *Casio AE-1200 World Time* watch.

View file

@ -15,12 +15,12 @@ My artistic practice spans various disciplines, including [live video performanc
----- -----
PLACENESS & TECHNOMANCY <i class="nf nf-oct-location"></i> PLACENESS & TECHNOMANCY <i class="nf nf-md-crystal_ball"></i>
At the core of my creative process has always been the exploration of the intricate interplay between "*placeness*" and "*temporality*." I use *place* as a fundamental agent to inform and shape the content and form of my work, usually by drawing upon the highly subjective concepts of *psychogeography* and the *spirit of place*. At the core of my creative process has always been the exploration of the intricate interplay between "*placeness*" and "*temporality*." I use *place* as a fundamental agent to inform and shape the content and form of my work, usually by drawing upon the highly subjective concepts of *psychogeography* and the *spirit of place*.
In recent years I have started to incorporate *magical thinking* into my work, especially the more technical pieces. Through earnest and rigorous research in fields like ancient Greco-Egyptian sorcery, modern Chaos Magic, and other questionable practices I explore the boundaries between the material and immaterial and allow my artistic practice to expand into the spiritual. In recent years I have started to incorporate *magical thinking* into my work, especially the more technical pieces. Through earnest and rigorous research in fields like ancient Greco-Egyptian sorcery, modern Chaos Magic, and other questionable practices I explore the boundaries between the material and immaterial and allow my artistic practice to expand into the spiritual.
CURATORSHIP & COLLABORATION <i class="nf nf-md-magnify"></i> CURATORSHIP & COLLABORATION <i class="nf nf-md-account_group"></i>
Besides creating and performing art myself I love collaboration, discussion and exchange with other artists. It led me to co-founding and managing an [artist association]({filename}../blog/visualberlin.md), several festivals, and a popular [monthly artist talk series]({filename}../blog/scope.md). Besides creating and performing art myself I love collaboration, discussion and exchange with other artists. It led me to co-founding and managing an [artist association]({filename}../blog/visualberlin.md), several festivals, and a popular [monthly artist talk series]({filename}../blog/scope.md).

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -31,6 +31,7 @@
{% endif %} {% endif %}
<link href="{{ SITEURL }}/theme/local.css" rel="stylesheet"> <link href="{{ SITEURL }}/theme/local.css" rel="stylesheet">
<link href="{{ SITEURL }}/theme/pygments.css" rel="stylesheet"> <link href="{{ SITEURL }}/theme/pygments.css" rel="stylesheet">
<link href="{{ SITEURL }}/theme/symbols.css" rel="stylesheet">
{% endblock head %} {% endblock head %}
</head> </head>