This commit is contained in:
Aron Petau 2025-05-23 22:05:50 +02:00
parent f24ecadfbf
commit 369596be49
758 changed files with 3244 additions and 2399 deletions

View file

@ -28,9 +28,6 @@ taxonomies = [{ name = "tags", feed = true, paginate_by = 10 }]
paths = "off" paths = "off"
taxonomies = "on" taxonomies = "on"
anchors = "off" anchors = "off"
# Whether to remove date prefixes for page path slugs.
# For example, content/posts/2016-10-08_a-post-with-dates.md => posts/a-post-with-dates
# When true, content/posts/2016-10-08_a-post-with-dates.md => posts/2016-10-08-a-post-with-dates
paths_keep_dates = false paths_keep_dates = false
[search] [search]
@ -95,33 +92,20 @@ socials = [
] ]
show_copyright = true show_copyright = true
show_powered_by = false show_powered_by = false
# Whether to show link to website source show_source = true
show_source = false
# Based on https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/
#
# Mastodon-powered commenting.
# Values can be overridden in the front-matter, e.g.
# for multi-author blogs or guest posts.
#
# These variables are also used for Mastodon verification,
# the needed rel="me" link is set in the head based on these.
[extra.comments] [extra.comments]
# Your Mastodon API host; instance that you have an account on.
host = "mastodon.online" host = "mastodon.online"
# Your Mastodon username; used to determine who the original poster is.
user = "reprintedAron" user = "reprintedAron"
# Whether to show the QR code to Mastodon post
show_qr = true show_qr = true
# GoatCounter analytics; enabled only if present in config.
[extra.goatcounter] [extra.goatcounter]
# Your GoatCounter server; goatcounter.com is used by default. # Your GoatCounter server; goatcounter.com is used by default.
# #
# host = "YOUR_SERVER" host = "https://awebsite.goatcounter.com/count"
# #
# Your GoatCounter username # Your GoatCounter username
user = "duckquill" user = "aron@petau.net"
[extra.debug] [extra.debug]
layout = false layout = false

View file

@ -47,50 +47,62 @@ Zuletzt aktualisiert: 2025-05-14
{% crt() %} {% crt() %}
``` ```zsh
➜ content git:(main) ✗ tree -L 2 ➜ content git:(main) ✗ tree -L 2
. .
├── _index.de.md
├── _index.md ├── _index.md
├── blog ├── pages
│   ├── _index.md │   ├── about.de.md
│   ├── 2018-05-03-printing │   ├── about.md
│   ├── 2018-07-05-cad │   ├── contact.de.md
│   ├── 2018-09-01-beacon │   ├── contact.md
│   ├── 2019-03-19-plastic-recycling │   ├── cv.de.md
│   ├── 2019-06-01-ballpark │   ├── cv.md
│   ├── 2020-03-01-homebrew │   ├── privacy.de.md
│   ├── 2020-07-14-critical-epistemologies │   ├── privacy.md
│   ├── 2020-07-15-chatbot │   ├── rent-ulli.de.md
│   ├── 2021-03-01-coding │   └── rent-ulli.md
│   ├── 2021-03-01-philosophy └── project
│   ├── 2021-04-13-thesis ├── _index.de.md
│   ├── 2021-08-01-iron-smelting ├── _index.md
│   ├── 2021-12-05-political-violence ├── 2018-05-03-printing
│   ├── 2022-01-22-critical-philosophy-subjectivity ├── 2018-07-05-cad
│   ├── 2022-04-01-allei ├── 2018-09-01-beacon
│   ├── 2022-04-30-lusatia ├── 2019-03-19-plastic-recycling
│   ├── 2022-12-03-stable-dreamfusion ├── 2019-06-01-ballpark
│   ├── 2022-12-04-lampshades ├── 2020-03-01-homebrew
│   ├── 2023-01-03-auraglow ├── 2020-07-14-critical-epistemologies
│   ├── 2023-03-01-ruminations ├── 2020-07-15-chatbot
│   ├── 2023-06-16-ascendancy ├── 2021-03-01-coding
│   ├── 2023-06-20-autoimmunitaet ├── 2021-03-01-philosophy
│   ├── 2023-06-20-dreams-of-cars ├── 2021-04-13-bachelor-thesis
│   ├── 2023-12-06-postmaster ├── 2021-08-01-iron-smelting
│   ├── 2023-12-07-commoning-cars ├── 2021-12-05-political-violence
│   ├── 2024-01-30-airaspi-build-log ├── 2022-01-22-critical-philosophy-subjectivity
│   ├── 2024-03-25-aethercomms ├── 2022-04-01-allei
│   ├── 2024-04-11-local-diffusion ├── 2022-04-30-lusatia
│   ├── 2024-04-25-echoing-dimensions ├── 2022-12-03-stable-dreamfusion
│   ├── 2024-06-20-sferics ├── 2022-12-04-lampshades
│   ├── 2024-07-05-käsewerkstatt ├── 2023-01-03-auraglow
│   └── 2025-04-15-master-thesis ├── 2023-03-01-ruminations
└── pages ├── 2023-06-16-ascendancy
├── about.md ├── 2023-06-20-autoimmunitaet
├── contact.md ├── 2023-06-20-dreams-of-cars
├── cv.md ├── 2023-12-06-postmaster
├── privacy.md ├── 2023-12-07-commoning-cars
└── rent-ulli.md ├── 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
``` ```
{% end %} {% end %}

View file

@ -34,11 +34,13 @@ As long as the move / redesign is not fully done, here the old site is still onl
{% end %} {% end %}
Progress of the rebuild: Progress of the rebuild:
<progress value="95" max="100"></progress> <progress value="98" max="100"></progress>
{% alert(note=true) %} {% alert(note=true) %}
Further, there is an initial effort to bring translations to this website. Further, there is an initial effort to bring translations to this website.
That is quite the process and will take some time. That is quite the process and will take some time.
The site is primarily in english, so in the default you should find the most complete informations.
German is being added right now.
{% end %} {% end %}
Progress of the translation: Progress of the translation:
<progress value="20" max="100"></progress> <progress value="20" max="100"></progress>
@ -52,47 +54,59 @@ Last updated: 2025-05-14
```zsh ```zsh
➜ content git:(main) ✗ tree -L 2 ➜ content git:(main) ✗ tree -L 2
. .
├── _index.de.md
├── _index.md ├── _index.md
├── blog ├── pages
│   ├── _index.md │   ├── about.de.md
│   ├── 2018-05-03-printing │   ├── about.md
│   ├── 2018-07-05-cad │   ├── contact.de.md
│   ├── 2018-09-01-beacon │   ├── contact.md
│   ├── 2019-03-19-plastic-recycling │   ├── cv.de.md
│   ├── 2019-06-01-ballpark │   ├── cv.md
│   ├── 2020-03-01-homebrew │   ├── privacy.de.md
│   ├── 2020-07-14-critical-epistemologies │   ├── privacy.md
│   ├── 2020-07-15-chatbot │   ├── rent-ulli.de.md
│   ├── 2021-03-01-coding │   └── rent-ulli.md
│   ├── 2021-03-01-philosophy └── project
│   ├── 2021-04-13-thesis ├── _index.de.md
│   ├── 2021-08-01-iron-smelting ├── _index.md
│   ├── 2021-12-05-political-violence ├── 2018-05-03-printing
│   ├── 2022-01-22-critical-philosophy-subjectivity ├── 2018-07-05-cad
│   ├── 2022-04-01-allei ├── 2018-09-01-beacon
│   ├── 2022-04-30-lusatia ├── 2019-03-19-plastic-recycling
│   ├── 2022-12-03-stable-dreamfusion ├── 2019-06-01-ballpark
│   ├── 2022-12-04-lampshades ├── 2020-03-01-homebrew
│   ├── 2023-01-03-auraglow ├── 2020-07-14-critical-epistemologies
│   ├── 2023-03-01-ruminations ├── 2020-07-15-chatbot
│   ├── 2023-06-16-ascendancy ├── 2021-03-01-coding
│   ├── 2023-06-20-autoimmunitaet ├── 2021-03-01-philosophy
│   ├── 2023-06-20-dreams-of-cars ├── 2021-04-13-bachelor-thesis
│   ├── 2023-12-06-postmaster ├── 2021-08-01-iron-smelting
│   ├── 2023-12-07-commoning-cars ├── 2021-12-05-political-violence
│   ├── 2024-01-30-airaspi-build-log ├── 2022-01-22-critical-philosophy-subjectivity
│   ├── 2024-03-25-aethercomms ├── 2022-04-01-allei
│   ├── 2024-04-11-local-diffusion ├── 2022-04-30-lusatia
│   ├── 2024-04-25-echoing-dimensions ├── 2022-12-03-stable-dreamfusion
│   ├── 2024-06-20-sferics ├── 2022-12-04-lampshades
│   ├── 2024-07-05-käsewerkstatt ├── 2023-01-03-auraglow
│   └── 2025-04-15-master-thesis ├── 2023-03-01-ruminations
└── pages ├── 2023-06-16-ascendancy
├── about.md ├── 2023-06-20-autoimmunitaet
├── contact.md ├── 2023-06-20-dreams-of-cars
├── cv.md ├── 2023-12-06-postmaster
├── privacy.md ├── 2023-12-07-commoning-cars
└── rent-ulli.md ├── 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
``` ```
{% end %} {% end %}

View file

