+++ insert_anchor_links = "left" title = "Home" [extra] show_copyright = true show_shares = true +++ ## Welcome to the online presence of Aron Petau. I use he/him pronouns and am based in Berlin, Germany. I am a tinkerer, designer, software developer, and work in digital education research. This site is a collection of my thoughts and experiences. I hope you find something interesting here. {% alert(note=true) %} This Page is currently under active reconstruction. Broken links are to be expected. 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) {% end %} Progress of the rebuild: {% alert(important=true) %} Last updated: 2025-05-14 {% end %} {% crt() %} ``` ➜ content git:(main) ✗ tree -L 2 . ├── _index.md ├── blog │   ├── _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-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 └── pages ├── about.md ├── contact.md ├── cv.md ├── privacy.md └── rent-ulli.md ``` {% end %}