2025-04-29 20:02:54 +02:00
|
|
|
+++
|
2025-04-30 17:47:32 +02:00
|
|
|
insert_anchor_links = "left"
|
|
|
|
title = "Home"
|
2025-05-04 19:58:06 +02:00
|
|
|
|
|
|
|
|
|
|
|
[extra]
|
|
|
|
show_copyright = true
|
|
|
|
show_shares = true
|
2025-04-30 17:47:32 +02:00
|
|
|
+++
|
2025-04-29 20:02:54 +02:00
|
|
|
|
2025-05-14 15:08:38 +02:00
|
|
|
## Welcome
|
2025-04-29 20:02:54 +02:00
|
|
|
|
2025-04-30 17:47:32 +02:00
|
|
|
to the online presence of Aron Petau.
|
2025-05-04 19:58:06 +02:00
|
|
|
|
2025-05-14 16:26:18 +02:00
|
|
|
<aside>
|
|
|
|
|
|
|
|

|
2025-05-18 18:23:16 +02:00
|
|
|
|
2025-05-14 16:26:18 +02:00
|
|
|
</aside>
|
|
|
|
|
|
|
|
I use he/him pronouns and am based in Berlin, Germany.
|
|
|
|
|
|
|
|
I am a tinkerer, designer, software developer, and work in digital education research.
|
|
|
|
|
2025-04-30 00:07:32 +02:00
|
|
|
This site is a collection of my thoughts and experiences.
|
2025-05-04 19:58:06 +02:00
|
|
|
|
2025-04-30 00:07:32 +02:00
|
|
|
I hope you find something interesting here.
|
2025-04-29 20:02:54 +02:00
|
|
|
|
2025-05-14 15:08:38 +02:00
|
|
|
{% alert(note=true) %}
|
2025-05-14 16:26:18 +02:00
|
|
|
This Page is currently under active reconstruction.
|
2025-05-04 19:58:06 +02:00
|
|
|
Broken links are to be expected.
|
2025-05-14 16:56:51 +02:00
|
|
|
|
|
|
|
As long as the move / redesign is not fully done, here the old site is still online: [old.aron.petau.net](https://old.aron.petau.net)
|
2025-05-14 15:08:38 +02:00
|
|
|
{% end %}
|
2025-05-17 12:11:04 +02:00
|
|
|
|
2025-05-14 16:26:18 +02:00
|
|
|
Progress of the rebuild:
|
2025-05-23 22:05:50 +02:00
|
|
|
<progress value="98" max="100"></progress>
|
2025-05-16 12:46:54 +02:00
|
|
|
|
|
|
|
{% alert(note=true) %}
|
2025-05-18 18:23:16 +02:00
|
|
|
Further, there is an initial effort to bring translations to this website.
|
|
|
|
That is quite the process and will take some time.
|
2025-05-23 22:05:50 +02:00
|
|
|
The site is primarily in english, so in the default you should find the most complete informations.
|
|
|
|
German is being added right now.
|
2025-05-16 12:46:54 +02:00
|
|
|
{% end %}
|
|
|
|
Progress of the translation:
|
2025-05-18 18:23:16 +02:00
|
|
|
<progress value="20" max="100"></progress>
|
2025-05-16 12:46:54 +02:00
|
|
|
|
2025-05-14 16:26:18 +02:00
|
|
|
{% alert(important=true) %}
|
|
|
|
Last updated: 2025-05-14
|
|
|
|
{% end %}
|
|
|
|
|
|
|
|
{% crt() %}
|
|
|
|
|
2025-05-18 18:23:16 +02:00
|
|
|
```zsh
|
2025-05-14 16:26:18 +02:00
|
|
|
➜ content git:(main) ✗ tree -L 2
|
|
|
|
.
|
2025-05-23 22:05:50 +02:00
|
|
|
├── _index.de.md
|
2025-05-14 16:26:18 +02:00
|
|
|
├── _index.md
|
2025-05-23 22:05:50 +02:00
|
|
|
├── pages
|
|
|
|
│ ├── about.de.md
|
|
|
|
│ ├── about.md
|
|
|
|
│ ├── contact.de.md
|
|
|
|
│ ├── contact.md
|
|
|
|
│ ├── cv.de.md
|
|
|
|
│ ├── cv.md
|
|
|
|
│ ├── privacy.de.md
|
|
|
|
│ ├── privacy.md
|
|
|
|
│ ├── rent-ulli.de.md
|
|
|
|
│ └── rent-ulli.md
|
|
|
|
└── project
|
|
|
|
├── _index.de.md
|
|
|
|
├── _index.md
|
|
|
|
├── 2018-05-03-printing
|
|
|
|
├── 2018-07-05-cad
|
|
|
|
├── 2018-09-01-beacon
|
|
|
|
├── 2019-03-19-plastic-recycling
|
|
|
|
├── 2019-06-01-ballpark
|
|
|
|
├── 2020-03-01-homebrew
|
|
|
|
├── 2020-07-14-critical-epistemologies
|
|
|
|
├── 2020-07-15-chatbot
|
|
|
|
├── 2021-03-01-coding
|
|
|
|
├── 2021-03-01-philosophy
|
|
|
|
├── 2021-04-13-bachelor-thesis
|
|
|
|
├── 2021-08-01-iron-smelting
|
|
|
|
├── 2021-12-05-political-violence
|
|
|
|
├── 2022-01-22-critical-philosophy-subjectivity
|
|
|
|
├── 2022-04-01-allei
|
|
|
|
├── 2022-04-30-lusatia
|
|
|
|
├── 2022-12-03-stable-dreamfusion
|
|
|
|
├── 2022-12-04-lampshades
|
|
|
|
├── 2023-01-03-auraglow
|
|
|
|
├── 2023-03-01-ruminations
|
|
|
|
├── 2023-06-16-ascendancy
|
|
|
|
├── 2023-06-20-autoimmunitaet
|
|
|
|
├── 2023-06-20-dreams-of-cars
|
|
|
|
├── 2023-12-06-postmaster
|
|
|
|
├── 2023-12-07-commoning-cars
|
|
|
|
├── 2024-01-30-airaspi-build-log
|
|
|
|
├── 2024-03-25-aethercomms
|
|
|
|
├── 2024-04-11-local-diffusion
|
|
|
|
├── 2024-04-25-echoing-dimensions
|
|
|
|
├── 2024-06-20-sferics
|
|
|
|
├── 2024-07-05-käsewerkstatt
|
|
|
|
├── 2025-04-15-master-thesis
|
|
|
|
├── 2025-05-15-zola
|
|
|
|
├── 2025-05-16-einszwovier-löten-leuchten
|
|
|
|
├── 2025-05-16-einszwovier-opening
|
|
|
|
└── 2025-05-19-einszwovier-vogelvilla
|
|
|
|
|
2025-05-14 16:26:18 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
{% end %}
|