@ -68,7 +68,8 @@ Besides coming up with new objects, incorporating the real world is also an inte
### Interaction with real objects and environments ### Interaction with real objects and environments
In the last few years I have played around with a few smartphone cameras and was always quite sad, that my scans were never quite accurate enough to do cool stuff with them. I could not really afford real 3D scanner and had already started cobbling together a raspberry Pi camera with a cheap TOF sensor, which is a simple, but not quite as good replacement for a laser or a lidar sensor, but then Apple came out with the first phones with accessible Lidar sensor. In the last few years I have played around with a few smartphone cameras and was always quite sad, that my scans were never quite accurate enough to do cool stuff with them.
I could not really afford real 3D scanner and had already started cobbling together a raspberry Pi camera with a cheap TOF sensor, which is a simple, but not quite as good replacement for a laser or a lidar sensor, but then Apple came out with the first phones with accessible Lidar sensor.
Recently, through work at the university I got access to a device with a lidar sensor and started having fun with it. Recently, through work at the university I got access to a device with a lidar sensor and started having fun with it.
See some examples here: See some examples here:

View file

@ -30,27 +30,33 @@ show_shares = true
### Designing 3D Objects ### Designing 3D Objects
While learning about 3D Printing, I was most intrigued by the possibility to modify and repair existing products. While there is an amazing community with lots of good and free models around, naturally I came to a point where I did not find what I was looking for readily designed. I realized this is an essential skill for effectively operating not just 3D Printers, but any productive machine really. While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While theres an amazing community with many good and free models available, I naturally reached a point where I couldnt find what I was looking for already designed. I realized that this is an essential skill for effectively operating not just 3D printers, but really any kind of productive machine.
Since youtube was the place I was learning all about 3D Printing, and all the people that I looked up to there were using Fusion 360 as their CAD Program thats what I got into. Since YouTube was where I learned everything about 3D printing, and all the people I looked up to there were using Fusion 360 as their CAD program, thats what I got into.
In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me.
Below you will find some of my designs. Below youll find some of my designs.
The process is something that I enjoy a lot and wish to dive into deeper. The process is something I deeply enjoy and want to explore even more.
By trial and error, I already learned a lot about designing specifically for 3D Printing, but I often feel that there are many aesthetic considerations in design that I am not familiar with. Through trial and error, Ive already learned a lot about designing specifically for 3D printing. But I often feel that I lack a deeper understanding of aesthetic considerations in design.
I want to broaden my general ability to design physical objects, which is something I hope to gain during my masters. I want to broaden my general ability to design physical objects, something I hope to gain during my masters.
<iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c539feb2bfae6da3d872?mode=embed" width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe> <iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c539feb2bfae6da3d872?mode=embed"
width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe>
<iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c53974bf27fea6ee1a20?mode=embed" width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe> <iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c53974bf27fea6ee1a20?mode=embed"
width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe>
<iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c539ed795f9645d8b981?mode=embed" width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe> <iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c539ed795f9645d8b981?mode=embed"
width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe>
<iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c539bc7225ced67e5e92?mode=embed" width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe> <iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c539bc7225ced67e5e92?mode=embed"
width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe>
<iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c5397f64c69f2093b1b5?mode=embed" width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe> <iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c5397f64c69f2093b1b5?mode=embed"
width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe>
<iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c539e8166aea2f430aed?mode=embed" width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe> <iframe src="https://myhub.autodesk360.com/ue2cf184b/shares/public/SH9285eQTcf875d3c539e8166aea2f430aed?mode=embed"
width="100%" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe>
{{ image(url="/images/breast_candle.jpg", alt="A candle made of a 3D scan, found on <https://hiddenbeauty.ch/>", pixels=true, start=true) }} {{ image(url="/images/breast_candle.jpg", alt="A candle made of a 3D scan, found on <https://hiddenbeauty.ch/>", pixels=true, start=true) }}
@ -68,38 +74,44 @@ Besides coming up with new objects, incorporating the real world is also an inte
### Interaction with real objects and environments ### Interaction with real objects and environments
In the last few years I have played around with a few smartphone cameras and was always quite sad, that my scans were never quite accurate enough to do cool stuff with them. I could not really afford real 3D scanner and had already started cobbling together a raspberry Pi camera with a cheap TOF sensor, which is a simple, but not quite as good replacement for a laser or a lidar sensor, but then Apple came out with the first phones with accessible Lidar sensor. In the last few years, I played around with a few smartphone cameras and was always quite sad that my scans were never accurate enough to do cool stuff with them.
Recently, through work at the university I got access to a device with a lidar sensor and started having fun with it. I couldnt really afford a proper 3D scanner and had already started cobbling together a Raspberry Pi camera with a cheap TOF sensor.
That setup is simple, but not nearly as precise as a laser or LiDAR sensor. Then Apple released the first phones with accessible LiDAR sensors.
Recently, through work at the university, I got access to a device with a LiDAR sensor and started having fun with it.
See some examples here: See some examples here:
<div class="sketchfab-embed-wrapper"> <iframe title="DigiLab Main Room" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="800" height="600" src="https://sketchfab.com/models/c880892c6b4746bc80717be1f81bf169/embed?ui_theme=dark&dnt=1"> </iframe> </div> <div class="sketchfab-embed-wrapper"> <iframe title="DigiLab Main Room" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="800" height="600" src="https://sketchfab.com/models/c880892c6b4746bc80717be1f81bf169/embed?ui_theme=dark&dnt=1"> </iframe> </div>
<div class="sketchfab-embed-wrapper"> <iframe title="VR Room DigiLab" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="800" height="600" src="https://sketchfab.com/models/144b63002d004fb8ab478316e573da2e/embed?ui_theme=dark&dnt=1"> </iframe> </div> <div class="sketchfab-embed-wrapper"> <iframe title="VR Room DigiLab" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="800" height="600" src="https://sketchfab.com/models/144b63002d004fb8ab478316e573da2e/embed?ui_theme=dark&dnt=1"> </iframe> </div>
This last one was scanned with just my smartphone camera. You can see that the quality is notably worse, but considering is was created with just a single, run-of-the-mill smartphone sensor, I think it is still pretty impressive and will certainly do something towards democratizing such technologies and abilities. This last one was scanned with just my smartphone camera. You can see that the quality is notably worse, but considering it was created with just a single, run-of-the-mill smartphone sensor, I think its still pretty impressive — and will certainly help democratize such technologies and capabilities.
<div class="sketchfab-embed-wrapper"> <iframe title="Digitallabor UOS" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="800" height="600" src="https://sketchfab.com/models/2f5cff5b08d243f2b2ceb94d788b9cd6/embed?ui_theme=dark&dnt=1"> </iframe> </div> <div class="sketchfab-embed-wrapper"> <iframe title="Digitallabor UOS" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="800" height="600" src="https://sketchfab.com/models/2f5cff5b08d243f2b2ceb94d788b9cd6/embed?ui_theme=dark&dnt=1"> </iframe> </div>
## Perspective ## Perspective
What this section is supposed to deliver is the message that I am currently not where I want to be navigating the vast possibilities of CAD. I feel confident enough to approach small repairs around the flat with a new perspective, but I still lack technical expertise when approaching a collection composite parts, having to function together. I still have lots of projects halfdone or half-thought and one major reason is that there is no real critical exchange within my field of study. What this section is supposed to deliver is the message that I am currently not where I want to be when navigating the vast possibilities of CAD.
I feel confident enough to approach small repairs around the flat with a new perspective, but I still lack technical expertise when it comes to designing collections of composite parts that have to function together. I still have lots of projects half-done or half-thought — and one major reason is the lack of critical exchange within my field of study.
I want more than designing figurines or wearables. I want more than designing figurines or wearables.
I want to incorporate 3D printing as a method to extend the abilities of other tools, have mechanical and electrical purposes, be foodsafe and engaging. I want to incorporate 3D printing as a method to extend the abilities of other tools — to serve mechanical or electrical purposes, be food-safe and engaging.
I fell in love with the idea of designing a toy system, inspired by [Makeways on Kickstarter](https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar), I have already started adding my own parts to their set. I fell in love with the idea of designing a toy system. Inspired by [Makeways on Kickstarter](https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar), Ive already started adding my own parts to their set.
I dream of my very own 3D printed coffeecup, one that is both foodsafe and dishwasher-surviving. For that, I would have to do quite a bit of material research, but that just makes the idea so much more appealing. I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe.
I would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. For that, Id have to do quite a bit of material research, but that only makes the idea more appealing.
Once in Berlin, I would want to talk to the people at [Kaffeform](https://www.kaffeeform.com/en/) producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. Id love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones.
The industry selling composite filaments is much more conservative with the percentage of non-plastic additives, because with a nozzle extrusion process there is much more to go wrong. Once in Berlin, I want to connect with the people at [Kaffeform](https://www.kaffeeform.com/en/), who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).
Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.
I also credit huge parts of my exploration process into local recycling to the awesome people at [Precious Plastic](https://preciousplastic.com), who I will join over the summer to learn more about their system. The industry selling composite filaments is much more conservative with the percentage of non-plastic additives, because a nozzle extrusion process is much more error-prone.
Still, I would love to explore that avenue further and think theres a lot to be gained from looking at pellet printers.
I also credit huge parts of my exploration into local recycling to the awesome people at [Precious Plastic](https://preciousplastic.com), whose open source designs helped me out a lot.
I find it hard to write anything about CAD without connecting it directly to a manufacturing process. I find it hard to write anything about CAD without connecting it directly to a manufacturing process.
And I believe that's a good thing. Always tying a design process to its realization, grounds the process and attaches to it some immediacy. And I believe thats a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.
For me to become more confident in this process, I am still missing more expertise in organic shapes, so I would be happy to dig more into Blender, an awesome tool that in my mind is far too powerful to dive into it with just youtube lessons. To become more confident in this process, I still need more expertise in designing organic shapes.
Thats why Id love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.
## Software that I have used and like ## Software that I have used and like

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -0,0 +1,57 @@
+++
title = "einszwovier: making of"
date = 2025-05-16
authors = ["Aron Petau", "Friedrich Weber"]
description = "The story of our new Makerspace: studio einszwovier"
[taxonomies]
tags = [
"making",
"education",
"democratic",
"engineering",
"experiment",
"work",
"3D printing",
]
[extra]
banner = "eins zwo vier logo.png"
show_copyright = true
show_shares = true
featured = true
draft = true
+++
## Die Entstehung von studio einszwovier
## August 2024
Wir begannen mit dem Aufbau und der Planung der Raumgestaltung sowie der Ausstattung. Dabei hatten wir die Möglichkeit, die Werkbank selbst aus Holz zu bauen so wurde sie zu etwas Eigenem.
## Dezember 2024 Ein Raum für Ideen wird Realität
Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space **„studio einszwovier“** öffnete offiziell seine Türen.
Mitten im Schulalltag entstand eine innovative Lernumgebung eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.
## Vom Konzept zur Wirklichkeit
Die Idee war klar: Ein Raum, in dem „Making“ greifbar wird durch selbstbestimmtes und spielerisches Arbeiten mit analogen und digitalen Werkzeugen. Lernende sollen ihren Lernprozess mitgestalten, ihre individuellen Stärken entdecken und die motivierende Kraft des Selbermachens erleben.
Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: **3D-Drucker**, **Lasercutter**, **Mikrocontroller** sowie Equipment für **Holzarbeiten** und **Textildruck** ermöglichen praktisches, projektbasiertes Lernen.
## Ein Ort für freies und entdeckendes Lernen
Geleitet von Aron und Friedrich beide Masterstudenten im Studiengang *Design + Computation* in Berlin bietet das „studio einszwovier“ Zugang zu Werkzeugen, Materialien und Wissen.
Es ist ein Raum für offenes, exploratives Lernen, das nicht nur digitale Technologien, sondern auch Kreativität, Problemlösung und Eigeninitiative in den Mittelpunkt stellt.
Die Schüler*innen sind eingeladen, sowohl an thematisch geführten Kursen als auch an offenen Tüftelzeiten teilzunehmen.
## Offene Türen für kreative Köpfe
Das „studio einszwovier“ ist **montags bis mittwochs von 11:00 bis 15:00 Uhr** geöffnet.
Eine spezielle **Open Lab Time** findet **dienstags von 13:30 bis 15:00 Uhr** statt.
Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.
## Ein Raum für die Zukunft
Mit dem studio einszwovier haben wir einen Ort geschaffen, an dem das Lernen durch eigenes Tun im Mittelpunkt steht und damit sowohl praktische als auch digitale Kompetenzen für die Zukunft gefördert werden.
Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.

View file

@ -0,0 +1,69 @@
+++
title = "einszwovier: vogelvilla"
date = 2025-05-16
authors = ["Aron Petau", "Friedrich Weber"]
description = "Creating the ultimate luxury birdhouse with a laser cutter"
draft = true
[taxonomies]
tags = [
"making",
"education",
"democratic",
"engineering",
"experiment",
"work",
"3D printing",
"einszwovier",
]
[extra]
banner = "eins zwo vier logo.png"
show_copyright = true
show_shares = true
featured = false
+++
## Vogelvilla
After our first course, [löten und leuchten](/project/löten-leuchten),
the next idea was to create a format for the laser cutter. We were targeting older kids this time, from the year 9 on up.
We looked up on 3Axis.co for inspiration and it seemed important to both of us that we would be able to create something large and useful. So a groupwork project seemed ideal and we settled on birdhouses pretty quickly.
At the space, we have a pretty large and powerful Xtool S1, which is capable of cutting up to 10mm plywood.
But a birdhouse, with all its sides, ends up using quite a bit of material, sowe spent quite a bit of prep time optimizing the base design so one hous can be made using only 3 A3 sheets of plywood.
We invented a joint memory game, to incentivize thinking about all the larger possibilities of the laser cutter. During their own process, the kids found out for themselves the pros and cons of modular or reversible design and were designing their own birdhouses entirely in Tinkercad and Xtool Creative Space.
We also had a lot of fun with the laser cutter, and the kids were able to create their own designs and engravings.
Time Wis
#TODO Images
{% gallery() %}
[
{
"file": "eins zwo vier logo.png",
"title": "",
"alt": "our new logo"
},
{
"file": "lasercutter.jpeg",
"alt": "",
"title": ""
},
{
"file": "printing-lamps.jpeg",
"alt": "",
"title": ""
},
{
"file": "workbench.jpeg",
"alt": "",
"title": ""
},
{
"file": "cad.jpeg",
"alt": "",
"title": ""
}
]
{% end %}

File diff suppressed because one or more lines are too long

View file

@ -3693,19 +3693,25 @@ I spent my time there in the function of a research intern, having no real say i
<content type="html" xml:base="https://aron.petau.net/project/cad/">&lt;h2 id=&quot;3D_Modeling_and_CAD&quot;&gt;3D Modeling and CAD&lt;&#x2F;h2&gt; <content type="html" xml:base="https://aron.petau.net/project/cad/">&lt;h2 id=&quot;3D_Modeling_and_CAD&quot;&gt;3D Modeling and CAD&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;Designing_3D_Objects&quot;&gt;Designing 3D Objects&lt;&#x2F;h3&gt; &lt;h3 id=&quot;Designing_3D_Objects&quot;&gt;Designing 3D Objects&lt;&#x2F;h3&gt;
&lt;p&gt;While learning about 3D Printing, I was most intrigued by the possibility to modify and repair existing products. While there is an amazing community with lots of good and free models around, naturally I came to a point where I did not find what I was looking for readily designed. I realized this is an essential skill for effectively operating not just 3D Printers, but any productive machine really.&lt;&#x2F;p&gt; &lt;p&gt;While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While theres an amazing community with many good and free models available, I naturally reached a point where I couldnt find what I was looking for already designed. I realized that this is an essential skill for effectively operating not just 3D printers, but really any kind of productive machine.&lt;&#x2F;p&gt;
&lt;p&gt;Since youtube was the place I was learning all about 3D Printing, and all the people that I looked up to there were using Fusion 360 as their CAD Program thats what I got into. &lt;p&gt;Since YouTube was where I learned everything about 3D printing, and all the people I looked up to there were using Fusion 360 as their CAD program, thats what I got into.
In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me.
Below you will find some of my designs. Below youll find some of my designs.
The process is something that I enjoy a lot and wish to dive into deeper.&lt;&#x2F;p&gt; The process is something I deeply enjoy and want to explore even more.&lt;&#x2F;p&gt;
&lt;p&gt;By trial and error, I already learned a lot about designing specifically for 3D Printing, but I often feel that there are many aesthetic considerations in design that I am not familiar with. &lt;p&gt;Through trial and error, Ive already learned a lot about designing specifically for 3D printing. But I often feel that I lack a deeper understanding of aesthetic considerations in design.
I want to broaden my general ability to design physical objects, which is something I hope to gain during my masters.&lt;&#x2F;p&gt; I want to broaden my general ability to design physical objects, something I hope to gain during my masters.&lt;&#x2F;p&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539feb2bfae6da3d872?mode=embed&quot; width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt; &lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539feb2bfae6da3d872?mode=embed&quot;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c53974bf27fea6ee1a20?mode=embed&quot; width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt; width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539ed795f9645d8b981?mode=embed&quot; width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt; &lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c53974bf27fea6ee1a20?mode=embed&quot;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539bc7225ced67e5e92?mode=embed&quot; width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt; width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c5397f64c69f2093b1b5?mode=embed&quot; width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt; &lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539ed795f9645d8b981?mode=embed&quot;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539e8166aea2f430aed?mode=embed&quot; width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt; width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539bc7225ced67e5e92?mode=embed&quot;
width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c5397f64c69f2093b1b5?mode=embed&quot;
width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539e8166aea2f430aed?mode=embed&quot;
width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;img class=&quot;start pixels&quot;alt=&quot;A candle made of a 3D scan, found on &amp;lt;https:&amp;#x2F;&amp;#x2F;hiddenbeauty.ch&amp;#x2F;&amp;gt;&quot;src=&quot;&amp;#x2F;images&amp;#x2F;breast_candle.jpg&quot;&#x2F;&gt; &lt;img class=&quot;start pixels&quot;alt=&quot;A candle made of a 3D scan, found on &amp;lt;https:&amp;#x2F;&amp;#x2F;hiddenbeauty.ch&amp;#x2F;&amp;gt;&quot;src=&quot;&amp;#x2F;images&amp;#x2F;breast_candle.jpg&quot;&#x2F;&gt;
&lt;p&gt;Check out more of my finished designs in the Prusaprinters (now Printables) Community&lt;&#x2F;p&gt; &lt;p&gt;Check out more of my finished designs in the Prusaprinters (now Printables) Community&lt;&#x2F;p&gt;
&lt;div class=&quot;buttons&quot;&gt; &lt;div class=&quot;buttons&quot;&gt;
@ -3714,27 +3720,32 @@ I want to broaden my general ability to design physical objects, which is someth
&lt;img class=&quot;start pixels&quot;alt=&quot;A candle created with a 3D printed mold made in Fusion360&quot;src=&quot;&amp;#x2F;images&amp;#x2F;vulva_candle.jpg&quot;&#x2F;&gt;&lt;h2 id=&quot;3D_Scanning_and_Photogrammetry&quot;&gt;3D Scanning and Photogrammetry&lt;&#x2F;h2&gt; &lt;img class=&quot;start pixels&quot;alt=&quot;A candle created with a 3D printed mold made in Fusion360&quot;src=&quot;&amp;#x2F;images&amp;#x2F;vulva_candle.jpg&quot;&#x2F;&gt;&lt;h2 id=&quot;3D_Scanning_and_Photogrammetry&quot;&gt;3D Scanning and Photogrammetry&lt;&#x2F;h2&gt;
&lt;p&gt;Besides coming up with new objects, incorporating the real world is also an interest of mine.&lt;&#x2F;p&gt; &lt;p&gt;Besides coming up with new objects, incorporating the real world is also an interest of mine.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;Interaction_with_real_objects_and_environments&quot;&gt;Interaction with real objects and environments&lt;&#x2F;h3&gt; &lt;h3 id=&quot;Interaction_with_real_objects_and_environments&quot;&gt;Interaction with real objects and environments&lt;&#x2F;h3&gt;
&lt;p&gt;In the last few years I have played around with a few smartphone cameras and was always quite sad, that my scans were never quite accurate enough to do cool stuff with them. I could not really afford real 3D scanner and had already started cobbling together a raspberry Pi camera with a cheap TOF sensor, which is a simple, but not quite as good replacement for a laser or a lidar sensor, but then Apple came out with the first phones with accessible Lidar sensor. &lt;p&gt;In the last few years, I played around with a few smartphone cameras and was always quite sad that my scans were never accurate enough to do cool stuff with them.
Recently, through work at the university I got access to a device with a lidar sensor and started having fun with it. I couldnt really afford a proper 3D scanner and had already started cobbling together a Raspberry Pi camera with a cheap TOF sensor.
That setup is simple, but not nearly as precise as a laser or LiDAR sensor. Then Apple released the first phones with accessible LiDAR sensors.&lt;&#x2F;p&gt;
&lt;p&gt;Recently, through work at the university, I got access to a device with a LiDAR sensor and started having fun with it.
See some examples here:&lt;&#x2F;p&gt; See some examples here:&lt;&#x2F;p&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;DigiLab Main Room&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;c880892c6b4746bc80717be1f81bf169&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt; &lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;DigiLab Main Room&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;c880892c6b4746bc80717be1f81bf169&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;VR Room DigiLab&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;144b63002d004fb8ab478316e573da2e&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt; &lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;VR Room DigiLab&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;144b63002d004fb8ab478316e573da2e&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;
&lt;p&gt;This last one was scanned with just my smartphone camera. You can see that the quality is notably worse, but considering is was created with just a single, run-of-the-mill smartphone sensor, I think it is still pretty impressive and will certainly do something towards democratizing such technologies and abilities.&lt;&#x2F;p&gt; &lt;p&gt;This last one was scanned with just my smartphone camera. You can see that the quality is notably worse, but considering it was created with just a single, run-of-the-mill smartphone sensor, I think its still pretty impressive — and will certainly help democratize such technologies and capabilities.&lt;&#x2F;p&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;Digitallabor UOS&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;2f5cff5b08d243f2b2ceb94d788b9cd6&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt; &lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;Digitallabor UOS&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;2f5cff5b08d243f2b2ceb94d788b9cd6&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;
&lt;h2 id=&quot;Perspective&quot;&gt;Perspective&lt;&#x2F;h2&gt; &lt;h2 id=&quot;Perspective&quot;&gt;Perspective&lt;&#x2F;h2&gt;
&lt;p&gt;What this section is supposed to deliver is the message that I am currently not where I want to be navigating the vast possibilities of CAD. I feel confident enough to approach small repairs around the flat with a new perspective, but I still lack technical expertise when approaching a collection composite parts, having to function together. I still have lots of projects halfdone or half-thought and one major reason is that there is no real critical exchange within my field of study.&lt;&#x2F;p&gt; &lt;p&gt;What this section is supposed to deliver is the message that I am currently not where I want to be when navigating the vast possibilities of CAD.
I feel confident enough to approach small repairs around the flat with a new perspective, but I still lack technical expertise when it comes to designing collections of composite parts that have to function together. I still have lots of projects half-done or half-thought — and one major reason is the lack of critical exchange within my field of study.&lt;&#x2F;p&gt;
&lt;p&gt;I want more than designing figurines or wearables. &lt;p&gt;I want more than designing figurines or wearables.
I want to incorporate 3D printing as a method to extend the abilities of other tools, have mechanical and electrical purposes, be foodsafe and engaging. I want to incorporate 3D printing as a method to extend the abilities of other tools — to serve mechanical or electrical purposes, be food-safe and engaging.
I fell in love with the idea of designing a toy system, inspired by &lt;a href=&quot;https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;makeway&#x2F;makeway-create-intricate-courses-watch-your-marbles-soar&quot;&gt;Makeways on Kickstarter&lt;&#x2F;a&gt;, I have already started adding my own parts to their set.&lt;&#x2F;p&gt; I fell in love with the idea of designing a toy system. Inspired by &lt;a href=&quot;https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;makeway&#x2F;makeway-create-intricate-courses-watch-your-marbles-soar&quot;&gt;Makeways on Kickstarter&lt;&#x2F;a&gt;, Ive already started adding my own parts to their set.&lt;&#x2F;p&gt;
&lt;p&gt;I dream of my very own 3D printed coffeecup, one that is both foodsafe and dishwasher-surviving. For that, I would have to do quite a bit of material research, but that just makes the idea so much more appealing. &lt;p&gt;I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe.
I would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. For that, Id have to do quite a bit of material research, but that only makes the idea more appealing.
Once in Berlin, I would want to talk to the people at &lt;a href=&quot;https:&#x2F;&#x2F;www.kaffeeform.com&#x2F;en&#x2F;&quot;&gt;Kaffeform&lt;&#x2F;a&gt; producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. Id love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones.
The industry selling composite filaments is much more conservative with the percentage of non-plastic additives, because with a nozzle extrusion process there is much more to go wrong. Once in Berlin, I want to connect with the people at &lt;a href=&quot;https:&#x2F;&#x2F;www.kaffeeform.com&#x2F;en&#x2F;&quot;&gt;Kaffeform&lt;&#x2F;a&gt;, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).&lt;&#x2F;p&gt;
Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.&lt;&#x2F;p&gt; &lt;p&gt;The industry selling composite filaments is much more conservative with the percentage of non-plastic additives, because a nozzle extrusion process is much more error-prone.
&lt;p&gt;I also credit huge parts of my exploration process into local recycling to the awesome people at &lt;a href=&quot;https:&#x2F;&#x2F;preciousplastic.com&quot;&gt;Precious Plastic&lt;&#x2F;a&gt;, who I will join over the summer to learn more about their system.&lt;&#x2F;p&gt; Still, I would love to explore that avenue further and think theres a lot to be gained from looking at pellet printers.&lt;&#x2F;p&gt;
&lt;p&gt;I find it hard to write anything about CAD without connecting it directly to a manufacturing process. &lt;p&gt;I also credit huge parts of my exploration into local recycling to the awesome people at &lt;a href=&quot;https:&#x2F;&#x2F;preciousplastic.com&quot;&gt;Precious Plastic&lt;&#x2F;a&gt;, whose open source designs helped me out a lot.
And I believe that&#x27;s a good thing. Always tying a design process to its realization, grounds the process and attaches to it some immediacy.&lt;&#x2F;p&gt; I find it hard to write anything about CAD without connecting it directly to a manufacturing process.
&lt;p&gt;For me to become more confident in this process, I am still missing more expertise in organic shapes, so I would be happy to dig more into Blender, an awesome tool that in my mind is far too powerful to dive into it with just youtube lessons.&lt;&#x2F;p&gt; And I believe thats a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.&lt;&#x2F;p&gt;
&lt;p&gt;To become more confident in this process, I still need more expertise in designing organic shapes.
Thats why Id love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Software_that_I_have_used_and_like&quot;&gt;Software that I have used and like&lt;&#x2F;h2&gt; &lt;h2 id=&quot;Software_that_I_have_used_and_like&quot;&gt;Software that I have used and like&lt;&#x2F;h2&gt;
&lt;div class=&quot;buttons&quot;&gt; &lt;div class=&quot;buttons&quot;&gt;
&lt;a class=&quot;colored external&quot; href=&quot;https:&#x2F;&#x2F;alicevision.org&#x2F;#meshroom&quot;&gt;AliceVision Meshroom&lt;&#x2F;a&gt; &lt;a class=&quot;colored external&quot; href=&quot;https:&#x2F;&#x2F;alicevision.org&#x2F;#meshroom&quot;&gt;AliceVision Meshroom&lt;&#x2F;a&gt;

View file

@ -169,6 +169,49 @@ Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.&l
&lt;h2 id=&quot;Ein_Raum_für_die_Zukunft&quot;&gt;Ein Raum für die Zukunft&lt;&#x2F;h2&gt; &lt;h2 id=&quot;Ein_Raum_für_die_Zukunft&quot;&gt;Ein Raum für die Zukunft&lt;&#x2F;h2&gt;
&lt;p&gt;Mit dem studio einszwovier haben wir einen Ort geschaffen, an dem das Lernen durch eigenes Tun im Mittelpunkt steht und damit sowohl praktische als auch digitale Kompetenzen für die Zukunft gefördert werden. &lt;p&gt;Mit dem studio einszwovier haben wir einen Ort geschaffen, an dem das Lernen durch eigenes Tun im Mittelpunkt steht und damit sowohl praktische als auch digitale Kompetenzen für die Zukunft gefördert werden.
Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.&lt;&#x2F;p&gt; Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.&lt;&#x2F;p&gt;
</content>
</entry>
<entry xml:lang="de">
<title>einszwovier: making of</title>
<published>2025-05-16T00:00:00+00:00</published>
<updated>2025-05-16T00:00:00+00:00</updated>
<author>
<name>
Aron Petau
</name>
</author>
<author>
<name>
Friedrich Weber
</name>
</author>
<link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/einszwovier-vogelvilla/"/>
<id>https://aron.petau.net/de/project/einszwovier-vogelvilla/</id>
<content type="html" xml:base="https://aron.petau.net/de/project/einszwovier-vogelvilla/">&lt;h2 id=&quot;Die_Entstehung_von_studio_einszwovier&quot;&gt;Die Entstehung von studio einszwovier&lt;&#x2F;h2&gt;
&lt;h2 id=&quot;August_2024&quot;&gt;August 2024&lt;&#x2F;h2&gt;
&lt;p&gt;Wir begannen mit dem Aufbau und der Planung der Raumgestaltung sowie der Ausstattung. Dabei hatten wir die Möglichkeit, die Werkbank selbst aus Holz zu bauen so wurde sie zu etwas Eigenem.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Dezember_2024__Ein_Raum_für_Ideen_wird_Realität&quot;&gt;Dezember 2024 Ein Raum für Ideen wird Realität&lt;&#x2F;h2&gt;
&lt;p&gt;Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space &lt;strong&gt;„studio einszwovier“&lt;&#x2F;strong&gt; öffnete offiziell seine Türen.
Mitten im Schulalltag entstand eine innovative Lernumgebung eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Vom_Konzept_zur_Wirklichkeit&quot;&gt;Vom Konzept zur Wirklichkeit&lt;&#x2F;h2&gt;
&lt;p&gt;Die Idee war klar: Ein Raum, in dem „Making“ greifbar wird durch selbstbestimmtes und spielerisches Arbeiten mit analogen und digitalen Werkzeugen. Lernende sollen ihren Lernprozess mitgestalten, ihre individuellen Stärken entdecken und die motivierende Kraft des Selbermachens erleben.&lt;&#x2F;p&gt;
&lt;p&gt;Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: &lt;strong&gt;3D-Drucker&lt;&#x2F;strong&gt;, &lt;strong&gt;Lasercutter&lt;&#x2F;strong&gt;, &lt;strong&gt;Mikrocontroller&lt;&#x2F;strong&gt; sowie Equipment für &lt;strong&gt;Holzarbeiten&lt;&#x2F;strong&gt; und &lt;strong&gt;Textildruck&lt;&#x2F;strong&gt; ermöglichen praktisches, projektbasiertes Lernen.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Ein_Ort_für_freies_und_entdeckendes_Lernen&quot;&gt;Ein Ort für freies und entdeckendes Lernen&lt;&#x2F;h2&gt;
&lt;p&gt;Geleitet von Aron und Friedrich beide Masterstudenten im Studiengang &lt;em&gt;Design + Computation&lt;&#x2F;em&gt; in Berlin bietet das „studio einszwovier“ Zugang zu Werkzeugen, Materialien und Wissen.
Es ist ein Raum für offenes, exploratives Lernen, das nicht nur digitale Technologien, sondern auch Kreativität, Problemlösung und Eigeninitiative in den Mittelpunkt stellt.
Die Schüler*innen sind eingeladen, sowohl an thematisch geführten Kursen als auch an offenen Tüftelzeiten teilzunehmen.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Offene_Türen_für_kreative_Köpfe&quot;&gt;Offene Türen für kreative Köpfe&lt;&#x2F;h2&gt;
&lt;p&gt;Das „studio einszwovier“ ist &lt;strong&gt;montags bis mittwochs von 11:00 bis 15:00 Uhr&lt;&#x2F;strong&gt; geöffnet.
Eine spezielle &lt;strong&gt;Open Lab Time&lt;&#x2F;strong&gt; findet &lt;strong&gt;dienstags von 13:30 bis 15:00 Uhr&lt;&#x2F;strong&gt; statt.
Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Ein_Raum_für_die_Zukunft&quot;&gt;Ein Raum für die Zukunft&lt;&#x2F;h2&gt;
&lt;p&gt;Mit dem studio einszwovier haben wir einen Ort geschaffen, an dem das Lernen durch eigenes Tun im Mittelpunkt steht und damit sowohl praktische als auch digitale Kompetenzen für die Zukunft gefördert werden.
Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.&lt;&#x2F;p&gt;
</content> </content>
</entry> </entry>
@ -3734,7 +3777,8 @@ I want to broaden my general ability to design physical objects, which is someth
&lt;img class=&quot;start pixels&quot;alt=&quot;A candle created with a 3D printed mold made in Fusion360&quot;src=&quot;&amp;#x2F;images&amp;#x2F;vulva_candle.jpg&quot;&#x2F;&gt;&lt;h2 id=&quot;3D_Scanning_and_Photogrammetry&quot;&gt;3D Scanning and Photogrammetry&lt;&#x2F;h2&gt; &lt;img class=&quot;start pixels&quot;alt=&quot;A candle created with a 3D printed mold made in Fusion360&quot;src=&quot;&amp;#x2F;images&amp;#x2F;vulva_candle.jpg&quot;&#x2F;&gt;&lt;h2 id=&quot;3D_Scanning_and_Photogrammetry&quot;&gt;3D Scanning and Photogrammetry&lt;&#x2F;h2&gt;
&lt;p&gt;Besides coming up with new objects, incorporating the real world is also an interest of mine.&lt;&#x2F;p&gt; &lt;p&gt;Besides coming up with new objects, incorporating the real world is also an interest of mine.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;Interaction_with_real_objects_and_environments&quot;&gt;Interaction with real objects and environments&lt;&#x2F;h3&gt; &lt;h3 id=&quot;Interaction_with_real_objects_and_environments&quot;&gt;Interaction with real objects and environments&lt;&#x2F;h3&gt;
&lt;p&gt;In the last few years I have played around with a few smartphone cameras and was always quite sad, that my scans were never quite accurate enough to do cool stuff with them. I could not really afford real 3D scanner and had already started cobbling together a raspberry Pi camera with a cheap TOF sensor, which is a simple, but not quite as good replacement for a laser or a lidar sensor, but then Apple came out with the first phones with accessible Lidar sensor. &lt;p&gt;In the last few years I have played around with a few smartphone cameras and was always quite sad, that my scans were never quite accurate enough to do cool stuff with them.
I could not really afford real 3D scanner and had already started cobbling together a raspberry Pi camera with a cheap TOF sensor, which is a simple, but not quite as good replacement for a laser or a lidar sensor, but then Apple came out with the first phones with accessible Lidar sensor.
Recently, through work at the university I got access to a device with a lidar sensor and started having fun with it. Recently, through work at the university I got access to a device with a lidar sensor and started having fun with it.
See some examples here:&lt;&#x2F;p&gt; See some examples here:&lt;&#x2F;p&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;DigiLab Main Room&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;c880892c6b4746bc80717be1f81bf169&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt; &lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;DigiLab Main Room&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;c880892c6b4746bc80717be1f81bf169&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;

View file

@ -1,45 +1,57 @@
<!doctype html><html data-theme=light lang=de xmlns=http://www.w3.org/1999/xhtml><head><meta charset=UTF-8><meta content="Mein Portfolio, Blog und allgemeine Präsenz online" name=description><meta content="width=device-width,initial-scale=1" name=viewport><meta content=#FF7E3C name=theme-color><meta content=#CC5A26 media=(prefers-color-scheme:dark) name=theme-color><title>Aron Petau</title><link href=https://aron.petau.net/de/ rel=canonical><link href=https://mastodon.online/@reprintedAron rel=me><meta content=@reprintedAron@mastodon.online name=fediverse:creator><link href=https://aron.petau.net/favicon.png rel=icon type=image/png><link href=https://aron.petau.net/apple-touch-icon.png rel=apple-touch-icon sizes=180x180 type=image/png><link crossorigin href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css integrity=sha512-... referrerpolicy=no-referrer rel=stylesheet><link title="Aron Petau - Atom Feed" href=https://aron.petau.net/atom.xml rel=alternate type=application/atom+xml><style>:root{--accent-color:#ff7e3c}[data-theme=dark]{--accent-color:#cc5a26}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--accent-color:#cc5a26}}</style><link href=https://aron.petau.net/style.css rel=stylesheet><link href=https://aron.petau.net/css/timeline.css rel=stylesheet><link href=https://aron.petau.net/css/mermaid.css rel=stylesheet><link href=https://aron.petau.net/css/skills.css rel=stylesheet><link href=https://aron.petau.net/css/gallery.css rel=stylesheet><script defer src=https://aron.petau.net/closable.js></script><script defer src=https://aron.petau.net/copy-button.js></script><script data-goatcounter=https://duckquill.goatcounter.com/count defer src=https://aron.petau.net/count.js></script><script defer src=https://aron.petau.net/fuse.js></script><script defer src=https://aron.petau.net/search-fuse.js></script><script defer src=https://aron.petau.net/theme-switcher.js></script><script type=module>import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs'; <!doctype html><html data-theme=light lang=de xmlns=http://www.w3.org/1999/xhtml><head><meta charset=UTF-8><meta content="Mein Portfolio, Blog und allgemeine Präsenz online" name=description><meta content="width=device-width,initial-scale=1" name=viewport><meta content=#FF7E3C name=theme-color><meta content=#CC5A26 media=(prefers-color-scheme:dark) name=theme-color><title>Aron Petau</title><link href=https://aron.petau.net/de/ rel=canonical><link href=https://mastodon.online/@reprintedAron rel=me><meta content=@reprintedAron@mastodon.online name=fediverse:creator><link href=https://aron.petau.net/favicon.png rel=icon type=image/png><link href=https://aron.petau.net/apple-touch-icon.png rel=apple-touch-icon sizes=180x180 type=image/png><link crossorigin href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css integrity=sha512-... referrerpolicy=no-referrer rel=stylesheet><link title="Aron Petau - Atom Feed" href=https://aron.petau.net/atom.xml rel=alternate type=application/atom+xml><style>:root{--accent-color:#ff7e3c}[data-theme=dark]{--accent-color:#cc5a26}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--accent-color:#cc5a26}}</style><link href=https://aron.petau.net/style.css rel=stylesheet><link href=https://aron.petau.net/css/timeline.css rel=stylesheet><link href=https://aron.petau.net/css/mermaid.css rel=stylesheet><link href=https://aron.petau.net/css/skills.css rel=stylesheet><link href=https://aron.petau.net/css/gallery.css rel=stylesheet><script defer src=https://aron.petau.net/closable.js></script><script defer src=https://aron.petau.net/copy-button.js></script><script data-goatcounter=https://aron@petau.net.https://awebsite.goatcounter.com/count/count defer src=https://aron.petau.net/count.js></script><script defer src=https://aron.petau.net/fuse.js></script><script defer src=https://aron.petau.net/search-fuse.js></script><script defer src=https://aron.petau.net/theme-switcher.js></script><script type=module>import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true });</script><meta content="Aron Petau" property=og:site_name><meta content="Aron Petau" property=og:title><meta content=https://aron.petau.net/de/ property=og:url><meta content="Mein Portfolio, Blog und allgemeine Präsenz online" property=og:description><meta content=https://aron.petau.net/card.png property=og:image><meta content=de_DE property=og:locale><body><header id=site-nav><nav><a href=#main-content tabindex=0> Zum Hauptinhalt springen </a><ul><li id=home><a class=active href=https://aron.petau.net/de/> <i class=icon></i>Aron Petau</a><li class=divider><li><a href=https://aron.petau.net/de/project/>Projekte</a><li><a href=https://aron.petau.net/de/pages/contact/>Kontakt</a><li><a href=https://aron.petau.net/de/pages/cv/>Vita</a><li><a href=https://aron.petau.net/de/pages/about/>Über mich</a><li id=search><button class=circle id=search-toggle title=Suche><i class=icon></i></button><li id=language-switcher><details class=closable><summary class=circle title=Sprache><i class=icon></i></summary> <ul><li><a href=https://aron.petau.net/ lang=en>English</a></ul></details><li id=theme-switcher><details class=closable><summary class=circle title=Thema><i class=icon></i></summary> <ul><li><button title="Zum hellen Thema wechseln" class=circle id=theme-light><i class=icon></i></button><li><button title="Zum dunklen Thema wechseln" class=circle id=theme-dark><i class=icon></i></button><li><button title="Systemthema nutzen" class=circle id=theme-system><i class=icon></i></button></ul></details><li id=feed><a class=circle href=https://aron.petau.net/de/atom.xml title=Feed> <i class=icon></i> </a><li id=repo><a class=circle href=https://forgejo.petau.net/aron/awebsite title=Repository> <i class=icon></i> </a></ul></nav><div id=search-container><label class=visually-hidden for=search-bar>Suche</label><input placeholder="Suche nach…" autocomplete=off disabled id=search-bar type=search><div id=search-results-container><div id=search-results></div></div></div></header><main id=main-content><h2 id=Willkommen><a aria-label="Anchor link for: Willkommen" class=zola-anchor href=#Willkommen><i class=icon></i></a> Willkommen</h2><p>auf der Online-Präsenz von Aron Petau.<aside><p><img title="Aron Petau" alt=logo src=/images/logo.png></aside><p>Ich verwende die Pronomen er/ihm und lebe in Berlin, Deutschland.<p>Ich bin Tüftler, Designer, Softwareentwickler und arbeite in der Forschung zu digitaler Bildung.<p>Diese Seite ist eine Sammlung meiner Gedanken und Erfahrungen.<p>Ich hoffe, du findest hier etwas Interessantes.<p><blockquote class=note><p class=alert-title><i class=icon></i>Anmerkung<p>Diese Seite befindet sich derzeit im aktiven Umbau. Fehlende oder kaputte Links sind zu erwarten.<p>Solange der Umzug bzw. das Redesign nicht vollständig abgeschlossen ist, ist die alte Seite weiterhin hier erreichbar: <a href=https://old.aron.petau.net>old.aron.petau.net</a></blockquote> Fortschritt des Umbaus: <progress max=100 value=90></progress><p><blockquote class=note><p class=alert-title><i class=icon></i>Anmerkung<p>Außerdem gibt es erste Bemühungen, diese Website zu übersetzen. Das ist ein ziemlich aufwändiger Prozess und wird einige Zeit dauern.</blockquote> Fortschritt der Übersetzung: <progress max=100 value=15></progress><blockquote class=important><p class=alert-title><i class=icon></i>Wichtig<p>Zuletzt aktualisiert: 2025-05-14</blockquote><div class="crt scanlines" aria-hidden=true><pre><code>➜ content git:(main) ✗ tree -L 2 mermaid.initialize({ startOnLoad: true });</script><meta content="Aron Petau" property=og:site_name><meta content="Aron Petau" property=og:title><meta content=https://aron.petau.net/de/ property=og:url><meta content="Mein Portfolio, Blog und allgemeine Präsenz online" property=og:description><meta content=https://aron.petau.net/card.png property=og:image><meta content=de_DE property=og:locale><body><header id=site-nav><nav><a href=#main-content tabindex=0> Zum Hauptinhalt springen </a><ul><li id=home><a class=active href=https://aron.petau.net/de/> <i class=icon></i>Aron Petau</a><li class=divider><li><a href=https://aron.petau.net/de/project/>Projekte</a><li><a href=https://aron.petau.net/de/pages/contact/>Kontakt</a><li><a href=https://aron.petau.net/de/pages/cv/>Vita</a><li><a href=https://aron.petau.net/de/pages/about/>Über mich</a><li id=search><button class=circle id=search-toggle title=Suche><i class=icon></i></button><li id=language-switcher><details class=closable><summary class=circle title=Sprache><i class=icon></i></summary> <ul><li><a href=https://aron.petau.net/ lang=en>English</a></ul></details><li id=theme-switcher><details class=closable><summary class=circle title=Thema><i class=icon></i></summary> <ul><li><button title="Zum hellen Thema wechseln" class=circle id=theme-light><i class=icon></i></button><li><button title="Zum dunklen Thema wechseln" class=circle id=theme-dark><i class=icon></i></button><li><button title="Systemthema nutzen" class=circle id=theme-system><i class=icon></i></button></ul></details><li id=feed><a class=circle href=https://aron.petau.net/de/atom.xml title=Feed> <i class=icon></i> </a><li id=repo><a class=circle href=https://forgejo.petau.net/aron/awebsite title=Repository> <i class=icon></i> </a></ul></nav><div id=search-container><label class=visually-hidden for=search-bar>Suche</label><input placeholder="Suche nach…" autocomplete=off disabled id=search-bar type=search><div id=search-results-container><div id=search-results></div></div></div></header><main id=main-content><h2 id=Willkommen><a aria-label="Anchor link for: Willkommen" class=zola-anchor href=#Willkommen><i class=icon></i></a> Willkommen</h2><p>auf der Online-Präsenz von Aron Petau.<aside><p><img title="Aron Petau" alt=logo src=/images/logo.png></aside><p>Ich verwende die Pronomen er/ihm und lebe in Berlin, Deutschland.<p>Ich bin Tüftler, Designer, Softwareentwickler und arbeite in der Forschung zu digitaler Bildung.<p>Diese Seite ist eine Sammlung meiner Gedanken und Erfahrungen.<p>Ich hoffe, du findest hier etwas Interessantes.<p><blockquote class=note><p class=alert-title><i class=icon></i>Anmerkung<p>Diese Seite befindet sich derzeit im aktiven Umbau. Fehlende oder kaputte Links sind zu erwarten.<p>Solange der Umzug bzw. das Redesign nicht vollständig abgeschlossen ist, ist die alte Seite weiterhin hier erreichbar: <a href=https://old.aron.petau.net>old.aron.petau.net</a></blockquote> Fortschritt des Umbaus: <progress max=100 value=90></progress><p><blockquote class=note><p class=alert-title><i class=icon></i>Anmerkung<p>Außerdem gibt es erste Bemühungen, diese Website zu übersetzen. Das ist ein ziemlich aufwändiger Prozess und wird einige Zeit dauern.</blockquote> Fortschritt der Übersetzung: <progress max=100 value=15></progress><blockquote class=important><p class=alert-title><i class=icon></i>Wichtig<p>Zuletzt aktualisiert: 2025-05-14</blockquote><div class="crt scanlines" aria-hidden=true><pre class=language-zsh data-lang=zsh><code class=language-zsh data-lang=zsh>➜ content git:(main) ✗ tree -L 2
. .
├── _index.de.md
├── _index.md ├── _index.md
├── blog ├── pages
│   ├── _index.md │   ├── about.de.md
│   ├── 2018-05-03-printing │   ├── about.md
│   ├── 2018-07-05-cad │   ├── contact.de.md
│   ├── 2018-09-01-beacon │   ├── contact.md
│   ├── 2019-03-19-plastic-recycling │   ├── cv.de.md
│   ├── 2019-06-01-ballpark │   ├── cv.md
│   ├── 2020-03-01-homebrew │   ├── privacy.de.md
│   ├── 2020-07-14-critical-epistemologies │   ├── privacy.md
│   ├── 2020-07-15-chatbot │   ├── rent-ulli.de.md
│   ├── 2021-03-01-coding │   └── rent-ulli.md
│   ├── 2021-03-01-philosophy └── project
│   ├── 2021-04-13-thesis ├── _index.de.md
│   ├── 2021-08-01-iron-smelting ├── _index.md
│   ├── 2021-12-05-political-violence ├── 2018-05-03-printing
│   ├── 2022-01-22-critical-philosophy-subjectivity ├── 2018-07-05-cad
│   ├── 2022-04-01-allei ├── 2018-09-01-beacon
│   ├── 2022-04-30-lusatia ├── 2019-03-19-plastic-recycling
│   ├── 2022-12-03-stable-dreamfusion ├── 2019-06-01-ballpark
│   ├── 2022-12-04-lampshades ├── 2020-03-01-homebrew
│   ├── 2023-01-03-auraglow ├── 2020-07-14-critical-epistemologies
│   ├── 2023-03-01-ruminations ├── 2020-07-15-chatbot
│   ├── 2023-06-16-ascendancy ├── 2021-03-01-coding
│   ├── 2023-06-20-autoimmunitaet ├── 2021-03-01-philosophy
│   ├── 2023-06-20-dreams-of-cars ├── 2021-04-13-bachelor-thesis
│   ├── 2023-12-06-postmaster ├── 2021-08-01-iron-smelting
│   ├── 2023-12-07-commoning-cars ├── 2021-12-05-political-violence
│   ├── 2024-01-30-airaspi-build-log ├── 2022-01-22-critical-philosophy-subjectivity
│   ├── 2024-03-25-aethercomms ├── 2022-04-01-allei
│   ├── 2024-04-11-local-diffusion ├── 2022-04-30-lusatia
│   ├── 2024-04-25-echoing-dimensions ├── 2022-12-03-stable-dreamfusion
│   ├── 2024-06-20-sferics ├── 2022-12-04-lampshades
│   ├── 2024-07-05-käsewerkstatt ├── 2023-01-03-auraglow
│   └── 2025-04-15-master-thesis ├── 2023-03-01-ruminations
└── pages ├── 2023-06-16-ascendancy
├── about.md ├── 2023-06-20-autoimmunitaet
├── contact.md ├── 2023-06-20-dreams-of-cars
├── cv.md ├── 2023-12-06-postmaster
├── privacy.md ├── 2023-12-07-commoning-cars
└── rent-ulli.md ├── 2024-01-30-airaspi-build-log
</code></pre></div><span class=hidden id=copy-code-text>Code kopieren</span><span class=hidden id=search-index>https://aron.petau.net/de//search_index.en.json</span><span class=hidden id=more-matches-text>$MATCHES mehr Treffer</span></main><footer id=site-footer><div class=carbonbadge id=wcb></div><script defer src=https://unpkg.com/website-carbon-badges@1.1.3/b.min.js></script><nav><ul><li><a href=https://aron.petau.net/de/project/>Projekte</a><li><a href=https://aron.petau.net/de/pages/privacy/>Privacy</a><li><a class=external href=https://kaesewerkstatt.petau.net>Käsewerkstatt</a><li><a class=external href=https://www.newpractice.net/author/aron-petau>New Practice Network</a></ul></nav><p>© Aron Petau, 2025<ul id=socials><li><a rel=" me" href=https://github.com/arontaupe title=GitHub> <i style="--icon:url(&#34data:image/svg+xml,%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGitHub%3C/title%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E&#34)" class=icon></i> <span>GitHub</span> </a><li><a rel=" me" href=https://www.printables.com/@arontaupe title=Printables> <i class=icon style=--icon:url(data:image/svg+xml,%3Csvg%20role%3D%22img%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EPrintables%3C%2Ftitle%3E%3Cpath%20d%3D%22M3.678%204.8%2012%209.6v9.6l8.322-4.8V4.8L12%200ZM12%2019.2l-8.322-4.8V24Z%22%2F%3E%3C%2Fsvg%3E)></i> <span>Printables</span> </a><li><a rel=" me" href=https://www.etsy.com/de-en/shop/reprintedservices title=Etsy> <i class=icon style=--icon:url(data:image/svg+xml,%3Csvg%20role%3D%22img%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EEtsy%3C%2Ftitle%3E%3Cpath%20d%3D%22M8.559%202.445c0-.325.033-.52.59-.52h7.465c1.3%200%202.02%201.11%202.54%203.193l.42%201.666h1.27c.23-4.728.43-6.784.43-6.784s-3.196.36-5.09.36H6.635L1.521.196v1.37l1.725.326c1.21.24%201.5.496%201.6%201.606%200%200%20.11%203.27.11%208.64%200%205.385-.09%208.61-.09%208.61%200%20.973-.39%201.333-1.59%201.573l-1.722.33V24l5.13-.165h8.55c1.935%200%206.39.165%206.39.165.105-1.17.75-6.48.855-7.064h-1.2l-1.284%202.91c-1.005%202.28-2.476%202.445-4.11%202.445h-4.906c-1.63%200-2.415-.64-2.415-2.05V12.8s3.62%200%204.79.096c.912.064%201.463.325%201.76%201.598l.39%201.695h1.41l-.09-4.278.192-4.305h-1.391l-.45%201.89c-.283%201.244-.48%201.47-1.754%201.6-1.666.17-4.815.14-4.815.14V2.45h-.05z%22%2F%3E%3C%2Fsvg%3E)></i> <span>Etsy</span> </a><li><a rel=" me" href=https://mastodon.online/@reprintedAron title=Mastodon> <i style="--icon:url(&#34data:image/svg+xml,%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EMastodon%3C/title%3E%3Cpath d='M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38.265-.061.527-.132.786-.213.585-.184 1.27-.39 1.774-.753a.057.057 0 0 0 .023-.043v-1.809a.052.052 0 0 0-.02-.041.053.053 0 0 0-.046-.01 20.282 20.282 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.593 5.593 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422.038-.008.077-.015.11-.024 2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545zm-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102c0-1.31.337-2.35 1.011-3.12.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164.675.77 1.012 1.81 1.012 3.12z'/%3E%3C/svg%3E&#34)" class=icon></i> <span>Mastodon</span> </a></ul></footer> ├── 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
</code></pre></div><span class=hidden id=copy-code-text>Code kopieren</span><span class=hidden id=search-index>https://aron.petau.net/de//search_index.en.json</span><span class=hidden id=more-matches-text>$MATCHES mehr Treffer</span></main><footer id=site-footer><div class=carbonbadge id=wcb></div><script defer src=https://unpkg.com/website-carbon-badges@1.1.3/b.min.js></script><nav><ul><li><a href=https://aron.petau.net/de/project/>Projekte</a><li><a href=https://aron.petau.net/de/pages/privacy/>Privacy</a><li><a class=external href=https://kaesewerkstatt.petau.net>Käsewerkstatt</a><li><a class=external href=https://www.newpractice.net/author/aron-petau>New Practice Network</a></ul></nav><p>© Aron Petau, 2025<p><a class=external href=https://forgejo.petau.net/aron/awebsite>Website-Quelle</a><ul id=socials><li><a rel=" me" href=https://github.com/arontaupe title=GitHub> <i style="--icon:url(&#34data:image/svg+xml,%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGitHub%3C/title%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E&#34)" class=icon></i> <span>GitHub</span> </a><li><a rel=" me" href=https://www.printables.com/@arontaupe title=Printables> <i class=icon style=--icon:url(data:image/svg+xml,%3Csvg%20role%3D%22img%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EPrintables%3C%2Ftitle%3E%3Cpath%20d%3D%22M3.678%204.8%2012%209.6v9.6l8.322-4.8V4.8L12%200ZM12%2019.2l-8.322-4.8V24Z%22%2F%3E%3C%2Fsvg%3E)></i> <span>Printables</span> </a><li><a rel=" me" href=https://www.etsy.com/de-en/shop/reprintedservices title=Etsy> <i class=icon style=--icon:url(data:image/svg+xml,%3Csvg%20role%3D%22img%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EEtsy%3C%2Ftitle%3E%3Cpath%20d%3D%22M8.559%202.445c0-.325.033-.52.59-.52h7.465c1.3%200%202.02%201.11%202.54%203.193l.42%201.666h1.27c.23-4.728.43-6.784.43-6.784s-3.196.36-5.09.36H6.635L1.521.196v1.37l1.725.326c1.21.24%201.5.496%201.6%201.606%200%200%20.11%203.27.11%208.64%200%205.385-.09%208.61-.09%208.61%200%20.973-.39%201.333-1.59%201.573l-1.722.33V24l5.13-.165h8.55c1.935%200%206.39.165%206.39.165.105-1.17.75-6.48.855-7.064h-1.2l-1.284%202.91c-1.005%202.28-2.476%202.445-4.11%202.445h-4.906c-1.63%200-2.415-.64-2.415-2.05V12.8s3.62%200%204.79.096c.912.064%201.463.325%201.76%201.598l.39%201.695h1.41l-.09-4.278.192-4.305h-1.391l-.45%201.89c-.283%201.244-.48%201.47-1.754%201.6-1.666.17-4.815.14-4.815.14V2.45h-.05z%22%2F%3E%3C%2Fsvg%3E)></i> <span>Etsy</span> </a><li><a rel=" me" href=https://mastodon.online/@reprintedAron title=Mastodon> <i style="--icon:url(&#34data:image/svg+xml,%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EMastodon%3C/title%3E%3Cpath d='M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38.265-.061.527-.132.786-.213.585-.184 1.27-.39 1.774-.753a.057.057 0 0 0 .023-.043v-1.809a.052.052 0 0 0-.02-.041.053.053 0 0 0-.046-.01 20.282 20.282 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.593 5.593 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422.038-.008.077-.015.11-.024 2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545zm-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102c0-1.31.337-2.35 1.011-3.12.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164.675.77 1.012 1.81 1.012 3.12z'/%3E%3C/svg%3E&#34)" class=icon></i> <span>Mastodon</span> </a></ul></footer>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -169,6 +169,49 @@ Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.&l
&lt;h2 id=&quot;Ein_Raum_für_die_Zukunft&quot;&gt;Ein Raum für die Zukunft&lt;&#x2F;h2&gt; &lt;h2 id=&quot;Ein_Raum_für_die_Zukunft&quot;&gt;Ein Raum für die Zukunft&lt;&#x2F;h2&gt;
&lt;p&gt;Mit dem studio einszwovier haben wir einen Ort geschaffen, an dem das Lernen durch eigenes Tun im Mittelpunkt steht und damit sowohl praktische als auch digitale Kompetenzen für die Zukunft gefördert werden. &lt;p&gt;Mit dem studio einszwovier haben wir einen Ort geschaffen, an dem das Lernen durch eigenes Tun im Mittelpunkt steht und damit sowohl praktische als auch digitale Kompetenzen für die Zukunft gefördert werden.
Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.&lt;&#x2F;p&gt; Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.&lt;&#x2F;p&gt;
</content>
</entry>
<entry xml:lang="de">
<title>einszwovier: making of</title>
<published>2025-05-16T00:00:00+00:00</published>
<updated>2025-05-16T00:00:00+00:00</updated>
<author>
<name>
Aron Petau
</name>
</author>
<author>
<name>
Friedrich Weber
</name>
</author>
<link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/einszwovier-vogelvilla/"/>
<id>https://aron.petau.net/de/project/einszwovier-vogelvilla/</id>
<content type="html" xml:base="https://aron.petau.net/de/project/einszwovier-vogelvilla/">&lt;h2 id=&quot;Die_Entstehung_von_studio_einszwovier&quot;&gt;Die Entstehung von studio einszwovier&lt;&#x2F;h2&gt;
&lt;h2 id=&quot;August_2024&quot;&gt;August 2024&lt;&#x2F;h2&gt;
&lt;p&gt;Wir begannen mit dem Aufbau und der Planung der Raumgestaltung sowie der Ausstattung. Dabei hatten wir die Möglichkeit, die Werkbank selbst aus Holz zu bauen so wurde sie zu etwas Eigenem.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Dezember_2024__Ein_Raum_für_Ideen_wird_Realität&quot;&gt;Dezember 2024 Ein Raum für Ideen wird Realität&lt;&#x2F;h2&gt;
&lt;p&gt;Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space &lt;strong&gt;„studio einszwovier“&lt;&#x2F;strong&gt; öffnete offiziell seine Türen.
Mitten im Schulalltag entstand eine innovative Lernumgebung eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Vom_Konzept_zur_Wirklichkeit&quot;&gt;Vom Konzept zur Wirklichkeit&lt;&#x2F;h2&gt;
&lt;p&gt;Die Idee war klar: Ein Raum, in dem „Making“ greifbar wird durch selbstbestimmtes und spielerisches Arbeiten mit analogen und digitalen Werkzeugen. Lernende sollen ihren Lernprozess mitgestalten, ihre individuellen Stärken entdecken und die motivierende Kraft des Selbermachens erleben.&lt;&#x2F;p&gt;
&lt;p&gt;Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: &lt;strong&gt;3D-Drucker&lt;&#x2F;strong&gt;, &lt;strong&gt;Lasercutter&lt;&#x2F;strong&gt;, &lt;strong&gt;Mikrocontroller&lt;&#x2F;strong&gt; sowie Equipment für &lt;strong&gt;Holzarbeiten&lt;&#x2F;strong&gt; und &lt;strong&gt;Textildruck&lt;&#x2F;strong&gt; ermöglichen praktisches, projektbasiertes Lernen.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Ein_Ort_für_freies_und_entdeckendes_Lernen&quot;&gt;Ein Ort für freies und entdeckendes Lernen&lt;&#x2F;h2&gt;
&lt;p&gt;Geleitet von Aron und Friedrich beide Masterstudenten im Studiengang &lt;em&gt;Design + Computation&lt;&#x2F;em&gt; in Berlin bietet das „studio einszwovier“ Zugang zu Werkzeugen, Materialien und Wissen.
Es ist ein Raum für offenes, exploratives Lernen, das nicht nur digitale Technologien, sondern auch Kreativität, Problemlösung und Eigeninitiative in den Mittelpunkt stellt.
Die Schüler*innen sind eingeladen, sowohl an thematisch geführten Kursen als auch an offenen Tüftelzeiten teilzunehmen.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Offene_Türen_für_kreative_Köpfe&quot;&gt;Offene Türen für kreative Köpfe&lt;&#x2F;h2&gt;
&lt;p&gt;Das „studio einszwovier“ ist &lt;strong&gt;montags bis mittwochs von 11:00 bis 15:00 Uhr&lt;&#x2F;strong&gt; geöffnet.
Eine spezielle &lt;strong&gt;Open Lab Time&lt;&#x2F;strong&gt; findet &lt;strong&gt;dienstags von 13:30 bis 15:00 Uhr&lt;&#x2F;strong&gt; statt.
Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Ein_Raum_für_die_Zukunft&quot;&gt;Ein Raum für die Zukunft&lt;&#x2F;h2&gt;
&lt;p&gt;Mit dem studio einszwovier haben wir einen Ort geschaffen, an dem das Lernen durch eigenes Tun im Mittelpunkt steht und damit sowohl praktische als auch digitale Kompetenzen für die Zukunft gefördert werden.
Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.&lt;&#x2F;p&gt;
</content> </content>
</entry> </entry>
@ -550,7 +593,8 @@ I want to broaden my general ability to design physical objects, which is someth
&lt;img class=&quot;start pixels&quot;alt=&quot;A candle created with a 3D printed mold made in Fusion360&quot;src=&quot;&amp;#x2F;images&amp;#x2F;vulva_candle.jpg&quot;&#x2F;&gt;&lt;h2 id=&quot;3D_Scanning_and_Photogrammetry&quot;&gt;3D Scanning and Photogrammetry&lt;&#x2F;h2&gt; &lt;img class=&quot;start pixels&quot;alt=&quot;A candle created with a 3D printed mold made in Fusion360&quot;src=&quot;&amp;#x2F;images&amp;#x2F;vulva_candle.jpg&quot;&#x2F;&gt;&lt;h2 id=&quot;3D_Scanning_and_Photogrammetry&quot;&gt;3D Scanning and Photogrammetry&lt;&#x2F;h2&gt;
&lt;p&gt;Besides coming up with new objects, incorporating the real world is also an interest of mine.&lt;&#x2F;p&gt; &lt;p&gt;Besides coming up with new objects, incorporating the real world is also an interest of mine.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;Interaction_with_real_objects_and_environments&quot;&gt;Interaction with real objects and environments&lt;&#x2F;h3&gt; &lt;h3 id=&quot;Interaction_with_real_objects_and_environments&quot;&gt;Interaction with real objects and environments&lt;&#x2F;h3&gt;
&lt;p&gt;In the last few years I have played around with a few smartphone cameras and was always quite sad, that my scans were never quite accurate enough to do cool stuff with them. I could not really afford real 3D scanner and had already started cobbling together a raspberry Pi camera with a cheap TOF sensor, which is a simple, but not quite as good replacement for a laser or a lidar sensor, but then Apple came out with the first phones with accessible Lidar sensor. &lt;p&gt;In the last few years I have played around with a few smartphone cameras and was always quite sad, that my scans were never quite accurate enough to do cool stuff with them.
I could not really afford real 3D scanner and had already started cobbling together a raspberry Pi camera with a cheap TOF sensor, which is a simple, but not quite as good replacement for a laser or a lidar sensor, but then Apple came out with the first phones with accessible Lidar sensor.
Recently, through work at the university I got access to a device with a lidar sensor and started having fun with it. Recently, through work at the university I got access to a device with a lidar sensor and started having fun with it.
See some examples here:&lt;&#x2F;p&gt; See some examples here:&lt;&#x2F;p&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;DigiLab Main Room&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;c880892c6b4746bc80717be1f81bf169&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt; &lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;DigiLab Main Room&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;c880892c6b4746bc80717be1f81bf169&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show more