more translation
This commit is contained in:
parent
8ee055bfa8
commit
2ce9ca50b5
459 changed files with 21001 additions and 9395 deletions
|
|
@ -27,25 +27,42 @@ show_shares = true
|
|||
|
||||
## Ascendancy
|
||||
|
||||

|
||||

|
||||
|
||||
Ascendancy was an exploration of hacking states.
|
||||
Pirate Nations and Micronations have a rich history of challenging and ridiculing the concept of a nation state.
|
||||
Meet ascendancy, the portable, autonomous and self-moving state.
|
||||
Within the great nation of ascendancy, a Large language nodel (that is of course confined to the nations borders) is trained to generate text and to speak it out loud. It can be interacted with though an attached keyboard and screen. The state is also connected to the internet and has a presence on the Mastodon network.
|
||||
Ascendancy ist eine Erforschung des Konzepts des "Staatshackings".
|
||||
Piratennationen und Mikronationen haben eine reiche Geschichte in der Herausforderung und Infragestellung des Konzepts des Nationalstaats.
|
||||
Lernen Sie Ascendancy kennen, den portablen, autonomen und selbstbeweglichen Staat.
|
||||
Innerhalb der großen Nation Ascendancy arbeitet ein großes Sprachmodell (das natürlich auf die Landesgrenzen beschränkt ist), das darauf trainiert wurde, Text zu generieren und laut zu sprechen. Die Interaktion erfolgt über eine angeschlossene Tastatur und einen Bildschirm. Der Staat unterhält diplomatische Beziehungen über das Internet durch seine offizielle Präsenz im Mastodon-Netzwerk.
|
||||
|
||||
Please check out the complete code of the project on GitHub.
|
||||
[The code of the GPT instance on GitHub](https://github.com/arontaupe/gpt)
|
||||
Der vollständige Code des Projekts ist auf GitHub verfügbar:
|
||||
<div class="buttons centered">
|
||||
<a class="big colored external" href="https://github.com/arontaupe/gpt">Staatsarchiv auf GitHub</a>
|
||||
</div>
|
||||
|
||||
## The Chatbot
|
||||
## Historischer Kontext: Bedeutende Mikronationen
|
||||
|
||||
The chatbot instance was setup with [GPT4ALL](https://gpt4all.io/index.html).
|
||||
Bevor wir uns der technischen Umsetzung von Ascendancy widmen, lohnt es sich, einige einflussreiche Mikronationen zu betrachten, die traditionelle Staatskonzepte herausgefordert haben:
|
||||
|
||||
Priority here was in the quick execution on local hardware. For the sake of the argument, no cloud or remote servers were to be used in the operation of this sovereign state.
|
||||
### Fürstentum Sealand
|
||||
|
||||
It was trained to respond to the following prompt:
|
||||
Auf einer ehemaligen Marinefestung vor der Küste Suffolks, England, wurde [Sealand](https://www.sealandgov.org/) 1967 gegründet. Es verfügt über eine eigene Verfassung, Währung und Pässe und zeigt damit, wie verlassene Militärstrukturen zu Orten souveräner Experimente werden können. Trotz fehlender offizieller Anerkennung hat Sealand seine beanspruchte Unabhängigkeit seit über 50 Jahren erfolgreich aufrechterhalten.
|
||||
|
||||
### The Prompt
|
||||
### Republik Obsidia
|
||||
|
||||
Eine feministische Mikronation, gegründet um patriarchale Machtstrukturen in traditionellen Nationalstaaten herauszufordern. Die [Republik Obsidia](https://www.obsidiagov.org) betont kollektive Entscheidungsfindung und vertritt die Position, dass nationale Souveränität mit feministischen Prinzipien koexistieren kann. Ihre Verfassung lehnt explizit geschlechtsbezogene Diskriminierung ab und fördert die gleichberechtigte Vertretung in allen Regierungsfunktionen. Obsidias innovatives Konzept der portablen Souveränität, repräsentiert durch ihren Nationen-Stein, inspirierte direkt Ascendancys mobiles Plattform-Design - ein Beweis dafür, dass nationale Identität nicht an feste geografische Grenzen gebunden sein muss.
|
||||
|
||||
### Weitere bemerkenswerte Beispiele
|
||||
|
||||
- [NSK State](https://passport.nsk.si/en/) (1992-heute): Ein künstlerisches Projekt, das das Konzept der Staatlichkeit durch die Ausstellung von Pässen und diplomatische Aktivitäten erforscht. Der NSK-Staat stellt weiterhin Pässe aus und führt diplomatische Aktivitäten durch sein virtuelles Botschaftssystem durch.
|
||||
- Die Republik Rose Island (L'Isola delle Rose): Eine künstliche Plattform in der Adria, die 1968 eigene Briefmarken und Währung herausgab, bevor sie von italienischen Behörden zerstört wurde. Obwohl die Plattform nicht mehr existiert, wurde sie kürzlich in einer [Netflix-Dokumentation](https://www.netflix.com/title/81116948) thematisiert.
|
||||
|
||||
## Technische Umsetzung
|
||||
|
||||
Die souveräne Computerinfrastruktur von Ascendancy basiert auf [GPT4ALL](https://gpt4all.io/index.html), das speziell wegen seiner Fähigkeit ausgewählt wurde, lokal ohne externe Abhängigkeiten zu arbeiten. Dies entspricht unserem staatlichen Prinzip der digitalen Souveränität - keine Cloud- oder Remote-Server werden im Betrieb dieser autonomen Nation verwendet.
|
||||
|
||||
### Diplomatisches Protokoll
|
||||
|
||||
Die diplomatische KI des Staates wurde sorgfältig mit folgendem konstitutionellen Prompt instruiert:
|
||||
|
||||
```md
|
||||
System:
|
||||
|
|
@ -65,9 +82,9 @@ Give your answers as a single paragraph, without itemizing or numbering.
|
|||
Do not number your answer.
|
||||
```
|
||||
|
||||
## Engagement
|
||||
## Proaktive Diplomatie
|
||||
|
||||
In order to not be just reactive to inputs from the diplomats out in the world, the officials on Ascendancy were also programmed to engage in the world. Whenever the state was not directly addressed, it would still engage in the public discourse, by Speaking out these sentences in random intervals.
|
||||
Um eine aktive Teilnahme an den internationalen Beziehungen sicherzustellen, betreibt das diplomatische Korps von Ascendancy proaktive Kommunikation. Statt nur auf ausländische Diplomaten zu reagieren, unterhält der Staat eine kontinuierliche diplomatische Präsenz durch automatisierte Erklärungen in zufälligen Intervallen:
|
||||
|
||||
```
|
||||
It is so great being a part of Ascendancy.
|
||||
|
|
@ -100,9 +117,9 @@ Beautiful country you have here.
|
|||
At Ascendancy, we have a beautiful countryside.
|
||||
```
|
||||
|
||||
## The Online representation
|
||||
## Die Online-Repräsentation
|
||||
|
||||
Any proper state needs a press office. The state of Ascendancy was represented on the Mastodon network.
|
||||
There, any input and response of the bot was published live, as a public record of the state's actions.
|
||||
Jeder ordnungsgemäße Staat benötigt ein Presseamt. Der Staat Ascendancy wurde im Mastodon-Netzwerk vertreten.
|
||||
Dort wurden alle Eingaben und Antworten des Bots live veröffentlicht, als öffentliche Aufzeichnung der staatlichen Aktivitäten.
|
||||
|
||||
[Digital embassy on botsin.space](https://botsin.space/@ascendancy)
|
||||
[Digitale Botschaft auf botsin.space](https://botsin.space/@ascendancy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue