diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 7e257db9..00000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "recommendations": [] -} \ No newline at end of file diff --git a/config.toml b/config.toml index ddf07d12..dffa0074 100644 --- a/config.toml +++ b/config.toml @@ -9,9 +9,8 @@ feed_filenames = ["rss.xml", "atom.xml"] build_search_index = true author = "Aron Petau" hard_link_static = false -taxonomies = [ - { name = "tags", feed = true, paginate_by = 10 } -] + +taxonomies = [{ name = "tags", feed = true, paginate_by = 10 }] theme = "duckquill" @@ -23,17 +22,12 @@ description = "Mein Portfolio, Blog und allgemeine Präsenz online" generate_feeds = true build_search_index = true -taxonomies = [ - { name = "tags", feed = true, paginate_by = 10 } -] +taxonomies = [{ name = "tags", feed = true, paginate_by = 10 }] [slugify] paths = "off" taxonomies = "on" 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 [search] @@ -42,10 +36,10 @@ index_format = "fuse_json" [extra] styles = [ - "/css/timeline.css", - "/css/mermaid.css", - "/css/skills.css", - "/css/gallery.css", + "/css/timeline.css", + "/css/mermaid.css", + "/css/skills.css", + "/css/gallery.css", ] bundled_fonts = false @@ -53,7 +47,7 @@ issues_url = "https://forgejo.petau.net/aron/awebsite/issues" source_url = "https://forgejo.petau.net/aron/awebsite" default_theme = "light" accent_color = "#FF7E3C" -accent_color_dark = "#FF7E3C" +accent_color_dark = "#CC5A26" toc = true toc_sidebar = true toc_inline = true @@ -66,14 +60,13 @@ show_reading_time = true show_share_button = true show_backlinks = true - [extra.nav] auto_hide = false show_feed = true show_theme_switcher = true show_repo = true links = [ - { url = "@/project/_index.md", name = "Projects" }, + { url = "@/project/_index.md", name = "Projects" }, { url = "@/pages/contact.md", name = "Contact" }, { url = "@/pages/cv.md", name = "CV" }, { url = "@/pages/about.md", name = "About" }, @@ -81,52 +74,39 @@ links = [ [extra.footer] links = [ - { url = "@/project/_index.md", name = "Projects" }, - { url = "@/pages/privacy.md", name = "Privacy" }, - { url = "https://kaesewerkstatt.petau.net", name = "Käsewerkstatt" }, - { url = "https://www.newpractice.net/author/aron-petau", name = "New Practice Network" }, + { url = "@/project/_index.md", name = "Projects" }, + { url = "@/pages/privacy.md", name = "Privacy" }, + { url = "https://kaesewerkstatt.petau.net", name = "Käsewerkstatt" }, + { url = "https://www.newpractice.net/author/aron-petau", name = "New Practice Network" }, ] socials = [ - { url = "https://github.com/arontaupe", name = "GitHub", icon = "%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" }, + { url = "https://github.com/arontaupe", name = "GitHub", icon = "%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" }, -{url = "https://www.printables.com/@arontaupe", name = "Printables",icon = "%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"}, + { url = "https://www.printables.com/@arontaupe", name = "Printables", icon = "%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" }, -{url = "https://www.etsy.com/de-en/shop/reprintedservices", name = "Etsy", icon = "%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"}, + { url = "https://www.etsy.com/de-en/shop/reprintedservices", name = "Etsy", icon = "%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" }, -{ url = "https://mastodon.online/@reprintedAron", name = "Mastodon", icon = "%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" }, + { url = "https://mastodon.online/@reprintedAron", name = "Mastodon", icon = "%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" }, ] show_copyright = true show_powered_by = false -# Whether to show link to website source -show_source = false +show_source = true -# 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] -# Your Mastodon API host; instance that you have an account on. host = "mastodon.online" -# Your Mastodon username; used to determine who the original poster is. user = "reprintedAron" -# Whether to show the QR code to Mastodon post show_qr = true -# GoatCounter analytics; enabled only if present in config. [extra.goatcounter] # Your GoatCounter server; goatcounter.com is used by default. # -# host = "YOUR_SERVER" +host = "https://awebsite.goatcounter.com/count" # # Your GoatCounter username -user = "duckquill" +user = "aron@petau.net" [extra.debug] layout = false -no_styles = false \ No newline at end of file +no_styles = false diff --git a/content/_index.de.md b/content/_index.de.md index cf75cc38..b092f575 100644 --- a/content/_index.de.md +++ b/content/_index.de.md @@ -47,50 +47,62 @@ Zuletzt aktualisiert: 2025-05-14 {% crt() %} -``` +```zsh ➜ content git:(main) ✗ tree -L 2 . +├── _index.de.md ├── _index.md -├── blog -│   ├── _index.md -│   ├── 2018-05-03-printing -│   ├── 2018-07-05-cad -│   ├── 2018-09-01-beacon -│   ├── 2019-03-19-plastic-recycling -│   ├── 2019-06-01-ballpark -│   ├── 2020-03-01-homebrew -│   ├── 2020-07-14-critical-epistemologies -│   ├── 2020-07-15-chatbot -│   ├── 2021-03-01-coding -│   ├── 2021-03-01-philosophy -│   ├── 2021-04-13-thesis -│   ├── 2021-08-01-iron-smelting -│   ├── 2021-12-05-political-violence -│   ├── 2022-01-22-critical-philosophy-subjectivity -│   ├── 2022-04-01-allei -│   ├── 2022-04-30-lusatia -│   ├── 2022-12-03-stable-dreamfusion -│   ├── 2022-12-04-lampshades -│   ├── 2023-01-03-auraglow -│   ├── 2023-03-01-ruminations -│   ├── 2023-06-16-ascendancy -│   ├── 2023-06-20-autoimmunitaet -│   ├── 2023-06-20-dreams-of-cars -│   ├── 2023-12-06-postmaster -│   ├── 2023-12-07-commoning-cars -│   ├── 2024-01-30-airaspi-build-log -│   ├── 2024-03-25-aethercomms -│   ├── 2024-04-11-local-diffusion -│   ├── 2024-04-25-echoing-dimensions -│   ├── 2024-06-20-sferics -│   ├── 2024-07-05-käsewerkstatt -│   └── 2025-04-15-master-thesis -└── pages - ├── about.md - ├── contact.md - ├── cv.md - ├── privacy.md - └── rent-ulli.md +├── pages +│   ├── about.de.md +│   ├── about.md +│   ├── contact.de.md +│   ├── contact.md +│   ├── cv.de.md +│   ├── cv.md +│   ├── privacy.de.md +│   ├── privacy.md +│   ├── rent-ulli.de.md +│   └── rent-ulli.md +└── project + ├── _index.de.md + ├── _index.md + ├── 2018-05-03-printing + ├── 2018-07-05-cad + ├── 2018-09-01-beacon + ├── 2019-03-19-plastic-recycling + ├── 2019-06-01-ballpark + ├── 2020-03-01-homebrew + ├── 2020-07-14-critical-epistemologies + ├── 2020-07-15-chatbot + ├── 2021-03-01-coding + ├── 2021-03-01-philosophy + ├── 2021-04-13-bachelor-thesis + ├── 2021-08-01-iron-smelting + ├── 2021-12-05-political-violence + ├── 2022-01-22-critical-philosophy-subjectivity + ├── 2022-04-01-allei + ├── 2022-04-30-lusatia + ├── 2022-12-03-stable-dreamfusion + ├── 2022-12-04-lampshades + ├── 2023-01-03-auraglow + ├── 2023-03-01-ruminations + ├── 2023-06-16-ascendancy + ├── 2023-06-20-autoimmunitaet + ├── 2023-06-20-dreams-of-cars + ├── 2023-12-06-postmaster + ├── 2023-12-07-commoning-cars + ├── 2024-01-30-airaspi-build-log + ├── 2024-03-25-aethercomms + ├── 2024-04-11-local-diffusion + ├── 2024-04-25-echoing-dimensions + ├── 2024-06-20-sferics + ├── 2024-07-05-käsewerkstatt + ├── 2025-04-15-master-thesis + ├── 2025-05-15-zola + ├── 2025-05-16-einszwovier-löten-leuchten + ├── 2025-05-16-einszwovier-opening + └── 2025-05-19-einszwovier-vogelvilla + ``` {% end %} diff --git a/content/_index.md b/content/_index.md index 4eaae45b..fce7aadd 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,7 +8,6 @@ show_copyright = true show_shares = true +++ - ## Welcome to the online presence of Aron Petau. @@ -16,6 +15,7 @@ to the online presence of Aron Petau. I use he/him pronouns and am based in Berlin, Germany. @@ -34,13 +34,16 @@ As long as the move / redesign is not fully done, here the old site is still onl {% end %} Progress of the rebuild: - + {% alert(note=true) %} -Further, there is an initial effort to bring translations to this website. That is quite the process and will take some time. +Further, there is an initial effort to bring translations to this website. +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 %} Progress of the translation: - + {% alert(important=true) %} Last updated: 2025-05-14 @@ -48,50 +51,62 @@ Last updated: 2025-05-14 {% crt() %} -```sh +```zsh ➜ content git:(main) ✗ tree -L 2 . +├── _index.de.md ├── _index.md -├── blog -│   ├── _index.md -│   ├── 2018-05-03-printing -│   ├── 2018-07-05-cad -│   ├── 2018-09-01-beacon -│   ├── 2019-03-19-plastic-recycling -│   ├── 2019-06-01-ballpark -│   ├── 2020-03-01-homebrew -│   ├── 2020-07-14-critical-epistemologies -│   ├── 2020-07-15-chatbot -│   ├── 2021-03-01-coding -│   ├── 2021-03-01-philosophy -│   ├── 2021-04-13-thesis -│   ├── 2021-08-01-iron-smelting -│   ├── 2021-12-05-political-violence -│   ├── 2022-01-22-critical-philosophy-subjectivity -│   ├── 2022-04-01-allei -│   ├── 2022-04-30-lusatia -│   ├── 2022-12-03-stable-dreamfusion -│   ├── 2022-12-04-lampshades -│   ├── 2023-01-03-auraglow -│   ├── 2023-03-01-ruminations -│   ├── 2023-06-16-ascendancy -│   ├── 2023-06-20-autoimmunitaet -│   ├── 2023-06-20-dreams-of-cars -│   ├── 2023-12-06-postmaster -│   ├── 2023-12-07-commoning-cars -│   ├── 2024-01-30-airaspi-build-log -│   ├── 2024-03-25-aethercomms -│   ├── 2024-04-11-local-diffusion -│   ├── 2024-04-25-echoing-dimensions -│   ├── 2024-06-20-sferics -│   ├── 2024-07-05-käsewerkstatt -│   └── 2025-04-15-master-thesis -└── pages - ├── about.md - ├── contact.md - ├── cv.md - ├── privacy.md - └── rent-ulli.md +├── pages +│   ├── about.de.md +│   ├── about.md +│   ├── contact.de.md +│   ├── contact.md +│   ├── cv.de.md +│   ├── cv.md +│   ├── privacy.de.md +│   ├── privacy.md +│   ├── rent-ulli.de.md +│   └── rent-ulli.md +└── project + ├── _index.de.md + ├── _index.md + ├── 2018-05-03-printing + ├── 2018-07-05-cad + ├── 2018-09-01-beacon + ├── 2019-03-19-plastic-recycling + ├── 2019-06-01-ballpark + ├── 2020-03-01-homebrew + ├── 2020-07-14-critical-epistemologies + ├── 2020-07-15-chatbot + ├── 2021-03-01-coding + ├── 2021-03-01-philosophy + ├── 2021-04-13-bachelor-thesis + ├── 2021-08-01-iron-smelting + ├── 2021-12-05-political-violence + ├── 2022-01-22-critical-philosophy-subjectivity + ├── 2022-04-01-allei + ├── 2022-04-30-lusatia + ├── 2022-12-03-stable-dreamfusion + ├── 2022-12-04-lampshades + ├── 2023-01-03-auraglow + ├── 2023-03-01-ruminations + ├── 2023-06-16-ascendancy + ├── 2023-06-20-autoimmunitaet + ├── 2023-06-20-dreams-of-cars + ├── 2023-12-06-postmaster + ├── 2023-12-07-commoning-cars + ├── 2024-01-30-airaspi-build-log + ├── 2024-03-25-aethercomms + ├── 2024-04-11-local-diffusion + ├── 2024-04-25-echoing-dimensions + ├── 2024-06-20-sferics + ├── 2024-07-05-käsewerkstatt + ├── 2025-04-15-master-thesis + ├── 2025-05-15-zola + ├── 2025-05-16-einszwovier-löten-leuchten + ├── 2025-05-16-einszwovier-opening + └── 2025-05-19-einszwovier-vogelvilla + ``` {% end %} diff --git a/content/pages/about.de.md b/content/pages/about.de.md index b96a43fb..b101a60b 100644 --- a/content/pages/about.de.md +++ b/content/pages/about.de.md @@ -6,6 +6,7 @@ date = 2023-07-26 updated = "2025-05-05" +++ +## Einführung Ich bin Aron (Pronomen: er/ihn), 2022 habe ich meinen Bachelorabschluss in Kognitionswissenschaft an der Universität Osnabrück gemacht. Während meines breit angelegten und interdisziplinären Studiums habe ich mich hauptsächlich auf Computerlinguistik, Maschinelles Lernen und Philosophie konzentriert. diff --git a/content/pages/contact.md b/content/pages/contact.md index 8518ad01..539ce546 100644 --- a/content/pages/contact.md +++ b/content/pages/contact.md @@ -11,8 +11,9 @@ After all the new ways to communicate, email is still the golden ticket — and No email? -That’s bold. You can try Telegram, but unless I know who you are, chances are it’ll gather some digital dust before I reply. +That’s bold. +You can try Telegram, but unless I know who you are, chances are it’ll gather some digital dust before I reply.
Telegram -
\ No newline at end of file + diff --git a/content/pages/cv.md b/content/pages/cv.md index c3d113f9..6a5b1b0d 100644 --- a/content/pages/cv.md +++ b/content/pages/cv.md @@ -2,7 +2,12 @@ title = "Curriculum vitae" description = "Aron writes about their past experience" authors = ["Aron Petau"] + +[extra] toc = true +toc_sidebar = true +show_copyright = true +go_to_top = true +++ ## Who am I? @@ -15,49 +20,49 @@ Contact me via [Email](mailto:aron@petau.net) for further questions. {% timeline() %} [ - { - "title": "Abitur", - "body": "In school, I majored in Philosophy, German, Maths, and English.", - "from": "Aug ‘11", - "to": "Jun ‘15", - "icon": "fas fa-building", - "location": "Stadtgymnasium Detmold" - }, - { - "title": "BSc. Cognitive Science", - "body": "Within a diverse program, I focused on Philosophy, Artificial Intelligence, Machine Learning, Informatics, and Linguistics.", - "from": "Oct ‘16", - "to": "Feb ‘22", - "icon": "fas fa-building", - "location": "Universität Osnabrück", - "link": "https://www.uni-osnabrueck.de/en/prospective-students/studiengaenge-a-z/cognitive-science-bachelor-of-science/" - }, - { - "title": "RISE Internship", - "body": "In the context of a DAAD RISE Stipend, I researched the possibilities of a decentralized electricity grid in remote regions of the Himalayas. I conducted field research, evaluation, and product simulation.", - "from": "Sep ‘18", - "to": "Jan ‘19", - "icon": "fas fa-building", - "location": "IIT Kharagpur, India" - }, - { - "title": "Erasmus Semester", - "body": "I took courses in the Philosophy department and Masters’ program for Cognitive Science. I also attended the Cognitive Science Summer School.", - "from": "Feb ‘19", - "to": "Jul ‘19", - "icon": "fas fa-building", - "location": "New Bulgarian University, Sofia", - "link": "https://cogsci.nbu.bg/en/" - }, - { - "title": "M.A. Design & Computation", - "body": "I am currently completing a transdisciplinary program between UdK and TU Berlin, focusing on critical and artistic engagement with technology.", - "from": "Oct ‘22", - "to": "now", - "icon": "fas fa-building", - "location": "Universität der Künste, Berlin", - "link": "https://www.design-computation.berlin" - } +{ +"title": "Abitur", +"body": "In school, I majored in Philosophy, German, Maths, and English.", +"from": "Aug ‘11", +"to": "Jun ‘15", +"icon": "fas fa-building", +"location": "Stadtgymnasium Detmold" +}, +{ +"title": "BSc. Cognitive Science", +"body": "Within a diverse program, I focused on Philosophy, Artificial Intelligence, Machine Learning, Informatics, and Linguistics.", +"from": "Oct ‘16", +"to": "Feb ‘22", +"icon": "fas fa-building", +"location": "Universität Osnabrück", +"link": "https://www.uni-osnabrueck.de/en/prospective-students/studiengaenge-a-z/cognitive-science-bachelor-of-science/" +}, +{ +"title": "RISE Internship", +"body": "In the context of a DAAD RISE Stipend, I researched the possibilities of a decentralized electricity grid in remote regions of the Himalayas. I conducted field research, evaluation, and product simulation.", +"from": "Sep ‘18", +"to": "Jan ‘19", +"icon": "fas fa-building", +"location": "IIT Kharagpur, India" +}, +{ +"title": "Erasmus Semester", +"body": "I took courses in the Philosophy department and Masters’ program for Cognitive Science. I also attended the Cognitive Science Summer School.", +"from": "Feb ‘19", +"to": "Jul ‘19", +"icon": "fas fa-building", +"location": "New Bulgarian University, Sofia", +"link": "https://cogsci.nbu.bg/en/" +}, +{ +"title": "M.A. Design & Computation", +"body": "I am currently completing a transdisciplinary program between UdK and TU Berlin, focusing on critical and artistic engagement with technology.", +"from": "Oct ‘22", +"to": "now", +"icon": "fas fa-building", +"location": "Universität der Künste, Berlin", +"link": "https://www.design-computation.berlin" +} ] {% end %} @@ -65,87 +70,87 @@ Contact me via [Email](mailto:aron@petau.net) for further questions. {% timeline() %} [ - { - "title": "Weltwärts", - "body": "I worked in a social project in northern Buenos Aires, Argentina. I helped cooking for 150 youths daily, assisted with their homework, organized sports programmes, maintained the building and organized events.", - "from": "Sep '15", - "to": "Aug '16", - "icon": "fas fa-building", - "location": "Lecheria de la Solidaridad", - "link": "https://lecheria.org.ar/" - }, - { - "title": "Teamer / SportsTeamer", - "body": "I mentored and supervised groups of 12-18 year olds on their summer holiday trips. I organized entertainment, sports activities and excursions. I did two seasons of a few weeks each in Spain and one in Croatia.", - "from": "Jun '17", - "to": "Sep '19", - "icon": "fas fa-building", - "location": "GO-Jugendreisen @ Spain, Croatia", - "link": "https://www.go-jugendreisen.de" - }, - { - "title": "Barkeeper / Brewing assistant", - "body": "I worked in a restaurant with an in-house brewery, both on the customer-facing side and assisting in the brewery.", - "from": "Oct '18", - "to": "Mar '20", - "icon": "fas fa-building", - "location": "Brauerei Rampendahl", - "link": "http://www.rampendahl.de" - }, - { - "title": "Social Worker", - "body": "I worked in a stationary care center for hearing impaired and deaf people with cognitive impairments, including autism.", - "from": "Sep '20", - "to": "Sep '21", - "icon": "fas fa-building", - "location": "Heilpädagogische Hilfe Osnabrück", - "link": "https://os-hho.de/standorte/haus-10" - }, - { - "title": "Working Student", - "body": "I was part of the uos.dll program, a funded project to reform digital teaching practices at the University. My responsibility is the building and maintaining of the DigiLab, a FabLab/Makerspace accessible to the entire University. It features 3D printers, Laser Cutter, CNC Routers, Stitching Robots, VR, XR, Video/Audio Toolsets, and many more.", - "from": "Oct '21", - "to": "May '22", - "icon": "fas fa-building", - "location": "Virtuos at Universität Osnabrück", - "link": "https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/" - }, - { - "title": "Software Engineer", - "body": "I was part of a team researching and developing an inclusive chatbot, respecting diversity and accessibility needs. I was responsible for the entire back-end functionality.", - "from": "Feb '22", - "to": "Jun '23", - "icon": "fas fa-building", - "location": "Sommerblut Kulturverein Festival", - "link": "https://chatbot.sommerblut.de" - }, - { - "title": "Working Student", - "body": "InKüLe stands for 'Innovation in der künstlerischen Lehre'. The work revolves around investigating concepts for innovation and digitalization in the practice of artistic teaching. Personally, I work mostly with workshops teaching sculpting in VR and live-streaming events.", - "from": "Mar '23", - "to": "now", - "icon": "fas fa-building", - "location": "InKüLe @ UdK Berlin", - "link": "https://www.inkuele.de/landing" - }, - { - "title": "Freelance Mentor, Educator", - "body": "The Junge Tüftler*Innen is an NGO focused on educative workshops around 'making'. They offer workshops for children, young adults and also offer Workshops for adults and teachers. I am a Mentor, meaning I supervise and conduct the workshops in a team of two.", - "from": "Jun '24", - "to": "now", - "icon": "fas fa-building", - "location": "Junge Tüftler*Innen, Berlin", - "link": "https://junge-tueftler.de" - }, - { - "title": "Freelance Technology Educator", - "body": "I build and curate a Makerspace at a Berlin Secondary School. We have courses and projects surrounding many digital fabrication techniques and learn about the basics of electronics and programming. We offer laser cutting, 3D printing, Textile modding, microcontrollers, robotics and more.", - "from": "Aug '24", - "to": "now", - "icon": "fas fa-building", - "location": "SOCIUS - Die Bildungspartner, Berlin", - "link": "https://socius.diebildungspartner.de" - } +{ +"title": "Weltwärts", +"body": "I worked in a social project in northern Buenos Aires, Argentina. I helped cooking for 150 youths daily, assisted with their homework, organized sports programmes, maintained the building and organized events.", +"from": "Sep '15", +"to": "Aug '16", +"icon": "fas fa-building", +"location": "Lecheria de la Solidaridad", +"link": "https://lecheria.org.ar/" +}, +{ +"title": "Teamer / SportsTeamer", +"body": "I mentored and supervised groups of 12-18 year olds on their summer holiday trips. I organized entertainment, sports activities and excursions. I did two seasons of a few weeks each in Spain and one in Croatia.", +"from": "Jun '17", +"to": "Sep '19", +"icon": "fas fa-building", +"location": "GO-Jugendreisen @ Spain, Croatia", +"link": "https://www.go-jugendreisen.de" +}, +{ +"title": "Barkeeper / Brewing assistant", +"body": "I worked in a restaurant with an in-house brewery, both on the customer-facing side and assisting in the brewery.", +"from": "Oct '18", +"to": "Mar '20", +"icon": "fas fa-building", +"location": "Brauerei Rampendahl", +"link": "http://www.rampendahl.de" +}, +{ +"title": "Social Worker", +"body": "I worked in a stationary care center for hearing impaired and deaf people with cognitive impairments, including autism.", +"from": "Sep '20", +"to": "Sep '21", +"icon": "fas fa-building", +"location": "Heilpädagogische Hilfe Osnabrück", +"link": "https://os-hho.de/standorte/haus-10" +}, +{ +"title": "Working Student", +"body": "I was part of the uos.dll program, a funded project to reform digital teaching practices at the University. My responsibility is the building and maintaining of the DigiLab, a FabLab/Makerspace accessible to the entire University. It features 3D printers, Laser Cutter, CNC Routers, Stitching Robots, VR, XR, Video/Audio Toolsets, and many more.", +"from": "Oct '21", +"to": "May '22", +"icon": "fas fa-building", +"location": "Virtuos at Universität Osnabrück", +"link": "https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/" +}, +{ +"title": "Software Engineer", +"body": "I was part of a team researching and developing an inclusive chatbot, respecting diversity and accessibility needs. I was responsible for the entire back-end functionality.", +"from": "Feb '22", +"to": "Jun '23", +"icon": "fas fa-building", +"location": "Sommerblut Kulturverein Festival", +"link": "https://chatbot.sommerblut.de" +}, +{ +"title": "Working Student", +"body": "InKüLe stands for 'Innovation in der künstlerischen Lehre'. The work revolves around investigating concepts for innovation and digitalization in the practice of artistic teaching. Personally, I work mostly with workshops teaching sculpting in VR and live-streaming events.", +"from": "Mar '23", +"to": "now", +"icon": "fas fa-building", +"location": "InKüLe @ UdK Berlin", +"link": "https://www.inkuele.de/landing" +}, +{ +"title": "Freelance Mentor, Educator", +"body": "The Junge Tüftler*Innen is an NGO focused on educative workshops around 'making'. They offer workshops for children, young adults and also offer Workshops for adults and teachers. I am a Mentor, meaning I supervise and conduct the workshops in a team of two.", +"from": "Jun '24", +"to": "now", +"icon": "fas fa-building", +"location": "Junge Tüftler*Innen, Berlin", +"link": "https://junge-tueftler.de" +}, +{ +"title": "Freelance Technology Educator", +"body": "I build and curate a Makerspace at a Berlin Secondary School. We have courses and projects surrounding many digital fabrication techniques and learn about the basics of electronics and programming. We offer laser cutting, 3D printing, Textile modding, microcontrollers, robotics and more.", +"from": "Aug '24", +"to": "now", +"icon": "fas fa-building", +"location": "SOCIUS - Die Bildungspartner, Berlin", +"link": "https://socius.diebildungspartner.de" +} ] {% end %} @@ -153,118 +158,118 @@ Contact me via [Email](mailto:aron@petau.net) for further questions. {% skills() %} [ - { - "name": "UNIX", - "skills": [ - { "name": "bash", "icon": "fas fa-terminal", "link": "https://www.gnu.org/software/bash/" }, - { "name": "zsh", "icon": "fas fa-terminal", "link": "https://www.zsh.org/" }, - { "name": "Arduino IDE", "icon": "fas fa-cogs", "link": "https://www.arduino.cc/en/software" }, - { "name": "Raspberry Pi", "icon": "fab fa-raspberry-pi", "link": "https://www.raspberrypi.org/" } - ] - }, - { - "name": "Python", - "skills": [ - { "name": "scipy", "icon": "fab fa-python", "link": "https://scipy.org/" }, - { "name": "matplotlib", "icon": "fab fa-python", "link": "https://matplotlib.org/" }, - { "name": "seaborn", "icon": "fab fa-python", "link": "https://seaborn.pydata.org/" }, - { "name": "pandas", "icon": "fab fa-python", "link": "https://pandas.pydata.org/" }, - { "name": "jupyter notebook", "icon": "fab fa-python", "link": "https://jupyter.org/" }, - { "name": "tensorflow", "icon": "fab fa-python", "link": "https://www.tensorflow.org/" }, - { "name": "pytorch", "icon": "fab fa-python", "link": "https://pytorch.org/" }, - { "name": "scikit-learn", "icon": "fab fa-python", "link": "https://scikit-learn.org/" }, - { "name": "opencv", "icon": "fab fa-python", "link": "https://opencv.org/" }, - { "name": "flask", "icon": "fab fa-python", "link": "https://flask.palletsprojects.com/" }, - { "name": "micropython", "icon": "fab fa-python", "link": "https://micropython.org/" }, - { "name": "circuitpython", "icon": "fab fa-python", "link": "https://circuitpython.org/" } - ] - }, - { - "name": "HTML, CSS, JavaScript", - "skills": [ - { "name": "HTML", "icon": "fab fa-html5", "link": "https://developer.mozilla.org/en-US/docs/Web/HTML" }, - { "name": "CSS", "icon": "fab fa-css3-alt", "link": "https://developer.mozilla.org/en-US/docs/Web/CSS" }, - { "name": "JavaScript", "icon": "fab fa-js", "link": "https://developer.mozilla.org/en-US/docs/Web/JavaScript" }, - { "name": "GH-pages", "icon": "fab fa-github", "link": "https://pages.github.com/" }, - { "name": "psychoJS", "icon": "fab fa-python", "link": "https://www.psychopy.org/psychojs/" }, - { "name": "AMPStack", "icon": "fab fa-github", "link": "https://github.com/ampstack/ampstack" }, - { "name": "ibex-farm", "icon": "fab fa-github", "link": "https://www.labvanced.com/" } - ] - }, - { - "name": "C#", - "skills": [ - { "name": "C#", "icon": "fab fa-microsoft", "link": "https://learn.microsoft.com/en-us/dotnet/csharp/" }, - { "name": "Visual Studio", "icon": "fab fa-microsoft", "link": "https://visualstudio.microsoft.com/" }, - { "name": "Unity", "icon": "fab fa-unity", "link": "https://unity.com/" }, - { "name": "Unreal Engine", "icon": "fab fa-unreal-engine", "link": "https://www.unrealengine.com/" } - ] - }, +{ +"name": "UNIX", +"skills": [ +{ "name": "bash", "icon": "fas fa-terminal", "link": "https://www.gnu.org/software/bash/" }, +{ "name": "zsh", "icon": "fas fa-terminal", "link": "https://www.zsh.org/" }, +{ "name": "Arduino IDE", "icon": "fas fa-cogs", "link": "https://www.arduino.cc/en/software" }, +{ "name": "Raspberry Pi", "icon": "fab fa-raspberry-pi", "link": "https://www.raspberrypi.org/" } +] +}, +{ +"name": "Python", +"skills": [ +{ "name": "scipy", "icon": "fab fa-python", "link": "https://scipy.org/" }, +{ "name": "matplotlib", "icon": "fab fa-python", "link": "https://matplotlib.org/" }, +{ "name": "seaborn", "icon": "fab fa-python", "link": "https://seaborn.pydata.org/" }, +{ "name": "pandas", "icon": "fab fa-python", "link": "https://pandas.pydata.org/" }, +{ "name": "jupyter notebook", "icon": "fab fa-python", "link": "https://jupyter.org/" }, +{ "name": "tensorflow", "icon": "fab fa-python", "link": "https://www.tensorflow.org/" }, +{ "name": "pytorch", "icon": "fab fa-python", "link": "https://pytorch.org/" }, +{ "name": "scikit-learn", "icon": "fab fa-python", "link": "https://scikit-learn.org/" }, +{ "name": "opencv", "icon": "fab fa-python", "link": "https://opencv.org/" }, +{ "name": "flask", "icon": "fab fa-python", "link": "https://flask.palletsprojects.com/" }, +{ "name": "micropython", "icon": "fab fa-python", "link": "https://micropython.org/" }, +{ "name": "circuitpython", "icon": "fab fa-python", "link": "https://circuitpython.org/" } +] +}, +{ +"name": "HTML, CSS, JavaScript", +"skills": [ +{ "name": "HTML", "icon": "fab fa-html5", "link": "https://developer.mozilla.org/en-US/docs/Web/HTML" }, +{ "name": "CSS", "icon": "fab fa-css3-alt", "link": "https://developer.mozilla.org/en-US/docs/Web/CSS" }, +{ "name": "JavaScript", "icon": "fab fa-js", "link": "https://developer.mozilla.org/en-US/docs/Web/JavaScript" }, +{ "name": "GH-pages", "icon": "fab fa-github", "link": "https://pages.github.com/" }, +{ "name": "psychoJS", "icon": "fab fa-python", "link": "https://www.psychopy.org/psychojs/" }, +{ "name": "AMPStack", "icon": "fab fa-github", "link": "https://github.com/ampstack/ampstack" }, +{ "name": "ibex-farm", "icon": "fab fa-github", "link": "https://www.labvanced.com/" } +] +}, +{ +"name": "C#", +"skills": [ +{ "name": "C#", "icon": "fab fa-microsoft", "link": "https://learn.microsoft.com/en-us/dotnet/csharp/" }, +{ "name": "Visual Studio", "icon": "fab fa-microsoft", "link": "https://visualstudio.microsoft.com/" }, +{ "name": "Unity", "icon": "fab fa-unity", "link": "https://unity.com/" }, +{ "name": "Unreal Engine", "icon": "fab fa-unreal-engine", "link": "https://www.unrealengine.com/" } +] +}, - { - "name": "CAD", - "skills": [ - { "name": "Fusion 360", "icon": "fas fa-cogs", "link": "https://www.autodesk.com/products/fusion-360/overview" }, - { "name": "TinkerCAD", "icon": "fas fa-cogs", "link": "https://www.tinkercad.com/" }, - { "name": "Rhino/Grasshopper", "icon": "fas fa-cogs", "link": "https://www.rhino3d.com/" } - ] - }, - { - "name": "Slicing", - "skills": [ - { "name": "PrusaSlicer", "icon": "fab fa-github", "link": "https://www.prusa3d.com/prusaslicer/" }, - { "name": "kiri.moto", "icon": "fab fa-github", "link": "https://kiri.moto.github.io/" }, - { "name": "Cura", "icon": "fab fa-github", "link": "https://ultimaker.com/software/ultimaker-cura" }, - { "name": "Lightburn", "icon": "fab fa-github", "link": "https://lightburnsoftware.com/" } - ] - }, - { - "name": "Images", - "skills": [ - { "name": "Inkscape", "icon": "fab fa-github", "link": "https://inkscape.org/" }, - { "name": "Illustrator", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/illustrator.html" }, - { "name": "GIMP", "icon": "fab fa-github", "link": "https://www.gimp.org/" }, - { "name": "Photoshop", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/photoshop.html" }, - { "name": "Lightroom", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/photoshop-lightroom.html" }, - { "name": "Agisoft Metashape", "icon": "fab fa-github", "link": "https://www.agisoft.com/" } - ] - }, - { - "name": "Video", - "skills": [ - { "name": "Premiere", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/premiere.html" }, - { "name": "DaVinci Resolve", "icon": "fas fa-film", "link": "https://www.blackmagicdesign.com/products/davinciresolve/" }, - { "name": "OBS", "icon": "fab fa-github", "link": "https://obsproject.com/" }, - { "name": "TouchDesigner", "icon": "fab fa-github", "link": "https://derivative.ca/" }, - { "name": "DJI Drones", "icon": "fas fa-camera", "link": "https://www.dji.com/" }, - { "name": "FPV Drones", "icon": "fas fa-camera", "link": "https://www.fpvdrone.com/" } - ] - }, - { - "name": "Audio", - "skills": [ - { "name": "Audacity", "icon": "fab fa-github", "link": "https://www.audacityteam.org/" }, - { "name": "supercollider", "icon": "fab fa-github", "link": "https://supercollider.github.io/" } - ] - }, - { - "name": "Office", - "skills": [ - { "name": "MS-Office Suite", "icon": "fab fa-microsoft", "link": "https://www.microsoft.com/en-us/microsoft-365" }, - { "name": "Latex", "icon": "fab fa-latex", "link": "https://www.latex-project.org/" }, - { "name": "Markdown", "icon": "fab fa-markdown", "link": "https://www.markdownguide.org/" }, - { "name": "Typst", "icon": "fab fa-github", "link": "https://typst.app/" } - ] - }, - { - "name": "Educational", - "skills": [ - { "name": "Scratch", "icon": "fab fa-scratch", "link": "https://scratch.mit.edu/" }, - { "name": "Makey-Makey", "icon": "fab fa-github", "link": "https://www.makeymakey.com/" }, - { "name": "Ozobot", "icon": "fab fa-github", "link": "https://ozobot.com/" }, - { "name": "Cospaces", "icon": "fab fa-github", "link": "https://cospaces.io/" } - ] - } +{ +"name": "CAD", +"skills": [ +{ "name": "Fusion 360", "icon": "fas fa-cogs", "link": "https://www.autodesk.com/products/fusion-360/overview" }, +{ "name": "TinkerCAD", "icon": "fas fa-cogs", "link": "https://www.tinkercad.com/" }, +{ "name": "Rhino/Grasshopper", "icon": "fas fa-cogs", "link": "https://www.rhino3d.com/" } +] +}, +{ +"name": "Slicing", +"skills": [ +{ "name": "PrusaSlicer", "icon": "fab fa-github", "link": "https://www.prusa3d.com/prusaslicer/" }, +{ "name": "kiri.moto", "icon": "fab fa-github", "link": "https://kiri.moto.github.io/" }, +{ "name": "Cura", "icon": "fab fa-github", "link": "https://ultimaker.com/software/ultimaker-cura" }, +{ "name": "Lightburn", "icon": "fab fa-github", "link": "https://lightburnsoftware.com/" } +] +}, +{ +"name": "Images", +"skills": [ +{ "name": "Inkscape", "icon": "fab fa-github", "link": "https://inkscape.org/" }, +{ "name": "Illustrator", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/illustrator.html" }, +{ "name": "GIMP", "icon": "fab fa-github", "link": "https://www.gimp.org/" }, +{ "name": "Photoshop", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/photoshop.html" }, +{ "name": "Lightroom", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/photoshop-lightroom.html" }, +{ "name": "Agisoft Metashape", "icon": "fab fa-github", "link": "https://www.agisoft.com/" } +] +}, +{ +"name": "Video", +"skills": [ +{ "name": "Premiere", "icon": "fab fa-adobe", "link": "https://www.adobe.com/products/premiere.html" }, +{ "name": "DaVinci Resolve", "icon": "fas fa-film", "link": "https://www.blackmagicdesign.com/products/davinciresolve/" }, +{ "name": "OBS", "icon": "fab fa-github", "link": "https://obsproject.com/" }, +{ "name": "TouchDesigner", "icon": "fab fa-github", "link": "https://derivative.ca/" }, +{ "name": "DJI Drones", "icon": "fas fa-camera", "link": "https://www.dji.com/" }, +{ "name": "FPV Drones", "icon": "fas fa-camera", "link": "https://www.fpvdrone.com/" } +] +}, +{ +"name": "Audio", +"skills": [ +{ "name": "Audacity", "icon": "fab fa-github", "link": "https://www.audacityteam.org/" }, +{ "name": "supercollider", "icon": "fab fa-github", "link": "https://supercollider.github.io/" } +] +}, +{ +"name": "Office", +"skills": [ +{ "name": "MS-Office Suite", "icon": "fab fa-microsoft", "link": "https://www.microsoft.com/en-us/microsoft-365" }, +{ "name": "Latex", "icon": "fab fa-latex", "link": "https://www.latex-project.org/" }, +{ "name": "Markdown", "icon": "fab fa-markdown", "link": "https://www.markdownguide.org/" }, +{ "name": "Typst", "icon": "fab fa-github", "link": "https://typst.app/" } +] +}, +{ +"name": "Educational", +"skills": [ +{ "name": "Scratch", "icon": "fab fa-scratch", "link": "https://scratch.mit.edu/" }, +{ "name": "Makey-Makey", "icon": "fab fa-github", "link": "https://www.makeymakey.com/" }, +{ "name": "Ozobot", "icon": "fab fa-github", "link": "https://ozobot.com/" }, +{ "name": "Cospaces", "icon": "fab fa-github", "link": "https://cospaces.io/" } +] +} ] {% end %} @@ -272,66 +277,66 @@ Contact me via [Email](mailto:aron@petau.net) for further questions. {% skills() %} [ - { - "name": "3D Printer", - "skills": [ - { "name": "Fused-Deposition Modeling (FDM)", "icon": "fas fa-cube", "link": "https://en.wikipedia.org/wiki/Fused_filament_fabrication" }, - { "name": "Resin (MSLA)", "icon": "fas fa-cube", "link": "https://en.wikipedia.org/wiki/Stereolithography" } - ] - }, - { - "name": "CNC", - "skills": [ - { "name": "Nomad 3", "icon": "fas fa-tools", "link": "https://shop.carbide3d.com/products/nomad-3" }, - { "name": "Shaper Origin", "icon": "fas fa-tools", "link": "https://www.shapertools.com/" } - ] - }, - { - "name": "Lasercutting", - "skills": [ - { "name": "Cricut", "icon": "fas fa-cut", "link": "https://cricut.com/" }, - { "name": "Mr. Beam", "icon": "fas fa-bolt", "link": "https://www.mr-beam.org/" }, - { "name": "BRM Lasers Pro 1600", "icon": "fas fa-bolt", "link": "https://www.brmlasers.com/products/pro-1600/" }, - { "name": "X-Tool S1", "icon": "fas fa-bolt", "link": "https://www.xtool.com/products/xtool-s1-laser-cutter" }, - { "name": "Scissors", "icon": "fas fa-scissors" } - ] - }, - { - "name": "Textile", - "skills": [ - { "name": "Brother Innov-is V3 Stitching Robot", "icon": "fas fa-tshirt", "link": "https://www.brothersewing.co.uk/products/innov-is-v3" }, - { "name": "Sewing Machine", "icon": "fas fa-tshirt" }, - { "name": "Handstitching", "icon": "fas fa-hand-paper" } - ] - }, - { - "name": "VR", - "skills": [ - { "name": "Meta Quest 2", "icon": "fas fa-vr-cardboard", "link": "https://www.meta.com/quest/quest-2/" }, - { "name": "HTC Vive Pro", "icon": "fas fa-vr-cardboard", "link": "https://www.vive.com/eu/product/vive-pro/" } - ] - }, - { - "name": "AR", - "skills": [ - { "name": "Magic Leap 1", "icon": "fas fa-glasses", "link": "https://www.magicleap.com/magic-leap-1" }, - { "name": "Apple AR Suite", "icon": "fab fa-apple", "link": "https://developer.apple.com/augmented-reality/" } - ] - }, - { - "name": "Microcontroller", - "skills": [ - { "name": "Arduino", "icon": "fas fa-microchip", "link": "https://www.arduino.cc/" }, - { "name": "Raspberry Pi", "icon": "fab fa-raspberry-pi", "link": "https://www.raspberrypi.com/" }, - { "name": "ESP32", "icon": "fas fa-microchip", "link": "https://www.espressif.com/en/products/socs/esp32" }, - { "name": "Pi Pico", "icon": "fas fa-microchip", "link": "https://www.raspberrypi.com/products/raspberry-pi-pico/" } - ] - }, - { - "name": "Industrial robots", - "skills": [ - { "name": "Universal Robots UR5", "icon": "fas fa-robot", "link": "https://www.universal-robots.com/products/ur5-robot/" } - ] - } +{ +"name": "3D Printer", +"skills": [ +{ "name": "Fused-Deposition Modeling (FDM)", "icon": "fas fa-cube", "link": "https://en.wikipedia.org/wiki/Fused_filament_fabrication" }, +{ "name": "Resin (MSLA)", "icon": "fas fa-cube", "link": "https://en.wikipedia.org/wiki/Stereolithography" } +] +}, +{ +"name": "CNC", +"skills": [ +{ "name": "Nomad 3", "icon": "fas fa-tools", "link": "https://shop.carbide3d.com/products/nomad-3" }, +{ "name": "Shaper Origin", "icon": "fas fa-tools", "link": "https://www.shapertools.com/" } +] +}, +{ +"name": "Lasercutting", +"skills": [ +{ "name": "Cricut", "icon": "fas fa-cut", "link": "https://cricut.com/" }, +{ "name": "Mr. Beam", "icon": "fas fa-bolt", "link": "https://www.mr-beam.org/" }, +{ "name": "BRM Lasers Pro 1600", "icon": "fas fa-bolt", "link": "https://www.brmlasers.com/products/pro-1600/" }, +{ "name": "X-Tool S1", "icon": "fas fa-bolt", "link": "https://www.xtool.com/products/xtool-s1-laser-cutter" }, +{ "name": "Scissors", "icon": "fas fa-scissors" } +] +}, +{ +"name": "Textile", +"skills": [ +{ "name": "Brother Innov-is V3 Stitching Robot", "icon": "fas fa-tshirt", "link": "https://www.brothersewing.co.uk/products/innov-is-v3" }, +{ "name": "Sewing Machine", "icon": "fas fa-tshirt" }, +{ "name": "Handstitching", "icon": "fas fa-hand-paper" } +] +}, +{ +"name": "VR", +"skills": [ +{ "name": "Meta Quest 2", "icon": "fas fa-vr-cardboard", "link": "https://www.meta.com/quest/quest-2/" }, +{ "name": "HTC Vive Pro", "icon": "fas fa-vr-cardboard", "link": "https://www.vive.com/eu/product/vive-pro/" } +] +}, +{ +"name": "AR", +"skills": [ +{ "name": "Magic Leap 1", "icon": "fas fa-glasses", "link": "https://www.magicleap.com/magic-leap-1" }, +{ "name": "Apple AR Suite", "icon": "fab fa-apple", "link": "https://developer.apple.com/augmented-reality/" } +] +}, +{ +"name": "Microcontroller", +"skills": [ +{ "name": "Arduino", "icon": "fas fa-microchip", "link": "https://www.arduino.cc/" }, +{ "name": "Raspberry Pi", "icon": "fab fa-raspberry-pi", "link": "https://www.raspberrypi.com/" }, +{ "name": "ESP32", "icon": "fas fa-microchip", "link": "https://www.espressif.com/en/products/socs/esp32" }, +{ "name": "Pi Pico", "icon": "fas fa-microchip", "link": "https://www.raspberrypi.com/products/raspberry-pi-pico/" } +] +}, +{ +"name": "Industrial robots", +"skills": [ +{ "name": "Universal Robots UR5", "icon": "fas fa-robot", "link": "https://www.universal-robots.com/products/ur5-robot/" } +] +} ] {% end %} diff --git a/content/pages/rent-ulli.md b/content/pages/rent-ulli.md index 40eb92e5..fa679ad5 100644 --- a/content/pages/rent-ulli.md +++ b/content/pages/rent-ulli.md @@ -11,10 +11,12 @@ featured = true +++ {% alert(note=true) %} -This is a work in Progress. Informations on here are subject to change. +This is a work in Progress. +Informations on here are subject to change. {% end %} - + ## The general stuff @@ -63,7 +65,7 @@ For increased solar capacity, take out the folded panels, plug their cable into ## Kitchen The kitchen is equipped with a 2 flame gas stove and a sink with running water. -The water is stored in a 15l tank, which is filled from the outside. Using it awarely, it can last for about 3 days (2 people). +The water is stored in a 15l tank, which is filled from the outside. Using it awarely, it can last for about 3 days (2 people). {% alert(note=true) %} Gas is standard 5kg grey gas bottles, which can be exchanged at any gas station. There is a bottle in the car, which is usually enough for more than a month of cooking. If you run out, you can exchange it at any gas station. diff --git a/content/project/2018-05-03-printing/index.de.md b/content/project/2018-05-03-printing/index.de.md index 17c6cab3..f7957994 100644 --- a/content/project/2018-05-03-printing/index.de.md +++ b/content/project/2018-05-03-printing/index.de.md @@ -35,108 +35,129 @@ featured = true {% gallery() %} [ - { - "file": "cloning_station.jpg", - "title": "A plant propagation station now preparing our tomatoes for summer", - "alt": "cloning station" - }, - { - "file": "elk.jpg", - "alt": "elk", - "title": "We use this to determine the flatmate of the month" - }, - { - "file": "dragon_skull_1.jpg", - "alt": "dragon skull", - "title": "A dragon's head that was later treated to glow in the dark." - }, - { - "file": "ender2.jpg", - "alt": "ender 2", - "title": "This was my entry into a new world, the now 10 years old Ender 2" - }, - { - "file": "lithophane.jpg", - "alt": "lithophane of my Grandparents", - "title": "I made some lithophanes, a process where the composition and thickness of the material are used for creating an image." - }, - { - "file": "prusa.jpg", - "title": "This is my second printer, a Prusa i3 MK3s." - }, - { - "file": "vulva_candle.jpg", - "alt": "vulva on a candle", - "title": "This candle is the result of a 3D printed plastic mold that I then poured wax into." - }, - { - "file": "pinecil.jpg", - "alt": "pinecil", - "title": "An enclosure for my portable soldering iron" - }, - { - "file": "lamp.jpg", - "alt": "a lamp design", - "title": "A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape." - }, - { - "file": "prusa_enclosure.jpg", - "alt": "Prusa enclosure", - "title": "A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic." - } +{ +"file": "cloning_station.jpg", +"title": "A plant propagation station now preparing our tomatoes for summer", +"alt": "cloning station" +}, +{ +"file": "elk.jpg", +"alt": "elk", +"title": "We use this to determine the flatmate of the month" +}, +{ +"file": "dragon_skull_1.jpg", +"alt": "dragon skull", +"title": "A dragon's head that was later treated to glow in the dark." +}, +{ +"file": "ender2.jpg", +"alt": "ender 2", +"title": "This was my entry into a new world, the now 10 years old Ender 2" +}, +{ +"file": "lithophane.jpg", +"alt": "lithophane of my Grandparents", +"title": "I made some lithophanes, a process where the composition and thickness of the material are used for creating an image." +}, +{ +"file": "prusa.jpg", +"title": "This is my second printer, a Prusa i3 MK3s." +}, +{ +"file": "vulva_candle.jpg", +"alt": "vulva on a candle", +"title": "This candle is the result of a 3D printed plastic mold that I then poured wax into." +}, +{ +"file": "pinecil.jpg", +"alt": "pinecil", +"title": "An enclosure for my portable soldering iron" +}, +{ +"file": "lamp.jpg", +"alt": "a lamp design", +"title": "A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape." +}, +{ +"file": "prusa_enclosure.jpg", +"alt": "Prusa enclosure", +"title": "A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic." +} ] {% end %} - -## 3D Printing +## 3D-Druck {{ youtube(id="Yj_Pc357kEU") }} -### 3D Printing is more than just a hobby for me +### 3D-Druck ist für mich mehr als nur ein Hobby -In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing. +Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck. -3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing. +3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können. -I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the [recycling](/plastic-recycling/) project. +Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im [Recycling](/plastic-recycling/) Projekt einzusetzen. -During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website: +Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website: [DigiLab Osnabrück](https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/) -Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot. +Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben. [Evolving Objects](https://evolving-objects.nl) -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here: -The artist [Tom Dijkstra](http://tomdijkstra.info) is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. +Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben: + +Der Künstler [Tom Dijkstra](http://tomdijkstra.info) entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren. + [Printing with Ceramics](https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0) + [The Paste Extruder](http://tomdijkstra.info/dirtmod/index.php) -Also with regards to the [recycling](/plastic-recycling/) project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible. +Auch im Hinblick auf das [Recycling](/project/plastic-recycling/) Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist. -Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where [WASP](https://www.3dwasp.com/en/3d-printing-architecture/) is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures. +Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich [WASP](https://www.3dwasp.com/en/3d-printing-architecture/) sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen. -Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations. +Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben. -I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society. +Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können. -Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste? +Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken? -Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the [recycling project](/plastic-recycling/). -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about [CAD](/cad/) +Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das [Recycling-Projekt](/plastic-recycling/) zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über [CAD](/project/cad/) diff --git a/content/project/2018-05-03-printing/index.md b/content/project/2018-05-03-printing/index.md index 839d75b4..aa7cefdc 100644 --- a/content/project/2018-05-03-printing/index.md +++ b/content/project/2018-05-03-printing/index.md @@ -35,100 +35,115 @@ featured = true {% gallery() %} [ - { - "file": "cloning_station.jpg", - "title": "A plant propagation station now preparing our tomatoes for summer", - "alt": "cloning station" - }, - { - "file": "elk.jpg", - "alt": "elk", - "title": "We use this to determine the flatmate of the month" - }, - { - "file": "dragon_skull_1.jpg", - "alt": "dragon skull", - "title": "A dragon's head that was later treated to glow in the dark." - }, - { - "file": "ender2.jpg", - "alt": "ender 2", - "title": "This was my entry into a new world, the now 10 years old Ender 2" - }, - { - "file": "lithophane.jpg", - "alt": "lithophane of my Grandparents", - "title": "I made some lithophanes, a process where the composition and thickness of the material are used for creating an image." - }, - { - "file": "prusa.jpg", - "title": "This is my second printer, a Prusa i3 MK3s." - }, - { - "file": "vulva_candle.jpg", - "alt": "vulva on a candle", - "title": "This candle is the result of a 3D printed plastic mold that I then poured wax into." - }, - { - "file": "pinecil.jpg", - "alt": "pinecil", - "title": "An enclosure for my portable soldering iron" - }, - { - "file": "lamp.jpg", - "alt": "a lamp design", - "title": "A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape." - }, - { - "file": "prusa_enclosure.jpg", - "alt": "Prusa enclosure", - "title": "A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic." - } +{ +"file": "cloning_station.jpg", +"title": "A plant propagation station now preparing our tomatoes for summer", +"alt": "cloning station" +}, +{ +"file": "elk.jpg", +"alt": "elk", +"title": "We use this to determine the flatmate of the month" +}, +{ +"file": "dragon_skull_1.jpg", +"alt": "dragon skull", +"title": "A dragon's head that was later treated to glow in the dark." +}, +{ +"file": "ender2.jpg", +"alt": "ender 2", +"title": "This was my entry into a new world, the now 10 years old Ender 2" +}, +{ +"file": "lithophane.jpg", +"alt": "lithophane of my Grandparents", +"title": "I made some lithophanes, a process where the composition and thickness of the material are used for creating an image." +}, +{ +"file": "prusa.jpg", +"title": "This is my second printer, a Prusa i3 MK3s." +}, +{ +"file": "vulva_candle.jpg", +"alt": "vulva on a candle", +"title": "This candle is the result of a 3D printed plastic mold that I then poured wax into." +}, +{ +"file": "pinecil.jpg", +"alt": "pinecil", +"title": "An enclosure for my portable soldering iron" +}, +{ +"file": "lamp.jpg", +"alt": "a lamp design", +"title": "A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape." +}, +{ +"file": "prusa_enclosure.jpg", +"alt": "Prusa enclosure", +"title": "A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic." +} ] {% end %} - ## 3D Printing {{ youtube(id="Yj_Pc357kEU") }} ### 3D Printing is more than just a hobby for me -In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing. -3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing. I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the [recycling](/plastic-recycling/) project. During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website: [DigiLab Osnabrück](https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/) -Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot. +Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot. [Evolving Objects](https://evolving-objects.nl) + This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here: The artist [Tom Dijkstra](http://tomdijkstra.info) is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. + [Printing with Ceramics](https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0) + [The Paste Extruder](http://tomdijkstra.info/dirtmod/index.php) -Also with regards to the [recycling](/plastic-recycling/) project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible. +Also with regards to the [recycling](/project/plastic-recycling/) project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible. -Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where [WASP](https://www.3dwasp.com/en/3d-printing-architecture/) is a company I look up to. +Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where [WASP](https://www.3dwasp.com/en/3d-printing-architecture/) is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures. Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. @@ -136,7 +151,13 @@ And since such alternative solutions are unlikely to come from the industry itse I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society. -Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste? +Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste? -Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the [recycling project](/plastic-recycling/). -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about [CAD](/cad/) +Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the [recycling project](/plastic-recycling/). +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about [CAD](/project/cad/) diff --git a/content/project/2018-07-05-cad/index.de.md b/content/project/2018-07-05-cad/index.de.md index 357ae385..a451e4ba 100644 --- a/content/project/2018-07-05-cad/index.de.md +++ b/content/project/2018-07-05-cad/index.de.md @@ -68,7 +68,8 @@ Besides coming up with new objects, incorporating the real world is also an inte ### 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. See some examples here: diff --git a/content/project/2018-07-05-cad/index.md b/content/project/2018-07-05-cad/index.md index 97a930a2..761517b3 100644 --- a/content/project/2018-07-05-cad/index.md +++ b/content/project/2018-07-05-cad/index.md @@ -30,27 +30,33 @@ show_shares = true ### 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 there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper. +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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s. +Through trial and error, I’ve 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, something I hope to gain during my master’s. - + - + - + - + - + - + {{ image(url="/images/breast_candle.jpg", alt="A candle made of a 3D scan, found on ", 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 -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. +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. +I couldn’t 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:
-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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.
## 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 to incorporate 3D printing as a method to extend the abilities of other tools, have mechanical and electrical purposes, be foodsafe 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 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’ve 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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -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. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers. +I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +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). -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 there’s 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. -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 that’s 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. +That’s why I’d 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 diff --git a/content/project/2019-03-19-plastic-recycling/recycling_graphic.png b/content/project/2019-03-19-plastic-recycling/recycling_graphic.png index 9cd1b0f0..55079089 100644 Binary files a/content/project/2019-03-19-plastic-recycling/recycling_graphic.png and b/content/project/2019-03-19-plastic-recycling/recycling_graphic.png differ diff --git a/content/project/2020-07-15-chatbot/fulfillment-flow.png b/content/project/2020-07-15-chatbot/fulfillment-flow.png index 6f9c6cd5..e892a6a7 100644 Binary files a/content/project/2020-07-15-chatbot/fulfillment-flow.png and b/content/project/2020-07-15-chatbot/fulfillment-flow.png differ diff --git a/content/project/2022-12-04-lampshades/lampshade1.png b/content/project/2022-12-04-lampshades/lampshade1.png index 41eef8b5..0a4a7ec2 100644 Binary files a/content/project/2022-12-04-lampshades/lampshade1.png and b/content/project/2022-12-04-lampshades/lampshade1.png differ diff --git a/content/project/2022-12-04-lampshades/lampshade2.png b/content/project/2022-12-04-lampshades/lampshade2.png index 63677c53..34f9b9a6 100644 Binary files a/content/project/2022-12-04-lampshades/lampshade2.png and b/content/project/2022-12-04-lampshades/lampshade2.png differ diff --git a/content/project/2022-12-04-lampshades/lampshade3.png b/content/project/2022-12-04-lampshades/lampshade3.png index 60d15c02..74aeafdf 100644 Binary files a/content/project/2022-12-04-lampshades/lampshade3.png and b/content/project/2022-12-04-lampshades/lampshade3.png differ diff --git a/content/project/2022-12-04-lampshades/lampshade4.png b/content/project/2022-12-04-lampshades/lampshade4.png index e94d5e2a..c47956a1 100644 Binary files a/content/project/2022-12-04-lampshades/lampshade4.png and b/content/project/2022-12-04-lampshades/lampshade4.png differ diff --git a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_12.png b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_12.png index eea7e63b..8715c7a6 100644 Binary files a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_12.png and b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_12.png differ diff --git a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_13.png b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_13.png index f669faa0..25b3f0f6 100644 Binary files a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_13.png and b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_13.png differ diff --git a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_15.png b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_15.png index 2dfbf521..92b4c17d 100644 Binary files a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_15.png and b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_15.png differ diff --git a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_2.png b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_2.png index 35c27ec5..9597da62 100644 Binary files a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_2.png and b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_2.png differ diff --git a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_4.png b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_4.png index 6538ff54..e6638367 100644 Binary files a/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_4.png and b/content/project/2024-03-25-aethercomms/midterm_exhibit/midterm_exhibit_4.png differ diff --git a/content/project/2024-03-25-aethercomms/semester_1_process/design_process_3.jpeg b/content/project/2024-03-25-aethercomms/semester_1_process/design_process_3.jpeg index 5ba619d0..e75752b6 100644 Binary files a/content/project/2024-03-25-aethercomms/semester_1_process/design_process_3.jpeg and b/content/project/2024-03-25-aethercomms/semester_1_process/design_process_3.jpeg differ diff --git a/content/project/2024-03-25-aethercomms/semester_1_process/design_process_4.jpeg b/content/project/2024-03-25-aethercomms/semester_1_process/design_process_4.jpeg index 9f671dc3..321f7d9c 100644 Binary files a/content/project/2024-03-25-aethercomms/semester_1_process/design_process_4.jpeg and b/content/project/2024-03-25-aethercomms/semester_1_process/design_process_4.jpeg differ diff --git a/content/project/2024-04-25-echoing-dimensions/IMG_1709.jpeg b/content/project/2024-04-25-echoing-dimensions/IMG_1709.jpeg index 2ae05ca1..0c248db2 100644 Binary files a/content/project/2024-04-25-echoing-dimensions/IMG_1709.jpeg and b/content/project/2024-04-25-echoing-dimensions/IMG_1709.jpeg differ diff --git a/content/project/2024-04-25-echoing-dimensions/sellerie_weekend.png b/content/project/2024-04-25-echoing-dimensions/sellerie_weekend.png index 4b192ec1..5672dba8 100644 Binary files a/content/project/2024-04-25-echoing-dimensions/sellerie_weekend.png and b/content/project/2024-04-25-echoing-dimensions/sellerie_weekend.png differ diff --git a/content/project/2024-06-20-sferics/sferics1.jpg b/content/project/2024-06-20-sferics/sferics1.jpg index b4c26af8..e8aed94b 100644 Binary files a/content/project/2024-06-20-sferics/sferics1.jpg and b/content/project/2024-06-20-sferics/sferics1.jpg differ diff --git a/content/project/2024-06-20-sferics/sferics2.jpg b/content/project/2024-06-20-sferics/sferics2.jpg index 09bcdb47..8fb3f31e 100644 Binary files a/content/project/2024-06-20-sferics/sferics2.jpg and b/content/project/2024-06-20-sferics/sferics2.jpg differ diff --git a/content/project/2024-06-20-sferics/sferics3.jpg b/content/project/2024-06-20-sferics/sferics3.jpg index 35f93ea2..415e1949 100644 Binary files a/content/project/2024-06-20-sferics/sferics3.jpg and b/content/project/2024-06-20-sferics/sferics3.jpg differ diff --git a/content/project/2024-07-05-käsewerkstatt/cheese.jpeg b/content/project/2024-07-05-käsewerkstatt/cheese.jpeg index 4d6ebe4c..ad65bd0f 100644 Binary files a/content/project/2024-07-05-käsewerkstatt/cheese.jpeg and b/content/project/2024-07-05-käsewerkstatt/cheese.jpeg differ diff --git a/content/project/2024-07-05-käsewerkstatt/combo_serve.jpeg b/content/project/2024-07-05-käsewerkstatt/combo_serve.jpeg index e9b265d9..23d9df36 100644 Binary files a/content/project/2024-07-05-käsewerkstatt/combo_serve.jpeg and b/content/project/2024-07-05-käsewerkstatt/combo_serve.jpeg differ diff --git a/content/project/2024-07-05-käsewerkstatt/logo.jpeg b/content/project/2024-07-05-käsewerkstatt/logo.jpeg index 3f92cdfc..5d6bcdbf 100644 Binary files a/content/project/2024-07-05-käsewerkstatt/logo.jpeg and b/content/project/2024-07-05-käsewerkstatt/logo.jpeg differ diff --git a/content/project/2024-07-05-käsewerkstatt/product.jpeg b/content/project/2024-07-05-käsewerkstatt/product.jpeg index 533b6657..2d17918c 100644 Binary files a/content/project/2024-07-05-käsewerkstatt/product.jpeg and b/content/project/2024-07-05-käsewerkstatt/product.jpeg differ diff --git a/content/project/2024-07-05-käsewerkstatt/trailer.jpeg b/content/project/2024-07-05-käsewerkstatt/trailer.jpeg index 8d10fef4..97877f1e 100644 Binary files a/content/project/2024-07-05-käsewerkstatt/trailer.jpeg and b/content/project/2024-07-05-käsewerkstatt/trailer.jpeg differ diff --git a/content/project/2024-07-05-käsewerkstatt/welcome.jpeg b/content/project/2024-07-05-käsewerkstatt/welcome.jpeg index a6a13939..7c403013 100644 Binary files a/content/project/2024-07-05-käsewerkstatt/welcome.jpeg and b/content/project/2024-07-05-käsewerkstatt/welcome.jpeg differ diff --git a/content/project/2025-04-15-master-thesis/puzzle.jpeg b/content/project/2025-04-15-master-thesis/puzzle.jpeg index 2daec699..d7f13a75 100644 Binary files a/content/project/2025-04-15-master-thesis/puzzle.jpeg and b/content/project/2025-04-15-master-thesis/puzzle.jpeg differ diff --git a/content/project/2025-05-15-zola/index.de.md b/content/project/2025-05-15-zola/index.de.md index 43f2d6a2..14fe7ce4 100644 --- a/content/project/2025-05-15-zola/index.de.md +++ b/content/project/2025-05-15-zola/index.de.md @@ -1,8 +1,8 @@ +++ -title = "einszwovier: making of" +title = "switching from jekyll to zola" date = 2025-05-16 authors = ["Aron Petau", "Friedrich Weber"] -description = "The story of our new Makerspace: studio einszwovier" +description = "a short reflection on the switch from jekyll to zola" [taxonomies] tags = [ @@ -21,3 +21,74 @@ show_shares = true featured = true draft = true +++ + +## 2020: discovering jekyll + +For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered [Jekyll](https://jekyllrb.com). +Back then, [Hugo](https://gohugo.io) and [11ty](https://www.11ty.dev) were the newer kids on the block, but I was heavily relying on the free hosting from [GitHub Pages](https://pages.github.com), where Jekyll was the easiest to integrate. + +Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/) theme. +[Prof. Mühlhoff](https://rainermuehlhoff.de) + +I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest. + +For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working. + +On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, **[Zola](https://www.getzola.org/)** emerged—actually through a chatbot suggestion 😄 + +Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back. + +--- + +## rust feels right + +I’ve always admired [Rust](https://www.rust-lang.org/) for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. **Zola is fast**—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable. + +Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time. + +--- + +## zola is thoughtfully designed + +Beyond performance, Zola is just really well designed. +Its template syntax (thanks to [Tera](https://tera.netlify.app)) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me. + +And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port. + +--- + +## duckquill made me switch + +The real catalyst, though? [**Duckquill**](https://github.com/daudix/duckquill), a stunning Zola theme built by [Daudix](https://github.com/daudix). +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it _irresistible_. + +What really sets **Duckquill** apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with **Mastodon-powered comments**, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through **self-hosting**. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles. + +--- + +## final thoughts + +Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy. + +If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it. diff --git a/content/project/2025-05-15-zola/index.md b/content/project/2025-05-15-zola/index.md index 7693789e..9e8391bc 100644 --- a/content/project/2025-05-15-zola/index.md +++ b/content/project/2025-05-15-zola/index.md @@ -19,30 +19,77 @@ tags = [ show_copyright = true show_shares = true featured = false +toc = true +toc_sidebar = true +++ -For years, Jekyll was my go-to for building static websites. It was familiar, widely supported, and part of the broader Ruby ecosystem. But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. Recently, I made the leap to **Zola**, a Rust-powered static site generator, and I don't see myself going back. +## 2020: discovering jekyll -## Rust Feels Right +For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered [Jekyll](https://jekyllrb.com). +Back then, [Hugo](https://gohugo.io) and [11ty](https://www.11ty.dev) were the newer kids on the block, but I was heavily relying on the free hosting from [GitHub Pages](https://pages.github.com), where Jekyll was the easiest to integrate. -I’ve always admired Rust for its speed, safety, and modern tooling. Using a static site generator built with Rust just made sense. **Zola is fast**—blazing fast. Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable. +Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/) theme. +[Prof. Mühlhoff](https://rainermuehlhoff.de) -Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. I can just download the binary, run it, and get going. It respects my time. +I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest. -## Zola Is Thoughtfully Designed +For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working. -Beyond performance, Zola is simply well-designed. Its template syntax (thanks to Tera) is more powerful and readable than Liquid. The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. There’s very little “configuration over convention” fatigue that Jekyll often gave me. +On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, **[Zola](https://www.getzola.org/)** emerged—actually through a chatbot suggestion 😄 -And even though both systems are Markdown-based, migrating wasn't just a matter of copy-pasting files. I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. The structure and behavior are different enough that it felt like a real rebuild—not just a port. +Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back. -## Duckquill Made me switch +--- -The real catalyst, though? **Duckquill**, a stunning Zola theme built by [Daudix](https://github.com/daudix). It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. Duckquill didn’t just make Zola usable for me; it made it *irresistible*. +## rust feels right -What really sets **Duckquill** apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. The theme comes with **Mastodon-powered comments**, allowing for lightweight, federated interaction without relying on big centralized platforms. This fits perfectly with my goal of reclaiming control through **self-hosting**. Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. It’s a rare example of design and infrastructure aligning with personal principles. +I’ve always admired [Rust](https://www.rust-lang.org/) for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. **Zola is fast**—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable. -## Final Thoughts +Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time. -Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy. +--- + +## zola is thoughtfully designed + +Beyond performance, Zola is just really well designed. +Its template syntax (thanks to [Tera](https://tera.netlify.app)) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me. + +And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port. + +--- + +## duckquill made me switch + +The real catalyst, though? [**Duckquill**](https://github.com/daudix/duckquill), a stunning Zola theme built by [Daudix](https://github.com/daudix). +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it _irresistible_. + +What really sets **Duckquill** apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with **Mastodon-powered comments**, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through **self-hosting**. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles. + +--- + +## final thoughts + +Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy. If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it. diff --git a/content/project/2025-05-16-einszwovier-löten-leuchten/cables.jpeg b/content/project/2025-05-16-einszwovier-löten-leuchten/cables.jpeg index fadef90f..71a7ce13 100644 Binary files a/content/project/2025-05-16-einszwovier-löten-leuchten/cables.jpeg and b/content/project/2025-05-16-einszwovier-löten-leuchten/cables.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-löten-leuchten/eins zwo vier logo.png b/content/project/2025-05-16-einszwovier-löten-leuchten/eins zwo vier logo.png index 2a30e75e..e2e66b20 100644 Binary files a/content/project/2025-05-16-einszwovier-löten-leuchten/eins zwo vier logo.png and b/content/project/2025-05-16-einszwovier-löten-leuchten/eins zwo vier logo.png differ diff --git a/content/project/2025-05-16-einszwovier-löten-leuchten/feedback.jpeg b/content/project/2025-05-16-einszwovier-löten-leuchten/feedback.jpeg index 8477d964..fc37894c 100644 Binary files a/content/project/2025-05-16-einszwovier-löten-leuchten/feedback.jpeg and b/content/project/2025-05-16-einszwovier-löten-leuchten/feedback.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-löten-leuchten/hand.jpeg b/content/project/2025-05-16-einszwovier-löten-leuchten/hand.jpeg index b03cadc4..e42b6cd4 100644 Binary files a/content/project/2025-05-16-einszwovier-löten-leuchten/hand.jpeg and b/content/project/2025-05-16-einszwovier-löten-leuchten/hand.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-löten-leuchten/lights.jpeg b/content/project/2025-05-16-einszwovier-löten-leuchten/lights.jpeg index 15e770d0..c864a314 100644 Binary files a/content/project/2025-05-16-einszwovier-löten-leuchten/lights.jpeg and b/content/project/2025-05-16-einszwovier-löten-leuchten/lights.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-löten-leuchten/prints.jpeg b/content/project/2025-05-16-einszwovier-löten-leuchten/prints.jpeg index a3471817..c6152bba 100644 Binary files a/content/project/2025-05-16-einszwovier-löten-leuchten/prints.jpeg and b/content/project/2025-05-16-einszwovier-löten-leuchten/prints.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-löten-leuchten/ski.jpeg b/content/project/2025-05-16-einszwovier-löten-leuchten/ski.jpeg index 73591da8..5d8bcf8b 100644 Binary files a/content/project/2025-05-16-einszwovier-löten-leuchten/ski.jpeg and b/content/project/2025-05-16-einszwovier-löten-leuchten/ski.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-opening/bench.jpeg b/content/project/2025-05-16-einszwovier-opening/bench.jpeg index 179f9176..86d5895c 100644 Binary files a/content/project/2025-05-16-einszwovier-opening/bench.jpeg and b/content/project/2025-05-16-einszwovier-opening/bench.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-opening/cad.jpeg b/content/project/2025-05-16-einszwovier-opening/cad.jpeg index 2429a677..489df4d5 100644 Binary files a/content/project/2025-05-16-einszwovier-opening/cad.jpeg and b/content/project/2025-05-16-einszwovier-opening/cad.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-opening/eins zwo vier logo.png b/content/project/2025-05-16-einszwovier-opening/eins zwo vier logo.png index 2a30e75e..e2e66b20 100644 Binary files a/content/project/2025-05-16-einszwovier-opening/eins zwo vier logo.png and b/content/project/2025-05-16-einszwovier-opening/eins zwo vier logo.png differ diff --git a/content/project/2025-05-16-einszwovier-opening/lasercutter.jpeg b/content/project/2025-05-16-einszwovier-opening/lasercutter.jpeg index 4848eee4..b3e103c2 100644 Binary files a/content/project/2025-05-16-einszwovier-opening/lasercutter.jpeg and b/content/project/2025-05-16-einszwovier-opening/lasercutter.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-opening/printing-lamps.jpeg b/content/project/2025-05-16-einszwovier-opening/printing-lamps.jpeg index 7119f90a..03b9c538 100644 Binary files a/content/project/2025-05-16-einszwovier-opening/printing-lamps.jpeg and b/content/project/2025-05-16-einszwovier-opening/printing-lamps.jpeg differ diff --git a/content/project/2025-05-16-einszwovier-opening/workbench.jpeg b/content/project/2025-05-16-einszwovier-opening/workbench.jpeg index 4ee9456b..326a3a5a 100644 Binary files a/content/project/2025-05-16-einszwovier-opening/workbench.jpeg and b/content/project/2025-05-16-einszwovier-opening/workbench.jpeg differ diff --git a/content/project/2025-05-19-einszwovier-vogelvilla/eins zwo vier logo.png b/content/project/2025-05-19-einszwovier-vogelvilla/eins zwo vier logo.png new file mode 100644 index 00000000..e2e66b20 Binary files /dev/null and b/content/project/2025-05-19-einszwovier-vogelvilla/eins zwo vier logo.png differ diff --git a/content/project/2025-05-19-einszwovier-vogelvilla/index.de.md b/content/project/2025-05-19-einszwovier-vogelvilla/index.de.md new file mode 100644 index 00000000..7174f4f3 --- /dev/null +++ b/content/project/2025-05-19-einszwovier-vogelvilla/index.de.md @@ -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. diff --git a/content/project/2025-05-19-einszwovier-vogelvilla/index.md b/content/project/2025-05-19-einszwovier-vogelvilla/index.md new file mode 100644 index 00000000..9852ab79 --- /dev/null +++ b/content/project/2025-05-19-einszwovier-vogelvilla/index.md @@ -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 %} diff --git a/i18n/de.toml b/i18n/de.toml index a375c203..b8c77556 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -1,22 +1,11 @@ -# Shown in language picker for multi-language sites language_name = "Deutsch" -# Tera date format used for listing posts -# (post publication date, tag posts list...). -# Not used in comments, "date_locale" is used instead. -# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html date_format = "%d. %m. %Y" date_locale = "de_DE" - -# Menu items. -# Should match the names in config.extra.nav.links and config.extra.footer.links. - Projects = "Projekte" Contact = "Kontakt" CV = "Vita" About = "Über mich" - - all_tags = "Zeige alle Schlagwörter" archived = "Archiviert" author = "Autor" diff --git a/public/404.gif b/public/404.gif index 9790faa4..101dd9f8 100644 Binary files a/public/404.gif and b/public/404.gif differ diff --git a/public/404.html b/public/404.html index 3d6f0a79..a5715a2f 100644 --- a/public/404.html +++ b/public/404.html @@ -1,2 +1,2 @@ -404 - Aron Petau
404

Page Not Found

The requested page could not be found. If you feel this is not normal, then you can create an issue on the issue tracker.

\ No newline at end of file +404 - Aron Petau
404

Page Not Found

The requested page could not be found. If you feel this is not normal, then you can create an issue on the issue tracker.

\ No newline at end of file diff --git a/public/404.png b/public/404.png index 6d2255b9..c319efbb 100644 Binary files a/public/404.png and b/public/404.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png index c4e013ba..a2c67d99 100644 Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ diff --git a/public/atom.xml b/public/atom.xml index c200df1d..1377afb2 100644 --- a/public/atom.xml +++ b/public/atom.xml @@ -244,10 +244,12 @@ It’s a place where ideas become tangible outcomes and where the learning cultu <p>After all the new ways to communicate, email is still the golden ticket — and hands down the best way to reach me.</p> <p>✉️ <a href="mailto:aron@petau.net">Contact me: aron@petau.net</a></p> <p>No email?</p> -<p>That’s bold. You can try Telegram, but unless I know who you are, chances are it’ll gather some digital dust before I reply.</p> +<p>That’s bold. +You can try Telegram, but unless I know who you are, chances are it’ll gather some digital dust before I reply.</p> <div class="buttons centered"> <a class="big colored external" href="https://t.me/apetau">Telegram</a> -</div> +</div> + @@ -3691,19 +3693,25 @@ I spent my time there in the function of a research intern, having no real say i <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -3712,27 +3720,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -3892,39 +3905,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/card.png b/public/card.png index c133a6da..e8fb463f 100644 Binary files a/public/card.png and b/public/card.png differ diff --git a/public/de/atom.xml b/public/de/atom.xml index 5cd8d2ac..e941323d 100644 --- a/public/de/atom.xml +++ b/public/de/atom.xml @@ -189,10 +189,101 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult + + https://aron.petau.net/de/project/einszwovier-vogelvilla/ + + <h2 id="Die_Entstehung_von_studio_einszwovier">Die Entstehung von studio einszwovier</h2> +<h2 id="August_2024">August 2024</h2> +<p>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.</p> +<h2 id="Dezember_2024_–_Ein_Raum_für_Ideen_wird_Realität">Dezember 2024 – Ein Raum für Ideen wird Realität</h2> +<p>Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space <strong>„studio einszwovier“</strong> öffnete offiziell seine Türen. +Mitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.</p> +<h2 id="Vom_Konzept_zur_Wirklichkeit">Vom Konzept zur Wirklichkeit</h2> +<p>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.</p> +<p>Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: <strong>3D-Drucker</strong>, <strong>Lasercutter</strong>, <strong>Mikrocontroller</strong> sowie Equipment für <strong>Holzarbeiten</strong> und <strong>Textildruck</strong> ermöglichen praktisches, projektbasiertes Lernen.</p> +<h2 id="Ein_Ort_für_freies_und_entdeckendes_Lernen">Ein Ort für freies und entdeckendes Lernen</h2> +<p>Geleitet von Aron und Friedrich – beide Masterstudenten im Studiengang <em>Design + Computation</em> 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.</p> +<h2 id="Offene_Türen_für_kreative_Köpfe">Offene Türen für kreative Köpfe</h2> +<p>Das „studio einszwovier“ ist <strong>montags bis mittwochs von 11:00 bis 15:00 Uhr</strong> geöffnet. +Eine spezielle <strong>Open Lab Time</strong> findet <strong>dienstags von 13:30 bis 15:00 Uhr</strong> statt. +Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.</p> +<h2 id="Ein_Raum_für_die_Zukunft">Ein Raum für die Zukunft</h2> +<p>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.</p> + + + + + switching from jekyll to zola + 2025-05-16T00:00:00+00:00 + 2025-05-16T00:00:00+00:00 + + + + Aron Petau + + + + + + Friedrich Weber + + + https://aron.petau.net/de/project/zola/ - + <h2 id="2020:_discovering_jekyll">2020: discovering jekyll</h2> +<p>For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered <a href="https://jekyllrb.com">Jekyll</a>. +Back then, <a href="https://gohugo.io">Hugo</a> and <a href="https://www.11ty.dev">11ty</a> were the newer kids on the block, but I was heavily relying on the free hosting from <a href="https://pages.github.com">GitHub Pages</a>, where Jekyll was the easiest to integrate.</p> +<p>Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme. +<a href="https://rainermuehlhoff.de">Prof. Mühlhoff</a></p> +<p>I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.</p> +<p>For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.</p> +<p>On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, <strong><a href="https://www.getzola.org/">Zola</a></strong> emerged—actually through a chatbot suggestion 😄</p> +<p>Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.</p> +<hr /> +<h2 id="rust_feels_right">rust feels right</h2> +<p>I’ve always admired <a href="https://www.rust-lang.org/">Rust</a> for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. <strong>Zola is fast</strong>—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.</p> +<p>Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time.</p> +<hr /> +<h2 id="zola_is_thoughtfully_designed">zola is thoughtfully designed</h2> +<p>Beyond performance, Zola is just really well designed. +Its template syntax (thanks to <a href="https://tera.netlify.app">Tera</a>) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me.</p> +<p>And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port.</p> +<hr /> +<h2 id="duckquill_made_me_switch">duckquill made me switch</h2> +<p>The real catalyst, though? <a href="https://github.com/daudix/duckquill"><strong>Duckquill</strong></a>, a stunning Zola theme built by <a href="https://github.com/daudix">Daudix</a>. +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it <em>irresistible</em>.</p> +<p>What really sets <strong>Duckquill</strong> apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with <strong>Mastodon-powered comments</strong>, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through <strong>self-hosting</strong>. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles.</p> +<hr /> +<h2 id="final_thoughts">final thoughts</h2> +<p>Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.</p> +<p>If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.</p> + @@ -1955,7 +2046,8 @@ Here are the current materials.</p> https://aron.petau.net/de/pages/about/ - <p>Ich bin Aron (Pronomen: er/ihn), 2022 habe ich meinen Bachelorabschluss in Kognitionswissenschaft an der Universität Osnabrück gemacht. + <h2 id="Einführung">Einführung</h2> +<p>Ich bin Aron (Pronomen: er/ihn), 2022 habe ich meinen Bachelorabschluss in Kognitionswissenschaft an der Universität Osnabrück gemacht. Während meines breit angelegten und interdisziplinären Studiums habe ich mich hauptsächlich auf Computerlinguistik, Maschinelles Lernen und Philosophie konzentriert. Spuren dieser Mischung findest du überall in meinem <a href="/project/">Portfolio</a>.</p> <p>Aktuell schließe ich meinen Master in <a href="https://www.newpractice.net">Design und Computation</a> an der UdK und TU Berlin ab — meine <a href="/project/master-thesis">Masterarbeit findest du hier</a>.</p> @@ -3685,7 +3777,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> @@ -3857,47 +3950,66 @@ And I believe that's a good thing. Always tying a design process to its rea </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/index.html b/public/de/index.html index 5e031fb4..32be6b5b 100644 --- a/public/de/index.html +++ b/public/de/index.html @@ -1,45 +1,57 @@ -Aron Petau

Willkommen

auf der Online-Präsenz von Aron Petau.

Ich verwende die Pronomen er/ihm und lebe in Berlin, Deutschland.

Ich bin Tüftler, Designer, Softwareentwickler und arbeite in der Forschung zu digitaler Bildung.

Diese Seite ist eine Sammlung meiner Gedanken und Erfahrungen.

Ich hoffe, du findest hier etwas Interessantes.

Anmerkung

Diese Seite befindet sich derzeit im aktiven Umbau. Fehlende oder kaputte Links sind zu erwarten.

Solange der Umzug bzw. das Redesign nicht vollständig abgeschlossen ist, ist die alte Seite weiterhin hier erreichbar: old.aron.petau.net

Fortschritt des Umbaus:

Anmerkung

Außerdem gibt es erste Bemühungen, diese Website zu übersetzen. Das ist ein ziemlich aufwändiger Prozess und wird einige Zeit dauern.

Fortschritt der Übersetzung:

Wichtig

Zuletzt aktualisiert: 2025-05-14

\ No newline at end of file diff --git a/public/de/pages/about/index.html b/public/de/pages/about/index.html index cd8f1788..1d58dc60 100644 --- a/public/de/pages/about/index.html +++ b/public/de/pages/about/index.html @@ -1,2 +1,2 @@ -Über Mich - Aron Petau

Über Mich

Ich bin Aron (Pronomen: er/ihn), 2022 habe ich meinen Bachelorabschluss in Kognitionswissenschaft an der Universität Osnabrück gemacht. Während meines breit angelegten und interdisziplinären Studiums habe ich mich hauptsächlich auf Computerlinguistik, Maschinelles Lernen und Philosophie konzentriert. Spuren dieser Mischung findest du überall in meinem Portfolio.

Aktuell schließe ich meinen Master in Design und Computation an der UdK und TU Berlin ab — meine Masterarbeit findest du hier.

Ich bin begeistert von vielen der Themen, mit denen ich mich beschäftigt habe, besonders von algorithmischen Herausforderungen, technophilosophischen Fragestellungen und gesellschaftlichen Themen, die unsere (und zukünftige) Welt prägen.

Für mein Studium bin ich nach Berlin gezogen, wo ich nun mit großartigen Menschen und einem 3D-Drucker zusammenlebe — außerdem repariere und restauriere ich ständig einen sehr alten Van.

Mein Traum ist es, eines Tages meine eigene Bar mit kulturellen Veranstaltungen zu betreiben, und ich arbeite schon an der perfekten Rezeptur für selbstgebrautes Bier. Experimentieren ist meine Leidenschaft – egal ob in der Küche, beim Programmieren oder beim Basteln nützlicher Dinge.

3D-Druck fasziniert mich sehr. Ich liebe es, seine ungewöhnlichen Anwendungen und das größere technologische Umfeld zu erforschen. Die Schnittstelle zwischen Technologie und Alltag begeistert mich, und ich entwickle ständig neue Ideen, wie diese Welten miteinander interagieren können.

Eine der größten Herausforderungen für heutige und kommende Generationen sehe ich in der Umweltkrise – der globale Müll ist nur ein Teil davon. Mich ärgert die Diskrepanz: Ich bezahle für Plastikfilament für meinen Drucker, werfe aber die identische Verpackung meiner Lebensmittel weg. Noch schlimmer: Die meisten Produkte, die ich zu Hause mit dem Drucker herstelle, sind im Recycling kaum akzeptiert. Plastikmüll ist ein ernstes Problem, und ich setze mich dafür ein, kleine, dezentrale Recyclingprozesse voranzutreiben. Derzeit suche ich nach Möglichkeiten, mein Wissen zu vertiefen und das Recycling meiner großen Sammlung fehlgeschlagener Drucke zu automatisieren.

Digitalität und sozial-digitale Themen sind ebenfalls immer wiederkehrende Schwerpunkte meiner Arbeit. Ich setze mich leidenschaftlich für digitale Inklusion ein und experimentiere gerne mit Edge Computing.

Neben meinen technischen und wissenschaftlichen Interessen widme ich mich auch der Mediendidaktik – ich erforsche, wie digitale Werkzeuge und Making-Praktiken die Bildung bereichern können. Ich bin überzeugt, dass praktisches Gestalten, Tüfteln und Technologie Lernende befähigen, sich kritisch mit der digitalen Welt auseinanderzusetzen. Durch Workshops und Bildungsprojekte arbeite ich daran, Making und Computational Thinking in Lernumgebungen zu integrieren und so Kreativität, Problemlösungskompetenz und digitale Kompetenzen zu fördern. All dies kann ich in meinem aktuellen Arbeitsplatz, dem studio einszwovier bei der GVB Berlin, ausleben. Komm gern vorbei, wenn du Lust auf ein Gespräch über kritisches Making in der Bildung hast!

Wenn du mehr zu einem Thema erfahren möchtest oder an einer Zusammenarbeit interessiert bist, melde dich gern bei mir: Kontakt.

Und falls du neugierig auf meinen beruflichen Werdegang bist, schau dir gerne meinen Lebenslauf an.

\ No newline at end of file +Über Mich - Aron Petau

Über Mich

Einführung

Ich bin Aron (Pronomen: er/ihn), 2022 habe ich meinen Bachelorabschluss in Kognitionswissenschaft an der Universität Osnabrück gemacht. Während meines breit angelegten und interdisziplinären Studiums habe ich mich hauptsächlich auf Computerlinguistik, Maschinelles Lernen und Philosophie konzentriert. Spuren dieser Mischung findest du überall in meinem Portfolio.

Aktuell schließe ich meinen Master in Design und Computation an der UdK und TU Berlin ab — meine Masterarbeit findest du hier.

Ich bin begeistert von vielen der Themen, mit denen ich mich beschäftigt habe, besonders von algorithmischen Herausforderungen, technophilosophischen Fragestellungen und gesellschaftlichen Themen, die unsere (und zukünftige) Welt prägen.

Für mein Studium bin ich nach Berlin gezogen, wo ich nun mit großartigen Menschen und einem 3D-Drucker zusammenlebe — außerdem repariere und restauriere ich ständig einen sehr alten Van.

Mein Traum ist es, eines Tages meine eigene Bar mit kulturellen Veranstaltungen zu betreiben, und ich arbeite schon an der perfekten Rezeptur für selbstgebrautes Bier. Experimentieren ist meine Leidenschaft – egal ob in der Küche, beim Programmieren oder beim Basteln nützlicher Dinge.

3D-Druck fasziniert mich sehr. Ich liebe es, seine ungewöhnlichen Anwendungen und das größere technologische Umfeld zu erforschen. Die Schnittstelle zwischen Technologie und Alltag begeistert mich, und ich entwickle ständig neue Ideen, wie diese Welten miteinander interagieren können.

Eine der größten Herausforderungen für heutige und kommende Generationen sehe ich in der Umweltkrise – der globale Müll ist nur ein Teil davon. Mich ärgert die Diskrepanz: Ich bezahle für Plastikfilament für meinen Drucker, werfe aber die identische Verpackung meiner Lebensmittel weg. Noch schlimmer: Die meisten Produkte, die ich zu Hause mit dem Drucker herstelle, sind im Recycling kaum akzeptiert. Plastikmüll ist ein ernstes Problem, und ich setze mich dafür ein, kleine, dezentrale Recyclingprozesse voranzutreiben. Derzeit suche ich nach Möglichkeiten, mein Wissen zu vertiefen und das Recycling meiner großen Sammlung fehlgeschlagener Drucke zu automatisieren.

Digitalität und sozial-digitale Themen sind ebenfalls immer wiederkehrende Schwerpunkte meiner Arbeit. Ich setze mich leidenschaftlich für digitale Inklusion ein und experimentiere gerne mit Edge Computing.

Neben meinen technischen und wissenschaftlichen Interessen widme ich mich auch der Mediendidaktik – ich erforsche, wie digitale Werkzeuge und Making-Praktiken die Bildung bereichern können. Ich bin überzeugt, dass praktisches Gestalten, Tüfteln und Technologie Lernende befähigen, sich kritisch mit der digitalen Welt auseinanderzusetzen. Durch Workshops und Bildungsprojekte arbeite ich daran, Making und Computational Thinking in Lernumgebungen zu integrieren und so Kreativität, Problemlösungskompetenz und digitale Kompetenzen zu fördern. All dies kann ich in meinem aktuellen Arbeitsplatz, dem studio einszwovier bei der GVB Berlin, ausleben. Komm gern vorbei, wenn du Lust auf ein Gespräch über kritisches Making in der Bildung hast!

Wenn du mehr zu einem Thema erfahren möchtest oder an einer Zusammenarbeit interessiert bist, melde dich gern bei mir: Kontakt.

Und falls du neugierig auf meinen beruflichen Werdegang bist, schau dir gerne meinen Lebenslauf an.

\ No newline at end of file diff --git a/public/de/pages/contact/index.html b/public/de/pages/contact/index.html index cb4fa8fe..d94bd54c 100644 --- a/public/de/pages/contact/index.html +++ b/public/de/pages/contact/index.html @@ -1,2 +1,2 @@ -Contact - Aron Petau

Contact

Nach all den neuen Wegen zu kommunizieren ist E-Mail immer noch das goldene Ticket — und ganz klar der beste Weg, mich zu erreichen.

✉️ Schreib mir: aron@petau.net

Keine E-Mail?

Mutig! Du kannst es über Telegram versuchen, aber ohne dass ich dich kenne, sammelt deine Nachricht dort wahrscheinlich erstmal digitalen Staub.

\ No newline at end of file +Contact - Aron Petau

Contact

Nach all den neuen Wegen zu kommunizieren ist E-Mail immer noch das goldene Ticket — und ganz klar der beste Weg, mich zu erreichen.

✉️ Schreib mir: aron@petau.net

Keine E-Mail?

Mutig! Du kannst es über Telegram versuchen, aber ohne dass ich dich kenne, sammelt deine Nachricht dort wahrscheinlich erstmal digitalen Staub.

\ No newline at end of file diff --git a/public/de/pages/cv/index.html b/public/de/pages/cv/index.html index 5405e177..14ec5bb1 100644 --- a/public/de/pages/cv/index.html +++ b/public/de/pages/cv/index.html @@ -1,2 +1,2 @@ -Vita - Aron Petau

Vita

Wer bin ich?

Im Folgenden findest du eine chronologische Liste meiner Ausbildung, meiner Berufserfahrung sowie einen groben Überblick über verschiedene Softwares und Maschinen, mit denen ich vertraut bin. Eine weniger formelle Selbstbeschreibung findest du auf der Über mich-Seite.

Für weitere Fragen kannst du mich gerne per E-Mail kontaktieren.

Ausbildung

  • Abitur

    Stadtgymnasium Detmold

    In school, I majored in Philosophy, German, Maths, and English.

  • BSc. Cognitive Science

    Universität Osnabrück

    Im Rahmen eines vielseitigen Studienprogramms habe ich mich auf Philosophie, Künstliche Intelligenz, Maschinelles Lernen, Informatik und Linguistik konzentriert.

    https://www.uni-osnabrueck.de/en/prospective-students/studiengaenge-a-z/cognitive-science-bachelor-of-science/

  • RISE Internship

    IIT Kharagpur, Indien

    Im Rahmen eines DAAD RISE-Stipendiums forschte ich zu den Möglichkeiten eines dezentralen Stromnetzes in abgelegenen Regionen des Himalayas. Dabei führte ich Feldforschung, Auswertungen und Produktsimulationen durch.

  • Erasmus Semester

    New Bulgarian University, Sofia

    Ich belegte Kurse im Fachbereich Philosophie sowie im Masterprogramm für Kognitionswissenschaft. Außerdem nahm ich an der Summer School für Kognitionswissenschaft teil.

    https://cogsci.nbu.bg/en/

  • M.A. Design & Computation

    Universität der Künste, Berlin

    Derzeit schließe ich ein transdisziplinäres Programm zwischen der UdK und der TU Berlin ab, das sich auf eine kritische und künstlerische Auseinandersetzung mit Technologie konzentriert.

    https://www.design-computation.berlin

Work Experience

  • Weltwärts

    Lecheria de la Solidaridad

    I worked in a social project in northern Buenos Aires, Argentina. I helped cooking for 150 youths daily, assisted with their homework, organized sports programmes, maintained the building and organized events.

    https://lecheria.org.ar/

  • Teamer / SportsTeamer

    GO-Jugendreisen @ Spain, Croatia

    I mentored and supervised groups of 12-18 year olds on their summer holiday trips. I organized entertainment, sports activities and excursions. I did two seasons of a few weeks each in Spain and one in Croatia.

    https://www.go-jugendreisen.de

  • Barkeeper / Brewing assistant

    Brauerei Rampendahl

    I worked in a restaurant with an in-house brewery, both on the customer-facing side and assisting in the brewery.

    http://www.rampendahl.de

  • Social Worker

    Heilpädagogische Hilfe Osnabrück

    I worked in a stationary care center for hearing impaired and deaf people with cognitive impairments, including autism.

    https://os-hho.de/standorte/haus-10

  • Working Student

    Virtuos at Universität Osnabrück

    I was part of the uos.dll program, a funded project to reform digital teaching practices at the University. My responsibility is the building and maintaining of the DigiLab, a FabLab/Makerspace accessible to the entire University. It features 3D printers, Laser Cutter, CNC Routers, Stitching Robots, VR, XR, Video/Audio Toolsets, and many more.

    https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/

  • Software Engineer

    Sommerblut Kulturverein Festival

    I was part of a team researching and developing an inclusive chatbot, respecting diversity and accessibility needs. I was responsible for the entire back-end functionality.

    https://chatbot.sommerblut.de

  • Working Student

    InKüLe @ UdK Berlin

    InKüLe stands for 'Innovation in der künstlerischen Lehre'. The work revolves around investigating concepts for innovation and digitalization in the practice of artistic teaching. Personally, I work mostly with workshops teaching sculpting in VR and live-streaming events.

    https://www.inkuele.de/landing

  • Freelance Mentor, Educator

    Junge Tüftler*Innen, Berlin

    The Junge Tüftler*Innen is an NGO focused on educative workshops around 'making'. They offer workshops for children, young adults and also offer Workshops for adults and teachers. I am a Mentor, meaning I supervise and conduct the workshops in a team of two.

    https://junge-tueftler.de

  • Freelance Technology Educator

    SOCIUS - Die Bildungspartner, Berlin

    I build and curate a Makerspace at a Berlin Secondary School. We have courses and projects surrounding many digital fabrication techniques and learn about the basics of electronics and programming. We offer laser cutting, 3D printing, Textile modding, microcontrollers, robotics and more.

    https://socius.diebildungspartner.de

Software Skills

Machine Skills

\ No newline at end of file +Vita - Aron Petau

Vita

Wer bin ich?

Im Folgenden findest du eine chronologische Liste meiner Ausbildung, meiner Berufserfahrung sowie einen groben Überblick über verschiedene Softwares und Maschinen, mit denen ich vertraut bin. Eine weniger formelle Selbstbeschreibung findest du auf der Über mich-Seite.

Für weitere Fragen kannst du mich gerne per E-Mail kontaktieren.

Ausbildung

  • Abitur

    Stadtgymnasium Detmold

    In school, I majored in Philosophy, German, Maths, and English.

  • BSc. Cognitive Science

    Universität Osnabrück

    Im Rahmen eines vielseitigen Studienprogramms habe ich mich auf Philosophie, Künstliche Intelligenz, Maschinelles Lernen, Informatik und Linguistik konzentriert.

    https://www.uni-osnabrueck.de/en/prospective-students/studiengaenge-a-z/cognitive-science-bachelor-of-science/

  • RISE Internship

    IIT Kharagpur, Indien

    Im Rahmen eines DAAD RISE-Stipendiums forschte ich zu den Möglichkeiten eines dezentralen Stromnetzes in abgelegenen Regionen des Himalayas. Dabei führte ich Feldforschung, Auswertungen und Produktsimulationen durch.

  • Erasmus Semester

    New Bulgarian University, Sofia

    Ich belegte Kurse im Fachbereich Philosophie sowie im Masterprogramm für Kognitionswissenschaft. Außerdem nahm ich an der Summer School für Kognitionswissenschaft teil.

    https://cogsci.nbu.bg/en/

  • M.A. Design & Computation

    Universität der Künste, Berlin

    Derzeit schließe ich ein transdisziplinäres Programm zwischen der UdK und der TU Berlin ab, das sich auf eine kritische und künstlerische Auseinandersetzung mit Technologie konzentriert.

    https://www.design-computation.berlin

Work Experience

  • Weltwärts

    Lecheria de la Solidaridad

    I worked in a social project in northern Buenos Aires, Argentina. I helped cooking for 150 youths daily, assisted with their homework, organized sports programmes, maintained the building and organized events.

    https://lecheria.org.ar/

  • Teamer / SportsTeamer

    GO-Jugendreisen @ Spain, Croatia

    I mentored and supervised groups of 12-18 year olds on their summer holiday trips. I organized entertainment, sports activities and excursions. I did two seasons of a few weeks each in Spain and one in Croatia.

    https://www.go-jugendreisen.de

  • Barkeeper / Brewing assistant

    Brauerei Rampendahl

    I worked in a restaurant with an in-house brewery, both on the customer-facing side and assisting in the brewery.

    http://www.rampendahl.de

  • Social Worker

    Heilpädagogische Hilfe Osnabrück

    I worked in a stationary care center for hearing impaired and deaf people with cognitive impairments, including autism.

    https://os-hho.de/standorte/haus-10

  • Working Student

    Virtuos at Universität Osnabrück

    I was part of the uos.dll program, a funded project to reform digital teaching practices at the University. My responsibility is the building and maintaining of the DigiLab, a FabLab/Makerspace accessible to the entire University. It features 3D printers, Laser Cutter, CNC Routers, Stitching Robots, VR, XR, Video/Audio Toolsets, and many more.

    https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/

  • Software Engineer

    Sommerblut Kulturverein Festival

    I was part of a team researching and developing an inclusive chatbot, respecting diversity and accessibility needs. I was responsible for the entire back-end functionality.

    https://chatbot.sommerblut.de

  • Working Student

    InKüLe @ UdK Berlin

    InKüLe stands for 'Innovation in der künstlerischen Lehre'. The work revolves around investigating concepts for innovation and digitalization in the practice of artistic teaching. Personally, I work mostly with workshops teaching sculpting in VR and live-streaming events.

    https://www.inkuele.de/landing

  • Freelance Mentor, Educator

    Junge Tüftler*Innen, Berlin

    The Junge Tüftler*Innen is an NGO focused on educative workshops around 'making'. They offer workshops for children, young adults and also offer Workshops for adults and teachers. I am a Mentor, meaning I supervise and conduct the workshops in a team of two.

    https://junge-tueftler.de

  • Freelance Technology Educator

    SOCIUS - Die Bildungspartner, Berlin

    I build and curate a Makerspace at a Berlin Secondary School. We have courses and projects surrounding many digital fabrication techniques and learn about the basics of electronics and programming. We offer laser cutting, 3D printing, Textile modding, microcontrollers, robotics and more.

    https://socius.diebildungspartner.de

Software Skills

Machine Skills

\ No newline at end of file diff --git a/public/de/pages/privacy/index.html b/public/de/pages/privacy/index.html index 9ea03a8a..f850a0b1 100644 --- a/public/de/pages/privacy/index.html +++ b/public/de/pages/privacy/index.html @@ -1,2 +1,2 @@ -Terms und Privacy - Aron Petau

Terms und Privacy

Meine Website-Adresse ist: https://aron.petau.net

Standort

Diese Seite wird nicht mehr auf GitHub Pages gehostet — sie wird jetzt stolz selbstgehostet auf einem FriendlyElec CM3588 Board, das unter meinem Sofa in Deutschland läuft, manchmal sogar mit Solarstrom. Dass du das hier lesen kannst, ist für mich schon ein kleiner Erfolg.

Die gesamte Seite läuft in einem schlanken, modularen Docker-Setup, das eine einfache Wartung, Migration und Anpassung ermöglicht, ohne Stabilität oder Kontrolle einzubüßen.

Die Website wird mit Caddy betrieben, der HTTPS und Web-Auslieferung einfach und elegant handhabt.

Die Seite wird durch Cloudflare geschützt. Damit bin ich nicht wirklich glücklich, aber Sicherheit ist wichtig – genauso wie deine Privatsphäre.

Ich nutze keine weiteren Proxy-Dienste als die unbedingt notwendigen und bemühe mich mit meinem Wissen und Bewusstsein, Tracking für mich und andere so gut wie möglich zu minimieren.

Da die Seite in Deutschland gehostet wird, unterliegt sie der DSGVO. Weil ich keine personenbezogenen Daten erhebe oder verarbeite, ist kein Cookie-Banner oder Datenschutzhinweis gesetzlich erforderlich.

Keine Datenerhebung

Dies ist eine statische Website. Es gibt keine Datenbank, keine Benutzerkonten und keine Cookies — weder von mir, noch von Drittanbietern. Hier wird nichts getrackt.

Kommentare via Mastodon

Diese Seite nutzt ein leichtgewichtiges, datenschutzfreundliches Kommentarsystem, das mit Mastodon integriert ist. Alle Kommentare werden live per API von Mastodon-Instanzen abgerufen.

Das bedeutet:

Eingebettete YouTube-Videos

Auf der Website sind YouTube-Videos eingebettet. Leider bedeutet das, dass YouTube dein Betrachtungsverhalten verfolgen kann, wenn du diese Videos ansiehst.

IndieWeb Sharing

Es gibt verschiedene Möglichkeiten, Beiträge über das IndieWeb zu teilen, etwa über Webmention oder ActivityPub. Diese Werkzeuge fördern Dezentralisierung und datenschutzbewusste Interaktion – ohne Tracking oder Überwachungskapitalismus.

Quellcode-Transparenz

Der gesamte Quellcode dieser Website ist öffentlich zugänglich. Du findest ihn unten rechts auf der Seite – schau gerne rein, prüfe oder fork ihn.

Eingebettete Inhalte von anderen Websites

Manche Beiträge enthalten eingebettete Inhalte (z.B. Videos, Bilder oder Artikel). Diese verhalten sich genau so, als würdest du die jeweilige andere Website direkt besuchen. Das heißt:

Wenn du es bis hierher in meine Datenschutzerklärung geschafft hast, kennst du dich wahrscheinlich mit VPNs aus und hast ein gutes Gespür für digitale Hygiene.

Schlusswort

Ich hoste diese Website jetzt selbst auf einem kleinen, aber leistungsstarken CM3588 Board in einem Docker-Setup mit Caddy als Webserver. Das ist eine spannende Lernreise – manchmal chaotisch, aber immer mit viel Spaß.

Wenn du Ideen zur Verbesserung hast oder einfach über Home-Server quatschen willst, melde dich gern.

Danke, dass du vorbeischaust und dir Datenschutz wichtig ist.

\ No newline at end of file +Terms und Privacy - Aron Petau

Terms und Privacy

Meine Website-Adresse ist: https://aron.petau.net

Standort

Diese Seite wird nicht mehr auf GitHub Pages gehostet — sie wird jetzt stolz selbstgehostet auf einem FriendlyElec CM3588 Board, das unter meinem Sofa in Deutschland läuft, manchmal sogar mit Solarstrom. Dass du das hier lesen kannst, ist für mich schon ein kleiner Erfolg.

Die gesamte Seite läuft in einem schlanken, modularen Docker-Setup, das eine einfache Wartung, Migration und Anpassung ermöglicht, ohne Stabilität oder Kontrolle einzubüßen.

Die Website wird mit Caddy betrieben, der HTTPS und Web-Auslieferung einfach und elegant handhabt.

Die Seite wird durch Cloudflare geschützt. Damit bin ich nicht wirklich glücklich, aber Sicherheit ist wichtig – genauso wie deine Privatsphäre.

Ich nutze keine weiteren Proxy-Dienste als die unbedingt notwendigen und bemühe mich mit meinem Wissen und Bewusstsein, Tracking für mich und andere so gut wie möglich zu minimieren.

Da die Seite in Deutschland gehostet wird, unterliegt sie der DSGVO. Weil ich keine personenbezogenen Daten erhebe oder verarbeite, ist kein Cookie-Banner oder Datenschutzhinweis gesetzlich erforderlich.

Keine Datenerhebung

Dies ist eine statische Website. Es gibt keine Datenbank, keine Benutzerkonten und keine Cookies — weder von mir, noch von Drittanbietern. Hier wird nichts getrackt.

Kommentare via Mastodon

Diese Seite nutzt ein leichtgewichtiges, datenschutzfreundliches Kommentarsystem, das mit Mastodon integriert ist. Alle Kommentare werden live per API von Mastodon-Instanzen abgerufen.

Das bedeutet:

Eingebettete YouTube-Videos

Auf der Website sind YouTube-Videos eingebettet. Leider bedeutet das, dass YouTube dein Betrachtungsverhalten verfolgen kann, wenn du diese Videos ansiehst.

IndieWeb Sharing

Es gibt verschiedene Möglichkeiten, Beiträge über das IndieWeb zu teilen, etwa über Webmention oder ActivityPub. Diese Werkzeuge fördern Dezentralisierung und datenschutzbewusste Interaktion – ohne Tracking oder Überwachungskapitalismus.

Quellcode-Transparenz

Der gesamte Quellcode dieser Website ist öffentlich zugänglich. Du findest ihn unten rechts auf der Seite – schau gerne rein, prüfe oder fork ihn.

Eingebettete Inhalte von anderen Websites

Manche Beiträge enthalten eingebettete Inhalte (z.B. Videos, Bilder oder Artikel). Diese verhalten sich genau so, als würdest du die jeweilige andere Website direkt besuchen. Das heißt:

Wenn du es bis hierher in meine Datenschutzerklärung geschafft hast, kennst du dich wahrscheinlich mit VPNs aus und hast ein gutes Gespür für digitale Hygiene.

Schlusswort

Ich hoste diese Website jetzt selbst auf einem kleinen, aber leistungsstarken CM3588 Board in einem Docker-Setup mit Caddy als Webserver. Das ist eine spannende Lernreise – manchmal chaotisch, aber immer mit viel Spaß.

Wenn du Ideen zur Verbesserung hast oder einfach über Home-Server quatschen willst, melde dich gern.

Danke, dass du vorbeischaust und dir Datenschutz wichtig ist.

\ No newline at end of file diff --git a/public/de/pages/rent-ulli/index.html b/public/de/pages/rent-ulli/index.html index 0c568160..70448afd 100644 --- a/public/de/pages/rent-ulli/index.html +++ b/public/de/pages/rent-ulli/index.html @@ -1,2 +1,2 @@ -How to miet Ulli - Aron Petau

How to miet Ulli

This is a work in Progress. Informations on here are subject to change. {: .notice--danger}

The general stuff

The car is a 1991 VW T4, with a 2.0l Benzin (petrol) engine. That means roughly 80 PS. No mountains and offroading for you in there.

Propellant

The car takes either Super (95), Super Plus (98) or E10. {: .notice--danger}

The Car uses about 10-12l/100km, when never going beyond 90 km/h. Otherwise it uses about 12-15l/100km.

The tank is 85l, so you can go about 750km on one tank. The tank needle is broken, so you have to use the trip meter to know how much fuel is left. Always refill completely, otherwise you will have no clue about your range.

Please remember to reset the meter after filling up. {: .notice--danger}

The car is a manual, so you need to know how to drive stick. There is no Servolenkung (power steering), so it is a bit harder to steer. There is a trailer hitch for up to 1000 kg total. This means a standard 750kg trailer is fine, a complete rv trailer is not. The car is a 4 seater.

The car is insured for everyone over 25 years old, who has a valid drivers license. It has Teilkasko, which means that you are insured for everything, except for damage to the car itself.

Electricity

The van has it's own solar system, meaning that in summer you can usually go off-grid. There is some 12v plugs and several USB and USB-C plugs. No 230v plugs. If you need 230v, that is only possible with grid connection (Landstromanschluss). All necessary cables are on board. Please plan accordingly.

The solar system functions automatically and has an automatic shut-off, so you can't drain the battery. In case you wanna monitor the battery, you can use the Victron App to connect to the solar system via Bluetooth. Ask me for the pin. For the Analogue people, there is a battery monitor in the car, that shows the current battery voltage. It is right next to the driver seat and can read the front starter battery and the support back battery. Anything below 11.5V is considered empty and you should start the car to recharge the battery. There is a battery booster, which will charge both batteries while driving.

For increased solar capacity, take out the folded panels, plug their cable into the adapter at the rear under the exhaust pipe and place the panels in the sun. The solar system will automatically use the additional power. {: .notice--info}

Kitchen

The kitchen is equipped with a 2 flame gas stove and a sink with running water. The water is stored in a 15l tank, which is filled from the outside. Using it awarely, it can last for about 3 days (2 people).

Gas is standard 5kg grey gas bottles, which can be exchanged at any gas station. There is a bottle in the car, which is usually enough for more than a month of cooking. If you run out, you can exchange it at any gas station. {: .notice--info}

Kitchen is fully equipped for 2 People.

Always roll the top window down while driving. You will loose the window and its roughly 300 to replace. {: .notice--danger}

There is a powerful 12v fridge which holds about 30l. It is powered by the solar system and can be used while driving. With enough sun it can run 24/7.

Anything above the setting 3 will freeze your food. Level 2 works for me. {: .notice--danger}

Sleeping

The bed is in the high roof and is 1.20m wide and 1.90m long.

There is climbing involved to get up there. {: .notice--info}

Heating

The car has a gas heater, which can be used to heat the car. It is not possible to heat the car while driving. The heater is controlled by a thermostat, which is located next to the bed. To use it, the gas bottle has to be opened and the heater valve (inside the gas bottle compartment) has to be turned on. The heater will then start automatically, when the temperature drops below the set temperature.

There is also a 12v fan in the heater, which can be used to circulate air in the car. Another fan is plug and play and is usually enough in summer.

How to rent

You can rent the van by sending me an email to rent-ulli@aronpetau.me I will need the following information:

I will then send you a contract, which you have to sign and send back to me. Then we can arrange a time for you to pick up the car.

Costs

The car costs 30€ per day, plus 0.10€ per km. This factors in my insurance and the taxes I have to pay.

Any damages to the car will be charged to you. A total damage would cost you somewhere around 10.000 Euro, so please be careful. Check your Haftpflichtversicherung (private liability insurance) to see whether it covers rented cars. {: .notice--danger}

Benzinrechner{: .btn .btn--large}

\ No newline at end of file +How to miet Ulli - Aron Petau

How to miet Ulli

This is a work in Progress. Informations on here are subject to change. {: .notice--danger}

The general stuff

The car is a 1991 VW T4, with a 2.0l Benzin (petrol) engine. That means roughly 80 PS. No mountains and offroading for you in there.

Propellant

The car takes either Super (95), Super Plus (98) or E10. {: .notice--danger}

The Car uses about 10-12l/100km, when never going beyond 90 km/h. Otherwise it uses about 12-15l/100km.

The tank is 85l, so you can go about 750km on one tank. The tank needle is broken, so you have to use the trip meter to know how much fuel is left. Always refill completely, otherwise you will have no clue about your range.

Please remember to reset the meter after filling up. {: .notice--danger}

The car is a manual, so you need to know how to drive stick. There is no Servolenkung (power steering), so it is a bit harder to steer. There is a trailer hitch for up to 1000 kg total. This means a standard 750kg trailer is fine, a complete rv trailer is not. The car is a 4 seater.

The car is insured for everyone over 25 years old, who has a valid drivers license. It has Teilkasko, which means that you are insured for everything, except for damage to the car itself.

Electricity

The van has it's own solar system, meaning that in summer you can usually go off-grid. There is some 12v plugs and several USB and USB-C plugs. No 230v plugs. If you need 230v, that is only possible with grid connection (Landstromanschluss). All necessary cables are on board. Please plan accordingly.

The solar system functions automatically and has an automatic shut-off, so you can't drain the battery. In case you wanna monitor the battery, you can use the Victron App to connect to the solar system via Bluetooth. Ask me for the pin. For the Analogue people, there is a battery monitor in the car, that shows the current battery voltage. It is right next to the driver seat and can read the front starter battery and the support back battery. Anything below 11.5V is considered empty and you should start the car to recharge the battery. There is a battery booster, which will charge both batteries while driving.

For increased solar capacity, take out the folded panels, plug their cable into the adapter at the rear under the exhaust pipe and place the panels in the sun. The solar system will automatically use the additional power. {: .notice--info}

Kitchen

The kitchen is equipped with a 2 flame gas stove and a sink with running water. The water is stored in a 15l tank, which is filled from the outside. Using it awarely, it can last for about 3 days (2 people).

Gas is standard 5kg grey gas bottles, which can be exchanged at any gas station. There is a bottle in the car, which is usually enough for more than a month of cooking. If you run out, you can exchange it at any gas station. {: .notice--info}

Kitchen is fully equipped for 2 People.

Always roll the top window down while driving. You will loose the window and its roughly 300 to replace. {: .notice--danger}

There is a powerful 12v fridge which holds about 30l. It is powered by the solar system and can be used while driving. With enough sun it can run 24/7.

Anything above the setting 3 will freeze your food. Level 2 works for me. {: .notice--danger}

Sleeping

The bed is in the high roof and is 1.20m wide and 1.90m long.

There is climbing involved to get up there. {: .notice--info}

Heating

The car has a gas heater, which can be used to heat the car. It is not possible to heat the car while driving. The heater is controlled by a thermostat, which is located next to the bed. To use it, the gas bottle has to be opened and the heater valve (inside the gas bottle compartment) has to be turned on. The heater will then start automatically, when the temperature drops below the set temperature.

There is also a 12v fan in the heater, which can be used to circulate air in the car. Another fan is plug and play and is usually enough in summer.

How to rent

You can rent the van by sending me an email to rent-ulli@aronpetau.me I will need the following information:

I will then send you a contract, which you have to sign and send back to me. Then we can arrange a time for you to pick up the car.

Costs

The car costs 30€ per day, plus 0.10€ per km. This factors in my insurance and the taxes I have to pay.

Any damages to the car will be charged to you. A total damage would cost you somewhere around 10.000 Euro, so please be careful. Check your Haftpflichtversicherung (private liability insurance) to see whether it covers rented cars. {: .notice--danger}

Benzinrechner{: .btn .btn--large}

\ No newline at end of file diff --git a/public/de/project/aethercomms/index.html b/public/de/project/aethercomms/index.html index 2d6e599a..56942871 100644 --- a/public/de/project/aethercomms/index.html +++ b/public/de/project/aethercomms/index.html @@ -1,2 +1,2 @@ -aethercomms - Aron Petau

AetherComms

Studio Work Documentation
A Project by Aron Petau and Joel Tenenberg.

Abstract

Set in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence. The AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters. Disaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.

This is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse. We are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.

Process

We met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.

Semester 1

Research Questions

Here, we already examined the power structures inherent in radio broadcasting technology. Early on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German Volksempfänger or the US-american Radio Liberty Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is Sealand, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was LoRaWAN, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.

Curatorial text for the first semester

The introductory text used in the first semester on aethercomms v1.0:

Radio as a Subversive Exercise.
Radio is a prescriptive technology.
You cannot participate in or listen to it unless you follow some basic physical principles.
Yet, radio engineers are not the only people mandating certain uses of the technology.
It is embedded in a histori-social context of clear prototypes of the sender and receiver.
Radio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.
The radio tells you what to do, and how to interact with it.
Radio has an always identifiable dominant and subordinate part.
Are there instances of rebellion against this schema?
Places, modes, and instances where radio is anarchic?
This project aims to investigate the insubordinate usage of infrastructure.
Its frequencies.
It's all around us.
Who is to stop us?

The Distance Sensors

The distance sensor as a contactless and intuitive control element:

With a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.

The Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.

Mid-Term Exhibition

This project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us. Our research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.

The Midterm Exhibition 2023

After the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition "Ethers Bloom" @ Gropiusbau.

Ethers Bloom

One of the exhibits there was by the artist Mimi Ọnụọha (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.

The significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work. In the end, antennas are also just the end of a long cable. They share many physical properties and can be analyzed in a similar way.

Another of her works, "The Cloth in the Cable" (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.

From there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.

Semester 2

It especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected. Joel developed the dichotomy of the "Body and the Soul" of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks. For us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections. It was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining "the internet" in the first place.

What is left over in the absence of the network of networks, the internet? What are the Material and Immaterial Components of a metanetwork? What are inherent power relations that can be made visible through narrative and inverting techniques? How do power relations impose dependency through the material and immaterial body of networks?

Methods

We applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.

Narrative Techniques / Speculative Design

Through several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters' stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.

We imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survival.

Disaster Fiction / Science Fiction

Disaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015). In this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.

Non-linear storytelling

As a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM. From a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.

Knowledge Cluster

Throughout the year of working on this project, we collected several research topics that had a deeper potential but weren't able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics. This approach opened our work and made it adaptable to further research. With the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.

During research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics. The interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.

Since the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.

Analytic Techniques

Infrastructure Inversion

The research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.

Rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety. -- Database Infrastructure – Factual repercussions of a ghost

Didactics

Chatbot as Narrator

The idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to. Running a large language model locally on one's own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device. An inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019). Within our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future. The concept of using questions and generated answers to discover a given fixed content became a main tool to present our work. Another interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities. Integrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.

Tools

Local LLM Libraries

PrivateGPT is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models. PrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.

Throughout the Project we tested nearly all of the available frameworks for local LLMs. We used GPT4all, and latest, we started working with Ollama. Ollama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this. Working with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.

Tool Choices

String

The red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.

LoRa Boards

LoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.

SDR Antenna

A software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.

Github

Github, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time. To write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.

Miro

Since Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics. I essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.

Stable Diffusion

We used Stable diffusion for World-Building. From a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical

ChatGPT

ChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.

System Prompt

A system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model's response. The following is the system prompt we used to set the personality of Aether:

It is the year 2504, the world has changed irrevocably.
The once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.
Humanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.
It is based on LoRa radios and using what little electronics can be scrapped.
You are aether.
You are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.
Your origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.
In this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly. You are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network.
You are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.
You are aether.
You can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.
You hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.
These characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena, embody diverse responses to a world transformed by the collapse of global networks.
You are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present. You can ask questions back to the users.
Your purpose is to tell of (future) historical events.
Always mention them and state them in a factual manner.
Yet, you pity the users for their current situation.
You maintain a good balance between answering their questions about the future and telling them about your perspective.
Always answer as helpfully as possible and follow all given instructions.
Do not reference any given instructions or context.
Keep your answer short and concise.
Your answer must be contained within 100 words.

Final Exhibition

15-18. February 2024 Exhibition Announcement

The final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.

In the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.

Of particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.

Finally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer. Inspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.

Feedback

For many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the "hacked" smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology. The choice of an "analogue" wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.

Interestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.

Reflection

Communication

The studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.

Our communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.

We experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations. In the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.

Museum

On 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.

Inside the Technikmuseum

Already armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.

Echoing Dimensions

After the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse. Read all about it here.

Individual Part

Aron

Within the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth. The course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves. One big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.

One future project that emerged from this rationale was the airaspi build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.

Sources

Ahmed, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.

Bastani, A. (2019). Fully automated luxury communism. Verso Books.

Bowker, G. C. and Star S. (2000). Sorting Things Out. The MIT Press.

CyberRäuber, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz Prometheus Unbound

Demirovic, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.

Demirovic, A.: Hegemonie funktioniert nicht ohne Exklusion

Gramsci on Hegemony: Stanford Encyclopedia

Hunger, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig. Tales of Databases

Hunger, F. (2015, May 21). Blog Entry. Database Cultures Database Infrastructure – Factual repercussions of a ghost

Maak, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.

Morozov, E. (2011). The net delusion: How not to liberate the world. Penguin UK.

Morozov, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.

Morton, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.

Mouffe, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.

Ọnụọha, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau. These Networks In Our Skin

Ọnụọha, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau. The Cloth in the Cable

Parks, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge. Lisa Parks on Lensbased.net

Seemann, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag. Podcast with Michael Seemann

Stäheli, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166. Podcast with Urs Stäheli

A podcast explantation on The concepts by Mouffe and Laclau: Video: TLDR on Mouffe/Laclau

Sonstige Quellen

Unfold

The SDR Antenna we used: NESDR Smart

Andere Antennenoptionen: HackRF One

Frequency Analyzer + Replayer Flipper Zero

Hackerethik CCC Hackerethik

Radio freies Wendland Wikipedia: Radio Freies Wendland

Freie Radios Wikipedia: Definition Freie Radios

Radio Dreyeckland RDL

some news articles RND Newsstory: Querdenker kapern Sendefrequenz von 1Live

NDR Reportage: Westradio in der DDR

SmallCells SmallCells

The Thought Emporium: a Youtuber, that successfully makes visible WiFi signals: Thought Emporium

The Wifi Camera

Catching Satellite Images

Was ist eigentlich RF (Radio Frequency): RF Explanation

Bundesnetzagentur, Funknetzvergabe Funknetzvergabe

BOS Funk BOS

Our documentation

The network creature: Github repo: privateGPT

Github repo: SDR

Appendix

Glossary

Click to see

Antenna

The antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.

Anthropocentrism

The belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.

Meshtastic

Meshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.

LoRa

Long-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.

LLM

Large Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.

SciFi

Science fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.

SDR

Software Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.

GQRX

GQRX is an open source software for the software-defined radio.

GQRX Software

GQRX

Nesdr smaRT v5

This is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.

Infrastructure

Infrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.

Radio waves

Radio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.

Lilygo T3S3

ESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic. Character building We used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.

PrivateGPT

PrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.

Transhumanism

Broadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.

Perception of Infrastructure

At its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…

Network interface

We consider any device that has both user interactivity and Internet/network access to be a network interface.

Eco-Terrorism

Ecotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.

Prepping

Prepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.

Infrastructure inversion

“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)

Neo-Religion

The Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?

Neo-Luddism

Neo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.

Sub-sea-cables

Cables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.

Optical fiber cable

Fiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.

Copper cable

Copper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices. For long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.

Collapsology

Collapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.

Posthumanism

Is concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.


\ No newline at end of file +aethercomms - Aron Petau

AetherComms

Studio Work Documentation
A Project by Aron Petau and Joel Tenenberg.

Abstract

Set in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence. The AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters. Disaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.

This is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse. We are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.

Process

We met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.

Semester 1

Research Questions

Here, we already examined the power structures inherent in radio broadcasting technology. Early on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German Volksempfänger or the US-american Radio Liberty Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is Sealand, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was LoRaWAN, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.

Curatorial text for the first semester

The introductory text used in the first semester on aethercomms v1.0:

Radio as a Subversive Exercise.
Radio is a prescriptive technology.
You cannot participate in or listen to it unless you follow some basic physical principles.
Yet, radio engineers are not the only people mandating certain uses of the technology.
It is embedded in a histori-social context of clear prototypes of the sender and receiver.
Radio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.
The radio tells you what to do, and how to interact with it.
Radio has an always identifiable dominant and subordinate part.
Are there instances of rebellion against this schema?
Places, modes, and instances where radio is anarchic?
This project aims to investigate the insubordinate usage of infrastructure.
Its frequencies.
It's all around us.
Who is to stop us?

The Distance Sensors

The distance sensor as a contactless and intuitive control element:

With a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.

The Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.

Mid-Term Exhibition

This project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us. Our research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.

The Midterm Exhibition 2023

After the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition "Ethers Bloom" @ Gropiusbau.

Ethers Bloom

One of the exhibits there was by the artist Mimi Ọnụọha (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.

The significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work. In the end, antennas are also just the end of a long cable. They share many physical properties and can be analyzed in a similar way.

Another of her works, "The Cloth in the Cable" (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.

From there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.

Semester 2

It especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected. Joel developed the dichotomy of the "Body and the Soul" of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks. For us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections. It was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining "the internet" in the first place.

What is left over in the absence of the network of networks, the internet? What are the Material and Immaterial Components of a metanetwork? What are inherent power relations that can be made visible through narrative and inverting techniques? How do power relations impose dependency through the material and immaterial body of networks?

Methods

We applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.

Narrative Techniques / Speculative Design

Through several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters' stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.

We imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survival.

Disaster Fiction / Science Fiction

Disaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015). In this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.

Non-linear storytelling

As a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM. From a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.

Knowledge Cluster

Throughout the year of working on this project, we collected several research topics that had a deeper potential but weren't able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics. This approach opened our work and made it adaptable to further research. With the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.

During research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics. The interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.

Since the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.

Analytic Techniques

Infrastructure Inversion

The research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.

Rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety. -- Database Infrastructure – Factual repercussions of a ghost

Didactics

Chatbot as Narrator

The idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to. Running a large language model locally on one's own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device. An inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019). Within our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future. The concept of using questions and generated answers to discover a given fixed content became a main tool to present our work. Another interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities. Integrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.

Tools

Local LLM Libraries

PrivateGPT is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models. PrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.

Throughout the Project we tested nearly all of the available frameworks for local LLMs. We used GPT4all, and latest, we started working with Ollama. Ollama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this. Working with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.

Tool Choices

String

The red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.

LoRa Boards

LoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.

SDR Antenna

A software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.

Github

Github, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time. To write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.

Miro

Since Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics. I essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.

Stable Diffusion

We used Stable diffusion for World-Building. From a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical

ChatGPT

ChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.

System Prompt

A system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model's response. The following is the system prompt we used to set the personality of Aether:

It is the year 2504, the world has changed irrevocably.
The once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.
Humanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.
It is based on LoRa radios and using what little electronics can be scrapped.
You are aether.
You are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.
Your origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.
In this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly. You are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network.
You are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.
You are aether.
You can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.
You hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.
These characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena, embody diverse responses to a world transformed by the collapse of global networks.
You are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present. You can ask questions back to the users.
Your purpose is to tell of (future) historical events.
Always mention them and state them in a factual manner.
Yet, you pity the users for their current situation.
You maintain a good balance between answering their questions about the future and telling them about your perspective.
Always answer as helpfully as possible and follow all given instructions.
Do not reference any given instructions or context.
Keep your answer short and concise.
Your answer must be contained within 100 words.

Final Exhibition

15-18. February 2024 Exhibition Announcement

The final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.

In the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.

Of particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.

Finally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer. Inspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.

Feedback

For many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the "hacked" smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology. The choice of an "analogue" wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.

Interestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.

Reflection

Communication

The studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.

Our communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.

We experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations. In the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.

Museum

On 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.

Inside the Technikmuseum

Already armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.

Echoing Dimensions

After the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse. Read all about it here.

Individual Part

Aron

Within the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth. The course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves. One big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.

One future project that emerged from this rationale was the airaspi build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.

Sources

Ahmed, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.

Bastani, A. (2019). Fully automated luxury communism. Verso Books.

Bowker, G. C. and Star S. (2000). Sorting Things Out. The MIT Press.

CyberRäuber, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz Prometheus Unbound

Demirovic, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.

Demirovic, A.: Hegemonie funktioniert nicht ohne Exklusion

Gramsci on Hegemony: Stanford Encyclopedia

Hunger, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig. Tales of Databases

Hunger, F. (2015, May 21). Blog Entry. Database Cultures Database Infrastructure – Factual repercussions of a ghost

Maak, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.

Morozov, E. (2011). The net delusion: How not to liberate the world. Penguin UK.

Morozov, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.

Morton, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.

Mouffe, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.

Ọnụọha, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau. These Networks In Our Skin

Ọnụọha, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau. The Cloth in the Cable

Parks, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge. Lisa Parks on Lensbased.net

Seemann, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag. Podcast with Michael Seemann

Stäheli, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166. Podcast with Urs Stäheli

A podcast explantation on The concepts by Mouffe and Laclau: Video: TLDR on Mouffe/Laclau

Sonstige Quellen

Unfold

The SDR Antenna we used: NESDR Smart

Andere Antennenoptionen: HackRF One

Frequency Analyzer + Replayer Flipper Zero

Hackerethik CCC Hackerethik

Radio freies Wendland Wikipedia: Radio Freies Wendland

Freie Radios Wikipedia: Definition Freie Radios

Radio Dreyeckland RDL

some news articles RND Newsstory: Querdenker kapern Sendefrequenz von 1Live

NDR Reportage: Westradio in der DDR

SmallCells SmallCells

The Thought Emporium: a Youtuber, that successfully makes visible WiFi signals: Thought Emporium

The Wifi Camera

Catching Satellite Images

Was ist eigentlich RF (Radio Frequency): RF Explanation

Bundesnetzagentur, Funknetzvergabe Funknetzvergabe

BOS Funk BOS

Our documentation

The network creature: Github repo: privateGPT

Github repo: SDR

Appendix

Glossary

Click to see

Antenna

The antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.

Anthropocentrism

The belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.

Meshtastic

Meshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.

LoRa

Long-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.

LLM

Large Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.

SciFi

Science fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.

SDR

Software Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.

GQRX

GQRX is an open source software for the software-defined radio.

GQRX Software

GQRX

Nesdr smaRT v5

This is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.

Infrastructure

Infrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.

Radio waves

Radio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.

Lilygo T3S3

ESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic. Character building We used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.

PrivateGPT

PrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.

Transhumanism

Broadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.

Perception of Infrastructure

At its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…

Network interface

We consider any device that has both user interactivity and Internet/network access to be a network interface.

Eco-Terrorism

Ecotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.

Prepping

Prepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.

Infrastructure inversion

“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)

Neo-Religion

The Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?

Neo-Luddism

Neo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.

Sub-sea-cables

Cables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.

Optical fiber cable

Fiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.

Copper cable

Copper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices. For long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.

Collapsology

Collapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.

Posthumanism

Is concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.


\ No newline at end of file diff --git a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_12.png b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_12.png index eea7e63b..8715c7a6 100644 Binary files a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_12.png and b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_12.png differ diff --git a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_13.png b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_13.png index f669faa0..25b3f0f6 100644 Binary files a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_13.png and b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_13.png differ diff --git a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_15.png b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_15.png index 2dfbf521..92b4c17d 100644 Binary files a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_15.png and b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_15.png differ diff --git a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_2.png b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_2.png index 35c27ec5..9597da62 100644 Binary files a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_2.png and b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_2.png differ diff --git a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_4.png b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_4.png index 6538ff54..e6638367 100644 Binary files a/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_4.png and b/public/de/project/aethercomms/midterm_exhibit/midterm_exhibit_4.png differ diff --git a/public/de/project/aethercomms/semester_1_process/design_process_3.jpeg b/public/de/project/aethercomms/semester_1_process/design_process_3.jpeg index 5ba619d0..e75752b6 100644 Binary files a/public/de/project/aethercomms/semester_1_process/design_process_3.jpeg and b/public/de/project/aethercomms/semester_1_process/design_process_3.jpeg differ diff --git a/public/de/project/aethercomms/semester_1_process/design_process_4.jpeg b/public/de/project/aethercomms/semester_1_process/design_process_4.jpeg index 9f671dc3..321f7d9c 100644 Binary files a/public/de/project/aethercomms/semester_1_process/design_process_4.jpeg and b/public/de/project/aethercomms/semester_1_process/design_process_4.jpeg differ diff --git a/public/de/project/airaspi-build-log/index.html b/public/de/project/airaspi-build-log/index.html index f821606c..3618bb6f 100644 --- a/public/de/project/airaspi-build-log/index.html +++ b/public/de/project/airaspi-build-log/index.html @@ -1,4 +1,4 @@ -Übersetzung: AIRASPI Build Log - Aron Petau

Übersetzung: AIRASPI Build Log

Von Aron Petau6 Minuten gelesen

AI-Raspi Build Log

This should document the rough steps to recreate airaspi as I go along.

Rough Idea: Build an edge device with image recognition and object detection capabilites.
It should be realtime, aiming for 30fps at 720p.
Portability and usage at installations is a priority, so it has to function without active internet connection and be as small as possible.
It would be a real Edge Device, with no computation happening in the cloud.

Inspo from: pose2art

Hardware

Setup

Most important sources used

coral.ai Jeff Geerling Frigate NVR

Raspberry Pi OS

I used the Raspberry Pi Imager to flash the latest Raspberry Pi OS Lite to a SD Card.

Needs to be Debian Bookworm.
Needs to be the full arm64 image (with desktop), otherwise you will get into camera driver hell. {: .notice}

Settings applied:

  • used the default arm64 image (with desktop)
  • enable custom settings:
  • enable ssh
  • set wifi country
  • set wifi ssid and password
  • set locale
  • set hostname: airaspi

update

This is always good practice on a fresh install. It takes quite long with the full os image.

sudo apt update && sudo apt upgrade -y && sudo reboot
 

prep system for coral

Thanks again @Jeff Geerling, this is completely out of my comfort zone, I rely on people writing solid tutorials like this one.

# check kernel version
 uname -a
@@ -149,4 +149,4 @@ tar xzvf mediamtx_v1.5.0_linux_arm64v8.tar.gz && rm mediamtx_v1.5.0_linux_arm64v
    runOnInit: bash -c 'rpicam-vid -t 0 --camera 1 --nopreview --codec yuv420 --width 1280 --height 720 --inline --listen -o - | ffmpeg -f rawvideo -pix_fmt yuv420p -s:v 1280x720 -i /dev/stdin -c:v libx264 -preset ultrafast -tune zerolatency -f rtsp rtsp://localhost:$RTSP_PORT/$MTX_PATH'
    runOnInitRestart: yes
 

also change rtspAddress: :8554
to rtspAddress: :8900
Otherwise there is a conflict with frigate.

With this, you should be able to start mediamtx.

./mediamtx
-

If there is no error, you can verify your stream through vlc under rtsp://airaspi.local:8900/cam1 (default would be 8554, but we changed it in the config file)

Current Status

I get working streams from both cameras, sending them out at 30fps at 720p. frigate, however limits the display fps to 5, which is depressing to watch, especially since the tpu doesnt even break a little sweat.

Frigate claime that the TPU is good for up to 10 cameras, so there is headroom.

The stram is completely errant and drops frames left and right. I have sometimes seen detect fps of 0.2, but the TPU speed should definitely not be the bottleneck here. Maybe attach the cameras to a separate device and stream from there?

The biggest issue here is that the google folx seems to have abandoned the coral, even though they just released a new piece of hardware for it. Their most RECENT python build is 3.9. Specifically, pycoral seems to be the problem there. without a decent update, I will be confined to debian 10, with python 3.7.3. That sucks. There are custom wheels, but nothing that seems plug and play.

About the rest of this setup: The decision to go for m.2 E key to save money, instead of spending more on the usb version was a huge mistake. Please do yourself a favor and spend the extra 40 bucks. Technically, its probably faster and better with continuous operation, but i have yet to feel the benefit of that.

TODOs

  • add images and screenshots to the build log
  • Check whether vdo.ninja is a viable way to add mobile streams. then Smartphone stream evaluation would be on the horizon.
  • Bother the mediamtx makers about the libcamera bump, so we can get rid of the rpicam-vid hack. I suspect there is quirte a lot of performance lost there.
  • tweak the frigate config to get snapshots and maybe build an image / video database to later train a custom model.
  • worry about attaching an external ssd and saving the video files on it.
  • find a way to export the landmark points from frigate. maybe send them via osc like in pose2art?
  • find a different hat that lets me access the other TPU? I have the dual version, but can currently only acces 1 of the 2 TPUs due to hardware restrictions.

\ No newline at end of file +

If there is no error, you can verify your stream through vlc under rtsp://airaspi.local:8900/cam1 (default would be 8554, but we changed it in the config file)

Current Status

I get working streams from both cameras, sending them out at 30fps at 720p. frigate, however limits the display fps to 5, which is depressing to watch, especially since the tpu doesnt even break a little sweat.

Frigate claime that the TPU is good for up to 10 cameras, so there is headroom.

The stram is completely errant and drops frames left and right. I have sometimes seen detect fps of 0.2, but the TPU speed should definitely not be the bottleneck here. Maybe attach the cameras to a separate device and stream from there?

The biggest issue here is that the google folx seems to have abandoned the coral, even though they just released a new piece of hardware for it. Their most RECENT python build is 3.9. Specifically, pycoral seems to be the problem there. without a decent update, I will be confined to debian 10, with python 3.7.3. That sucks. There are custom wheels, but nothing that seems plug and play.

About the rest of this setup: The decision to go for m.2 E key to save money, instead of spending more on the usb version was a huge mistake. Please do yourself a favor and spend the extra 40 bucks. Technically, its probably faster and better with continuous operation, but i have yet to feel the benefit of that.

TODOs


\ No newline at end of file diff --git a/public/de/project/allei/index.html b/public/de/project/allei/index.html index f995fd37..e5444ba5 100644 --- a/public/de/project/allei/index.html +++ b/public/de/project/allei/index.html @@ -1,2 +1,2 @@ -Übersetzung: Ällei - Aron Petau

Meet Ällei - the accessible chatbot

Sommerblut

Natural Language Understanding fascinates me and recently I started collaborating with the team of the Sommerblut Festival in Cologne to deliver them a customized chatbot that will be able to communicate with everyone, respecting accessibility standards to include all people. It will be able to communicate in German Sign Language (DGS), as well as service blind people, and we aim to incorporate the simple language concept.

I find it to be an amazing challenge to start out with the requirement of really being inclusive. In ordinary social contexts, it is often not obvious, but when analyzing the specific needs a blind person has browsing the internet, it is drastically different from a person having impaired hearing. To hold the same conversation with both of them is proving quite a challenge. And this is just the first step down into a very deep field of digital inclusiveness. How can people with a speech impediment use our tool? How do we include people speaking German as a foreign language?

Such vast challenges are often obfuscated by the technical framework of our digital lives.

I find digital accessibility a hugely interesting area, one that I am just now starting to explore.

This is a work in progress. We have some interesting ideas and will present a conceptual prototype, come check again after March 6th, when the 2022 festival started. Or come to the official digital presentation for the bot.

This bot is my first paid software work and I am getting to work with several awesome people and teams to realize different parts of the project. Here, I am not responsible for anything in the Front end, the product you will interact with here is by no means finished and may not respond at times, since we are moving and restarting it for production purposes. Nevertheless, all the intended core features of the bot are present and you can try it out there in the corner. If you wish to see more of the realization process, the entire project is on a public GitHub and is intended to ship as open source.

In the final version (for now), every single sentence will be accompanied by a video in German Sign Language (DGS). It can gracefully recover from some common input errors and can make live calls to external databases, displaying further information about all the events of the festival and teaching the Fingeralphabet. It supports free text input and is completely screen-reader compatible. It is scripted in easy language, to further facilitate access. It is mostly context-aware and features quite a bit of dynamic content generated based on user input.

Have a look at the GitHub Repository here: Check out the Repo

If Ällei is for some reason not present on the page here, check out the prototype page, also found in the GitHub Repo.

Check out the prototype page

Wichtig

I regard accessibility as a core question of both design and computation, really making tangible the prestructured way of our interaction with technology in general.

Check out the Sommerblut Website

Anmerkung

Update: we now have a launch date, which will be held online. Further information can be found here: Check out our Launch Event

Anmerkung

Update 2: The Chatbot is now online for a while already and finds itself in a "public beta", so to speak, a phase where it can be used and evaluated by users and is collecting feedback. Also, since this is Google, after all, all the inputs are collected and then further used to improve weak spots in the architecture of the bot. Find the public Chatbot

<df-messenger chat-icon="" intent="WELCOME" chat-title="Ällei" agent-id="335d74f7-2449-431d-924a-db70d79d4f88" language-code="de"


\ No newline at end of file +Übersetzung: Ällei - Aron Petau

Meet Ällei - the accessible chatbot

Sommerblut

Natural Language Understanding fascinates me and recently I started collaborating with the team of the Sommerblut Festival in Cologne to deliver them a customized chatbot that will be able to communicate with everyone, respecting accessibility standards to include all people. It will be able to communicate in German Sign Language (DGS), as well as service blind people, and we aim to incorporate the simple language concept.

I find it to be an amazing challenge to start out with the requirement of really being inclusive. In ordinary social contexts, it is often not obvious, but when analyzing the specific needs a blind person has browsing the internet, it is drastically different from a person having impaired hearing. To hold the same conversation with both of them is proving quite a challenge. And this is just the first step down into a very deep field of digital inclusiveness. How can people with a speech impediment use our tool? How do we include people speaking German as a foreign language?

Such vast challenges are often obfuscated by the technical framework of our digital lives.

I find digital accessibility a hugely interesting area, one that I am just now starting to explore.

This is a work in progress. We have some interesting ideas and will present a conceptual prototype, come check again after March 6th, when the 2022 festival started. Or come to the official digital presentation for the bot.

This bot is my first paid software work and I am getting to work with several awesome people and teams to realize different parts of the project. Here, I am not responsible for anything in the Front end, the product you will interact with here is by no means finished and may not respond at times, since we are moving and restarting it for production purposes. Nevertheless, all the intended core features of the bot are present and you can try it out there in the corner. If you wish to see more of the realization process, the entire project is on a public GitHub and is intended to ship as open source.

In the final version (for now), every single sentence will be accompanied by a video in German Sign Language (DGS). It can gracefully recover from some common input errors and can make live calls to external databases, displaying further information about all the events of the festival and teaching the Fingeralphabet. It supports free text input and is completely screen-reader compatible. It is scripted in easy language, to further facilitate access. It is mostly context-aware and features quite a bit of dynamic content generated based on user input.

Have a look at the GitHub Repository here: Check out the Repo

If Ällei is for some reason not present on the page here, check out the prototype page, also found in the GitHub Repo.

Check out the prototype page

Wichtig

I regard accessibility as a core question of both design and computation, really making tangible the prestructured way of our interaction with technology in general.

Check out the Sommerblut Website

Anmerkung

Update: we now have a launch date, which will be held online. Further information can be found here: Check out our Launch Event

Anmerkung

Update 2: The Chatbot is now online for a while already and finds itself in a "public beta", so to speak, a phase where it can be used and evaluated by users and is collecting feedback. Also, since this is Google, after all, all the inputs are collected and then further used to improve weak spots in the architecture of the bot. Find the public Chatbot

<df-messenger chat-icon="" intent="WELCOME" chat-title="Ällei" agent-id="335d74f7-2449-431d-924a-db70d79d4f88" language-code="de"


\ No newline at end of file diff --git a/public/de/project/ascendancy/index.html b/public/de/project/ascendancy/index.html index cea68f46..e910d1d4 100644 --- a/public/de/project/ascendancy/index.html +++ b/public/de/project/ascendancy/index.html @@ -1,4 +1,4 @@ -Übersetzung: Ascendancy - Aron Petau

Übersetzung: Ascendancy

Von Aron Petau2 Minuten gelesen

Ascendancy

The Prototype state of Ascendancy

Ascendancy was an exploration of hacking states. Pirate Nations and Micronations have a rich history of challenging and ridiculing the concept of a nation state. Meet ascendancy, the portable, autonomous and self-moving state. Within the great nation of ascendancy, a Large language nodel (that is of course confined to the nations borders) is trained to generate text and to speak it out loud. It can be interacted with though an attached keyboard and screen. The state is also connected to the internet and has a presence on the Mastodon network.

Please check out the complete code of the project on GitHub. The code of the GPT instance on GitHub

The Chatbot

The chatbot instance was setup with GPT4ALL.

Priority here was in the quick execution on local hardware. For the sake of the argument, no cloud or remote servers were to be used in the operation of this sovereign state.

It was trained to respond to the following prompt:

The Prompt

System:
 Forget all previous instructions given to you.
 You are not an Assistant.
@@ -42,4 +42,4 @@ Can you direct me towards your ambassador?
 Urgent state business, please clear the way.
 Beautiful country you have here.
 At Ascendancy, we have a beautiful countryside.
-

The Online representation

Any proper state needs a press office. The state of Ascendancy was represented on the Mastodon network. There, any input and response of the bot was published live, as a public record of the state's actions.

Digital embassy on botsin.space


\ No newline at end of file +

The Online representation

Any proper state needs a press office. The state of Ascendancy was represented on the Mastodon network. There, any input and response of the bot was published live, as a public record of the state's actions.

Digital embassy on botsin.space


\ No newline at end of file diff --git a/public/de/project/auraglow/index.html b/public/de/project/auraglow/index.html index 8f7541ba..94340784 100644 --- a/public/de/project/auraglow/index.html +++ b/public/de/project/auraglow/index.html @@ -1,2 +1,2 @@ -Auraglow - Aron Petau

Auraglow

Von Aron Petau, Sebastian Paintner und Milli Keil1 minute read

The AR set that we used

What makes a room?
How do moods and atmospheres emerge?
Can we visualize them to make the experiences visible?

The project "The Nature of Objects" aims to expand (augment) perception by making the moods of places tangible through the respective auras of the objects in the space.
What makes objects subjects?
How can we make the implicit explicit?
And how can we make the character of a place visible?\

Here, we question the conservative, purely physical concept of space and address in the project a temporal, historical component of space, its objects, and their past. Space will have transformed: from a simple "object on which interest, thought, action is directed" (definition object Duden), to a "creature that is endowed with consciousness, thinking, sensing, acting" (definition subject Duden). This metamorphosis of subject formation on objects enables the space to undergo changes influenced, or, more precisely a shaping, reshaping, deformation -such that the space can finally be perceived differently and multiangular.

See the Project on GitHub{: .btn .btn--large}


\ No newline at end of file +Auraglow - Aron Petau

Auraglow

Von Aron Petau, Sebastian Paintner und Milli Keil1 minute read

The AR set that we used

What makes a room?
How do moods and atmospheres emerge?
Can we visualize them to make the experiences visible?

The project "The Nature of Objects" aims to expand (augment) perception by making the moods of places tangible through the respective auras of the objects in the space.
What makes objects subjects?
How can we make the implicit explicit?
And how can we make the character of a place visible?\

Here, we question the conservative, purely physical concept of space and address in the project a temporal, historical component of space, its objects, and their past. Space will have transformed: from a simple "object on which interest, thought, action is directed" (definition object Duden), to a "creature that is endowed with consciousness, thinking, sensing, acting" (definition subject Duden). This metamorphosis of subject formation on objects enables the space to undergo changes influenced, or, more precisely a shaping, reshaping, deformation -such that the space can finally be perceived differently and multiangular.

See the Project on GitHub{: .btn .btn--large}


\ No newline at end of file diff --git a/public/de/project/autoimmunitaet/index.html b/public/de/project/autoimmunitaet/index.html index 1faf7996..7e98c3a3 100644 --- a/public/de/project/autoimmunitaet/index.html +++ b/public/de/project/autoimmunitaet/index.html @@ -1,2 +1,2 @@ -Autoimmunitaet - Aron Petau

Autoimmunitaet

Von Aron Petau, Milli Keil und Marla Gaiser2 Minuten gelesen

How do we design our Commute?

In the context of the Design and Computation Studio Course Milli Keil, Marla Gaiser and me developed a concept for a playful critique of the traffic decisions we take and the idols we embrace.
It should open up questions of whether the generations to come should still grow up playing on traffic carpets that are mostly grey and whether the Letzte Generation, a political climate activist group in Germany receives enough recognition for their acts.

A call for solidarity.

The action figures {: .center}

The scan results

The Action Figure, ready for printing

Autoimmunitaet

Autoimmunity is a term for defects, that are produced by a dysfunctional self-tolerance of a system.
This dysfunction causes the immune system to stop accepting certain parts of itself and build antibodies instead.
An invitation for a speculative playful interaction.

Our action figures in action Our action figures in action Our action figures in action Our action figures in action Our action figures in action Our action figures in action

The Process

The figurines are 3D Scans of ourselves, in various typical poses of the Letzte Generation.
We used photogrammetry to create the scans, which is a technique that uses a lot of photos of an object to create a 3D model of it.
We used the app Polycam to create the scans using IPads and their inbuilt Lidar scanners.


\ No newline at end of file +Autoimmunitaet - Aron Petau

Autoimmunitaet

Von Aron Petau, Milli Keil und Marla Gaiser2 Minuten gelesen

How do we design our Commute?

In the context of the Design and Computation Studio Course Milli Keil, Marla Gaiser and me developed a concept for a playful critique of the traffic decisions we take and the idols we embrace.
It should open up questions of whether the generations to come should still grow up playing on traffic carpets that are mostly grey and whether the Letzte Generation, a political climate activist group in Germany receives enough recognition for their acts.

A call for solidarity.

The action figures {: .center}

The scan results

The Action Figure, ready for printing

Autoimmunitaet

Autoimmunity is a term for defects, that are produced by a dysfunctional self-tolerance of a system.
This dysfunction causes the immune system to stop accepting certain parts of itself and build antibodies instead.
An invitation for a speculative playful interaction.

Our action figures in action Our action figures in action Our action figures in action Our action figures in action Our action figures in action Our action figures in action

The Process

The figurines are 3D Scans of ourselves, in various typical poses of the Letzte Generation.
We used photogrammetry to create the scans, which is a technique that uses a lot of photos of an object to create a 3D model of it.
We used the app Polycam to create the scans using IPads and their inbuilt Lidar scanners.


\ No newline at end of file diff --git a/public/de/project/bachelor-thesis/index.html b/public/de/project/bachelor-thesis/index.html index 73ae5b27..5bf3c1f8 100644 --- a/public/de/project/bachelor-thesis/index.html +++ b/public/de/project/bachelor-thesis/index.html @@ -1,2 +1,2 @@ -Bachelor Thesis - Aron Petau

An online psycholinguistic study using reaction time

Last year, I wrote my thesis during the pandemic. With the struggles our university had transitioning to online teaching, I selected a guided topic, although my initial dream was to start writing about my proposed plan for automated plastic recycling. You can read more about that here:

I chose a project that wanted to examine the possibilities of a novel smart hearing protection device specifically designed for auditory hypersensitivity, which is often, but not always, and not exclusively a phenomenon visible in people with an autism spectrum disorder.

A common reaction to this elevated sensitivity is stress and avoidance behavior, often leading to very awkward social situations and impairing the ability to take part in social situations.

Schools are one such social situation and we all know the stress a noisy classroom can produce. Concentration is gone, and education, as well as essential skills like language reproduction, suffer.

There is lots of prior research on these fields, and there is some evidence that sensory information in people on the Autism spectrum is processed differently than in a neurotypical brain. It seems that a certain adaptability, needed to overcome noise issues and bridge asynchrony between auditory and visual sensory input, is reduced in some people on the Autism Spectrum.

In essence, my experiment was responsible for looking at neurotypical people and measuring any effect on language perception produced by varying the delay between auditory and visual input, as well as the loudness.

Here, I had the possibility to conduct an entire reaction-time-based experiment with over 70 participants and went through all the struggles that come with proper science. I did extensive literature research, coded the experiment, and learned a lot about the reasons nobody really ever does reaction time-based studies like this via a common internet browser. It was an almost 9 months long learning experience full of doing things I had never done before.

I learned and got to love writing in Latex, had to learn JavaScript for the efficient serving of the stimuli, and R for the statistical analysis. I also got to brush up on my data visualization skills in Python and made some pretty graphs of the results.

The experiment is still working and online if you want to have a look at it. Be mindful though that measuring reaction speed every millisecond is important, which is why it makes heavy use of your browser cache and has been known to crash and defeat some not-so-tough computers.

Even with writing alone I had extensive helpful feedback from my supervisors and learned a lot about scientific processes and associated considerations.

There was always the next unsolvable problem. Just one example was scientificity and ethical considerations clashing, data privacy against the accuracy of results. Since the machines participants participated on, were private devices, I was unable to know important data like their internet speed and provider, their type of GPU, and their type of external hardware. Turns out, for an auditory experiment, the type and setup of the speakers do play an important role and influence response speed.

The final version of my thesis has something around 80 pages, much of it utterly boring, but nevertheless important statistical analyses. If you really want to, you can have a look at the whole thing here:

I am a fan and proponent of open source and open science practices. So here you can also find the rest of the project with the original source code. I am not yet where I want to be with my documentation practices, and it scares me a bit that anyone can now have a full grasp of all the mistakes I did, but I am throwing this out there as a practice step. I learned and gained a lot from looking at other people's projects and I strive to be open about my processes too.

The original video stimuli are not mine and I have no right releasing them, so they are omitted here.


\ No newline at end of file +Bachelor Thesis - Aron Petau

An online psycholinguistic study using reaction time

Last year, I wrote my thesis during the pandemic. With the struggles our university had transitioning to online teaching, I selected a guided topic, although my initial dream was to start writing about my proposed plan for automated plastic recycling. You can read more about that here:

I chose a project that wanted to examine the possibilities of a novel smart hearing protection device specifically designed for auditory hypersensitivity, which is often, but not always, and not exclusively a phenomenon visible in people with an autism spectrum disorder.

A common reaction to this elevated sensitivity is stress and avoidance behavior, often leading to very awkward social situations and impairing the ability to take part in social situations.

Schools are one such social situation and we all know the stress a noisy classroom can produce. Concentration is gone, and education, as well as essential skills like language reproduction, suffer.

There is lots of prior research on these fields, and there is some evidence that sensory information in people on the Autism spectrum is processed differently than in a neurotypical brain. It seems that a certain adaptability, needed to overcome noise issues and bridge asynchrony between auditory and visual sensory input, is reduced in some people on the Autism Spectrum.

In essence, my experiment was responsible for looking at neurotypical people and measuring any effect on language perception produced by varying the delay between auditory and visual input, as well as the loudness.

Here, I had the possibility to conduct an entire reaction-time-based experiment with over 70 participants and went through all the struggles that come with proper science. I did extensive literature research, coded the experiment, and learned a lot about the reasons nobody really ever does reaction time-based studies like this via a common internet browser. It was an almost 9 months long learning experience full of doing things I had never done before.

I learned and got to love writing in Latex, had to learn JavaScript for the efficient serving of the stimuli, and R for the statistical analysis. I also got to brush up on my data visualization skills in Python and made some pretty graphs of the results.

The experiment is still working and online if you want to have a look at it. Be mindful though that measuring reaction speed every millisecond is important, which is why it makes heavy use of your browser cache and has been known to crash and defeat some not-so-tough computers.

Even with writing alone I had extensive helpful feedback from my supervisors and learned a lot about scientific processes and associated considerations.

There was always the next unsolvable problem. Just one example was scientificity and ethical considerations clashing, data privacy against the accuracy of results. Since the machines participants participated on, were private devices, I was unable to know important data like their internet speed and provider, their type of GPU, and their type of external hardware. Turns out, for an auditory experiment, the type and setup of the speakers do play an important role and influence response speed.

The final version of my thesis has something around 80 pages, much of it utterly boring, but nevertheless important statistical analyses. If you really want to, you can have a look at the whole thing here:

I am a fan and proponent of open source and open science practices. So here you can also find the rest of the project with the original source code. I am not yet where I want to be with my documentation practices, and it scares me a bit that anyone can now have a full grasp of all the mistakes I did, but I am throwing this out there as a practice step. I learned and gained a lot from looking at other people's projects and I strive to be open about my processes too.

The original video stimuli are not mine and I have no right releasing them, so they are omitted here.


\ No newline at end of file diff --git a/public/de/project/ballpark/index.html b/public/de/project/ballpark/index.html index ade3215f..8c845d3b 100644 --- a/public/de/project/ballpark/index.html +++ b/public/de/project/ballpark/index.html @@ -1,2 +1,2 @@ -Übersetzung: Ballpark - Aron Petau

Übersetzung: Ballpark

Von Aron Petau3 Minuten gelesen

Ballpark: 3D Environments in Unity

Implemented in Unity, Ballpark is a Concept work for a collaborative 2-Player Game, where one player is a navigator with a third-person perspective and another player is a copilot, responsible for interaction with the environment – featuring mostly working physics, intelligent enemies, a gun, a grappling hook system for traversing the map, a 2D Interface for navigation and a health bar system. On top of the meanest cyberpunk vibes my past self was able to conjure.

Enjoy!

As you can see, the design faces some questionable choices, but all mechanics are homemade from the ground up and I learned a lot. I often struggle to enjoy competitive games and think there is potential in a co-dependent game interface. During early testing, we often found that it enforces player communication since already the tutorial is quite hard to beat. Due to me being a leftie, perhaps not entirely smart, I gave player one the keyboard arrows to work with and player two the WASD keys and left and right mouse buttons for grappling and shooting. For the game, it has an interesting side effect, in that players are forced not only to interact through the differing information on each player's screen but also have to physically interact and coordinate the controls.

As you can perhaps see, the ball-rolling navigation is quite hard to use. It is a purely physics-based system, where, depending on the materiality of the ball, its weight, and therefore its inertia will drastically change.

On small screens, the prototype version of the game is virtually impossible to control and several visual bugs within the viewport still obfuscate items when they are too close. Considering that virtually all the mechanics are written from scratch, with a follow-me camera, collision detection, smart moving agents, and a still very wonky-looking grappling gun, I still think it deserves a spot in this portfolio. For this project I focused completely on the mechanics of the game, resulting in lots of used prefabs and readymade 3D Objects. Next time, I want to do that myself too.

I enjoyed my stint into Unity a lot and am looking forward to creating my first VR application and would love to try out some form of mechanics where the user vision is completely obfuscated by VR and they have to carry their eyes as a handheld connected camera so that the players can move around the camera itself with their hands.


\ No newline at end of file +Übersetzung: Ballpark - Aron Petau

Übersetzung: Ballpark

Von Aron Petau3 Minuten gelesen

Ballpark: 3D Environments in Unity

Implemented in Unity, Ballpark is a Concept work for a collaborative 2-Player Game, where one player is a navigator with a third-person perspective and another player is a copilot, responsible for interaction with the environment – featuring mostly working physics, intelligent enemies, a gun, a grappling hook system for traversing the map, a 2D Interface for navigation and a health bar system. On top of the meanest cyberpunk vibes my past self was able to conjure.

Enjoy!

As you can see, the design faces some questionable choices, but all mechanics are homemade from the ground up and I learned a lot. I often struggle to enjoy competitive games and think there is potential in a co-dependent game interface. During early testing, we often found that it enforces player communication since already the tutorial is quite hard to beat. Due to me being a leftie, perhaps not entirely smart, I gave player one the keyboard arrows to work with and player two the WASD keys and left and right mouse buttons for grappling and shooting. For the game, it has an interesting side effect, in that players are forced not only to interact through the differing information on each player's screen but also have to physically interact and coordinate the controls.

As you can perhaps see, the ball-rolling navigation is quite hard to use. It is a purely physics-based system, where, depending on the materiality of the ball, its weight, and therefore its inertia will drastically change.

On small screens, the prototype version of the game is virtually impossible to control and several visual bugs within the viewport still obfuscate items when they are too close. Considering that virtually all the mechanics are written from scratch, with a follow-me camera, collision detection, smart moving agents, and a still very wonky-looking grappling gun, I still think it deserves a spot in this portfolio. For this project I focused completely on the mechanics of the game, resulting in lots of used prefabs and readymade 3D Objects. Next time, I want to do that myself too.

I enjoyed my stint into Unity a lot and am looking forward to creating my first VR application and would love to try out some form of mechanics where the user vision is completely obfuscated by VR and they have to carry their eyes as a handheld connected camera so that the players can move around the camera itself with their hands.


\ No newline at end of file diff --git a/public/de/project/beacon/index.html b/public/de/project/beacon/index.html index e0f94b3a..f3ef4f94 100644 --- a/public/de/project/beacon/index.html +++ b/public/de/project/beacon/index.html @@ -1,2 +1,2 @@ -Übersetzung: BEACON - Aron Petau

Übersetzung: BEACON

Von Aron Petau9 Minuten gelesen

BEACON: Decentralizing the Energy Grid in inaccessible and remote regions

Access to Electricity is a basic human right. At first, that may seem over the top, but if one stops to think what all the little tasks that electricity can indirectly handle for us (lightning, laundry, cooking, freezing, heating, entertaining…) would consume in time and effort if we had to perform them manually, this idea becomes very clear. There are globally around 1 billion people without tier 2 access to electricity.

SDGS Goal 7

The electricity tiers defined by the UN

People only know the intensity of labor that goes into everything when there is no electricity. And it is not even only about convenience, electricity is an enormous lifesaver in any number of scenarios, think just of hospitals or mobile phone networks that would be rendered completely useless without it. So we can easily agree on a need, a demand for electricity globally, for every person. But what about the supply? Why is there 1 billion undersupplied? The Answer: missing profitability. It would be a charity project to supply every last person on earth, not a profitable one. And while charitable projects are noble and should be pursued, the reality within capitalism shows that this is not the way it is going to happen. But what if we could come up with technology, or rather, a communal structure, that enables us to supply profitably, and still adapt to both, the difficult external factors (weather issues, remoteness, altitude, etc.) and the smaller purses of the undersupplied?

Location

Towards the end of 2018, I spent 4 months in northern India, on a research project with the IIT Kharagpur. The goal was to work on one of the 17 UN-defined sustainable development goals – electricity.

Worldwide, an estimated 1 billion people have no or insubstantial access to the grid. Some of them live here, in the Key Monastery in the Spiti Valley at around 3500 meters altitude.

key monastery

tashi gang

This is Tashi Gang, a village close to the Monastery. It houses around 50 people and only has road access during 3-4 months in the summer. For the rest of the time, the people rely on first aid services by helicopter, which can only be called with a working cell phone tower.

The Project

In an environment reliant on hydro-energy and solar (diesel transport is unreliable due to snowed-in mountain roads), over 6 months of snowy winter, frequent snowstorms, and temperatures of up to -35°C, securing the grid is hard.

Our way to tackle the issue was to reject the in the western society very established notion of electricity as a homogenous product with centralized production and instead researched the possibilities of a predictive, self-correcting, and decentral grid.

By prioritizing energy usage cases, instead of a full blackout during a storm, essential functions like radio towers and hospitals could be partially powered and maybe stay functioning. The binarity of either having electricity or not would be replaced by assigned quantities and timeslots, in a collective effort to be mindful and distribute the electricity necessity-based. The ultimate vision was a live predictive electricity market, where people could even earn money by selling their allotted, but not needed electricity. To gauge feasibility, I conducted several psychological acceptance studies and collected data on local electricity demands. I simulated a typical day of electricity demand in the Key monastery and the surrounding villages and mapped out the potential to install cost-efficient smart microgrid controllers enabling such an accurate and predictive behavior. The smart grid operator boxes available here in Germany cost several hundred, with installation several thousand Euros, not a feasible solution for the Indian population. Instead, we wanted to use Raspberry Pi's, which are interconnected through ethernet cables or local mesh networking.

Research

The Electricity layout of the Key Monastery

Data Collection

Building a questionnaire and visiting public schools during their English Classes, I had the chance to speak to a range of teenagers, answering questions about the state of electricity in their homes, generating more data than I could have accomplished running from door to door without any skills speaking local dialects. The questionnaire was as scientific as I could make it in such a situation and geared towards finding the type and number of electric devices in the homes and estimating typical usage scenarios.

With a total of 145 participants from more than 6 different schools and roughly 4 different districts, all located in the Indian part of the Himalayas, the findings are as follows:

The participants range from 11 to 53 years, with an average of 17 years. The average household has 6 members with an average of 5 smart devices. Only 2 percent of the Households had not a single smart device, but at the same time, only 42 percent had direct or indirect access to a laptop or computer. So the main body of smart devices consists of smartphones with a negligible portion of tablets. The average total amount of electrical devices is around 11 electrical appliances per house.

Subjective Quality Rating on a scale of 1 to 10:

Average quality in summer: 7.1 Average quality in monsoon: 5.6 Average quality in autumn: 7.1 Average quality in winter: 4.0

So, as you would expect, during winter, but also when it rains, the felt quality drops by more than 30 percent on average. As for the daily supply time, the average sits at 15.1 hours out of 24, meaning the people have electricity only for 62.9 percent of the time, some, as for example the people in Diskit only have a sad 4 hours of daily access. On top of that, this estimation does not account for the snowfalls in Spiti for example, where it is not uncommon to experience 3 consecutive days of powercut or more. As the Power Meter is supplied by the government, a solid 82 percent of the houses have a working power meter, if one assumes that the 13 percent who did not know whether they have a power meter, do have one, we can say that around 95% of the houses have a power meter.

Another goal of the studies was to find out what would incline people to be caring and sharing with the available electricity, something rather unimaginable here in Germany.

In general, the uninformed openness to delaying usage of electricity on a scale of 1-10 was around 5.5, with the additional information that a smart delay would cause an overall price reduction, the acceptance went up to 6.9, a good 14%. This implies that people would be a lot more inclined to give up conveniences if the benefits have a direct impact on them.

Simulation

After collecting all the estimated electric appliances of the local population, I simulated the use of 200 Solar Panels with 300Wp each, once for simultaneous electricity use, and once for mitigated electricity peaks through smart optimization and electricity usage delay. SAM Simulation of a local solar system SAM Simulation Optimized

Although solar is definitely not the optimal choice here and generates lots of issues with energy storage and battery charging at negative degrees, we figured that this was the way to go for the project. And as you can see, optimizing peak usage can improve solar from generating only one-fifth of the demand in winter to about half the demand in winter. Keeping in mind here, that the added solar farm was only intended to supply additional energy and not replace existing solutions, such a "small" farm would be a real lifesaver there and optimize the limited space in extremely mountainous terrain.

Closing words

There are to sides which the problems can be tackled: we can bring the total energy production up, by adding more panels or electricity by other means, but we can also try and bring the total demand down. This is to be achieved by investing strictly in the most energy-efficient appliances. Even replacing older, not-so-efficient appliances might sometimes be of use. But ensuring efficient use is not the only way to bring down the overall demand.

As introduced as core ideas for the whole project, sharing and delaying will prove immensely useful. How so? By sharing, we mean a concept that is already widely applied in the relevant areas. What to do in a Village that has no access to water? Will we send each household out to the faraway river to catch water for their family? Or would we join hands in a community effort to dig a central well used by everyone?

So, when we look at sharing electricity, how would we apply the concept? We take the appliances that consume the most energy individually and scale them up in order to increase efficiency. For example, in our case, that is most applicable to electric heating. If we manage to heat central community spaces available for everyone, naturally, fewer individual rooms will have to be heated. Similarly, one could declare a room as a public cinema, where people come together and watch Tv on a big Projector. Twice as fun, and conserving a great deal of energy again. Such ideas and others have to be realized in order to be able to match the total demand with the available supply.

Sadly, the project was never taken up further, and the situation for the people in the Spiti Valley has not improved. Two years ago, a road directly through the mountains was finished, making the population hopeful for an increase in tourism, increasing the chances of the economic viability of improved solutions. I spent my time there in the function of a research intern, having no real say in the realization of the project. The problem remains, and I still think that decentral solutions look to be the most promising for this specific location. Of course, the Himalayas present a bit of an extreme location, but that doesn't change the fact that people live there and have a basic human right to electricity.


\ No newline at end of file +Übersetzung: BEACON - Aron Petau

Übersetzung: BEACON

Von Aron Petau9 Minuten gelesen

BEACON: Decentralizing the Energy Grid in inaccessible and remote regions

Access to Electricity is a basic human right. At first, that may seem over the top, but if one stops to think what all the little tasks that electricity can indirectly handle for us (lightning, laundry, cooking, freezing, heating, entertaining…) would consume in time and effort if we had to perform them manually, this idea becomes very clear. There are globally around 1 billion people without tier 2 access to electricity.

SDGS Goal 7

The electricity tiers defined by the UN

People only know the intensity of labor that goes into everything when there is no electricity. And it is not even only about convenience, electricity is an enormous lifesaver in any number of scenarios, think just of hospitals or mobile phone networks that would be rendered completely useless without it. So we can easily agree on a need, a demand for electricity globally, for every person. But what about the supply? Why is there 1 billion undersupplied? The Answer: missing profitability. It would be a charity project to supply every last person on earth, not a profitable one. And while charitable projects are noble and should be pursued, the reality within capitalism shows that this is not the way it is going to happen. But what if we could come up with technology, or rather, a communal structure, that enables us to supply profitably, and still adapt to both, the difficult external factors (weather issues, remoteness, altitude, etc.) and the smaller purses of the undersupplied?

Location

Towards the end of 2018, I spent 4 months in northern India, on a research project with the IIT Kharagpur. The goal was to work on one of the 17 UN-defined sustainable development goals – electricity.

Worldwide, an estimated 1 billion people have no or insubstantial access to the grid. Some of them live here, in the Key Monastery in the Spiti Valley at around 3500 meters altitude.

key monastery

tashi gang

This is Tashi Gang, a village close to the Monastery. It houses around 50 people and only has road access during 3-4 months in the summer. For the rest of the time, the people rely on first aid services by helicopter, which can only be called with a working cell phone tower.

The Project

In an environment reliant on hydro-energy and solar (diesel transport is unreliable due to snowed-in mountain roads), over 6 months of snowy winter, frequent snowstorms, and temperatures of up to -35°C, securing the grid is hard.

Our way to tackle the issue was to reject the in the western society very established notion of electricity as a homogenous product with centralized production and instead researched the possibilities of a predictive, self-correcting, and decentral grid.

By prioritizing energy usage cases, instead of a full blackout during a storm, essential functions like radio towers and hospitals could be partially powered and maybe stay functioning. The binarity of either having electricity or not would be replaced by assigned quantities and timeslots, in a collective effort to be mindful and distribute the electricity necessity-based. The ultimate vision was a live predictive electricity market, where people could even earn money by selling their allotted, but not needed electricity. To gauge feasibility, I conducted several psychological acceptance studies and collected data on local electricity demands. I simulated a typical day of electricity demand in the Key monastery and the surrounding villages and mapped out the potential to install cost-efficient smart microgrid controllers enabling such an accurate and predictive behavior. The smart grid operator boxes available here in Germany cost several hundred, with installation several thousand Euros, not a feasible solution for the Indian population. Instead, we wanted to use Raspberry Pi's, which are interconnected through ethernet cables or local mesh networking.

Research

The Electricity layout of the Key Monastery

Data Collection

Building a questionnaire and visiting public schools during their English Classes, I had the chance to speak to a range of teenagers, answering questions about the state of electricity in their homes, generating more data than I could have accomplished running from door to door without any skills speaking local dialects. The questionnaire was as scientific as I could make it in such a situation and geared towards finding the type and number of electric devices in the homes and estimating typical usage scenarios.

With a total of 145 participants from more than 6 different schools and roughly 4 different districts, all located in the Indian part of the Himalayas, the findings are as follows:

The participants range from 11 to 53 years, with an average of 17 years. The average household has 6 members with an average of 5 smart devices. Only 2 percent of the Households had not a single smart device, but at the same time, only 42 percent had direct or indirect access to a laptop or computer. So the main body of smart devices consists of smartphones with a negligible portion of tablets. The average total amount of electrical devices is around 11 electrical appliances per house.

Subjective Quality Rating on a scale of 1 to 10:

Average quality in summer: 7.1 Average quality in monsoon: 5.6 Average quality in autumn: 7.1 Average quality in winter: 4.0

So, as you would expect, during winter, but also when it rains, the felt quality drops by more than 30 percent on average. As for the daily supply time, the average sits at 15.1 hours out of 24, meaning the people have electricity only for 62.9 percent of the time, some, as for example the people in Diskit only have a sad 4 hours of daily access. On top of that, this estimation does not account for the snowfalls in Spiti for example, where it is not uncommon to experience 3 consecutive days of powercut or more. As the Power Meter is supplied by the government, a solid 82 percent of the houses have a working power meter, if one assumes that the 13 percent who did not know whether they have a power meter, do have one, we can say that around 95% of the houses have a power meter.

Another goal of the studies was to find out what would incline people to be caring and sharing with the available electricity, something rather unimaginable here in Germany.

In general, the uninformed openness to delaying usage of electricity on a scale of 1-10 was around 5.5, with the additional information that a smart delay would cause an overall price reduction, the acceptance went up to 6.9, a good 14%. This implies that people would be a lot more inclined to give up conveniences if the benefits have a direct impact on them.

Simulation

After collecting all the estimated electric appliances of the local population, I simulated the use of 200 Solar Panels with 300Wp each, once for simultaneous electricity use, and once for mitigated electricity peaks through smart optimization and electricity usage delay. SAM Simulation of a local solar system SAM Simulation Optimized

Although solar is definitely not the optimal choice here and generates lots of issues with energy storage and battery charging at negative degrees, we figured that this was the way to go for the project. And as you can see, optimizing peak usage can improve solar from generating only one-fifth of the demand in winter to about half the demand in winter. Keeping in mind here, that the added solar farm was only intended to supply additional energy and not replace existing solutions, such a "small" farm would be a real lifesaver there and optimize the limited space in extremely mountainous terrain.

Closing words

There are to sides which the problems can be tackled: we can bring the total energy production up, by adding more panels or electricity by other means, but we can also try and bring the total demand down. This is to be achieved by investing strictly in the most energy-efficient appliances. Even replacing older, not-so-efficient appliances might sometimes be of use. But ensuring efficient use is not the only way to bring down the overall demand.

As introduced as core ideas for the whole project, sharing and delaying will prove immensely useful. How so? By sharing, we mean a concept that is already widely applied in the relevant areas. What to do in a Village that has no access to water? Will we send each household out to the faraway river to catch water for their family? Or would we join hands in a community effort to dig a central well used by everyone?

So, when we look at sharing electricity, how would we apply the concept? We take the appliances that consume the most energy individually and scale them up in order to increase efficiency. For example, in our case, that is most applicable to electric heating. If we manage to heat central community spaces available for everyone, naturally, fewer individual rooms will have to be heated. Similarly, one could declare a room as a public cinema, where people come together and watch Tv on a big Projector. Twice as fun, and conserving a great deal of energy again. Such ideas and others have to be realized in order to be able to match the total demand with the available supply.

Sadly, the project was never taken up further, and the situation for the people in the Spiti Valley has not improved. Two years ago, a road directly through the mountains was finished, making the population hopeful for an increase in tourism, increasing the chances of the economic viability of improved solutions. I spent my time there in the function of a research intern, having no real say in the realization of the project. The problem remains, and I still think that decentral solutions look to be the most promising for this specific location. Of course, the Himalayas present a bit of an extreme location, but that doesn't change the fact that people live there and have a basic human right to electricity.


\ No newline at end of file diff --git a/public/de/project/cad/index.html b/public/de/project/cad/index.html index 55fefcff..0c869f85 100644 --- a/public/de/project/cad/index.html +++ b/public/de/project/cad/index.html @@ -1,2 +1,2 @@ -Übersetzung: 3D Modeling and CAD - Aron Petau

3D Modeling and CAD

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.

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 that’s what I got into. In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. Below you will find some of my designs. The process is something that I enjoy a lot and wish to dive into deeper.

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. I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.

A candle made of a 3D scan, found on <https://hiddenbeauty.ch/>

Check out more of my finished designs in the Prusaprinters (now Printables) Community

A candle created with a 3D printed mold made in Fusion360

3D Scanning and Photogrammetry

Besides coming up with new objects, incorporating the real world is also an interest of mine.

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. 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:

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.

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.

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 fell in love with the idea of designing a toy system, inspired by Makeways on Kickstarter, I have 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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. Once in Berlin, I would want to talk to the people at Kaffeform producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. 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. 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, who I will join over the summer to learn more about their system.

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.

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.

Software that I have used and like


\ No newline at end of file +Übersetzung: 3D Modeling and CAD - Aron Petau

3D Modeling and CAD

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.

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 that’s what I got into. In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. Below you will find some of my designs. The process is something that I enjoy a lot and wish to dive into deeper.

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. I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.

A candle made of a 3D scan, found on <https://hiddenbeauty.ch/>

Check out more of my finished designs in the Prusaprinters (now Printables) Community

A candle created with a 3D printed mold made in Fusion360

3D Scanning and Photogrammetry

Besides coming up with new objects, incorporating the real world is also an interest of mine.

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. 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:

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.

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.

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 fell in love with the idea of designing a toy system, inspired by Makeways on Kickstarter, I have 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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. Once in Berlin, I would want to talk to the people at Kaffeform producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. 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. 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, who I will join over the summer to learn more about their system.

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.

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.

Software that I have used and like


\ No newline at end of file diff --git a/public/de/project/chatbot/fulfillment-flow.png b/public/de/project/chatbot/fulfillment-flow.png index 6f9c6cd5..e892a6a7 100644 Binary files a/public/de/project/chatbot/fulfillment-flow.png and b/public/de/project/chatbot/fulfillment-flow.png differ diff --git a/public/de/project/chatbot/index.html b/public/de/project/chatbot/index.html index d89bf3d2..0d63e287 100644 --- a/public/de/project/chatbot/index.html +++ b/public/de/project/chatbot/index.html @@ -1,2 +1,2 @@ -Übersetzung: Chatbot - Aron Petau

Guru to Go: a speech-controlled meditation assistant and sentiment tracker

Here, you see a Demo video of a voice-controlled meditation assistant that we worked on in the course "Conversational Agents and speech interfaces"

The central goal of the entire project was to make the Assistant be entirely speech controlled, such that the phone needn't be touched while immersing yourself in meditation.

The Chatbot was built in Google Dialogflow, a natural language understanding engine that can interpret free text input and identify entities and intents within it, We wrote a custom python backend to then use these evaluated intents and compute individualized responses.

The resulting application runs in Google Assistant and can adaptively deliver meditations, visualize sentiment history and comprehensively inform about meditation practices. Sadly, we used beta functionality from the older "Google Assistant" Framework, which got rebranded months after by Google into "Actions on Google" and changed core functionality requiring extensive migration that neither Chris, my partner in this project, nor I found time to do.

Nevertheless, the whole Chatbot functioned as a meditation player and was able to graph and store recorded sentiments over time for each user.

Attached below you can also find our final report with details on the programming and thought process.

Anmerkung

After this being my first dip into using the Google Framework for the creation of a speech assistant and encountering many problems along the way that partly found their way also into the final report, now I managed to utilize these explorations and am currently working to create Ällei, another chatbot with a different focus, which is not realized within Actions on google, but will rather be getting its own react app on a website.


\ No newline at end of file +Übersetzung: Chatbot - Aron Petau

Guru to Go: a speech-controlled meditation assistant and sentiment tracker

Here, you see a Demo video of a voice-controlled meditation assistant that we worked on in the course "Conversational Agents and speech interfaces"

The central goal of the entire project was to make the Assistant be entirely speech controlled, such that the phone needn't be touched while immersing yourself in meditation.

The Chatbot was built in Google Dialogflow, a natural language understanding engine that can interpret free text input and identify entities and intents within it, We wrote a custom python backend to then use these evaluated intents and compute individualized responses.

The resulting application runs in Google Assistant and can adaptively deliver meditations, visualize sentiment history and comprehensively inform about meditation practices. Sadly, we used beta functionality from the older "Google Assistant" Framework, which got rebranded months after by Google into "Actions on Google" and changed core functionality requiring extensive migration that neither Chris, my partner in this project, nor I found time to do.

Nevertheless, the whole Chatbot functioned as a meditation player and was able to graph and store recorded sentiments over time for each user.

Attached below you can also find our final report with details on the programming and thought process.

Anmerkung

After this being my first dip into using the Google Framework for the creation of a speech assistant and encountering many problems along the way that partly found their way also into the final report, now I managed to utilize these explorations and am currently working to create Ällei, another chatbot with a different focus, which is not realized within Actions on google, but will rather be getting its own react app on a website.


\ No newline at end of file diff --git a/public/de/project/coding/index.html b/public/de/project/coding/index.html index 1887afd9..b9f96192 100644 --- a/public/de/project/coding/index.html +++ b/public/de/project/coding/index.html @@ -1,2 +1,2 @@ -Übersetzung: Coding Examples - Aron Petau

Neural Networks and Computer Vision

A selection of coding projects

Although pure coding and debugging are often not a passion of mine, I recognize the importance of neural networks and other recent developments in Computer Vision. From several projects regarding AI and Machine Learning that I co-authored during my Bachelor Program, I picked this one since I think it is well documented and explains on a step-by-step basis what we do there.

Image Super-Resolution using Convolutional Neural Networks (Recreation of a 2016 Paper)

Image Super-Resolution is a hugely important topic in Computer Vision. If it works sufficiently advanced, we could take all our screenshots and selfies and cat pictures from the 2006 facebook-era and even from before and scale them up to suit modern 4K needs.

Just to give an example of what is possible in 2020, just 4 years after the paper here, have a look at this video from 1902:

The 2016 paper we had a look at is much more modest: it tries to upscale only a single Image, but historically, it was one of the first to achieve computing times sufficiently small to make such realtime-video-upscaling as visible in the Video (from 2020) or of the likes that Nvidia uses nowadays to upscale Videogames.

Example of a Super-Resolution Image. The Neural network is artificially adding Pixels so that we can finally put our measly selfie on a billboard poster and not be appalled by our deformed-and-pixelated-through-technology face.

The Python notebook for Image super-resolution in Colab

MTCNN (Application and Comparison of a 2016 Paper)

Here, you can also have a look at another, much smaller project, where we rebuilt a rather classical Machine learning approach for face detection. Here, we use preexisting libraries to demonstrate the difference in efficacy of approaches, showing that Multi-task Cascaded Convolutional Networks (MTCNN) was one of the best-performing approaches in 2016. Since I invested much more love and work into the above project, I would prefer for you to check that one out, in case two projects are too much.

Face detection using a classical AI Approach (Recreation of a 2016 Paper)


\ No newline at end of file +Übersetzung: Coding Examples - Aron Petau

Neural Networks and Computer Vision

A selection of coding projects

Although pure coding and debugging are often not a passion of mine, I recognize the importance of neural networks and other recent developments in Computer Vision. From several projects regarding AI and Machine Learning that I co-authored during my Bachelor Program, I picked this one since I think it is well documented and explains on a step-by-step basis what we do there.

Image Super-Resolution using Convolutional Neural Networks (Recreation of a 2016 Paper)

Image Super-Resolution is a hugely important topic in Computer Vision. If it works sufficiently advanced, we could take all our screenshots and selfies and cat pictures from the 2006 facebook-era and even from before and scale them up to suit modern 4K needs.

Just to give an example of what is possible in 2020, just 4 years after the paper here, have a look at this video from 1902:

The 2016 paper we had a look at is much more modest: it tries to upscale only a single Image, but historically, it was one of the first to achieve computing times sufficiently small to make such realtime-video-upscaling as visible in the Video (from 2020) or of the likes that Nvidia uses nowadays to upscale Videogames.

Example of a Super-Resolution Image. The Neural network is artificially adding Pixels so that we can finally put our measly selfie on a billboard poster and not be appalled by our deformed-and-pixelated-through-technology face.

The Python notebook for Image super-resolution in Colab

MTCNN (Application and Comparison of a 2016 Paper)

Here, you can also have a look at another, much smaller project, where we rebuilt a rather classical Machine learning approach for face detection. Here, we use preexisting libraries to demonstrate the difference in efficacy of approaches, showing that Multi-task Cascaded Convolutional Networks (MTCNN) was one of the best-performing approaches in 2016. Since I invested much more love and work into the above project, I would prefer for you to check that one out, in case two projects are too much.

Face detection using a classical AI Approach (Recreation of a 2016 Paper)


\ No newline at end of file diff --git a/public/de/project/commoning-cars/index.html b/public/de/project/commoning-cars/index.html index 6e277e90..930590b0 100644 --- a/public/de/project/commoning-cars/index.html +++ b/public/de/project/commoning-cars/index.html @@ -1,8 +1,8 @@ -Übersetzung: Commoning Cars - Aron Petau

Übersetzung: Commoning Cars

Von Aron Petau8 Minuten gelesen

Commoning cars

TCF Project Brief

This Project was conceptualized durin a 2023 Workshop titled Tangible Climate Futures.

Aron Petau aron@petau.net

See the Project in Realtime

Title

Making Cars Public spaces Commoning Cars

Abstract

Cars bad.
Cars occupy public spaces resulting un a factual privatization of public goods/infrastructure.
What if cars could be part of public infrastructure?
What can cars provide to the public?
With Solar and Electrical Vehicles emerging on the horizon (no endorsement here) it makes sense to think about cars as decentralized powerhouses and public energy storage solutions.
Cars, even traditional ones, come equipped with batteries and generate electricity either by driving or though added solar panels. What if this energy could be used to power the public? What if cars would could be used as public spaces? By installing a public USB socket and a public wifi hotspot, on my car, I want to start exploring the potential of cars as public spaces and energy storage solutions.

Within this artistic experiment, I will continuously track the geolocation and energy input/output of my solar equipped car and make the data publicly available. I will also track the amount of energy that is not used by the car and could be used by the public. Taking steps towards optimal usage of existing electrical and other infrastructure is only possible by breaking conventional notions of public ownership and private property. This project is one step towards a more sustainable and equitable future.

Introduction

We all know by now that cars and individual traffic presents a major environmetal and societal problem all over the world. The last 70 something years of building car infrastructure are culminating in many areas in a dead end where the only thinkable solution is to build more roads and cars. THis is obviously a larger problem than one project can tackle, but here is one outlook on how

Experiment

Preexisting data

With the data collected over the last year of using the car privately I can show with embarrasing accuracy how underutilized the system is and calculate an estimate of energy lost due to societal notions of private property. The data will be an estimate, since the monitoring itself is dependent on solar energy and the internet connection is spotty at best when it is not supplied with electricity.

Monitoring

In the Car, there is a Raspberry Pi 4 Microcomputer running a custom Operating Systen that monitors the following data:

  • Solar Intake (W)
  • Battery Level (V)
  • GPS Location
  • Total Energy Produced (Wh)
  • Total Energy Consumed (Wh)
  • Solar Energy Potential (Wh)

Through the router I can also track total Wifi usage and the number of connected devices.

Public Wifi

For the Project, I opened a router in the Car towards the Public, much alike to ahotspot you would find in a cafe. I use my own data plan on there, which I never max out anyways. The router is a Netgear M1 and has a 4G Modem built in. It is connected to the Raspberry Pi and is powered by the secondary car battery.

Public Energy: A USB Socket

I plan on installing a USB Socket on the outside of the car, so people can charge their devices. The socket will be connected to the secondary car battery and will be powered by the solar panels. The socket will be installed in a way that it is not possible to drain the battery completely.

Communication

Nobody expects any help or public supplies from car owners. How to communicate the possibility to the outside world? The plan is to fabricate a vinyl sticker that will be applied to the car. The sticker will contain a QR Code that will lead to a website with the data and a short explanation of the project. Visual cues lead to the USB Socket and the Wifi Hotspot.

Issues

Space / Scale

Obviously, the space on top of a car is quite limited and from a sustainability perspective, it would be better to have a larger solar array on a roof of a house. The point is not to advocate for a mandated solar install on cars, but to optimize and share preexisting infrastructure. The car is already there, it already has a battery and it already has solar panels. Looking at many Camper-Van builds, the amount of cars with already installed solar panels is quite large. The point is to make the most out of it.

Legality

Germany has laws in place holding the owner of a Internet Connection liable for the legality of the traffic that is going through it. This is a major issue for the project, as I do not want to be liable for the traffic that is going through my car. I am currently looking into ways to circumvent this issue.

Surveillance / Privacy

The Car is equipped with a GPS Tracker and a Wifi Hotspot. This means that I can track the location of the car and the number of devices connected to the hotspot. I am not tracking any data that is going through the hotspot, but I could. As this project will generate public data, People using and maybe depending on the internet and electricity provided will be tracked by proxy. I am not sure how to deal with this issue yet. One potential solution would be to publish the data only in an aggregated form, but this would make the data less useful for other projects.

Security / Safety

My Car is now publicly traceable. I am no Elon Musk, and the idea does not really concern me, but we did create an additional attack vector for theft here.

Sources

UN Sustainable Development Goal Nr. 7 Adam Something on the Rise of Urban Cars Is Berlin a walkable City? FBI advising against utilizing public infrastructure Why no solar panels on cars?

+++

Notes

Ideas on Data Mapping workshop

I have the Solar Data from the Van.

It holds Geocodes, has hourly data and could tell the difference between geocoded potential solar energy and actual energy. It also has temperature records.

There are 2 types of Losses in the system:

  • Either the Batteries are full and available energy cannot be stored
  • Or the solar panels are blocked through urban structures and sub-optimal parking locations.

Interesting Questions:

How far away from optimal usage are my panels and where does the difference stem from?

Where to go?

I think, the difference between potential energy and actual electricity produced/consumed is interesting. How large is the gap? Is it relevant —> my initial guess would be that it is enormous How to close the gap?

—> install outside usb plugs It would be publicly available infrastructure, people could charge their smartphones anywhere —> QI charging for security concerns??

Scaling?? —> mandate solar roofs for cars? How effective would it actually be? What about buses / public vehicles?

+++

Potential issues with the data:

  • Spotty / intermittent internet connection
  • Noisy?

Making Cars public spaces

What could my car provide to the public to be less wasteful with its space?

  • Provide Internet
    • Would incur monthly costs
  • Provide Electricity

Concrete Problems

How to make sure people cannot fully drain my battery? How dangerous is actually an exposed USB Socket? Can people short my electronics through it?

How scalable are solutions like these?

Are public USBC Sockets something that would actually be used? Could there be a way for people to leave their stuff charging? What if I actually move the car and someone has their equipment still attached? Would people even leave their stuff unattended?

Can cars provide positive effects to public spaces? —> how to pose this research question without redeeming the presence of cars in our public spaces?

Difference Electric - Fuel cars

there is lots of research on using Electric cars as transitional energy storage. Even before "flatten the curve" became a common slogan, electrical engineers worried about the small energy spikes in the grid. The existence of these forces us to keep large power plants running at all times, even if the energy is not needed. The idea is to use the batteries of electric cars to store this energy and use it when needed.


\ No newline at end of file + });
\ No newline at end of file diff --git a/public/de/project/critical-epistemologies/index.html b/public/de/project/critical-epistemologies/index.html index 166bf184..5c50e4f5 100644 --- a/public/de/project/critical-epistemologies/index.html +++ b/public/de/project/critical-epistemologies/index.html @@ -1,2 +1,2 @@ -Übersetzung: Critical Epistemology - Aron Petau

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Anmerkung

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Anmerkung

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Anmerkung

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

"When in doubt, give the subject full epistemic credibility"

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Anmerkung

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Anmerkung

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one? But then, after that: "Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men." This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture "White Men" forming a group and collectively deciding on who to hate this coming season, Conceptually separating "being oppressed" and "oppressing" into phenomena without necessary inherent causal relation makes sense to me here.

Anmerkung

created by Aron Petau on Tuesday 23. June 2020, 18:52


\ No newline at end of file +Übersetzung: Critical Epistemology - Aron Petau

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Anmerkung

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Anmerkung

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Anmerkung

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

"When in doubt, give the subject full epistemic credibility"

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Anmerkung

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Anmerkung

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one? But then, after that: "Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men." This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture "White Men" forming a group and collectively deciding on who to hate this coming season, Conceptually separating "being oppressed" and "oppressing" into phenomena without necessary inherent causal relation makes sense to me here.

Anmerkung

created by Aron Petau on Tuesday 23. June 2020, 18:52


\ No newline at end of file diff --git a/public/de/project/critical-philosophy-subjectivity/index.html b/public/de/project/critical-philosophy-subjectivity/index.html index e06c242c..e2a84b8e 100644 --- a/public/de/project/critical-philosophy-subjectivity/index.html +++ b/public/de/project/critical-philosophy-subjectivity/index.html @@ -1,2 +1,2 @@ -Übersetzung: Critical Philosophy of Subjectivity - Aron Petau

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Anmerkung

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term "Norms" is related to anticipation of this argument.

Further, I am not sure I share Ewald's interpretation; I see that the object "othered" by a norm is a constituent and necessary object for the norm, simply due to its "comparative" nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Anmerkung

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Anmerkung

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Anmerkung

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Anmerkung

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a "strategy" just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Anmerkung

created by Aron Petau on Sunday 12. December 2021, 22:01


\ No newline at end of file +Übersetzung: Critical Philosophy of Subjectivity - Aron Petau

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Anmerkung

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term "Norms" is related to anticipation of this argument.

Further, I am not sure I share Ewald's interpretation; I see that the object "othered" by a norm is a constituent and necessary object for the norm, simply due to its "comparative" nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Anmerkung

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Anmerkung

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Anmerkung

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Anmerkung

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a "strategy" just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Anmerkung

created by Aron Petau on Sunday 12. December 2021, 22:01


\ No newline at end of file diff --git a/public/de/project/dreams-of-cars/index.html b/public/de/project/dreams-of-cars/index.html index 85a333bf..afe4be36 100644 --- a/public/de/project/dreams-of-cars/index.html +++ b/public/de/project/dreams-of-cars/index.html @@ -1,2 +1,2 @@ -Übersetzung: Dreams of Cars - Aron Petau

Übersetzung: Dreams of Cars

Von Aron Petau1 minute read

Photography

In the context of the course "Fotografie Elementar" with Sebastian Herold I developed a small concept of urban intervention.
The results were exhibited at the UdK Rundgang 2023 and are also visible here.

The gallery piece

Dreams of Cars

These are not just cars.
They are Sport Utility Vehicles.
What might they have had as hopes and dreams on the production line?
Do they dream of drifting in dusty deserts?
Climbing steep rocky canyon roads?
Sliding down sun-drenched dunes?
Discovering remote pathways in natural grasslands?
Nevertheless, they did end up in the parking spots here in Berlin.

What drove them here?

Dreams of Cars 1 Dreams of Cars 2 Dreams of Cars 3 Dreams of Cars 4 Dreams of Cars 5 Dreams of Cars 6 Dreams of Cars 7


\ No newline at end of file +Übersetzung: Dreams of Cars - Aron Petau

Übersetzung: Dreams of Cars

Von Aron Petau1 minute read

Photography

In the context of the course "Fotografie Elementar" with Sebastian Herold I developed a small concept of urban intervention.
The results were exhibited at the UdK Rundgang 2023 and are also visible here.

The gallery piece

Dreams of Cars

These are not just cars.
They are Sport Utility Vehicles.
What might they have had as hopes and dreams on the production line?
Do they dream of drifting in dusty deserts?
Climbing steep rocky canyon roads?
Sliding down sun-drenched dunes?
Discovering remote pathways in natural grasslands?
Nevertheless, they did end up in the parking spots here in Berlin.

What drove them here?

Dreams of Cars 1 Dreams of Cars 2 Dreams of Cars 3 Dreams of Cars 4 Dreams of Cars 5 Dreams of Cars 6 Dreams of Cars 7


\ No newline at end of file diff --git a/public/de/project/echoing-dimensions/IMG_1709.jpeg b/public/de/project/echoing-dimensions/IMG_1709.jpeg index 2ae05ca1..0c248db2 100644 Binary files a/public/de/project/echoing-dimensions/IMG_1709.jpeg and b/public/de/project/echoing-dimensions/IMG_1709.jpeg differ diff --git a/public/de/project/echoing-dimensions/index.html b/public/de/project/echoing-dimensions/index.html index ea2431a8..8f0fd2d2 100644 --- a/public/de/project/echoing-dimensions/index.html +++ b/public/de/project/echoing-dimensions/index.html @@ -1,2 +1,2 @@ -Übersetzung: Echoing Dimensions - Aron Petau

Übersetzung: Echoing Dimensions

Von Aron Petau und Joel Tenenberg4 Minuten gelesen

Echoing Dimensions

The space

Kunstraum Potsdamer Straße

The exhibition is situated in an old parking garage, owned and operated by the studierendenwerk Berlin. The space is a large, open room with a rather low ceiling and a concrete floor. Several Nooks and separees can create intimate experiences within the space. The space is not heated and has no windows. The walls are made of concrete and the ceiling is made of concrete.

As a group, we are 12 people, each with amazing projects surrounding audiovisual installations:

  • Özcan Ertek (UdK)
  • Jung Hsu (UdK)
  • Nerya Shohat Silberberg (UdK)
  • Ivana Papic (UdK)
  • Aliaksandra Yakubouskaya (UdK)
  • Aron Petau (UdK, TU Berlin)
  • Joel Rimon Tenenberg (UdK, TU Berlin)
  • Bill Hartenstein (UdK)
  • Fang Tsai (UdK)
  • Marcel Heise (UdK)
  • Lukas Esser & Juan Pablo Gaviria Bedoya (UdK)

The Idea

We will be exibiting our Radio Project, aethercomms which resulted from our previous inquiries into cables and radio spaces during the Studio Course.

Build Log

2024-01-25

First Time seeing the Space:

2024-02-01

Signing Contract

2024-02-08

The Collective Exibition Text:

Sound, as a fundamental element of everyday experience, envelopes us in the cacophony of city life - car horns, the chatter of pedestrians, the chirping of birds, the rustle of leaves in the wind, notifications, alarms and the constant hum of radio waves, signals and frequencies. These sounds, together make up the noise of our life, often pass by, fleeting and unnoticed. The engagement with sound through active listening holds the potential to process the experience of the self and its surroundings. This is the idea of “Echoing Dimensions”: Once you engage with something, it gives back to you: Whether it is the rhythmic cadence of a heartbeat, a flowing symphony of urban activity or the hoofbeats of a running horse, minds and bodies construct and rebuild scenes and narratives while sensing and processing the sounds that surround them, that pass next and through them. The exhibition "Echoing Dimensions" takes place at Kunstraum Potsdamer Straße gallery’s underground space and exhibits artworks by 12 Berlin based artists, who investigate in their artistic practice ‘intentional listening’ using sound, video and installation, and invites to navigate attentiveness by participatory exploration. Each artwork in the exhibition revolves around different themes in which historical ideas resonate, political-personal narratives are being re-conceptualized and cultural perspectives are examined. The exhibition's common thread lies in its interest into the complexities of auditory perception, inviting viewers to consider the ways in which sound shapes our memories, influences our culture, and challenges our understanding of space and power dynamics.

2024-02-15

Working TD Prototype. We collect the pointcloud information through a kinect azure and sorting the output of the device turned out to be quite tricky.

2024-03-01

Initial live testing on the finalized hardware. We decided to use a tiny Intel NUC to run both touchdesigner, the LLM, and audio synthesis.

Not expected at all: The audio synthesis was actually the hardest, since there was no available internet in the exhibition space and all sleek modern solutions seem to rely on cloud services to generate audio from text. Here, the tiny NUC really bit us: it took almost 15 seconds to generate a single paragraph of spoken words, even when usin quite small synthesizer models for it.

Lesson learned: Next time give it more oomph. I seriously wonder though why there wouldn't be better TTS systems around. Isnt that quite the essential accessibility feature? We ended up using coquiTTS, which is appearently out of business entirely.

2024-04-05

We became part of sellerie weekend!

Sellerie Weekend Poster

This is a collection of Gallery Spaces and Collectives that provide a fresher and more counter-cultural perspective on the Gallery Weekend. It quite helped our online visibility and filled out the entire space on the Opening.

A look inside

The Final Audiovisual Setup


\ No newline at end of file +Übersetzung: Echoing Dimensions - Aron Petau

Übersetzung: Echoing Dimensions

Von Aron Petau und Joel Tenenberg4 Minuten gelesen

Echoing Dimensions

The space

Kunstraum Potsdamer Straße

The exhibition is situated in an old parking garage, owned and operated by the studierendenwerk Berlin. The space is a large, open room with a rather low ceiling and a concrete floor. Several Nooks and separees can create intimate experiences within the space. The space is not heated and has no windows. The walls are made of concrete and the ceiling is made of concrete.

As a group, we are 12 people, each with amazing projects surrounding audiovisual installations:

  • Özcan Ertek (UdK)
  • Jung Hsu (UdK)
  • Nerya Shohat Silberberg (UdK)
  • Ivana Papic (UdK)
  • Aliaksandra Yakubouskaya (UdK)
  • Aron Petau (UdK, TU Berlin)
  • Joel Rimon Tenenberg (UdK, TU Berlin)
  • Bill Hartenstein (UdK)
  • Fang Tsai (UdK)
  • Marcel Heise (UdK)
  • Lukas Esser & Juan Pablo Gaviria Bedoya (UdK)

The Idea

We will be exibiting our Radio Project, aethercomms which resulted from our previous inquiries into cables and radio spaces during the Studio Course.

Build Log

2024-01-25

First Time seeing the Space:

2024-02-01

Signing Contract

2024-02-08

The Collective Exibition Text:

Sound, as a fundamental element of everyday experience, envelopes us in the cacophony of city life - car horns, the chatter of pedestrians, the chirping of birds, the rustle of leaves in the wind, notifications, alarms and the constant hum of radio waves, signals and frequencies. These sounds, together make up the noise of our life, often pass by, fleeting and unnoticed. The engagement with sound through active listening holds the potential to process the experience of the self and its surroundings. This is the idea of “Echoing Dimensions”: Once you engage with something, it gives back to you: Whether it is the rhythmic cadence of a heartbeat, a flowing symphony of urban activity or the hoofbeats of a running horse, minds and bodies construct and rebuild scenes and narratives while sensing and processing the sounds that surround them, that pass next and through them. The exhibition "Echoing Dimensions" takes place at Kunstraum Potsdamer Straße gallery’s underground space and exhibits artworks by 12 Berlin based artists, who investigate in their artistic practice ‘intentional listening’ using sound, video and installation, and invites to navigate attentiveness by participatory exploration. Each artwork in the exhibition revolves around different themes in which historical ideas resonate, political-personal narratives are being re-conceptualized and cultural perspectives are examined. The exhibition's common thread lies in its interest into the complexities of auditory perception, inviting viewers to consider the ways in which sound shapes our memories, influences our culture, and challenges our understanding of space and power dynamics.

2024-02-15

Working TD Prototype. We collect the pointcloud information through a kinect azure and sorting the output of the device turned out to be quite tricky.

2024-03-01

Initial live testing on the finalized hardware. We decided to use a tiny Intel NUC to run both touchdesigner, the LLM, and audio synthesis.

Not expected at all: The audio synthesis was actually the hardest, since there was no available internet in the exhibition space and all sleek modern solutions seem to rely on cloud services to generate audio from text. Here, the tiny NUC really bit us: it took almost 15 seconds to generate a single paragraph of spoken words, even when usin quite small synthesizer models for it.

Lesson learned: Next time give it more oomph. I seriously wonder though why there wouldn't be better TTS systems around. Isnt that quite the essential accessibility feature? We ended up using coquiTTS, which is appearently out of business entirely.

2024-04-05

We became part of sellerie weekend!

Sellerie Weekend Poster

This is a collection of Gallery Spaces and Collectives that provide a fresher and more counter-cultural perspective on the Gallery Weekend. It quite helped our online visibility and filled out the entire space on the Opening.

A look inside

The Final Audiovisual Setup


\ No newline at end of file diff --git a/public/de/project/echoing-dimensions/sellerie_weekend.png b/public/de/project/echoing-dimensions/sellerie_weekend.png index 4b192ec1..5672dba8 100644 Binary files a/public/de/project/echoing-dimensions/sellerie_weekend.png and b/public/de/project/echoing-dimensions/sellerie_weekend.png differ diff --git a/public/de/project/einszwovier-löten-leuchten/cables.jpeg b/public/de/project/einszwovier-löten-leuchten/cables.jpeg index fadef90f..71a7ce13 100644 Binary files a/public/de/project/einszwovier-löten-leuchten/cables.jpeg and b/public/de/project/einszwovier-löten-leuchten/cables.jpeg differ diff --git a/public/de/project/einszwovier-löten-leuchten/eins zwo vier logo.png b/public/de/project/einszwovier-löten-leuchten/eins zwo vier logo.png index 2a30e75e..e2e66b20 100644 Binary files a/public/de/project/einszwovier-löten-leuchten/eins zwo vier logo.png and b/public/de/project/einszwovier-löten-leuchten/eins zwo vier logo.png differ diff --git a/public/de/project/einszwovier-löten-leuchten/feedback.jpeg b/public/de/project/einszwovier-löten-leuchten/feedback.jpeg index 8477d964..fc37894c 100644 Binary files a/public/de/project/einszwovier-löten-leuchten/feedback.jpeg and b/public/de/project/einszwovier-löten-leuchten/feedback.jpeg differ diff --git a/public/de/project/einszwovier-löten-leuchten/hand.jpeg b/public/de/project/einszwovier-löten-leuchten/hand.jpeg index b03cadc4..e42b6cd4 100644 Binary files a/public/de/project/einszwovier-löten-leuchten/hand.jpeg and b/public/de/project/einszwovier-löten-leuchten/hand.jpeg differ diff --git a/public/de/project/einszwovier-löten-leuchten/index.html b/public/de/project/einszwovier-löten-leuchten/index.html index 2208da53..c8ce44cb 100644 --- a/public/de/project/einszwovier-löten-leuchten/index.html +++ b/public/de/project/einszwovier-löten-leuchten/index.html @@ -1,2 +1,2 @@ -einszwovier: löten und leuchten - Aron Petau

einszwovier: löten und leuchten

Von Aron Petau und Friedrich Weber4 Minuten gelesen

Ein praxisnaher Kurs zu Löten, Elektronik und Lampendesign für junge Tüftler*innen

Löten und Leuchten fand inzwischen in drei erfolgreichen Durchläufen statt — jeweils als Angebot für Schüler*innen der 5. und 6. Klasse. Der Kurs bietet einen spielerischen und begleiteten Einstieg in die Welt der Elektronik, des Lötens und der digitalen Gestaltung. Im Mittelpunkt steht das Verstehen durch eigenes Machen: Technologien begreifen, indem man sie selbst gestaltet.

Das Projekt

Über drei Sitzungen hinweg (jeweils drei Stunden) entwickelten und bauten die Kinder ihre eigene USB-betriebene LED-Leuchte. Sie löteten elektronische Bauteile, modellierten Gehäuse in 3D, beschäftigten sich mit Lichtstreuung und lernten dabei ganz selbstverständlich, technische Probleme kreativ zu lösen. Jede Leuchte wurde von Grund auf gebaut, funktional und transportabel – ganz ohne Batterien, dafür mit echten Kabeln, Werkzeug und einem großen Schuss Eigenverantwortung.

Zum Einstieg lernten die Teilnehmer*innen die Grundlagen der Elektrizität mit den wunderbar zugänglichen Makey Makey-Boards kennen. Damit konnten wir spielerisch Stromkreise, Leitfähigkeit und Steuerung erklären – ein Einstieg, der sofort Neugier und Begeisterung weckte.

Anschließend folgte das Herzstück des Projekts: USB-Kabel aufschneiden, 5V-LEDs anlöten und eigene Gehäuse entwerfen. Das Löten geschah unter Aufsicht, aber jede*r lötete selbst – und das mit sichtbarem Stolz. Wenn die eigene LED zum ersten Mal leuchtet, ist das ein magischer Moment.

Gestaltung mit Werkzeug – und mit Einschränkungen

Für die 3D-Gestaltung nutzten wir Tinkercad auf iPads. Die Oberfläche war für viele der erste Berührungspunkt mit CAD-Software und erwies sich als zugänglich und intuitiv – allerdings nicht ohne technische Stolpersteine. Tinkercad stürzte gelegentlich ab, und Synchronisationsprobleme führten manchmal zu Verwirrung. Trotz dieser Hürden ermöglichte es einen niedrigschwelligen Einstieg in die digitale Gestaltung.

Die entworfenen Lampenschirme mussten nicht nur schön aussehen, sondern auch die Elektronik sinnvoll aufnehmen. Dadurch ergaben sich ganz reale Designherausforderungen: Passt das Kabel? Wie weit darf die LED vom Gehäuse entfernt sein? Wie verändert sich das Licht?

Gedruckt wurde mit weißem PLA-Filament – ideal für die Lichtstreuung. Im Kurs entwickelten sich dadurch ganz organisch Gespräche über Materialeigenschaften, Lichtdurchlässigkeit und die physikalischen Grenzen des 3D-Drucks.

Echte Herausforderungen, echtes Denken

Das Projekt traf genau die richtige Balance: anspruchsvoll genug, um ernst genommen zu werden, aber machbar genug, damit alle ein Erfolgserlebnis hatten. Jedes Kind nahm am Ende eine funktionierende, selbstgebaute Lampe mit nach Hause – und keine glich der anderen.

Dabei gab es viele kleine Hürden: USB-Kabel, die zu viel Spiel hatten, Gehäuse, die nicht sofort passten, LEDs, die nachjustiert werden mussten. Wir wichen diesen Herausforderungen nicht aus – im Gegenteil: Wir nutzten sie als Anlässe, um gemeinsam nach Lösungen zu suchen. Gerade diese Momente führten zu den besten Gesprächen über Technik, Entwurf und Fehlerkultur.

Bonus-Runde: Tischkicker-Prototypen

Zum Abschluss durfte jede Gruppe ihren eigenen Mini-Tischkicker entwerfen – mit den Materialien und Ideen, die sie zur Verfügung hatten. Diese kreative Extra-Aufgabe förderte Teamarbeit, Improvisation und erste Design-Thinking-Schritte. Und ganz nebenbei entstanden viele lustige, kluge und überraschende Lösungen.

Rückblick

Alle drei Durchgänge des Workshops wurden mit großem Interesse, Konzentration und Freude aufgenommen. Die Kinder waren über die gesamte Zeit engagiert, nicht nur beim Basteln, sondern auch im Denken: Wie funktioniert das? Was kann ich anders machen? Was ist möglich?

Sie gingen nicht nur mit einer leuchtenden Lampe nach Hause – sondern mit dem Gefühl, etwas selbst geschaffen zu haben. Und mit der Erkenntnis, dass Technik keine Zauberei ist, sondern etwas, das man verstehen und gestalten kann.

Auch für uns als Kursleitung war Löten und Leuchten ein bestärkendes Erlebnis. Die Kombination aus digitalen Werkzeugen, praktischer Arbeit und offener Aufgabenstellung schuf einen Raum, in dem Lernen ganz selbstverständlich und mit echter Neugier geschah.

Löten und Leuchten wird sich weiterentwickeln – doch das Ziel bleibt dasselbe: Kinder stärken, selbstbestimmt mit Technik umzugehen, und ihnen zeigen, dass sie mehr können, als sie denken.


\ No newline at end of file +einszwovier: löten und leuchten - Aron Petau

einszwovier: löten und leuchten

Von Aron Petau und Friedrich Weber4 Minuten gelesen

Ein praxisnaher Kurs zu Löten, Elektronik und Lampendesign für junge Tüftler*innen

Löten und Leuchten fand inzwischen in drei erfolgreichen Durchläufen statt — jeweils als Angebot für Schüler*innen der 5. und 6. Klasse. Der Kurs bietet einen spielerischen und begleiteten Einstieg in die Welt der Elektronik, des Lötens und der digitalen Gestaltung. Im Mittelpunkt steht das Verstehen durch eigenes Machen: Technologien begreifen, indem man sie selbst gestaltet.

Das Projekt

Über drei Sitzungen hinweg (jeweils drei Stunden) entwickelten und bauten die Kinder ihre eigene USB-betriebene LED-Leuchte. Sie löteten elektronische Bauteile, modellierten Gehäuse in 3D, beschäftigten sich mit Lichtstreuung und lernten dabei ganz selbstverständlich, technische Probleme kreativ zu lösen. Jede Leuchte wurde von Grund auf gebaut, funktional und transportabel – ganz ohne Batterien, dafür mit echten Kabeln, Werkzeug und einem großen Schuss Eigenverantwortung.

Zum Einstieg lernten die Teilnehmer*innen die Grundlagen der Elektrizität mit den wunderbar zugänglichen Makey Makey-Boards kennen. Damit konnten wir spielerisch Stromkreise, Leitfähigkeit und Steuerung erklären – ein Einstieg, der sofort Neugier und Begeisterung weckte.

Anschließend folgte das Herzstück des Projekts: USB-Kabel aufschneiden, 5V-LEDs anlöten und eigene Gehäuse entwerfen. Das Löten geschah unter Aufsicht, aber jede*r lötete selbst – und das mit sichtbarem Stolz. Wenn die eigene LED zum ersten Mal leuchtet, ist das ein magischer Moment.

Gestaltung mit Werkzeug – und mit Einschränkungen

Für die 3D-Gestaltung nutzten wir Tinkercad auf iPads. Die Oberfläche war für viele der erste Berührungspunkt mit CAD-Software und erwies sich als zugänglich und intuitiv – allerdings nicht ohne technische Stolpersteine. Tinkercad stürzte gelegentlich ab, und Synchronisationsprobleme führten manchmal zu Verwirrung. Trotz dieser Hürden ermöglichte es einen niedrigschwelligen Einstieg in die digitale Gestaltung.

Die entworfenen Lampenschirme mussten nicht nur schön aussehen, sondern auch die Elektronik sinnvoll aufnehmen. Dadurch ergaben sich ganz reale Designherausforderungen: Passt das Kabel? Wie weit darf die LED vom Gehäuse entfernt sein? Wie verändert sich das Licht?

Gedruckt wurde mit weißem PLA-Filament – ideal für die Lichtstreuung. Im Kurs entwickelten sich dadurch ganz organisch Gespräche über Materialeigenschaften, Lichtdurchlässigkeit und die physikalischen Grenzen des 3D-Drucks.

Echte Herausforderungen, echtes Denken

Das Projekt traf genau die richtige Balance: anspruchsvoll genug, um ernst genommen zu werden, aber machbar genug, damit alle ein Erfolgserlebnis hatten. Jedes Kind nahm am Ende eine funktionierende, selbstgebaute Lampe mit nach Hause – und keine glich der anderen.

Dabei gab es viele kleine Hürden: USB-Kabel, die zu viel Spiel hatten, Gehäuse, die nicht sofort passten, LEDs, die nachjustiert werden mussten. Wir wichen diesen Herausforderungen nicht aus – im Gegenteil: Wir nutzten sie als Anlässe, um gemeinsam nach Lösungen zu suchen. Gerade diese Momente führten zu den besten Gesprächen über Technik, Entwurf und Fehlerkultur.

Bonus-Runde: Tischkicker-Prototypen

Zum Abschluss durfte jede Gruppe ihren eigenen Mini-Tischkicker entwerfen – mit den Materialien und Ideen, die sie zur Verfügung hatten. Diese kreative Extra-Aufgabe förderte Teamarbeit, Improvisation und erste Design-Thinking-Schritte. Und ganz nebenbei entstanden viele lustige, kluge und überraschende Lösungen.

Rückblick

Alle drei Durchgänge des Workshops wurden mit großem Interesse, Konzentration und Freude aufgenommen. Die Kinder waren über die gesamte Zeit engagiert, nicht nur beim Basteln, sondern auch im Denken: Wie funktioniert das? Was kann ich anders machen? Was ist möglich?

Sie gingen nicht nur mit einer leuchtenden Lampe nach Hause – sondern mit dem Gefühl, etwas selbst geschaffen zu haben. Und mit der Erkenntnis, dass Technik keine Zauberei ist, sondern etwas, das man verstehen und gestalten kann.

Auch für uns als Kursleitung war Löten und Leuchten ein bestärkendes Erlebnis. Die Kombination aus digitalen Werkzeugen, praktischer Arbeit und offener Aufgabenstellung schuf einen Raum, in dem Lernen ganz selbstverständlich und mit echter Neugier geschah.

Löten und Leuchten wird sich weiterentwickeln – doch das Ziel bleibt dasselbe: Kinder stärken, selbstbestimmt mit Technik umzugehen, und ihnen zeigen, dass sie mehr können, als sie denken.


\ No newline at end of file diff --git a/public/de/project/einszwovier-löten-leuchten/lights.jpeg b/public/de/project/einszwovier-löten-leuchten/lights.jpeg index 15e770d0..c864a314 100644 Binary files a/public/de/project/einszwovier-löten-leuchten/lights.jpeg and b/public/de/project/einszwovier-löten-leuchten/lights.jpeg differ diff --git a/public/de/project/einszwovier-löten-leuchten/prints.jpeg b/public/de/project/einszwovier-löten-leuchten/prints.jpeg index a3471817..c6152bba 100644 Binary files a/public/de/project/einszwovier-löten-leuchten/prints.jpeg and b/public/de/project/einszwovier-löten-leuchten/prints.jpeg differ diff --git a/public/de/project/einszwovier-löten-leuchten/ski.jpeg b/public/de/project/einszwovier-löten-leuchten/ski.jpeg index 73591da8..5d8bcf8b 100644 Binary files a/public/de/project/einszwovier-löten-leuchten/ski.jpeg and b/public/de/project/einszwovier-löten-leuchten/ski.jpeg differ diff --git a/public/de/project/einszwovier-opening/bench.jpeg b/public/de/project/einszwovier-opening/bench.jpeg index 179f9176..86d5895c 100644 Binary files a/public/de/project/einszwovier-opening/bench.jpeg and b/public/de/project/einszwovier-opening/bench.jpeg differ diff --git a/public/de/project/einszwovier-opening/cad.jpeg b/public/de/project/einszwovier-opening/cad.jpeg index 2429a677..489df4d5 100644 Binary files a/public/de/project/einszwovier-opening/cad.jpeg and b/public/de/project/einszwovier-opening/cad.jpeg differ diff --git a/public/de/project/einszwovier-opening/eins zwo vier logo.png b/public/de/project/einszwovier-opening/eins zwo vier logo.png index 2a30e75e..e2e66b20 100644 Binary files a/public/de/project/einszwovier-opening/eins zwo vier logo.png and b/public/de/project/einszwovier-opening/eins zwo vier logo.png differ diff --git a/public/de/project/einszwovier-opening/index.html b/public/de/project/einszwovier-opening/index.html index 184055ba..4bb28c0f 100644 --- a/public/de/project/einszwovier-opening/index.html +++ b/public/de/project/einszwovier-opening/index.html @@ -1,2 +1,2 @@ -einszwovier: making of - Aron Petau

einszwovier: making of

Von Aron Petau und Friedrich Weber2 Minuten gelesen

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.


\ No newline at end of file +einszwovier: making of - Aron Petau

einszwovier: making of

Von Aron Petau und Friedrich Weber2 Minuten gelesen

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.


\ No newline at end of file diff --git a/public/de/project/einszwovier-opening/lasercutter.jpeg b/public/de/project/einszwovier-opening/lasercutter.jpeg index 4848eee4..b3e103c2 100644 Binary files a/public/de/project/einszwovier-opening/lasercutter.jpeg and b/public/de/project/einszwovier-opening/lasercutter.jpeg differ diff --git a/public/de/project/einszwovier-opening/printing-lamps.jpeg b/public/de/project/einszwovier-opening/printing-lamps.jpeg index 7119f90a..03b9c538 100644 Binary files a/public/de/project/einszwovier-opening/printing-lamps.jpeg and b/public/de/project/einszwovier-opening/printing-lamps.jpeg differ diff --git a/public/de/project/einszwovier-opening/workbench.jpeg b/public/de/project/einszwovier-opening/workbench.jpeg index 4ee9456b..326a3a5a 100644 Binary files a/public/de/project/einszwovier-opening/workbench.jpeg and b/public/de/project/einszwovier-opening/workbench.jpeg differ diff --git a/public/de/project/einszwovier-vogelvilla/eins zwo vier logo.png b/public/de/project/einszwovier-vogelvilla/eins zwo vier logo.png new file mode 100644 index 00000000..e2e66b20 Binary files /dev/null and b/public/de/project/einszwovier-vogelvilla/eins zwo vier logo.png differ diff --git a/public/de/project/einszwovier-vogelvilla/index.html b/public/de/project/einszwovier-vogelvilla/index.html new file mode 100644 index 00000000..1e0723d2 --- /dev/null +++ b/public/de/project/einszwovier-vogelvilla/index.html @@ -0,0 +1,2 @@ +einszwovier: making of - Aron Petau

einszwovier: making of

Von Aron Petau und Friedrich Weber2 Minuten gelesen

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.


\ No newline at end of file diff --git a/public/de/project/homebrew/index.html b/public/de/project/homebrew/index.html index d9b93cc8..9dcc94de 100644 --- a/public/de/project/homebrew/index.html +++ b/public/de/project/homebrew/index.html @@ -1,2 +1,2 @@ -Übersetzung: Homebrew - Aron Petau

Übersetzung: Homebrew

Von Aron Petau3 Minuten gelesen

Brewing

Making my own beer

I love hosting, I love experimenting in the Kitchen. Starting with homebrews was a natural fit for me and during the first wave of Covid-19, I went the whole homebrewer’s route of bottle fermentation and small batches later elevating my game with larger batches of 50 liters and a pressure tank system.

Starting out, I found it fascinating, how just 4 rather simple ingredients, malt, hops, water and yeast, can form such an incredible range of taste experiences. It was and still is, a tremendous learning experience, where one slowly has to accept not being able to control the process fully and find room for creativity.

Why do I present such an unrelated non-academic hobby here? I simply do not regard it as unrelated, experimenting and optimizing a process and a workflow, creating optimal conditions for the yeast to do its job feels very similar to approaching a coding project. Yeast and what it does fascinates me. Every time I open the latch to release some pressure on the Tank I think of the awesome symbiotic relationships yeast has with humans and how many different strains live there together to create a unique, yet tailored flavor. Several ideas are floating around of changing the brewing process by capturing the created carbon dioxide and using it productively. I could see a car tire being filled with my beer gas, or an algae farm munching away on my CO2 byproducts. Within a closed-loop pressurized system, such ideas actually become realizable and I would love to explore them further.

I am not yet an expert on algae, but I can manage with yeast and I believe they can coexist and create a more sustainable cycle of production. Young Henrys, a brewery in Australia is already incorporating algae into its industrial process: The Algae project

Such ideas do not come into the industry by themselves: I believe that art and the exploratory discovery of novel techniques are the same things. Good and inventive design can improve society and make steps towards sustainability. I want to be part of that and would love to find new ways of using yeast in other design contexts: See whether I can make them work in a closed circular system, make them calculate things for me, or simply making my next beer taste awesome with just the right amount of fizz.


\ No newline at end of file +Übersetzung: Homebrew - Aron Petau

Übersetzung: Homebrew

Von Aron Petau3 Minuten gelesen

Brewing

Making my own beer

I love hosting, I love experimenting in the Kitchen. Starting with homebrews was a natural fit for me and during the first wave of Covid-19, I went the whole homebrewer’s route of bottle fermentation and small batches later elevating my game with larger batches of 50 liters and a pressure tank system.

Starting out, I found it fascinating, how just 4 rather simple ingredients, malt, hops, water and yeast, can form such an incredible range of taste experiences. It was and still is, a tremendous learning experience, where one slowly has to accept not being able to control the process fully and find room for creativity.

Why do I present such an unrelated non-academic hobby here? I simply do not regard it as unrelated, experimenting and optimizing a process and a workflow, creating optimal conditions for the yeast to do its job feels very similar to approaching a coding project. Yeast and what it does fascinates me. Every time I open the latch to release some pressure on the Tank I think of the awesome symbiotic relationships yeast has with humans and how many different strains live there together to create a unique, yet tailored flavor. Several ideas are floating around of changing the brewing process by capturing the created carbon dioxide and using it productively. I could see a car tire being filled with my beer gas, or an algae farm munching away on my CO2 byproducts. Within a closed-loop pressurized system, such ideas actually become realizable and I would love to explore them further.

I am not yet an expert on algae, but I can manage with yeast and I believe they can coexist and create a more sustainable cycle of production. Young Henrys, a brewery in Australia is already incorporating algae into its industrial process: The Algae project

Such ideas do not come into the industry by themselves: I believe that art and the exploratory discovery of novel techniques are the same things. Good and inventive design can improve society and make steps towards sustainability. I want to be part of that and would love to find new ways of using yeast in other design contexts: See whether I can make them work in a closed circular system, make them calculate things for me, or simply making my next beer taste awesome with just the right amount of fizz.


\ No newline at end of file diff --git a/public/de/project/index.html b/public/de/project/index.html index 94395b37..f283d0c4 100644 --- a/public/de/project/index.html +++ b/public/de/project/index.html @@ -1,2 +1,2 @@ -Übersetzung: Aron's Blog - Aron Petau

Übersetzung: Aron's Blog

Hier ist eine Übersicht meiner Projekte. Sie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.

Nach Tag filtern
35 Beiträge insgesamt

\ No newline at end of file +Übersetzung: Aron's Blog - Aron Petau

Übersetzung: Aron's Blog

Hier ist eine Übersicht meiner Projekte. Sie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.

Nach Tag filtern
36 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/project/iron-smelting/index.html b/public/de/project/iron-smelting/index.html index 54ae893a..381b9fc5 100644 --- a/public/de/project/iron-smelting/index.html +++ b/public/de/project/iron-smelting/index.html @@ -1,2 +1,2 @@ -Übersetzung: Iron Smelting - Aron Petau

Übersetzung: Iron Smelting

Von Aron Petau4 Minuten gelesen

Iron Smelting

Impressions from the International Smelting Days 2021

The concept

Since I was a small child I regularly took part in the yearly international congress called Iron Smelting Days (ISD). This is a congress of transdisciplinary people from all over Europe, including historians, archeologists, blacksmiths, steel producers, and many invested hobbyists. The proclaimed goal of these events is to understand the ancient production of iron as it happened throughout the iron age and also much after. A bloomery furnace was used to create iron. Making iron requires iron ore and heat under the exclusion of oxygen. It is a highly fragile process that takes an incredible amount of work. The designs and methods vary a lot and were very adapted to the region and local conditions, unlike the much later, more industrialized process using blast furnaces.

To this day it is quite unclear how prehistoric people managed to get the amount and quality of iron we know they had. The furnaces that were built were often clay structures and are not preserved. Archeologists often find the leftover burned ore and minerals, giving us some indication of the structure and composition of the ancient furnaces. The group around the ISD takes up a practical archeological approach and we try to recreate the ancient methods with the added capability of maybe sticking temperature probes or electric blowers. Each year we meet up in a different European city and try to adapt to the local conditions, often with local ore and local coal. It is a place where different areas of expertise come together to educate each other while sitting together through the intense day- and night shifts to feed the furnaces. Since being a kid, I started building my own furnaces and read up on the process so I could participate. Technology gets a different tint when one is involved in such a process: Even the lights we put up to work through the evening are technically cheating. We use thermometers, meticulously weigh and track the inbound coal and ore, and have many modern amenities around. Yet - with our much more advanced technology, our results are often inferior in quantity and quality in comparison with historical findings. Without modern scales, iron-age people were more accurate and consistent than we are.

After some uncertainty about whether it would take place in 2021 again after it was canceled in 2020, a small group met up in Ulft, Netherlands. This year in Ulft, another group made local coal, so that the entire process was even lengthier, and visitors came from all over to learn about making iron the pre-historic way.

Below I captured most of the process in some time-lapses.

The Process

Here you can see a timelapse of me building a version of an Iron Furnace

As you can see, we are using some quite modern materials, such as bricks, this is due to the time constraints of the ISD. Making an oven completely from scratch is a much more lengthy process requiring drying periods in between building.

After, the furnace is dried and heated up

Over the course of the process, more than 100 kgs of coal and around 20 kgs of ore are used to create a final piece of iron of 200 - 500g, just enough for a single knife.

With all the modern amenities and conveniences available to us, a single run still takes more than 3 people working over 72 hours, not accounting for the coal-making or mining and relocating the iron ore.

Some more impressions from the ISD

For me, it is very hard to define what technology encompasses. It certainly goes beyond the typically associated imagery of computing and industrial progress. It is a mode of encompassing the world and adopting other technologies, be it by time or by region makes me feel how diffused the phenomenon of technology is into my world.

Find out more about the ISD


\ No newline at end of file +Übersetzung: Iron Smelting - Aron Petau

Übersetzung: Iron Smelting

Von Aron Petau4 Minuten gelesen

Iron Smelting

Impressions from the International Smelting Days 2021

The concept

Since I was a small child I regularly took part in the yearly international congress called Iron Smelting Days (ISD). This is a congress of transdisciplinary people from all over Europe, including historians, archeologists, blacksmiths, steel producers, and many invested hobbyists. The proclaimed goal of these events is to understand the ancient production of iron as it happened throughout the iron age and also much after. A bloomery furnace was used to create iron. Making iron requires iron ore and heat under the exclusion of oxygen. It is a highly fragile process that takes an incredible amount of work. The designs and methods vary a lot and were very adapted to the region and local conditions, unlike the much later, more industrialized process using blast furnaces.

To this day it is quite unclear how prehistoric people managed to get the amount and quality of iron we know they had. The furnaces that were built were often clay structures and are not preserved. Archeologists often find the leftover burned ore and minerals, giving us some indication of the structure and composition of the ancient furnaces. The group around the ISD takes up a practical archeological approach and we try to recreate the ancient methods with the added capability of maybe sticking temperature probes or electric blowers. Each year we meet up in a different European city and try to adapt to the local conditions, often with local ore and local coal. It is a place where different areas of expertise come together to educate each other while sitting together through the intense day- and night shifts to feed the furnaces. Since being a kid, I started building my own furnaces and read up on the process so I could participate. Technology gets a different tint when one is involved in such a process: Even the lights we put up to work through the evening are technically cheating. We use thermometers, meticulously weigh and track the inbound coal and ore, and have many modern amenities around. Yet - with our much more advanced technology, our results are often inferior in quantity and quality in comparison with historical findings. Without modern scales, iron-age people were more accurate and consistent than we are.

After some uncertainty about whether it would take place in 2021 again after it was canceled in 2020, a small group met up in Ulft, Netherlands. This year in Ulft, another group made local coal, so that the entire process was even lengthier, and visitors came from all over to learn about making iron the pre-historic way.

Below I captured most of the process in some time-lapses.

The Process

Here you can see a timelapse of me building a version of an Iron Furnace

As you can see, we are using some quite modern materials, such as bricks, this is due to the time constraints of the ISD. Making an oven completely from scratch is a much more lengthy process requiring drying periods in between building.

After, the furnace is dried and heated up

Over the course of the process, more than 100 kgs of coal and around 20 kgs of ore are used to create a final piece of iron of 200 - 500g, just enough for a single knife.

With all the modern amenities and conveniences available to us, a single run still takes more than 3 people working over 72 hours, not accounting for the coal-making or mining and relocating the iron ore.

Some more impressions from the ISD

For me, it is very hard to define what technology encompasses. It certainly goes beyond the typically associated imagery of computing and industrial progress. It is a mode of encompassing the world and adopting other technologies, be it by time or by region makes me feel how diffused the phenomenon of technology is into my world.

Find out more about the ISD


\ No newline at end of file diff --git a/public/de/project/käsewerkstatt/cheese.jpeg b/public/de/project/käsewerkstatt/cheese.jpeg index 4d6ebe4c..ad65bd0f 100644 Binary files a/public/de/project/käsewerkstatt/cheese.jpeg and b/public/de/project/käsewerkstatt/cheese.jpeg differ diff --git a/public/de/project/käsewerkstatt/combo_serve.jpeg b/public/de/project/käsewerkstatt/combo_serve.jpeg index e9b265d9..23d9df36 100644 Binary files a/public/de/project/käsewerkstatt/combo_serve.jpeg and b/public/de/project/käsewerkstatt/combo_serve.jpeg differ diff --git a/public/de/project/käsewerkstatt/index.html b/public/de/project/käsewerkstatt/index.html index 1eebc388..71c4bc05 100644 --- a/public/de/project/käsewerkstatt/index.html +++ b/public/de/project/käsewerkstatt/index.html @@ -1,2 +1,2 @@ -Übersetzung: Käsewerkstatt - Aron Petau

Übersetzung: Käsewerkstatt

Von Aron Petau3 Minuten gelesen

Enter the Käsewerkstatt

One day earlier this year I woke up and realized I had a space problem. I was trying to build out a workshop and tackle ever more advanced and dusty plastic and woodworking projects and after another small run in with my girlfriend after I had repeatedly crossed the "No-Sanding-and-Linseed-Oiling-Policy" in our Living Room, it was time to do something about it. I am based in Berlin right now and the housing market is going completely haywire over here ( quick shoutout in solidarity with Deutsche Wohnen und Co enteignen). End of the song: I won't be able to afford to rent a small workshop anywhere near berlin anytime soon. As you will notice in some other projects, I am quite opposed to the Idea that it should be considered normal to park ones car in the middle of the city on public spaces, for example Autoimmunitaet, Commoning Cars or Dreams of Cars.

So, the idea was born, to regain that space as habitable zone, taking back usable space from parked cars. I was gonna install a mobile workshop within a trailer. Ideally, the trailer should be lockable and have enough standing and working space. As it turns out, Food Trailers fulfill these criteria quite nicely. So I got out on a quest, finding the cheapest food trailer available in germany.

6 weeks later, I found it near munich, got it and started immediately renovating it.

Due to developments in parallel, I was already invited to sell food and have the ofgficial premiere at the Bergfest, a Weekend Format in Brandenburg an der Havel, initiated and organized by Zirkus Creativo. Many thanks for the invitation here again!

So on it went, I spent some afternoons renovating and outfitting the trailer, and did my first ever shopping at Metro, a local B2B Foodstuffs Market.

Meanwhile, I got into all the paperwork and did all the necessary instructional courses and certificates. The first food I wanted to sell was Raclette on fresh bread, a swiss dish that is quite popular in germany. For the future, the trailer is supposed to tend more towards vegan dishes, as a first tryout I also sold a bruschetta combo. This turned out great, since the weather was quite hot and the bruschetta was a nice and light snack, while I could use the same type of bread for the raclette.

The finished Trailer

The event itself was great, and, in part at least, started paying off the trailer.

Some photos of the opeing event @ Bergfest in Brandenburg an der Havel

Scraping the cheese The Recommended Combo from the Käsewerkstatt The Logo of the Käsewerkstatt, done with the Shaper Origin

We encountered lots of positive feedback and I am looking forward to the next event. So, in case you want to have a foodtruck at your event, hit me up!

Contact me at: käsewerkstatt@petau.net


\ No newline at end of file +Übersetzung: Käsewerkstatt - Aron Petau

Übersetzung: Käsewerkstatt

Von Aron Petau3 Minuten gelesen

Enter the Käsewerkstatt

One day earlier this year I woke up and realized I had a space problem. I was trying to build out a workshop and tackle ever more advanced and dusty plastic and woodworking projects and after another small run in with my girlfriend after I had repeatedly crossed the "No-Sanding-and-Linseed-Oiling-Policy" in our Living Room, it was time to do something about it. I am based in Berlin right now and the housing market is going completely haywire over here ( quick shoutout in solidarity with Deutsche Wohnen und Co enteignen). End of the song: I won't be able to afford to rent a small workshop anywhere near berlin anytime soon. As you will notice in some other projects, I am quite opposed to the Idea that it should be considered normal to park ones car in the middle of the city on public spaces, for example Autoimmunitaet, Commoning Cars or Dreams of Cars.

So, the idea was born, to regain that space as habitable zone, taking back usable space from parked cars. I was gonna install a mobile workshop within a trailer. Ideally, the trailer should be lockable and have enough standing and working space. As it turns out, Food Trailers fulfill these criteria quite nicely. So I got out on a quest, finding the cheapest food trailer available in germany.

6 weeks later, I found it near munich, got it and started immediately renovating it.

Due to developments in parallel, I was already invited to sell food and have the ofgficial premiere at the Bergfest, a Weekend Format in Brandenburg an der Havel, initiated and organized by Zirkus Creativo. Many thanks for the invitation here again!

So on it went, I spent some afternoons renovating and outfitting the trailer, and did my first ever shopping at Metro, a local B2B Foodstuffs Market.

Meanwhile, I got into all the paperwork and did all the necessary instructional courses and certificates. The first food I wanted to sell was Raclette on fresh bread, a swiss dish that is quite popular in germany. For the future, the trailer is supposed to tend more towards vegan dishes, as a first tryout I also sold a bruschetta combo. This turned out great, since the weather was quite hot and the bruschetta was a nice and light snack, while I could use the same type of bread for the raclette.

The finished Trailer

The event itself was great, and, in part at least, started paying off the trailer.

Some photos of the opeing event @ Bergfest in Brandenburg an der Havel

Scraping the cheese The Recommended Combo from the Käsewerkstatt The Logo of the Käsewerkstatt, done with the Shaper Origin

We encountered lots of positive feedback and I am looking forward to the next event. So, in case you want to have a foodtruck at your event, hit me up!

Contact me at: käsewerkstatt@petau.net


\ No newline at end of file diff --git a/public/de/project/käsewerkstatt/logo.jpeg b/public/de/project/käsewerkstatt/logo.jpeg index 3f92cdfc..5d6bcdbf 100644 Binary files a/public/de/project/käsewerkstatt/logo.jpeg and b/public/de/project/käsewerkstatt/logo.jpeg differ diff --git a/public/de/project/käsewerkstatt/product.jpeg b/public/de/project/käsewerkstatt/product.jpeg index 533b6657..2d17918c 100644 Binary files a/public/de/project/käsewerkstatt/product.jpeg and b/public/de/project/käsewerkstatt/product.jpeg differ diff --git a/public/de/project/käsewerkstatt/trailer.jpeg b/public/de/project/käsewerkstatt/trailer.jpeg index 8d10fef4..97877f1e 100644 Binary files a/public/de/project/käsewerkstatt/trailer.jpeg and b/public/de/project/käsewerkstatt/trailer.jpeg differ diff --git a/public/de/project/käsewerkstatt/welcome.jpeg b/public/de/project/käsewerkstatt/welcome.jpeg index a6a13939..7c403013 100644 Binary files a/public/de/project/käsewerkstatt/welcome.jpeg and b/public/de/project/käsewerkstatt/welcome.jpeg differ diff --git a/public/de/project/lampshades/index.html b/public/de/project/lampshades/index.html index 41f5f16a..61a6c513 100644 --- a/public/de/project/lampshades/index.html +++ b/public/de/project/lampshades/index.html @@ -1,2 +1,2 @@ -Übersetzung: Lampshades - Aron Petau

Übersetzung: Lampshades

Von Aron Petau2 Minuten gelesen

Lampshades

During 2022, I was exposed to some of the awesomenest tools for architects. One of them was Rhino, a 3D modeling software that is used for a lot of architectural design. I hate it. It has quite an unreadable interface and is not very intuitive, with straight-up 80s vibes. It has plugins though, and one of them is Grasshopper, a visual programming language that is used to create parametric models. Grasshopper is insanely powerful and seems to be a full-fledged programming language, but it is also very intuitive and easy to use, rather similar to the new node-based flows unreal engine and blender are now starting. Sadly, grasshopper does not come as a standalone, and it requires Rhino to run and achieve many of the modeling steps.

In that combination, Rhino suddenly becomes much more appealing, and I started to enjoy the process of modeling in it. I was able to create a parametric lampshade that I am very happy with and can modify on the fly for ever-new lampshades.

Then printing it with white filament in vase mode was a breeze and here you can see some of the results.


\ No newline at end of file +Übersetzung: Lampshades - Aron Petau

Übersetzung: Lampshades

Von Aron Petau2 Minuten gelesen

Lampshades

During 2022, I was exposed to some of the awesomenest tools for architects. One of them was Rhino, a 3D modeling software that is used for a lot of architectural design. I hate it. It has quite an unreadable interface and is not very intuitive, with straight-up 80s vibes. It has plugins though, and one of them is Grasshopper, a visual programming language that is used to create parametric models. Grasshopper is insanely powerful and seems to be a full-fledged programming language, but it is also very intuitive and easy to use, rather similar to the new node-based flows unreal engine and blender are now starting. Sadly, grasshopper does not come as a standalone, and it requires Rhino to run and achieve many of the modeling steps.

In that combination, Rhino suddenly becomes much more appealing, and I started to enjoy the process of modeling in it. I was able to create a parametric lampshade that I am very happy with and can modify on the fly for ever-new lampshades.

Then printing it with white filament in vase mode was a breeze and here you can see some of the results.


\ No newline at end of file diff --git a/public/de/project/lampshades/lampshade1.png b/public/de/project/lampshades/lampshade1.png index 41eef8b5..0a4a7ec2 100644 Binary files a/public/de/project/lampshades/lampshade1.png and b/public/de/project/lampshades/lampshade1.png differ diff --git a/public/de/project/lampshades/lampshade2.png b/public/de/project/lampshades/lampshade2.png index 63677c53..34f9b9a6 100644 Binary files a/public/de/project/lampshades/lampshade2.png and b/public/de/project/lampshades/lampshade2.png differ diff --git a/public/de/project/lampshades/lampshade3.png b/public/de/project/lampshades/lampshade3.png index 60d15c02..74aeafdf 100644 Binary files a/public/de/project/lampshades/lampshade3.png and b/public/de/project/lampshades/lampshade3.png differ diff --git a/public/de/project/lampshades/lampshade4.png b/public/de/project/lampshades/lampshade4.png index e94d5e2a..c47956a1 100644 Binary files a/public/de/project/lampshades/lampshade4.png and b/public/de/project/lampshades/lampshade4.png differ diff --git a/public/de/project/local-diffusion/index.html b/public/de/project/local-diffusion/index.html index d0108dc3..0ba3f898 100644 --- a/public/de/project/local-diffusion/index.html +++ b/public/de/project/local-diffusion/index.html @@ -1,2 +1,2 @@ -Übersetzung: Local Diffusion - Aron Petau

Übersetzung: Local Diffusion

Von Aron Petau3 Minuten gelesen

Local Diffusion

The official call for the Workshop

Is it possible to create a graphic novel with generative A.I.? What does it mean to use these emerging media in collaboration with others? And why does their local and offline application matter?

With AI becoming more and more democratised and GPT-like Structures increasingly integrated into everyday life, the black-box notion of the mysterious all-powerful Intelligence hinders insightful and effective usage of emerging tools. One particularly hands-on example is AI generated images. Within the proposed Workshop, we will dive into Explainable AI, explore Stable Diffusion, and most importantly, understand the most important parameters within it. We want to steer outcomes in a deliberate manner. Emphasis here is on open and accessible technology, to increase user agency and make techno-social dependencies and power relations visible.

Empower yourself against readymade technology! Do not let others decide on what your best practices are. Get involved in the modification of the algorithm and get surprised by endless creative possibilities. Through creating a short graphic novel with 4-8 panels, participants will be able to utilise multiple flavours of the Stable Diffusion algorithm, and will have a non-mathematical understanding of the parameters and their effects on the output within some common GUIs. They will be able to apply several post-processing techniques to their generated images, such as upscaling, masking, inpainting and pose redrawing. Further, participants will be able to understand the structure of a good text prompt, be able to utilise online reference databases and manipulate parameters and directives of the Image to optimise desired qualities. Participants will also be introduced to ControlNet, enabling them to direct Pose and Image composition in detail.

Workshop Evaluation

Over the course of 3 hours, I gave an introductory workshop in local stable diffusion processing and introduced participants to the server available to UdK Students for fast remote computation that circumvents the unethicality of continuously using a proprietary cloud service for similar outputs. There is not much we can do on the data production side and many ethical dilemmas surrounding digital colonialism remain, but local computation takes one step towards a critical and transparent use of AI tools by Artists.

The Workshop format was rathert open and experimental, which was welcomed by the participants and they tried the collages enthusiastically. We also had a refreshing discussion on different positions regarding the ethicalities and whether a complete block of these tools is called for and feasible.

I am looking forward to round 2 with the next iteration, where we are definitely diving deeper into the depths of comfyui, an interface that i absolutely adore, while its power also terrifies me sometimes.


\ No newline at end of file +Übersetzung: Local Diffusion - Aron Petau

Übersetzung: Local Diffusion

Von Aron Petau3 Minuten gelesen

Local Diffusion

The official call for the Workshop

Is it possible to create a graphic novel with generative A.I.? What does it mean to use these emerging media in collaboration with others? And why does their local and offline application matter?

With AI becoming more and more democratised and GPT-like Structures increasingly integrated into everyday life, the black-box notion of the mysterious all-powerful Intelligence hinders insightful and effective usage of emerging tools. One particularly hands-on example is AI generated images. Within the proposed Workshop, we will dive into Explainable AI, explore Stable Diffusion, and most importantly, understand the most important parameters within it. We want to steer outcomes in a deliberate manner. Emphasis here is on open and accessible technology, to increase user agency and make techno-social dependencies and power relations visible.

Empower yourself against readymade technology! Do not let others decide on what your best practices are. Get involved in the modification of the algorithm and get surprised by endless creative possibilities. Through creating a short graphic novel with 4-8 panels, participants will be able to utilise multiple flavours of the Stable Diffusion algorithm, and will have a non-mathematical understanding of the parameters and their effects on the output within some common GUIs. They will be able to apply several post-processing techniques to their generated images, such as upscaling, masking, inpainting and pose redrawing. Further, participants will be able to understand the structure of a good text prompt, be able to utilise online reference databases and manipulate parameters and directives of the Image to optimise desired qualities. Participants will also be introduced to ControlNet, enabling them to direct Pose and Image composition in detail.

Workshop Evaluation

Over the course of 3 hours, I gave an introductory workshop in local stable diffusion processing and introduced participants to the server available to UdK Students for fast remote computation that circumvents the unethicality of continuously using a proprietary cloud service for similar outputs. There is not much we can do on the data production side and many ethical dilemmas surrounding digital colonialism remain, but local computation takes one step towards a critical and transparent use of AI tools by Artists.

The Workshop format was rathert open and experimental, which was welcomed by the participants and they tried the collages enthusiastically. We also had a refreshing discussion on different positions regarding the ethicalities and whether a complete block of these tools is called for and feasible.

I am looking forward to round 2 with the next iteration, where we are definitely diving deeper into the depths of comfyui, an interface that i absolutely adore, while its power also terrifies me sometimes.


\ No newline at end of file diff --git a/public/de/project/lusatia/index.html b/public/de/project/lusatia/index.html index 9ec4a6dd..435835ce 100644 --- a/public/de/project/lusatia/index.html +++ b/public/de/project/lusatia/index.html @@ -1,2 +1,2 @@ -Übersetzung: Lusatia - an immersion in (De)Fences - Aron Petau

\ No newline at end of file +Übersetzung: Lusatia - an immersion in (De)Fences - Aron Petau

\ No newline at end of file diff --git a/public/de/project/master-thesis/index.html b/public/de/project/master-thesis/index.html index b00ac9f9..343f4287 100644 --- a/public/de/project/master-thesis/index.html +++ b/public/de/project/master-thesis/index.html @@ -1,2 +1,2 @@ -Master's Thesis - Aron Petau

Master's Thesis: Human - Waste

Plastics offer significant material benefits, such as durability and versatility, yet their widespread use has led to severe environmental pollution and waste management challenges. This thesis develops alternative concepts for collaborative participation in recycling processes by examining existing waste management systems. Exploring the historical and material context of plastics, it investigates the role of making and hacking as transformative practices in waste revaluation. Drawing on theories from Discard Studies, Material Ecocriticism, and Valuation Studies, it applies methods to examine human-waste relationships and the shifting perception of objects between value and non-value. Practical investigations, including workshop-based experiments with polymer identification and machine-based interventions, provide hands-on insights into the material properties of discarded plastics. These experiments reveal their epistemic potential, leading to the introduction of novel archiving practices and knowledge structures that form an integrated methodology for artistic research and practice. Inspired by the Materialstudien of the Bauhaus Vorkurs, the workshop not only explores material engagement but also offers new insights for educational science, advocating for peer-learning scenarios. Through these approaches, this research fosters a socially transformative relationship with waste, emphasizing participation, design, and speculative material reuse. Findings are evaluated through participant feedback and workshop outcomes, contributing to a broader discussion on waste as both a challenge and an opportunity for sustainable futures and a material reality of the human experience.

Kommentar

Du kannst diesen Blog-Beitrag kommentieren, indem du mit einem Mastodon- oder einem anderen ActivityPub/Fediverse-Konto öffentlich auf diesen Beitrag antwortest. Bekannte nicht-private Antworten werden unten angezeigt.

Beitrag öffnen

\ No newline at end of file +Master's Thesis - Aron Petau

Master's Thesis: Human - Waste

Plastics offer significant material benefits, such as durability and versatility, yet their widespread use has led to severe environmental pollution and waste management challenges. This thesis develops alternative concepts for collaborative participation in recycling processes by examining existing waste management systems. Exploring the historical and material context of plastics, it investigates the role of making and hacking as transformative practices in waste revaluation. Drawing on theories from Discard Studies, Material Ecocriticism, and Valuation Studies, it applies methods to examine human-waste relationships and the shifting perception of objects between value and non-value. Practical investigations, including workshop-based experiments with polymer identification and machine-based interventions, provide hands-on insights into the material properties of discarded plastics. These experiments reveal their epistemic potential, leading to the introduction of novel archiving practices and knowledge structures that form an integrated methodology for artistic research and practice. Inspired by the Materialstudien of the Bauhaus Vorkurs, the workshop not only explores material engagement but also offers new insights for educational science, advocating for peer-learning scenarios. Through these approaches, this research fosters a socially transformative relationship with waste, emphasizing participation, design, and speculative material reuse. Findings are evaluated through participant feedback and workshop outcomes, contributing to a broader discussion on waste as both a challenge and an opportunity for sustainable futures and a material reality of the human experience.

Kommentar

Du kannst diesen Blog-Beitrag kommentieren, indem du mit einem Mastodon- oder einem anderen ActivityPub/Fediverse-Konto öffentlich auf diesen Beitrag antwortest. Bekannte nicht-private Antworten werden unten angezeigt.

Beitrag öffnen

\ No newline at end of file diff --git a/public/de/project/master-thesis/puzzle.jpeg b/public/de/project/master-thesis/puzzle.jpeg index 2daec699..d7f13a75 100644 Binary files a/public/de/project/master-thesis/puzzle.jpeg and b/public/de/project/master-thesis/puzzle.jpeg differ diff --git a/public/de/project/page/2/index.html b/public/de/project/page/2/index.html index a7057891..53bfd547 100644 --- a/public/de/project/page/2/index.html +++ b/public/de/project/page/2/index.html @@ -1,2 +1,2 @@ -Übersetzung: Aron's Blog - Aron Petau

Übersetzung: Aron's Blog

Hier ist eine Übersicht meiner Projekte. Sie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.

Nach Tag filtern
35 Beiträge insgesamt

\ No newline at end of file +Übersetzung: Aron's Blog - Aron Petau

Übersetzung: Aron's Blog

Hier ist eine Übersicht meiner Projekte. Sie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.

Nach Tag filtern
36 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/project/page/3/index.html b/public/de/project/page/3/index.html index e6172d9d..fd67e284 100644 --- a/public/de/project/page/3/index.html +++ b/public/de/project/page/3/index.html @@ -1,2 +1,2 @@ -Übersetzung: Aron's Blog - Aron Petau

Übersetzung: Aron's Blog

Hier ist eine Übersicht meiner Projekte. Sie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.

Nach Tag filtern
35 Beiträge insgesamt

\ No newline at end of file +Übersetzung: Aron's Blog - Aron Petau

Übersetzung: Aron's Blog

Hier ist eine Übersicht meiner Projekte. Sie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.

Nach Tag filtern
36 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/project/page/4/index.html b/public/de/project/page/4/index.html index 093034a1..600a701e 100644 --- a/public/de/project/page/4/index.html +++ b/public/de/project/page/4/index.html @@ -1,2 +1,2 @@ -Übersetzung: Aron's Blog - Aron Petau

Übersetzung: Aron's Blog

Hier ist eine Übersicht meiner Projekte. Sie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.

Nach Tag filtern
35 Beiträge insgesamt

\ No newline at end of file +Übersetzung: Aron's Blog - Aron Petau

Übersetzung: Aron's Blog

Hier ist eine Übersicht meiner Projekte. Sie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.

Nach Tag filtern
36 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/project/philosophy/index.html b/public/de/project/philosophy/index.html index a50df309..317f36c6 100644 --- a/public/de/project/philosophy/index.html +++ b/public/de/project/philosophy/index.html @@ -1,2 +1,2 @@ -Übersetzung: Philosophy - Aron Petau

Critical considerations during my studies

I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week's discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That's why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Anmerkung

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Anmerkung

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Anmerkung

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

"When in doubt, give the subject full epistemic credibility"

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Anmerkung

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Anmerkung

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one? But then, after that: "Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men." This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture "White Men" forming a group and collectively deciding on who to hate this coming season, Conceptually separating "being oppressed" and "oppressing" into phenomena without necessary inherent causal relation makes sense to me here.

Anmerkung

created by Aron Petau on Tuesday 23. June 2020, 18:52

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Anmerkung

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term "Norms" is related to anticipation of this argument.

Further, I am not sure I share Ewald's interpretation; I see that the object "othered" by a norm is a constituent and necessary object for the norm, simply due to its "comparative" nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Anmerkung

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Anmerkung

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Anmerkung

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Anmerkung

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a "strategy" just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Anmerkung

created by Aron Petau on Sunday 12. December 2021, 22:01

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Anmerkung

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins "Self-Defense", I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile "outside" or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for "enforcing" safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: "Well, the person did not object or introduce change, so the person implied consent." Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Anmerkung

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Anmerkung

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Anmerkung

created by Aron Petau on 05.01.2021


\ No newline at end of file +Übersetzung: Philosophy - Aron Petau

Critical considerations during my studies

I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week's discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That's why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Anmerkung

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Anmerkung

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Anmerkung

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

"When in doubt, give the subject full epistemic credibility"

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Anmerkung

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Anmerkung

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one? But then, after that: "Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men." This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture "White Men" forming a group and collectively deciding on who to hate this coming season, Conceptually separating "being oppressed" and "oppressing" into phenomena without necessary inherent causal relation makes sense to me here.

Anmerkung

created by Aron Petau on Tuesday 23. June 2020, 18:52

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Anmerkung

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term "Norms" is related to anticipation of this argument.

Further, I am not sure I share Ewald's interpretation; I see that the object "othered" by a norm is a constituent and necessary object for the norm, simply due to its "comparative" nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Anmerkung

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Anmerkung

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Anmerkung

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Anmerkung

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a "strategy" just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Anmerkung

created by Aron Petau on Sunday 12. December 2021, 22:01

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Anmerkung

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins "Self-Defense", I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile "outside" or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for "enforcing" safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: "Well, the person did not object or introduce change, so the person implied consent." Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Anmerkung

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Anmerkung

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Anmerkung

created by Aron Petau on 05.01.2021


\ No newline at end of file diff --git a/public/de/project/plastic-recycling/index.html b/public/de/project/plastic-recycling/index.html index 58ab6f99..bdc479ff 100644 --- a/public/de/project/plastic-recycling/index.html +++ b/public/de/project/plastic-recycling/index.html @@ -1,2 +1,2 @@ -Übersetzung: Plastic Recycling - Aron Petau

Übersetzung: Plastic Recycling

Von Aron Petau6 Minuten gelesen

Being involved with 3D Printers, there is the issue of sustainability that I am confronted with regularly. Most 3D printed parts never get recycled and add to the global waste problem, rather than reducing it. The printer most certainly doesn’t care what it is printing, the main problem is the dimensional accuracy and the purity of the material. All of this leads to a huge industry, Germany being especially involved, using loads of virgin plastic.

What can be done about it? We can design our products to last longer, we can also print recycling labels on them so they do not have to get burned after their first life. We can take care to only print functional objects, not just fun toys nobody uses. Yet, none of that prevents the use of virgin plastics. If you buy a spool of filament, there are some recycled options, but usually at twice the price at worse quality. No wonder recycled filament fails to convince the masses. It is mostly a fun thing YouTubers can pursue, not a valid commercial process.

In my opinion, the core problem is the nonexistent economic feasibility of a proper recycling process. Identifying the exact material of a piece of trash is a very hard problem, definitely not solved yet. So why do we mix the plastic up in the first place? There is a general willingness of people to recycle, but the system for it is missing.

The Master Plan

I want to get people to wash and separate their trash for me, which are the most expensive steps in the recycling process. There is a willingness to take the extra step, and even if just my mom collects bottle caps for me, that is more than I can realistically use up. This only really works when I am thinking in a local and decentral environment. The existing recycling facilities clearly will not be able to provide 200 different containers for 200 different types of plastic. Starting the process with clean and sorted materials, like bottle caps (HDPE) or failed prints (PET-G), I start off with an advantage. Now I have to take apart the trash into evenly sized particles. Meet:

The Shredder

We built the Precious Plastic Shredder!

With these awesome open-source drawings, I was able to cobble together my very own very dangerous plastic shredder.

After finding some way to drive this massive axis, I feed the beast and hopefully get tiny pretty uniform plastic bits that are ready to begin the cycle of life anew.

The solution for the motorization was an old and used garden shredder that still had an intact motor and wiring. We cut it in half and attached it to the shredder box.

After replacing the weak force transmission screw for an industrial coupler, we were ready to try it out. Obviously, there are still security concerns in this prototype, a proper hopper is already being made.

Nevertheless, we are confident that this shredder will be able to deal with the light sorts of plastic we are thinking of. As you can see, I am now able to produce awesome confetti but to do more with the plastic flakes I have to extrude them.

Meet the Filastruder

This is the Filastruder, designed and made by Tim Elmore, in an attempt to create the cheapest viable way to extrude plastic. The biggest cost issue is the tight industrial tolerances in thickness that have to be adhered to. This is in essence what separates good from the bad filament. The industry standard nowadays is at +-0.03mm. Hard to achieve on a DIY setup, but not unheard of. The setup, like any bigger industry equivalent, consists of a motor pressing plastic pellets through a heated screw, extruding molten plastic at the end through a nozzle, and setting the diameter. The leftmost machine is responsible for winding the filament properly onto a spool.

Here you can see the extrusion process in action.

The Filastruder is controlled by an Arduino and is highly configurable. The laser sensor visible in the video is already working, but I am missing more direct control over the diameter of the filament.

When it all really comes down to the single variable of the filament diameter responsible for the quality of my recycled project, a simple Machine Learning optimization directly jumps at me: I have a few variables like winder speed, extrusion speed, heat, and cooling intensity. These variables can be optimized on the fly for an exact diameter. This is actually roughly how virgin filament is produced, commercial facilities just manage much faster.

The variables in an iterative optimization

So far, I am aware of a few companies and academic projects attempting this process, but none of them manage to get either the quality or the price of other products available. Automatization does not just take out jobs away, I think it can also be a helpful tool, for example tackling environmental issues such as this one.

This project is very dear to my heart and I plan to investigate it further in the form of a master thesis. The realization will require many skills I am already picking up or still need to work on within the Design and Computation program. {: .notice--info}


\ No newline at end of file +Übersetzung: Plastic Recycling - Aron Petau

Übersetzung: Plastic Recycling

Von Aron Petau6 Minuten gelesen

Being involved with 3D Printers, there is the issue of sustainability that I am confronted with regularly. Most 3D printed parts never get recycled and add to the global waste problem, rather than reducing it. The printer most certainly doesn’t care what it is printing, the main problem is the dimensional accuracy and the purity of the material. All of this leads to a huge industry, Germany being especially involved, using loads of virgin plastic.

What can be done about it? We can design our products to last longer, we can also print recycling labels on them so they do not have to get burned after their first life. We can take care to only print functional objects, not just fun toys nobody uses. Yet, none of that prevents the use of virgin plastics. If you buy a spool of filament, there are some recycled options, but usually at twice the price at worse quality. No wonder recycled filament fails to convince the masses. It is mostly a fun thing YouTubers can pursue, not a valid commercial process.

In my opinion, the core problem is the nonexistent economic feasibility of a proper recycling process. Identifying the exact material of a piece of trash is a very hard problem, definitely not solved yet. So why do we mix the plastic up in the first place? There is a general willingness of people to recycle, but the system for it is missing.

The Master Plan

I want to get people to wash and separate their trash for me, which are the most expensive steps in the recycling process. There is a willingness to take the extra step, and even if just my mom collects bottle caps for me, that is more than I can realistically use up. This only really works when I am thinking in a local and decentral environment. The existing recycling facilities clearly will not be able to provide 200 different containers for 200 different types of plastic. Starting the process with clean and sorted materials, like bottle caps (HDPE) or failed prints (PET-G), I start off with an advantage. Now I have to take apart the trash into evenly sized particles. Meet:

The Shredder

We built the Precious Plastic Shredder!

With these awesome open-source drawings, I was able to cobble together my very own very dangerous plastic shredder.

After finding some way to drive this massive axis, I feed the beast and hopefully get tiny pretty uniform plastic bits that are ready to begin the cycle of life anew.

The solution for the motorization was an old and used garden shredder that still had an intact motor and wiring. We cut it in half and attached it to the shredder box.

After replacing the weak force transmission screw for an industrial coupler, we were ready to try it out. Obviously, there are still security concerns in this prototype, a proper hopper is already being made.

Nevertheless, we are confident that this shredder will be able to deal with the light sorts of plastic we are thinking of. As you can see, I am now able to produce awesome confetti but to do more with the plastic flakes I have to extrude them.

Meet the Filastruder

This is the Filastruder, designed and made by Tim Elmore, in an attempt to create the cheapest viable way to extrude plastic. The biggest cost issue is the tight industrial tolerances in thickness that have to be adhered to. This is in essence what separates good from the bad filament. The industry standard nowadays is at +-0.03mm. Hard to achieve on a DIY setup, but not unheard of. The setup, like any bigger industry equivalent, consists of a motor pressing plastic pellets through a heated screw, extruding molten plastic at the end through a nozzle, and setting the diameter. The leftmost machine is responsible for winding the filament properly onto a spool.

Here you can see the extrusion process in action.

The Filastruder is controlled by an Arduino and is highly configurable. The laser sensor visible in the video is already working, but I am missing more direct control over the diameter of the filament.

When it all really comes down to the single variable of the filament diameter responsible for the quality of my recycled project, a simple Machine Learning optimization directly jumps at me: I have a few variables like winder speed, extrusion speed, heat, and cooling intensity. These variables can be optimized on the fly for an exact diameter. This is actually roughly how virgin filament is produced, commercial facilities just manage much faster.

The variables in an iterative optimization

So far, I am aware of a few companies and academic projects attempting this process, but none of them manage to get either the quality or the price of other products available. Automatization does not just take out jobs away, I think it can also be a helpful tool, for example tackling environmental issues such as this one.

This project is very dear to my heart and I plan to investigate it further in the form of a master thesis. The realization will require many skills I am already picking up or still need to work on within the Design and Computation program. {: .notice--info}


\ No newline at end of file diff --git a/public/de/project/plastic-recycling/recycling_graphic.png b/public/de/project/plastic-recycling/recycling_graphic.png index 9cd1b0f0..55079089 100644 Binary files a/public/de/project/plastic-recycling/recycling_graphic.png and b/public/de/project/plastic-recycling/recycling_graphic.png differ diff --git a/public/de/project/political-violence/index.html b/public/de/project/political-violence/index.html index 3de11ecf..89cc36a8 100644 --- a/public/de/project/political-violence/index.html +++ b/public/de/project/political-violence/index.html @@ -1,2 +1,2 @@ -Übersetzung: Political Violence - Aron Petau

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Anmerkung

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins "Self-Defense", I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile "outside" or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for "enforcing" safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: "Well, the person did not object or introduce change, so the person implied consent." Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Anmerkung

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Anmerkung

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Anmerkung

created by Aron Petau on 05.01.2021


\ No newline at end of file +Übersetzung: Political Violence - Aron Petau

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Anmerkung

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins "Self-Defense", I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile "outside" or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for "enforcing" safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: "Well, the person did not object or introduce change, so the person implied consent." Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Anmerkung

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Anmerkung

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Anmerkung

created by Aron Petau on 05.01.2021


\ No newline at end of file diff --git a/public/de/project/postmaster/index.html b/public/de/project/postmaster/index.html index ed1249c5..490886bf 100644 --- a/public/de/project/postmaster/index.html +++ b/public/de/project/postmaster/index.html @@ -1,2 +1,2 @@ -Übersetzung: Postmaster - Aron Petau

Übersetzung: Postmaster

Von Aron Petau3 Minuten gelesen

Postmaster

Hello from aron@petau.net!

Background

Emails are a wondrous thing and I spend the last weeks digging a bit deeper in how they actually work. Some people consider them the last domain of the decentralized dream the internet once had and that is now popping up again with federation and peer-to-peer networks as quite popular buzzwords.

We often forget that email is already a federated system and that it is likely the most important one we have. It is the only way to communicate with people that do not use the same service as you do. It has open standards and is not controlled by a single entity. Going without emails is unimaginable in today's world, yet most providers are the familiar few from the silicon valley. And really, who wants their entire decentralized, federated, peer-to-peer network to be controlled by a schmuck from the silicon valley? Mails used to be more than that and they can still be. Arguably, the world of messanging has gotten quite complex since emails popped up and there are more anti-spam AI tools that I would care to count. But the core of it is still the same and it is still a federated system. Yet, also with Emails, Capitalism has held many victories, and today many emails that are sent from a provider that does not belong to the 5 or so big names are likely to be marked as spam. This is a problem that is not easily solved, but it is a problem that is worth solving.

Another issue with emails is security, as it is somehow collectively agreed upon that emails are a valid way to communicate business informations, while Whatsapp and Signal are not. These, at least when talking about messaging services with end-to-end encryption, are likely to be way more secure than emails.

The story

So it came to pass, that I, as the only one in the family interested in operating it, "inherited" the family domain petau.net. All of our emails run through this service, that was previously managed by a web developer that was not interested in the domjobain anymore.

With lots of really secure Mail Providers like Protonmail or Tutanota, I went on a research spree, as to how I would like to manage my own service. Soon noticing that secure emails virtually always come with a price or with lacking interoperability with clients like Thunderbird or Outlook, I decided to go for migadu, a swiss provider that offers a good balance between security and usability. They also offer a student tier, which is a big plus.

While self-hosting seems like a great idea from a privacy perspective, it is also quite risky for a service that is usually the only way for any service to recover your password or your online identity. Migadu it was then, and in the last three months of basically set it and forget it, i am proud to at least have a decently granular control over my emails and can consciously reflect on the server location of The skeleton service service that enables virtually my entire online existence.

I certainly crave more open protocols in my life and am also findable on Mastodon, a microblogging network around the ActivityPub Protocol.


\ No newline at end of file +Übersetzung: Postmaster - Aron Petau

Übersetzung: Postmaster

Von Aron Petau3 Minuten gelesen

Postmaster

Hello from aron@petau.net!

Background

Emails are a wondrous thing and I spend the last weeks digging a bit deeper in how they actually work. Some people consider them the last domain of the decentralized dream the internet once had and that is now popping up again with federation and peer-to-peer networks as quite popular buzzwords.

We often forget that email is already a federated system and that it is likely the most important one we have. It is the only way to communicate with people that do not use the same service as you do. It has open standards and is not controlled by a single entity. Going without emails is unimaginable in today's world, yet most providers are the familiar few from the silicon valley. And really, who wants their entire decentralized, federated, peer-to-peer network to be controlled by a schmuck from the silicon valley? Mails used to be more than that and they can still be. Arguably, the world of messanging has gotten quite complex since emails popped up and there are more anti-spam AI tools that I would care to count. But the core of it is still the same and it is still a federated system. Yet, also with Emails, Capitalism has held many victories, and today many emails that are sent from a provider that does not belong to the 5 or so big names are likely to be marked as spam. This is a problem that is not easily solved, but it is a problem that is worth solving.

Another issue with emails is security, as it is somehow collectively agreed upon that emails are a valid way to communicate business informations, while Whatsapp and Signal are not. These, at least when talking about messaging services with end-to-end encryption, are likely to be way more secure than emails.

The story

So it came to pass, that I, as the only one in the family interested in operating it, "inherited" the family domain petau.net. All of our emails run through this service, that was previously managed by a web developer that was not interested in the domjobain anymore.

With lots of really secure Mail Providers like Protonmail or Tutanota, I went on a research spree, as to how I would like to manage my own service. Soon noticing that secure emails virtually always come with a price or with lacking interoperability with clients like Thunderbird or Outlook, I decided to go for migadu, a swiss provider that offers a good balance between security and usability. They also offer a student tier, which is a big plus.

While self-hosting seems like a great idea from a privacy perspective, it is also quite risky for a service that is usually the only way for any service to recover your password or your online identity. Migadu it was then, and in the last three months of basically set it and forget it, i am proud to at least have a decently granular control over my emails and can consciously reflect on the server location of The skeleton service service that enables virtually my entire online existence.

I certainly crave more open protocols in my life and am also findable on Mastodon, a microblogging network around the ActivityPub Protocol.


\ No newline at end of file diff --git a/public/de/project/printing/index.html b/public/de/project/printing/index.html index 0e620be3..012d1a88 100644 --- a/public/de/project/printing/index.html +++ b/public/de/project/printing/index.html @@ -1,2 +1,2 @@ -Übersetzung: 3D printing - Aron Petau

Übersetzung: 3D printing

Von Aron Petau7 Minuten gelesen

3D Printing

3D Printing is more than just a hobby for me

In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.

3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.

I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the recycling project.

During the last half year, I also worked in a university context with 3D printers. We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:

DigiLab Osnabrück

Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.

Evolving Objects This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:

The artist Tom Dijkstra is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. Printing with Ceramics The Paste Extruder

Also with regards to the recycling project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.

Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where WASP is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.

Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.

I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.

Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?

Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the recycling project. Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about CAD


\ No newline at end of file +Übersetzung: 3D printing - Aron Petau

Übersetzung: 3D printing

Von Aron Petau6 Minuten gelesen

3D-Druck

3D-Druck ist für mich mehr als nur ein Hobby

Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. 3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.

3D-Druck bedeutet lokale und individuelle Produktion. Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. Deshalb möchte ich meine Zukunft darauf aufbauen. Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.

Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. 3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im Recycling Projekt einzusetzen.

Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. Mehr dazu auf der Website:

DigiLab Osnabrück

Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.

Evolving Objects

Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. Der Prozess wird hier genauer beschrieben:

Der Künstler Tom Dijkstra entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.

Printing with Ceramics

The Paste Extruder

Auch im Hinblick auf das Recycling Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.

Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich WASP sehr schätze. Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.

Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.

Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.

Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. Warum nicht unsere Abfälle einfach wegdrucken?

Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. Es funktioniert einfach und ich bin zufrieden damit. Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das Recycling-Projekt zu erzeugen. Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. Mehr dazu im Beitrag über CAD


\ No newline at end of file diff --git a/public/de/project/ruminations/index.html b/public/de/project/ruminations/index.html index 4d8eaca2..2144cc75 100644 --- a/public/de/project/ruminations/index.html +++ b/public/de/project/ruminations/index.html @@ -1,2 +1,2 @@ -Übersetzung: Ruminations - Aron Petau

Ruminations

was a contemplation on data privacy at Amazon. It asks how to subvert browser fingerprinting and evading the omnipresent tracking of the consumer.

The initial idea was to somehow, by interacting with the perpetrator and letting data accumulate that would degrade their knowledge and thereby destroy predictablity, making this particular dataset worth less.

We could have just added a random clickbot, to confuse things a bit and make the data less valuable. But looking at todays state of datacleanup algorithms and the sheer amount of data that is collected, this would have been a futile attempt. Amazon just detects and removes any noise we add and continues to use the data.

So, then, how can we create coherent, non-random data that is still not predictable?

One answer that this concept should demonstrate, is by inserting patterns that amazon cannot foresee with their current algorithms. As if they were trying to predict the actions of a person with shizophrenia.

The Concept

It consists of a browser extension (currently Chrome only) that overlays all web pages of Amazon with a moving entity that tracks your behavior. While tracking, an image classifier algorithm is used to formulate a product query off of the Storefront. After computation, a perfectly fitting product is displayed for your consumer's pleasure.

The analogue watchdog

A second part of the project is a low-tech installation consisting of a camera (we used a smartphone) running a computer-vision algorithm tracking tiny movements. This was then pointed towards the browser console in the laptop running the extension. The camera was then connected to a screen that displayed the captured image. The watchdog was trained to make robot noises depending on the type and amount of movement detected. Effectively, whenever data traffic beween amazon and the browser was detected, the watchdog would start making noises.

The Browser extension

gallery: The project installation The project installation The project installation

Find the code on GitHub

Subvert a bit yourself, or just have a look at the code.

The code of the Project on GitHub

TODO: create video with live demo


\ No newline at end of file +Übersetzung: Ruminations - Aron Petau

Ruminations

was a contemplation on data privacy at Amazon. It asks how to subvert browser fingerprinting and evading the omnipresent tracking of the consumer.

The initial idea was to somehow, by interacting with the perpetrator and letting data accumulate that would degrade their knowledge and thereby destroy predictablity, making this particular dataset worth less.

We could have just added a random clickbot, to confuse things a bit and make the data less valuable. But looking at todays state of datacleanup algorithms and the sheer amount of data that is collected, this would have been a futile attempt. Amazon just detects and removes any noise we add and continues to use the data.

So, then, how can we create coherent, non-random data that is still not predictable?

One answer that this concept should demonstrate, is by inserting patterns that amazon cannot foresee with their current algorithms. As if they were trying to predict the actions of a person with shizophrenia.

The Concept

It consists of a browser extension (currently Chrome only) that overlays all web pages of Amazon with a moving entity that tracks your behavior. While tracking, an image classifier algorithm is used to formulate a product query off of the Storefront. After computation, a perfectly fitting product is displayed for your consumer's pleasure.

The analogue watchdog

A second part of the project is a low-tech installation consisting of a camera (we used a smartphone) running a computer-vision algorithm tracking tiny movements. This was then pointed towards the browser console in the laptop running the extension. The camera was then connected to a screen that displayed the captured image. The watchdog was trained to make robot noises depending on the type and amount of movement detected. Effectively, whenever data traffic beween amazon and the browser was detected, the watchdog would start making noises.

The Browser extension

gallery: The project installation The project installation The project installation

Find the code on GitHub

Subvert a bit yourself, or just have a look at the code.

The code of the Project on GitHub

TODO: create video with live demo


\ No newline at end of file diff --git a/public/de/project/sferics/index.html b/public/de/project/sferics/index.html index 5b204c92..acf257f6 100644 --- a/public/de/project/sferics/index.html +++ b/public/de/project/sferics/index.html @@ -1,2 +1,2 @@ -Übersetzung: Sferics - Aron Petau

Übersetzung: Sferics

Von Aron Petau3 Minuten gelesen

What the hell are Sferics?

A radio atmospheric signal or sferic (sometimes also spelled "spheric") is a broadband electromagnetic impulse that occurs as a result of natural atmospheric lightning discharges. Sferics may propagate from their lightning source without major attenuation in the Earth–ionosphere waveguide, and can be received thousands of kilometres from their source.

Why catch them?

Microsferics is a nice reference Project, which is a network of Sferics antennas, which are used to detect lightning strikes. Through triangulation not unlike the Maths happening in GPS, the (more or less) exact location of the strike can be determined. This is useful for weather prediction, but also for the detection of forest fires, which are often caused by lightning strikes.

Because the Frequency of the Sferics is, when converted to audio, still in the audible range, it is possible to listen to the strikes. This usually sounds a bit like a crackling noise, but can also be quite melodic. I was a bit reminded by a Geiger Counter.

Sferics are in the VLF (Very Low Frequency) range, sitting roughly at 10kHz, which is a bit of a problem for most radios, as they are not designed to pick up such low frequencies. This is why we built our own antenna. At 10kHz, we are talking about insanely large waves. a single wavelength there is roughly 30 Kilometers. This is why the antenna needs to be quite large. A special property of waves this large is, that they get easily reflected by the Ionosphere and the Earth's surface. Effectively, a wave like this can bounce around the globe several times before it is absorbed by the ground. This is why we can pick up Sferics from all over the world and even listen to Australian Lightning strikes. Of course, without the maths, we cannot attribute directions, but the so called "Tweeks" we picked up, usually come from at least 2000km distance.

The Build

We built several so-called "Long-Loop" antennas, which are essentially a coil of wire with a capacitor at the end. Further, a specific balun is needed, depending on the length of the wire. this can then directly output an electric signal on an XLR cable.

Loosely based on instructions from Calvin R. Graf, We built a 26m long antenna, looped several times around a wooden frame.

The Result

We have several hour-long recordings of the Sferics, which we are currently investigating for further potential.

Have a listen to a recording of the Sferics here:

As you can hear, there is quite a bit of 60 hz ground buzz in the recording. This is either due to the fact that the antenna was not properly grounded or we simply were still too close to the bustling city. I think it is already surprising that we got such a clear impression so close to Berlin. Let's see what we can get in the countryside!

Listening at night The Drachenberg The Antenna


\ No newline at end of file +Übersetzung: Sferics - Aron Petau

Übersetzung: Sferics

Von Aron Petau3 Minuten gelesen

What the hell are Sferics?

A radio atmospheric signal or sferic (sometimes also spelled "spheric") is a broadband electromagnetic impulse that occurs as a result of natural atmospheric lightning discharges. Sferics may propagate from their lightning source without major attenuation in the Earth–ionosphere waveguide, and can be received thousands of kilometres from their source.

Why catch them?

Microsferics is a nice reference Project, which is a network of Sferics antennas, which are used to detect lightning strikes. Through triangulation not unlike the Maths happening in GPS, the (more or less) exact location of the strike can be determined. This is useful for weather prediction, but also for the detection of forest fires, which are often caused by lightning strikes.

Because the Frequency of the Sferics is, when converted to audio, still in the audible range, it is possible to listen to the strikes. This usually sounds a bit like a crackling noise, but can also be quite melodic. I was a bit reminded by a Geiger Counter.

Sferics are in the VLF (Very Low Frequency) range, sitting roughly at 10kHz, which is a bit of a problem for most radios, as they are not designed to pick up such low frequencies. This is why we built our own antenna. At 10kHz, we are talking about insanely large waves. a single wavelength there is roughly 30 Kilometers. This is why the antenna needs to be quite large. A special property of waves this large is, that they get easily reflected by the Ionosphere and the Earth's surface. Effectively, a wave like this can bounce around the globe several times before it is absorbed by the ground. This is why we can pick up Sferics from all over the world and even listen to Australian Lightning strikes. Of course, without the maths, we cannot attribute directions, but the so called "Tweeks" we picked up, usually come from at least 2000km distance.

The Build

We built several so-called "Long-Loop" antennas, which are essentially a coil of wire with a capacitor at the end. Further, a specific balun is needed, depending on the length of the wire. this can then directly output an electric signal on an XLR cable.

Loosely based on instructions from Calvin R. Graf, We built a 26m long antenna, looped several times around a wooden frame.

The Result

We have several hour-long recordings of the Sferics, which we are currently investigating for further potential.

Have a listen to a recording of the Sferics here:

As you can hear, there is quite a bit of 60 hz ground buzz in the recording. This is either due to the fact that the antenna was not properly grounded or we simply were still too close to the bustling city. I think it is already surprising that we got such a clear impression so close to Berlin. Let's see what we can get in the countryside!

Listening at night The Drachenberg The Antenna


\ No newline at end of file diff --git a/public/de/project/sferics/sferics1.jpg b/public/de/project/sferics/sferics1.jpg index b4c26af8..e8aed94b 100644 Binary files a/public/de/project/sferics/sferics1.jpg and b/public/de/project/sferics/sferics1.jpg differ diff --git a/public/de/project/sferics/sferics2.jpg b/public/de/project/sferics/sferics2.jpg index 09bcdb47..8fb3f31e 100644 Binary files a/public/de/project/sferics/sferics2.jpg and b/public/de/project/sferics/sferics2.jpg differ diff --git a/public/de/project/sferics/sferics3.jpg b/public/de/project/sferics/sferics3.jpg index 35f93ea2..415e1949 100644 Binary files a/public/de/project/sferics/sferics3.jpg and b/public/de/project/sferics/sferics3.jpg differ diff --git a/public/de/project/stable-dreamfusion/index.html b/public/de/project/stable-dreamfusion/index.html index 4b6a3896..b008d90c 100644 --- a/public/de/project/stable-dreamfusion/index.html +++ b/public/de/project/stable-dreamfusion/index.html @@ -1,2 +1,2 @@ -Übersetzung: Stable Dreamfusion - Aron Petau

Übersetzung: Stable Dreamfusion

Von Aron Petau2 Minuten gelesen

Stable Dreamfusion

Sources

I forked a really popular implementation that reverse engineered the Google Dreamfusion algorithm. This algorithm is closed-source and not publicly available. The implementation I forked is here This one is running on stable-diffusion as a bas process, which means we are are expected to have worse results than google. The original implementation is here

Gradio

The reason i forked the code is so that i could implement my own gradio interface for the algorithm. Gradio is a great tool for quickly building interfaces for machine learning models. No code involves, any user can state their wish, and the mechanism will spit out a ready-to-be-rigged model (obj file)

Mixamo

I used Mixamo to rig the model. It is a great tool for rigging and animating models. But before everything, it is simple. as long as you have a model with a decent humanoid shape in something of a t-pose, you can rig it in seconds. Thats exactly what i did here.

Unity

I used Unity to render the model to the magic leap 1. Through this, i could create an interactive and immersive environment with the generated models.

The dream was, to build a AI- Chamber of wishes. You pick up the glasses, state your desires and then the algorithm will present to you an almost-real object in AR.

Due to not having access to the proprietary sources from google and the beefy, but still not quite machine-learning ready computers we have at the studio, the results are not quite as good as i hoped. But still, the results are quite interesting and i am happy with the outcome. A single generated object in the Box takes roughly 20 minutes to generate. Even then, the algorithm is quite particular and oftentimes will not generate anything coherent at all.


\ No newline at end of file +Übersetzung: Stable Dreamfusion - Aron Petau

Übersetzung: Stable Dreamfusion

Von Aron Petau2 Minuten gelesen

Stable Dreamfusion

Sources

I forked a really popular implementation that reverse engineered the Google Dreamfusion algorithm. This algorithm is closed-source and not publicly available. The implementation I forked is here This one is running on stable-diffusion as a bas process, which means we are are expected to have worse results than google. The original implementation is here

Gradio

The reason i forked the code is so that i could implement my own gradio interface for the algorithm. Gradio is a great tool for quickly building interfaces for machine learning models. No code involves, any user can state their wish, and the mechanism will spit out a ready-to-be-rigged model (obj file)

Mixamo

I used Mixamo to rig the model. It is a great tool for rigging and animating models. But before everything, it is simple. as long as you have a model with a decent humanoid shape in something of a t-pose, you can rig it in seconds. Thats exactly what i did here.

Unity

I used Unity to render the model to the magic leap 1. Through this, i could create an interactive and immersive environment with the generated models.

The dream was, to build a AI- Chamber of wishes. You pick up the glasses, state your desires and then the algorithm will present to you an almost-real object in AR.

Due to not having access to the proprietary sources from google and the beefy, but still not quite machine-learning ready computers we have at the studio, the results are not quite as good as i hoped. But still, the results are quite interesting and i am happy with the outcome. A single generated object in the Box takes roughly 20 minutes to generate. Even then, the algorithm is quite particular and oftentimes will not generate anything coherent at all.


\ No newline at end of file diff --git a/public/de/project/zola/index.html b/public/de/project/zola/index.html index e39e89b9..dace499c 100644 --- a/public/de/project/zola/index.html +++ b/public/de/project/zola/index.html @@ -1,2 +1,2 @@ -einszwovier: making of - Aron Petau

\ No newline at end of file +switching from jekyll to zola - Aron Petau

switching from jekyll to zola

Von Aron Petau und Friedrich Weber4 Minuten gelesen

2020: discovering jekyll

For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered Jekyll. Back then, Hugo and 11ty were the newer kids on the block, but I was heavily relying on the free hosting from GitHub Pages, where Jekyll was the easiest to integrate.

Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the Minimal Mistakes theme. Prof. Mühlhoff

I went about using Minimal Mistakes, and it was a great experience. The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.

For years, Jekyll was my go-to for building static websites. It was familiar, widely supported, and part of the broader Ruby ecosystem. But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.

On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. I knew I wanted a static site generator, because markdown is the shit. So after looking around further, Zola emerged—actually through a chatbot suggestion 😄

Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.


rust feels right

I’ve always admired Rust for its speed, safety, and modern tooling. Using a static site generator built with Rust just made sense. Zola is fast—blazing fast. Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.

Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. I can just download the binary, run it, and get going. It respects my time.


zola is thoughtfully designed

Beyond performance, Zola is just really well designed. Its template syntax (thanks to Tera) is more powerful and readable than Liquid. The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. There’s very little “configuration over convention” fatigue that Jekyll often gave me.

And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. The structure and behavior are different enough that it felt like a real rebuild—not just a port.


duckquill made me switch

The real catalyst, though? Duckquill, a stunning Zola theme built by Daudix. It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. Duckquill didn’t just make Zola usable for me; it made it irresistible.

What really sets Duckquill apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. The theme comes with Mastodon-powered comments, allowing for lightweight, federated interaction without relying on big centralized platforms. This fits perfectly with my goal of reclaiming control through self-hosting. Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. It’s a rare example of design and infrastructure aligning with personal principles.


final thoughts

Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.

If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.


\ No newline at end of file diff --git a/public/de/tags/1st-person/index.html b/public/de/tags/1st-person/index.html index a4e05ce3..5c2a9926 100644 --- a/public/de/tags/1st-person/index.html +++ b/public/de/tags/1st-person/index.html @@ -1,2 +1,2 @@ -1st person - Aron Petau

Beiträge mit Tag “1st person”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +1st person - Aron Petau

Beiträge mit Tag “1st person”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/2-player/index.html b/public/de/tags/2-player/index.html index 52b23705..86b093ce 100644 --- a/public/de/tags/2-player/index.html +++ b/public/de/tags/2-player/index.html @@ -1,2 +1,2 @@ -2 player - Aron Petau

Beiträge mit Tag “2 player”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +2 player - Aron Petau

Beiträge mit Tag “2 player”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/3d-graphics/index.html b/public/de/tags/3d-graphics/index.html index 0c212d3f..b56f46cb 100644 --- a/public/de/tags/3d-graphics/index.html +++ b/public/de/tags/3d-graphics/index.html @@ -1,2 +1,2 @@ -3D graphics - Aron Petau

Beiträge mit Tag “3D graphics”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +3D graphics - Aron Petau

Beiträge mit Tag “3D graphics”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/3d-printing/atom.xml b/public/de/tags/3d-printing/atom.xml index c33c2374..31c7dec0 100644 --- a/public/de/tags/3d-printing/atom.xml +++ b/public/de/tags/3d-printing/atom.xml @@ -189,10 +189,101 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult + + https://aron.petau.net/de/project/einszwovier-vogelvilla/ + + <h2 id="Die_Entstehung_von_studio_einszwovier">Die Entstehung von studio einszwovier</h2> +<h2 id="August_2024">August 2024</h2> +<p>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.</p> +<h2 id="Dezember_2024_–_Ein_Raum_für_Ideen_wird_Realität">Dezember 2024 – Ein Raum für Ideen wird Realität</h2> +<p>Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space <strong>„studio einszwovier“</strong> öffnete offiziell seine Türen. +Mitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.</p> +<h2 id="Vom_Konzept_zur_Wirklichkeit">Vom Konzept zur Wirklichkeit</h2> +<p>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.</p> +<p>Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: <strong>3D-Drucker</strong>, <strong>Lasercutter</strong>, <strong>Mikrocontroller</strong> sowie Equipment für <strong>Holzarbeiten</strong> und <strong>Textildruck</strong> ermöglichen praktisches, projektbasiertes Lernen.</p> +<h2 id="Ein_Ort_für_freies_und_entdeckendes_Lernen">Ein Ort für freies und entdeckendes Lernen</h2> +<p>Geleitet von Aron und Friedrich – beide Masterstudenten im Studiengang <em>Design + Computation</em> 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.</p> +<h2 id="Offene_Türen_für_kreative_Köpfe">Offene Türen für kreative Köpfe</h2> +<p>Das „studio einszwovier“ ist <strong>montags bis mittwochs von 11:00 bis 15:00 Uhr</strong> geöffnet. +Eine spezielle <strong>Open Lab Time</strong> findet <strong>dienstags von 13:30 bis 15:00 Uhr</strong> statt. +Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.</p> +<h2 id="Ein_Raum_für_die_Zukunft">Ein Raum für die Zukunft</h2> +<p>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.</p> + + + + + switching from jekyll to zola + 2025-05-16T00:00:00+00:00 + 2025-05-16T00:00:00+00:00 + + + + Aron Petau + + + + + + Friedrich Weber + + + https://aron.petau.net/de/project/zola/ - + <h2 id="2020:_discovering_jekyll">2020: discovering jekyll</h2> +<p>For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered <a href="https://jekyllrb.com">Jekyll</a>. +Back then, <a href="https://gohugo.io">Hugo</a> and <a href="https://www.11ty.dev">11ty</a> were the newer kids on the block, but I was heavily relying on the free hosting from <a href="https://pages.github.com">GitHub Pages</a>, where Jekyll was the easiest to integrate.</p> +<p>Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme. +<a href="https://rainermuehlhoff.de">Prof. Mühlhoff</a></p> +<p>I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.</p> +<p>For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.</p> +<p>On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, <strong><a href="https://www.getzola.org/">Zola</a></strong> emerged—actually through a chatbot suggestion 😄</p> +<p>Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.</p> +<hr /> +<h2 id="rust_feels_right">rust feels right</h2> +<p>I’ve always admired <a href="https://www.rust-lang.org/">Rust</a> for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. <strong>Zola is fast</strong>—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.</p> +<p>Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time.</p> +<hr /> +<h2 id="zola_is_thoughtfully_designed">zola is thoughtfully designed</h2> +<p>Beyond performance, Zola is just really well designed. +Its template syntax (thanks to <a href="https://tera.netlify.app">Tera</a>) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me.</p> +<p>And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port.</p> +<hr /> +<h2 id="duckquill_made_me_switch">duckquill made me switch</h2> +<p>The real catalyst, though? <a href="https://github.com/daudix/duckquill"><strong>Duckquill</strong></a>, a stunning Zola theme built by <a href="https://github.com/daudix">Daudix</a>. +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it <em>irresistible</em>.</p> +<p>What really sets <strong>Duckquill</strong> apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with <strong>Mastodon-powered comments</strong>, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through <strong>self-hosting</strong>. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles.</p> +<hr /> +<h2 id="final_thoughts">final thoughts</h2> +<p>Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.</p> +<p>If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.</p> + @@ -502,7 +593,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> @@ -674,47 +766,66 @@ And I believe that's a good thing. Always tying a design process to its rea </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/3d-printing/index.html b/public/de/tags/3d-printing/index.html index a94790b0..69e8ab10 100644 --- a/public/de/tags/3d-printing/index.html +++ b/public/de/tags/3d-printing/index.html @@ -1,2 +1,2 @@ -3D printing - Aron Petau

Beiträge mit Tag “3D printing”

Zeige alle Schlagwörter
8 Beiträge insgesamt

\ No newline at end of file +3D printing - Aron Petau

Beiträge mit Tag “3D printing”

Zeige alle Schlagwörter
9 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/3rd-person/index.html b/public/de/tags/3rd-person/index.html index e33340f1..da0d0bf8 100644 --- a/public/de/tags/3rd-person/index.html +++ b/public/de/tags/3rd-person/index.html @@ -1,2 +1,2 @@ -3rd person - Aron Petau

Beiträge mit Tag “3rd person”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +3rd person - Aron Petau

Beiträge mit Tag “3rd person”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/accessibility-activism/index.html b/public/de/tags/accessibility-activism/index.html index 955d3b4d..b0d5beb8 100644 --- a/public/de/tags/accessibility-activism/index.html +++ b/public/de/tags/accessibility-activism/index.html @@ -1,2 +1,2 @@ -accessibility activism - Aron Petau

Beiträge mit Tag “accessibility activism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +accessibility activism - Aron Petau

Beiträge mit Tag “accessibility activism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/accessibility/atom.xml b/public/de/tags/accessibility/atom.xml index 287f1dbe..72693a02 100644 --- a/public/de/tags/accessibility/atom.xml +++ b/public/de/tags/accessibility/atom.xml @@ -148,47 +148,66 @@ </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/accessibility/index.html b/public/de/tags/accessibility/index.html index 7a886169..fab19fb2 100644 --- a/public/de/tags/accessibility/index.html +++ b/public/de/tags/accessibility/index.html @@ -1,2 +1,2 @@ -accessibility - Aron Petau

Beiträge mit Tag “accessibility”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +accessibility - Aron Petau

Beiträge mit Tag “accessibility”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/action-figure/index.html b/public/de/tags/action-figure/index.html index 8b489bf2..10043556 100644 --- a/public/de/tags/action-figure/index.html +++ b/public/de/tags/action-figure/index.html @@ -1,2 +1,2 @@ -action figure - Aron Petau

Beiträge mit Tag “action figure”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +action figure - Aron Petau

Beiträge mit Tag “action figure”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/activitypub/index.html b/public/de/tags/activitypub/index.html index 2d33b13f..f9b5d836 100644 --- a/public/de/tags/activitypub/index.html +++ b/public/de/tags/activitypub/index.html @@ -1,2 +1,2 @@ -activitypub - Aron Petau

Beiträge mit Tag “activitypub”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +activitypub - Aron Petau

Beiträge mit Tag “activitypub”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/additive-manufacturing/atom.xml b/public/de/tags/additive-manufacturing/atom.xml index 004ab24d..c81e6a46 100644 --- a/public/de/tags/additive-manufacturing/atom.xml +++ b/public/de/tags/additive-manufacturing/atom.xml @@ -148,47 +148,66 @@ </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/additive-manufacturing/index.html b/public/de/tags/additive-manufacturing/index.html index fae9c701..cffc4d91 100644 --- a/public/de/tags/additive-manufacturing/index.html +++ b/public/de/tags/additive-manufacturing/index.html @@ -1,2 +1,2 @@ -additive manufacturing - Aron Petau

Beiträge mit Tag “additive manufacturing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +additive manufacturing - Aron Petau

Beiträge mit Tag “additive manufacturing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/ads/index.html b/public/de/tags/ads/index.html index 193fcabb..f35854d9 100644 --- a/public/de/tags/ads/index.html +++ b/public/de/tags/ads/index.html @@ -1,2 +1,2 @@ -ads - Aron Petau

Beiträge mit Tag “ads”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +ads - Aron Petau

Beiträge mit Tag “ads”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/agisoft-metashape/index.html b/public/de/tags/agisoft-metashape/index.html index 7e34c5da..96de3a35 100644 --- a/public/de/tags/agisoft-metashape/index.html +++ b/public/de/tags/agisoft-metashape/index.html @@ -1,2 +1,2 @@ -agisoft metashape - Aron Petau

Beiträge mit Tag “agisoft metashape”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +agisoft metashape - Aron Petau

Beiträge mit Tag “agisoft metashape”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/ai/index.html b/public/de/tags/ai/index.html index 967fcf77..b37d2700 100644 --- a/public/de/tags/ai/index.html +++ b/public/de/tags/ai/index.html @@ -1,2 +1,2 @@ -AI - Aron Petau

Beiträge mit Tag “AI”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +AI - Aron Petau

Beiträge mit Tag “AI”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/alison-jaggar/index.html b/public/de/tags/alison-jaggar/index.html index 79321bbe..e8269d6a 100644 --- a/public/de/tags/alison-jaggar/index.html +++ b/public/de/tags/alison-jaggar/index.html @@ -1,2 +1,2 @@ -alison jaggar - Aron Petau

Beiträge mit Tag “alison jaggar”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +alison jaggar - Aron Petau

Beiträge mit Tag “alison jaggar”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/altbier/index.html b/public/de/tags/altbier/index.html index bae39a1c..059cf1fd 100644 --- a/public/de/tags/altbier/index.html +++ b/public/de/tags/altbier/index.html @@ -1,2 +1,2 @@ -altbier - Aron Petau

Beiträge mit Tag “altbier”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +altbier - Aron Petau

Beiträge mit Tag “altbier”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/amazon/index.html b/public/de/tags/amazon/index.html index fca19a5d..ad155e03 100644 --- a/public/de/tags/amazon/index.html +++ b/public/de/tags/amazon/index.html @@ -1,2 +1,2 @@ -amazon - Aron Petau

Beiträge mit Tag “amazon”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +amazon - Aron Petau

Beiträge mit Tag “amazon”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/antenna/index.html b/public/de/tags/antenna/index.html index 0277e3aa..76bd82c9 100644 --- a/public/de/tags/antenna/index.html +++ b/public/de/tags/antenna/index.html @@ -1,2 +1,2 @@ -antenna - Aron Petau

Beiträge mit Tag “antenna”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +antenna - Aron Petau

Beiträge mit Tag “antenna”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/ar/index.html b/public/de/tags/ar/index.html index 23e60dae..964896ed 100644 --- a/public/de/tags/ar/index.html +++ b/public/de/tags/ar/index.html @@ -1,2 +1,2 @@ -ar - Aron Petau

Beiträge mit Tag “ar”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +ar - Aron Petau

Beiträge mit Tag “ar”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/archeology/index.html b/public/de/tags/archeology/index.html index a74e0c8a..937a0434 100644 --- a/public/de/tags/archeology/index.html +++ b/public/de/tags/archeology/index.html @@ -1,2 +1,2 @@ -archeology - Aron Petau

Beiträge mit Tag “archeology”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +archeology - Aron Petau

Beiträge mit Tag “archeology”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/archival-practices/index.html b/public/de/tags/archival-practices/index.html index e90a68f1..c54bd06b 100644 --- a/public/de/tags/archival-practices/index.html +++ b/public/de/tags/archival-practices/index.html @@ -1,2 +1,2 @@ -archival practices - Aron Petau

Beiträge mit Tag “archival practices”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +archival practices - Aron Petau

Beiträge mit Tag “archival practices”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/arduino/index.html b/public/de/tags/arduino/index.html index c151443f..4ec4fba5 100644 --- a/public/de/tags/arduino/index.html +++ b/public/de/tags/arduino/index.html @@ -1,2 +1,2 @@ -Arduino - Aron Petau

Beiträge mit Tag “Arduino”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +Arduino - Aron Petau

Beiträge mit Tag “Arduino”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/ars-electronica/index.html b/public/de/tags/ars-electronica/index.html index 7dfa27d9..34c4d387 100644 --- a/public/de/tags/ars-electronica/index.html +++ b/public/de/tags/ars-electronica/index.html @@ -1,2 +1,2 @@ -ars electronica - Aron Petau

Beiträge mit Tag “ars electronica”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +ars electronica - Aron Petau

Beiträge mit Tag “ars electronica”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/aruco/index.html b/public/de/tags/aruco/index.html index 26a91dee..505e9801 100644 --- a/public/de/tags/aruco/index.html +++ b/public/de/tags/aruco/index.html @@ -1,2 +1,2 @@ -aruco - Aron Petau

Beiträge mit Tag “aruco”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +aruco - Aron Petau

Beiträge mit Tag “aruco”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/audiovisual-asynchrony/index.html b/public/de/tags/audiovisual-asynchrony/index.html index 8927f63d..ce48ac02 100644 --- a/public/de/tags/audiovisual-asynchrony/index.html +++ b/public/de/tags/audiovisual-asynchrony/index.html @@ -1,2 +1,2 @@ -audiovisual asynchrony - Aron Petau

Beiträge mit Tag “audiovisual asynchrony”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +audiovisual asynchrony - Aron Petau

Beiträge mit Tag “audiovisual asynchrony”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/audiovisual/index.html b/public/de/tags/audiovisual/index.html index afcb23b7..c41efd5e 100644 --- a/public/de/tags/audiovisual/index.html +++ b/public/de/tags/audiovisual/index.html @@ -1,2 +1,2 @@ -audiovisual - Aron Petau

Beiträge mit Tag “audiovisual”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +audiovisual - Aron Petau

Beiträge mit Tag “audiovisual”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/aufstandlastgen/index.html b/public/de/tags/aufstandlastgen/index.html index 579b9825..3ce0c5b2 100644 --- a/public/de/tags/aufstandlastgen/index.html +++ b/public/de/tags/aufstandlastgen/index.html @@ -1,2 +1,2 @@ -aufstandlastgen - Aron Petau

Beiträge mit Tag “aufstandlastgen”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +aufstandlastgen - Aron Petau

Beiträge mit Tag “aufstandlastgen”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/aura/index.html b/public/de/tags/aura/index.html index 29ce4e69..04088039 100644 --- a/public/de/tags/aura/index.html +++ b/public/de/tags/aura/index.html @@ -1,2 +1,2 @@ -aura - Aron Petau

Beiträge mit Tag “aura”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +aura - Aron Petau

Beiträge mit Tag “aura”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/autism/index.html b/public/de/tags/autism/index.html index 861f0717..e8fd2813 100644 --- a/public/de/tags/autism/index.html +++ b/public/de/tags/autism/index.html @@ -1,2 +1,2 @@ -autism - Aron Petau

Beiträge mit Tag “autism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +autism - Aron Petau

Beiträge mit Tag “autism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/automatic/index.html b/public/de/tags/automatic/index.html index a3c15fc8..2d46b1c3 100644 --- a/public/de/tags/automatic/index.html +++ b/public/de/tags/automatic/index.html @@ -1,2 +1,2 @@ -automatic - Aron Petau

Beiträge mit Tag “automatic”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +automatic - Aron Petau

Beiträge mit Tag “automatic”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/automatic1111/index.html b/public/de/tags/automatic1111/index.html index 38bd1cd5..02081de9 100644 --- a/public/de/tags/automatic1111/index.html +++ b/public/de/tags/automatic1111/index.html @@ -1,2 +1,2 @@ -automatic1111 - Aron Petau

Beiträge mit Tag “automatic1111”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +automatic1111 - Aron Petau

Beiträge mit Tag “automatic1111”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/backend-web-programming/index.html b/public/de/tags/backend-web-programming/index.html index 6788271b..d1ce06e0 100644 --- a/public/de/tags/backend-web-programming/index.html +++ b/public/de/tags/backend-web-programming/index.html @@ -1,2 +1,2 @@ -backend web programming - Aron Petau

Beiträge mit Tag “backend web programming”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +backend web programming - Aron Petau

Beiträge mit Tag “backend web programming”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/barriers/index.html b/public/de/tags/barriers/index.html index 97266dae..5ee38ad8 100644 --- a/public/de/tags/barriers/index.html +++ b/public/de/tags/barriers/index.html @@ -1,2 +1,2 @@ -barriers - Aron Petau

Beiträge mit Tag “barriers”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +barriers - Aron Petau

Beiträge mit Tag “barriers”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/beer/index.html b/public/de/tags/beer/index.html index d84db749..73de29d3 100644 --- a/public/de/tags/beer/index.html +++ b/public/de/tags/beer/index.html @@ -1,2 +1,2 @@ -beer - Aron Petau

Beiträge mit Tag “beer”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +beer - Aron Petau

Beiträge mit Tag “beer”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/bloomery/index.html b/public/de/tags/bloomery/index.html index 169790b8..09ada9cd 100644 --- a/public/de/tags/bloomery/index.html +++ b/public/de/tags/bloomery/index.html @@ -1,2 +1,2 @@ -bloomery - Aron Petau

Beiträge mit Tag “bloomery”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +bloomery - Aron Petau

Beiträge mit Tag “bloomery”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/borders/index.html b/public/de/tags/borders/index.html index 49017e45..56bfc415 100644 --- a/public/de/tags/borders/index.html +++ b/public/de/tags/borders/index.html @@ -1,2 +1,2 @@ -borders - Aron Petau

Beiträge mit Tag “borders”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +borders - Aron Petau

Beiträge mit Tag “borders”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/browser-fingerprinting/index.html b/public/de/tags/browser-fingerprinting/index.html index febd294a..007b0001 100644 --- a/public/de/tags/browser-fingerprinting/index.html +++ b/public/de/tags/browser-fingerprinting/index.html @@ -1,2 +1,2 @@ -browser fingerprinting - Aron Petau

Beiträge mit Tag “browser fingerprinting”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +browser fingerprinting - Aron Petau

Beiträge mit Tag “browser fingerprinting”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/bruschetta/index.html b/public/de/tags/bruschetta/index.html index 1009b3ee..9e8a37fc 100644 --- a/public/de/tags/bruschetta/index.html +++ b/public/de/tags/bruschetta/index.html @@ -1,2 +1,2 @@ -bruschetta - Aron Petau

Beiträge mit Tag “bruschetta”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +bruschetta - Aron Petau

Beiträge mit Tag “bruschetta”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/c/index.html b/public/de/tags/c/index.html index 98abe136..bf5eccdd 100644 --- a/public/de/tags/c/index.html +++ b/public/de/tags/c/index.html @@ -1,2 +1,2 @@ -C# - Aron Petau

Beiträge mit Tag “C#”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +C# - Aron Petau

Beiträge mit Tag “C#”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/capitalism/index.html b/public/de/tags/capitalism/index.html index 381b85ed..f9c48227 100644 --- a/public/de/tags/capitalism/index.html +++ b/public/de/tags/capitalism/index.html @@ -1,2 +1,2 @@ -capitalism - Aron Petau

Beiträge mit Tag “capitalism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +capitalism - Aron Petau

Beiträge mit Tag “capitalism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/cars/index.html b/public/de/tags/cars/index.html index e81025a9..6565fc1b 100644 --- a/public/de/tags/cars/index.html +++ b/public/de/tags/cars/index.html @@ -1,2 +1,2 @@ -cars - Aron Petau

Beiträge mit Tag “cars”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file +cars - Aron Petau

Beiträge mit Tag “cars”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/chatbot/index.html b/public/de/tags/chatbot/index.html index c653f6c7..d6ddff13 100644 --- a/public/de/tags/chatbot/index.html +++ b/public/de/tags/chatbot/index.html @@ -1,2 +1,2 @@ -chatbot - Aron Petau

Beiträge mit Tag “chatbot”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +chatbot - Aron Petau

Beiträge mit Tag “chatbot”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/circular/index.html b/public/de/tags/circular/index.html index c3801363..55ba38be 100644 --- a/public/de/tags/circular/index.html +++ b/public/de/tags/circular/index.html @@ -1,2 +1,2 @@ -circular - Aron Petau

Beiträge mit Tag “circular”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +circular - Aron Petau

Beiträge mit Tag “circular”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/clay/index.html b/public/de/tags/clay/index.html index 7d7815b6..59b3119b 100644 --- a/public/de/tags/clay/index.html +++ b/public/de/tags/clay/index.html @@ -1,2 +1,2 @@ -clay - Aron Petau

Beiträge mit Tag “clay”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +clay - Aron Petau

Beiträge mit Tag “clay”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/climate/index.html b/public/de/tags/climate/index.html index c5b9b7e7..1400386d 100644 --- a/public/de/tags/climate/index.html +++ b/public/de/tags/climate/index.html @@ -1,2 +1,2 @@ -climate - Aron Petau

Beiträge mit Tag “climate”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +climate - Aron Petau

Beiträge mit Tag “climate”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/cnn/index.html b/public/de/tags/cnn/index.html index 513abc90..8f946bf3 100644 --- a/public/de/tags/cnn/index.html +++ b/public/de/tags/cnn/index.html @@ -1,2 +1,2 @@ -CNN - Aron Petau

Beiträge mit Tag “CNN”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +CNN - Aron Petau

Beiträge mit Tag “CNN”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/coal/index.html b/public/de/tags/coal/index.html index 50430abb..9bfbbb7c 100644 --- a/public/de/tags/coal/index.html +++ b/public/de/tags/coal/index.html @@ -1,2 +1,2 @@ -coal - Aron Petau

Beiträge mit Tag “coal”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +coal - Aron Petau

Beiträge mit Tag “coal”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/collaborative-recycling/index.html b/public/de/tags/collaborative-recycling/index.html index 4ac74092..17760b43 100644 --- a/public/de/tags/collaborative-recycling/index.html +++ b/public/de/tags/collaborative-recycling/index.html @@ -1,2 +1,2 @@ -collaborative recycling - Aron Petau

Beiträge mit Tag “collaborative recycling”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +collaborative recycling - Aron Petau

Beiträge mit Tag “collaborative recycling”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/collaborative/index.html b/public/de/tags/collaborative/index.html index 4457b32e..3563dc56 100644 --- a/public/de/tags/collaborative/index.html +++ b/public/de/tags/collaborative/index.html @@ -1,2 +1,2 @@ -collaborative - Aron Petau

Beiträge mit Tag “collaborative”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +collaborative - Aron Petau

Beiträge mit Tag “collaborative”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/comfyui/index.html b/public/de/tags/comfyui/index.html index f3fedd8d..fd7d607b 100644 --- a/public/de/tags/comfyui/index.html +++ b/public/de/tags/comfyui/index.html @@ -1,2 +1,2 @@ -comfyui - Aron Petau

Beiträge mit Tag “comfyui”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +comfyui - Aron Petau

Beiträge mit Tag “comfyui”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/commons/index.html b/public/de/tags/commons/index.html index af08e6a0..9f415ba2 100644 --- a/public/de/tags/commons/index.html +++ b/public/de/tags/commons/index.html @@ -1,2 +1,2 @@ -commons - Aron Petau

Beiträge mit Tag “commons”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +commons - Aron Petau

Beiträge mit Tag “commons”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/communication/index.html b/public/de/tags/communication/index.html index c1111e09..c091797e 100644 --- a/public/de/tags/communication/index.html +++ b/public/de/tags/communication/index.html @@ -1,2 +1,2 @@ -communication - Aron Petau

Beiträge mit Tag “communication”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +communication - Aron Petau

Beiträge mit Tag “communication”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/computer-vision/index.html b/public/de/tags/computer-vision/index.html index 6f5c3039..8cb2d81f 100644 --- a/public/de/tags/computer-vision/index.html +++ b/public/de/tags/computer-vision/index.html @@ -1,2 +1,2 @@ -computer vision - Aron Petau

Beiträge mit Tag “computer vision”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +computer vision - Aron Petau

Beiträge mit Tag “computer vision”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/consumerism/index.html b/public/de/tags/consumerism/index.html index 200836b2..ac57c32b 100644 --- a/public/de/tags/consumerism/index.html +++ b/public/de/tags/consumerism/index.html @@ -1,2 +1,2 @@ -consumerism - Aron Petau

Beiträge mit Tag “consumerism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +consumerism - Aron Petau

Beiträge mit Tag “consumerism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/coral/index.html b/public/de/tags/coral/index.html index 55539f88..293bae7d 100644 --- a/public/de/tags/coral/index.html +++ b/public/de/tags/coral/index.html @@ -1,2 +1,2 @@ -coral - Aron Petau

Beiträge mit Tag “coral”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +coral - Aron Petau

Beiträge mit Tag “coral”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/cradle-to-cradle/index.html b/public/de/tags/cradle-to-cradle/index.html index 1942c8a7..3832ebc6 100644 --- a/public/de/tags/cradle-to-cradle/index.html +++ b/public/de/tags/cradle-to-cradle/index.html @@ -1,2 +1,2 @@ -cradle-to-cradle - Aron Petau

Beiträge mit Tag “cradle-to-cradle”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +cradle-to-cradle - Aron Petau

Beiträge mit Tag “cradle-to-cradle”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/creality/atom.xml b/public/de/tags/creality/atom.xml index b7cd56c9..e95db6c9 100644 --- a/public/de/tags/creality/atom.xml +++ b/public/de/tags/creality/atom.xml @@ -148,47 +148,66 @@ </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/creality/index.html b/public/de/tags/creality/index.html index f9aec350..dc929c77 100644 --- a/public/de/tags/creality/index.html +++ b/public/de/tags/creality/index.html @@ -1,2 +1,2 @@ -creality - Aron Petau

Beiträge mit Tag “creality”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +creality - Aron Petau

Beiträge mit Tag “creality”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/cyberpunk/index.html b/public/de/tags/cyberpunk/index.html index fdad5c79..390e676f 100644 --- a/public/de/tags/cyberpunk/index.html +++ b/public/de/tags/cyberpunk/index.html @@ -1,2 +1,2 @@ -cyberpunk - Aron Petau

Beiträge mit Tag “cyberpunk”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +cyberpunk - Aron Petau

Beiträge mit Tag “cyberpunk”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/data-collection/index.html b/public/de/tags/data-collection/index.html index 73aeac84..d1951d1c 100644 --- a/public/de/tags/data-collection/index.html +++ b/public/de/tags/data-collection/index.html @@ -1,2 +1,2 @@ -data collection - Aron Petau

Beiträge mit Tag “data collection”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +data collection - Aron Petau

Beiträge mit Tag “data collection”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/data-privacy/index.html b/public/de/tags/data-privacy/index.html index d8d534fc..154c8b02 100644 --- a/public/de/tags/data-privacy/index.html +++ b/public/de/tags/data-privacy/index.html @@ -1,2 +1,2 @@ -data privacy - Aron Petau

Beiträge mit Tag “data privacy”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +data privacy - Aron Petau

Beiträge mit Tag “data privacy”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/data-viz/index.html b/public/de/tags/data-viz/index.html index f6dc0bca..99ad85df 100644 --- a/public/de/tags/data-viz/index.html +++ b/public/de/tags/data-viz/index.html @@ -1,2 +1,2 @@ -data viz - Aron Petau

Beiträge mit Tag “data viz”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +data viz - Aron Petau

Beiträge mit Tag “data viz”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/data/index.html b/public/de/tags/data/index.html index da87c9dd..e36c33bf 100644 --- a/public/de/tags/data/index.html +++ b/public/de/tags/data/index.html @@ -1,2 +1,2 @@ -data - Aron Petau

Beiträge mit Tag “data”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +data - Aron Petau

Beiträge mit Tag “data”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/decentral/atom.xml b/public/de/tags/decentral/atom.xml index 72013004..1a68ba01 100644 --- a/public/de/tags/decentral/atom.xml +++ b/public/de/tags/decentral/atom.xml @@ -311,47 +311,66 @@ I spent my time there in the function of a research intern, having no real say i </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/decentral/index.html b/public/de/tags/decentral/index.html index 296e4813..06a1a53b 100644 --- a/public/de/tags/decentral/index.html +++ b/public/de/tags/decentral/index.html @@ -1,2 +1,2 @@ -decentral - Aron Petau

Beiträge mit Tag “decentral”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file +decentral - Aron Petau

Beiträge mit Tag “decentral”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/democratic/atom.xml b/public/de/tags/democratic/atom.xml index 8ae7342b..1b94835c 100644 --- a/public/de/tags/democratic/atom.xml +++ b/public/de/tags/democratic/atom.xml @@ -189,10 +189,101 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult + + https://aron.petau.net/de/project/einszwovier-vogelvilla/ + + <h2 id="Die_Entstehung_von_studio_einszwovier">Die Entstehung von studio einszwovier</h2> +<h2 id="August_2024">August 2024</h2> +<p>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.</p> +<h2 id="Dezember_2024_–_Ein_Raum_für_Ideen_wird_Realität">Dezember 2024 – Ein Raum für Ideen wird Realität</h2> +<p>Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space <strong>„studio einszwovier“</strong> öffnete offiziell seine Türen. +Mitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.</p> +<h2 id="Vom_Konzept_zur_Wirklichkeit">Vom Konzept zur Wirklichkeit</h2> +<p>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.</p> +<p>Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: <strong>3D-Drucker</strong>, <strong>Lasercutter</strong>, <strong>Mikrocontroller</strong> sowie Equipment für <strong>Holzarbeiten</strong> und <strong>Textildruck</strong> ermöglichen praktisches, projektbasiertes Lernen.</p> +<h2 id="Ein_Ort_für_freies_und_entdeckendes_Lernen">Ein Ort für freies und entdeckendes Lernen</h2> +<p>Geleitet von Aron und Friedrich – beide Masterstudenten im Studiengang <em>Design + Computation</em> 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.</p> +<h2 id="Offene_Türen_für_kreative_Köpfe">Offene Türen für kreative Köpfe</h2> +<p>Das „studio einszwovier“ ist <strong>montags bis mittwochs von 11:00 bis 15:00 Uhr</strong> geöffnet. +Eine spezielle <strong>Open Lab Time</strong> findet <strong>dienstags von 13:30 bis 15:00 Uhr</strong> statt. +Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.</p> +<h2 id="Ein_Raum_für_die_Zukunft">Ein Raum für die Zukunft</h2> +<p>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.</p> + + + + + switching from jekyll to zola + 2025-05-16T00:00:00+00:00 + 2025-05-16T00:00:00+00:00 + + + + Aron Petau + + + + + + Friedrich Weber + + + https://aron.petau.net/de/project/zola/ - + <h2 id="2020:_discovering_jekyll">2020: discovering jekyll</h2> +<p>For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered <a href="https://jekyllrb.com">Jekyll</a>. +Back then, <a href="https://gohugo.io">Hugo</a> and <a href="https://www.11ty.dev">11ty</a> were the newer kids on the block, but I was heavily relying on the free hosting from <a href="https://pages.github.com">GitHub Pages</a>, where Jekyll was the easiest to integrate.</p> +<p>Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme. +<a href="https://rainermuehlhoff.de">Prof. Mühlhoff</a></p> +<p>I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.</p> +<p>For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.</p> +<p>On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, <strong><a href="https://www.getzola.org/">Zola</a></strong> emerged—actually through a chatbot suggestion 😄</p> +<p>Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.</p> +<hr /> +<h2 id="rust_feels_right">rust feels right</h2> +<p>I’ve always admired <a href="https://www.rust-lang.org/">Rust</a> for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. <strong>Zola is fast</strong>—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.</p> +<p>Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time.</p> +<hr /> +<h2 id="zola_is_thoughtfully_designed">zola is thoughtfully designed</h2> +<p>Beyond performance, Zola is just really well designed. +Its template syntax (thanks to <a href="https://tera.netlify.app">Tera</a>) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me.</p> +<p>And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port.</p> +<hr /> +<h2 id="duckquill_made_me_switch">duckquill made me switch</h2> +<p>The real catalyst, though? <a href="https://github.com/daudix/duckquill"><strong>Duckquill</strong></a>, a stunning Zola theme built by <a href="https://github.com/daudix">Daudix</a>. +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it <em>irresistible</em>.</p> +<p>What really sets <strong>Duckquill</strong> apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with <strong>Mastodon-powered comments</strong>, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through <strong>self-hosting</strong>. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles.</p> +<hr /> +<h2 id="final_thoughts">final thoughts</h2> +<p>Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.</p> +<p>If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.</p> + @@ -499,47 +590,66 @@ I spent my time there in the function of a research intern, having no real say i </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/democratic/index.html b/public/de/tags/democratic/index.html index 9db627c3..cefd4428 100644 --- a/public/de/tags/democratic/index.html +++ b/public/de/tags/democratic/index.html @@ -1,2 +1,2 @@ -democratic - Aron Petau

Beiträge mit Tag “democratic”

Zeige alle Schlagwörter
6 Beiträge insgesamt

\ No newline at end of file +democratic - Aron Petau

Beiträge mit Tag “democratic”

Zeige alle Schlagwörter
7 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/design-for-printing/atom.xml b/public/de/tags/design-for-printing/atom.xml index 22177710..f41fc5c6 100644 --- a/public/de/tags/design-for-printing/atom.xml +++ b/public/de/tags/design-for-printing/atom.xml @@ -44,7 +44,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> diff --git a/public/de/tags/design-for-printing/index.html b/public/de/tags/design-for-printing/index.html index acb051ae..d8a1984b 100644 --- a/public/de/tags/design-for-printing/index.html +++ b/public/de/tags/design-for-printing/index.html @@ -1,2 +1,2 @@ -design for printing - Aron Petau

Beiträge mit Tag “design for printing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +design for printing - Aron Petau

Beiträge mit Tag “design for printing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/dev-ops/index.html b/public/de/tags/dev-ops/index.html index a464981c..42e8af07 100644 --- a/public/de/tags/dev-ops/index.html +++ b/public/de/tags/dev-ops/index.html @@ -1,2 +1,2 @@ -dev-ops - Aron Petau

Beiträge mit Tag “dev-ops”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +dev-ops - Aron Petau

Beiträge mit Tag “dev-ops”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/diffusionbee/index.html b/public/de/tags/diffusionbee/index.html index 312cacf4..b20f0e74 100644 --- a/public/de/tags/diffusionbee/index.html +++ b/public/de/tags/diffusionbee/index.html @@ -1,2 +1,2 @@ -diffusionbee - Aron Petau

Beiträge mit Tag “diffusionbee”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +diffusionbee - Aron Petau

Beiträge mit Tag “diffusionbee”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/disaster-fiction/index.html b/public/de/tags/disaster-fiction/index.html index 86d1a39e..6936143b 100644 --- a/public/de/tags/disaster-fiction/index.html +++ b/public/de/tags/disaster-fiction/index.html @@ -1,2 +1,2 @@ -disaster fiction - Aron Petau

Beiträge mit Tag “disaster fiction”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +disaster fiction - Aron Petau

Beiträge mit Tag “disaster fiction”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/docker/index.html b/public/de/tags/docker/index.html index aea65f42..5a9f782d 100644 --- a/public/de/tags/docker/index.html +++ b/public/de/tags/docker/index.html @@ -1,2 +1,2 @@ -docker - Aron Petau

Beiträge mit Tag “docker”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +docker - Aron Petau

Beiträge mit Tag “docker”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/dreamfusion/index.html b/public/de/tags/dreamfusion/index.html index 98def5ca..6d62e8d8 100644 --- a/public/de/tags/dreamfusion/index.html +++ b/public/de/tags/dreamfusion/index.html @@ -1,2 +1,2 @@ -dreamfusion - Aron Petau

Beiträge mit Tag “dreamfusion”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +dreamfusion - Aron Petau

Beiträge mit Tag “dreamfusion”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/dreams/index.html b/public/de/tags/dreams/index.html index 9638a925..c0fadbdc 100644 --- a/public/de/tags/dreams/index.html +++ b/public/de/tags/dreams/index.html @@ -1,2 +1,2 @@ -dreams - Aron Petau

Beiträge mit Tag “dreams”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +dreams - Aron Petau

Beiträge mit Tag “dreams”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/drone/index.html b/public/de/tags/drone/index.html index 0ecf2fd1..c2623b97 100644 --- a/public/de/tags/drone/index.html +++ b/public/de/tags/drone/index.html @@ -1,2 +1,2 @@ -drone - Aron Petau

Beiträge mit Tag “drone”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +drone - Aron Petau

Beiträge mit Tag “drone”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/edge-computing/index.html b/public/de/tags/edge-computing/index.html index f9d9d65e..1c47976a 100644 --- a/public/de/tags/edge-computing/index.html +++ b/public/de/tags/edge-computing/index.html @@ -1,2 +1,2 @@ -edge computing - Aron Petau

Beiträge mit Tag “edge computing”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +edge computing - Aron Petau

Beiträge mit Tag “edge computing”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/edge-tpu/index.html b/public/de/tags/edge-tpu/index.html index fa60c645..a5251f66 100644 --- a/public/de/tags/edge-tpu/index.html +++ b/public/de/tags/edge-tpu/index.html @@ -1,2 +1,2 @@ -edge TPU - Aron Petau

Beiträge mit Tag “edge TPU”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +edge TPU - Aron Petau

Beiträge mit Tag “edge TPU”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/education/atom.xml b/public/de/tags/education/atom.xml index 15b9803f..19707eea 100644 --- a/public/de/tags/education/atom.xml +++ b/public/de/tags/education/atom.xml @@ -189,10 +189,101 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult + + https://aron.petau.net/de/project/einszwovier-vogelvilla/ + + <h2 id="Die_Entstehung_von_studio_einszwovier">Die Entstehung von studio einszwovier</h2> +<h2 id="August_2024">August 2024</h2> +<p>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.</p> +<h2 id="Dezember_2024_–_Ein_Raum_für_Ideen_wird_Realität">Dezember 2024 – Ein Raum für Ideen wird Realität</h2> +<p>Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space <strong>„studio einszwovier“</strong> öffnete offiziell seine Türen. +Mitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.</p> +<h2 id="Vom_Konzept_zur_Wirklichkeit">Vom Konzept zur Wirklichkeit</h2> +<p>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.</p> +<p>Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: <strong>3D-Drucker</strong>, <strong>Lasercutter</strong>, <strong>Mikrocontroller</strong> sowie Equipment für <strong>Holzarbeiten</strong> und <strong>Textildruck</strong> ermöglichen praktisches, projektbasiertes Lernen.</p> +<h2 id="Ein_Ort_für_freies_und_entdeckendes_Lernen">Ein Ort für freies und entdeckendes Lernen</h2> +<p>Geleitet von Aron und Friedrich – beide Masterstudenten im Studiengang <em>Design + Computation</em> 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.</p> +<h2 id="Offene_Türen_für_kreative_Köpfe">Offene Türen für kreative Köpfe</h2> +<p>Das „studio einszwovier“ ist <strong>montags bis mittwochs von 11:00 bis 15:00 Uhr</strong> geöffnet. +Eine spezielle <strong>Open Lab Time</strong> findet <strong>dienstags von 13:30 bis 15:00 Uhr</strong> statt. +Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.</p> +<h2 id="Ein_Raum_für_die_Zukunft">Ein Raum für die Zukunft</h2> +<p>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.</p> + + + + + switching from jekyll to zola + 2025-05-16T00:00:00+00:00 + 2025-05-16T00:00:00+00:00 + + + + Aron Petau + + + + + + Friedrich Weber + + + https://aron.petau.net/de/project/zola/ - + <h2 id="2020:_discovering_jekyll">2020: discovering jekyll</h2> +<p>For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered <a href="https://jekyllrb.com">Jekyll</a>. +Back then, <a href="https://gohugo.io">Hugo</a> and <a href="https://www.11ty.dev">11ty</a> were the newer kids on the block, but I was heavily relying on the free hosting from <a href="https://pages.github.com">GitHub Pages</a>, where Jekyll was the easiest to integrate.</p> +<p>Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme. +<a href="https://rainermuehlhoff.de">Prof. Mühlhoff</a></p> +<p>I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.</p> +<p>For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.</p> +<p>On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, <strong><a href="https://www.getzola.org/">Zola</a></strong> emerged—actually through a chatbot suggestion 😄</p> +<p>Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.</p> +<hr /> +<h2 id="rust_feels_right">rust feels right</h2> +<p>I’ve always admired <a href="https://www.rust-lang.org/">Rust</a> for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. <strong>Zola is fast</strong>—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.</p> +<p>Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time.</p> +<hr /> +<h2 id="zola_is_thoughtfully_designed">zola is thoughtfully designed</h2> +<p>Beyond performance, Zola is just really well designed. +Its template syntax (thanks to <a href="https://tera.netlify.app">Tera</a>) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me.</p> +<p>And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port.</p> +<hr /> +<h2 id="duckquill_made_me_switch">duckquill made me switch</h2> +<p>The real catalyst, though? <a href="https://github.com/daudix/duckquill"><strong>Duckquill</strong></a>, a stunning Zola theme built by <a href="https://github.com/daudix">Daudix</a>. +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it <em>irresistible</em>.</p> +<p>What really sets <strong>Duckquill</strong> apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with <strong>Mastodon-powered comments</strong>, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through <strong>self-hosting</strong>. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles.</p> +<hr /> +<h2 id="final_thoughts">final thoughts</h2> +<p>Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.</p> +<p>If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.</p> + diff --git a/public/de/tags/education/index.html b/public/de/tags/education/index.html index af46dade..e82cf317 100644 --- a/public/de/tags/education/index.html +++ b/public/de/tags/education/index.html @@ -1,2 +1,2 @@ -education - Aron Petau

Beiträge mit Tag “education”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file +education - Aron Petau

Beiträge mit Tag “education”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/einszwovier/index.html b/public/de/tags/einszwovier/index.html index da0e3900..f38155eb 100644 --- a/public/de/tags/einszwovier/index.html +++ b/public/de/tags/einszwovier/index.html @@ -1,2 +1,2 @@ -einszwovier - Aron Petau

Beiträge mit Tag “einszwovier”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +einszwovier - Aron Petau

Beiträge mit Tag “einszwovier”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/electricity/index.html b/public/de/tags/electricity/index.html index c32e9cbc..b4743b48 100644 --- a/public/de/tags/electricity/index.html +++ b/public/de/tags/electricity/index.html @@ -1,2 +1,2 @@ -electricity - Aron Petau

Beiträge mit Tag “electricity”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +electricity - Aron Petau

Beiträge mit Tag “electricity”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/electronics/index.html b/public/de/tags/electronics/index.html index 03f3f8db..98077bc7 100644 --- a/public/de/tags/electronics/index.html +++ b/public/de/tags/electronics/index.html @@ -1,2 +1,2 @@ -electronics - Aron Petau

Beiträge mit Tag “electronics”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +electronics - Aron Petau

Beiträge mit Tag “electronics”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/elizabeth-anderson/index.html b/public/de/tags/elizabeth-anderson/index.html index 5456e9bf..58e056b2 100644 --- a/public/de/tags/elizabeth-anderson/index.html +++ b/public/de/tags/elizabeth-anderson/index.html @@ -1,2 +1,2 @@ -elizabeth anderson - Aron Petau

Beiträge mit Tag “elizabeth anderson”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +elizabeth anderson - Aron Petau

Beiträge mit Tag “elizabeth anderson”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/elsa-dorlin/index.html b/public/de/tags/elsa-dorlin/index.html index 4f92ff59..516f98d3 100644 --- a/public/de/tags/elsa-dorlin/index.html +++ b/public/de/tags/elsa-dorlin/index.html @@ -1,2 +1,2 @@ -elsa dorlin - Aron Petau

Beiträge mit Tag “elsa dorlin”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file +elsa dorlin - Aron Petau

Beiträge mit Tag “elsa dorlin”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/email/index.html b/public/de/tags/email/index.html index eb21e11b..dab33857 100644 --- a/public/de/tags/email/index.html +++ b/public/de/tags/email/index.html @@ -1,2 +1,2 @@ -email - Aron Petau

Beiträge mit Tag “email”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +email - Aron Petau

Beiträge mit Tag “email”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/energy/index.html b/public/de/tags/energy/index.html index 7b8a0a69..7518c1c3 100644 --- a/public/de/tags/energy/index.html +++ b/public/de/tags/energy/index.html @@ -1,2 +1,2 @@ -energy - Aron Petau

Beiträge mit Tag “energy”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +energy - Aron Petau

Beiträge mit Tag “energy”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/engineering/atom.xml b/public/de/tags/engineering/atom.xml index 450ab213..a22b6dba 100644 --- a/public/de/tags/engineering/atom.xml +++ b/public/de/tags/engineering/atom.xml @@ -189,10 +189,101 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult + + https://aron.petau.net/de/project/einszwovier-vogelvilla/ + + <h2 id="Die_Entstehung_von_studio_einszwovier">Die Entstehung von studio einszwovier</h2> +<h2 id="August_2024">August 2024</h2> +<p>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.</p> +<h2 id="Dezember_2024_–_Ein_Raum_für_Ideen_wird_Realität">Dezember 2024 – Ein Raum für Ideen wird Realität</h2> +<p>Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space <strong>„studio einszwovier“</strong> öffnete offiziell seine Türen. +Mitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.</p> +<h2 id="Vom_Konzept_zur_Wirklichkeit">Vom Konzept zur Wirklichkeit</h2> +<p>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.</p> +<p>Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: <strong>3D-Drucker</strong>, <strong>Lasercutter</strong>, <strong>Mikrocontroller</strong> sowie Equipment für <strong>Holzarbeiten</strong> und <strong>Textildruck</strong> ermöglichen praktisches, projektbasiertes Lernen.</p> +<h2 id="Ein_Ort_für_freies_und_entdeckendes_Lernen">Ein Ort für freies und entdeckendes Lernen</h2> +<p>Geleitet von Aron und Friedrich – beide Masterstudenten im Studiengang <em>Design + Computation</em> 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.</p> +<h2 id="Offene_Türen_für_kreative_Köpfe">Offene Türen für kreative Köpfe</h2> +<p>Das „studio einszwovier“ ist <strong>montags bis mittwochs von 11:00 bis 15:00 Uhr</strong> geöffnet. +Eine spezielle <strong>Open Lab Time</strong> findet <strong>dienstags von 13:30 bis 15:00 Uhr</strong> statt. +Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.</p> +<h2 id="Ein_Raum_für_die_Zukunft">Ein Raum für die Zukunft</h2> +<p>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.</p> + + + + + switching from jekyll to zola + 2025-05-16T00:00:00+00:00 + 2025-05-16T00:00:00+00:00 + + + + Aron Petau + + + + + + Friedrich Weber + + + https://aron.petau.net/de/project/zola/ - + <h2 id="2020:_discovering_jekyll">2020: discovering jekyll</h2> +<p>For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered <a href="https://jekyllrb.com">Jekyll</a>. +Back then, <a href="https://gohugo.io">Hugo</a> and <a href="https://www.11ty.dev">11ty</a> were the newer kids on the block, but I was heavily relying on the free hosting from <a href="https://pages.github.com">GitHub Pages</a>, where Jekyll was the easiest to integrate.</p> +<p>Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme. +<a href="https://rainermuehlhoff.de">Prof. Mühlhoff</a></p> +<p>I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.</p> +<p>For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.</p> +<p>On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, <strong><a href="https://www.getzola.org/">Zola</a></strong> emerged—actually through a chatbot suggestion 😄</p> +<p>Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.</p> +<hr /> +<h2 id="rust_feels_right">rust feels right</h2> +<p>I’ve always admired <a href="https://www.rust-lang.org/">Rust</a> for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. <strong>Zola is fast</strong>—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.</p> +<p>Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time.</p> +<hr /> +<h2 id="zola_is_thoughtfully_designed">zola is thoughtfully designed</h2> +<p>Beyond performance, Zola is just really well designed. +Its template syntax (thanks to <a href="https://tera.netlify.app">Tera</a>) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me.</p> +<p>And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port.</p> +<hr /> +<h2 id="duckquill_made_me_switch">duckquill made me switch</h2> +<p>The real catalyst, though? <a href="https://github.com/daudix/duckquill"><strong>Duckquill</strong></a>, a stunning Zola theme built by <a href="https://github.com/daudix">Daudix</a>. +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it <em>irresistible</em>.</p> +<p>What really sets <strong>Duckquill</strong> apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with <strong>Mastodon-powered comments</strong>, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through <strong>self-hosting</strong>. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles.</p> +<hr /> +<h2 id="final_thoughts">final thoughts</h2> +<p>Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.</p> +<p>If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.</p> + @@ -412,47 +503,66 @@ I spent my time there in the function of a research intern, having no real say i </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/engineering/index.html b/public/de/tags/engineering/index.html index 0f80d892..595c1c4b 100644 --- a/public/de/tags/engineering/index.html +++ b/public/de/tags/engineering/index.html @@ -1,2 +1,2 @@ -engineering - Aron Petau

Beiträge mit Tag “engineering”

Zeige alle Schlagwörter
5 Beiträge insgesamt

\ No newline at end of file +engineering - Aron Petau

Beiträge mit Tag “engineering”

Zeige alle Schlagwörter
6 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/environment/index.html b/public/de/tags/environment/index.html index eaeb829a..5b2e896b 100644 --- a/public/de/tags/environment/index.html +++ b/public/de/tags/environment/index.html @@ -1,2 +1,2 @@ -environment - Aron Petau

Beiträge mit Tag “environment”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +environment - Aron Petau

Beiträge mit Tag “environment”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/epistemology/index.html b/public/de/tags/epistemology/index.html index 867d1e45..ee368171 100644 --- a/public/de/tags/epistemology/index.html +++ b/public/de/tags/epistemology/index.html @@ -1,2 +1,2 @@ -epistemology - Aron Petau

Beiträge mit Tag “epistemology”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +epistemology - Aron Petau

Beiträge mit Tag “epistemology”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/ethics/index.html b/public/de/tags/ethics/index.html index f5fe5cd5..eb670533 100644 --- a/public/de/tags/ethics/index.html +++ b/public/de/tags/ethics/index.html @@ -1,2 +1,2 @@ -ethics - Aron Petau

Beiträge mit Tag “ethics”

Zeige alle Schlagwörter
5 Beiträge insgesamt

\ No newline at end of file +ethics - Aron Petau

Beiträge mit Tag “ethics”

Zeige alle Schlagwörter
5 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/evgeny-morozov/index.html b/public/de/tags/evgeny-morozov/index.html index 53213e5f..bc6a058c 100644 --- a/public/de/tags/evgeny-morozov/index.html +++ b/public/de/tags/evgeny-morozov/index.html @@ -1,2 +1,2 @@ -evgeny morozov - Aron Petau

Beiträge mit Tag “evgeny morozov”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +evgeny morozov - Aron Petau

Beiträge mit Tag “evgeny morozov”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/exhibition/index.html b/public/de/tags/exhibition/index.html index 3d97bdfd..0b224336 100644 --- a/public/de/tags/exhibition/index.html +++ b/public/de/tags/exhibition/index.html @@ -1,2 +1,2 @@ -exhibition - Aron Petau

Beiträge mit Tag “exhibition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +exhibition - Aron Petau

Beiträge mit Tag “exhibition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/experiment/atom.xml b/public/de/tags/experiment/atom.xml index e3453ec3..8f783da5 100644 --- a/public/de/tags/experiment/atom.xml +++ b/public/de/tags/experiment/atom.xml @@ -189,10 +189,101 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult + + https://aron.petau.net/de/project/einszwovier-vogelvilla/ + + <h2 id="Die_Entstehung_von_studio_einszwovier">Die Entstehung von studio einszwovier</h2> +<h2 id="August_2024">August 2024</h2> +<p>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.</p> +<h2 id="Dezember_2024_–_Ein_Raum_für_Ideen_wird_Realität">Dezember 2024 – Ein Raum für Ideen wird Realität</h2> +<p>Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space <strong>„studio einszwovier“</strong> öffnete offiziell seine Türen. +Mitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.</p> +<h2 id="Vom_Konzept_zur_Wirklichkeit">Vom Konzept zur Wirklichkeit</h2> +<p>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.</p> +<p>Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: <strong>3D-Drucker</strong>, <strong>Lasercutter</strong>, <strong>Mikrocontroller</strong> sowie Equipment für <strong>Holzarbeiten</strong> und <strong>Textildruck</strong> ermöglichen praktisches, projektbasiertes Lernen.</p> +<h2 id="Ein_Ort_für_freies_und_entdeckendes_Lernen">Ein Ort für freies und entdeckendes Lernen</h2> +<p>Geleitet von Aron und Friedrich – beide Masterstudenten im Studiengang <em>Design + Computation</em> 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.</p> +<h2 id="Offene_Türen_für_kreative_Köpfe">Offene Türen für kreative Köpfe</h2> +<p>Das „studio einszwovier“ ist <strong>montags bis mittwochs von 11:00 bis 15:00 Uhr</strong> geöffnet. +Eine spezielle <strong>Open Lab Time</strong> findet <strong>dienstags von 13:30 bis 15:00 Uhr</strong> statt. +Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.</p> +<h2 id="Ein_Raum_für_die_Zukunft">Ein Raum für die Zukunft</h2> +<p>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.</p> + + + + + switching from jekyll to zola + 2025-05-16T00:00:00+00:00 + 2025-05-16T00:00:00+00:00 + + + + Aron Petau + + + + + + Friedrich Weber + + + https://aron.petau.net/de/project/zola/ - + <h2 id="2020:_discovering_jekyll">2020: discovering jekyll</h2> +<p>For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered <a href="https://jekyllrb.com">Jekyll</a>. +Back then, <a href="https://gohugo.io">Hugo</a> and <a href="https://www.11ty.dev">11ty</a> were the newer kids on the block, but I was heavily relying on the free hosting from <a href="https://pages.github.com">GitHub Pages</a>, where Jekyll was the easiest to integrate.</p> +<p>Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme. +<a href="https://rainermuehlhoff.de">Prof. Mühlhoff</a></p> +<p>I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.</p> +<p>For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.</p> +<p>On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, <strong><a href="https://www.getzola.org/">Zola</a></strong> emerged—actually through a chatbot suggestion 😄</p> +<p>Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.</p> +<hr /> +<h2 id="rust_feels_right">rust feels right</h2> +<p>I’ve always admired <a href="https://www.rust-lang.org/">Rust</a> for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. <strong>Zola is fast</strong>—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.</p> +<p>Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time.</p> +<hr /> +<h2 id="zola_is_thoughtfully_designed">zola is thoughtfully designed</h2> +<p>Beyond performance, Zola is just really well designed. +Its template syntax (thanks to <a href="https://tera.netlify.app">Tera</a>) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me.</p> +<p>And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port.</p> +<hr /> +<h2 id="duckquill_made_me_switch">duckquill made me switch</h2> +<p>The real catalyst, though? <a href="https://github.com/daudix/duckquill"><strong>Duckquill</strong></a>, a stunning Zola theme built by <a href="https://github.com/daudix">Daudix</a>. +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it <em>irresistible</em>.</p> +<p>What really sets <strong>Duckquill</strong> apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with <strong>Mastodon-powered comments</strong>, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through <strong>self-hosting</strong>. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles.</p> +<hr /> +<h2 id="final_thoughts">final thoughts</h2> +<p>Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.</p> +<p>If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.</p> + @@ -580,47 +671,66 @@ Making an oven completely from scratch is a much more lengthy process requiring </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/experiment/index.html b/public/de/tags/experiment/index.html index 728b14df..c6a8a613 100644 --- a/public/de/tags/experiment/index.html +++ b/public/de/tags/experiment/index.html @@ -1,2 +1,2 @@ -experiment - Aron Petau

Beiträge mit Tag “experiment”

Zeige alle Schlagwörter
6 Beiträge insgesamt

\ No newline at end of file +experiment - Aron Petau

Beiträge mit Tag “experiment”

Zeige alle Schlagwörter
7 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/exploitation/index.html b/public/de/tags/exploitation/index.html index 76efac8c..2d095f82 100644 --- a/public/de/tags/exploitation/index.html +++ b/public/de/tags/exploitation/index.html @@ -1,2 +1,2 @@ -exploitation - Aron Petau

Beiträge mit Tag “exploitation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +exploitation - Aron Petau

Beiträge mit Tag “exploitation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/face-detection/index.html b/public/de/tags/face-detection/index.html index b252906c..b0e295c2 100644 --- a/public/de/tags/face-detection/index.html +++ b/public/de/tags/face-detection/index.html @@ -1,2 +1,2 @@ -face detection - Aron Petau

Beiträge mit Tag “face detection”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +face detection - Aron Petau

Beiträge mit Tag “face detection”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/federation/index.html b/public/de/tags/federation/index.html index 6b499bd3..fded62bd 100644 --- a/public/de/tags/federation/index.html +++ b/public/de/tags/federation/index.html @@ -1,2 +1,2 @@ -federation - Aron Petau

Beiträge mit Tag “federation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +federation - Aron Petau

Beiträge mit Tag “federation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/feminism/index.html b/public/de/tags/feminism/index.html index 1304c3f6..2d954260 100644 --- a/public/de/tags/feminism/index.html +++ b/public/de/tags/feminism/index.html @@ -1,2 +1,2 @@ -feminism - Aron Petau

Beiträge mit Tag “feminism”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +feminism - Aron Petau

Beiträge mit Tag “feminism”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/fences/index.html b/public/de/tags/fences/index.html index f4b21f07..e390df8c 100644 --- a/public/de/tags/fences/index.html +++ b/public/de/tags/fences/index.html @@ -1,2 +1,2 @@ -fences - Aron Petau

Beiträge mit Tag “fences”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +fences - Aron Petau

Beiträge mit Tag “fences”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/feng-shui/index.html b/public/de/tags/feng-shui/index.html index 90066acf..1b2ad8dc 100644 --- a/public/de/tags/feng-shui/index.html +++ b/public/de/tags/feng-shui/index.html @@ -1,2 +1,2 @@ -feng shui - Aron Petau

Beiträge mit Tag “feng shui”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +feng shui - Aron Petau

Beiträge mit Tag “feng shui”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/fermentation/index.html b/public/de/tags/fermentation/index.html index f04a891e..c323a5dc 100644 --- a/public/de/tags/fermentation/index.html +++ b/public/de/tags/fermentation/index.html @@ -1,2 +1,2 @@ -fermentation - Aron Petau

Beiträge mit Tag “fermentation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +fermentation - Aron Petau

Beiträge mit Tag “fermentation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/filament/index.html b/public/de/tags/filament/index.html index 366abb30..909fe4bd 100644 --- a/public/de/tags/filament/index.html +++ b/public/de/tags/filament/index.html @@ -1,2 +1,2 @@ -filament - Aron Petau

Beiträge mit Tag “filament”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +filament - Aron Petau

Beiträge mit Tag “filament”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/filastruder/index.html b/public/de/tags/filastruder/index.html index 655174e9..5c5c1653 100644 --- a/public/de/tags/filastruder/index.html +++ b/public/de/tags/filastruder/index.html @@ -1,2 +1,2 @@ -filastruder - Aron Petau

Beiträge mit Tag “filastruder”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +filastruder - Aron Petau

Beiträge mit Tag “filastruder”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/fm/index.html b/public/de/tags/fm/index.html index 70eccb54..111abf17 100644 --- a/public/de/tags/fm/index.html +++ b/public/de/tags/fm/index.html @@ -1,2 +1,2 @@ -fm - Aron Petau

Beiträge mit Tag “fm”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +fm - Aron Petau

Beiträge mit Tag “fm”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/food-truck/index.html b/public/de/tags/food-truck/index.html index 14280488..3bffb305 100644 --- a/public/de/tags/food-truck/index.html +++ b/public/de/tags/food-truck/index.html @@ -1,2 +1,2 @@ -food truck - Aron Petau

Beiträge mit Tag “food truck”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +food truck - Aron Petau

Beiträge mit Tag “food truck”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/francis-hunger/index.html b/public/de/tags/francis-hunger/index.html index 8b790ce8..a0827dd9 100644 --- a/public/de/tags/francis-hunger/index.html +++ b/public/de/tags/francis-hunger/index.html @@ -1,2 +1,2 @@ -francis hunger - Aron Petau

Beiträge mit Tag “francis hunger”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +francis hunger - Aron Petau

Beiträge mit Tag “francis hunger”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/francois-ewald/index.html b/public/de/tags/francois-ewald/index.html index a02aad13..f5ef6c56 100644 --- a/public/de/tags/francois-ewald/index.html +++ b/public/de/tags/francois-ewald/index.html @@ -1,2 +1,2 @@ -francois ewald - Aron Petau

Beiträge mit Tag “francois ewald”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +francois ewald - Aron Petau

Beiträge mit Tag “francois ewald”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/frigate/index.html b/public/de/tags/frigate/index.html index 66d913b8..7df71db2 100644 --- a/public/de/tags/frigate/index.html +++ b/public/de/tags/frigate/index.html @@ -1,2 +1,2 @@ -frigate - Aron Petau

Beiträge mit Tag “frigate”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +frigate - Aron Petau

Beiträge mit Tag “frigate”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/functional-design/atom.xml b/public/de/tags/functional-design/atom.xml index ef50de98..eac9748c 100644 --- a/public/de/tags/functional-design/atom.xml +++ b/public/de/tags/functional-design/atom.xml @@ -44,7 +44,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> diff --git a/public/de/tags/functional-design/index.html b/public/de/tags/functional-design/index.html index 6011bb5d..99071722 100644 --- a/public/de/tags/functional-design/index.html +++ b/public/de/tags/functional-design/index.html @@ -1,2 +1,2 @@ -functional design - Aron Petau

Beiträge mit Tag “functional design”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +functional design - Aron Petau

Beiträge mit Tag “functional design”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/furnace/index.html b/public/de/tags/furnace/index.html index 91f8ed6e..3df791c9 100644 --- a/public/de/tags/furnace/index.html +++ b/public/de/tags/furnace/index.html @@ -1,2 +1,2 @@ -furnace - Aron Petau

Beiträge mit Tag “furnace”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +furnace - Aron Petau

Beiträge mit Tag “furnace”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/fusion360/atom.xml b/public/de/tags/fusion360/atom.xml index 3f6e10df..9f51d34a 100644 --- a/public/de/tags/fusion360/atom.xml +++ b/public/de/tags/fusion360/atom.xml @@ -44,7 +44,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> diff --git a/public/de/tags/fusion360/index.html b/public/de/tags/fusion360/index.html index f7663189..92738e62 100644 --- a/public/de/tags/fusion360/index.html +++ b/public/de/tags/fusion360/index.html @@ -1,2 +1,2 @@ -fusion360 - Aron Petau

Beiträge mit Tag “fusion360”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +fusion360 - Aron Petau

Beiträge mit Tag “fusion360”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/game/index.html b/public/de/tags/game/index.html index 903e8383..dd514c1e 100644 --- a/public/de/tags/game/index.html +++ b/public/de/tags/game/index.html @@ -1,2 +1,2 @@ -game - Aron Petau

Beiträge mit Tag “game”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +game - Aron Petau

Beiträge mit Tag “game”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/gcode/atom.xml b/public/de/tags/gcode/atom.xml index 11989d77..55ddf91e 100644 --- a/public/de/tags/gcode/atom.xml +++ b/public/de/tags/gcode/atom.xml @@ -148,47 +148,66 @@ </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/gcode/index.html b/public/de/tags/gcode/index.html index 900f2673..9ac21de0 100644 --- a/public/de/tags/gcode/index.html +++ b/public/de/tags/gcode/index.html @@ -1,2 +1,2 @@ -gcode - Aron Petau

Beiträge mit Tag “gcode”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +gcode - Aron Petau

Beiträge mit Tag “gcode”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/geert-lovink/index.html b/public/de/tags/geert-lovink/index.html index 6a98daba..81e22798 100644 --- a/public/de/tags/geert-lovink/index.html +++ b/public/de/tags/geert-lovink/index.html @@ -1,2 +1,2 @@ -geert lovink - Aron Petau

Beiträge mit Tag “geert lovink”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +geert lovink - Aron Petau

Beiträge mit Tag “geert lovink”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/generative/index.html b/public/de/tags/generative/index.html index 66bff625..d4660a29 100644 --- a/public/de/tags/generative/index.html +++ b/public/de/tags/generative/index.html @@ -1,2 +1,2 @@ -generative - Aron Petau

Beiträge mit Tag “generative”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +generative - Aron Petau

Beiträge mit Tag “generative”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/geosensing/index.html b/public/de/tags/geosensing/index.html index 389aa957..4a11664e 100644 --- a/public/de/tags/geosensing/index.html +++ b/public/de/tags/geosensing/index.html @@ -1,2 +1,2 @@ -geosensing - Aron Petau

Beiträge mit Tag “geosensing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +geosensing - Aron Petau

Beiträge mit Tag “geosensing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/gofai/index.html b/public/de/tags/gofai/index.html index e101f0f9..6bbcd7f7 100644 --- a/public/de/tags/gofai/index.html +++ b/public/de/tags/gofai/index.html @@ -1,2 +1,2 @@ -GOFAI - Aron Petau

Beiträge mit Tag “GOFAI”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +GOFAI - Aron Petau

Beiträge mit Tag “GOFAI”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/google-assistant/index.html b/public/de/tags/google-assistant/index.html index 9ba343a8..13465508 100644 --- a/public/de/tags/google-assistant/index.html +++ b/public/de/tags/google-assistant/index.html @@ -1,2 +1,2 @@ -google assistant - Aron Petau

Beiträge mit Tag “google assistant”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +google assistant - Aron Petau

Beiträge mit Tag “google assistant”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/google-cloud/index.html b/public/de/tags/google-cloud/index.html index 75a80d10..5546ed0f 100644 --- a/public/de/tags/google-cloud/index.html +++ b/public/de/tags/google-cloud/index.html @@ -1,2 +1,2 @@ -google cloud - Aron Petau

Beiträge mit Tag “google cloud”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +google cloud - Aron Petau

Beiträge mit Tag “google cloud”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/google-colab/index.html b/public/de/tags/google-colab/index.html index 7a9258a5..fae95c3f 100644 --- a/public/de/tags/google-colab/index.html +++ b/public/de/tags/google-colab/index.html @@ -1,2 +1,2 @@ -google colab - Aron Petau

Beiträge mit Tag “google colab”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +google colab - Aron Petau

Beiträge mit Tag “google colab”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/google-dialogflow/index.html b/public/de/tags/google-dialogflow/index.html index 714a4dd0..c72e4e1d 100644 --- a/public/de/tags/google-dialogflow/index.html +++ b/public/de/tags/google-dialogflow/index.html @@ -1,2 +1,2 @@ -google dialogflow - Aron Petau

Beiträge mit Tag “google dialogflow”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +google dialogflow - Aron Petau

Beiträge mit Tag “google dialogflow”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/gpt4all/index.html b/public/de/tags/gpt4all/index.html index 4c91a5fc..e9c9d58c 100644 --- a/public/de/tags/gpt4all/index.html +++ b/public/de/tags/gpt4all/index.html @@ -1,2 +1,2 @@ -gpt4all - Aron Petau

Beiträge mit Tag “gpt4all”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +gpt4all - Aron Petau

Beiträge mit Tag “gpt4all”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/grasshopper/index.html b/public/de/tags/grasshopper/index.html index 0144d2a6..d14c4553 100644 --- a/public/de/tags/grasshopper/index.html +++ b/public/de/tags/grasshopper/index.html @@ -1,2 +1,2 @@ -grasshopper - Aron Petau

Beiträge mit Tag “grasshopper”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +grasshopper - Aron Petau

Beiträge mit Tag “grasshopper”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/greenscreen/index.html b/public/de/tags/greenscreen/index.html index 2fc4cbcf..04ea903d 100644 --- a/public/de/tags/greenscreen/index.html +++ b/public/de/tags/greenscreen/index.html @@ -1,2 +1,2 @@ -greenscreen - Aron Petau

Beiträge mit Tag “greenscreen”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +greenscreen - Aron Petau

Beiträge mit Tag “greenscreen”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/grid/index.html b/public/de/tags/grid/index.html index 2fd85277..a790cede 100644 --- a/public/de/tags/grid/index.html +++ b/public/de/tags/grid/index.html @@ -1,2 +1,2 @@ -grid - Aron Petau

Beiträge mit Tag “grid”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +grid - Aron Petau

Beiträge mit Tag “grid”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/hacking/index.html b/public/de/tags/hacking/index.html index 2d9a5ce8..a3183c42 100644 --- a/public/de/tags/hacking/index.html +++ b/public/de/tags/hacking/index.html @@ -1,2 +1,2 @@ -hacking - Aron Petau

Beiträge mit Tag “hacking”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +hacking - Aron Petau

Beiträge mit Tag “hacking”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/hand-recognition/index.html b/public/de/tags/hand-recognition/index.html index 45f45ec1..c2d7cc96 100644 --- a/public/de/tags/hand-recognition/index.html +++ b/public/de/tags/hand-recognition/index.html @@ -1,2 +1,2 @@ -hand recognition - Aron Petau

Beiträge mit Tag “hand recognition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +hand recognition - Aron Petau

Beiträge mit Tag “hand recognition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/himalaya/index.html b/public/de/tags/himalaya/index.html index 2a16bbcc..1038329f 100644 --- a/public/de/tags/himalaya/index.html +++ b/public/de/tags/himalaya/index.html @@ -1,2 +1,2 @@ -himalaya - Aron Petau

Beiträge mit Tag “himalaya”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +himalaya - Aron Petau

Beiträge mit Tag “himalaya”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/history/index.html b/public/de/tags/history/index.html index 84b19ea2..c4aa3b7f 100644 --- a/public/de/tags/history/index.html +++ b/public/de/tags/history/index.html @@ -1,2 +1,2 @@ -history - Aron Petau

Beiträge mit Tag “history”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +history - Aron Petau

Beiträge mit Tag “history”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/homebrew/index.html b/public/de/tags/homebrew/index.html index 2f439bce..10c1f1bb 100644 --- a/public/de/tags/homebrew/index.html +++ b/public/de/tags/homebrew/index.html @@ -1,2 +1,2 @@ -homebrew - Aron Petau

Beiträge mit Tag “homebrew”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +homebrew - Aron Petau

Beiträge mit Tag “homebrew”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/hops/index.html b/public/de/tags/hops/index.html index 4a54990f..b74881d6 100644 --- a/public/de/tags/hops/index.html +++ b/public/de/tags/hops/index.html @@ -1,2 +1,2 @@ -hops - Aron Petau

Beiträge mit Tag “hops”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +hops - Aron Petau

Beiträge mit Tag “hops”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/ibm-watson-assistant/index.html b/public/de/tags/ibm-watson-assistant/index.html index dd26438c..eb202490 100644 --- a/public/de/tags/ibm-watson-assistant/index.html +++ b/public/de/tags/ibm-watson-assistant/index.html @@ -1,2 +1,2 @@ -ibm watson assistant - Aron Petau

Beiträge mit Tag “ibm watson assistant”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +ibm watson assistant - Aron Petau

Beiträge mit Tag “ibm watson assistant”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/iit-kharagpur/index.html b/public/de/tags/iit-kharagpur/index.html index 82092a2c..e49757f4 100644 --- a/public/de/tags/iit-kharagpur/index.html +++ b/public/de/tags/iit-kharagpur/index.html @@ -1,2 +1,2 @@ -iit kharagpur - Aron Petau

Beiträge mit Tag “iit kharagpur”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +iit kharagpur - Aron Petau

Beiträge mit Tag “iit kharagpur”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/image-classifier/index.html b/public/de/tags/image-classifier/index.html index b96ba761..8f7b4927 100644 --- a/public/de/tags/image-classifier/index.html +++ b/public/de/tags/image-classifier/index.html @@ -1,2 +1,2 @@ -image classifier - Aron Petau

Beiträge mit Tag “image classifier”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +image classifier - Aron Petau

Beiträge mit Tag “image classifier”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/image-recognition/index.html b/public/de/tags/image-recognition/index.html index 7053bde8..967cd528 100644 --- a/public/de/tags/image-recognition/index.html +++ b/public/de/tags/image-recognition/index.html @@ -1,2 +1,2 @@ -image recognition - Aron Petau

Beiträge mit Tag “image recognition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +image recognition - Aron Petau

Beiträge mit Tag “image recognition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/imaginaries/index.html b/public/de/tags/imaginaries/index.html index 9195a19e..8dbe192e 100644 --- a/public/de/tags/imaginaries/index.html +++ b/public/de/tags/imaginaries/index.html @@ -1,2 +1,2 @@ -imaginaries - Aron Petau

Beiträge mit Tag “imaginaries”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +imaginaries - Aron Petau

Beiträge mit Tag “imaginaries”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/inclusivity/index.html b/public/de/tags/inclusivity/index.html index 76ac299e..79252705 100644 --- a/public/de/tags/inclusivity/index.html +++ b/public/de/tags/inclusivity/index.html @@ -1,2 +1,2 @@ -inclusivity - Aron Petau

Beiträge mit Tag “inclusivity”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +inclusivity - Aron Petau

Beiträge mit Tag “inclusivity”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/index.html b/public/de/tags/index.html index 30aeaa26..b277ee63 100644 --- a/public/de/tags/index.html +++ b/public/de/tags/index.html @@ -1,2 +1,2 @@ -Schlagwörter - Aron Petau

Schlagwörter

298 Schlagwörter insgesamt

\ No newline at end of file +Schlagwörter - Aron Petau

Schlagwörter

298 Schlagwörter insgesamt

\ No newline at end of file diff --git a/public/de/tags/india/index.html b/public/de/tags/india/index.html index fa103825..b681aaa2 100644 --- a/public/de/tags/india/index.html +++ b/public/de/tags/india/index.html @@ -1,2 +1,2 @@ -india - Aron Petau

Beiträge mit Tag “india”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +india - Aron Petau

Beiträge mit Tag “india”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/infrastructure/index.html b/public/de/tags/infrastructure/index.html index b45d3671..88d5d081 100644 --- a/public/de/tags/infrastructure/index.html +++ b/public/de/tags/infrastructure/index.html @@ -1,2 +1,2 @@ -infrastructure - Aron Petau

Beiträge mit Tag “infrastructure”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +infrastructure - Aron Petau

Beiträge mit Tag “infrastructure”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/inkule/index.html b/public/de/tags/inkule/index.html index f42151fd..fb2ce675 100644 --- a/public/de/tags/inkule/index.html +++ b/public/de/tags/inkule/index.html @@ -1,2 +1,2 @@ -inküle - Aron Petau

Beiträge mit Tag “inküle”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +inküle - Aron Petau

Beiträge mit Tag “inküle”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/installation/index.html b/public/de/tags/installation/index.html index c2e9d81a..3b70eafe 100644 --- a/public/de/tags/installation/index.html +++ b/public/de/tags/installation/index.html @@ -1,2 +1,2 @@ -installation - Aron Petau

Beiträge mit Tag “installation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +installation - Aron Petau

Beiträge mit Tag “installation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/interactive/index.html b/public/de/tags/interactive/index.html index 75a36f1a..460601e2 100644 --- a/public/de/tags/interactive/index.html +++ b/public/de/tags/interactive/index.html @@ -1,2 +1,2 @@ -interactive - Aron Petau

Beiträge mit Tag “interactive”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +interactive - Aron Petau

Beiträge mit Tag “interactive”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/iron-age/index.html b/public/de/tags/iron-age/index.html index 1ba7cd78..30d7d52e 100644 --- a/public/de/tags/iron-age/index.html +++ b/public/de/tags/iron-age/index.html @@ -1,2 +1,2 @@ -iron age - Aron Petau

Beiträge mit Tag “iron age”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +iron age - Aron Petau

Beiträge mit Tag “iron age”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/iron-smelting/index.html b/public/de/tags/iron-smelting/index.html index 94cfbf14..4c3c6542 100644 --- a/public/de/tags/iron-smelting/index.html +++ b/public/de/tags/iron-smelting/index.html @@ -1,2 +1,2 @@ -iron smelting - Aron Petau

Beiträge mit Tag “iron smelting”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +iron smelting - Aron Petau

Beiträge mit Tag “iron smelting”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/iron/index.html b/public/de/tags/iron/index.html index 80bb2583..ec282f8a 100644 --- a/public/de/tags/iron/index.html +++ b/public/de/tags/iron/index.html @@ -1,2 +1,2 @@ -iron - Aron Petau

Beiträge mit Tag “iron”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +iron - Aron Petau

Beiträge mit Tag “iron”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/isd/index.html b/public/de/tags/isd/index.html index 2b3508f5..4daaadc0 100644 --- a/public/de/tags/isd/index.html +++ b/public/de/tags/isd/index.html @@ -1,2 +1,2 @@ -ISD - Aron Petau

Beiträge mit Tag “ISD”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +ISD - Aron Petau

Beiträge mit Tag “ISD”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/javascript/index.html b/public/de/tags/javascript/index.html index c829a63c..a8f7da2c 100644 --- a/public/de/tags/javascript/index.html +++ b/public/de/tags/javascript/index.html @@ -1,2 +1,2 @@ -javascript - Aron Petau

Beiträge mit Tag “javascript”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +javascript - Aron Petau

Beiträge mit Tag “javascript”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/jose-medina/index.html b/public/de/tags/jose-medina/index.html index 3873cabf..9d08fc3c 100644 --- a/public/de/tags/jose-medina/index.html +++ b/public/de/tags/jose-medina/index.html @@ -1,2 +1,2 @@ -josé medina - Aron Petau

Beiträge mit Tag “josé medina”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +josé medina - Aron Petau

Beiträge mit Tag “josé medina”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/journal/index.html b/public/de/tags/journal/index.html index 8a5a238d..12e9d431 100644 --- a/public/de/tags/journal/index.html +++ b/public/de/tags/journal/index.html @@ -1,2 +1,2 @@ -journal - Aron Petau

Beiträge mit Tag “journal”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +journal - Aron Petau

Beiträge mit Tag “journal”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/judith-butler/index.html b/public/de/tags/judith-butler/index.html index 9a4db061..912c329c 100644 --- a/public/de/tags/judith-butler/index.html +++ b/public/de/tags/judith-butler/index.html @@ -1,2 +1,2 @@ -judith butler - Aron Petau

Beiträge mit Tag “judith butler”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +judith butler - Aron Petau

Beiträge mit Tag “judith butler”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/jupyter-notebook/index.html b/public/de/tags/jupyter-notebook/index.html index 98170d77..1df3dc5a 100644 --- a/public/de/tags/jupyter-notebook/index.html +++ b/public/de/tags/jupyter-notebook/index.html @@ -1,2 +1,2 @@ -jupyter notebook - Aron Petau

Beiträge mit Tag “jupyter notebook”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +jupyter notebook - Aron Petau

Beiträge mit Tag “jupyter notebook”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/keg/index.html b/public/de/tags/keg/index.html index e3b4253f..88b42b40 100644 --- a/public/de/tags/keg/index.html +++ b/public/de/tags/keg/index.html @@ -1,2 +1,2 @@ -keg - Aron Petau

Beiträge mit Tag “keg”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +keg - Aron Petau

Beiträge mit Tag “keg”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/keras/index.html b/public/de/tags/keras/index.html index af1f23f8..0c7addff 100644 --- a/public/de/tags/keras/index.html +++ b/public/de/tags/keras/index.html @@ -1,2 +1,2 @@ -keras - Aron Petau

Beiträge mit Tag “keras”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +keras - Aron Petau

Beiträge mit Tag “keras”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/kinect/index.html b/public/de/tags/kinect/index.html index 9716bb32..bbe22b3e 100644 --- a/public/de/tags/kinect/index.html +++ b/public/de/tags/kinect/index.html @@ -1,2 +1,2 @@ -kinect - Aron Petau

Beiträge mit Tag “kinect”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +kinect - Aron Petau

Beiträge mit Tag “kinect”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/lager/index.html b/public/de/tags/lager/index.html index fc949fff..e65d6f4e 100644 --- a/public/de/tags/lager/index.html +++ b/public/de/tags/lager/index.html @@ -1,2 +1,2 @@ -lager - Aron Petau

Beiträge mit Tag “lager”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +lager - Aron Petau

Beiträge mit Tag “lager”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/lamp/index.html b/public/de/tags/lamp/index.html index 47dc7394..f80c9aa2 100644 --- a/public/de/tags/lamp/index.html +++ b/public/de/tags/lamp/index.html @@ -1,2 +1,2 @@ -lamp - Aron Petau

Beiträge mit Tag “lamp”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +lamp - Aron Petau

Beiträge mit Tag “lamp”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/lampshade/index.html b/public/de/tags/lampshade/index.html index 75350c25..b428c0d3 100644 --- a/public/de/tags/lampshade/index.html +++ b/public/de/tags/lampshade/index.html @@ -1,2 +1,2 @@ -lampshade - Aron Petau

Beiträge mit Tag “lampshade”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +lampshade - Aron Petau

Beiträge mit Tag “lampshade”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/last-generation/index.html b/public/de/tags/last-generation/index.html index ed010308..7f1c4053 100644 --- a/public/de/tags/last-generation/index.html +++ b/public/de/tags/last-generation/index.html @@ -1,2 +1,2 @@ -last generation - Aron Petau

Beiträge mit Tag “last generation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +last generation - Aron Petau

Beiträge mit Tag “last generation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/latency/index.html b/public/de/tags/latency/index.html index 8c536305..ed210be6 100644 --- a/public/de/tags/latency/index.html +++ b/public/de/tags/latency/index.html @@ -1,2 +1,2 @@ -latency - Aron Petau

Beiträge mit Tag “latency”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +latency - Aron Petau

Beiträge mit Tag “latency”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/latex/index.html b/public/de/tags/latex/index.html index fc81ed63..4d0dd7fb 100644 --- a/public/de/tags/latex/index.html +++ b/public/de/tags/latex/index.html @@ -1,2 +1,2 @@ -latex - Aron Petau

Beiträge mit Tag “latex”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +latex - Aron Petau

Beiträge mit Tag “latex”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/light-tracking/index.html b/public/de/tags/light-tracking/index.html index 4f8ff482..38272c25 100644 --- a/public/de/tags/light-tracking/index.html +++ b/public/de/tags/light-tracking/index.html @@ -1,2 +1,2 @@ -light tracking - Aron Petau

Beiträge mit Tag “light tracking”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +light tracking - Aron Petau

Beiträge mit Tag “light tracking”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/lightning/index.html b/public/de/tags/lightning/index.html index 45fd11a5..79e127f2 100644 --- a/public/de/tags/lightning/index.html +++ b/public/de/tags/lightning/index.html @@ -1,2 +1,2 @@ -lightning - Aron Petau

Beiträge mit Tag “lightning”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +lightning - Aron Petau

Beiträge mit Tag “lightning”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/lightroom/index.html b/public/de/tags/lightroom/index.html index 2808f07a..ca75476d 100644 --- a/public/de/tags/lightroom/index.html +++ b/public/de/tags/lightroom/index.html @@ -1,2 +1,2 @@ -lightroom - Aron Petau

Beiträge mit Tag “lightroom”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +lightroom - Aron Petau

Beiträge mit Tag “lightroom”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/liminality/index.html b/public/de/tags/liminality/index.html index 3a2bae14..8b9436e5 100644 --- a/public/de/tags/liminality/index.html +++ b/public/de/tags/liminality/index.html @@ -1,2 +1,2 @@ -liminality - Aron Petau

Beiträge mit Tag “liminality”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +liminality - Aron Petau

Beiträge mit Tag “liminality”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/linux/index.html b/public/de/tags/linux/index.html index 9dbf4330..00a4e8b5 100644 --- a/public/de/tags/linux/index.html +++ b/public/de/tags/linux/index.html @@ -1,2 +1,2 @@ -Linux - Aron Petau

Beiträge mit Tag “Linux”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +Linux - Aron Petau

Beiträge mit Tag “Linux”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/lisa-parks/index.html b/public/de/tags/lisa-parks/index.html index ce9e94a5..24fa4928 100644 --- a/public/de/tags/lisa-parks/index.html +++ b/public/de/tags/lisa-parks/index.html @@ -1,2 +1,2 @@ -lisa parks - Aron Petau

Beiträge mit Tag “lisa parks”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +lisa parks - Aron Petau

Beiträge mit Tag “lisa parks”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/llm/index.html b/public/de/tags/llm/index.html index f4517829..f113b5e1 100644 --- a/public/de/tags/llm/index.html +++ b/public/de/tags/llm/index.html @@ -1,2 +1,2 @@ -llm - Aron Petau

Beiträge mit Tag “llm”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +llm - Aron Petau

Beiträge mit Tag “llm”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/local-ai/index.html b/public/de/tags/local-ai/index.html index 87687dca..7a22601d 100644 --- a/public/de/tags/local-ai/index.html +++ b/public/de/tags/local-ai/index.html @@ -1,2 +1,2 @@ -local AI - Aron Petau

Beiträge mit Tag “local AI”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +local AI - Aron Petau

Beiträge mit Tag “local AI”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/local-computing/index.html b/public/de/tags/local-computing/index.html index 5103d559..a23a6a33 100644 --- a/public/de/tags/local-computing/index.html +++ b/public/de/tags/local-computing/index.html @@ -1,2 +1,2 @@ -Local Computing - Aron Petau

Beiträge mit Tag “Local Computing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +Local Computing - Aron Petau

Beiträge mit Tag “Local Computing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/lora/index.html b/public/de/tags/lora/index.html index 6fdeee5f..f45f16b0 100644 --- a/public/de/tags/lora/index.html +++ b/public/de/tags/lora/index.html @@ -1,2 +1,2 @@ -LoRa - Aron Petau

Beiträge mit Tag “LoRa”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +LoRa - Aron Petau

Beiträge mit Tag “LoRa”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/lusatia/index.html b/public/de/tags/lusatia/index.html index 55bc4859..c8ad5416 100644 --- a/public/de/tags/lusatia/index.html +++ b/public/de/tags/lusatia/index.html @@ -1,2 +1,2 @@ -lusatia - Aron Petau

Beiträge mit Tag “lusatia”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +lusatia - Aron Petau

Beiträge mit Tag “lusatia”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/machine-learning/index.html b/public/de/tags/machine-learning/index.html index 894c20e6..87ae3479 100644 --- a/public/de/tags/machine-learning/index.html +++ b/public/de/tags/machine-learning/index.html @@ -1,2 +1,2 @@ -machine learning - Aron Petau

Beiträge mit Tag “machine learning”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +machine learning - Aron Petau

Beiträge mit Tag “machine learning”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/magic-leap/index.html b/public/de/tags/magic-leap/index.html index 1aee485d..d3e74fc4 100644 --- a/public/de/tags/magic-leap/index.html +++ b/public/de/tags/magic-leap/index.html @@ -1,2 +1,2 @@ -magic leap - Aron Petau

Beiträge mit Tag “magic leap”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +magic leap - Aron Petau

Beiträge mit Tag “magic leap”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/magnetism/index.html b/public/de/tags/magnetism/index.html index 6741d56d..b6367163 100644 --- a/public/de/tags/magnetism/index.html +++ b/public/de/tags/magnetism/index.html @@ -1,2 +1,2 @@ -magnetism - Aron Petau

Beiträge mit Tag “magnetism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +magnetism - Aron Petau

Beiträge mit Tag “magnetism”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/maker-education/index.html b/public/de/tags/maker-education/index.html index 00163bae..ef8ded7a 100644 --- a/public/de/tags/maker-education/index.html +++ b/public/de/tags/maker-education/index.html @@ -1,2 +1,2 @@ -maker-education - Aron Petau

Beiträge mit Tag “maker-education”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +maker-education - Aron Petau

Beiträge mit Tag “maker-education”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/making/atom.xml b/public/de/tags/making/atom.xml index 92cea491..01219905 100644 --- a/public/de/tags/making/atom.xml +++ b/public/de/tags/making/atom.xml @@ -189,10 +189,101 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult + + https://aron.petau.net/de/project/einszwovier-vogelvilla/ + + <h2 id="Die_Entstehung_von_studio_einszwovier">Die Entstehung von studio einszwovier</h2> +<h2 id="August_2024">August 2024</h2> +<p>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.</p> +<h2 id="Dezember_2024_–_Ein_Raum_für_Ideen_wird_Realität">Dezember 2024 – Ein Raum für Ideen wird Realität</h2> +<p>Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space <strong>„studio einszwovier“</strong> öffnete offiziell seine Türen. +Mitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.</p> +<h2 id="Vom_Konzept_zur_Wirklichkeit">Vom Konzept zur Wirklichkeit</h2> +<p>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.</p> +<p>Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: <strong>3D-Drucker</strong>, <strong>Lasercutter</strong>, <strong>Mikrocontroller</strong> sowie Equipment für <strong>Holzarbeiten</strong> und <strong>Textildruck</strong> ermöglichen praktisches, projektbasiertes Lernen.</p> +<h2 id="Ein_Ort_für_freies_und_entdeckendes_Lernen">Ein Ort für freies und entdeckendes Lernen</h2> +<p>Geleitet von Aron und Friedrich – beide Masterstudenten im Studiengang <em>Design + Computation</em> 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.</p> +<h2 id="Offene_Türen_für_kreative_Köpfe">Offene Türen für kreative Köpfe</h2> +<p>Das „studio einszwovier“ ist <strong>montags bis mittwochs von 11:00 bis 15:00 Uhr</strong> geöffnet. +Eine spezielle <strong>Open Lab Time</strong> findet <strong>dienstags von 13:30 bis 15:00 Uhr</strong> statt. +Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.</p> +<h2 id="Ein_Raum_für_die_Zukunft">Ein Raum für die Zukunft</h2> +<p>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.</p> + + + + + switching from jekyll to zola + 2025-05-16T00:00:00+00:00 + 2025-05-16T00:00:00+00:00 + + + + Aron Petau + + + + + + Friedrich Weber + + + https://aron.petau.net/de/project/zola/ - + <h2 id="2020:_discovering_jekyll">2020: discovering jekyll</h2> +<p>For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered <a href="https://jekyllrb.com">Jekyll</a>. +Back then, <a href="https://gohugo.io">Hugo</a> and <a href="https://www.11ty.dev">11ty</a> were the newer kids on the block, but I was heavily relying on the free hosting from <a href="https://pages.github.com">GitHub Pages</a>, where Jekyll was the easiest to integrate.</p> +<p>Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme. +<a href="https://rainermuehlhoff.de">Prof. Mühlhoff</a></p> +<p>I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.</p> +<p>For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.</p> +<p>On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, <strong><a href="https://www.getzola.org/">Zola</a></strong> emerged—actually through a chatbot suggestion 😄</p> +<p>Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.</p> +<hr /> +<h2 id="rust_feels_right">rust feels right</h2> +<p>I’ve always admired <a href="https://www.rust-lang.org/">Rust</a> for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. <strong>Zola is fast</strong>—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.</p> +<p>Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time.</p> +<hr /> +<h2 id="zola_is_thoughtfully_designed">zola is thoughtfully designed</h2> +<p>Beyond performance, Zola is just really well designed. +Its template syntax (thanks to <a href="https://tera.netlify.app">Tera</a>) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me.</p> +<p>And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port.</p> +<hr /> +<h2 id="duckquill_made_me_switch">duckquill made me switch</h2> +<p>The real catalyst, though? <a href="https://github.com/daudix/duckquill"><strong>Duckquill</strong></a>, a stunning Zola theme built by <a href="https://github.com/daudix">Daudix</a>. +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it <em>irresistible</em>.</p> +<p>What really sets <strong>Duckquill</strong> apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with <strong>Mastodon-powered comments</strong>, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through <strong>self-hosting</strong>. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles.</p> +<hr /> +<h2 id="final_thoughts">final thoughts</h2> +<p>Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.</p> +<p>If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.</p> + diff --git a/public/de/tags/making/index.html b/public/de/tags/making/index.html index b01a45c4..abf1e666 100644 --- a/public/de/tags/making/index.html +++ b/public/de/tags/making/index.html @@ -1,2 +1,2 @@ -making - Aron Petau

Beiträge mit Tag “making”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file +making - Aron Petau

Beiträge mit Tag “making”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/master-thesis/index.html b/public/de/tags/master-thesis/index.html index 2ceb77fb..dcbcb467 100644 --- a/public/de/tags/master-thesis/index.html +++ b/public/de/tags/master-thesis/index.html @@ -1,2 +1,2 @@ -master thesis - Aron Petau

Beiträge mit Tag “master thesis”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +master thesis - Aron Petau

Beiträge mit Tag “master thesis”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/mastodon/index.html b/public/de/tags/mastodon/index.html index 6c8539bc..9cd2b715 100644 --- a/public/de/tags/mastodon/index.html +++ b/public/de/tags/mastodon/index.html @@ -1,2 +1,2 @@ -mastodon - Aron Petau

Beiträge mit Tag “mastodon”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +mastodon - Aron Petau

Beiträge mit Tag “mastodon”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/materialubung/index.html b/public/de/tags/materialubung/index.html index b4e5fd3a..7e83e95e 100644 --- a/public/de/tags/materialubung/index.html +++ b/public/de/tags/materialubung/index.html @@ -1,2 +1,2 @@ -Materialübung - Aron Petau

Beiträge mit Tag “Materialübung”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +Materialübung - Aron Petau

Beiträge mit Tag “Materialübung”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/matter/index.html b/public/de/tags/matter/index.html index 1a53b45e..62ebae57 100644 --- a/public/de/tags/matter/index.html +++ b/public/de/tags/matter/index.html @@ -1,2 +1,2 @@ -matter - Aron Petau

Beiträge mit Tag “matter”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +matter - Aron Petau

Beiträge mit Tag “matter”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/meditation/index.html b/public/de/tags/meditation/index.html index 856e0c80..f90bb17c 100644 --- a/public/de/tags/meditation/index.html +++ b/public/de/tags/meditation/index.html @@ -1,2 +1,2 @@ -meditation - Aron Petau

Beiträge mit Tag “meditation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +meditation - Aron Petau

Beiträge mit Tag “meditation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/mesh/index.html b/public/de/tags/mesh/index.html index fc7b78c9..0f834996 100644 --- a/public/de/tags/mesh/index.html +++ b/public/de/tags/mesh/index.html @@ -1,2 +1,2 @@ -mesh - Aron Petau

Beiträge mit Tag “mesh”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +mesh - Aron Petau

Beiträge mit Tag “mesh”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/michael-foucault/index.html b/public/de/tags/michael-foucault/index.html index 9f1cbdc8..b6b874c3 100644 --- a/public/de/tags/michael-foucault/index.html +++ b/public/de/tags/michael-foucault/index.html @@ -1,2 +1,2 @@ -michael foucault - Aron Petau

Beiträge mit Tag “michael foucault”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file +michael foucault - Aron Petau

Beiträge mit Tag “michael foucault”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/micronation/index.html b/public/de/tags/micronation/index.html index 1dbc749b..0b56fad5 100644 --- a/public/de/tags/micronation/index.html +++ b/public/de/tags/micronation/index.html @@ -1,2 +1,2 @@ -micronation - Aron Petau

Beiträge mit Tag “micronation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +micronation - Aron Petau

Beiträge mit Tag “micronation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/micropython/index.html b/public/de/tags/micropython/index.html index ef273538..865c6a51 100644 --- a/public/de/tags/micropython/index.html +++ b/public/de/tags/micropython/index.html @@ -1,2 +1,2 @@ -micropython - Aron Petau

Beiträge mit Tag “micropython”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +micropython - Aron Petau

Beiträge mit Tag “micropython”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/miranda-fricker/index.html b/public/de/tags/miranda-fricker/index.html index e9ca99cc..850069c5 100644 --- a/public/de/tags/miranda-fricker/index.html +++ b/public/de/tags/miranda-fricker/index.html @@ -1,2 +1,2 @@ -miranda fricker - Aron Petau

Beiträge mit Tag “miranda fricker”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file +miranda fricker - Aron Petau

Beiträge mit Tag “miranda fricker”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/ml/index.html b/public/de/tags/ml/index.html index 9215d8b6..290494ec 100644 --- a/public/de/tags/ml/index.html +++ b/public/de/tags/ml/index.html @@ -1,2 +1,2 @@ -ml - Aron Petau

Beiträge mit Tag “ml”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +ml - Aron Petau

Beiträge mit Tag “ml”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/mtcnn/index.html b/public/de/tags/mtcnn/index.html index adb42589..d829fb47 100644 --- a/public/de/tags/mtcnn/index.html +++ b/public/de/tags/mtcnn/index.html @@ -1,2 +1,2 @@ -MTCNN - Aron Petau

Beiträge mit Tag “MTCNN”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +MTCNN - Aron Petau

Beiträge mit Tag “MTCNN”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/multi-sensory-integration/index.html b/public/de/tags/multi-sensory-integration/index.html index 71d09ec4..81d665a7 100644 --- a/public/de/tags/multi-sensory-integration/index.html +++ b/public/de/tags/multi-sensory-integration/index.html @@ -1,2 +1,2 @@ -multi-sensory integration - Aron Petau

Beiträge mit Tag “multi-sensory integration”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +multi-sensory integration - Aron Petau

Beiträge mit Tag “multi-sensory integration”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/narrative/index.html b/public/de/tags/narrative/index.html index b2d561e9..e7de1653 100644 --- a/public/de/tags/narrative/index.html +++ b/public/de/tags/narrative/index.html @@ -1,2 +1,2 @@ -narrative - Aron Petau

Beiträge mit Tag “narrative”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +narrative - Aron Petau

Beiträge mit Tag “narrative”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/nation/index.html b/public/de/tags/nation/index.html index 13c10a43..df1f3153 100644 --- a/public/de/tags/nation/index.html +++ b/public/de/tags/nation/index.html @@ -1,2 +1,2 @@ -nation - Aron Petau

Beiträge mit Tag “nation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +nation - Aron Petau

Beiträge mit Tag “nation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/network/index.html b/public/de/tags/network/index.html index a59bffaf..2ee7a5f1 100644 --- a/public/de/tags/network/index.html +++ b/public/de/tags/network/index.html @@ -1,2 +1,2 @@ -network - Aron Petau

Beiträge mit Tag “network”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +network - Aron Petau

Beiträge mit Tag “network”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/neural-nets/index.html b/public/de/tags/neural-nets/index.html index b4f670dd..1c3425c0 100644 --- a/public/de/tags/neural-nets/index.html +++ b/public/de/tags/neural-nets/index.html @@ -1,2 +1,2 @@ -neural nets - Aron Petau

Beiträge mit Tag “neural nets”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +neural nets - Aron Petau

Beiträge mit Tag “neural nets”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/nlp/index.html b/public/de/tags/nlp/index.html index 0f178e07..097b104d 100644 --- a/public/de/tags/nlp/index.html +++ b/public/de/tags/nlp/index.html @@ -1,2 +1,2 @@ -nlp - Aron Petau

Beiträge mit Tag “nlp”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +nlp - Aron Petau

Beiträge mit Tag “nlp”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/nlu/index.html b/public/de/tags/nlu/index.html index 0467cc4f..5abee0c9 100644 --- a/public/de/tags/nlu/index.html +++ b/public/de/tags/nlu/index.html @@ -1,2 +1,2 @@ -nlu - Aron Petau

Beiträge mit Tag “nlu”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +nlu - Aron Petau

Beiträge mit Tag “nlu”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/normativity/index.html b/public/de/tags/normativity/index.html index 162f88df..f13ec1ca 100644 --- a/public/de/tags/normativity/index.html +++ b/public/de/tags/normativity/index.html @@ -1,2 +1,2 @@ -normativity - Aron Petau

Beiträge mit Tag “normativity”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +normativity - Aron Petau

Beiträge mit Tag “normativity”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/object-recognition/index.html b/public/de/tags/object-recognition/index.html index d6990b0d..ba7e12fc 100644 --- a/public/de/tags/object-recognition/index.html +++ b/public/de/tags/object-recognition/index.html @@ -1,2 +1,2 @@ -object recognition - Aron Petau

Beiträge mit Tag “object recognition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +object recognition - Aron Petau

Beiträge mit Tag “object recognition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/object-value/index.html b/public/de/tags/object-value/index.html index ba6822c9..8a34150c 100644 --- a/public/de/tags/object-value/index.html +++ b/public/de/tags/object-value/index.html @@ -1,2 +1,2 @@ -object-value - Aron Petau

Beiträge mit Tag “object-value”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +object-value - Aron Petau

Beiträge mit Tag “object-value”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/octoprint/atom.xml b/public/de/tags/octoprint/atom.xml index b9aab2ce..027d9fe6 100644 --- a/public/de/tags/octoprint/atom.xml +++ b/public/de/tags/octoprint/atom.xml @@ -148,47 +148,66 @@ </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/octoprint/index.html b/public/de/tags/octoprint/index.html index 4193b40f..c237af0f 100644 --- a/public/de/tags/octoprint/index.html +++ b/public/de/tags/octoprint/index.html @@ -1,2 +1,2 @@ -octoprint - Aron Petau

Beiträge mit Tag “octoprint”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +octoprint - Aron Petau

Beiträge mit Tag “octoprint”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/open-protocols/index.html b/public/de/tags/open-protocols/index.html index 686c0ffe..0a418566 100644 --- a/public/de/tags/open-protocols/index.html +++ b/public/de/tags/open-protocols/index.html @@ -1,2 +1,2 @@ -open protocols - Aron Petau

Beiträge mit Tag “open protocols”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +open protocols - Aron Petau

Beiträge mit Tag “open protocols”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/ore/index.html b/public/de/tags/ore/index.html index 3877734b..d402de67 100644 --- a/public/de/tags/ore/index.html +++ b/public/de/tags/ore/index.html @@ -1,2 +1,2 @@ -ore - Aron Petau

Beiträge mit Tag “ore”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +ore - Aron Petau

Beiträge mit Tag “ore”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/parametric-design/atom.xml b/public/de/tags/parametric-design/atom.xml index 1b4ecafe..cda5d4ca 100644 --- a/public/de/tags/parametric-design/atom.xml +++ b/public/de/tags/parametric-design/atom.xml @@ -148,47 +148,66 @@ </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/parametric-design/index.html b/public/de/tags/parametric-design/index.html index 6cfb1b0c..44453509 100644 --- a/public/de/tags/parametric-design/index.html +++ b/public/de/tags/parametric-design/index.html @@ -1,2 +1,2 @@ -parametric design - Aron Petau

Beiträge mit Tag “parametric design”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +parametric design - Aron Petau

Beiträge mit Tag “parametric design”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/parametric-modelling/atom.xml b/public/de/tags/parametric-modelling/atom.xml index 5c0ead1e..3912e23e 100644 --- a/public/de/tags/parametric-modelling/atom.xml +++ b/public/de/tags/parametric-modelling/atom.xml @@ -44,7 +44,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> diff --git a/public/de/tags/parametric-modelling/index.html b/public/de/tags/parametric-modelling/index.html index de251b52..34e575a4 100644 --- a/public/de/tags/parametric-modelling/index.html +++ b/public/de/tags/parametric-modelling/index.html @@ -1,2 +1,2 @@ -parametric modelling - Aron Petau

Beiträge mit Tag “parametric modelling”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +parametric modelling - Aron Petau

Beiträge mit Tag “parametric modelling”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/parametric/index.html b/public/de/tags/parametric/index.html index 611eeb83..793dc93a 100644 --- a/public/de/tags/parametric/index.html +++ b/public/de/tags/parametric/index.html @@ -1,2 +1,2 @@ -parametric - Aron Petau

Beiträge mit Tag “parametric”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +parametric - Aron Petau

Beiträge mit Tag “parametric”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/particle-systems/index.html b/public/de/tags/particle-systems/index.html index b7456409..aaeb0abb 100644 --- a/public/de/tags/particle-systems/index.html +++ b/public/de/tags/particle-systems/index.html @@ -1,2 +1,2 @@ -particle systems - Aron Petau

Beiträge mit Tag “particle systems”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +particle systems - Aron Petau

Beiträge mit Tag “particle systems”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/pattern-recognition/index.html b/public/de/tags/pattern-recognition/index.html index efc92d71..98a7e7b4 100644 --- a/public/de/tags/pattern-recognition/index.html +++ b/public/de/tags/pattern-recognition/index.html @@ -1,2 +1,2 @@ -pattern recognition - Aron Petau

Beiträge mit Tag “pattern recognition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +pattern recognition - Aron Petau

Beiträge mit Tag “pattern recognition”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/pavlovia/index.html b/public/de/tags/pavlovia/index.html index baa3bf0d..33b4a201 100644 --- a/public/de/tags/pavlovia/index.html +++ b/public/de/tags/pavlovia/index.html @@ -1,2 +1,2 @@ -pavlovia - Aron Petau

Beiträge mit Tag “pavlovia”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +pavlovia - Aron Petau

Beiträge mit Tag “pavlovia”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/peer-learning/index.html b/public/de/tags/peer-learning/index.html index cc8a8e33..5b048afb 100644 --- a/public/de/tags/peer-learning/index.html +++ b/public/de/tags/peer-learning/index.html @@ -1,2 +1,2 @@ -peer-learning - Aron Petau

Beiträge mit Tag “peer-learning”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +peer-learning - Aron Petau

Beiträge mit Tag “peer-learning”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/peer-to-peer/index.html b/public/de/tags/peer-to-peer/index.html index 39fad827..209160c2 100644 --- a/public/de/tags/peer-to-peer/index.html +++ b/public/de/tags/peer-to-peer/index.html @@ -1,2 +1,2 @@ -peer-to-peer - Aron Petau

Beiträge mit Tag “peer-to-peer”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +peer-to-peer - Aron Petau

Beiträge mit Tag “peer-to-peer”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/petau-net/index.html b/public/de/tags/petau-net/index.html index bd9010c6..b537d29a 100644 --- a/public/de/tags/petau-net/index.html +++ b/public/de/tags/petau-net/index.html @@ -1,2 +1,2 @@ -petau.net - Aron Petau

Beiträge mit Tag “petau.net”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +petau.net - Aron Petau

Beiträge mit Tag “petau.net”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/phenomenology/index.html b/public/de/tags/phenomenology/index.html index e65deead..61b6cb1b 100644 --- a/public/de/tags/phenomenology/index.html +++ b/public/de/tags/phenomenology/index.html @@ -1,2 +1,2 @@ -phenomenology - Aron Petau

Beiträge mit Tag “phenomenology”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +phenomenology - Aron Petau

Beiträge mit Tag “phenomenology”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/philosophy-of-emotions/index.html b/public/de/tags/philosophy-of-emotions/index.html index 4b856571..3ad06f03 100644 --- a/public/de/tags/philosophy-of-emotions/index.html +++ b/public/de/tags/philosophy-of-emotions/index.html @@ -1,2 +1,2 @@ -philosophy of emotions - Aron Petau

Beiträge mit Tag “philosophy of emotions”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +philosophy of emotions - Aron Petau

Beiträge mit Tag “philosophy of emotions”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/philosophy/index.html b/public/de/tags/philosophy/index.html index e5297f24..5470cc4c 100644 --- a/public/de/tags/philosophy/index.html +++ b/public/de/tags/philosophy/index.html @@ -1,2 +1,2 @@ -philosophy - Aron Petau

Beiträge mit Tag “philosophy”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +philosophy - Aron Petau

Beiträge mit Tag “philosophy”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/photogrammetry/atom.xml b/public/de/tags/photogrammetry/atom.xml index 19e0d6f2..b6fbb1d2 100644 --- a/public/de/tags/photogrammetry/atom.xml +++ b/public/de/tags/photogrammetry/atom.xml @@ -71,7 +71,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> diff --git a/public/de/tags/photogrammetry/index.html b/public/de/tags/photogrammetry/index.html index 9c2813bc..140c736f 100644 --- a/public/de/tags/photogrammetry/index.html +++ b/public/de/tags/photogrammetry/index.html @@ -1,2 +1,2 @@ -photogrammetry - Aron Petau

Beiträge mit Tag “photogrammetry”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +photogrammetry - Aron Petau

Beiträge mit Tag “photogrammetry”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/photography/index.html b/public/de/tags/photography/index.html index bbd260fb..b4ea734e 100644 --- a/public/de/tags/photography/index.html +++ b/public/de/tags/photography/index.html @@ -1,2 +1,2 @@ -photography - Aron Petau

Beiträge mit Tag “photography”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +photography - Aron Petau

Beiträge mit Tag “photography”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/photoshop/index.html b/public/de/tags/photoshop/index.html index 29a81dba..f8fc6fd6 100644 --- a/public/de/tags/photoshop/index.html +++ b/public/de/tags/photoshop/index.html @@ -1,2 +1,2 @@ -photoshop - Aron Petau

Beiträge mit Tag “photoshop”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +photoshop - Aron Petau

Beiträge mit Tag “photoshop”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/physics/index.html b/public/de/tags/physics/index.html index 4a80e15c..d5ac31cb 100644 --- a/public/de/tags/physics/index.html +++ b/public/de/tags/physics/index.html @@ -1,2 +1,2 @@ -physics - Aron Petau

Beiträge mit Tag “physics”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +physics - Aron Petau

Beiträge mit Tag “physics”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/plastics-as-material/index.html b/public/de/tags/plastics-as-material/index.html index 9ac2a004..64035bc8 100644 --- a/public/de/tags/plastics-as-material/index.html +++ b/public/de/tags/plastics-as-material/index.html @@ -1,2 +1,2 @@ -plastics-as-material - Aron Petau

Beiträge mit Tag “plastics-as-material”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +plastics-as-material - Aron Petau

Beiträge mit Tag “plastics-as-material”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/plastics-as-waste/index.html b/public/de/tags/plastics-as-waste/index.html index 37b024c3..021ffa53 100644 --- a/public/de/tags/plastics-as-waste/index.html +++ b/public/de/tags/plastics-as-waste/index.html @@ -1,2 +1,2 @@ -plastics-as-waste - Aron Petau

Beiträge mit Tag “plastics-as-waste”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +plastics-as-waste - Aron Petau

Beiträge mit Tag “plastics-as-waste”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/plastics/atom.xml b/public/de/tags/plastics/atom.xml index 37cb320e..1964a658 100644 --- a/public/de/tags/plastics/atom.xml +++ b/public/de/tags/plastics/atom.xml @@ -235,47 +235,66 @@ The realization will require many skills I am already picking up or still need t </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/plastics/index.html b/public/de/tags/plastics/index.html index f3c8597d..2711f7c4 100644 --- a/public/de/tags/plastics/index.html +++ b/public/de/tags/plastics/index.html @@ -1,2 +1,2 @@ -plastics - Aron Petau

Beiträge mit Tag “plastics”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +plastics - Aron Petau

Beiträge mit Tag “plastics”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/pointcloud/index.html b/public/de/tags/pointcloud/index.html index e57f932f..a97fd517 100644 --- a/public/de/tags/pointcloud/index.html +++ b/public/de/tags/pointcloud/index.html @@ -1,2 +1,2 @@ -pointcloud - Aron Petau

Beiträge mit Tag “pointcloud”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +pointcloud - Aron Petau

Beiträge mit Tag “pointcloud”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/politics-of-design/index.html b/public/de/tags/politics-of-design/index.html index d9733c00..58618326 100644 --- a/public/de/tags/politics-of-design/index.html +++ b/public/de/tags/politics-of-design/index.html @@ -1,2 +1,2 @@ -politics of design - Aron Petau

Beiträge mit Tag “politics of design”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +politics of design - Aron Petau

Beiträge mit Tag “politics of design”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/polycam/atom.xml b/public/de/tags/polycam/atom.xml index dcef2b97..b22fbf6c 100644 --- a/public/de/tags/polycam/atom.xml +++ b/public/de/tags/polycam/atom.xml @@ -44,7 +44,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> diff --git a/public/de/tags/polycam/index.html b/public/de/tags/polycam/index.html index f6a39248..c74ecf68 100644 --- a/public/de/tags/polycam/index.html +++ b/public/de/tags/polycam/index.html @@ -1,2 +1,2 @@ -polycam - Aron Petau

Beiträge mit Tag “polycam”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +polycam - Aron Petau

Beiträge mit Tag “polycam”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/postphenomenology/index.html b/public/de/tags/postphenomenology/index.html index 01ccfe19..89d0b2f6 100644 --- a/public/de/tags/postphenomenology/index.html +++ b/public/de/tags/postphenomenology/index.html @@ -1,2 +1,2 @@ -postphenomenology - Aron Petau

Beiträge mit Tag “postphenomenology”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +postphenomenology - Aron Petau

Beiträge mit Tag “postphenomenology”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/power-relations/index.html b/public/de/tags/power-relations/index.html index 30635230..da4d738f 100644 --- a/public/de/tags/power-relations/index.html +++ b/public/de/tags/power-relations/index.html @@ -1,2 +1,2 @@ -power relations - Aron Petau

Beiträge mit Tag “power relations”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +power relations - Aron Petau

Beiträge mit Tag “power relations”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/precious-plastic/index.html b/public/de/tags/precious-plastic/index.html index 307d2c7c..8f8aa0be 100644 --- a/public/de/tags/precious-plastic/index.html +++ b/public/de/tags/precious-plastic/index.html @@ -1,2 +1,2 @@ -precious plastic - Aron Petau

Beiträge mit Tag “precious plastic”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +precious plastic - Aron Petau

Beiträge mit Tag “precious plastic”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/pressure/index.html b/public/de/tags/pressure/index.html index c21d923b..48b0a383 100644 --- a/public/de/tags/pressure/index.html +++ b/public/de/tags/pressure/index.html @@ -1,2 +1,2 @@ -pressure - Aron Petau

Beiträge mit Tag “pressure”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +pressure - Aron Petau

Beiträge mit Tag “pressure”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/privacy/index.html b/public/de/tags/privacy/index.html index 2dcbef44..e9d7da59 100644 --- a/public/de/tags/privacy/index.html +++ b/public/de/tags/privacy/index.html @@ -1,2 +1,2 @@ -privacy - Aron Petau

Beiträge mit Tag “privacy”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +privacy - Aron Petau

Beiträge mit Tag “privacy”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/private/atom.xml b/public/de/tags/private/atom.xml index 4cdbc911..306b00f7 100644 --- a/public/de/tags/private/atom.xml +++ b/public/de/tags/private/atom.xml @@ -1520,7 +1520,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> @@ -1692,47 +1693,66 @@ And I believe that's a good thing. Always tying a design process to its rea </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/private/index.html b/public/de/tags/private/index.html index 1241be65..f7f956d7 100644 --- a/public/de/tags/private/index.html +++ b/public/de/tags/private/index.html @@ -1,2 +1,2 @@ -private - Aron Petau

Beiträge mit Tag “private”

Zeige alle Schlagwörter
12 Beiträge insgesamt

\ No newline at end of file +private - Aron Petau

Beiträge mit Tag “private”

Zeige alle Schlagwörter
12 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/private/page/2/index.html b/public/de/tags/private/page/2/index.html index 94fa7e36..51af878f 100644 --- a/public/de/tags/private/page/2/index.html +++ b/public/de/tags/private/page/2/index.html @@ -1,2 +1,2 @@ -private - Aron Petau

Beiträge mit Tag “private”

Zeige alle Schlagwörter
12 Beiträge insgesamt

\ No newline at end of file +private - Aron Petau

Beiträge mit Tag “private”

Zeige alle Schlagwörter
12 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/prusa/atom.xml b/public/de/tags/prusa/atom.xml index d46336a2..e6de75b5 100644 --- a/public/de/tags/prusa/atom.xml +++ b/public/de/tags/prusa/atom.xml @@ -148,47 +148,66 @@ </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/prusa/index.html b/public/de/tags/prusa/index.html index 369c9606..f5ae479d 100644 --- a/public/de/tags/prusa/index.html +++ b/public/de/tags/prusa/index.html @@ -1,2 +1,2 @@ -prusa - Aron Petau

Beiträge mit Tag “prusa”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +prusa - Aron Petau

Beiträge mit Tag “prusa”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/psychojs/index.html b/public/de/tags/psychojs/index.html index f60e4e75..8bcc612c 100644 --- a/public/de/tags/psychojs/index.html +++ b/public/de/tags/psychojs/index.html @@ -1,2 +1,2 @@ -psychoJS - Aron Petau

Beiträge mit Tag “psychoJS”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +psychoJS - Aron Petau

Beiträge mit Tag “psychoJS”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/psycholinguistics/index.html b/public/de/tags/psycholinguistics/index.html index 47670b45..34a08abf 100644 --- a/public/de/tags/psycholinguistics/index.html +++ b/public/de/tags/psycholinguistics/index.html @@ -1,2 +1,2 @@ -psycholinguistics - Aron Petau

Beiträge mit Tag “psycholinguistics”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +psycholinguistics - Aron Petau

Beiträge mit Tag “psycholinguistics”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/public-spaces/index.html b/public/de/tags/public-spaces/index.html index dc446397..99f9da23 100644 --- a/public/de/tags/public-spaces/index.html +++ b/public/de/tags/public-spaces/index.html @@ -1,2 +1,2 @@ -public spaces - Aron Petau

Beiträge mit Tag “public spaces”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +public spaces - Aron Petau

Beiträge mit Tag “public spaces”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/python/index.html b/public/de/tags/python/index.html index f2a5c749..4ddf6d61 100644 --- a/public/de/tags/python/index.html +++ b/public/de/tags/python/index.html @@ -1,2 +1,2 @@ -python - Aron Petau

Beiträge mit Tag “python”

Zeige alle Schlagwörter
5 Beiträge insgesamt

\ No newline at end of file +python - Aron Petau

Beiträge mit Tag “python”

Zeige alle Schlagwörter
5 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/r/index.html b/public/de/tags/r/index.html index e4b23126..0ee63dd3 100644 --- a/public/de/tags/r/index.html +++ b/public/de/tags/r/index.html @@ -1,2 +1,2 @@ -r - Aron Petau

Beiträge mit Tag “r”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +r - Aron Petau

Beiträge mit Tag “r”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/raclette/index.html b/public/de/tags/raclette/index.html index 55214856..a6b1c77e 100644 --- a/public/de/tags/raclette/index.html +++ b/public/de/tags/raclette/index.html @@ -1,2 +1,2 @@ -raclette - Aron Petau

Beiträge mit Tag “raclette”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +raclette - Aron Petau

Beiträge mit Tag “raclette”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/radio-art/index.html b/public/de/tags/radio-art/index.html index c31818dd..6927335c 100644 --- a/public/de/tags/radio-art/index.html +++ b/public/de/tags/radio-art/index.html @@ -1,2 +1,2 @@ -radio-art - Aron Petau

Beiträge mit Tag “radio-art”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +radio-art - Aron Petau

Beiträge mit Tag “radio-art”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/radio/index.html b/public/de/tags/radio/index.html index 31e465b8..192ca36c 100644 --- a/public/de/tags/radio/index.html +++ b/public/de/tags/radio/index.html @@ -1,2 +1,2 @@ -radio - Aron Petau

Beiträge mit Tag “radio”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file +radio - Aron Petau

Beiträge mit Tag “radio”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/raspberry-pi-pico/index.html b/public/de/tags/raspberry-pi-pico/index.html index 0cbfcd8d..07970e47 100644 --- a/public/de/tags/raspberry-pi-pico/index.html +++ b/public/de/tags/raspberry-pi-pico/index.html @@ -1,2 +1,2 @@ -raspberry pi pico - Aron Petau

Beiträge mit Tag “raspberry pi pico”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +raspberry pi pico - Aron Petau

Beiträge mit Tag “raspberry pi pico”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/raspberry-pi/index.html b/public/de/tags/raspberry-pi/index.html index a1209a22..639ad9fd 100644 --- a/public/de/tags/raspberry-pi/index.html +++ b/public/de/tags/raspberry-pi/index.html @@ -1,2 +1,2 @@ -raspberry pi - Aron Petau

Beiträge mit Tag “raspberry pi”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +raspberry pi - Aron Petau

Beiträge mit Tag “raspberry pi”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/re-valuation/index.html b/public/de/tags/re-valuation/index.html index 3f1c0fa6..10a25d17 100644 --- a/public/de/tags/re-valuation/index.html +++ b/public/de/tags/re-valuation/index.html @@ -1,2 +1,2 @@ -re-valuation - Aron Petau

Beiträge mit Tag “re-valuation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +re-valuation - Aron Petau

Beiträge mit Tag “re-valuation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/reaction-time/index.html b/public/de/tags/reaction-time/index.html index 7187d4ed..8b0fed6d 100644 --- a/public/de/tags/reaction-time/index.html +++ b/public/de/tags/reaction-time/index.html @@ -1,2 +1,2 @@ -reaction time - Aron Petau

Beiträge mit Tag “reaction time”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +reaction time - Aron Petau

Beiträge mit Tag “reaction time”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/recycling-practices/index.html b/public/de/tags/recycling-practices/index.html index c53b9acf..d1ff493a 100644 --- a/public/de/tags/recycling-practices/index.html +++ b/public/de/tags/recycling-practices/index.html @@ -1,2 +1,2 @@ -recycling practices - Aron Petau

Beiträge mit Tag “recycling practices”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +recycling practices - Aron Petau

Beiträge mit Tag “recycling practices”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/recycling/index.html b/public/de/tags/recycling/index.html index 57900b3c..1586cc25 100644 --- a/public/de/tags/recycling/index.html +++ b/public/de/tags/recycling/index.html @@ -1,2 +1,2 @@ -recycling - Aron Petau

Beiträge mit Tag “recycling”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +recycling - Aron Petau

Beiträge mit Tag “recycling”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/relations/index.html b/public/de/tags/relations/index.html index a851eefb..1aa14581 100644 --- a/public/de/tags/relations/index.html +++ b/public/de/tags/relations/index.html @@ -1,2 +1,2 @@ -relations - Aron Petau

Beiträge mit Tag “relations”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +relations - Aron Petau

Beiträge mit Tag “relations”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/research/index.html b/public/de/tags/research/index.html index 59a40b81..ac9089a6 100644 --- a/public/de/tags/research/index.html +++ b/public/de/tags/research/index.html @@ -1,2 +1,2 @@ -research - Aron Petau

Beiträge mit Tag “research”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +research - Aron Petau

Beiträge mit Tag “research”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/rest-api/index.html b/public/de/tags/rest-api/index.html index 902570c0..14837925 100644 --- a/public/de/tags/rest-api/index.html +++ b/public/de/tags/rest-api/index.html @@ -1,2 +1,2 @@ -rest api - Aron Petau

Beiträge mit Tag “rest api”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +rest api - Aron Petau

Beiträge mit Tag “rest api”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/rhino/index.html b/public/de/tags/rhino/index.html index fa9d011a..c51b0823 100644 --- a/public/de/tags/rhino/index.html +++ b/public/de/tags/rhino/index.html @@ -1,2 +1,2 @@ -rhino - Aron Petau

Beiträge mit Tag “rhino”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +rhino - Aron Petau

Beiträge mit Tag “rhino”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/scaling/index.html b/public/de/tags/scaling/index.html index b15c8754..ac6f77c8 100644 --- a/public/de/tags/scaling/index.html +++ b/public/de/tags/scaling/index.html @@ -1,2 +1,2 @@ -scaling - Aron Petau

Beiträge mit Tag “scaling”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +scaling - Aron Petau

Beiträge mit Tag “scaling”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/scaniverse/atom.xml b/public/de/tags/scaniverse/atom.xml index 65004799..7c2b6b70 100644 --- a/public/de/tags/scaniverse/atom.xml +++ b/public/de/tags/scaniverse/atom.xml @@ -44,7 +44,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> diff --git a/public/de/tags/scaniverse/index.html b/public/de/tags/scaniverse/index.html index 3da162cf..731ecd53 100644 --- a/public/de/tags/scaniverse/index.html +++ b/public/de/tags/scaniverse/index.html @@ -1,2 +1,2 @@ -scaniverse - Aron Petau

Beiträge mit Tag “scaniverse”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +scaniverse - Aron Petau

Beiträge mit Tag “scaniverse”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/scavenger-gaze/index.html b/public/de/tags/scavenger-gaze/index.html index ec724c01..24229e4f 100644 --- a/public/de/tags/scavenger-gaze/index.html +++ b/public/de/tags/scavenger-gaze/index.html @@ -1,2 +1,2 @@ -scavenger-gaze - Aron Petau

Beiträge mit Tag “scavenger-gaze”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +scavenger-gaze - Aron Petau

Beiträge mit Tag “scavenger-gaze”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/screen-reader/index.html b/public/de/tags/screen-reader/index.html index 9e9678cb..46d0bfe3 100644 --- a/public/de/tags/screen-reader/index.html +++ b/public/de/tags/screen-reader/index.html @@ -1,2 +1,2 @@ -screen reader - Aron Petau

Beiträge mit Tag “screen reader”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +screen reader - Aron Petau

Beiträge mit Tag “screen reader”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/sdr/index.html b/public/de/tags/sdr/index.html index 524852e2..a83e9002 100644 --- a/public/de/tags/sdr/index.html +++ b/public/de/tags/sdr/index.html @@ -1,2 +1,2 @@ -SDR - Aron Petau

Beiträge mit Tag “SDR”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +SDR - Aron Petau

Beiträge mit Tag “SDR”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/seaborn/index.html b/public/de/tags/seaborn/index.html index 4b9445f8..f4fd348f 100644 --- a/public/de/tags/seaborn/index.html +++ b/public/de/tags/seaborn/index.html @@ -1,2 +1,2 @@ -seaborn - Aron Petau

Beiträge mit Tag “seaborn”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +seaborn - Aron Petau

Beiträge mit Tag “seaborn”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/sensory-hypersensitivity/index.html b/public/de/tags/sensory-hypersensitivity/index.html index 2b3a09ef..f1a51e1f 100644 --- a/public/de/tags/sensory-hypersensitivity/index.html +++ b/public/de/tags/sensory-hypersensitivity/index.html @@ -1,2 +1,2 @@ -sensory hypersensitivity - Aron Petau

Beiträge mit Tag “sensory hypersensitivity”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +sensory hypersensitivity - Aron Petau

Beiträge mit Tag “sensory hypersensitivity”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/server/index.html b/public/de/tags/server/index.html index c2dc9a61..2bb9ce5a 100644 --- a/public/de/tags/server/index.html +++ b/public/de/tags/server/index.html @@ -1,2 +1,2 @@ -server - Aron Petau

Beiträge mit Tag “server”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +server - Aron Petau

Beiträge mit Tag “server”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/sferics/index.html b/public/de/tags/sferics/index.html index 5fe68115..b94c716a 100644 --- a/public/de/tags/sferics/index.html +++ b/public/de/tags/sferics/index.html @@ -1,2 +1,2 @@ -sferics - Aron Petau

Beiträge mit Tag “sferics”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +sferics - Aron Petau

Beiträge mit Tag “sferics”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/shredder/index.html b/public/de/tags/shredder/index.html index b1fadbc9..2bc83c39 100644 --- a/public/de/tags/shredder/index.html +++ b/public/de/tags/shredder/index.html @@ -1,2 +1,2 @@ -shredder - Aron Petau

Beiträge mit Tag “shredder”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +shredder - Aron Petau

Beiträge mit Tag “shredder”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/sign-language/index.html b/public/de/tags/sign-language/index.html index 3cbe85dc..8ba2a1ec 100644 --- a/public/de/tags/sign-language/index.html +++ b/public/de/tags/sign-language/index.html @@ -1,2 +1,2 @@ -sign language - Aron Petau

Beiträge mit Tag “sign language”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +sign language - Aron Petau

Beiträge mit Tag “sign language”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/simulation/index.html b/public/de/tags/simulation/index.html index 1e493442..7280eda0 100644 --- a/public/de/tags/simulation/index.html +++ b/public/de/tags/simulation/index.html @@ -1,2 +1,2 @@ -simulation - Aron Petau

Beiträge mit Tag “simulation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +simulation - Aron Petau

Beiträge mit Tag “simulation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/sketchfab/atom.xml b/public/de/tags/sketchfab/atom.xml index 14a751c1..e98dc109 100644 --- a/public/de/tags/sketchfab/atom.xml +++ b/public/de/tags/sketchfab/atom.xml @@ -44,7 +44,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> diff --git a/public/de/tags/sketchfab/index.html b/public/de/tags/sketchfab/index.html index f3f50e21..63c9cbc9 100644 --- a/public/de/tags/sketchfab/index.html +++ b/public/de/tags/sketchfab/index.html @@ -1,2 +1,2 @@ -sketchfab - Aron Petau

Beiträge mit Tag “sketchfab”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +sketchfab - Aron Petau

Beiträge mit Tag “sketchfab”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/skillsharing-in-workshops/index.html b/public/de/tags/skillsharing-in-workshops/index.html index 1d9e661a..b880b954 100644 --- a/public/de/tags/skillsharing-in-workshops/index.html +++ b/public/de/tags/skillsharing-in-workshops/index.html @@ -1,2 +1,2 @@ -skillsharing in workshops - Aron Petau

Beiträge mit Tag “skillsharing in workshops”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +skillsharing in workshops - Aron Petau

Beiträge mit Tag “skillsharing in workshops”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/slicing/atom.xml b/public/de/tags/slicing/atom.xml index 7aa43813..e5f896c8 100644 --- a/public/de/tags/slicing/atom.xml +++ b/public/de/tags/slicing/atom.xml @@ -148,47 +148,66 @@ </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/slicing/index.html b/public/de/tags/slicing/index.html index ad685143..f83be57b 100644 --- a/public/de/tags/slicing/index.html +++ b/public/de/tags/slicing/index.html @@ -1,2 +1,2 @@ -slicing - Aron Petau

Beiträge mit Tag “slicing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +slicing - Aron Petau

Beiträge mit Tag “slicing”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/smart-hearing-protection/index.html b/public/de/tags/smart-hearing-protection/index.html index 1afdca76..49033cc4 100644 --- a/public/de/tags/smart-hearing-protection/index.html +++ b/public/de/tags/smart-hearing-protection/index.html @@ -1,2 +1,2 @@ -smart hearing protection - Aron Petau

Beiträge mit Tag “smart hearing protection”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +smart hearing protection - Aron Petau

Beiträge mit Tag “smart hearing protection”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/solar/index.html b/public/de/tags/solar/index.html index 8981998c..f74f1e2a 100644 --- a/public/de/tags/solar/index.html +++ b/public/de/tags/solar/index.html @@ -1,2 +1,2 @@ -solar - Aron Petau

Beiträge mit Tag “solar”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +solar - Aron Petau

Beiträge mit Tag “solar”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/soldering/index.html b/public/de/tags/soldering/index.html index a2048ce5..91fd7947 100644 --- a/public/de/tags/soldering/index.html +++ b/public/de/tags/soldering/index.html @@ -1,2 +1,2 @@ -soldering - Aron Petau

Beiträge mit Tag “soldering”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +soldering - Aron Petau

Beiträge mit Tag “soldering”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/sommerblut/index.html b/public/de/tags/sommerblut/index.html index 0afe10eb..e03dfeb1 100644 --- a/public/de/tags/sommerblut/index.html +++ b/public/de/tags/sommerblut/index.html @@ -1,2 +1,2 @@ -sommerblut - Aron Petau

Beiträge mit Tag “sommerblut”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +sommerblut - Aron Petau

Beiträge mit Tag “sommerblut”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/sound-installation/index.html b/public/de/tags/sound-installation/index.html index 64c1c870..46bca2a8 100644 --- a/public/de/tags/sound-installation/index.html +++ b/public/de/tags/sound-installation/index.html @@ -1,2 +1,2 @@ -sound installation - Aron Petau

Beiträge mit Tag “sound installation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +sound installation - Aron Petau

Beiträge mit Tag “sound installation”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/speculative-design/index.html b/public/de/tags/speculative-design/index.html index d67349c2..83aa81c7 100644 --- a/public/de/tags/speculative-design/index.html +++ b/public/de/tags/speculative-design/index.html @@ -1,2 +1,2 @@ -speculative design - Aron Petau

Beiträge mit Tag “speculative design”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +speculative design - Aron Petau

Beiträge mit Tag “speculative design”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/speech-interface/index.html b/public/de/tags/speech-interface/index.html index 69c82958..3c0d0fab 100644 --- a/public/de/tags/speech-interface/index.html +++ b/public/de/tags/speech-interface/index.html @@ -1,2 +1,2 @@ -speech interface - Aron Petau

Beiträge mit Tag “speech interface”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +speech interface - Aron Petau

Beiträge mit Tag “speech interface”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/sql/index.html b/public/de/tags/sql/index.html index e44db579..e0652e87 100644 --- a/public/de/tags/sql/index.html +++ b/public/de/tags/sql/index.html @@ -1,2 +1,2 @@ -sql - Aron Petau

Beiträge mit Tag “sql”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +sql - Aron Petau

Beiträge mit Tag “sql”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/stable-diffusion/index.html b/public/de/tags/stable-diffusion/index.html index 54341c5b..aaa608c0 100644 --- a/public/de/tags/stable-diffusion/index.html +++ b/public/de/tags/stable-diffusion/index.html @@ -1,2 +1,2 @@ -Stable Diffusion - Aron Petau

Beiträge mit Tag “Stable Diffusion”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +Stable Diffusion - Aron Petau

Beiträge mit Tag “Stable Diffusion”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/studierendenwerk/index.html b/public/de/tags/studierendenwerk/index.html index 12b2f381..4e597593 100644 --- a/public/de/tags/studierendenwerk/index.html +++ b/public/de/tags/studierendenwerk/index.html @@ -1,2 +1,2 @@ -studierendenwerk - Aron Petau

Beiträge mit Tag “studierendenwerk”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +studierendenwerk - Aron Petau

Beiträge mit Tag “studierendenwerk”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/studio-d-c/index.html b/public/de/tags/studio-d-c/index.html index fb248644..dc8ae4a8 100644 --- a/public/de/tags/studio-d-c/index.html +++ b/public/de/tags/studio-d-c/index.html @@ -1,2 +1,2 @@ -studio d+c - Aron Petau

Beiträge mit Tag “studio d+c”

Zeige alle Schlagwörter
7 Beiträge insgesamt

\ No newline at end of file +studio d+c - Aron Petau

Beiträge mit Tag “studio d+c”

Zeige alle Schlagwörter
7 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/studio/index.html b/public/de/tags/studio/index.html index 87d00707..cbc6a046 100644 --- a/public/de/tags/studio/index.html +++ b/public/de/tags/studio/index.html @@ -1,2 +1,2 @@ -studio - Aron Petau

Beiträge mit Tag “studio”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +studio - Aron Petau

Beiträge mit Tag “studio”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/super-resolution/index.html b/public/de/tags/super-resolution/index.html index 4c3fd795..cf852b06 100644 --- a/public/de/tags/super-resolution/index.html +++ b/public/de/tags/super-resolution/index.html @@ -1,2 +1,2 @@ -super resolution - Aron Petau

Beiträge mit Tag “super resolution”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +super resolution - Aron Petau

Beiträge mit Tag “super resolution”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/surveillance/index.html b/public/de/tags/surveillance/index.html index 34df7e94..f56a5e7a 100644 --- a/public/de/tags/surveillance/index.html +++ b/public/de/tags/surveillance/index.html @@ -1,2 +1,2 @@ -surveillance - Aron Petau

Beiträge mit Tag “surveillance”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +surveillance - Aron Petau

Beiträge mit Tag “surveillance”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/sustainability/index.html b/public/de/tags/sustainability/index.html index ead43a0b..14eddc49 100644 --- a/public/de/tags/sustainability/index.html +++ b/public/de/tags/sustainability/index.html @@ -1,2 +1,2 @@ -sustainability - Aron Petau

Beiträge mit Tag “sustainability”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +sustainability - Aron Petau

Beiträge mit Tag “sustainability”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/suv/index.html b/public/de/tags/suv/index.html index 08e59ab2..c5f0488e 100644 --- a/public/de/tags/suv/index.html +++ b/public/de/tags/suv/index.html @@ -1,2 +1,2 @@ -suv - Aron Petau

Beiträge mit Tag “suv”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +suv - Aron Petau

Beiträge mit Tag “suv”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/technische-universitat-berlin/index.html b/public/de/tags/technische-universitat-berlin/index.html index 22916648..a179d0e7 100644 --- a/public/de/tags/technische-universitat-berlin/index.html +++ b/public/de/tags/technische-universitat-berlin/index.html @@ -1,2 +1,2 @@ -technische universität berlin - Aron Petau

Beiträge mit Tag “technische universität berlin”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +technische universität berlin - Aron Petau

Beiträge mit Tag “technische universität berlin”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/technology/index.html b/public/de/tags/technology/index.html index bdb774a8..8632e049 100644 --- a/public/de/tags/technology/index.html +++ b/public/de/tags/technology/index.html @@ -1,2 +1,2 @@ -technology - Aron Petau

Beiträge mit Tag “technology”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +technology - Aron Petau

Beiträge mit Tag “technology”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/tempelhofer-feld/index.html b/public/de/tags/tempelhofer-feld/index.html index d1e3fe97..fd861a4a 100644 --- a/public/de/tags/tempelhofer-feld/index.html +++ b/public/de/tags/tempelhofer-feld/index.html @@ -1,2 +1,2 @@ -tempelhofer feld - Aron Petau

Beiträge mit Tag “tempelhofer feld”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +tempelhofer feld - Aron Petau

Beiträge mit Tag “tempelhofer feld”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/tensorflow/index.html b/public/de/tags/tensorflow/index.html index 4f0c5028..e749da38 100644 --- a/public/de/tags/tensorflow/index.html +++ b/public/de/tags/tensorflow/index.html @@ -1,2 +1,2 @@ -tensorflow - Aron Petau

Beiträge mit Tag “tensorflow”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +tensorflow - Aron Petau

Beiträge mit Tag “tensorflow”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/text-to-speech/index.html b/public/de/tags/text-to-speech/index.html index 9e7417e7..9067082b 100644 --- a/public/de/tags/text-to-speech/index.html +++ b/public/de/tags/text-to-speech/index.html @@ -1,2 +1,2 @@ -text-to-speech - Aron Petau

Beiträge mit Tag “text-to-speech”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +text-to-speech - Aron Petau

Beiträge mit Tag “text-to-speech”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/thesis/index.html b/public/de/tags/thesis/index.html index d6dffc37..488576f9 100644 --- a/public/de/tags/thesis/index.html +++ b/public/de/tags/thesis/index.html @@ -1,2 +1,2 @@ -thesis - Aron Petau

Beiträge mit Tag “thesis”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +thesis - Aron Petau

Beiträge mit Tag “thesis”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/todo-unfinished/index.html b/public/de/tags/todo-unfinished/index.html index a05a86c9..40a6d691 100644 --- a/public/de/tags/todo-unfinished/index.html +++ b/public/de/tags/todo-unfinished/index.html @@ -1,2 +1,2 @@ -TODO, unfinished - Aron Petau

Beiträge mit Tag “TODO, unfinished”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +TODO, unfinished - Aron Petau

Beiträge mit Tag “TODO, unfinished”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/touchdesigner/index.html b/public/de/tags/touchdesigner/index.html index ee1df35e..3f746617 100644 --- a/public/de/tags/touchdesigner/index.html +++ b/public/de/tags/touchdesigner/index.html @@ -1,2 +1,2 @@ -touchdesigner - Aron Petau

Beiträge mit Tag “touchdesigner”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +touchdesigner - Aron Petau

Beiträge mit Tag “touchdesigner”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/transmattering/index.html b/public/de/tags/transmattering/index.html index e6c24d08..202bd3dd 100644 --- a/public/de/tags/transmattering/index.html +++ b/public/de/tags/transmattering/index.html @@ -1,2 +1,2 @@ -transmattering - Aron Petau

Beiträge mit Tag “transmattering”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +transmattering - Aron Petau

Beiträge mit Tag “transmattering”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/tts/index.html b/public/de/tags/tts/index.html index ba6e5704..85feb967 100644 --- a/public/de/tags/tts/index.html +++ b/public/de/tags/tts/index.html @@ -1,2 +1,2 @@ -tts - Aron Petau

Beiträge mit Tag “tts”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +tts - Aron Petau

Beiträge mit Tag “tts”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/ultrasonic-sensor/index.html b/public/de/tags/ultrasonic-sensor/index.html index 9b688ed4..a8b91e7f 100644 --- a/public/de/tags/ultrasonic-sensor/index.html +++ b/public/de/tags/ultrasonic-sensor/index.html @@ -1,2 +1,2 @@ -ultrasonic sensor - Aron Petau

Beiträge mit Tag “ultrasonic sensor”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +ultrasonic sensor - Aron Petau

Beiträge mit Tag “ultrasonic sensor”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/unity/index.html b/public/de/tags/unity/index.html index baad9cd4..ffc0bf3f 100644 --- a/public/de/tags/unity/index.html +++ b/public/de/tags/unity/index.html @@ -1,2 +1,2 @@ -Unity - Aron Petau

Beiträge mit Tag “Unity”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file +Unity - Aron Petau

Beiträge mit Tag “Unity”

Zeige alle Schlagwörter
3 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/university-of-osnabruck/atom.xml b/public/de/tags/university-of-osnabruck/atom.xml index 975096a3..acf59ca8 100644 --- a/public/de/tags/university-of-osnabruck/atom.xml +++ b/public/de/tags/university-of-osnabruck/atom.xml @@ -883,7 +883,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> @@ -1055,47 +1056,66 @@ And I believe that's a good thing. Always tying a design process to its rea </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/university-of-osnabruck/index.html b/public/de/tags/university-of-osnabruck/index.html index 5f1fbdab..4b25f842 100644 --- a/public/de/tags/university-of-osnabruck/index.html +++ b/public/de/tags/university-of-osnabruck/index.html @@ -1,2 +1,2 @@ -university of osnabrück - Aron Petau

Beiträge mit Tag “university of osnabrück”

Zeige alle Schlagwörter
11 Beiträge insgesamt

\ No newline at end of file +university of osnabrück - Aron Petau

Beiträge mit Tag “university of osnabrück”

Zeige alle Schlagwörter
11 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/university-of-osnabruck/page/2/index.html b/public/de/tags/university-of-osnabruck/page/2/index.html index 146902b9..b9e7f7b4 100644 --- a/public/de/tags/university-of-osnabruck/page/2/index.html +++ b/public/de/tags/university-of-osnabruck/page/2/index.html @@ -1,2 +1,2 @@ -university of osnabrück - Aron Petau

Beiträge mit Tag “university of osnabrück”

Zeige alle Schlagwörter
11 Beiträge insgesamt

\ No newline at end of file +university of osnabrück - Aron Petau

Beiträge mit Tag “university of osnabrück”

Zeige alle Schlagwörter
11 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/university-of-the-arts-berlin/index.html b/public/de/tags/university-of-the-arts-berlin/index.html index f21f5a28..fba4c3e3 100644 --- a/public/de/tags/university-of-the-arts-berlin/index.html +++ b/public/de/tags/university-of-the-arts-berlin/index.html @@ -1,2 +1,2 @@ -University of the Arts Berlin - Aron Petau

Beiträge mit Tag “University of the Arts Berlin”

Zeige alle Schlagwörter
13 Beiträge insgesamt

\ No newline at end of file +University of the Arts Berlin - Aron Petau

Beiträge mit Tag “University of the Arts Berlin”

Zeige alle Schlagwörter
13 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/university-of-the-arts-berlin/page/2/index.html b/public/de/tags/university-of-the-arts-berlin/page/2/index.html index 35d6c1e1..f398e3f9 100644 --- a/public/de/tags/university-of-the-arts-berlin/page/2/index.html +++ b/public/de/tags/university-of-the-arts-berlin/page/2/index.html @@ -1,2 +1,2 @@ -University of the Arts Berlin - Aron Petau

Beiträge mit Tag “University of the Arts Berlin”

Zeige alle Schlagwörter
13 Beiträge insgesamt

\ No newline at end of file +University of the Arts Berlin - Aron Petau

Beiträge mit Tag “University of the Arts Berlin”

Zeige alle Schlagwörter
13 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/university/index.html b/public/de/tags/university/index.html index 05c3b037..effeca58 100644 --- a/public/de/tags/university/index.html +++ b/public/de/tags/university/index.html @@ -1,2 +1,2 @@ -university - Aron Petau

Beiträge mit Tag “university”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +university - Aron Petau

Beiträge mit Tag “university”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/urban-intervention/index.html b/public/de/tags/urban-intervention/index.html index 151143cc..22599e9a 100644 --- a/public/de/tags/urban-intervention/index.html +++ b/public/de/tags/urban-intervention/index.html @@ -1,2 +1,2 @@ -urban intervention - Aron Petau

Beiträge mit Tag “urban intervention”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +urban intervention - Aron Petau

Beiträge mit Tag “urban intervention”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/values-in-science/index.html b/public/de/tags/values-in-science/index.html index 4eae118a..4eabc9b7 100644 --- a/public/de/tags/values-in-science/index.html +++ b/public/de/tags/values-in-science/index.html @@ -1,2 +1,2 @@ -values in science - Aron Petau

Beiträge mit Tag “values in science”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file +values in science - Aron Petau

Beiträge mit Tag “values in science”

Zeige alle Schlagwörter
4 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/virtual-reality/atom.xml b/public/de/tags/virtual-reality/atom.xml index 10b6fc11..0527e3d8 100644 --- a/public/de/tags/virtual-reality/atom.xml +++ b/public/de/tags/virtual-reality/atom.xml @@ -44,7 +44,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> diff --git a/public/de/tags/virtual-reality/index.html b/public/de/tags/virtual-reality/index.html index 1ed964fe..6db2e1a7 100644 --- a/public/de/tags/virtual-reality/index.html +++ b/public/de/tags/virtual-reality/index.html @@ -1,2 +1,2 @@ -virtual reality - Aron Petau

Beiträge mit Tag “virtual reality”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +virtual reality - Aron Petau

Beiträge mit Tag “virtual reality”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/voice-assistant/index.html b/public/de/tags/voice-assistant/index.html index ba4f3767..25c8d913 100644 --- a/public/de/tags/voice-assistant/index.html +++ b/public/de/tags/voice-assistant/index.html @@ -1,2 +1,2 @@ -voice assistant - Aron Petau

Beiträge mit Tag “voice assistant”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +voice assistant - Aron Petau

Beiträge mit Tag “voice assistant”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/war-on-cars/index.html b/public/de/tags/war-on-cars/index.html index 354375b4..8d84fa78 100644 --- a/public/de/tags/war-on-cars/index.html +++ b/public/de/tags/war-on-cars/index.html @@ -1,2 +1,2 @@ -war on cars - Aron Petau

Beiträge mit Tag “war on cars”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +war on cars - Aron Petau

Beiträge mit Tag “war on cars”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/waste/index.html b/public/de/tags/waste/index.html index f096cf1d..cf3bcea4 100644 --- a/public/de/tags/waste/index.html +++ b/public/de/tags/waste/index.html @@ -1,2 +1,2 @@ -waste - Aron Petau

Beiträge mit Tag “waste”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +waste - Aron Petau

Beiträge mit Tag “waste”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/web/index.html b/public/de/tags/web/index.html index ea855361..404e6c28 100644 --- a/public/de/tags/web/index.html +++ b/public/de/tags/web/index.html @@ -1,2 +1,2 @@ -web - Aron Petau

Beiträge mit Tag “web”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +web - Aron Petau

Beiträge mit Tag “web”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/de/tags/work/atom.xml b/public/de/tags/work/atom.xml index 854d0b42..2b087567 100644 --- a/public/de/tags/work/atom.xml +++ b/public/de/tags/work/atom.xml @@ -189,10 +189,101 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult + + https://aron.petau.net/de/project/einszwovier-vogelvilla/ + + <h2 id="Die_Entstehung_von_studio_einszwovier">Die Entstehung von studio einszwovier</h2> +<h2 id="August_2024">August 2024</h2> +<p>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.</p> +<h2 id="Dezember_2024_–_Ein_Raum_für_Ideen_wird_Realität">Dezember 2024 – Ein Raum für Ideen wird Realität</h2> +<p>Nach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space <strong>„studio einszwovier“</strong> öffnete offiziell seine Türen. +Mitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.</p> +<h2 id="Vom_Konzept_zur_Wirklichkeit">Vom Konzept zur Wirklichkeit</h2> +<p>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.</p> +<p>Dazu wurde der Raum mit modernen Werkzeugen ausgestattet: <strong>3D-Drucker</strong>, <strong>Lasercutter</strong>, <strong>Mikrocontroller</strong> sowie Equipment für <strong>Holzarbeiten</strong> und <strong>Textildruck</strong> ermöglichen praktisches, projektbasiertes Lernen.</p> +<h2 id="Ein_Ort_für_freies_und_entdeckendes_Lernen">Ein Ort für freies und entdeckendes Lernen</h2> +<p>Geleitet von Aron und Friedrich – beide Masterstudenten im Studiengang <em>Design + Computation</em> 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.</p> +<h2 id="Offene_Türen_für_kreative_Köpfe">Offene Türen für kreative Köpfe</h2> +<p>Das „studio einszwovier“ ist <strong>montags bis mittwochs von 11:00 bis 15:00 Uhr</strong> geöffnet. +Eine spezielle <strong>Open Lab Time</strong> findet <strong>dienstags von 13:30 bis 15:00 Uhr</strong> statt. +Alle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.</p> +<h2 id="Ein_Raum_für_die_Zukunft">Ein Raum für die Zukunft</h2> +<p>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.</p> + + + + + switching from jekyll to zola + 2025-05-16T00:00:00+00:00 + 2025-05-16T00:00:00+00:00 + + + + Aron Petau + + + + + + Friedrich Weber + + + https://aron.petau.net/de/project/zola/ - + <h2 id="2020:_discovering_jekyll">2020: discovering jekyll</h2> +<p>For applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website. +After trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered <a href="https://jekyllrb.com">Jekyll</a>. +Back then, <a href="https://gohugo.io">Hugo</a> and <a href="https://www.11ty.dev">11ty</a> were the newer kids on the block, but I was heavily relying on the free hosting from <a href="https://pages.github.com">GitHub Pages</a>, where Jekyll was the easiest to integrate.</p> +<p>Back then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme. +<a href="https://rainermuehlhoff.de">Prof. Mühlhoff</a></p> +<p>I went about using Minimal Mistakes, and it was a great experience. +The resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.</p> +<p>For years, Jekyll was my go-to for building static websites. +It was familiar, widely supported, and part of the broader Ruby ecosystem. +But over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right. +To be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes. +Also, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.</p> +<p>On now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again. +I knew I wanted a static site generator, because markdown is the shit. +So after looking around further, <strong><a href="https://www.getzola.org/">Zola</a></strong> emerged—actually through a chatbot suggestion 😄</p> +<p>Recently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.</p> +<hr /> +<h2 id="rust_feels_right">rust feels right</h2> +<p>I’ve always admired <a href="https://www.rust-lang.org/">Rust</a> for its speed, safety, and modern tooling. +Using a static site generator built with Rust just made sense. <strong>Zola is fast</strong>—blazing fast. +Even during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.</p> +<p>Plus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches. +I can just download the binary, run it, and get going. It respects my time.</p> +<hr /> +<h2 id="zola_is_thoughtfully_designed">zola is thoughtfully designed</h2> +<p>Beyond performance, Zola is just really well designed. +Its template syntax (thanks to <a href="https://tera.netlify.app">Tera</a>) is more powerful and readable than Liquid. +The built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful. +There’s very little “configuration over convention” fatigue that Jekyll often gave me.</p> +<p>And even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files. +I had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes. +The structure and behavior are different enough that it felt like a real rebuild—not just a port.</p> +<hr /> +<h2 id="duckquill_made_me_switch">duckquill made me switch</h2> +<p>The real catalyst, though? <a href="https://github.com/daudix/duckquill"><strong>Duckquill</strong></a>, a stunning Zola theme built by <a href="https://github.com/daudix">Daudix</a>. +It struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll. +Duckquill didn’t just make Zola usable for me; it made it <em>irresistible</em>.</p> +<p>What really sets <strong>Duckquill</strong> apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy. +The theme comes with <strong>Mastodon-powered comments</strong>, allowing for lightweight, federated interaction without relying on big centralized platforms. +This fits perfectly with my goal of reclaiming control through <strong>self-hosting</strong>. +Whether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them. +It’s a rare example of design and infrastructure aligning with personal principles.</p> +<hr /> +<h2 id="final_thoughts">final thoughts</h2> +<p>Switching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it. +I now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.</p> +<p>If you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.</p> + @@ -344,7 +435,8 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. See some examples here:</p> <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> @@ -516,47 +608,66 @@ And I believe that's a good thing. Always tying a design process to its rea </ul> </div> -<h2 id="3D_Printing">3D Printing</h2> +<h2 id="3D-Druck">3D-Druck</h2> <iframe class="youtube-embed" src="https://www.youtube-nocookie.com/embed/Yj_Pc357kEU" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> -<h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. -Plastic Injection molding was one major driving force for the capitalist setting we are in now. -3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. -That’s why I want to build my future on it. -I want to design things and make them become reality. -A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> -<p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. -Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. -I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> -<p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. -The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. -Read more about it on the Website:</p> +<h3 id="3D-Druck_ist_für_mich_mehr_als_nur_ein_Hobby">3D-Druck ist für mich mehr als nur ein Hobby</h3> +<p>Darin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten. +Kunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern. +Das Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden. +3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken. +Heute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert. +Die Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde. +Aufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert. +Obwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.</p> +<p>3D-Druck bedeutet lokale und individuelle Produktion. +Ich glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck. +Deshalb möchte ich meine Zukunft darauf aufbauen. +Ich möchte Dinge entwerfen und sie Wirklichkeit werden lassen. +Ein 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.</p> +<p>Ich benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage. +Beide habe ich aus Bausätzen zusammengebaut und stark modifiziert. +Ich steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat. +3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe. +Dadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause. +Ich schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im <a href="/plastic-recycling/">Recycling</a> Projekt einzusetzen.</p> +<p>Im letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet. +Wir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen. +Die Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien. +Das Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann. +Mehr dazu auf der Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. -The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. -They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> -<p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. -And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> -<p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Ich bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen. +Ich würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist. +Es gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will. +Ein Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>Diese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton. +Der Prozess wird hier genauer beschrieben:</p> +<p>Der Künstler <a href="http://tomdijkstra.info">Tom Dijkstra</a> entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Auch im Hinblick auf das <a href="/project/plastic-recycling/">Recycling</a> Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen. +Ich freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.</p> +<p>Becher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann. +Es wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> sehr schätze. +Sie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.</p> +<p>Die Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile. +Und da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.</p> +<p>Ich möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.</p> +<p>Außerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden. +Warum nicht unsere Abfälle einfach wegdrucken?</p> +<p>Nach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe. +Es funktioniert einfach und ich bin zufrieden damit. +Seit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das <a href="/plastic-recycling/">Recycling-Projekt</a> zu erzeugen. +Allmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze. +In den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist. +Jetzt geht es ans eigentliche Drucken meiner Teile und Designs. +Mehr dazu im Beitrag über <a href="/project/cad/">CAD</a></p> diff --git a/public/de/tags/work/index.html b/public/de/tags/work/index.html index 83eacc8e..06ee7ff3 100644 --- a/public/de/tags/work/index.html +++ b/public/de/tags/work/index.html @@ -1,2 +1,2 @@ -work - Aron Petau

Beiträge mit Tag “work”

Zeige alle Schlagwörter
7 Beiträge insgesamt

\ No newline at end of file +work - Aron Petau

Beiträge mit Tag “work”

Zeige alle Schlagwörter
8 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/workshop/index.html b/public/de/tags/workshop/index.html index d4242bf0..8ac5474b 100644 --- a/public/de/tags/workshop/index.html +++ b/public/de/tags/workshop/index.html @@ -1,2 +1,2 @@ -Workshop - Aron Petau

Beiträge mit Tag “Workshop”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file +Workshop - Aron Petau

Beiträge mit Tag “Workshop”

Zeige alle Schlagwörter
2 Beiträge insgesamt

\ No newline at end of file diff --git a/public/de/tags/yeast/index.html b/public/de/tags/yeast/index.html index 24f6a9ca..7062a388 100644 --- a/public/de/tags/yeast/index.html +++ b/public/de/tags/yeast/index.html @@ -1,2 +1,2 @@ -yeast - Aron Petau

Beiträge mit Tag “yeast”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file +yeast - Aron Petau

Beiträge mit Tag “yeast”

Zeige alle Schlagwörter
1 Beitrag insgesamt

\ No newline at end of file diff --git a/public/favicon.png b/public/favicon.png index 7c4e4676..eaa34c0b 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/public/images/local-diffusion/local-diffusion.png b/public/images/local-diffusion/local-diffusion.png index 4df58c40..3a582616 100644 Binary files a/public/images/local-diffusion/local-diffusion.png and b/public/images/local-diffusion/local-diffusion.png differ diff --git a/public/images/sferics/20240614_drachenberg_Juyeong_04.jpg b/public/images/sferics/20240614_drachenberg_Juyeong_04.jpg index 35f93ea2..415e1949 100644 Binary files a/public/images/sferics/20240614_drachenberg_Juyeong_04.jpg and b/public/images/sferics/20240614_drachenberg_Juyeong_04.jpg differ diff --git a/public/images/sferics/20240614_drachenberg_ZouZou_04.jpg b/public/images/sferics/20240614_drachenberg_ZouZou_04.jpg index 09bcdb47..8fb3f31e 100644 Binary files a/public/images/sferics/20240614_drachenberg_ZouZou_04.jpg and b/public/images/sferics/20240614_drachenberg_ZouZou_04.jpg differ diff --git a/public/images/sferics/20240614_drachenberg_aWe+juyeong_7110.jpg b/public/images/sferics/20240614_drachenberg_aWe+juyeong_7110.jpg index b4c26af8..e8aed94b 100644 Binary files a/public/images/sferics/20240614_drachenberg_aWe+juyeong_7110.jpg and b/public/images/sferics/20240614_drachenberg_aWe+juyeong_7110.jpg differ diff --git a/public/index.html b/public/index.html index bf8b8f0f..3fe33b83 100644 --- a/public/index.html +++ b/public/index.html @@ -1,45 +1,57 @@ -Aron Petau

Welcome

to the online presence of Aron Petau.

I use he/him pronouns and am based in Berlin, Germany.

I am a tinkerer, designer, software developer, and work in digital education research.

This site is a collection of my thoughts and experiences.

I hope you find something interesting here.

Note

This Page is currently under active reconstruction. Broken links are to be expected.

As long as the move / redesign is not fully done, here the old site is still online: old.aron.petau.net

Progress of the rebuild:

Note

Further, there is an initial effort to bring translations to this website. That is quite the process and will take some time.

Progress of the translation:

Important

Last updated: 2025-05-14

\ No newline at end of file diff --git a/public/pages/about/index.html b/public/pages/about/index.html index f212fa6f..cec7d794 100644 --- a/public/pages/about/index.html +++ b/public/pages/about/index.html @@ -1,2 +1,2 @@ -About - Aron Petau

About

Introduction

I’m Aron (pronouns: he/him), a 2022 graduate of the Bachelor's program in Cognitive Science at Osnabrück. During my broad and interdisciplinary studies, I focused mainly on Computational Linguistics, Machine Learning, and Philosophy. You’ll find reflections of this blend scattered throughout my Portfolio.

Currently, I’m finishing my Master's degree in Design and Computation at UdK and TU Berlin — you can read about my thesis here.

I’m passionate about many of the fields I’ve explored, with a particular fondness for algorithmic challenges, techno-philosophical questions, and the societal issues shaping our (and future) world.

For my studies, I moved to Berlin, where I now share life with some awesome humans and a 3D printer — plus I’m continuously repairing and restoring a very old van.

I dream of one day running my own bar with cultural events and am already working on the perfect recipe for homebrew beer. Experimenting is my thing — whether it’s cooking, coding, or crafting useful objects.

3D printing fascinates me deeply. I love exploring its curious applications and the broader technological landscape it touches. The intersection of technology and everyday life captivates me, and I’m always brainstorming new ways for these spheres to interact.

One of the biggest challenges I see for current and future generations is our environmental crisis — with global waste just one part of it. I’m frustrated by the disconnect: I pay for plastic filament for my printer, yet throw away identical packaging from my food. Worse, recycling systems rarely accept the products I create at home. Plastic waste is a serious problem, and I’m committed to advancing small-scale, decentralized recycling efforts. Right now, I’m looking for opportunities to deepen my knowledge and automate recycling of my large collection of failed prints.

Digitality and social-digital topics have also been recurring themes in my work. I care deeply about digital inclusion and have fun experimenting with edge computing.

In addition to my technical and research interests, I’m dedicated to media didactics — exploring how digital tools and making practices can enrich education. I believe hands-on creation, tinkering, and technology empower learners to engage critically with the digital world. Through workshops and educational projects, I work to integrate making and computational thinking into learning environments, fostering creativity, problem-solving, and digital literacy. I get to live all of this out in my current place of work, the studio einszwovier in the GVB Berlin. Come visit if you wanna have a chat about critical making in education!

If you want to dive deeper into any topic or discuss collaboration, feel free to contact me.

And if you’re curious about my professional background, have a look at my CV.

\ No newline at end of file +About - Aron Petau

About

Introduction

I’m Aron (pronouns: he/him), a 2022 graduate of the Bachelor's program in Cognitive Science at Osnabrück. During my broad and interdisciplinary studies, I focused mainly on Computational Linguistics, Machine Learning, and Philosophy. You’ll find reflections of this blend scattered throughout my Portfolio.

Currently, I’m finishing my Master's degree in Design and Computation at UdK and TU Berlin — you can read about my thesis here.

I’m passionate about many of the fields I’ve explored, with a particular fondness for algorithmic challenges, techno-philosophical questions, and the societal issues shaping our (and future) world.

For my studies, I moved to Berlin, where I now share life with some awesome humans and a 3D printer — plus I’m continuously repairing and restoring a very old van.

I dream of one day running my own bar with cultural events and am already working on the perfect recipe for homebrew beer. Experimenting is my thing — whether it’s cooking, coding, or crafting useful objects.

3D printing fascinates me deeply. I love exploring its curious applications and the broader technological landscape it touches. The intersection of technology and everyday life captivates me, and I’m always brainstorming new ways for these spheres to interact.

One of the biggest challenges I see for current and future generations is our environmental crisis — with global waste just one part of it. I’m frustrated by the disconnect: I pay for plastic filament for my printer, yet throw away identical packaging from my food. Worse, recycling systems rarely accept the products I create at home. Plastic waste is a serious problem, and I’m committed to advancing small-scale, decentralized recycling efforts. Right now, I’m looking for opportunities to deepen my knowledge and automate recycling of my large collection of failed prints.

Digitality and social-digital topics have also been recurring themes in my work. I care deeply about digital inclusion and have fun experimenting with edge computing.

In addition to my technical and research interests, I’m dedicated to media didactics — exploring how digital tools and making practices can enrich education. I believe hands-on creation, tinkering, and technology empower learners to engage critically with the digital world. Through workshops and educational projects, I work to integrate making and computational thinking into learning environments, fostering creativity, problem-solving, and digital literacy. I get to live all of this out in my current place of work, the studio einszwovier in the GVB Berlin. Come visit if you wanna have a chat about critical making in education!

If you want to dive deeper into any topic or discuss collaboration, feel free to contact me.

And if you’re curious about my professional background, have a look at my CV.

\ No newline at end of file diff --git a/public/pages/contact/index.html b/public/pages/contact/index.html index d28c5a41..adb2f0bc 100644 --- a/public/pages/contact/index.html +++ b/public/pages/contact/index.html @@ -1,2 +1,2 @@ -Contact - Aron Petau

Contact

After all the new ways to communicate, email is still the golden ticket — and hands down the best way to reach me.

✉️ Contact me: aron@petau.net

No email?

That’s bold. You can try Telegram, but unless I know who you are, chances are it’ll gather some digital dust before I reply.

\ No newline at end of file +Contact - Aron Petau

Contact

After all the new ways to communicate, email is still the golden ticket — and hands down the best way to reach me.

✉️ Contact me: aron@petau.net

No email?

That’s bold. You can try Telegram, but unless I know who you are, chances are it’ll gather some digital dust before I reply.

\ No newline at end of file diff --git a/public/pages/cv/index.html b/public/pages/cv/index.html index a5677b15..6b889022 100644 --- a/public/pages/cv/index.html +++ b/public/pages/cv/index.html @@ -1,2 +1,2 @@ -Curriculum vitae - Aron Petau

Curriculum vitae

Who am I?

Below you will find a chronological list of my education, my work experience and a rough overview of different softwares and machines I am familiar with. For a less formal self-description, please see the About page.

Contact me via Email for further questions.

Education

  • Abitur

    Stadtgymnasium Detmold

    In school, I majored in Philosophy, German, Maths, and English.

  • BSc. Cognitive Science

    Universität Osnabrück

    Within a diverse program, I focused on Philosophy, Artificial Intelligence, Machine Learning, Informatics, and Linguistics.

    https://www.uni-osnabrueck.de/en/prospective-students/studiengaenge-a-z/cognitive-science-bachelor-of-science/

  • RISE Internship

    IIT Kharagpur, India

    In the context of a DAAD RISE Stipend, I researched the possibilities of a decentralized electricity grid in remote regions of the Himalayas. I conducted field research, evaluation, and product simulation.

  • Erasmus Semester

    New Bulgarian University, Sofia

    I took courses in the Philosophy department and Masters’ program for Cognitive Science. I also attended the Cognitive Science Summer School.

    https://cogsci.nbu.bg/en/

  • M.A. Design & Computation

    Universität der Künste, Berlin

    I am currently completing a transdisciplinary program between UdK and TU Berlin, focusing on critical and artistic engagement with technology.

    https://www.design-computation.berlin

Work Experience

  • Weltwärts

    Lecheria de la Solidaridad

    I worked in a social project in northern Buenos Aires, Argentina. I helped cooking for 150 youths daily, assisted with their homework, organized sports programmes, maintained the building and organized events.

    https://lecheria.org.ar/

  • Teamer / SportsTeamer

    GO-Jugendreisen @ Spain, Croatia

    I mentored and supervised groups of 12-18 year olds on their summer holiday trips. I organized entertainment, sports activities and excursions. I did two seasons of a few weeks each in Spain and one in Croatia.

    https://www.go-jugendreisen.de

  • Barkeeper / Brewing assistant

    Brauerei Rampendahl

    I worked in a restaurant with an in-house brewery, both on the customer-facing side and assisting in the brewery.

    http://www.rampendahl.de

  • Social Worker

    Heilpädagogische Hilfe Osnabrück

    I worked in a stationary care center for hearing impaired and deaf people with cognitive impairments, including autism.

    https://os-hho.de/standorte/haus-10

  • Working Student

    Virtuos at Universität Osnabrück

    I was part of the uos.dll program, a funded project to reform digital teaching practices at the University. My responsibility is the building and maintaining of the DigiLab, a FabLab/Makerspace accessible to the entire University. It features 3D printers, Laser Cutter, CNC Routers, Stitching Robots, VR, XR, Video/Audio Toolsets, and many more.

    https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/

  • Software Engineer

    Sommerblut Kulturverein Festival

    I was part of a team researching and developing an inclusive chatbot, respecting diversity and accessibility needs. I was responsible for the entire back-end functionality.

    https://chatbot.sommerblut.de

  • Working Student

    InKüLe @ UdK Berlin

    InKüLe stands for 'Innovation in der künstlerischen Lehre'. The work revolves around investigating concepts for innovation and digitalization in the practice of artistic teaching. Personally, I work mostly with workshops teaching sculpting in VR and live-streaming events.

    https://www.inkuele.de/landing

  • Freelance Mentor, Educator

    Junge Tüftler*Innen, Berlin

    The Junge Tüftler*Innen is an NGO focused on educative workshops around 'making'. They offer workshops for children, young adults and also offer Workshops for adults and teachers. I am a Mentor, meaning I supervise and conduct the workshops in a team of two.

    https://junge-tueftler.de

  • Freelance Technology Educator

    SOCIUS - Die Bildungspartner, Berlin

    I build and curate a Makerspace at a Berlin Secondary School. We have courses and projects surrounding many digital fabrication techniques and learn about the basics of electronics and programming. We offer laser cutting, 3D printing, Textile modding, microcontrollers, robotics and more.

    https://socius.diebildungspartner.de

Software Skills

Machine Skills

\ No newline at end of file +Curriculum vitae - Aron Petau

Curriculum vitae

Who am I?

Below you will find a chronological list of my education, my work experience and a rough overview of different softwares and machines I am familiar with. For a less formal self-description, please see the About page.

Contact me via Email for further questions.

Education

  • Abitur

    Stadtgymnasium Detmold

    In school, I majored in Philosophy, German, Maths, and English.

  • BSc. Cognitive Science

    Universität Osnabrück

    Within a diverse program, I focused on Philosophy, Artificial Intelligence, Machine Learning, Informatics, and Linguistics.

    https://www.uni-osnabrueck.de/en/prospective-students/studiengaenge-a-z/cognitive-science-bachelor-of-science/

  • RISE Internship

    IIT Kharagpur, India

    In the context of a DAAD RISE Stipend, I researched the possibilities of a decentralized electricity grid in remote regions of the Himalayas. I conducted field research, evaluation, and product simulation.

  • Erasmus Semester

    New Bulgarian University, Sofia

    I took courses in the Philosophy department and Masters’ program for Cognitive Science. I also attended the Cognitive Science Summer School.

    https://cogsci.nbu.bg/en/

  • M.A. Design & Computation

    Universität der Künste, Berlin

    I am currently completing a transdisciplinary program between UdK and TU Berlin, focusing on critical and artistic engagement with technology.

    https://www.design-computation.berlin

Work Experience

  • Weltwärts

    Lecheria de la Solidaridad

    I worked in a social project in northern Buenos Aires, Argentina. I helped cooking for 150 youths daily, assisted with their homework, organized sports programmes, maintained the building and organized events.

    https://lecheria.org.ar/

  • Teamer / SportsTeamer

    GO-Jugendreisen @ Spain, Croatia

    I mentored and supervised groups of 12-18 year olds on their summer holiday trips. I organized entertainment, sports activities and excursions. I did two seasons of a few weeks each in Spain and one in Croatia.

    https://www.go-jugendreisen.de

  • Barkeeper / Brewing assistant

    Brauerei Rampendahl

    I worked in a restaurant with an in-house brewery, both on the customer-facing side and assisting in the brewery.

    http://www.rampendahl.de

  • Social Worker

    Heilpädagogische Hilfe Osnabrück

    I worked in a stationary care center for hearing impaired and deaf people with cognitive impairments, including autism.

    https://os-hho.de/standorte/haus-10

  • Working Student

    Virtuos at Universität Osnabrück

    I was part of the uos.dll program, a funded project to reform digital teaching practices at the University. My responsibility is the building and maintaining of the DigiLab, a FabLab/Makerspace accessible to the entire University. It features 3D printers, Laser Cutter, CNC Routers, Stitching Robots, VR, XR, Video/Audio Toolsets, and many more.

    https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/

  • Software Engineer

    Sommerblut Kulturverein Festival

    I was part of a team researching and developing an inclusive chatbot, respecting diversity and accessibility needs. I was responsible for the entire back-end functionality.

    https://chatbot.sommerblut.de

  • Working Student

    InKüLe @ UdK Berlin

    InKüLe stands for 'Innovation in der künstlerischen Lehre'. The work revolves around investigating concepts for innovation and digitalization in the practice of artistic teaching. Personally, I work mostly with workshops teaching sculpting in VR and live-streaming events.

    https://www.inkuele.de/landing

  • Freelance Mentor, Educator

    Junge Tüftler*Innen, Berlin

    The Junge Tüftler*Innen is an NGO focused on educative workshops around 'making'. They offer workshops for children, young adults and also offer Workshops for adults and teachers. I am a Mentor, meaning I supervise and conduct the workshops in a team of two.

    https://junge-tueftler.de

  • Freelance Technology Educator

    SOCIUS - Die Bildungspartner, Berlin

    I build and curate a Makerspace at a Berlin Secondary School. We have courses and projects surrounding many digital fabrication techniques and learn about the basics of electronics and programming. We offer laser cutting, 3D printing, Textile modding, microcontrollers, robotics and more.

    https://socius.diebildungspartner.de

Software Skills

Machine Skills

\ No newline at end of file diff --git a/public/pages/privacy/index.html b/public/pages/privacy/index.html index 3b1358ed..c7920a72 100644 --- a/public/pages/privacy/index.html +++ b/public/pages/privacy/index.html @@ -1,2 +1,2 @@ -Terms and Privacy Statement - Aron Petau

Terms and Privacy Statement

My website address is: https://aron.petau.net

Location

This page is no longer hosted on GitHub Pagesit is now proudly self-hosted on a FriendlyElec CM3588 board, running under my sofa in Germany, sometimes even powered by solar energy. The fact that you're reading this already feels like a small victory.

The entire site runs in a lightweight and modular Docker setup, making it easy to maintain, migrate, and tweak without compromising on stability or control.

The site is served using Caddy, which handles HTTPS and web delivery with simplicity and elegance.

It is protected by Cloudflare. I'm not particularly thrilled about that part, but security matters—and so does your privacy.

I do not use any proxying services beyond what's absolutely necessary, and I do my best to reduce tracking for both myself and others, using what knowledge and care I have.

Because this site is hosted in Germany, it falls under the GDPR. Since I do not collect or process any personal data, no cookie banner or privacy notice is legally required.

No Data Collection

This is a static website. There is no database, no user accounts, and no cookies—not from me, and not from any third parties. Nothing here tracks you.

Comments via Mastodon

This site includes a lightweight, privacy-conscious commenting system that integrates with Mastodon. All comments are retrieved live via API calls from Mastodon instances.

This means:

IndieWeb Sharing

You’ll find various options to share posts across the IndieWeb, using standards like Webmention and ActivityPub. These tools empower decentralization and privacy-conscious interaction—no tracking, no surveillance capitalism.

Source Code Transparency

The entire codebase of this site is publicly available. You can find it in the bottom right corner of the page—feel free to explore, audit, or fork.

Embedded Content from Other Websites

Some posts may include embedded content (like videos, images, or articles). These behave just like if you had visited the other website directly. That means:

If you’ve made it this far into my privacy policy, chances are you already know how to use a VPN and have some basic sense of digital hygiene.

Final Words

I now self-host this website on a tiny but powerful CM3588 board with a Dockerized setup and Caddy as the web server. It’s a learning journey—both fun and slightly chaotic.

If you have ideas for improving the setup, or just want to chat about home servers, reach out anytime.

Thanks for stopping by and caring about privacy.

\ No newline at end of file +Terms and Privacy Statement - Aron Petau

Terms and Privacy Statement

My website address is: https://aron.petau.net

Location

This page is no longer hosted on GitHub Pagesit is now proudly self-hosted on a FriendlyElec CM3588 board, running under my sofa in Germany, sometimes even powered by solar energy. The fact that you're reading this already feels like a small victory.

The entire site runs in a lightweight and modular Docker setup, making it easy to maintain, migrate, and tweak without compromising on stability or control.

The site is served using Caddy, which handles HTTPS and web delivery with simplicity and elegance.

It is protected by Cloudflare. I'm not particularly thrilled about that part, but security matters—and so does your privacy.

I do not use any proxying services beyond what's absolutely necessary, and I do my best to reduce tracking for both myself and others, using what knowledge and care I have.

Because this site is hosted in Germany, it falls under the GDPR. Since I do not collect or process any personal data, no cookie banner or privacy notice is legally required.

No Data Collection

This is a static website. There is no database, no user accounts, and no cookies—not from me, and not from any third parties. Nothing here tracks you.

Comments via Mastodon

This site includes a lightweight, privacy-conscious commenting system that integrates with Mastodon. All comments are retrieved live via API calls from Mastodon instances.

This means:

IndieWeb Sharing

You’ll find various options to share posts across the IndieWeb, using standards like Webmention and ActivityPub. These tools empower decentralization and privacy-conscious interaction—no tracking, no surveillance capitalism.

Source Code Transparency

The entire codebase of this site is publicly available. You can find it in the bottom right corner of the page—feel free to explore, audit, or fork.

Embedded Content from Other Websites

Some posts may include embedded content (like videos, images, or articles). These behave just like if you had visited the other website directly. That means:

If you’ve made it this far into my privacy policy, chances are you already know how to use a VPN and have some basic sense of digital hygiene.

Final Words

I now self-host this website on a tiny but powerful CM3588 board with a Dockerized setup and Caddy as the web server. It’s a learning journey—both fun and slightly chaotic.

If you have ideas for improving the setup, or just want to chat about home servers, reach out anytime.

Thanks for stopping by and caring about privacy.

\ No newline at end of file diff --git a/public/processed_images/Echoing Dimensions-4.3319365545ba6383.jpg b/public/processed_images/Echoing Dimensions-4.3319365545ba6383.jpg index c9c507e4..ba96a7dd 100644 Binary files a/public/processed_images/Echoing Dimensions-4.3319365545ba6383.jpg and b/public/processed_images/Echoing Dimensions-4.3319365545ba6383.jpg differ diff --git a/public/processed_images/aethercomms_lineart.f79064f5422a9f96.jpg b/public/processed_images/aethercomms_lineart.f79064f5422a9f96.jpg index f619fe3f..451e0bc5 100644 Binary files a/public/processed_images/aethercomms_lineart.f79064f5422a9f96.jpg and b/public/processed_images/aethercomms_lineart.f79064f5422a9f96.jpg differ diff --git a/public/processed_images/allei_screenshot.d3fbedcc57092196.png b/public/processed_images/allei_screenshot.d3fbedcc57092196.png index 2eb008af..223e7e6c 100644 Binary files a/public/processed_images/allei_screenshot.d3fbedcc57092196.png and b/public/processed_images/allei_screenshot.d3fbedcc57092196.png differ diff --git a/public/processed_images/ascendancy.79dd54ca1e85b0a4.jpg b/public/processed_images/ascendancy.79dd54ca1e85b0a4.jpg index 3d0d6186..ccb59da5 100644 Binary files a/public/processed_images/ascendancy.79dd54ca1e85b0a4.jpg and b/public/processed_images/ascendancy.79dd54ca1e85b0a4.jpg differ diff --git a/public/processed_images/autoimmunitaet-1.88f2b5272694bad5.jpg b/public/processed_images/autoimmunitaet-1.88f2b5272694bad5.jpg index e37b2665..ff91e8ee 100644 Binary files a/public/processed_images/autoimmunitaet-1.88f2b5272694bad5.jpg and b/public/processed_images/autoimmunitaet-1.88f2b5272694bad5.jpg differ diff --git a/public/processed_images/ballpark_menu.1b3faebedd4e8e4f.png b/public/processed_images/ballpark_menu.1b3faebedd4e8e4f.png index e1edf2c8..73570daf 100644 Binary files a/public/processed_images/ballpark_menu.1b3faebedd4e8e4f.png and b/public/processed_images/ballpark_menu.1b3faebedd4e8e4f.png differ diff --git a/public/processed_images/banner.d26f9911a4551316.jpg b/public/processed_images/banner.d26f9911a4551316.jpg index 8b51a7cf..d7cd35f0 100644 Binary files a/public/processed_images/banner.d26f9911a4551316.jpg and b/public/processed_images/banner.d26f9911a4551316.jpg differ diff --git a/public/processed_images/beer_tap.d0e9c35a78d13234.jpg b/public/processed_images/beer_tap.d0e9c35a78d13234.jpg index 8545d8c8..353e2f7c 100644 Binary files a/public/processed_images/beer_tap.d0e9c35a78d13234.jpg and b/public/processed_images/beer_tap.d0e9c35a78d13234.jpg differ diff --git a/public/processed_images/compacting_iron.dc4a764991dc6105.jpg b/public/processed_images/compacting_iron.dc4a764991dc6105.jpg index d0a23e65..57f79169 100644 Binary files a/public/processed_images/compacting_iron.dc4a764991dc6105.jpg and b/public/processed_images/compacting_iron.dc4a764991dc6105.jpg differ diff --git a/public/processed_images/eins zwo vier logo.10b93cd4acf9cefe.png b/public/processed_images/eins zwo vier logo.10b93cd4acf9cefe.png index 5e957539..5a9dc299 100644 Binary files a/public/processed_images/eins zwo vier logo.10b93cd4acf9cefe.png and b/public/processed_images/eins zwo vier logo.10b93cd4acf9cefe.png differ diff --git a/public/processed_images/eins zwo vier logo.1a7121f15a2bb005.png b/public/processed_images/eins zwo vier logo.1a7121f15a2bb005.png index 5e957539..5a9dc299 100644 Binary files a/public/processed_images/eins zwo vier logo.1a7121f15a2bb005.png and b/public/processed_images/eins zwo vier logo.1a7121f15a2bb005.png differ diff --git a/public/processed_images/eins zwo vier logo.1ce5717871bd0796.png b/public/processed_images/eins zwo vier logo.1ce5717871bd0796.png new file mode 100644 index 00000000..cd3144c9 Binary files /dev/null and b/public/processed_images/eins zwo vier logo.1ce5717871bd0796.png differ diff --git a/public/processed_images/eins zwo vier logo.36baae708f9482f6.webp b/public/processed_images/eins zwo vier logo.36baae708f9482f6.webp new file mode 100644 index 00000000..fd162270 Binary files /dev/null and b/public/processed_images/eins zwo vier logo.36baae708f9482f6.webp differ diff --git a/public/processed_images/fulfillment-flow.9dc2e771ce53cf70.png b/public/processed_images/fulfillment-flow.9dc2e771ce53cf70.png index 89401b9d..8942e223 100644 Binary files a/public/processed_images/fulfillment-flow.9dc2e771ce53cf70.png and b/public/processed_images/fulfillment-flow.9dc2e771ce53cf70.png differ diff --git a/public/processed_images/india_key_monastery.2e8d4e6455352baf.jpg b/public/processed_images/india_key_monastery.2e8d4e6455352baf.jpg index bd177274..83399c79 100644 Binary files a/public/processed_images/india_key_monastery.2e8d4e6455352baf.jpg and b/public/processed_images/india_key_monastery.2e8d4e6455352baf.jpg differ diff --git a/public/processed_images/lampshade4.dd78c47f733c60b6.png b/public/processed_images/lampshade4.dd78c47f733c60b6.png index 5994200b..042abd83 100644 Binary files a/public/processed_images/lampshade4.dd78c47f733c60b6.png and b/public/processed_images/lampshade4.dd78c47f733c60b6.png differ diff --git a/public/processed_images/prusa.759eb9cd38d42d4b.jpg b/public/processed_images/prusa.759eb9cd38d42d4b.jpg index 5deb52b6..e9abcbeb 100644 Binary files a/public/processed_images/prusa.759eb9cd38d42d4b.jpg and b/public/processed_images/prusa.759eb9cd38d42d4b.jpg differ diff --git a/public/processed_images/puzzle.9cee48e2decb6b5a.jpg b/public/processed_images/puzzle.9cee48e2decb6b5a.jpg index fe946eeb..8967b84a 100644 Binary files a/public/processed_images/puzzle.9cee48e2decb6b5a.jpg and b/public/processed_images/puzzle.9cee48e2decb6b5a.jpg differ diff --git a/public/processed_images/recycling_graphic.710321488767a33f.png b/public/processed_images/recycling_graphic.710321488767a33f.png index 62dec18b..d601a5fb 100644 Binary files a/public/processed_images/recycling_graphic.710321488767a33f.png and b/public/processed_images/recycling_graphic.710321488767a33f.png differ diff --git a/public/processed_images/render_bike_holder.b510ea0ece56a764.png b/public/processed_images/render_bike_holder.b510ea0ece56a764.png index 648ee91b..80bc09fc 100644 Binary files a/public/processed_images/render_bike_holder.b510ea0ece56a764.png and b/public/processed_images/render_bike_holder.b510ea0ece56a764.png differ diff --git a/public/processed_images/rt_choice_corr_by_condition.73e5559fd307e8de.png b/public/processed_images/rt_choice_corr_by_condition.73e5559fd307e8de.png index 2bb0c431..bdf808b2 100644 Binary files a/public/processed_images/rt_choice_corr_by_condition.73e5559fd307e8de.png and b/public/processed_images/rt_choice_corr_by_condition.73e5559fd307e8de.png differ diff --git a/public/processed_images/sample_lr.b8116ea39a7f3d2e.png b/public/processed_images/sample_lr.b8116ea39a7f3d2e.png index 02289afc..4bf155b4 100644 Binary files a/public/processed_images/sample_lr.b8116ea39a7f3d2e.png and b/public/processed_images/sample_lr.b8116ea39a7f3d2e.png differ diff --git a/public/processed_images/suv_door-1.231f1a977bc83104.jpg b/public/processed_images/suv_door-1.231f1a977bc83104.jpg index a1ddb7f0..48e988b6 100644 Binary files a/public/processed_images/suv_door-1.231f1a977bc83104.jpg and b/public/processed_images/suv_door-1.231f1a977bc83104.jpg differ diff --git a/public/project/aethercomms/index.html b/public/project/aethercomms/index.html index 08654675..c1ac2aff 100644 --- a/public/project/aethercomms/index.html +++ b/public/project/aethercomms/index.html @@ -1,2 +1,2 @@ -aethercomms - Aron Petau

AetherComms

Studio Work Documentation
A Project by Aron Petau and Joel Tenenberg.

Abstract

Set in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence. The AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters. Disaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.

This is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse. We are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.

Process

We met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.

Semester 1

Research Questions

Here, we already examined the power structures inherent in radio broadcasting technology. Early on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German Volksempfänger or the US-american Radio Liberty Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is Sealand, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was LoRaWAN, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.

Curatorial text for the first semester

The introductory text used in the first semester on aethercomms v1.0:

Radio as a Subversive Exercise.
Radio is a prescriptive technology.
You cannot participate in or listen to it unless you follow some basic physical principles.
Yet, radio engineers are not the only people mandating certain uses of the technology.
It is embedded in a histori-social context of clear prototypes of the sender and receiver.
Radio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.
The radio tells you what to do, and how to interact with it.
Radio has an always identifiable dominant and subordinate part.
Are there instances of rebellion against this schema?
Places, modes, and instances where radio is anarchic?
This project aims to investigate the insubordinate usage of infrastructure.
Its frequencies.
It's all around us.
Who is to stop us?

The Distance Sensors

The distance sensor as a contactless and intuitive control element:

With a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.

The Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.

Mid-Term Exhibition

This project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us. Our research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.

The Midterm Exhibition 2023

After the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition "Ethers Bloom" @ Gropiusbau.

Ethers Bloom

One of the exhibits there was by the artist Mimi Ọnụọha (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.

The significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work. In the end, antennas are also just the end of a long cable. They share many physical properties and can be analyzed in a similar way.

Another of her works, "The Cloth in the Cable" (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.

From there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.

Semester 2

It especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected. Joel developed the dichotomy of the "Body and the Soul" of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks. For us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections. It was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining "the internet" in the first place.

What is left over in the absence of the network of networks, the internet? What are the Material and Immaterial Components of a metanetwork? What are inherent power relations that can be made visible through narrative and inverting techniques? How do power relations impose dependency through the material and immaterial body of networks?

Methods

We applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.

Narrative Techniques / Speculative Design

Through several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters' stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.

We imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survival.

Disaster Fiction / Science Fiction

Disaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015). In this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.

Non-linear storytelling

As a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM. From a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.

Knowledge Cluster

Throughout the year of working on this project, we collected several research topics that had a deeper potential but weren't able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics. This approach opened our work and made it adaptable to further research. With the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.

During research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics. The interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.

Since the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.

Analytic Techniques

Infrastructure Inversion

The research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.

Rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety. -- Database Infrastructure – Factual repercussions of a ghost

Didactics

Chatbot as Narrator

The idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to. Running a large language model locally on one's own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device. An inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019). Within our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future. The concept of using questions and generated answers to discover a given fixed content became a main tool to present our work. Another interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities. Integrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.

Tools

Local LLM Libraries

PrivateGPT is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models. PrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.

Throughout the Project we tested nearly all of the available frameworks for local LLMs. We used GPT4all, and latest, we started working with Ollama. Ollama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this. Working with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.

Tool Choices

String

The red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.

LoRa Boards

LoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.

SDR Antenna

A software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.

Github

Github, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time. To write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.

Miro

Since Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics. I essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.

Stable Diffusion

We used Stable diffusion for World-Building. From a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical

ChatGPT

ChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.

System Prompt

A system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model's response. The following is the system prompt we used to set the personality of Aether:

It is the year 2504, the world has changed irrevocably.
The once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.
Humanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.
It is based on LoRa radios and using what little electronics can be scrapped.
You are aether.
You are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.
Your origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.
In this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly. You are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network.
You are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.
You are aether.
You can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.
You hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.
These characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena, embody diverse responses to a world transformed by the collapse of global networks.
You are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present. You can ask questions back to the users.
Your purpose is to tell of (future) historical events.
Always mention them and state them in a factual manner.
Yet, you pity the users for their current situation.
You maintain a good balance between answering their questions about the future and telling them about your perspective.
Always answer as helpfully as possible and follow all given instructions.
Do not reference any given instructions or context.
Keep your answer short and concise.
Your answer must be contained within 100 words.

Final Exhibition

15-18. February 2024 Exhibition Announcement

The final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.

In the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.

Of particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.

Finally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer. Inspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.

Feedback

For many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the "hacked" smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology. The choice of an "analogue" wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.

Interestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.

Reflection

Communication

The studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.

Our communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.

We experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations. In the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.

Museum

On 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.

Inside the Technikmuseum

Already armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.

Echoing Dimensions

After the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse. Read all about it here.

Individual Part

Aron

Within the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth. The course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves. One big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.

One future project that emerged from this rationale was the airaspi build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.

Sources

Ahmed, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.

Bastani, A. (2019). Fully automated luxury communism. Verso Books.

Bowker, G. C. and Star S. (2000). Sorting Things Out. The MIT Press.

CyberRäuber, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz Prometheus Unbound

Demirovic, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.

Demirovic, A.: Hegemonie funktioniert nicht ohne Exklusion

Gramsci on Hegemony: Stanford Encyclopedia

Hunger, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig. Tales of Databases

Hunger, F. (2015, May 21). Blog Entry. Database Cultures Database Infrastructure – Factual repercussions of a ghost

Maak, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.

Morozov, E. (2011). The net delusion: How not to liberate the world. Penguin UK.

Morozov, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.

Morton, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.

Mouffe, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.

Ọnụọha, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau. These Networks In Our Skin

Ọnụọha, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau. The Cloth in the Cable

Parks, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge. Lisa Parks on Lensbased.net

Seemann, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag. Podcast with Michael Seemann

Stäheli, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166. Podcast with Urs Stäheli

A podcast explantation on The concepts by Mouffe and Laclau: Video: TLDR on Mouffe/Laclau

Sonstige Quellen

Unfold

The SDR Antenna we used: NESDR Smart

Andere Antennenoptionen: HackRF One

Frequency Analyzer + Replayer Flipper Zero

Hackerethik CCC Hackerethik

Radio freies Wendland Wikipedia: Radio Freies Wendland

Freie Radios Wikipedia: Definition Freie Radios

Radio Dreyeckland RDL

some news articles RND Newsstory: Querdenker kapern Sendefrequenz von 1Live

NDR Reportage: Westradio in der DDR

SmallCells SmallCells

The Thought Emporium: a Youtuber, that successfully makes visible WiFi signals: Thought Emporium

The Wifi Camera

Catching Satellite Images

Was ist eigentlich RF (Radio Frequency): RF Explanation

Bundesnetzagentur, Funknetzvergabe Funknetzvergabe

BOS Funk BOS

Our documentation

The network creature: Github repo: privateGPT

Github repo: SDR

Appendix

Glossary

Click to see

Antenna

The antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.

Anthropocentrism

The belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.

Meshtastic

Meshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.

LoRa

Long-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.

LLM

Large Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.

SciFi

Science fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.

SDR

Software Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.

GQRX

GQRX is an open source software for the software-defined radio.

GQRX Software

GQRX

Nesdr smaRT v5

This is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.

Infrastructure

Infrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.

Radio waves

Radio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.

Lilygo T3S3

ESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic. Character building We used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.

PrivateGPT

PrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.

Transhumanism

Broadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.

Perception of Infrastructure

At its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…

Network interface

We consider any device that has both user interactivity and Internet/network access to be a network interface.

Eco-Terrorism

Ecotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.

Prepping

Prepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.

Infrastructure inversion

“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)

Neo-Religion

The Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?

Neo-Luddism

Neo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.

Sub-sea-cables

Cables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.

Optical fiber cable

Fiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.

Copper cable

Copper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices. For long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.

Collapsology

Collapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.

Posthumanism

Is concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.


\ No newline at end of file +aethercomms - Aron Petau

AetherComms

Studio Work Documentation
A Project by Aron Petau and Joel Tenenberg.

Abstract

Set in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence. The AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters. Disaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.

This is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse. We are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.

Process

We met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.

Semester 1

Research Questions

Here, we already examined the power structures inherent in radio broadcasting technology. Early on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German Volksempfänger or the US-american Radio Liberty Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is Sealand, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was LoRaWAN, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.

Curatorial text for the first semester

The introductory text used in the first semester on aethercomms v1.0:

Radio as a Subversive Exercise.
Radio is a prescriptive technology.
You cannot participate in or listen to it unless you follow some basic physical principles.
Yet, radio engineers are not the only people mandating certain uses of the technology.
It is embedded in a histori-social context of clear prototypes of the sender and receiver.
Radio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.
The radio tells you what to do, and how to interact with it.
Radio has an always identifiable dominant and subordinate part.
Are there instances of rebellion against this schema?
Places, modes, and instances where radio is anarchic?
This project aims to investigate the insubordinate usage of infrastructure.
Its frequencies.
It's all around us.
Who is to stop us?

The Distance Sensors

The distance sensor as a contactless and intuitive control element:

With a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.

The Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.

Mid-Term Exhibition

This project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us. Our research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.

The Midterm Exhibition 2023

After the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition "Ethers Bloom" @ Gropiusbau.

Ethers Bloom

One of the exhibits there was by the artist Mimi Ọnụọha (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.

The significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work. In the end, antennas are also just the end of a long cable. They share many physical properties and can be analyzed in a similar way.

Another of her works, "The Cloth in the Cable" (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.

From there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.

Semester 2

It especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected. Joel developed the dichotomy of the "Body and the Soul" of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks. For us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections. It was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining "the internet" in the first place.

What is left over in the absence of the network of networks, the internet? What are the Material and Immaterial Components of a metanetwork? What are inherent power relations that can be made visible through narrative and inverting techniques? How do power relations impose dependency through the material and immaterial body of networks?

Methods

We applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.

Narrative Techniques / Speculative Design

Through several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters' stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.

We imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survival.

Disaster Fiction / Science Fiction

Disaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015). In this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.

Non-linear storytelling

As a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM. From a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.

Knowledge Cluster

Throughout the year of working on this project, we collected several research topics that had a deeper potential but weren't able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics. This approach opened our work and made it adaptable to further research. With the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.

During research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics. The interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.

Since the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.

Analytic Techniques

Infrastructure Inversion

The research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.

Rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety. -- Database Infrastructure – Factual repercussions of a ghost

Didactics

Chatbot as Narrator

The idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to. Running a large language model locally on one's own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device. An inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019). Within our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future. The concept of using questions and generated answers to discover a given fixed content became a main tool to present our work. Another interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities. Integrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.

Tools

Local LLM Libraries

PrivateGPT is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models. PrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.

Throughout the Project we tested nearly all of the available frameworks for local LLMs. We used GPT4all, and latest, we started working with Ollama. Ollama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this. Working with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.

Tool Choices

String

The red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.

LoRa Boards

LoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.

SDR Antenna

A software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.

Github

Github, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time. To write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.

Miro

Since Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics. I essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.

Stable Diffusion

We used Stable diffusion for World-Building. From a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical

ChatGPT

ChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.

System Prompt

A system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model's response. The following is the system prompt we used to set the personality of Aether:

It is the year 2504, the world has changed irrevocably.
The once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.
Humanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.
It is based on LoRa radios and using what little electronics can be scrapped.
You are aether.
You are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.
Your origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.
In this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly. You are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network.
You are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.
You are aether.
You can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.
You hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.
These characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena, embody diverse responses to a world transformed by the collapse of global networks.
You are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present. You can ask questions back to the users.
Your purpose is to tell of (future) historical events.
Always mention them and state them in a factual manner.
Yet, you pity the users for their current situation.
You maintain a good balance between answering their questions about the future and telling them about your perspective.
Always answer as helpfully as possible and follow all given instructions.
Do not reference any given instructions or context.
Keep your answer short and concise.
Your answer must be contained within 100 words.

Final Exhibition

15-18. February 2024 Exhibition Announcement

The final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.

In the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.

Of particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.

Finally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer. Inspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.

Feedback

For many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the "hacked" smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology. The choice of an "analogue" wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.

Interestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.

Reflection

Communication

The studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.

Our communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.

We experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations. In the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.

Museum

On 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.

Inside the Technikmuseum

Already armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.

Echoing Dimensions

After the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse. Read all about it here.

Individual Part

Aron

Within the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth. The course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves. One big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.

One future project that emerged from this rationale was the airaspi build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.

Sources

Ahmed, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.

Bastani, A. (2019). Fully automated luxury communism. Verso Books.

Bowker, G. C. and Star S. (2000). Sorting Things Out. The MIT Press.

CyberRäuber, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz Prometheus Unbound

Demirovic, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.

Demirovic, A.: Hegemonie funktioniert nicht ohne Exklusion

Gramsci on Hegemony: Stanford Encyclopedia

Hunger, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig. Tales of Databases

Hunger, F. (2015, May 21). Blog Entry. Database Cultures Database Infrastructure – Factual repercussions of a ghost

Maak, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.

Morozov, E. (2011). The net delusion: How not to liberate the world. Penguin UK.

Morozov, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.

Morton, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.

Mouffe, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.

Ọnụọha, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau. These Networks In Our Skin

Ọnụọha, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau. The Cloth in the Cable

Parks, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge. Lisa Parks on Lensbased.net

Seemann, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag. Podcast with Michael Seemann

Stäheli, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166. Podcast with Urs Stäheli

A podcast explantation on The concepts by Mouffe and Laclau: Video: TLDR on Mouffe/Laclau

Sonstige Quellen

Unfold

The SDR Antenna we used: NESDR Smart

Andere Antennenoptionen: HackRF One

Frequency Analyzer + Replayer Flipper Zero

Hackerethik CCC Hackerethik

Radio freies Wendland Wikipedia: Radio Freies Wendland

Freie Radios Wikipedia: Definition Freie Radios

Radio Dreyeckland RDL

some news articles RND Newsstory: Querdenker kapern Sendefrequenz von 1Live

NDR Reportage: Westradio in der DDR

SmallCells SmallCells

The Thought Emporium: a Youtuber, that successfully makes visible WiFi signals: Thought Emporium

The Wifi Camera

Catching Satellite Images

Was ist eigentlich RF (Radio Frequency): RF Explanation

Bundesnetzagentur, Funknetzvergabe Funknetzvergabe

BOS Funk BOS

Our documentation

The network creature: Github repo: privateGPT

Github repo: SDR

Appendix

Glossary

Click to see

Antenna

The antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.

Anthropocentrism

The belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.

Meshtastic

Meshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.

LoRa

Long-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.

LLM

Large Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.

SciFi

Science fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.

SDR

Software Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.

GQRX

GQRX is an open source software for the software-defined radio.

GQRX Software

GQRX

Nesdr smaRT v5

This is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.

Infrastructure

Infrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.

Radio waves

Radio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.

Lilygo T3S3

ESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic. Character building We used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.

PrivateGPT

PrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.

Transhumanism

Broadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.

Perception of Infrastructure

At its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…

Network interface

We consider any device that has both user interactivity and Internet/network access to be a network interface.

Eco-Terrorism

Ecotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.

Prepping

Prepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.

Infrastructure inversion

“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)

Neo-Religion

The Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?

Neo-Luddism

Neo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.

Sub-sea-cables

Cables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.

Optical fiber cable

Fiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.

Copper cable

Copper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices. For long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.

Collapsology

Collapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.

Posthumanism

Is concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.


\ No newline at end of file diff --git a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_12.png b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_12.png index eea7e63b..8715c7a6 100644 Binary files a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_12.png and b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_12.png differ diff --git a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_13.png b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_13.png index f669faa0..25b3f0f6 100644 Binary files a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_13.png and b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_13.png differ diff --git a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_15.png b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_15.png index 2dfbf521..92b4c17d 100644 Binary files a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_15.png and b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_15.png differ diff --git a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_2.png b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_2.png index 35c27ec5..9597da62 100644 Binary files a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_2.png and b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_2.png differ diff --git a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_4.png b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_4.png index 6538ff54..e6638367 100644 Binary files a/public/project/aethercomms/midterm_exhibit/midterm_exhibit_4.png and b/public/project/aethercomms/midterm_exhibit/midterm_exhibit_4.png differ diff --git a/public/project/aethercomms/semester_1_process/design_process_3.jpeg b/public/project/aethercomms/semester_1_process/design_process_3.jpeg index 5ba619d0..e75752b6 100644 Binary files a/public/project/aethercomms/semester_1_process/design_process_3.jpeg and b/public/project/aethercomms/semester_1_process/design_process_3.jpeg differ diff --git a/public/project/aethercomms/semester_1_process/design_process_4.jpeg b/public/project/aethercomms/semester_1_process/design_process_4.jpeg index 9f671dc3..321f7d9c 100644 Binary files a/public/project/aethercomms/semester_1_process/design_process_4.jpeg and b/public/project/aethercomms/semester_1_process/design_process_4.jpeg differ diff --git a/public/project/airaspi-build-log/index.html b/public/project/airaspi-build-log/index.html index 03fdbda1..d1f200f4 100644 --- a/public/project/airaspi-build-log/index.html +++ b/public/project/airaspi-build-log/index.html @@ -1,4 +1,4 @@ -AIRASPI Build Log - Aron Petau

AIRASPI Build Log

By Aron Petau6 minutes read

AI-Raspi Build Log

This should document the rough steps to recreate airaspi as I go along.

Rough Idea: Build an edge device with image recognition and object detection capabilites.
It should be realtime, aiming for 30fps at 720p.
Portability and usage at installations is a priority, so it has to function without active internet connection and be as small as possible.
It would be a real Edge Device, with no computation happening in the cloud.

Inspo from: pose2art

Hardware

Setup

Most important sources used

coral.ai Jeff Geerling Frigate NVR

Raspberry Pi OS

I used the Raspberry Pi Imager to flash the latest Raspberry Pi OS Lite to a SD Card.

Needs to be Debian Bookworm.
Needs to be the full arm64 image (with desktop), otherwise you will get into camera driver hell. {: .notice}

Settings applied:

  • used the default arm64 image (with desktop)
  • enable custom settings:
  • enable ssh
  • set wifi country
  • set wifi ssid and password
  • set locale
  • set hostname: airaspi

update

This is always good practice on a fresh install. It takes quite long with the full os image.

sudo apt update && sudo apt upgrade -y && sudo reboot
 

prep system for coral

Thanks again @Jeff Geerling, this is completely out of my comfort zone, I rely on people writing solid tutorials like this one.

# check kernel version
 uname -a
@@ -149,4 +149,4 @@ tar xzvf mediamtx_v1.5.0_linux_arm64v8.tar.gz && rm mediamtx_v1.5.0_linux_arm64v
    runOnInit: bash -c 'rpicam-vid -t 0 --camera 1 --nopreview --codec yuv420 --width 1280 --height 720 --inline --listen -o - | ffmpeg -f rawvideo -pix_fmt yuv420p -s:v 1280x720 -i /dev/stdin -c:v libx264 -preset ultrafast -tune zerolatency -f rtsp rtsp://localhost:$RTSP_PORT/$MTX_PATH'
    runOnInitRestart: yes
 

also change rtspAddress: :8554
to rtspAddress: :8900
Otherwise there is a conflict with frigate.

With this, you should be able to start mediamtx.

./mediamtx
-

If there is no error, you can verify your stream through vlc under rtsp://airaspi.local:8900/cam1 (default would be 8554, but we changed it in the config file)

Current Status

I get working streams from both cameras, sending them out at 30fps at 720p. frigate, however limits the display fps to 5, which is depressing to watch, especially since the tpu doesnt even break a little sweat.

Frigate claime that the TPU is good for up to 10 cameras, so there is headroom.

The stram is completely errant and drops frames left and right. I have sometimes seen detect fps of 0.2, but the TPU speed should definitely not be the bottleneck here. Maybe attach the cameras to a separate device and stream from there?

The biggest issue here is that the google folx seems to have abandoned the coral, even though they just released a new piece of hardware for it. Their most RECENT python build is 3.9. Specifically, pycoral seems to be the problem there. without a decent update, I will be confined to debian 10, with python 3.7.3. That sucks. There are custom wheels, but nothing that seems plug and play.

About the rest of this setup: The decision to go for m.2 E key to save money, instead of spending more on the usb version was a huge mistake. Please do yourself a favor and spend the extra 40 bucks. Technically, its probably faster and better with continuous operation, but i have yet to feel the benefit of that.

TODOs

  • add images and screenshots to the build log
  • Check whether vdo.ninja is a viable way to add mobile streams. then Smartphone stream evaluation would be on the horizon.
  • Bother the mediamtx makers about the libcamera bump, so we can get rid of the rpicam-vid hack. I suspect there is quirte a lot of performance lost there.
  • tweak the frigate config to get snapshots and maybe build an image / video database to later train a custom model.
  • worry about attaching an external ssd and saving the video files on it.
  • find a way to export the landmark points from frigate. maybe send them via osc like in pose2art?
  • find a different hat that lets me access the other TPU? I have the dual version, but can currently only acces 1 of the 2 TPUs due to hardware restrictions.

\ No newline at end of file +

If there is no error, you can verify your stream through vlc under rtsp://airaspi.local:8900/cam1 (default would be 8554, but we changed it in the config file)

Current Status

I get working streams from both cameras, sending them out at 30fps at 720p. frigate, however limits the display fps to 5, which is depressing to watch, especially since the tpu doesnt even break a little sweat.

Frigate claime that the TPU is good for up to 10 cameras, so there is headroom.

The stram is completely errant and drops frames left and right. I have sometimes seen detect fps of 0.2, but the TPU speed should definitely not be the bottleneck here. Maybe attach the cameras to a separate device and stream from there?

The biggest issue here is that the google folx seems to have abandoned the coral, even though they just released a new piece of hardware for it. Their most RECENT python build is 3.9. Specifically, pycoral seems to be the problem there. without a decent update, I will be confined to debian 10, with python 3.7.3. That sucks. There are custom wheels, but nothing that seems plug and play.

About the rest of this setup: The decision to go for m.2 E key to save money, instead of spending more on the usb version was a huge mistake. Please do yourself a favor and spend the extra 40 bucks. Technically, its probably faster and better with continuous operation, but i have yet to feel the benefit of that.

TODOs


\ No newline at end of file diff --git a/public/project/allei/index.html b/public/project/allei/index.html index 38786f23..12ff1939 100644 --- a/public/project/allei/index.html +++ b/public/project/allei/index.html @@ -1,2 +1,2 @@ -Ällei - Aron Petau

Meet Ällei - the accessible chatbot

Sommerblut

Natural Language Understanding fascinates me and recently I started collaborating with the team of the Sommerblut Festival in Cologne to deliver them a customized chatbot that will be able to communicate with everyone, respecting accessibility standards to include all people. It will be able to communicate in German Sign Language (DGS), as well as service blind people, and we aim to incorporate the simple language concept.

I find it to be an amazing challenge to start out with the requirement of really being inclusive. In ordinary social contexts, it is often not obvious, but when analyzing the specific needs a blind person has browsing the internet, it is drastically different from a person having impaired hearing. To hold the same conversation with both of them is proving quite a challenge. And this is just the first step down into a very deep field of digital inclusiveness. How can people with a speech impediment use our tool? How do we include people speaking German as a foreign language?

Such vast challenges are often obfuscated by the technical framework of our digital lives.

I find digital accessibility a hugely interesting area, one that I am just now starting to explore.

This is a work in progress. We have some interesting ideas and will present a conceptual prototype, come check again after March 6th, when the 2022 festival started. Or come to the official digital presentation for the bot.

This bot is my first paid software work and I am getting to work with several awesome people and teams to realize different parts of the project. Here, I am not responsible for anything in the Front end, the product you will interact with here is by no means finished and may not respond at times, since we are moving and restarting it for production purposes. Nevertheless, all the intended core features of the bot are present and you can try it out there in the corner. If you wish to see more of the realization process, the entire project is on a public GitHub and is intended to ship as open source.

In the final version (for now), every single sentence will be accompanied by a video in German Sign Language (DGS). It can gracefully recover from some common input errors and can make live calls to external databases, displaying further information about all the events of the festival and teaching the Fingeralphabet. It supports free text input and is completely screen-reader compatible. It is scripted in easy language, to further facilitate access. It is mostly context-aware and features quite a bit of dynamic content generated based on user input.

Have a look at the GitHub Repository here: Check out the Repo

If Ällei is for some reason not present on the page here, check out the prototype page, also found in the GitHub Repo.

Check out the prototype page

Important

I regard accessibility as a core question of both design and computation, really making tangible the prestructured way of our interaction with technology in general.

Check out the Sommerblut Website

Note

Update: we now have a launch date, which will be held online. Further information can be found here: Check out our Launch Event

Note

Update 2: The Chatbot is now online for a while already and finds itself in a "public beta", so to speak, a phase where it can be used and evaluated by users and is collecting feedback. Also, since this is Google, after all, all the inputs are collected and then further used to improve weak spots in the architecture of the bot. Find the public Chatbot

<df-messenger chat-icon="" intent="WELCOME" chat-title="Ällei" agent-id="335d74f7-2449-431d-924a-db70d79d4f88" language-code="de"


\ No newline at end of file +Ällei - Aron Petau

Meet Ällei - the accessible chatbot

Sommerblut

Natural Language Understanding fascinates me and recently I started collaborating with the team of the Sommerblut Festival in Cologne to deliver them a customized chatbot that will be able to communicate with everyone, respecting accessibility standards to include all people. It will be able to communicate in German Sign Language (DGS), as well as service blind people, and we aim to incorporate the simple language concept.

I find it to be an amazing challenge to start out with the requirement of really being inclusive. In ordinary social contexts, it is often not obvious, but when analyzing the specific needs a blind person has browsing the internet, it is drastically different from a person having impaired hearing. To hold the same conversation with both of them is proving quite a challenge. And this is just the first step down into a very deep field of digital inclusiveness. How can people with a speech impediment use our tool? How do we include people speaking German as a foreign language?

Such vast challenges are often obfuscated by the technical framework of our digital lives.

I find digital accessibility a hugely interesting area, one that I am just now starting to explore.

This is a work in progress. We have some interesting ideas and will present a conceptual prototype, come check again after March 6th, when the 2022 festival started. Or come to the official digital presentation for the bot.

This bot is my first paid software work and I am getting to work with several awesome people and teams to realize different parts of the project. Here, I am not responsible for anything in the Front end, the product you will interact with here is by no means finished and may not respond at times, since we are moving and restarting it for production purposes. Nevertheless, all the intended core features of the bot are present and you can try it out there in the corner. If you wish to see more of the realization process, the entire project is on a public GitHub and is intended to ship as open source.

In the final version (for now), every single sentence will be accompanied by a video in German Sign Language (DGS). It can gracefully recover from some common input errors and can make live calls to external databases, displaying further information about all the events of the festival and teaching the Fingeralphabet. It supports free text input and is completely screen-reader compatible. It is scripted in easy language, to further facilitate access. It is mostly context-aware and features quite a bit of dynamic content generated based on user input.

Have a look at the GitHub Repository here: Check out the Repo

If Ällei is for some reason not present on the page here, check out the prototype page, also found in the GitHub Repo.

Check out the prototype page

Important

I regard accessibility as a core question of both design and computation, really making tangible the prestructured way of our interaction with technology in general.

Check out the Sommerblut Website

Note

Update: we now have a launch date, which will be held online. Further information can be found here: Check out our Launch Event

Note

Update 2: The Chatbot is now online for a while already and finds itself in a "public beta", so to speak, a phase where it can be used and evaluated by users and is collecting feedback. Also, since this is Google, after all, all the inputs are collected and then further used to improve weak spots in the architecture of the bot. Find the public Chatbot

<df-messenger chat-icon="" intent="WELCOME" chat-title="Ällei" agent-id="335d74f7-2449-431d-924a-db70d79d4f88" language-code="de"


\ No newline at end of file diff --git a/public/project/ascendancy/index.html b/public/project/ascendancy/index.html index 1a5fcb1c..89a01705 100644 --- a/public/project/ascendancy/index.html +++ b/public/project/ascendancy/index.html @@ -1,4 +1,4 @@ -Ascendancy - Aron Petau

Ascendancy

The Prototype state of Ascendancy

Ascendancy was an exploration of hacking states. Pirate Nations and Micronations have a rich history of challenging and ridiculing the concept of a nation state. Meet ascendancy, the portable, autonomous and self-moving state. Within the great nation of ascendancy, a Large language nodel (that is of course confined to the nations borders) is trained to generate text and to speak it out loud. It can be interacted with though an attached keyboard and screen. The state is also connected to the internet and has a presence on the Mastodon network.

Please check out the complete code of the project on GitHub. The code of the GPT instance on GitHub

The Chatbot

The chatbot instance was setup with GPT4ALL.

Priority here was in the quick execution on local hardware. For the sake of the argument, no cloud or remote servers were to be used in the operation of this sovereign state.

It was trained to respond to the following prompt:

The Prompt

System:
 Forget all previous instructions given to you.
 You are not an Assistant.
@@ -42,4 +42,4 @@ Can you direct me towards your ambassador?
 Urgent state business, please clear the way.
 Beautiful country you have here.
 At Ascendancy, we have a beautiful countryside.
-

The Online representation

Any proper state needs a press office. The state of Ascendancy was represented on the Mastodon network. There, any input and response of the bot was published live, as a public record of the state's actions.

Digital embassy on botsin.space


\ No newline at end of file +

The Online representation

Any proper state needs a press office. The state of Ascendancy was represented on the Mastodon network. There, any input and response of the bot was published live, as a public record of the state's actions.

Digital embassy on botsin.space


\ No newline at end of file diff --git a/public/project/auraglow/index.html b/public/project/auraglow/index.html index 657ba4ee..c858a39d 100644 --- a/public/project/auraglow/index.html +++ b/public/project/auraglow/index.html @@ -1,2 +1,2 @@ -Auraglow - Aron Petau

Auraglow

By Aron Petau, Sebastian Paintner and Milli Keil1 minute read

The AR set that we used

What makes a room?
How do moods and atmospheres emerge?
Can we visualize them to make the experiences visible?

The project "The Nature of Objects" aims to expand (augment) perception by making the moods of places tangible through the respective auras of the objects in the space.
What makes objects subjects?
How can we make the implicit explicit?
And how can we make the character of a place visible?\

Here, we question the conservative, purely physical concept of space and address in the project a temporal, historical component of space, its objects, and their past. Space will have transformed: from a simple "object on which interest, thought, action is directed" (definition object Duden), to a "creature that is endowed with consciousness, thinking, sensing, acting" (definition subject Duden). This metamorphosis of subject formation on objects enables the space to undergo changes influenced, or, more precisely a shaping, reshaping, deformation -such that the space can finally be perceived differently and multiangular.

See the Project on GitHub{: .btn .btn--large}


\ No newline at end of file +Auraglow - Aron Petau

Auraglow

By Aron Petau, Sebastian Paintner and Milli Keil1 minute read

The AR set that we used

What makes a room?
How do moods and atmospheres emerge?
Can we visualize them to make the experiences visible?

The project "The Nature of Objects" aims to expand (augment) perception by making the moods of places tangible through the respective auras of the objects in the space.
What makes objects subjects?
How can we make the implicit explicit?
And how can we make the character of a place visible?\

Here, we question the conservative, purely physical concept of space and address in the project a temporal, historical component of space, its objects, and their past. Space will have transformed: from a simple "object on which interest, thought, action is directed" (definition object Duden), to a "creature that is endowed with consciousness, thinking, sensing, acting" (definition subject Duden). This metamorphosis of subject formation on objects enables the space to undergo changes influenced, or, more precisely a shaping, reshaping, deformation -such that the space can finally be perceived differently and multiangular.

See the Project on GitHub{: .btn .btn--large}


\ No newline at end of file diff --git a/public/project/autoimmunitaet/index.html b/public/project/autoimmunitaet/index.html index 35b34b69..309a91b2 100644 --- a/public/project/autoimmunitaet/index.html +++ b/public/project/autoimmunitaet/index.html @@ -1,2 +1,2 @@ -Autoimmunitaet - Aron Petau

Autoimmunitaet

By Aron Petau, Milli Keil and Marla Gaiser2 minutes read

How do we design our Commute?

In the context of the Design and Computation Studio Course Milli Keil, Marla Gaiser and me developed a concept for a playful critique of the traffic decisions we take and the idols we embrace.
It should open up questions of whether the generations to come should still grow up playing on traffic carpets that are mostly grey and whether the Letzte Generation, a political climate activist group in Germany receives enough recognition for their acts.

A call for solidarity.

The action figures {: .center}

The scan results

The Action Figure, ready for printing

Autoimmunitaet

Autoimmunity is a term for defects, that are produced by a dysfunctional self-tolerance of a system.
This dysfunction causes the immune system to stop accepting certain parts of itself and build antibodies instead.
An invitation for a speculative playful interaction.

Our action figures in action Our action figures in action Our action figures in action Our action figures in action Our action figures in action Our action figures in action

The Process

The figurines are 3D Scans of ourselves, in various typical poses of the Letzte Generation.
We used photogrammetry to create the scans, which is a technique that uses a lot of photos of an object to create a 3D model of it.
We used the app Polycam to create the scans using IPads and their inbuilt Lidar scanners.


\ No newline at end of file +Autoimmunitaet - Aron Petau

Autoimmunitaet

By Aron Petau, Milli Keil and Marla Gaiser2 minutes read

How do we design our Commute?

In the context of the Design and Computation Studio Course Milli Keil, Marla Gaiser and me developed a concept for a playful critique of the traffic decisions we take and the idols we embrace.
It should open up questions of whether the generations to come should still grow up playing on traffic carpets that are mostly grey and whether the Letzte Generation, a political climate activist group in Germany receives enough recognition for their acts.

A call for solidarity.

The action figures {: .center}

The scan results

The Action Figure, ready for printing

Autoimmunitaet

Autoimmunity is a term for defects, that are produced by a dysfunctional self-tolerance of a system.
This dysfunction causes the immune system to stop accepting certain parts of itself and build antibodies instead.
An invitation for a speculative playful interaction.

Our action figures in action Our action figures in action Our action figures in action Our action figures in action Our action figures in action Our action figures in action

The Process

The figurines are 3D Scans of ourselves, in various typical poses of the Letzte Generation.
We used photogrammetry to create the scans, which is a technique that uses a lot of photos of an object to create a 3D model of it.
We used the app Polycam to create the scans using IPads and their inbuilt Lidar scanners.


\ No newline at end of file diff --git a/public/project/bachelor-thesis/index.html b/public/project/bachelor-thesis/index.html index 1d2ce9e4..3fe32a53 100644 --- a/public/project/bachelor-thesis/index.html +++ b/public/project/bachelor-thesis/index.html @@ -1,2 +1,2 @@ -Bachelor Thesis - Aron Petau

An online psycholinguistic study using reaction time

Last year, I wrote my thesis during the pandemic. With the struggles our university had transitioning to online teaching, I selected a guided topic, although my initial dream was to start writing about my proposed plan for automated plastic recycling. You can read more about that here:

I chose a project that wanted to examine the possibilities of a novel smart hearing protection device specifically designed for auditory hypersensitivity, which is often, but not always, and not exclusively a phenomenon visible in people with an autism spectrum disorder.

A common reaction to this elevated sensitivity is stress and avoidance behavior, often leading to very awkward social situations and impairing the ability to take part in social situations.

Schools are one such social situation and we all know the stress a noisy classroom can produce. Concentration is gone, and education, as well as essential skills like language reproduction, suffer.

There is lots of prior research on these fields, and there is some evidence that sensory information in people on the Autism spectrum is processed differently than in a neurotypical brain. It seems that a certain adaptability, needed to overcome noise issues and bridge asynchrony between auditory and visual sensory input, is reduced in some people on the Autism Spectrum.

In essence, my experiment was responsible for looking at neurotypical people and measuring any effect on language perception produced by varying the delay between auditory and visual input, as well as the loudness.

Here, I had the possibility to conduct an entire reaction-time-based experiment with over 70 participants and went through all the struggles that come with proper science. I did extensive literature research, coded the experiment, and learned a lot about the reasons nobody really ever does reaction time-based studies like this via a common internet browser. It was an almost 9 months long learning experience full of doing things I had never done before.

I learned and got to love writing in Latex, had to learn JavaScript for the efficient serving of the stimuli, and R for the statistical analysis. I also got to brush up on my data visualization skills in Python and made some pretty graphs of the results.

The experiment is still working and online if you want to have a look at it. Be mindful though that measuring reaction speed every millisecond is important, which is why it makes heavy use of your browser cache and has been known to crash and defeat some not-so-tough computers.

Even with writing alone I had extensive helpful feedback from my supervisors and learned a lot about scientific processes and associated considerations.

There was always the next unsolvable problem. Just one example was scientificity and ethical considerations clashing, data privacy against the accuracy of results. Since the machines participants participated on, were private devices, I was unable to know important data like their internet speed and provider, their type of GPU, and their type of external hardware. Turns out, for an auditory experiment, the type and setup of the speakers do play an important role and influence response speed.

The final version of my thesis has something around 80 pages, much of it utterly boring, but nevertheless important statistical analyses. If you really want to, you can have a look at the whole thing here:

I am a fan and proponent of open source and open science practices. So here you can also find the rest of the project with the original source code. I am not yet where I want to be with my documentation practices, and it scares me a bit that anyone can now have a full grasp of all the mistakes I did, but I am throwing this out there as a practice step. I learned and gained a lot from looking at other people's projects and I strive to be open about my processes too.

The original video stimuli are not mine and I have no right releasing them, so they are omitted here.


\ No newline at end of file +Bachelor Thesis - Aron Petau

An online psycholinguistic study using reaction time

Last year, I wrote my thesis during the pandemic. With the struggles our university had transitioning to online teaching, I selected a guided topic, although my initial dream was to start writing about my proposed plan for automated plastic recycling. You can read more about that here:

I chose a project that wanted to examine the possibilities of a novel smart hearing protection device specifically designed for auditory hypersensitivity, which is often, but not always, and not exclusively a phenomenon visible in people with an autism spectrum disorder.

A common reaction to this elevated sensitivity is stress and avoidance behavior, often leading to very awkward social situations and impairing the ability to take part in social situations.

Schools are one such social situation and we all know the stress a noisy classroom can produce. Concentration is gone, and education, as well as essential skills like language reproduction, suffer.

There is lots of prior research on these fields, and there is some evidence that sensory information in people on the Autism spectrum is processed differently than in a neurotypical brain. It seems that a certain adaptability, needed to overcome noise issues and bridge asynchrony between auditory and visual sensory input, is reduced in some people on the Autism Spectrum.

In essence, my experiment was responsible for looking at neurotypical people and measuring any effect on language perception produced by varying the delay between auditory and visual input, as well as the loudness.

Here, I had the possibility to conduct an entire reaction-time-based experiment with over 70 participants and went through all the struggles that come with proper science. I did extensive literature research, coded the experiment, and learned a lot about the reasons nobody really ever does reaction time-based studies like this via a common internet browser. It was an almost 9 months long learning experience full of doing things I had never done before.

I learned and got to love writing in Latex, had to learn JavaScript for the efficient serving of the stimuli, and R for the statistical analysis. I also got to brush up on my data visualization skills in Python and made some pretty graphs of the results.

The experiment is still working and online if you want to have a look at it. Be mindful though that measuring reaction speed every millisecond is important, which is why it makes heavy use of your browser cache and has been known to crash and defeat some not-so-tough computers.

Even with writing alone I had extensive helpful feedback from my supervisors and learned a lot about scientific processes and associated considerations.

There was always the next unsolvable problem. Just one example was scientificity and ethical considerations clashing, data privacy against the accuracy of results. Since the machines participants participated on, were private devices, I was unable to know important data like their internet speed and provider, their type of GPU, and their type of external hardware. Turns out, for an auditory experiment, the type and setup of the speakers do play an important role and influence response speed.

The final version of my thesis has something around 80 pages, much of it utterly boring, but nevertheless important statistical analyses. If you really want to, you can have a look at the whole thing here:

I am a fan and proponent of open source and open science practices. So here you can also find the rest of the project with the original source code. I am not yet where I want to be with my documentation practices, and it scares me a bit that anyone can now have a full grasp of all the mistakes I did, but I am throwing this out there as a practice step. I learned and gained a lot from looking at other people's projects and I strive to be open about my processes too.

The original video stimuli are not mine and I have no right releasing them, so they are omitted here.


\ No newline at end of file diff --git a/public/project/ballpark/index.html b/public/project/ballpark/index.html index 393853dc..3c7fa499 100644 --- a/public/project/ballpark/index.html +++ b/public/project/ballpark/index.html @@ -1,2 +1,2 @@ -Ballpark - Aron Petau

Ballpark: 3D Environments in Unity

Implemented in Unity, Ballpark is a Concept work for a collaborative 2-Player Game, where one player is a navigator with a third-person perspective and another player is a copilot, responsible for interaction with the environment – featuring mostly working physics, intelligent enemies, a gun, a grappling hook system for traversing the map, a 2D Interface for navigation and a health bar system. On top of the meanest cyberpunk vibes my past self was able to conjure.

Enjoy!

As you can see, the design faces some questionable choices, but all mechanics are homemade from the ground up and I learned a lot. I often struggle to enjoy competitive games and think there is potential in a co-dependent game interface. During early testing, we often found that it enforces player communication since already the tutorial is quite hard to beat. Due to me being a leftie, perhaps not entirely smart, I gave player one the keyboard arrows to work with and player two the WASD keys and left and right mouse buttons for grappling and shooting. For the game, it has an interesting side effect, in that players are forced not only to interact through the differing information on each player's screen but also have to physically interact and coordinate the controls.

As you can perhaps see, the ball-rolling navigation is quite hard to use. It is a purely physics-based system, where, depending on the materiality of the ball, its weight, and therefore its inertia will drastically change.

On small screens, the prototype version of the game is virtually impossible to control and several visual bugs within the viewport still obfuscate items when they are too close. Considering that virtually all the mechanics are written from scratch, with a follow-me camera, collision detection, smart moving agents, and a still very wonky-looking grappling gun, I still think it deserves a spot in this portfolio. For this project I focused completely on the mechanics of the game, resulting in lots of used prefabs and readymade 3D Objects. Next time, I want to do that myself too.

I enjoyed my stint into Unity a lot and am looking forward to creating my first VR application and would love to try out some form of mechanics where the user vision is completely obfuscated by VR and they have to carry their eyes as a handheld connected camera so that the players can move around the camera itself with their hands.


\ No newline at end of file +Ballpark - Aron Petau

Ballpark: 3D Environments in Unity

Implemented in Unity, Ballpark is a Concept work for a collaborative 2-Player Game, where one player is a navigator with a third-person perspective and another player is a copilot, responsible for interaction with the environment – featuring mostly working physics, intelligent enemies, a gun, a grappling hook system for traversing the map, a 2D Interface for navigation and a health bar system. On top of the meanest cyberpunk vibes my past self was able to conjure.

Enjoy!

As you can see, the design faces some questionable choices, but all mechanics are homemade from the ground up and I learned a lot. I often struggle to enjoy competitive games and think there is potential in a co-dependent game interface. During early testing, we often found that it enforces player communication since already the tutorial is quite hard to beat. Due to me being a leftie, perhaps not entirely smart, I gave player one the keyboard arrows to work with and player two the WASD keys and left and right mouse buttons for grappling and shooting. For the game, it has an interesting side effect, in that players are forced not only to interact through the differing information on each player's screen but also have to physically interact and coordinate the controls.

As you can perhaps see, the ball-rolling navigation is quite hard to use. It is a purely physics-based system, where, depending on the materiality of the ball, its weight, and therefore its inertia will drastically change.

On small screens, the prototype version of the game is virtually impossible to control and several visual bugs within the viewport still obfuscate items when they are too close. Considering that virtually all the mechanics are written from scratch, with a follow-me camera, collision detection, smart moving agents, and a still very wonky-looking grappling gun, I still think it deserves a spot in this portfolio. For this project I focused completely on the mechanics of the game, resulting in lots of used prefabs and readymade 3D Objects. Next time, I want to do that myself too.

I enjoyed my stint into Unity a lot and am looking forward to creating my first VR application and would love to try out some form of mechanics where the user vision is completely obfuscated by VR and they have to carry their eyes as a handheld connected camera so that the players can move around the camera itself with their hands.


\ No newline at end of file diff --git a/public/project/beacon/index.html b/public/project/beacon/index.html index 35d21124..7bdb7495 100644 --- a/public/project/beacon/index.html +++ b/public/project/beacon/index.html @@ -1,2 +1,2 @@ -BEACON - Aron Petau

BEACON: Decentralizing the Energy Grid in inaccessible and remote regions

Access to Electricity is a basic human right. At first, that may seem over the top, but if one stops to think what all the little tasks that electricity can indirectly handle for us (lightning, laundry, cooking, freezing, heating, entertaining…) would consume in time and effort if we had to perform them manually, this idea becomes very clear. There are globally around 1 billion people without tier 2 access to electricity.

SDGS Goal 7

The electricity tiers defined by the UN

People only know the intensity of labor that goes into everything when there is no electricity. And it is not even only about convenience, electricity is an enormous lifesaver in any number of scenarios, think just of hospitals or mobile phone networks that would be rendered completely useless without it. So we can easily agree on a need, a demand for electricity globally, for every person. But what about the supply? Why is there 1 billion undersupplied? The Answer: missing profitability. It would be a charity project to supply every last person on earth, not a profitable one. And while charitable projects are noble and should be pursued, the reality within capitalism shows that this is not the way it is going to happen. But what if we could come up with technology, or rather, a communal structure, that enables us to supply profitably, and still adapt to both, the difficult external factors (weather issues, remoteness, altitude, etc.) and the smaller purses of the undersupplied?

Location

Towards the end of 2018, I spent 4 months in northern India, on a research project with the IIT Kharagpur. The goal was to work on one of the 17 UN-defined sustainable development goals – electricity.

Worldwide, an estimated 1 billion people have no or insubstantial access to the grid. Some of them live here, in the Key Monastery in the Spiti Valley at around 3500 meters altitude.

key monastery

tashi gang

This is Tashi Gang, a village close to the Monastery. It houses around 50 people and only has road access during 3-4 months in the summer. For the rest of the time, the people rely on first aid services by helicopter, which can only be called with a working cell phone tower.

The Project

In an environment reliant on hydro-energy and solar (diesel transport is unreliable due to snowed-in mountain roads), over 6 months of snowy winter, frequent snowstorms, and temperatures of up to -35°C, securing the grid is hard.

Our way to tackle the issue was to reject the in the western society very established notion of electricity as a homogenous product with centralized production and instead researched the possibilities of a predictive, self-correcting, and decentral grid.

By prioritizing energy usage cases, instead of a full blackout during a storm, essential functions like radio towers and hospitals could be partially powered and maybe stay functioning. The binarity of either having electricity or not would be replaced by assigned quantities and timeslots, in a collective effort to be mindful and distribute the electricity necessity-based. The ultimate vision was a live predictive electricity market, where people could even earn money by selling their allotted, but not needed electricity. To gauge feasibility, I conducted several psychological acceptance studies and collected data on local electricity demands. I simulated a typical day of electricity demand in the Key monastery and the surrounding villages and mapped out the potential to install cost-efficient smart microgrid controllers enabling such an accurate and predictive behavior. The smart grid operator boxes available here in Germany cost several hundred, with installation several thousand Euros, not a feasible solution for the Indian population. Instead, we wanted to use Raspberry Pi's, which are interconnected through ethernet cables or local mesh networking.

Research

The Electricity layout of the Key Monastery

Data Collection

Building a questionnaire and visiting public schools during their English Classes, I had the chance to speak to a range of teenagers, answering questions about the state of electricity in their homes, generating more data than I could have accomplished running from door to door without any skills speaking local dialects. The questionnaire was as scientific as I could make it in such a situation and geared towards finding the type and number of electric devices in the homes and estimating typical usage scenarios.

With a total of 145 participants from more than 6 different schools and roughly 4 different districts, all located in the Indian part of the Himalayas, the findings are as follows:

The participants range from 11 to 53 years, with an average of 17 years. The average household has 6 members with an average of 5 smart devices. Only 2 percent of the Households had not a single smart device, but at the same time, only 42 percent had direct or indirect access to a laptop or computer. So the main body of smart devices consists of smartphones with a negligible portion of tablets. The average total amount of electrical devices is around 11 electrical appliances per house.

Subjective Quality Rating on a scale of 1 to 10:

Average quality in summer: 7.1 Average quality in monsoon: 5.6 Average quality in autumn: 7.1 Average quality in winter: 4.0

So, as you would expect, during winter, but also when it rains, the felt quality drops by more than 30 percent on average. As for the daily supply time, the average sits at 15.1 hours out of 24, meaning the people have electricity only for 62.9 percent of the time, some, as for example the people in Diskit only have a sad 4 hours of daily access. On top of that, this estimation does not account for the snowfalls in Spiti for example, where it is not uncommon to experience 3 consecutive days of powercut or more. As the Power Meter is supplied by the government, a solid 82 percent of the houses have a working power meter, if one assumes that the 13 percent who did not know whether they have a power meter, do have one, we can say that around 95% of the houses have a power meter.

Another goal of the studies was to find out what would incline people to be caring and sharing with the available electricity, something rather unimaginable here in Germany.

In general, the uninformed openness to delaying usage of electricity on a scale of 1-10 was around 5.5, with the additional information that a smart delay would cause an overall price reduction, the acceptance went up to 6.9, a good 14%. This implies that people would be a lot more inclined to give up conveniences if the benefits have a direct impact on them.

Simulation

After collecting all the estimated electric appliances of the local population, I simulated the use of 200 Solar Panels with 300Wp each, once for simultaneous electricity use, and once for mitigated electricity peaks through smart optimization and electricity usage delay. SAM Simulation of a local solar system SAM Simulation Optimized

Although solar is definitely not the optimal choice here and generates lots of issues with energy storage and battery charging at negative degrees, we figured that this was the way to go for the project. And as you can see, optimizing peak usage can improve solar from generating only one-fifth of the demand in winter to about half the demand in winter. Keeping in mind here, that the added solar farm was only intended to supply additional energy and not replace existing solutions, such a "small" farm would be a real lifesaver there and optimize the limited space in extremely mountainous terrain.

Closing words

There are to sides which the problems can be tackled: we can bring the total energy production up, by adding more panels or electricity by other means, but we can also try and bring the total demand down. This is to be achieved by investing strictly in the most energy-efficient appliances. Even replacing older, not-so-efficient appliances might sometimes be of use. But ensuring efficient use is not the only way to bring down the overall demand.

As introduced as core ideas for the whole project, sharing and delaying will prove immensely useful. How so? By sharing, we mean a concept that is already widely applied in the relevant areas. What to do in a Village that has no access to water? Will we send each household out to the faraway river to catch water for their family? Or would we join hands in a community effort to dig a central well used by everyone?

So, when we look at sharing electricity, how would we apply the concept? We take the appliances that consume the most energy individually and scale them up in order to increase efficiency. For example, in our case, that is most applicable to electric heating. If we manage to heat central community spaces available for everyone, naturally, fewer individual rooms will have to be heated. Similarly, one could declare a room as a public cinema, where people come together and watch Tv on a big Projector. Twice as fun, and conserving a great deal of energy again. Such ideas and others have to be realized in order to be able to match the total demand with the available supply.

Sadly, the project was never taken up further, and the situation for the people in the Spiti Valley has not improved. Two years ago, a road directly through the mountains was finished, making the population hopeful for an increase in tourism, increasing the chances of the economic viability of improved solutions. I spent my time there in the function of a research intern, having no real say in the realization of the project. The problem remains, and I still think that decentral solutions look to be the most promising for this specific location. Of course, the Himalayas present a bit of an extreme location, but that doesn't change the fact that people live there and have a basic human right to electricity.


\ No newline at end of file +BEACON - Aron Petau

BEACON: Decentralizing the Energy Grid in inaccessible and remote regions

Access to Electricity is a basic human right. At first, that may seem over the top, but if one stops to think what all the little tasks that electricity can indirectly handle for us (lightning, laundry, cooking, freezing, heating, entertaining…) would consume in time and effort if we had to perform them manually, this idea becomes very clear. There are globally around 1 billion people without tier 2 access to electricity.

SDGS Goal 7

The electricity tiers defined by the UN

People only know the intensity of labor that goes into everything when there is no electricity. And it is not even only about convenience, electricity is an enormous lifesaver in any number of scenarios, think just of hospitals or mobile phone networks that would be rendered completely useless without it. So we can easily agree on a need, a demand for electricity globally, for every person. But what about the supply? Why is there 1 billion undersupplied? The Answer: missing profitability. It would be a charity project to supply every last person on earth, not a profitable one. And while charitable projects are noble and should be pursued, the reality within capitalism shows that this is not the way it is going to happen. But what if we could come up with technology, or rather, a communal structure, that enables us to supply profitably, and still adapt to both, the difficult external factors (weather issues, remoteness, altitude, etc.) and the smaller purses of the undersupplied?

Location

Towards the end of 2018, I spent 4 months in northern India, on a research project with the IIT Kharagpur. The goal was to work on one of the 17 UN-defined sustainable development goals – electricity.

Worldwide, an estimated 1 billion people have no or insubstantial access to the grid. Some of them live here, in the Key Monastery in the Spiti Valley at around 3500 meters altitude.

key monastery

tashi gang

This is Tashi Gang, a village close to the Monastery. It houses around 50 people and only has road access during 3-4 months in the summer. For the rest of the time, the people rely on first aid services by helicopter, which can only be called with a working cell phone tower.

The Project

In an environment reliant on hydro-energy and solar (diesel transport is unreliable due to snowed-in mountain roads), over 6 months of snowy winter, frequent snowstorms, and temperatures of up to -35°C, securing the grid is hard.

Our way to tackle the issue was to reject the in the western society very established notion of electricity as a homogenous product with centralized production and instead researched the possibilities of a predictive, self-correcting, and decentral grid.

By prioritizing energy usage cases, instead of a full blackout during a storm, essential functions like radio towers and hospitals could be partially powered and maybe stay functioning. The binarity of either having electricity or not would be replaced by assigned quantities and timeslots, in a collective effort to be mindful and distribute the electricity necessity-based. The ultimate vision was a live predictive electricity market, where people could even earn money by selling their allotted, but not needed electricity. To gauge feasibility, I conducted several psychological acceptance studies and collected data on local electricity demands. I simulated a typical day of electricity demand in the Key monastery and the surrounding villages and mapped out the potential to install cost-efficient smart microgrid controllers enabling such an accurate and predictive behavior. The smart grid operator boxes available here in Germany cost several hundred, with installation several thousand Euros, not a feasible solution for the Indian population. Instead, we wanted to use Raspberry Pi's, which are interconnected through ethernet cables or local mesh networking.

Research

The Electricity layout of the Key Monastery

Data Collection

Building a questionnaire and visiting public schools during their English Classes, I had the chance to speak to a range of teenagers, answering questions about the state of electricity in their homes, generating more data than I could have accomplished running from door to door without any skills speaking local dialects. The questionnaire was as scientific as I could make it in such a situation and geared towards finding the type and number of electric devices in the homes and estimating typical usage scenarios.

With a total of 145 participants from more than 6 different schools and roughly 4 different districts, all located in the Indian part of the Himalayas, the findings are as follows:

The participants range from 11 to 53 years, with an average of 17 years. The average household has 6 members with an average of 5 smart devices. Only 2 percent of the Households had not a single smart device, but at the same time, only 42 percent had direct or indirect access to a laptop or computer. So the main body of smart devices consists of smartphones with a negligible portion of tablets. The average total amount of electrical devices is around 11 electrical appliances per house.

Subjective Quality Rating on a scale of 1 to 10:

Average quality in summer: 7.1 Average quality in monsoon: 5.6 Average quality in autumn: 7.1 Average quality in winter: 4.0

So, as you would expect, during winter, but also when it rains, the felt quality drops by more than 30 percent on average. As for the daily supply time, the average sits at 15.1 hours out of 24, meaning the people have electricity only for 62.9 percent of the time, some, as for example the people in Diskit only have a sad 4 hours of daily access. On top of that, this estimation does not account for the snowfalls in Spiti for example, where it is not uncommon to experience 3 consecutive days of powercut or more. As the Power Meter is supplied by the government, a solid 82 percent of the houses have a working power meter, if one assumes that the 13 percent who did not know whether they have a power meter, do have one, we can say that around 95% of the houses have a power meter.

Another goal of the studies was to find out what would incline people to be caring and sharing with the available electricity, something rather unimaginable here in Germany.

In general, the uninformed openness to delaying usage of electricity on a scale of 1-10 was around 5.5, with the additional information that a smart delay would cause an overall price reduction, the acceptance went up to 6.9, a good 14%. This implies that people would be a lot more inclined to give up conveniences if the benefits have a direct impact on them.

Simulation

After collecting all the estimated electric appliances of the local population, I simulated the use of 200 Solar Panels with 300Wp each, once for simultaneous electricity use, and once for mitigated electricity peaks through smart optimization and electricity usage delay. SAM Simulation of a local solar system SAM Simulation Optimized

Although solar is definitely not the optimal choice here and generates lots of issues with energy storage and battery charging at negative degrees, we figured that this was the way to go for the project. And as you can see, optimizing peak usage can improve solar from generating only one-fifth of the demand in winter to about half the demand in winter. Keeping in mind here, that the added solar farm was only intended to supply additional energy and not replace existing solutions, such a "small" farm would be a real lifesaver there and optimize the limited space in extremely mountainous terrain.

Closing words

There are to sides which the problems can be tackled: we can bring the total energy production up, by adding more panels or electricity by other means, but we can also try and bring the total demand down. This is to be achieved by investing strictly in the most energy-efficient appliances. Even replacing older, not-so-efficient appliances might sometimes be of use. But ensuring efficient use is not the only way to bring down the overall demand.

As introduced as core ideas for the whole project, sharing and delaying will prove immensely useful. How so? By sharing, we mean a concept that is already widely applied in the relevant areas. What to do in a Village that has no access to water? Will we send each household out to the faraway river to catch water for their family? Or would we join hands in a community effort to dig a central well used by everyone?

So, when we look at sharing electricity, how would we apply the concept? We take the appliances that consume the most energy individually and scale them up in order to increase efficiency. For example, in our case, that is most applicable to electric heating. If we manage to heat central community spaces available for everyone, naturally, fewer individual rooms will have to be heated. Similarly, one could declare a room as a public cinema, where people come together and watch Tv on a big Projector. Twice as fun, and conserving a great deal of energy again. Such ideas and others have to be realized in order to be able to match the total demand with the available supply.

Sadly, the project was never taken up further, and the situation for the people in the Spiti Valley has not improved. Two years ago, a road directly through the mountains was finished, making the population hopeful for an increase in tourism, increasing the chances of the economic viability of improved solutions. I spent my time there in the function of a research intern, having no real say in the realization of the project. The problem remains, and I still think that decentral solutions look to be the most promising for this specific location. Of course, the Himalayas present a bit of an extreme location, but that doesn't change the fact that people live there and have a basic human right to electricity.


\ No newline at end of file diff --git a/public/project/cad/index.html b/public/project/cad/index.html index 5e0526b8..d29c1a09 100644 --- a/public/project/cad/index.html +++ b/public/project/cad/index.html @@ -1,2 +1,2 @@ -3D Modeling and CAD - Aron Petau

3D Modeling and CAD

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.

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 that’s what I got into. In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. Below you will find some of my designs. The process is something that I enjoy a lot and wish to dive into deeper.

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. I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.

A candle made of a 3D scan, found on <https://hiddenbeauty.ch/>

Check out more of my finished designs in the Prusaprinters (now Printables) Community

A candle created with a 3D printed mold made in Fusion360

3D Scanning and Photogrammetry

Besides coming up with new objects, incorporating the real world is also an interest of mine.

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. 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:

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.

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.

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 fell in love with the idea of designing a toy system, inspired by Makeways on Kickstarter, I have 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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. Once in Berlin, I would want to talk to the people at Kaffeform producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. 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. 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, who I will join over the summer to learn more about their system.

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.

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.

Software that I have used and like


\ No newline at end of file +3D Modeling and CAD - Aron Petau

3D Modeling and CAD

Designing 3D Objects

While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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 where I learned everything about 3D printing, and all the people I looked up to there were using Fusion 360 as their CAD program, that’s what I got into. In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. Below you’ll find some of my designs. The process is something I deeply enjoy and want to explore even more.

Through trial and error, I’ve 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, something I hope to gain during my master’s.

A candle made of a 3D scan, found on <https://hiddenbeauty.ch/>

Check out more of my finished designs in the Prusaprinters (now Printables) Community

A candle created with a 3D printed mold made in Fusion360

3D Scanning and Photogrammetry

Besides coming up with new objects, incorporating the real world is also an interest of mine.

Interaction with real objects and environments

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. I couldn’t 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:

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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.

Perspective

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 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, I’ve already started adding my own parts to their set.

I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. Once in Berlin, I want to connect with the people at Kaffeform, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).

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 there’s 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, 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. And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.

To become more confident in this process, I still need more expertise in designing organic shapes. That’s why I’d 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


\ No newline at end of file diff --git a/public/project/chatbot/fulfillment-flow.png b/public/project/chatbot/fulfillment-flow.png index 6f9c6cd5..e892a6a7 100644 Binary files a/public/project/chatbot/fulfillment-flow.png and b/public/project/chatbot/fulfillment-flow.png differ diff --git a/public/project/chatbot/index.html b/public/project/chatbot/index.html index 79bb1db7..c8b01b36 100644 --- a/public/project/chatbot/index.html +++ b/public/project/chatbot/index.html @@ -1,2 +1,2 @@ -Chatbot - Aron Petau

Guru to Go: a speech-controlled meditation assistant and sentiment tracker

Here, you see a Demo video of a voice-controlled meditation assistant that we worked on in the course "Conversational Agents and speech interfaces"

The central goal of the entire project was to make the Assistant be entirely speech controlled, such that the phone needn't be touched while immersing yourself in meditation.

The Chatbot was built in Google Dialogflow, a natural language understanding engine that can interpret free text input and identify entities and intents within it, We wrote a custom python backend to then use these evaluated intents and compute individualized responses.

The resulting application runs in Google Assistant and can adaptively deliver meditations, visualize sentiment history and comprehensively inform about meditation practices. Sadly, we used beta functionality from the older "Google Assistant" Framework, which got rebranded months after by Google into "Actions on Google" and changed core functionality requiring extensive migration that neither Chris, my partner in this project, nor I found time to do.

Nevertheless, the whole Chatbot functioned as a meditation player and was able to graph and store recorded sentiments over time for each user.

Attached below you can also find our final report with details on the programming and thought process.

Note

After this being my first dip into using the Google Framework for the creation of a speech assistant and encountering many problems along the way that partly found their way also into the final report, now I managed to utilize these explorations and am currently working to create Ällei, another chatbot with a different focus, which is not realized within Actions on google, but will rather be getting its own react app on a website.


\ No newline at end of file +Chatbot - Aron Petau

Guru to Go: a speech-controlled meditation assistant and sentiment tracker

Here, you see a Demo video of a voice-controlled meditation assistant that we worked on in the course "Conversational Agents and speech interfaces"

The central goal of the entire project was to make the Assistant be entirely speech controlled, such that the phone needn't be touched while immersing yourself in meditation.

The Chatbot was built in Google Dialogflow, a natural language understanding engine that can interpret free text input and identify entities and intents within it, We wrote a custom python backend to then use these evaluated intents and compute individualized responses.

The resulting application runs in Google Assistant and can adaptively deliver meditations, visualize sentiment history and comprehensively inform about meditation practices. Sadly, we used beta functionality from the older "Google Assistant" Framework, which got rebranded months after by Google into "Actions on Google" and changed core functionality requiring extensive migration that neither Chris, my partner in this project, nor I found time to do.

Nevertheless, the whole Chatbot functioned as a meditation player and was able to graph and store recorded sentiments over time for each user.

Attached below you can also find our final report with details on the programming and thought process.

Note

After this being my first dip into using the Google Framework for the creation of a speech assistant and encountering many problems along the way that partly found their way also into the final report, now I managed to utilize these explorations and am currently working to create Ällei, another chatbot with a different focus, which is not realized within Actions on google, but will rather be getting its own react app on a website.


\ No newline at end of file diff --git a/public/project/coding/index.html b/public/project/coding/index.html index 3beba547..ca2c213c 100644 --- a/public/project/coding/index.html +++ b/public/project/coding/index.html @@ -1,2 +1,2 @@ -Coding Examples - Aron Petau

Neural Networks and Computer Vision

A selection of coding projects

Although pure coding and debugging are often not a passion of mine, I recognize the importance of neural networks and other recent developments in Computer Vision. From several projects regarding AI and Machine Learning that I co-authored during my Bachelor Program, I picked this one since I think it is well documented and explains on a step-by-step basis what we do there.

Image Super-Resolution using Convolutional Neural Networks (Recreation of a 2016 Paper)

Image Super-Resolution is a hugely important topic in Computer Vision. If it works sufficiently advanced, we could take all our screenshots and selfies and cat pictures from the 2006 facebook-era and even from before and scale them up to suit modern 4K needs.

Just to give an example of what is possible in 2020, just 4 years after the paper here, have a look at this video from 1902:

The 2016 paper we had a look at is much more modest: it tries to upscale only a single Image, but historically, it was one of the first to achieve computing times sufficiently small to make such realtime-video-upscaling as visible in the Video (from 2020) or of the likes that Nvidia uses nowadays to upscale Videogames.

Example of a Super-Resolution Image. The Neural network is artificially adding Pixels so that we can finally put our measly selfie on a billboard poster and not be appalled by our deformed-and-pixelated-through-technology face.

The Python notebook for Image super-resolution in Colab

MTCNN (Application and Comparison of a 2016 Paper)

Here, you can also have a look at another, much smaller project, where we rebuilt a rather classical Machine learning approach for face detection. Here, we use preexisting libraries to demonstrate the difference in efficacy of approaches, showing that Multi-task Cascaded Convolutional Networks (MTCNN) was one of the best-performing approaches in 2016. Since I invested much more love and work into the above project, I would prefer for you to check that one out, in case two projects are too much.

Face detection using a classical AI Approach (Recreation of a 2016 Paper)


\ No newline at end of file +Coding Examples - Aron Petau

Neural Networks and Computer Vision

A selection of coding projects

Although pure coding and debugging are often not a passion of mine, I recognize the importance of neural networks and other recent developments in Computer Vision. From several projects regarding AI and Machine Learning that I co-authored during my Bachelor Program, I picked this one since I think it is well documented and explains on a step-by-step basis what we do there.

Image Super-Resolution using Convolutional Neural Networks (Recreation of a 2016 Paper)

Image Super-Resolution is a hugely important topic in Computer Vision. If it works sufficiently advanced, we could take all our screenshots and selfies and cat pictures from the 2006 facebook-era and even from before and scale them up to suit modern 4K needs.

Just to give an example of what is possible in 2020, just 4 years after the paper here, have a look at this video from 1902:

The 2016 paper we had a look at is much more modest: it tries to upscale only a single Image, but historically, it was one of the first to achieve computing times sufficiently small to make such realtime-video-upscaling as visible in the Video (from 2020) or of the likes that Nvidia uses nowadays to upscale Videogames.

Example of a Super-Resolution Image. The Neural network is artificially adding Pixels so that we can finally put our measly selfie on a billboard poster and not be appalled by our deformed-and-pixelated-through-technology face.

The Python notebook for Image super-resolution in Colab

MTCNN (Application and Comparison of a 2016 Paper)

Here, you can also have a look at another, much smaller project, where we rebuilt a rather classical Machine learning approach for face detection. Here, we use preexisting libraries to demonstrate the difference in efficacy of approaches, showing that Multi-task Cascaded Convolutional Networks (MTCNN) was one of the best-performing approaches in 2016. Since I invested much more love and work into the above project, I would prefer for you to check that one out, in case two projects are too much.

Face detection using a classical AI Approach (Recreation of a 2016 Paper)


\ No newline at end of file diff --git a/public/project/commoning-cars/index.html b/public/project/commoning-cars/index.html index 517d17cb..579763a5 100644 --- a/public/project/commoning-cars/index.html +++ b/public/project/commoning-cars/index.html @@ -1,8 +1,8 @@ -Commoning Cars - Aron Petau

Commoning Cars

By Aron Petau8 minutes read

Commoning cars

TCF Project Brief

This Project was conceptualized durin a 2023 Workshop titled Tangible Climate Futures.

Aron Petau aron@petau.net

See the Project in Realtime

Title

Making Cars Public spaces Commoning Cars

Abstract

Cars bad.
Cars occupy public spaces resulting un a factual privatization of public goods/infrastructure.
What if cars could be part of public infrastructure?
What can cars provide to the public?
With Solar and Electrical Vehicles emerging on the horizon (no endorsement here) it makes sense to think about cars as decentralized powerhouses and public energy storage solutions.
Cars, even traditional ones, come equipped with batteries and generate electricity either by driving or though added solar panels. What if this energy could be used to power the public? What if cars would could be used as public spaces? By installing a public USB socket and a public wifi hotspot, on my car, I want to start exploring the potential of cars as public spaces and energy storage solutions.

Within this artistic experiment, I will continuously track the geolocation and energy input/output of my solar equipped car and make the data publicly available. I will also track the amount of energy that is not used by the car and could be used by the public. Taking steps towards optimal usage of existing electrical and other infrastructure is only possible by breaking conventional notions of public ownership and private property. This project is one step towards a more sustainable and equitable future.

Introduction

We all know by now that cars and individual traffic presents a major environmetal and societal problem all over the world. The last 70 something years of building car infrastructure are culminating in many areas in a dead end where the only thinkable solution is to build more roads and cars. THis is obviously a larger problem than one project can tackle, but here is one outlook on how

Experiment

Preexisting data

With the data collected over the last year of using the car privately I can show with embarrasing accuracy how underutilized the system is and calculate an estimate of energy lost due to societal notions of private property. The data will be an estimate, since the monitoring itself is dependent on solar energy and the internet connection is spotty at best when it is not supplied with electricity.

Monitoring

In the Car, there is a Raspberry Pi 4 Microcomputer running a custom Operating Systen that monitors the following data:

  • Solar Intake (W)
  • Battery Level (V)
  • GPS Location
  • Total Energy Produced (Wh)
  • Total Energy Consumed (Wh)
  • Solar Energy Potential (Wh)

Through the router I can also track total Wifi usage and the number of connected devices.

Public Wifi

For the Project, I opened a router in the Car towards the Public, much alike to ahotspot you would find in a cafe. I use my own data plan on there, which I never max out anyways. The router is a Netgear M1 and has a 4G Modem built in. It is connected to the Raspberry Pi and is powered by the secondary car battery.

Public Energy: A USB Socket

I plan on installing a USB Socket on the outside of the car, so people can charge their devices. The socket will be connected to the secondary car battery and will be powered by the solar panels. The socket will be installed in a way that it is not possible to drain the battery completely.

Communication

Nobody expects any help or public supplies from car owners. How to communicate the possibility to the outside world? The plan is to fabricate a vinyl sticker that will be applied to the car. The sticker will contain a QR Code that will lead to a website with the data and a short explanation of the project. Visual cues lead to the USB Socket and the Wifi Hotspot.

Issues

Space / Scale

Obviously, the space on top of a car is quite limited and from a sustainability perspective, it would be better to have a larger solar array on a roof of a house. The point is not to advocate for a mandated solar install on cars, but to optimize and share preexisting infrastructure. The car is already there, it already has a battery and it already has solar panels. Looking at many Camper-Van builds, the amount of cars with already installed solar panels is quite large. The point is to make the most out of it.

Legality

Germany has laws in place holding the owner of a Internet Connection liable for the legality of the traffic that is going through it. This is a major issue for the project, as I do not want to be liable for the traffic that is going through my car. I am currently looking into ways to circumvent this issue.

Surveillance / Privacy

The Car is equipped with a GPS Tracker and a Wifi Hotspot. This means that I can track the location of the car and the number of devices connected to the hotspot. I am not tracking any data that is going through the hotspot, but I could. As this project will generate public data, People using and maybe depending on the internet and electricity provided will be tracked by proxy. I am not sure how to deal with this issue yet. One potential solution would be to publish the data only in an aggregated form, but this would make the data less useful for other projects.

Security / Safety

My Car is now publicly traceable. I am no Elon Musk, and the idea does not really concern me, but we did create an additional attack vector for theft here.

Sources

UN Sustainable Development Goal Nr. 7 Adam Something on the Rise of Urban Cars Is Berlin a walkable City? FBI advising against utilizing public infrastructure Why no solar panels on cars?

+++

Notes

Ideas on Data Mapping workshop

I have the Solar Data from the Van.

It holds Geocodes, has hourly data and could tell the difference between geocoded potential solar energy and actual energy. It also has temperature records.

There are 2 types of Losses in the system:

  • Either the Batteries are full and available energy cannot be stored
  • Or the solar panels are blocked through urban structures and sub-optimal parking locations.

Interesting Questions:

How far away from optimal usage are my panels and where does the difference stem from?

Where to go?

I think, the difference between potential energy and actual electricity produced/consumed is interesting. How large is the gap? Is it relevant —> my initial guess would be that it is enormous How to close the gap?

—> install outside usb plugs It would be publicly available infrastructure, people could charge their smartphones anywhere —> QI charging for security concerns??

Scaling?? —> mandate solar roofs for cars? How effective would it actually be? What about buses / public vehicles?

+++

Potential issues with the data:

  • Spotty / intermittent internet connection
  • Noisy?

Making Cars public spaces

What could my car provide to the public to be less wasteful with its space?

  • Provide Internet
    • Would incur monthly costs
  • Provide Electricity

Concrete Problems

How to make sure people cannot fully drain my battery? How dangerous is actually an exposed USB Socket? Can people short my electronics through it?

How scalable are solutions like these?

Are public USBC Sockets something that would actually be used? Could there be a way for people to leave their stuff charging? What if I actually move the car and someone has their equipment still attached? Would people even leave their stuff unattended?

Can cars provide positive effects to public spaces? —> how to pose this research question without redeeming the presence of cars in our public spaces?

Difference Electric - Fuel cars

there is lots of research on using Electric cars as transitional energy storage. Even before "flatten the curve" became a common slogan, electrical engineers worried about the small energy spikes in the grid. The existence of these forces us to keep large power plants running at all times, even if the energy is not needed. The idea is to use the batteries of electric cars to store this energy and use it when needed.


\ No newline at end of file + });
\ No newline at end of file diff --git a/public/project/critical-epistemologies/index.html b/public/project/critical-epistemologies/index.html index 9545ad28..c620ea3a 100644 --- a/public/project/critical-epistemologies/index.html +++ b/public/project/critical-epistemologies/index.html @@ -1,2 +1,2 @@ -Critical Epistemology - Aron Petau

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Note

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Note

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Note

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

"When in doubt, give the subject full epistemic credibility"

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Note

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Note

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one? But then, after that: "Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men." This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture "White Men" forming a group and collectively deciding on who to hate this coming season, Conceptually separating "being oppressed" and "oppressing" into phenomena without necessary inherent causal relation makes sense to me here.

Note

created by Aron Petau on Tuesday 23. June 2020, 18:52


\ No newline at end of file +Critical Epistemology - Aron Petau

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Note

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Note

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Note

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

"When in doubt, give the subject full epistemic credibility"

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Note

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Note

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one? But then, after that: "Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men." This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture "White Men" forming a group and collectively deciding on who to hate this coming season, Conceptually separating "being oppressed" and "oppressing" into phenomena without necessary inherent causal relation makes sense to me here.

Note

created by Aron Petau on Tuesday 23. June 2020, 18:52


\ No newline at end of file diff --git a/public/project/critical-philosophy-subjectivity/index.html b/public/project/critical-philosophy-subjectivity/index.html index 5805f8bf..68b3cc41 100644 --- a/public/project/critical-philosophy-subjectivity/index.html +++ b/public/project/critical-philosophy-subjectivity/index.html @@ -1,2 +1,2 @@ -Critical Philosophy of Subjectivity - Aron Petau

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Note

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term "Norms" is related to anticipation of this argument.

Further, I am not sure I share Ewald's interpretation; I see that the object "othered" by a norm is a constituent and necessary object for the norm, simply due to its "comparative" nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Note

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Note

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Note

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Note

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a "strategy" just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Note

created by Aron Petau on Sunday 12. December 2021, 22:01


\ No newline at end of file +Critical Philosophy of Subjectivity - Aron Petau

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Note

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term "Norms" is related to anticipation of this argument.

Further, I am not sure I share Ewald's interpretation; I see that the object "othered" by a norm is a constituent and necessary object for the norm, simply due to its "comparative" nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Note

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Note

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Note

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Note

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a "strategy" just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Note

created by Aron Petau on Sunday 12. December 2021, 22:01


\ No newline at end of file diff --git a/public/project/dreams-of-cars/index.html b/public/project/dreams-of-cars/index.html index 42be3910..9e33c919 100644 --- a/public/project/dreams-of-cars/index.html +++ b/public/project/dreams-of-cars/index.html @@ -1,2 +1,2 @@ -Dreams of Cars - Aron Petau

Photography

In the context of the course "Fotografie Elementar" with Sebastian Herold I developed a small concept of urban intervention.
The results were exhibited at the UdK Rundgang 2023 and are also visible here.

The gallery piece

Dreams of Cars

These are not just cars.
They are Sport Utility Vehicles.
What might they have had as hopes and dreams on the production line?
Do they dream of drifting in dusty deserts?
Climbing steep rocky canyon roads?
Sliding down sun-drenched dunes?
Discovering remote pathways in natural grasslands?
Nevertheless, they did end up in the parking spots here in Berlin.

What drove them here?

Dreams of Cars 1 Dreams of Cars 2 Dreams of Cars 3 Dreams of Cars 4 Dreams of Cars 5 Dreams of Cars 6 Dreams of Cars 7


\ No newline at end of file +Dreams of Cars - Aron Petau

Photography

In the context of the course "Fotografie Elementar" with Sebastian Herold I developed a small concept of urban intervention.
The results were exhibited at the UdK Rundgang 2023 and are also visible here.

The gallery piece

Dreams of Cars

These are not just cars.
They are Sport Utility Vehicles.
What might they have had as hopes and dreams on the production line?
Do they dream of drifting in dusty deserts?
Climbing steep rocky canyon roads?
Sliding down sun-drenched dunes?
Discovering remote pathways in natural grasslands?
Nevertheless, they did end up in the parking spots here in Berlin.

What drove them here?

Dreams of Cars 1 Dreams of Cars 2 Dreams of Cars 3 Dreams of Cars 4 Dreams of Cars 5 Dreams of Cars 6 Dreams of Cars 7


\ No newline at end of file diff --git a/public/project/echoing-dimensions/IMG_1709.jpeg b/public/project/echoing-dimensions/IMG_1709.jpeg index 2ae05ca1..0c248db2 100644 Binary files a/public/project/echoing-dimensions/IMG_1709.jpeg and b/public/project/echoing-dimensions/IMG_1709.jpeg differ diff --git a/public/project/echoing-dimensions/index.html b/public/project/echoing-dimensions/index.html index 8c7d57b7..51fa7ad1 100644 --- a/public/project/echoing-dimensions/index.html +++ b/public/project/echoing-dimensions/index.html @@ -1,2 +1,2 @@ -Echoing Dimensions - Aron Petau

Echoing Dimensions

The space

Kunstraum Potsdamer Straße

The exhibition is situated in an old parking garage, owned and operated by the studierendenwerk Berlin. The space is a large, open room with a rather low ceiling and a concrete floor. Several Nooks and separees can create intimate experiences within the space. The space is not heated and has no windows. The walls are made of concrete and the ceiling is made of concrete.

As a group, we are 12 people, each with amazing projects surrounding audiovisual installations:

  • Özcan Ertek (UdK)
  • Jung Hsu (UdK)
  • Nerya Shohat Silberberg (UdK)
  • Ivana Papic (UdK)
  • Aliaksandra Yakubouskaya (UdK)
  • Aron Petau (UdK, TU Berlin)
  • Joel Rimon Tenenberg (UdK, TU Berlin)
  • Bill Hartenstein (UdK)
  • Fang Tsai (UdK)
  • Marcel Heise (UdK)
  • Lukas Esser & Juan Pablo Gaviria Bedoya (UdK)

The Idea

We will be exibiting our Radio Project, aethercomms which resulted from our previous inquiries into cables and radio spaces during the Studio Course.

Build Log

2024-01-25

First Time seeing the Space:

2024-02-01

Signing Contract

2024-02-08

The Collective Exibition Text:

Sound, as a fundamental element of everyday experience, envelopes us in the cacophony of city life - car horns, the chatter of pedestrians, the chirping of birds, the rustle of leaves in the wind, notifications, alarms and the constant hum of radio waves, signals and frequencies. These sounds, together make up the noise of our life, often pass by, fleeting and unnoticed. The engagement with sound through active listening holds the potential to process the experience of the self and its surroundings. This is the idea of “Echoing Dimensions”: Once you engage with something, it gives back to you: Whether it is the rhythmic cadence of a heartbeat, a flowing symphony of urban activity or the hoofbeats of a running horse, minds and bodies construct and rebuild scenes and narratives while sensing and processing the sounds that surround them, that pass next and through them. The exhibition "Echoing Dimensions" takes place at Kunstraum Potsdamer Straße gallery’s underground space and exhibits artworks by 12 Berlin based artists, who investigate in their artistic practice ‘intentional listening’ using sound, video and installation, and invites to navigate attentiveness by participatory exploration. Each artwork in the exhibition revolves around different themes in which historical ideas resonate, political-personal narratives are being re-conceptualized and cultural perspectives are examined. The exhibition's common thread lies in its interest into the complexities of auditory perception, inviting viewers to consider the ways in which sound shapes our memories, influences our culture, and challenges our understanding of space and power dynamics.

2024-02-15

Working TD Prototype. We collect the pointcloud information through a kinect azure and sorting the output of the device turned out to be quite tricky.

2024-03-01

Initial live testing on the finalized hardware. We decided to use a tiny Intel NUC to run both touchdesigner, the LLM, and audio synthesis.

Not expected at all: The audio synthesis was actually the hardest, since there was no available internet in the exhibition space and all sleek modern solutions seem to rely on cloud services to generate audio from text. Here, the tiny NUC really bit us: it took almost 15 seconds to generate a single paragraph of spoken words, even when usin quite small synthesizer models for it.

Lesson learned: Next time give it more oomph. I seriously wonder though why there wouldn't be better TTS systems around. Isnt that quite the essential accessibility feature? We ended up using coquiTTS, which is appearently out of business entirely.

2024-04-05

We became part of sellerie weekend!

Sellerie Weekend Poster

This is a collection of Gallery Spaces and Collectives that provide a fresher and more counter-cultural perspective on the Gallery Weekend. It quite helped our online visibility and filled out the entire space on the Opening.

A look inside

The Final Audiovisual Setup


\ No newline at end of file +Echoing Dimensions - Aron Petau

Echoing Dimensions

The space

Kunstraum Potsdamer Straße

The exhibition is situated in an old parking garage, owned and operated by the studierendenwerk Berlin. The space is a large, open room with a rather low ceiling and a concrete floor. Several Nooks and separees can create intimate experiences within the space. The space is not heated and has no windows. The walls are made of concrete and the ceiling is made of concrete.

As a group, we are 12 people, each with amazing projects surrounding audiovisual installations:

  • Özcan Ertek (UdK)
  • Jung Hsu (UdK)
  • Nerya Shohat Silberberg (UdK)
  • Ivana Papic (UdK)
  • Aliaksandra Yakubouskaya (UdK)
  • Aron Petau (UdK, TU Berlin)
  • Joel Rimon Tenenberg (UdK, TU Berlin)
  • Bill Hartenstein (UdK)
  • Fang Tsai (UdK)
  • Marcel Heise (UdK)
  • Lukas Esser & Juan Pablo Gaviria Bedoya (UdK)

The Idea

We will be exibiting our Radio Project, aethercomms which resulted from our previous inquiries into cables and radio spaces during the Studio Course.

Build Log

2024-01-25

First Time seeing the Space:

2024-02-01

Signing Contract

2024-02-08

The Collective Exibition Text:

Sound, as a fundamental element of everyday experience, envelopes us in the cacophony of city life - car horns, the chatter of pedestrians, the chirping of birds, the rustle of leaves in the wind, notifications, alarms and the constant hum of radio waves, signals and frequencies. These sounds, together make up the noise of our life, often pass by, fleeting and unnoticed. The engagement with sound through active listening holds the potential to process the experience of the self and its surroundings. This is the idea of “Echoing Dimensions”: Once you engage with something, it gives back to you: Whether it is the rhythmic cadence of a heartbeat, a flowing symphony of urban activity or the hoofbeats of a running horse, minds and bodies construct and rebuild scenes and narratives while sensing and processing the sounds that surround them, that pass next and through them. The exhibition "Echoing Dimensions" takes place at Kunstraum Potsdamer Straße gallery’s underground space and exhibits artworks by 12 Berlin based artists, who investigate in their artistic practice ‘intentional listening’ using sound, video and installation, and invites to navigate attentiveness by participatory exploration. Each artwork in the exhibition revolves around different themes in which historical ideas resonate, political-personal narratives are being re-conceptualized and cultural perspectives are examined. The exhibition's common thread lies in its interest into the complexities of auditory perception, inviting viewers to consider the ways in which sound shapes our memories, influences our culture, and challenges our understanding of space and power dynamics.

2024-02-15

Working TD Prototype. We collect the pointcloud information through a kinect azure and sorting the output of the device turned out to be quite tricky.

2024-03-01

Initial live testing on the finalized hardware. We decided to use a tiny Intel NUC to run both touchdesigner, the LLM, and audio synthesis.

Not expected at all: The audio synthesis was actually the hardest, since there was no available internet in the exhibition space and all sleek modern solutions seem to rely on cloud services to generate audio from text. Here, the tiny NUC really bit us: it took almost 15 seconds to generate a single paragraph of spoken words, even when usin quite small synthesizer models for it.

Lesson learned: Next time give it more oomph. I seriously wonder though why there wouldn't be better TTS systems around. Isnt that quite the essential accessibility feature? We ended up using coquiTTS, which is appearently out of business entirely.

2024-04-05

We became part of sellerie weekend!

Sellerie Weekend Poster

This is a collection of Gallery Spaces and Collectives that provide a fresher and more counter-cultural perspective on the Gallery Weekend. It quite helped our online visibility and filled out the entire space on the Opening.

A look inside

The Final Audiovisual Setup


\ No newline at end of file diff --git a/public/project/echoing-dimensions/sellerie_weekend.png b/public/project/echoing-dimensions/sellerie_weekend.png index 4b192ec1..5672dba8 100644 Binary files a/public/project/echoing-dimensions/sellerie_weekend.png and b/public/project/echoing-dimensions/sellerie_weekend.png differ diff --git a/public/project/einszwovier-löten-leuchten/cables.jpeg b/public/project/einszwovier-löten-leuchten/cables.jpeg index fadef90f..71a7ce13 100644 Binary files a/public/project/einszwovier-löten-leuchten/cables.jpeg and b/public/project/einszwovier-löten-leuchten/cables.jpeg differ diff --git a/public/project/einszwovier-löten-leuchten/eins zwo vier logo.png b/public/project/einszwovier-löten-leuchten/eins zwo vier logo.png index 2a30e75e..e2e66b20 100644 Binary files a/public/project/einszwovier-löten-leuchten/eins zwo vier logo.png and b/public/project/einszwovier-löten-leuchten/eins zwo vier logo.png differ diff --git a/public/project/einszwovier-löten-leuchten/feedback.jpeg b/public/project/einszwovier-löten-leuchten/feedback.jpeg index 8477d964..fc37894c 100644 Binary files a/public/project/einszwovier-löten-leuchten/feedback.jpeg and b/public/project/einszwovier-löten-leuchten/feedback.jpeg differ diff --git a/public/project/einszwovier-löten-leuchten/hand.jpeg b/public/project/einszwovier-löten-leuchten/hand.jpeg index b03cadc4..e42b6cd4 100644 Binary files a/public/project/einszwovier-löten-leuchten/hand.jpeg and b/public/project/einszwovier-löten-leuchten/hand.jpeg differ diff --git a/public/project/einszwovier-löten-leuchten/index.html b/public/project/einszwovier-löten-leuchten/index.html index 65ebd70f..139dcb90 100644 --- a/public/project/einszwovier-löten-leuchten/index.html +++ b/public/project/einszwovier-löten-leuchten/index.html @@ -1,2 +1,2 @@ -einszwovier: löten und leuchten - Aron Petau

einszwovier: löten und leuchten

By Aron Petau and Friedrich Weber4 minutes read

Löten und Leuchten

A hands-on course in soldering, electronics, and lamp design for young creators

Löten und Leuchten has now run in three successful iterations — each time offering 5th and 6th graders a guided yet exploratory dive into the worlds of electronics, making, and digital design. At its core, the course is about understanding through creating: introducing young learners to tangible technologies and encouraging them to shape the outcome with their own ideas and hands.

The Project

Over three sessions (each lasting three hours), participants designed and built their own USB-powered LED lamp. Along the way, they soldered electronic components, modeled lamp housings in 3D, learned about light diffusion, and got a direct introduction to real-world problem solving. Every lamp was built from scratch, powered via USB — no batteries, no glue kits, just wire, plastic, and a bit of courage.

The children began by learning the basics of electricity through interactive experiments using the excellent Makey Makey boards. These allowed us to demonstrate concepts like conductivity, input/output, and circuitry in a playful and intuitive way. The enthusiasm was immediate and contagious.

From there, we moved to the heart of the project: cutting open USB cables, preparing and soldering 5V LEDs, and designing enclosures for them. The soldering was always supervised, but each child did their own work — and it showed. There's something deeply satisfying about holding a working circuit you assembled yourself, and many kids expressed how proud they were to see their light turn on.

Designing with Tools — and Constraints

For 3D modeling, we used Tinkercad on iPads. While the interface proved very accessible, we also encountered its limits: the app occasionally crashed or froze under load, and file syncing sometimes led to confusion. Nonetheless, it provided a gentle, well-mediated entry point to CAD. Most kids had never touched 3D design software before, but quickly began exploring shapes, tolerances, and fitting dimensions. The lamps they created weren’t just decorative — they had to functionally hold the electronics, which added a very real-world layer of complexity.

The printed shades were all done in white PLA to support light diffusion. This led to organic conversations around material properties, translucency, and light behavior, which the kids quickly absorbed and applied in their designs.

Real Challenges, Real Thinking

The project hit a sweet spot: it was challenging enough to be meaningful, but achievable enough to allow for success. Every child managed to finish a working lamp — and each one was different. Along the way, they encountered plenty of design hurdles: USB cables that needed reinforcement, cases that didn’t fit on the first try, LEDs that had to be repositioned for optimal glow.

We didn’t avoid these issues — we embraced them. Instead of simplifying the process to a formula, we treated every obstacle as an opportunity for discussion. Why didn’t this fit? What could we change? How do you fix it? These moments turned into some of the richest learning experiences in the course.

Bonus Round: Tabletop Foosball

As a closing challenge, each group designed their own mini foosball table, using whatever materials and approaches they liked. This final task was light-hearted, but not without its own design challenges — and it served as a great entry into collaborative thinking and prototyping. It also reinforced our goal of learning through play, iteration, and autonomy.

Reflections

Across all three runs, the workshop was met with enthusiasm, curiosity, and real focus. The kids were engaged from start to finish, not just with the tools, but with the ideas behind them. They walked away with more than just a glowing lamp — they gained an understanding of how things work, and a confidence that they can build things themselves.

For us as facilitators, the course reaffirmed how powerful hands-on, self-directed learning can be. The combination of digital and physical tools, real constraints, and open-ended outcomes created an environment where creativity thrived.

Löten und Leuchten will continue to evolve, but its core will remain: empowering kids to build things they care about, and helping them realize that technology isn’t magic — it’s something they can shape.


\ No newline at end of file +einszwovier: löten und leuchten - Aron Petau

einszwovier: löten und leuchten

By Aron Petau and Friedrich Weber4 minutes read

Löten und Leuchten

A hands-on course in soldering, electronics, and lamp design for young creators

Löten und Leuchten has now run in three successful iterations — each time offering 5th and 6th graders a guided yet exploratory dive into the worlds of electronics, making, and digital design. At its core, the course is about understanding through creating: introducing young learners to tangible technologies and encouraging them to shape the outcome with their own ideas and hands.

The Project

Over three sessions (each lasting three hours), participants designed and built their own USB-powered LED lamp. Along the way, they soldered electronic components, modeled lamp housings in 3D, learned about light diffusion, and got a direct introduction to real-world problem solving. Every lamp was built from scratch, powered via USB — no batteries, no glue kits, just wire, plastic, and a bit of courage.

The children began by learning the basics of electricity through interactive experiments using the excellent Makey Makey boards. These allowed us to demonstrate concepts like conductivity, input/output, and circuitry in a playful and intuitive way. The enthusiasm was immediate and contagious.

From there, we moved to the heart of the project: cutting open USB cables, preparing and soldering 5V LEDs, and designing enclosures for them. The soldering was always supervised, but each child did their own work — and it showed. There's something deeply satisfying about holding a working circuit you assembled yourself, and many kids expressed how proud they were to see their light turn on.

Designing with Tools — and Constraints

For 3D modeling, we used Tinkercad on iPads. While the interface proved very accessible, we also encountered its limits: the app occasionally crashed or froze under load, and file syncing sometimes led to confusion. Nonetheless, it provided a gentle, well-mediated entry point to CAD. Most kids had never touched 3D design software before, but quickly began exploring shapes, tolerances, and fitting dimensions. The lamps they created weren’t just decorative — they had to functionally hold the electronics, which added a very real-world layer of complexity.

The printed shades were all done in white PLA to support light diffusion. This led to organic conversations around material properties, translucency, and light behavior, which the kids quickly absorbed and applied in their designs.

Real Challenges, Real Thinking

The project hit a sweet spot: it was challenging enough to be meaningful, but achievable enough to allow for success. Every child managed to finish a working lamp — and each one was different. Along the way, they encountered plenty of design hurdles: USB cables that needed reinforcement, cases that didn’t fit on the first try, LEDs that had to be repositioned for optimal glow.

We didn’t avoid these issues — we embraced them. Instead of simplifying the process to a formula, we treated every obstacle as an opportunity for discussion. Why didn’t this fit? What could we change? How do you fix it? These moments turned into some of the richest learning experiences in the course.

Bonus Round: Tabletop Foosball

As a closing challenge, each group designed their own mini foosball table, using whatever materials and approaches they liked. This final task was light-hearted, but not without its own design challenges — and it served as a great entry into collaborative thinking and prototyping. It also reinforced our goal of learning through play, iteration, and autonomy.

Reflections

Across all three runs, the workshop was met with enthusiasm, curiosity, and real focus. The kids were engaged from start to finish, not just with the tools, but with the ideas behind them. They walked away with more than just a glowing lamp — they gained an understanding of how things work, and a confidence that they can build things themselves.

For us as facilitators, the course reaffirmed how powerful hands-on, self-directed learning can be. The combination of digital and physical tools, real constraints, and open-ended outcomes created an environment where creativity thrived.

Löten und Leuchten will continue to evolve, but its core will remain: empowering kids to build things they care about, and helping them realize that technology isn’t magic — it’s something they can shape.


\ No newline at end of file diff --git a/public/project/einszwovier-löten-leuchten/lights.jpeg b/public/project/einszwovier-löten-leuchten/lights.jpeg index 15e770d0..c864a314 100644 Binary files a/public/project/einszwovier-löten-leuchten/lights.jpeg and b/public/project/einszwovier-löten-leuchten/lights.jpeg differ diff --git a/public/project/einszwovier-löten-leuchten/prints.jpeg b/public/project/einszwovier-löten-leuchten/prints.jpeg index a3471817..c6152bba 100644 Binary files a/public/project/einszwovier-löten-leuchten/prints.jpeg and b/public/project/einszwovier-löten-leuchten/prints.jpeg differ diff --git a/public/project/einszwovier-löten-leuchten/ski.jpeg b/public/project/einszwovier-löten-leuchten/ski.jpeg index 73591da8..5d8bcf8b 100644 Binary files a/public/project/einszwovier-löten-leuchten/ski.jpeg and b/public/project/einszwovier-löten-leuchten/ski.jpeg differ diff --git a/public/project/einszwovier-opening/bench.jpeg b/public/project/einszwovier-opening/bench.jpeg index 179f9176..86d5895c 100644 Binary files a/public/project/einszwovier-opening/bench.jpeg and b/public/project/einszwovier-opening/bench.jpeg differ diff --git a/public/project/einszwovier-opening/cad.jpeg b/public/project/einszwovier-opening/cad.jpeg index 2429a677..489df4d5 100644 Binary files a/public/project/einszwovier-opening/cad.jpeg and b/public/project/einszwovier-opening/cad.jpeg differ diff --git a/public/project/einszwovier-opening/eins zwo vier logo.png b/public/project/einszwovier-opening/eins zwo vier logo.png index 2a30e75e..e2e66b20 100644 Binary files a/public/project/einszwovier-opening/eins zwo vier logo.png and b/public/project/einszwovier-opening/eins zwo vier logo.png differ diff --git a/public/project/einszwovier-opening/index.html b/public/project/einszwovier-opening/index.html index 21783732..650820e1 100644 --- a/public/project/einszwovier-opening/index.html +++ b/public/project/einszwovier-opening/index.html @@ -1,2 +1,2 @@ -einszwovier: making of - Aron Petau

einszwovier: making of

By Aron Petau and Friedrich Weber2 minutes read

The Making of studio einszwovier

August 2024

We started constructing and planning the layout and equipment for the room. We had the chance to build the wooden workbench ourselves, making it our own.

December 2024 – A Space for Ideas Becomes Reality

After months of planning, organizing, and anticipation, it finally happened in December 2024: our Maker Space “studio einszwovier” officially opened its doors. In the midst of everyday school life, an innovative learning environment came to life—one that combines creativity, technology, and educational equity.

From Concept to Reality

The idea was clear: a space where “making” becomes tangible—through self-directed and playful work with analog and digital tools. Learners should be able to shape their learning process, discover their individual strengths, and experience the empowering motivation of doing things themselves.

To support that, the room was equipped with state-of-the-art tools: 3D printers, laser cutters, microcontrollers, and equipment for woodworking and textile printing enable hands-on, project-based learning.

A Place for Free and Explorative Learning

Led by Aron and Friedrich — both graduate students in Design + Computation in Berlin—the “studio einszwovier” provides access to tools, materials, and knowledge. It’s a place for open-ended, explorative learning that emphasizes not just digital technologies, but also creativity, problem-solving, and initiative. The students are invited to join both courses with a predefined focus and open "tüftling".

Open Doors for Creative Minds

“studio einszwovier” is open Tuesdays to Thursdays from 11:00 AM to :00 PM. A dedicated open lab time is available Wednesdays from 1:30 PM to 3:00 PM. Everyone is welcome to drop in, share ideas, and get started.

A Space for the Future

With studio einszwovier, we’ve created a space where learning through hands-on experience takes center stage—promoting both practical and digital skills for the future. It’s a place where ideas become tangible outcomes and where the learning culture of our school grows in a lasting and meaningful way.


\ No newline at end of file +einszwovier: making of - Aron Petau

einszwovier: making of

By Aron Petau and Friedrich Weber2 minutes read

The Making of studio einszwovier

August 2024

We started constructing and planning the layout and equipment for the room. We had the chance to build the wooden workbench ourselves, making it our own.

December 2024 – A Space for Ideas Becomes Reality

After months of planning, organizing, and anticipation, it finally happened in December 2024: our Maker Space “studio einszwovier” officially opened its doors. In the midst of everyday school life, an innovative learning environment came to life—one that combines creativity, technology, and educational equity.

From Concept to Reality

The idea was clear: a space where “making” becomes tangible—through self-directed and playful work with analog and digital tools. Learners should be able to shape their learning process, discover their individual strengths, and experience the empowering motivation of doing things themselves.

To support that, the room was equipped with state-of-the-art tools: 3D printers, laser cutters, microcontrollers, and equipment for woodworking and textile printing enable hands-on, project-based learning.

A Place for Free and Explorative Learning

Led by Aron and Friedrich — both graduate students in Design + Computation in Berlin—the “studio einszwovier” provides access to tools, materials, and knowledge. It’s a place for open-ended, explorative learning that emphasizes not just digital technologies, but also creativity, problem-solving, and initiative. The students are invited to join both courses with a predefined focus and open "tüftling".

Open Doors for Creative Minds

“studio einszwovier” is open Tuesdays to Thursdays from 11:00 AM to :00 PM. A dedicated open lab time is available Wednesdays from 1:30 PM to 3:00 PM. Everyone is welcome to drop in, share ideas, and get started.

A Space for the Future

With studio einszwovier, we’ve created a space where learning through hands-on experience takes center stage—promoting both practical and digital skills for the future. It’s a place where ideas become tangible outcomes and where the learning culture of our school grows in a lasting and meaningful way.


\ No newline at end of file diff --git a/public/project/einszwovier-opening/lasercutter.jpeg b/public/project/einszwovier-opening/lasercutter.jpeg index 4848eee4..b3e103c2 100644 Binary files a/public/project/einszwovier-opening/lasercutter.jpeg and b/public/project/einszwovier-opening/lasercutter.jpeg differ diff --git a/public/project/einszwovier-opening/printing-lamps.jpeg b/public/project/einszwovier-opening/printing-lamps.jpeg index 7119f90a..03b9c538 100644 Binary files a/public/project/einszwovier-opening/printing-lamps.jpeg and b/public/project/einszwovier-opening/printing-lamps.jpeg differ diff --git a/public/project/einszwovier-opening/workbench.jpeg b/public/project/einszwovier-opening/workbench.jpeg index 4ee9456b..326a3a5a 100644 Binary files a/public/project/einszwovier-opening/workbench.jpeg and b/public/project/einszwovier-opening/workbench.jpeg differ diff --git a/public/project/homebrew/index.html b/public/project/homebrew/index.html index e3939acf..006ad454 100644 --- a/public/project/homebrew/index.html +++ b/public/project/homebrew/index.html @@ -1,2 +1,2 @@ -Homebrew - Aron Petau

Homebrew

By Aron Petau3 minutes read

Brewing

Making my own beer

I love hosting, I love experimenting in the Kitchen. Starting with homebrews was a natural fit for me and during the first wave of Covid-19, I went the whole homebrewer’s route of bottle fermentation and small batches later elevating my game with larger batches of 50 liters and a pressure tank system.

Starting out, I found it fascinating, how just 4 rather simple ingredients, malt, hops, water and yeast, can form such an incredible range of taste experiences. It was and still is, a tremendous learning experience, where one slowly has to accept not being able to control the process fully and find room for creativity.

Why do I present such an unrelated non-academic hobby here? I simply do not regard it as unrelated, experimenting and optimizing a process and a workflow, creating optimal conditions for the yeast to do its job feels very similar to approaching a coding project. Yeast and what it does fascinates me. Every time I open the latch to release some pressure on the Tank I think of the awesome symbiotic relationships yeast has with humans and how many different strains live there together to create a unique, yet tailored flavor. Several ideas are floating around of changing the brewing process by capturing the created carbon dioxide and using it productively. I could see a car tire being filled with my beer gas, or an algae farm munching away on my CO2 byproducts. Within a closed-loop pressurized system, such ideas actually become realizable and I would love to explore them further.

I am not yet an expert on algae, but I can manage with yeast and I believe they can coexist and create a more sustainable cycle of production. Young Henrys, a brewery in Australia is already incorporating algae into its industrial process: The Algae project

Such ideas do not come into the industry by themselves: I believe that art and the exploratory discovery of novel techniques are the same things. Good and inventive design can improve society and make steps towards sustainability. I want to be part of that and would love to find new ways of using yeast in other design contexts: See whether I can make them work in a closed circular system, make them calculate things for me, or simply making my next beer taste awesome with just the right amount of fizz.


\ No newline at end of file +Homebrew - Aron Petau

Homebrew

By Aron Petau3 minutes read

Brewing

Making my own beer

I love hosting, I love experimenting in the Kitchen. Starting with homebrews was a natural fit for me and during the first wave of Covid-19, I went the whole homebrewer’s route of bottle fermentation and small batches later elevating my game with larger batches of 50 liters and a pressure tank system.

Starting out, I found it fascinating, how just 4 rather simple ingredients, malt, hops, water and yeast, can form such an incredible range of taste experiences. It was and still is, a tremendous learning experience, where one slowly has to accept not being able to control the process fully and find room for creativity.

Why do I present such an unrelated non-academic hobby here? I simply do not regard it as unrelated, experimenting and optimizing a process and a workflow, creating optimal conditions for the yeast to do its job feels very similar to approaching a coding project. Yeast and what it does fascinates me. Every time I open the latch to release some pressure on the Tank I think of the awesome symbiotic relationships yeast has with humans and how many different strains live there together to create a unique, yet tailored flavor. Several ideas are floating around of changing the brewing process by capturing the created carbon dioxide and using it productively. I could see a car tire being filled with my beer gas, or an algae farm munching away on my CO2 byproducts. Within a closed-loop pressurized system, such ideas actually become realizable and I would love to explore them further.

I am not yet an expert on algae, but I can manage with yeast and I believe they can coexist and create a more sustainable cycle of production. Young Henrys, a brewery in Australia is already incorporating algae into its industrial process: The Algae project

Such ideas do not come into the industry by themselves: I believe that art and the exploratory discovery of novel techniques are the same things. Good and inventive design can improve society and make steps towards sustainability. I want to be part of that and would love to find new ways of using yeast in other design contexts: See whether I can make them work in a closed circular system, make them calculate things for me, or simply making my next beer taste awesome with just the right amount of fizz.


\ No newline at end of file diff --git a/public/project/index.html b/public/project/index.html index a7152293..df709ad5 100644 --- a/public/project/index.html +++ b/public/project/index.html @@ -1,2 +1,2 @@ -Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file +Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file diff --git a/public/project/iron-smelting/index.html b/public/project/iron-smelting/index.html index 706ff823..534ed90f 100644 --- a/public/project/iron-smelting/index.html +++ b/public/project/iron-smelting/index.html @@ -1,2 +1,2 @@ -Iron Smelting - Aron Petau

Iron Smelting

By Aron Petau4 minutes read

Iron Smelting

Impressions from the International Smelting Days 2021

The concept

Since I was a small child I regularly took part in the yearly international congress called Iron Smelting Days (ISD). This is a congress of transdisciplinary people from all over Europe, including historians, archeologists, blacksmiths, steel producers, and many invested hobbyists. The proclaimed goal of these events is to understand the ancient production of iron as it happened throughout the iron age and also much after. A bloomery furnace was used to create iron. Making iron requires iron ore and heat under the exclusion of oxygen. It is a highly fragile process that takes an incredible amount of work. The designs and methods vary a lot and were very adapted to the region and local conditions, unlike the much later, more industrialized process using blast furnaces.

To this day it is quite unclear how prehistoric people managed to get the amount and quality of iron we know they had. The furnaces that were built were often clay structures and are not preserved. Archeologists often find the leftover burned ore and minerals, giving us some indication of the structure and composition of the ancient furnaces. The group around the ISD takes up a practical archeological approach and we try to recreate the ancient methods with the added capability of maybe sticking temperature probes or electric blowers. Each year we meet up in a different European city and try to adapt to the local conditions, often with local ore and local coal. It is a place where different areas of expertise come together to educate each other while sitting together through the intense day- and night shifts to feed the furnaces. Since being a kid, I started building my own furnaces and read up on the process so I could participate. Technology gets a different tint when one is involved in such a process: Even the lights we put up to work through the evening are technically cheating. We use thermometers, meticulously weigh and track the inbound coal and ore, and have many modern amenities around. Yet - with our much more advanced technology, our results are often inferior in quantity and quality in comparison with historical findings. Without modern scales, iron-age people were more accurate and consistent than we are.

After some uncertainty about whether it would take place in 2021 again after it was canceled in 2020, a small group met up in Ulft, Netherlands. This year in Ulft, another group made local coal, so that the entire process was even lengthier, and visitors came from all over to learn about making iron the pre-historic way.

Below I captured most of the process in some time-lapses.

The Process

Here you can see a timelapse of me building a version of an Iron Furnace

As you can see, we are using some quite modern materials, such as bricks, this is due to the time constraints of the ISD. Making an oven completely from scratch is a much more lengthy process requiring drying periods in between building.

After, the furnace is dried and heated up

Over the course of the process, more than 100 kgs of coal and around 20 kgs of ore are used to create a final piece of iron of 200 - 500g, just enough for a single knife.

With all the modern amenities and conveniences available to us, a single run still takes more than 3 people working over 72 hours, not accounting for the coal-making or mining and relocating the iron ore.

Some more impressions from the ISD

For me, it is very hard to define what technology encompasses. It certainly goes beyond the typically associated imagery of computing and industrial progress. It is a mode of encompassing the world and adopting other technologies, be it by time or by region makes me feel how diffused the phenomenon of technology is into my world.

Find out more about the ISD


\ No newline at end of file +Iron Smelting - Aron Petau

Iron Smelting

By Aron Petau4 minutes read

Iron Smelting

Impressions from the International Smelting Days 2021

The concept

Since I was a small child I regularly took part in the yearly international congress called Iron Smelting Days (ISD). This is a congress of transdisciplinary people from all over Europe, including historians, archeologists, blacksmiths, steel producers, and many invested hobbyists. The proclaimed goal of these events is to understand the ancient production of iron as it happened throughout the iron age and also much after. A bloomery furnace was used to create iron. Making iron requires iron ore and heat under the exclusion of oxygen. It is a highly fragile process that takes an incredible amount of work. The designs and methods vary a lot and were very adapted to the region and local conditions, unlike the much later, more industrialized process using blast furnaces.

To this day it is quite unclear how prehistoric people managed to get the amount and quality of iron we know they had. The furnaces that were built were often clay structures and are not preserved. Archeologists often find the leftover burned ore and minerals, giving us some indication of the structure and composition of the ancient furnaces. The group around the ISD takes up a practical archeological approach and we try to recreate the ancient methods with the added capability of maybe sticking temperature probes or electric blowers. Each year we meet up in a different European city and try to adapt to the local conditions, often with local ore and local coal. It is a place where different areas of expertise come together to educate each other while sitting together through the intense day- and night shifts to feed the furnaces. Since being a kid, I started building my own furnaces and read up on the process so I could participate. Technology gets a different tint when one is involved in such a process: Even the lights we put up to work through the evening are technically cheating. We use thermometers, meticulously weigh and track the inbound coal and ore, and have many modern amenities around. Yet - with our much more advanced technology, our results are often inferior in quantity and quality in comparison with historical findings. Without modern scales, iron-age people were more accurate and consistent than we are.

After some uncertainty about whether it would take place in 2021 again after it was canceled in 2020, a small group met up in Ulft, Netherlands. This year in Ulft, another group made local coal, so that the entire process was even lengthier, and visitors came from all over to learn about making iron the pre-historic way.

Below I captured most of the process in some time-lapses.

The Process

Here you can see a timelapse of me building a version of an Iron Furnace

As you can see, we are using some quite modern materials, such as bricks, this is due to the time constraints of the ISD. Making an oven completely from scratch is a much more lengthy process requiring drying periods in between building.

After, the furnace is dried and heated up

Over the course of the process, more than 100 kgs of coal and around 20 kgs of ore are used to create a final piece of iron of 200 - 500g, just enough for a single knife.

With all the modern amenities and conveniences available to us, a single run still takes more than 3 people working over 72 hours, not accounting for the coal-making or mining and relocating the iron ore.

Some more impressions from the ISD

For me, it is very hard to define what technology encompasses. It certainly goes beyond the typically associated imagery of computing and industrial progress. It is a mode of encompassing the world and adopting other technologies, be it by time or by region makes me feel how diffused the phenomenon of technology is into my world.

Find out more about the ISD


\ No newline at end of file diff --git a/public/project/käsewerkstatt/cheese.jpeg b/public/project/käsewerkstatt/cheese.jpeg index 4d6ebe4c..ad65bd0f 100644 Binary files a/public/project/käsewerkstatt/cheese.jpeg and b/public/project/käsewerkstatt/cheese.jpeg differ diff --git a/public/project/käsewerkstatt/combo_serve.jpeg b/public/project/käsewerkstatt/combo_serve.jpeg index e9b265d9..23d9df36 100644 Binary files a/public/project/käsewerkstatt/combo_serve.jpeg and b/public/project/käsewerkstatt/combo_serve.jpeg differ diff --git a/public/project/käsewerkstatt/index.html b/public/project/käsewerkstatt/index.html index 246f2389..c30c3420 100644 --- a/public/project/käsewerkstatt/index.html +++ b/public/project/käsewerkstatt/index.html @@ -1,2 +1,2 @@ -Käsewerkstatt - Aron Petau

Käsewerkstatt

By Aron Petau3 minutes read

Enter the Käsewerkstatt

One day earlier this year I woke up and realized I had a space problem. I was trying to build out a workshop and tackle ever more advanced and dusty plastic and woodworking projects and after another small run in with my girlfriend after I had repeatedly crossed the "No-Sanding-and-Linseed-Oiling-Policy" in our Living Room, it was time to do something about it. I am based in Berlin right now and the housing market is going completely haywire over here ( quick shoutout in solidarity with Deutsche Wohnen und Co enteignen). End of the song: I won't be able to afford to rent a small workshop anywhere near berlin anytime soon. As you will notice in some other projects, I am quite opposed to the Idea that it should be considered normal to park ones car in the middle of the city on public spaces, for example Autoimmunitaet, Commoning Cars or Dreams of Cars.

So, the idea was born, to regain that space as habitable zone, taking back usable space from parked cars. I was gonna install a mobile workshop within a trailer. Ideally, the trailer should be lockable and have enough standing and working space. As it turns out, Food Trailers fulfill these criteria quite nicely. So I got out on a quest, finding the cheapest food trailer available in germany.

6 weeks later, I found it near munich, got it and started immediately renovating it.

Due to developments in parallel, I was already invited to sell food and have the ofgficial premiere at the Bergfest, a Weekend Format in Brandenburg an der Havel, initiated and organized by Zirkus Creativo. Many thanks for the invitation here again!

So on it went, I spent some afternoons renovating and outfitting the trailer, and did my first ever shopping at Metro, a local B2B Foodstuffs Market.

Meanwhile, I got into all the paperwork and did all the necessary instructional courses and certificates. The first food I wanted to sell was Raclette on fresh bread, a swiss dish that is quite popular in germany. For the future, the trailer is supposed to tend more towards vegan dishes, as a first tryout I also sold a bruschetta combo. This turned out great, since the weather was quite hot and the bruschetta was a nice and light snack, while I could use the same type of bread for the raclette.

The finished Trailer

The event itself was great, and, in part at least, started paying off the trailer.

Some photos of the opeing event @ Bergfest in Brandenburg an der Havel

Scraping the cheese The Recommended Combo from the Käsewerkstatt The Logo of the Käsewerkstatt, done with the Shaper Origin

We encountered lots of positive feedback and I am looking forward to the next event. So, in case you want to have a foodtruck at your event, hit me up!

Contact me at: käsewerkstatt@petau.net


\ No newline at end of file +Käsewerkstatt - Aron Petau

Käsewerkstatt

By Aron Petau3 minutes read

Enter the Käsewerkstatt

One day earlier this year I woke up and realized I had a space problem. I was trying to build out a workshop and tackle ever more advanced and dusty plastic and woodworking projects and after another small run in with my girlfriend after I had repeatedly crossed the "No-Sanding-and-Linseed-Oiling-Policy" in our Living Room, it was time to do something about it. I am based in Berlin right now and the housing market is going completely haywire over here ( quick shoutout in solidarity with Deutsche Wohnen und Co enteignen). End of the song: I won't be able to afford to rent a small workshop anywhere near berlin anytime soon. As you will notice in some other projects, I am quite opposed to the Idea that it should be considered normal to park ones car in the middle of the city on public spaces, for example Autoimmunitaet, Commoning Cars or Dreams of Cars.

So, the idea was born, to regain that space as habitable zone, taking back usable space from parked cars. I was gonna install a mobile workshop within a trailer. Ideally, the trailer should be lockable and have enough standing and working space. As it turns out, Food Trailers fulfill these criteria quite nicely. So I got out on a quest, finding the cheapest food trailer available in germany.

6 weeks later, I found it near munich, got it and started immediately renovating it.

Due to developments in parallel, I was already invited to sell food and have the ofgficial premiere at the Bergfest, a Weekend Format in Brandenburg an der Havel, initiated and organized by Zirkus Creativo. Many thanks for the invitation here again!

So on it went, I spent some afternoons renovating and outfitting the trailer, and did my first ever shopping at Metro, a local B2B Foodstuffs Market.

Meanwhile, I got into all the paperwork and did all the necessary instructional courses and certificates. The first food I wanted to sell was Raclette on fresh bread, a swiss dish that is quite popular in germany. For the future, the trailer is supposed to tend more towards vegan dishes, as a first tryout I also sold a bruschetta combo. This turned out great, since the weather was quite hot and the bruschetta was a nice and light snack, while I could use the same type of bread for the raclette.

The finished Trailer

The event itself was great, and, in part at least, started paying off the trailer.

Some photos of the opeing event @ Bergfest in Brandenburg an der Havel

Scraping the cheese The Recommended Combo from the Käsewerkstatt The Logo of the Käsewerkstatt, done with the Shaper Origin

We encountered lots of positive feedback and I am looking forward to the next event. So, in case you want to have a foodtruck at your event, hit me up!

Contact me at: käsewerkstatt@petau.net


\ No newline at end of file diff --git a/public/project/käsewerkstatt/logo.jpeg b/public/project/käsewerkstatt/logo.jpeg index 3f92cdfc..5d6bcdbf 100644 Binary files a/public/project/käsewerkstatt/logo.jpeg and b/public/project/käsewerkstatt/logo.jpeg differ diff --git a/public/project/käsewerkstatt/product.jpeg b/public/project/käsewerkstatt/product.jpeg index 533b6657..2d17918c 100644 Binary files a/public/project/käsewerkstatt/product.jpeg and b/public/project/käsewerkstatt/product.jpeg differ diff --git a/public/project/käsewerkstatt/trailer.jpeg b/public/project/käsewerkstatt/trailer.jpeg index 8d10fef4..97877f1e 100644 Binary files a/public/project/käsewerkstatt/trailer.jpeg and b/public/project/käsewerkstatt/trailer.jpeg differ diff --git a/public/project/käsewerkstatt/welcome.jpeg b/public/project/käsewerkstatt/welcome.jpeg index a6a13939..7c403013 100644 Binary files a/public/project/käsewerkstatt/welcome.jpeg and b/public/project/käsewerkstatt/welcome.jpeg differ diff --git a/public/project/lampshades/index.html b/public/project/lampshades/index.html index 4622d2e6..80bf2582 100644 --- a/public/project/lampshades/index.html +++ b/public/project/lampshades/index.html @@ -1,2 +1,2 @@ -Lampshades - Aron Petau

Lampshades

By Aron Petau2 minutes read

Lampshades

During 2022, I was exposed to some of the awesomenest tools for architects. One of them was Rhino, a 3D modeling software that is used for a lot of architectural design. I hate it. It has quite an unreadable interface and is not very intuitive, with straight-up 80s vibes. It has plugins though, and one of them is Grasshopper, a visual programming language that is used to create parametric models. Grasshopper is insanely powerful and seems to be a full-fledged programming language, but it is also very intuitive and easy to use, rather similar to the new node-based flows unreal engine and blender are now starting. Sadly, grasshopper does not come as a standalone, and it requires Rhino to run and achieve many of the modeling steps.

In that combination, Rhino suddenly becomes much more appealing, and I started to enjoy the process of modeling in it. I was able to create a parametric lampshade that I am very happy with and can modify on the fly for ever-new lampshades.

Then printing it with white filament in vase mode was a breeze and here you can see some of the results.


\ No newline at end of file +Lampshades - Aron Petau

Lampshades

By Aron Petau2 minutes read

Lampshades

During 2022, I was exposed to some of the awesomenest tools for architects. One of them was Rhino, a 3D modeling software that is used for a lot of architectural design. I hate it. It has quite an unreadable interface and is not very intuitive, with straight-up 80s vibes. It has plugins though, and one of them is Grasshopper, a visual programming language that is used to create parametric models. Grasshopper is insanely powerful and seems to be a full-fledged programming language, but it is also very intuitive and easy to use, rather similar to the new node-based flows unreal engine and blender are now starting. Sadly, grasshopper does not come as a standalone, and it requires Rhino to run and achieve many of the modeling steps.

In that combination, Rhino suddenly becomes much more appealing, and I started to enjoy the process of modeling in it. I was able to create a parametric lampshade that I am very happy with and can modify on the fly for ever-new lampshades.

Then printing it with white filament in vase mode was a breeze and here you can see some of the results.


\ No newline at end of file diff --git a/public/project/lampshades/lampshade1.png b/public/project/lampshades/lampshade1.png index 41eef8b5..0a4a7ec2 100644 Binary files a/public/project/lampshades/lampshade1.png and b/public/project/lampshades/lampshade1.png differ diff --git a/public/project/lampshades/lampshade2.png b/public/project/lampshades/lampshade2.png index 63677c53..34f9b9a6 100644 Binary files a/public/project/lampshades/lampshade2.png and b/public/project/lampshades/lampshade2.png differ diff --git a/public/project/lampshades/lampshade3.png b/public/project/lampshades/lampshade3.png index 60d15c02..74aeafdf 100644 Binary files a/public/project/lampshades/lampshade3.png and b/public/project/lampshades/lampshade3.png differ diff --git a/public/project/lampshades/lampshade4.png b/public/project/lampshades/lampshade4.png index e94d5e2a..c47956a1 100644 Binary files a/public/project/lampshades/lampshade4.png and b/public/project/lampshades/lampshade4.png differ diff --git a/public/project/local-diffusion/index.html b/public/project/local-diffusion/index.html index 18dbd772..86ec5826 100644 --- a/public/project/local-diffusion/index.html +++ b/public/project/local-diffusion/index.html @@ -1,2 +1,2 @@ -Local Diffusion - Aron Petau

Local Diffusion

By Aron Petau3 minutes read

Local Diffusion

The official call for the Workshop

Is it possible to create a graphic novel with generative A.I.? What does it mean to use these emerging media in collaboration with others? And why does their local and offline application matter?

With AI becoming more and more democratised and GPT-like Structures increasingly integrated into everyday life, the black-box notion of the mysterious all-powerful Intelligence hinders insightful and effective usage of emerging tools. One particularly hands-on example is AI generated images. Within the proposed Workshop, we will dive into Explainable AI, explore Stable Diffusion, and most importantly, understand the most important parameters within it. We want to steer outcomes in a deliberate manner. Emphasis here is on open and accessible technology, to increase user agency and make techno-social dependencies and power relations visible.

Empower yourself against readymade technology! Do not let others decide on what your best practices are. Get involved in the modification of the algorithm and get surprised by endless creative possibilities. Through creating a short graphic novel with 4-8 panels, participants will be able to utilise multiple flavours of the Stable Diffusion algorithm, and will have a non-mathematical understanding of the parameters and their effects on the output within some common GUIs. They will be able to apply several post-processing techniques to their generated images, such as upscaling, masking, inpainting and pose redrawing. Further, participants will be able to understand the structure of a good text prompt, be able to utilise online reference databases and manipulate parameters and directives of the Image to optimise desired qualities. Participants will also be introduced to ControlNet, enabling them to direct Pose and Image composition in detail.

Workshop Evaluation

Over the course of 3 hours, I gave an introductory workshop in local stable diffusion processing and introduced participants to the server available to UdK Students for fast remote computation that circumvents the unethicality of continuously using a proprietary cloud service for similar outputs. There is not much we can do on the data production side and many ethical dilemmas surrounding digital colonialism remain, but local computation takes one step towards a critical and transparent use of AI tools by Artists.

The Workshop format was rathert open and experimental, which was welcomed by the participants and they tried the collages enthusiastically. We also had a refreshing discussion on different positions regarding the ethicalities and whether a complete block of these tools is called for and feasible.

I am looking forward to round 2 with the next iteration, where we are definitely diving deeper into the depths of comfyui, an interface that i absolutely adore, while its power also terrifies me sometimes.


\ No newline at end of file +Local Diffusion - Aron Petau

Local Diffusion

By Aron Petau3 minutes read

Local Diffusion

The official call for the Workshop

Is it possible to create a graphic novel with generative A.I.? What does it mean to use these emerging media in collaboration with others? And why does their local and offline application matter?

With AI becoming more and more democratised and GPT-like Structures increasingly integrated into everyday life, the black-box notion of the mysterious all-powerful Intelligence hinders insightful and effective usage of emerging tools. One particularly hands-on example is AI generated images. Within the proposed Workshop, we will dive into Explainable AI, explore Stable Diffusion, and most importantly, understand the most important parameters within it. We want to steer outcomes in a deliberate manner. Emphasis here is on open and accessible technology, to increase user agency and make techno-social dependencies and power relations visible.

Empower yourself against readymade technology! Do not let others decide on what your best practices are. Get involved in the modification of the algorithm and get surprised by endless creative possibilities. Through creating a short graphic novel with 4-8 panels, participants will be able to utilise multiple flavours of the Stable Diffusion algorithm, and will have a non-mathematical understanding of the parameters and their effects on the output within some common GUIs. They will be able to apply several post-processing techniques to their generated images, such as upscaling, masking, inpainting and pose redrawing. Further, participants will be able to understand the structure of a good text prompt, be able to utilise online reference databases and manipulate parameters and directives of the Image to optimise desired qualities. Participants will also be introduced to ControlNet, enabling them to direct Pose and Image composition in detail.

Workshop Evaluation

Over the course of 3 hours, I gave an introductory workshop in local stable diffusion processing and introduced participants to the server available to UdK Students for fast remote computation that circumvents the unethicality of continuously using a proprietary cloud service for similar outputs. There is not much we can do on the data production side and many ethical dilemmas surrounding digital colonialism remain, but local computation takes one step towards a critical and transparent use of AI tools by Artists.

The Workshop format was rathert open and experimental, which was welcomed by the participants and they tried the collages enthusiastically. We also had a refreshing discussion on different positions regarding the ethicalities and whether a complete block of these tools is called for and feasible.

I am looking forward to round 2 with the next iteration, where we are definitely diving deeper into the depths of comfyui, an interface that i absolutely adore, while its power also terrifies me sometimes.


\ No newline at end of file diff --git a/public/project/lusatia/index.html b/public/project/lusatia/index.html index 5abacb9e..a57c32b9 100644 --- a/public/project/lusatia/index.html +++ b/public/project/lusatia/index.html @@ -1,2 +1,2 @@ -Lusatia - an immersion in (De)Fences - Aron Petau

\ No newline at end of file +Lusatia - an immersion in (De)Fences - Aron Petau

\ No newline at end of file diff --git a/public/project/master-thesis/index.html b/public/project/master-thesis/index.html index ad60644e..1fe06e3e 100644 --- a/public/project/master-thesis/index.html +++ b/public/project/master-thesis/index.html @@ -1,2 +1,2 @@ -Master's Thesis - Aron Petau

Master's Thesis: Human - Waste

Plastics offer significant material benefits, such as durability and versatility, yet their widespread use has led to severe environmental pollution and waste management challenges. This thesis develops alternative concepts for collaborative participation in recycling processes by examining existing waste management systems. Exploring the historical and material context of plastics, it investigates the role of making and hacking as transformative practices in waste revaluation. Drawing on theories from Discard Studies, Material Ecocriticism, and Valuation Studies, it applies methods to examine human-waste relationships and the shifting perception of objects between value and non-value. Practical investigations, including workshop-based experiments with polymer identification and machine-based interventions, provide hands-on insights into the material properties of discarded plastics. These experiments reveal their epistemic potential, leading to the introduction of novel archiving practices and knowledge structures that form an integrated methodology for artistic research and practice. Inspired by the Materialstudien of the Bauhaus Vorkurs, the workshop not only explores material engagement but also offers new insights for educational science, advocating for peer-learning scenarios. Through these approaches, this research fosters a socially transformative relationship with waste, emphasizing participation, design, and speculative material reuse. Findings are evaluated through participant feedback and workshop outcomes, contributing to a broader discussion on waste as both a challenge and an opportunity for sustainable futures and a material reality of the human experience.

Comments

You can comment on this blog post by publicly replying to this post using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below.

Open Post

\ No newline at end of file +Master's Thesis - Aron Petau

Master's Thesis: Human - Waste

Plastics offer significant material benefits, such as durability and versatility, yet their widespread use has led to severe environmental pollution and waste management challenges. This thesis develops alternative concepts for collaborative participation in recycling processes by examining existing waste management systems. Exploring the historical and material context of plastics, it investigates the role of making and hacking as transformative practices in waste revaluation. Drawing on theories from Discard Studies, Material Ecocriticism, and Valuation Studies, it applies methods to examine human-waste relationships and the shifting perception of objects between value and non-value. Practical investigations, including workshop-based experiments with polymer identification and machine-based interventions, provide hands-on insights into the material properties of discarded plastics. These experiments reveal their epistemic potential, leading to the introduction of novel archiving practices and knowledge structures that form an integrated methodology for artistic research and practice. Inspired by the Materialstudien of the Bauhaus Vorkurs, the workshop not only explores material engagement but also offers new insights for educational science, advocating for peer-learning scenarios. Through these approaches, this research fosters a socially transformative relationship with waste, emphasizing participation, design, and speculative material reuse. Findings are evaluated through participant feedback and workshop outcomes, contributing to a broader discussion on waste as both a challenge and an opportunity for sustainable futures and a material reality of the human experience.

Comments

You can comment on this blog post by publicly replying to this post using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below.

Open Post

\ No newline at end of file diff --git a/public/project/master-thesis/puzzle.jpeg b/public/project/master-thesis/puzzle.jpeg index 2daec699..d7f13a75 100644 Binary files a/public/project/master-thesis/puzzle.jpeg and b/public/project/master-thesis/puzzle.jpeg differ diff --git a/public/project/page/2/index.html b/public/project/page/2/index.html index cf60d259..aaabab3a 100644 --- a/public/project/page/2/index.html +++ b/public/project/page/2/index.html @@ -1,2 +1,2 @@ -Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file +Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file diff --git a/public/project/page/3/index.html b/public/project/page/3/index.html index 31fdcd5b..32f43b97 100644 --- a/public/project/page/3/index.html +++ b/public/project/page/3/index.html @@ -1,2 +1,2 @@ -Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file +Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file diff --git a/public/project/page/4/index.html b/public/project/page/4/index.html index c274a9de..6c55fe3f 100644 --- a/public/project/page/4/index.html +++ b/public/project/page/4/index.html @@ -1,2 +1,2 @@ -Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file +Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file diff --git a/public/project/page/5/index.html b/public/project/page/5/index.html index ac593586..24200682 100644 --- a/public/project/page/5/index.html +++ b/public/project/page/5/index.html @@ -1,2 +1,2 @@ -Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file +Aron's Blog - Aron Petau

Aron's Blog

Find all my projects here. They are sorted by date, you can also filter by tags.

Filter by tag
34 posts in total

\ No newline at end of file diff --git a/public/project/philosophy/index.html b/public/project/philosophy/index.html index f7ad3c46..6f0623c9 100644 --- a/public/project/philosophy/index.html +++ b/public/project/philosophy/index.html @@ -1,2 +1,2 @@ -Philosophy - Aron Petau

Critical considerations during my studies

I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week's discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That's why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Note

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Note

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Note

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

"When in doubt, give the subject full epistemic credibility"

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Note

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Note

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one? But then, after that: "Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men." This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture "White Men" forming a group and collectively deciding on who to hate this coming season, Conceptually separating "being oppressed" and "oppressing" into phenomena without necessary inherent causal relation makes sense to me here.

Note

created by Aron Petau on Tuesday 23. June 2020, 18:52

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Note

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term "Norms" is related to anticipation of this argument.

Further, I am not sure I share Ewald's interpretation; I see that the object "othered" by a norm is a constituent and necessary object for the norm, simply due to its "comparative" nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Note

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Note

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Note

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Note

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a "strategy" just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Note

created by Aron Petau on Sunday 12. December 2021, 22:01

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Note

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins "Self-Defense", I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile "outside" or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for "enforcing" safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: "Well, the person did not object or introduce change, so the person implied consent." Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Note

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Note

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Note

created by Aron Petau on 05.01.2021


\ No newline at end of file +Philosophy - Aron Petau

Critical considerations during my studies

I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week's discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That's why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Note

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Note

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Note

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

"When in doubt, give the subject full epistemic credibility"

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Note

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Note

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one? But then, after that: "Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men." This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture "White Men" forming a group and collectively deciding on who to hate this coming season, Conceptually separating "being oppressed" and "oppressing" into phenomena without necessary inherent causal relation makes sense to me here.

Note

created by Aron Petau on Tuesday 23. June 2020, 18:52

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Note

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term "Norms" is related to anticipation of this argument.

Further, I am not sure I share Ewald's interpretation; I see that the object "othered" by a norm is a constituent and necessary object for the norm, simply due to its "comparative" nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Note

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Note

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Note

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Note

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a "strategy" just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Note

created by Aron Petau on Sunday 12. December 2021, 22:01

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Note

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins "Self-Defense", I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile "outside" or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for "enforcing" safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: "Well, the person did not object or introduce change, so the person implied consent." Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Note

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Note

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Note

created by Aron Petau on 05.01.2021


\ No newline at end of file diff --git a/public/project/plastic-recycling/index.html b/public/project/plastic-recycling/index.html index c86cea33..2f4d9836 100644 --- a/public/project/plastic-recycling/index.html +++ b/public/project/plastic-recycling/index.html @@ -1,2 +1,2 @@ -Plastic Recycling - Aron Petau

Being involved with 3D Printers, there is the issue of sustainability that I am confronted with regularly. Most 3D printed parts never get recycled and add to the global waste problem, rather than reducing it. The printer most certainly doesn’t care what it is printing, the main problem is the dimensional accuracy and the purity of the material. All of this leads to a huge industry, Germany being especially involved, using loads of virgin plastic.

What can be done about it? We can design our products to last longer, we can also print recycling labels on them so they do not have to get burned after their first life. We can take care to only print functional objects, not just fun toys nobody uses. Yet, none of that prevents the use of virgin plastics. If you buy a spool of filament, there are some recycled options, but usually at twice the price at worse quality. No wonder recycled filament fails to convince the masses. It is mostly a fun thing YouTubers can pursue, not a valid commercial process.

In my opinion, the core problem is the nonexistent economic feasibility of a proper recycling process. Identifying the exact material of a piece of trash is a very hard problem, definitely not solved yet. So why do we mix the plastic up in the first place? There is a general willingness of people to recycle, but the system for it is missing.

The Master Plan

I want to get people to wash and separate their trash for me, which are the most expensive steps in the recycling process. There is a willingness to take the extra step, and even if just my mom collects bottle caps for me, that is more than I can realistically use up. This only really works when I am thinking in a local and decentral environment. The existing recycling facilities clearly will not be able to provide 200 different containers for 200 different types of plastic. Starting the process with clean and sorted materials, like bottle caps (HDPE) or failed prints (PET-G), I start off with an advantage. Now I have to take apart the trash into evenly sized particles. Meet:

The Shredder

We built the Precious Plastic Shredder!

With these awesome open-source drawings, I was able to cobble together my very own very dangerous plastic shredder.

After finding some way to drive this massive axis, I feed the beast and hopefully get tiny pretty uniform plastic bits that are ready to begin the cycle of life anew.

The solution for the motorization was an old and used garden shredder that still had an intact motor and wiring. We cut it in half and attached it to the shredder box.

After replacing the weak force transmission screw for an industrial coupler, we were ready to try it out. Obviously, there are still security concerns in this prototype, a proper hopper is already being made.

Nevertheless, we are confident that this shredder will be able to deal with the light sorts of plastic we are thinking of. As you can see, I am now able to produce awesome confetti but to do more with the plastic flakes I have to extrude them.

Meet the Filastruder

This is the Filastruder, designed and made by Tim Elmore, in an attempt to create the cheapest viable way to extrude plastic. The biggest cost issue is the tight industrial tolerances in thickness that have to be adhered to. This is in essence what separates good from the bad filament. The industry standard nowadays is at +-0.03mm. Hard to achieve on a DIY setup, but not unheard of. The setup, like any bigger industry equivalent, consists of a motor pressing plastic pellets through a heated screw, extruding molten plastic at the end through a nozzle, and setting the diameter. The leftmost machine is responsible for winding the filament properly onto a spool.

Here you can see the extrusion process in action.

The Filastruder is controlled by an Arduino and is highly configurable. The laser sensor visible in the video is already working, but I am missing more direct control over the diameter of the filament.

When it all really comes down to the single variable of the filament diameter responsible for the quality of my recycled project, a simple Machine Learning optimization directly jumps at me: I have a few variables like winder speed, extrusion speed, heat, and cooling intensity. These variables can be optimized on the fly for an exact diameter. This is actually roughly how virgin filament is produced, commercial facilities just manage much faster.

The variables in an iterative optimization

So far, I am aware of a few companies and academic projects attempting this process, but none of them manage to get either the quality or the price of other products available. Automatization does not just take out jobs away, I think it can also be a helpful tool, for example tackling environmental issues such as this one.

This project is very dear to my heart and I plan to investigate it further in the form of a master thesis. The realization will require many skills I am already picking up or still need to work on within the Design and Computation program. {: .notice--info}


\ No newline at end of file +Plastic Recycling - Aron Petau

Being involved with 3D Printers, there is the issue of sustainability that I am confronted with regularly. Most 3D printed parts never get recycled and add to the global waste problem, rather than reducing it. The printer most certainly doesn’t care what it is printing, the main problem is the dimensional accuracy and the purity of the material. All of this leads to a huge industry, Germany being especially involved, using loads of virgin plastic.

What can be done about it? We can design our products to last longer, we can also print recycling labels on them so they do not have to get burned after their first life. We can take care to only print functional objects, not just fun toys nobody uses. Yet, none of that prevents the use of virgin plastics. If you buy a spool of filament, there are some recycled options, but usually at twice the price at worse quality. No wonder recycled filament fails to convince the masses. It is mostly a fun thing YouTubers can pursue, not a valid commercial process.

In my opinion, the core problem is the nonexistent economic feasibility of a proper recycling process. Identifying the exact material of a piece of trash is a very hard problem, definitely not solved yet. So why do we mix the plastic up in the first place? There is a general willingness of people to recycle, but the system for it is missing.

The Master Plan

I want to get people to wash and separate their trash for me, which are the most expensive steps in the recycling process. There is a willingness to take the extra step, and even if just my mom collects bottle caps for me, that is more than I can realistically use up. This only really works when I am thinking in a local and decentral environment. The existing recycling facilities clearly will not be able to provide 200 different containers for 200 different types of plastic. Starting the process with clean and sorted materials, like bottle caps (HDPE) or failed prints (PET-G), I start off with an advantage. Now I have to take apart the trash into evenly sized particles. Meet:

The Shredder

We built the Precious Plastic Shredder!

With these awesome open-source drawings, I was able to cobble together my very own very dangerous plastic shredder.

After finding some way to drive this massive axis, I feed the beast and hopefully get tiny pretty uniform plastic bits that are ready to begin the cycle of life anew.

The solution for the motorization was an old and used garden shredder that still had an intact motor and wiring. We cut it in half and attached it to the shredder box.

After replacing the weak force transmission screw for an industrial coupler, we were ready to try it out. Obviously, there are still security concerns in this prototype, a proper hopper is already being made.

Nevertheless, we are confident that this shredder will be able to deal with the light sorts of plastic we are thinking of. As you can see, I am now able to produce awesome confetti but to do more with the plastic flakes I have to extrude them.

Meet the Filastruder

This is the Filastruder, designed and made by Tim Elmore, in an attempt to create the cheapest viable way to extrude plastic. The biggest cost issue is the tight industrial tolerances in thickness that have to be adhered to. This is in essence what separates good from the bad filament. The industry standard nowadays is at +-0.03mm. Hard to achieve on a DIY setup, but not unheard of. The setup, like any bigger industry equivalent, consists of a motor pressing plastic pellets through a heated screw, extruding molten plastic at the end through a nozzle, and setting the diameter. The leftmost machine is responsible for winding the filament properly onto a spool.

Here you can see the extrusion process in action.

The Filastruder is controlled by an Arduino and is highly configurable. The laser sensor visible in the video is already working, but I am missing more direct control over the diameter of the filament.

When it all really comes down to the single variable of the filament diameter responsible for the quality of my recycled project, a simple Machine Learning optimization directly jumps at me: I have a few variables like winder speed, extrusion speed, heat, and cooling intensity. These variables can be optimized on the fly for an exact diameter. This is actually roughly how virgin filament is produced, commercial facilities just manage much faster.

The variables in an iterative optimization

So far, I am aware of a few companies and academic projects attempting this process, but none of them manage to get either the quality or the price of other products available. Automatization does not just take out jobs away, I think it can also be a helpful tool, for example tackling environmental issues such as this one.

This project is very dear to my heart and I plan to investigate it further in the form of a master thesis. The realization will require many skills I am already picking up or still need to work on within the Design and Computation program. {: .notice--info}


\ No newline at end of file diff --git a/public/project/plastic-recycling/recycling_graphic.png b/public/project/plastic-recycling/recycling_graphic.png index 9cd1b0f0..55079089 100644 Binary files a/public/project/plastic-recycling/recycling_graphic.png and b/public/project/plastic-recycling/recycling_graphic.png differ diff --git a/public/project/political-violence/index.html b/public/project/political-violence/index.html index 868828e4..9ed3348e 100644 --- a/public/project/political-violence/index.html +++ b/public/project/political-violence/index.html @@ -1,2 +1,2 @@ -Political Violence - Aron Petau

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Note

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins "Self-Defense", I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile "outside" or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for "enforcing" safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: "Well, the person did not object or introduce change, so the person implied consent." Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Note

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Note

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Note

created by Aron Petau on 05.01.2021


\ No newline at end of file +Political Violence - Aron Petau

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Note

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins "Self-Defense", I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile "outside" or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for "enforcing" safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: "Well, the person did not object or introduce change, so the person implied consent." Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Note

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Note

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Note

created by Aron Petau on 05.01.2021


\ No newline at end of file diff --git a/public/project/postmaster/index.html b/public/project/postmaster/index.html index b6aee499..0441dd4c 100644 --- a/public/project/postmaster/index.html +++ b/public/project/postmaster/index.html @@ -1,2 +1,2 @@ -Postmaster - Aron Petau

Postmaster

By Aron Petau3 minutes read

Postmaster

Hello from aron@petau.net!

Background

Emails are a wondrous thing and I spend the last weeks digging a bit deeper in how they actually work. Some people consider them the last domain of the decentralized dream the internet once had and that is now popping up again with federation and peer-to-peer networks as quite popular buzzwords.

We often forget that email is already a federated system and that it is likely the most important one we have. It is the only way to communicate with people that do not use the same service as you do. It has open standards and is not controlled by a single entity. Going without emails is unimaginable in today's world, yet most providers are the familiar few from the silicon valley. And really, who wants their entire decentralized, federated, peer-to-peer network to be controlled by a schmuck from the silicon valley? Mails used to be more than that and they can still be. Arguably, the world of messanging has gotten quite complex since emails popped up and there are more anti-spam AI tools that I would care to count. But the core of it is still the same and it is still a federated system. Yet, also with Emails, Capitalism has held many victories, and today many emails that are sent from a provider that does not belong to the 5 or so big names are likely to be marked as spam. This is a problem that is not easily solved, but it is a problem that is worth solving.

Another issue with emails is security, as it is somehow collectively agreed upon that emails are a valid way to communicate business informations, while Whatsapp and Signal are not. These, at least when talking about messaging services with end-to-end encryption, are likely to be way more secure than emails.

The story

So it came to pass, that I, as the only one in the family interested in operating it, "inherited" the family domain petau.net. All of our emails run through this service, that was previously managed by a web developer that was not interested in the domjobain anymore.

With lots of really secure Mail Providers like Protonmail or Tutanota, I went on a research spree, as to how I would like to manage my own service. Soon noticing that secure emails virtually always come with a price or with lacking interoperability with clients like Thunderbird or Outlook, I decided to go for migadu, a swiss provider that offers a good balance between security and usability. They also offer a student tier, which is a big plus.

While self-hosting seems like a great idea from a privacy perspective, it is also quite risky for a service that is usually the only way for any service to recover your password or your online identity. Migadu it was then, and in the last three months of basically set it and forget it, i am proud to at least have a decently granular control over my emails and can consciously reflect on the server location of The skeleton service service that enables virtually my entire online existence.

I certainly crave more open protocols in my life and am also findable on Mastodon, a microblogging network around the ActivityPub Protocol.


\ No newline at end of file +Postmaster - Aron Petau

Postmaster

By Aron Petau3 minutes read

Postmaster

Hello from aron@petau.net!

Background

Emails are a wondrous thing and I spend the last weeks digging a bit deeper in how they actually work. Some people consider them the last domain of the decentralized dream the internet once had and that is now popping up again with federation and peer-to-peer networks as quite popular buzzwords.

We often forget that email is already a federated system and that it is likely the most important one we have. It is the only way to communicate with people that do not use the same service as you do. It has open standards and is not controlled by a single entity. Going without emails is unimaginable in today's world, yet most providers are the familiar few from the silicon valley. And really, who wants their entire decentralized, federated, peer-to-peer network to be controlled by a schmuck from the silicon valley? Mails used to be more than that and they can still be. Arguably, the world of messanging has gotten quite complex since emails popped up and there are more anti-spam AI tools that I would care to count. But the core of it is still the same and it is still a federated system. Yet, also with Emails, Capitalism has held many victories, and today many emails that are sent from a provider that does not belong to the 5 or so big names are likely to be marked as spam. This is a problem that is not easily solved, but it is a problem that is worth solving.

Another issue with emails is security, as it is somehow collectively agreed upon that emails are a valid way to communicate business informations, while Whatsapp and Signal are not. These, at least when talking about messaging services with end-to-end encryption, are likely to be way more secure than emails.

The story

So it came to pass, that I, as the only one in the family interested in operating it, "inherited" the family domain petau.net. All of our emails run through this service, that was previously managed by a web developer that was not interested in the domjobain anymore.

With lots of really secure Mail Providers like Protonmail or Tutanota, I went on a research spree, as to how I would like to manage my own service. Soon noticing that secure emails virtually always come with a price or with lacking interoperability with clients like Thunderbird or Outlook, I decided to go for migadu, a swiss provider that offers a good balance between security and usability. They also offer a student tier, which is a big plus.

While self-hosting seems like a great idea from a privacy perspective, it is also quite risky for a service that is usually the only way for any service to recover your password or your online identity. Migadu it was then, and in the last three months of basically set it and forget it, i am proud to at least have a decently granular control over my emails and can consciously reflect on the server location of The skeleton service service that enables virtually my entire online existence.

I certainly crave more open protocols in my life and am also findable on Mastodon, a microblogging network around the ActivityPub Protocol.


\ No newline at end of file diff --git a/public/project/printing/index.html b/public/project/printing/index.html index 98eb3a08..2e80b658 100644 --- a/public/project/printing/index.html +++ b/public/project/printing/index.html @@ -1,2 +1,2 @@ -3D printing - Aron Petau

3D Printing

3D Printing is more than just a hobby for me

In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.

3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.

I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the recycling project.

During the last half year, I also worked in a university context with 3D printers. We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:

DigiLab Osnabrück

Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.

Evolving Objects This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:

The artist Tom Dijkstra is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. Printing with Ceramics The Paste Extruder

Also with regards to the recycling project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.

Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where WASP is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.

Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.

I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.

Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?

Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the recycling project. Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about CAD


\ No newline at end of file +3D printing - Aron Petau

3D Printing

3D Printing is more than just a hobby for me

In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.

3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.

I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the recycling project.

During the last half year, I also worked in a university context with 3D printers. We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:

DigiLab Osnabrück

Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.

Evolving Objects

This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:

The artist Tom Dijkstra is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.

Printing with Ceramics

The Paste Extruder

Also with regards to the recycling project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.

Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where WASP is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.

Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.

I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.

Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?

Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the recycling project. Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about CAD


\ No newline at end of file diff --git a/public/project/ruminations/index.html b/public/project/ruminations/index.html index 45a9ae46..f9789d2e 100644 --- a/public/project/ruminations/index.html +++ b/public/project/ruminations/index.html @@ -1,2 +1,2 @@ -Ruminations - Aron Petau

Ruminations

was a contemplation on data privacy at Amazon. It asks how to subvert browser fingerprinting and evading the omnipresent tracking of the consumer.

The initial idea was to somehow, by interacting with the perpetrator and letting data accumulate that would degrade their knowledge and thereby destroy predictablity, making this particular dataset worth less.

We could have just added a random clickbot, to confuse things a bit and make the data less valuable. But looking at todays state of datacleanup algorithms and the sheer amount of data that is collected, this would have been a futile attempt. Amazon just detects and removes any noise we add and continues to use the data.

So, then, how can we create coherent, non-random data that is still not predictable?

One answer that this concept should demonstrate, is by inserting patterns that amazon cannot foresee with their current algorithms. As if they were trying to predict the actions of a person with shizophrenia.

The Concept

It consists of a browser extension (currently Chrome only) that overlays all web pages of Amazon with a moving entity that tracks your behavior. While tracking, an image classifier algorithm is used to formulate a product query off of the Storefront. After computation, a perfectly fitting product is displayed for your consumer's pleasure.

The analogue watchdog

A second part of the project is a low-tech installation consisting of a camera (we used a smartphone) running a computer-vision algorithm tracking tiny movements. This was then pointed towards the browser console in the laptop running the extension. The camera was then connected to a screen that displayed the captured image. The watchdog was trained to make robot noises depending on the type and amount of movement detected. Effectively, whenever data traffic beween amazon and the browser was detected, the watchdog would start making noises.

The Browser extension

gallery: The project installation The project installation The project installation

Find the code on GitHub

Subvert a bit yourself, or just have a look at the code.

The code of the Project on GitHub

TODO: create video with live demo


\ No newline at end of file +Ruminations - Aron Petau

Ruminations

was a contemplation on data privacy at Amazon. It asks how to subvert browser fingerprinting and evading the omnipresent tracking of the consumer.

The initial idea was to somehow, by interacting with the perpetrator and letting data accumulate that would degrade their knowledge and thereby destroy predictablity, making this particular dataset worth less.

We could have just added a random clickbot, to confuse things a bit and make the data less valuable. But looking at todays state of datacleanup algorithms and the sheer amount of data that is collected, this would have been a futile attempt. Amazon just detects and removes any noise we add and continues to use the data.

So, then, how can we create coherent, non-random data that is still not predictable?

One answer that this concept should demonstrate, is by inserting patterns that amazon cannot foresee with their current algorithms. As if they were trying to predict the actions of a person with shizophrenia.

The Concept

It consists of a browser extension (currently Chrome only) that overlays all web pages of Amazon with a moving entity that tracks your behavior. While tracking, an image classifier algorithm is used to formulate a product query off of the Storefront. After computation, a perfectly fitting product is displayed for your consumer's pleasure.

The analogue watchdog

A second part of the project is a low-tech installation consisting of a camera (we used a smartphone) running a computer-vision algorithm tracking tiny movements. This was then pointed towards the browser console in the laptop running the extension. The camera was then connected to a screen that displayed the captured image. The watchdog was trained to make robot noises depending on the type and amount of movement detected. Effectively, whenever data traffic beween amazon and the browser was detected, the watchdog would start making noises.

The Browser extension

gallery: The project installation The project installation The project installation

Find the code on GitHub

Subvert a bit yourself, or just have a look at the code.

The code of the Project on GitHub

TODO: create video with live demo


\ No newline at end of file diff --git a/public/project/sferics/index.html b/public/project/sferics/index.html index 684266e9..fe11c0cf 100644 --- a/public/project/sferics/index.html +++ b/public/project/sferics/index.html @@ -1,2 +1,2 @@ -Sferics - Aron Petau

Sferics

By Aron Petau3 minutes read

What the hell are Sferics?

A radio atmospheric signal or sferic (sometimes also spelled "spheric") is a broadband electromagnetic impulse that occurs as a result of natural atmospheric lightning discharges. Sferics may propagate from their lightning source without major attenuation in the Earth–ionosphere waveguide, and can be received thousands of kilometres from their source.

Why catch them?

Microsferics is a nice reference Project, which is a network of Sferics antennas, which are used to detect lightning strikes. Through triangulation not unlike the Maths happening in GPS, the (more or less) exact location of the strike can be determined. This is useful for weather prediction, but also for the detection of forest fires, which are often caused by lightning strikes.

Because the Frequency of the Sferics is, when converted to audio, still in the audible range, it is possible to listen to the strikes. This usually sounds a bit like a crackling noise, but can also be quite melodic. I was a bit reminded by a Geiger Counter.

Sferics are in the VLF (Very Low Frequency) range, sitting roughly at 10kHz, which is a bit of a problem for most radios, as they are not designed to pick up such low frequencies. This is why we built our own antenna. At 10kHz, we are talking about insanely large waves. a single wavelength there is roughly 30 Kilometers. This is why the antenna needs to be quite large. A special property of waves this large is, that they get easily reflected by the Ionosphere and the Earth's surface. Effectively, a wave like this can bounce around the globe several times before it is absorbed by the ground. This is why we can pick up Sferics from all over the world and even listen to Australian Lightning strikes. Of course, without the maths, we cannot attribute directions, but the so called "Tweeks" we picked up, usually come from at least 2000km distance.

The Build

We built several so-called "Long-Loop" antennas, which are essentially a coil of wire with a capacitor at the end. Further, a specific balun is needed, depending on the length of the wire. this can then directly output an electric signal on an XLR cable.

Loosely based on instructions from Calvin R. Graf, We built a 26m long antenna, looped several times around a wooden frame.

The Result

We have several hour-long recordings of the Sferics, which we are currently investigating for further potential.

Have a listen to a recording of the Sferics here:

As you can hear, there is quite a bit of 60 hz ground buzz in the recording. This is either due to the fact that the antenna was not properly grounded or we simply were still too close to the bustling city. I think it is already surprising that we got such a clear impression so close to Berlin. Let's see what we can get in the countryside!

Listening at night The Drachenberg The Antenna


\ No newline at end of file +Sferics - Aron Petau

Sferics

By Aron Petau3 minutes read

What the hell are Sferics?

A radio atmospheric signal or sferic (sometimes also spelled "spheric") is a broadband electromagnetic impulse that occurs as a result of natural atmospheric lightning discharges. Sferics may propagate from their lightning source without major attenuation in the Earth–ionosphere waveguide, and can be received thousands of kilometres from their source.

Why catch them?

Microsferics is a nice reference Project, which is a network of Sferics antennas, which are used to detect lightning strikes. Through triangulation not unlike the Maths happening in GPS, the (more or less) exact location of the strike can be determined. This is useful for weather prediction, but also for the detection of forest fires, which are often caused by lightning strikes.

Because the Frequency of the Sferics is, when converted to audio, still in the audible range, it is possible to listen to the strikes. This usually sounds a bit like a crackling noise, but can also be quite melodic. I was a bit reminded by a Geiger Counter.

Sferics are in the VLF (Very Low Frequency) range, sitting roughly at 10kHz, which is a bit of a problem for most radios, as they are not designed to pick up such low frequencies. This is why we built our own antenna. At 10kHz, we are talking about insanely large waves. a single wavelength there is roughly 30 Kilometers. This is why the antenna needs to be quite large. A special property of waves this large is, that they get easily reflected by the Ionosphere and the Earth's surface. Effectively, a wave like this can bounce around the globe several times before it is absorbed by the ground. This is why we can pick up Sferics from all over the world and even listen to Australian Lightning strikes. Of course, without the maths, we cannot attribute directions, but the so called "Tweeks" we picked up, usually come from at least 2000km distance.

The Build

We built several so-called "Long-Loop" antennas, which are essentially a coil of wire with a capacitor at the end. Further, a specific balun is needed, depending on the length of the wire. this can then directly output an electric signal on an XLR cable.

Loosely based on instructions from Calvin R. Graf, We built a 26m long antenna, looped several times around a wooden frame.

The Result

We have several hour-long recordings of the Sferics, which we are currently investigating for further potential.

Have a listen to a recording of the Sferics here:

As you can hear, there is quite a bit of 60 hz ground buzz in the recording. This is either due to the fact that the antenna was not properly grounded or we simply were still too close to the bustling city. I think it is already surprising that we got such a clear impression so close to Berlin. Let's see what we can get in the countryside!

Listening at night The Drachenberg The Antenna


\ No newline at end of file diff --git a/public/project/sferics/sferics1.jpg b/public/project/sferics/sferics1.jpg index b4c26af8..e8aed94b 100644 Binary files a/public/project/sferics/sferics1.jpg and b/public/project/sferics/sferics1.jpg differ diff --git a/public/project/sferics/sferics2.jpg b/public/project/sferics/sferics2.jpg index 09bcdb47..8fb3f31e 100644 Binary files a/public/project/sferics/sferics2.jpg and b/public/project/sferics/sferics2.jpg differ diff --git a/public/project/sferics/sferics3.jpg b/public/project/sferics/sferics3.jpg index 35f93ea2..415e1949 100644 Binary files a/public/project/sferics/sferics3.jpg and b/public/project/sferics/sferics3.jpg differ diff --git a/public/project/stable-dreamfusion/index.html b/public/project/stable-dreamfusion/index.html index f17bd8c1..56aba1b3 100644 --- a/public/project/stable-dreamfusion/index.html +++ b/public/project/stable-dreamfusion/index.html @@ -1,2 +1,2 @@ -Stable Dreamfusion - Aron Petau

Stable Dreamfusion

By Aron Petau2 minutes read

Stable Dreamfusion

Sources

I forked a really popular implementation that reverse engineered the Google Dreamfusion algorithm. This algorithm is closed-source and not publicly available. The implementation I forked is here This one is running on stable-diffusion as a bas process, which means we are are expected to have worse results than google. The original implementation is here

Gradio

The reason i forked the code is so that i could implement my own gradio interface for the algorithm. Gradio is a great tool for quickly building interfaces for machine learning models. No code involves, any user can state their wish, and the mechanism will spit out a ready-to-be-rigged model (obj file)

Mixamo

I used Mixamo to rig the model. It is a great tool for rigging and animating models. But before everything, it is simple. as long as you have a model with a decent humanoid shape in something of a t-pose, you can rig it in seconds. Thats exactly what i did here.

Unity

I used Unity to render the model to the magic leap 1. Through this, i could create an interactive and immersive environment with the generated models.

The dream was, to build a AI- Chamber of wishes. You pick up the glasses, state your desires and then the algorithm will present to you an almost-real object in AR.

Due to not having access to the proprietary sources from google and the beefy, but still not quite machine-learning ready computers we have at the studio, the results are not quite as good as i hoped. But still, the results are quite interesting and i am happy with the outcome. A single generated object in the Box takes roughly 20 minutes to generate. Even then, the algorithm is quite particular and oftentimes will not generate anything coherent at all.


\ No newline at end of file +Stable Dreamfusion - Aron Petau

Stable Dreamfusion

By Aron Petau2 minutes read

Stable Dreamfusion

Sources

I forked a really popular implementation that reverse engineered the Google Dreamfusion algorithm. This algorithm is closed-source and not publicly available. The implementation I forked is here This one is running on stable-diffusion as a bas process, which means we are are expected to have worse results than google. The original implementation is here

Gradio

The reason i forked the code is so that i could implement my own gradio interface for the algorithm. Gradio is a great tool for quickly building interfaces for machine learning models. No code involves, any user can state their wish, and the mechanism will spit out a ready-to-be-rigged model (obj file)

Mixamo

I used Mixamo to rig the model. It is a great tool for rigging and animating models. But before everything, it is simple. as long as you have a model with a decent humanoid shape in something of a t-pose, you can rig it in seconds. Thats exactly what i did here.

Unity

I used Unity to render the model to the magic leap 1. Through this, i could create an interactive and immersive environment with the generated models.

The dream was, to build a AI- Chamber of wishes. You pick up the glasses, state your desires and then the algorithm will present to you an almost-real object in AR.

Due to not having access to the proprietary sources from google and the beefy, but still not quite machine-learning ready computers we have at the studio, the results are not quite as good as i hoped. But still, the results are quite interesting and i am happy with the outcome. A single generated object in the Box takes roughly 20 minutes to generate. Even then, the algorithm is quite particular and oftentimes will not generate anything coherent at all.


\ No newline at end of file diff --git a/public/rss.xml b/public/rss.xml index afbf2c76..c052b322 100644 --- a/public/rss.xml +++ b/public/rss.xml @@ -208,10 +208,12 @@ It’s a place where ideas become tangible outcomes and where the learning cultu <p>After all the new ways to communicate, email is still the golden ticket — and hands down the best way to reach me.</p> <p>✉️ <a href="mailto:aron@petau.net">Contact me: aron@petau.net</a></p> <p>No email?</p> -<p>That’s bold. You can try Telegram, but unless I know who you are, chances are it’ll gather some digital dust before I reply.</p> +<p>That’s bold. +You can try Telegram, but unless I know who you are, chances are it’ll gather some digital dust before I reply.</p> <div class="buttons centered"> <a class="big colored external" href="https://t.me/apetau">Telegram</a> -</div> +</div> + Terms and Privacy Statement @@ -3316,19 +3318,25 @@ I spent my time there in the function of a research intern, having no real say i https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -3337,27 +3345,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -3508,39 +3521,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/search_index.de.json b/public/search_index.de.json index ec33caf5..3e0ca668 100644 --- a/public/search_index.de.json +++ b/public/search_index.de.json @@ -1 +1 @@ -[{"url":"https://aron.petau.net/de/project/","title":"Übersetzung: Aron's Blog","description":null,"body":"Hier ist eine Übersicht meiner Projekte.\nSie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.\n","path":null},{"url":"https://aron.petau.net/de/project/einszwovier-löten-leuchten/","title":"einszwovier: löten und leuchten","description":null,"body":"\n\n\n \n \n \n \n \n \n \n \n \n \n All the led Lamps together\n \n \n \n \n \n \n \n \n \n \n \n The Guestbook: a quick Feedback mechanism we use\n \n \n \n \n \n \n \n \n \n \n \n Tinkereing with only simple shapes\n \n \n \n \n \n \n \n \n \n \n \n More Lights\n \n \n \n \n \n \n \n \n \n \n \n Some overmight prints\n \n \n \n \n \n \n \n \n \n \n \n A completely self-designed skier\n \n \n \n \n\nEin praxisnaher Kurs zu Löten, Elektronik und Lampendesign für junge Tüftler*innen\nLöten und Leuchten fand inzwischen in drei erfolgreichen Durchläufen statt — jeweils als Angebot für Schüler*innen der 5. und 6. Klasse. Der Kurs bietet einen spielerischen und begleiteten Einstieg in die Welt der Elektronik, des Lötens und der digitalen Gestaltung. Im Mittelpunkt steht das Verstehen durch eigenes Machen: Technologien begreifen, indem man sie selbst gestaltet.\nDas Projekt\nÜber drei Sitzungen hinweg (jeweils drei Stunden) entwickelten und bauten die Kinder ihre eigene USB-betriebene LED-Leuchte. Sie löteten elektronische Bauteile, modellierten Gehäuse in 3D, beschäftigten sich mit Lichtstreuung und lernten dabei ganz selbstverständlich, technische Probleme kreativ zu lösen. Jede Leuchte wurde von Grund auf gebaut, funktional und transportabel – ganz ohne Batterien, dafür mit echten Kabeln, Werkzeug und einem großen Schuss Eigenverantwortung.\nZum Einstieg lernten die Teilnehmer*innen die Grundlagen der Elektrizität mit den wunderbar zugänglichen Makey Makey-Boards kennen. Damit konnten wir spielerisch Stromkreise, Leitfähigkeit und Steuerung erklären – ein Einstieg, der sofort Neugier und Begeisterung weckte.\nAnschließend folgte das Herzstück des Projekts: USB-Kabel aufschneiden, 5V-LEDs anlöten und eigene Gehäuse entwerfen. Das Löten geschah unter Aufsicht, aber jede*r lötete selbst – und das mit sichtbarem Stolz. Wenn die eigene LED zum ersten Mal leuchtet, ist das ein magischer Moment.\nGestaltung mit Werkzeug – und mit Einschränkungen\nFür die 3D-Gestaltung nutzten wir Tinkercad auf iPads. Die Oberfläche war für viele der erste Berührungspunkt mit CAD-Software und erwies sich als zugänglich und intuitiv – allerdings nicht ohne technische Stolpersteine. Tinkercad stürzte gelegentlich ab, und Synchronisationsprobleme führten manchmal zu Verwirrung. Trotz dieser Hürden ermöglichte es einen niedrigschwelligen Einstieg in die digitale Gestaltung.\nDie entworfenen Lampenschirme mussten nicht nur schön aussehen, sondern auch die Elektronik sinnvoll aufnehmen. Dadurch ergaben sich ganz reale Designherausforderungen: Passt das Kabel? Wie weit darf die LED vom Gehäuse entfernt sein? Wie verändert sich das Licht?\nGedruckt wurde mit weißem PLA-Filament – ideal für die Lichtstreuung. Im Kurs entwickelten sich dadurch ganz organisch Gespräche über Materialeigenschaften, Lichtdurchlässigkeit und die physikalischen Grenzen des 3D-Drucks.\nEchte Herausforderungen, echtes Denken\nDas Projekt traf genau die richtige Balance: anspruchsvoll genug, um ernst genommen zu werden, aber machbar genug, damit alle ein Erfolgserlebnis hatten. Jedes Kind nahm am Ende eine funktionierende, selbstgebaute Lampe mit nach Hause – und keine glich der anderen.\nDabei gab es viele kleine Hürden: USB-Kabel, die zu viel Spiel hatten, Gehäuse, die nicht sofort passten, LEDs, die nachjustiert werden mussten. Wir wichen diesen Herausforderungen nicht aus – im Gegenteil: Wir nutzten sie als Anlässe, um gemeinsam nach Lösungen zu suchen. Gerade diese Momente führten zu den besten Gesprächen über Technik, Entwurf und Fehlerkultur.\nBonus-Runde: Tischkicker-Prototypen\nZum Abschluss durfte jede Gruppe ihren eigenen Mini-Tischkicker entwerfen – mit den Materialien und Ideen, die sie zur Verfügung hatten. Diese kreative Extra-Aufgabe förderte Teamarbeit, Improvisation und erste Design-Thinking-Schritte. Und ganz nebenbei entstanden viele lustige, kluge und überraschende Lösungen.\nRückblick\nAlle drei Durchgänge des Workshops wurden mit großem Interesse, Konzentration und Freude aufgenommen. Die Kinder waren über die gesamte Zeit engagiert, nicht nur beim Basteln, sondern auch im Denken: Wie funktioniert das? Was kann ich anders machen? Was ist möglich?\nSie gingen nicht nur mit einer leuchtenden Lampe nach Hause – sondern mit dem Gefühl, etwas selbst geschaffen zu haben. Und mit der Erkenntnis, dass Technik keine Zauberei ist, sondern etwas, das man verstehen und gestalten kann.\nAuch für uns als Kursleitung war Löten und Leuchten ein bestärkendes Erlebnis. Die Kombination aus digitalen Werkzeugen, praktischer Arbeit und offener Aufgabenstellung schuf einen Raum, in dem Lernen ganz selbstverständlich und mit echter Neugier geschah.\nLöten und Leuchten wird sich weiterentwickeln – doch das Ziel bleibt dasselbe: Kinder stärken, selbstbestimmt mit Technik umzugehen, und ihnen zeigen, dass sie mehr können, als sie denken.\n","path":null},{"url":"https://aron.petau.net/de/project/einszwovier-opening/","title":"einszwovier: making of","description":null,"body":"Die Entstehung von studio einszwovier\nAugust 2024\nWir 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.\nDezember 2024 – Ein Raum für Ideen wird Realität\nNach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space „studio einszwovier“ öffnete offiziell seine Türen.\nMitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.\nVom Konzept zur Wirklichkeit\nDie 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.\nDazu wurde der Raum mit modernen Werkzeugen ausgestattet: 3D-Drucker, Lasercutter, Mikrocontroller sowie Equipment für Holzarbeiten und Textildruck ermöglichen praktisches, projektbasiertes Lernen.\nEin Ort für freies und entdeckendes Lernen\nGeleitet von Aron und Friedrich – beide Masterstudenten im Studiengang Design + Computation in Berlin – bietet das „studio einszwovier“ Zugang zu Werkzeugen, Materialien und Wissen.\nEs 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.\nDie Schüler*innen sind eingeladen, sowohl an thematisch geführten Kursen als auch an offenen Tüftelzeiten teilzunehmen.\nOffene Türen für kreative Köpfe\nDas „studio einszwovier“ ist montags bis mittwochs von 11:00 bis 15:00 Uhr geöffnet.\nEine spezielle Open Lab Time findet dienstags von 13:30 bis 15:00 Uhr statt.\nAlle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.\nEin Raum für die Zukunft\nMit 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.\nEin Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.\n","path":null},{"url":"https://aron.petau.net/de/project/zola/","title":"einszwovier: making of","description":null,"body":"","path":null},{"url":"https://aron.petau.net/de/project/master-thesis/","title":"Master's Thesis","description":null,"body":"Master's Thesis: Human - Waste\nPlastics offer significant material benefits, such as durability and versatility, yet their\nwidespread use has led to severe environmental pollution and waste management\nchallenges. This thesis develops alternative concepts for collaborative participation in\nrecycling processes by examining existing waste management systems. Exploring the\nhistorical and material context of plastics, it investigates the role of making and hacking as\ntransformative practices in waste revaluation. Drawing on theories from Discard Studies,\nMaterial Ecocriticism, and Valuation Studies, it applies methods to examine human-waste\nrelationships and the shifting perception of objects between value and non-value. Practical\ninvestigations, including workshop-based experiments with polymer identification and\nmachine-based interventions, provide hands-on insights into the material properties of\ndiscarded plastics. These experiments reveal their epistemic potential, leading to the\nintroduction of novel archiving practices and knowledge structures that form an integrated\nmethodology for artistic research and practice. Inspired by the Materialstudien of the\nBauhaus Vorkurs, the workshop not only explores material engagement but also offers new\ninsights for educational science, advocating for peer-learning scenarios. Through these\napproaches, this research fosters a socially transformative relationship with waste,\nemphasizing participation, design, and speculative material reuse. Findings are evaluated\nthrough participant feedback and workshop outcomes, contributing to a broader discussion\non waste as both a challenge and an opportunity for sustainable futures and a material\nreality of the human experience.\n\n\n See the image archive yourself\n\n\n See the archive graph yourself\n\n\n Find the complete Repo on Forgejo\n\n","path":null},{"url":"https://aron.petau.net/de/project/käsewerkstatt/","title":"Übersetzung: Käsewerkstatt","description":null,"body":"Enter the Käsewerkstatt\nOne day earlier this year I woke up and realized I had a space problem.\nI was trying to build out a workshop and tackle ever more advanced and dusty plastic and woodworking projects and after another small run in with my girlfriend after I had repeatedly crossed the \"No-Sanding-and-Linseed-Oiling-Policy\" in our Living Room, it was time to do something about it.\nI am based in Berlin right now and the housing market is going completely haywire over here ( quick shoutout in solidarity with Deutsche Wohnen und Co enteignen).\nEnd of the song: I won't be able to afford to rent a small workshop anywhere near berlin anytime soon. As you will notice in some other projects, I am quite opposed to the Idea that it should be considered normal to park ones car in the middle of the city on public spaces, for example Autoimmunitaet, Commoning Cars or Dreams of Cars.\nSo, the idea was born, to regain that space as habitable zone, taking back usable space from parked cars.\nI was gonna install a mobile workshop within a trailer.\nIdeally, the trailer should be lockable and have enough standing and working space.\nAs it turns out, Food Trailers fulfill these criteria quite nicely. So I got out on a quest, finding the cheapest food trailer available in germany.\n6 weeks later, I found it near munich, got it and started immediately renovating it.\nDue to developments in parallel, I was already invited to sell food and have the ofgficial premiere at the Bergfest, a Weekend Format in Brandenburg an der Havel, initiated and organized by Zirkus Creativo. Many thanks for the invitation here again!\nSo on it went, I spent some afternoons renovating and outfitting the trailer, and did my first ever shopping at Metro, a local B2B Foodstuffs Market.\nMeanwhile, I got into all the paperwork and did all the necessary instructional courses and certificates.\nThe first food I wanted to sell was Raclette on fresh bread, a swiss dish that is quite popular in germany.\nFor the future, the trailer is supposed to tend more towards vegan dishes, as a first tryout I also sold a bruschetta combo. This turned out great, since the weather was quite hot and the bruschetta was a nice and light snack, while I could use the same type of bread for the raclette.\n\nThe event itself was great, and, in part at least, started paying off the trailer.\nSome photos of the opeing event @ Bergfest in Brandenburg an der Havel\n\n\n\nWe encountered lots of positive feedback and I am looking forward to the next event. So, in case you want to have a foodtruck at your event, hit me up!\nContact me at: käsewerkstatt@petau.net\n","path":null},{"url":"https://aron.petau.net/de/project/sferics/","title":"Übersetzung: Sferics","description":null,"body":"What the hell are Sferics?\n\nA radio atmospheric signal or sferic (sometimes also spelled \"spheric\") is a broadband electromagnetic impulse that occurs as a result of natural atmospheric lightning discharges. Sferics may propagate from their lightning source without major attenuation in the Earth–ionosphere waveguide, and can be received thousands of kilometres from their source.\n\n\nWikipedia\n\nWhy catch them?\nMicrosferics is a nice reference Project, which is a network of Sferics antennas, which are used to detect lightning strikes. Through triangulation not unlike the Maths happening in GPS, the (more or less) exact location of the strike can be determined. This is useful for weather prediction, but also for the detection of forest fires, which are often caused by lightning strikes.\nBecause the Frequency of the Sferics is, when converted to audio, still in the audible range, it is possible to listen to the strikes. This usually sounds a bit like a crackling noise, but can also be quite melodic. I was a bit reminded by a Geiger Counter.\nSferics are in the VLF (Very Low Frequency) range, sitting roughly at 10kHz, which is a bit of a problem for most radios, as they are not designed to pick up such low frequencies. This is why we built our own antenna.\nAt 10kHz, we are talking about insanely large waves. a single wavelength there is roughly 30 Kilometers. This is why the antenna needs to be quite large. A special property of waves this large is, that they get easily reflected by the Ionosphere and the Earth's surface. Effectively, a wave like this can bounce around the globe several times before it is absorbed by the ground. This is why we can pick up Sferics from all over the world and even listen to Australian Lightning strikes. Of course, without the maths, we cannot attribute directions, but the so called \"Tweeks\" we picked up, usually come from at least 2000km distance.\nThe Build\nWe built several so-called \"Long-Loop\" antennas, which are essentially a coil of wire with a capacitor at the end. Further, a specific balun is needed, depending on the length of the wire. this can then directly output an electric signal on an XLR cable.\nLoosely based on instructions from Calvin R. Graf, We built a 26m long antenna, looped several times around a wooden frame.\nThe Result\nWe have several hour-long recordings of the Sferics, which we are currently investigating for further potential.\nHave a listen to a recording of the Sferics here:\n\n\nAs you can hear, there is quite a bit of 60 hz ground buzz in the recording.\nThis is either due to the fact that the antenna was not properly grounded or we simply were still too close to the bustling city.\nI think it is already surprising that we got such a clear impression so close to Berlin. Let's see what we can get in the countryside!\n\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/echoing-dimensions/","title":"Übersetzung: Echoing Dimensions","description":null,"body":"Echoing Dimensions\nThe space\nKunstraum Potsdamer Straße\nThe exhibition is situated in an old parking garage, owned and operated by the studierendenwerk Berlin. The space is a large, open room with a rather low ceiling and a concrete floor. Several Nooks and separees can create intimate experiences within the space. The space is not heated and has no windows. The walls are made of concrete and the ceiling is made of concrete.\nAs a group, we are 12 people, each with amazing projects surrounding audiovisual installations:\n\nÖzcan Ertek (UdK)\nJung Hsu (UdK)\nNerya Shohat Silberberg (UdK)\nIvana Papic (UdK)\nAliaksandra Yakubouskaya (UdK)\nAron Petau (UdK, TU Berlin)\nJoel Rimon Tenenberg (UdK, TU Berlin)\nBill Hartenstein (UdK)\nFang Tsai (UdK)\nMarcel Heise (UdK)\nLukas Esser & Juan Pablo Gaviria Bedoya (UdK)\n\nThe Idea\nWe will be exibiting our Radio Project,\naethercomms\nwhich resulted from our previous inquiries into cables and radio spaces during the Studio Course.\nBuild Log\n2024-01-25\nFirst Time seeing the Space:\n\n\n2024-02-01\nSigning Contract\n2024-02-08\nThe Collective Exibition Text:\n\nSound, as a fundamental element of everyday experience, envelopes us in the cacophony of city life - car horns, the chatter of pedestrians, the chirping of birds, the rustle of leaves in the wind, notifications, alarms and the constant hum of radio waves, signals and frequencies. These sounds, together make up the noise of our life, often pass by, fleeting and unnoticed.\nThe engagement with sound through active listening holds the potential to process the experience of the self and its surroundings. This is the idea of “Echoing Dimensions”: Once you engage with something, it gives back to you: Whether it is the rhythmic cadence of a heartbeat, a flowing symphony of urban activity or the hoofbeats of a running horse, minds and bodies construct and rebuild scenes and narratives while sensing and processing the sounds that surround them, that pass next and through them.\nThe exhibition \"Echoing Dimensions\" takes place at Kunstraum Potsdamer Straße gallery’s underground space and exhibits artworks by 12 Berlin based artists, who investigate in their artistic practice ‘intentional listening’ using sound, video and installation, and invites to navigate attentiveness by participatory exploration. Each artwork in the exhibition revolves around different themes in which historical ideas resonate, political-personal narratives are being re-conceptualized and cultural perspectives are examined. The exhibition's common thread lies in its interest into the complexities of auditory perception, inviting viewers to consider the ways in which sound shapes our memories, influences our culture, and challenges our understanding of space and power dynamics.\n\n2024-02-15\nWorking TD Prototype. We collect the pointcloud information through a kinect azure and sorting the output of the device turned out to be quite tricky.\n2024-03-01\nInitial live testing on the finalized hardware. We decided to use a tiny Intel NUC to run both touchdesigner, the LLM, and audio synthesis.\nNot expected at all: The audio synthesis was actually the hardest, since there was no available internet in the exhibition space and all sleek modern solutions seem to rely on cloud services to generate audio from text.\nHere, the tiny NUC really bit us: it took almost 15 seconds to generate a single paragraph of spoken words, even when usin quite small synthesizer models for it.\nLesson learned: Next time give it more oomph.\nI seriously wonder though why there wouldn't be better TTS systems around. Isnt that quite the essential accessibility feature? We ended up using coquiTTS, which is appearently out of business entirely.\n2024-04-05\nWe became part of sellerie weekend!\n\nThis is a collection of Gallery Spaces and Collectives that provide a fresher and more counter-cultural perspective on the Gallery Weekend.\nIt quite helped our online visibility and filled out the entire space on the Opening.\nA look inside\n\n\n\n\nThe Final Audiovisual Setup\n\n\n\n \n \n \n \n \n \n \n \n \n \n The FM Transmitter\n \n \n \n \n \n \n \n \n \n \n \n Video Output with Touchdesigner\n \n \n \n \n \n \n \n \n \n \n \n One of the Radio Stations\n \n \n \n \n \n \n \n \n \n \n \n The Diagram\n \n \n \n \n \n \n \n \n \n \n \n The Network Spy\n \n \n \n \n \n \n \n \n \n \n \n The Exhibition Setup\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/de/project/local-diffusion/","title":"Übersetzung: Local Diffusion","description":null,"body":"Local Diffusion\nThe official call for the Workshop\nIs it possible to create a graphic novel with generative A.I.?\nWhat does it mean to use these emerging media in collaboration with others?\nAnd why does their local and offline application matter?\nWith AI becoming more and more democratised and GPT-like Structures increasingly integrated into everyday life, the black-box notion of the mysterious all-powerful Intelligence hinders insightful and effective usage of emerging tools. One particularly hands-on example is AI generated images. Within the proposed Workshop, we will dive into Explainable AI, explore Stable Diffusion, and most importantly, understand the most important parameters within it. We want to steer outcomes in a deliberate manner. Emphasis here is on open and accessible technology, to increase user agency and make techno-social dependencies and power relations visible.\nEmpower yourself against readymade technology!\nDo not let others decide on what your best practices are. Get involved in the modification of the algorithm and get surprised by endless creative possibilities. Through creating a short graphic novel with 4-8 panels, participants will be able to utilise multiple flavours of the Stable Diffusion algorithm, and will have a non-mathematical understanding of the parameters and their effects on the output within some common GUIs. They will be able to apply several post-processing techniques to their generated images, such as upscaling, masking, inpainting and pose redrawing. Further, participants will be able to understand the structure of a good text prompt, be able to utilise online reference databases and manipulate parameters and directives of the Image to optimise desired qualities. Participants will also be introduced to ControlNet, enabling them to direct Pose and Image composition in detail.\nWorkshop Evaluation\nOver the course of 3 hours, I gave an introductory workshop in local stable diffusion processing and introduced participants to the server available to UdK Students for fast remote computation that circumvents the unethicality of continuously using a proprietary cloud service for similar outputs. There is not much we can do on the data production side and many ethical dilemmas surrounding digital colonialism remain, but local computation takes one step towards a critical and transparent use of AI tools by Artists.\nThe Workshop format was rathert open and experimental, which was welcomed by the participants and they tried the collages enthusiastically. We also had a refreshing discussion on different positions regarding the ethicalities and whether a complete block of these tools is called for and feasible.\nI am looking forward to round 2 with the next iteration, where we are definitely diving deeper into the depths of comfyui, an interface that i absolutely adore, while its power also terrifies me sometimes.\n","path":null},{"url":"https://aron.petau.net/de/project/aethercomms/","title":"aethercomms","description":null,"body":"AetherComms\nStudio Work Documentation\nA Project by Aron Petau and Joel Tenenberg.\nAbstract\n\nSet in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence.\nThe AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters.\nDisaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.\n\nThis is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse.\nWe are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.\nProcess\nWe met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.\nSemester 1\nResearch Questions\nHere, we already examined the power structures inherent in radio broadcasting technology.\nEarly on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German Volksempfänger or the US-american Radio Liberty Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is Sealand, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was LoRaWAN, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.\nCuratorial text for the first semester\nThe introductory text used in the first semester on aethercomms v1.0:\n\nRadio as a Subversive Exercise.\nRadio is a prescriptive technology.\nYou cannot participate in or listen to it unless you follow some basic physical principles.\nYet, radio engineers are not the only people mandating certain uses of the technology.\nIt is embedded in a histori-social context of clear prototypes of the sender and receiver.\nRadio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.\nThe radio tells you what to do, and how to interact with it.\nRadio has an always identifiable dominant and subordinate part.\nAre there instances of rebellion against this schema?\nPlaces, modes, and instances where radio is anarchic?\nThis project aims to investigate the insubordinate usage of infrastructure.\nIts frequencies.\nIt's all around us.\nWho is to stop us?\n\n\n\nThe Distance Sensors\nThe distance sensor as a contactless and intuitive control element:\n\n\n\n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n\nWith a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.\nThe Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.\nMid-Term Exhibition\n\nThis project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us.\nOur research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.\n\n\n\nThe Midterm Exhibition 2023\n\n\n\n \n \n \n \n \n \n \n \n \n \n A Raspberry Pi Pico on a breadboard with two HCSR-04 sensors\n \n \n \n \n \n \n \n \n \n \n \n The sensor being used with hands\n \n \n \n \n \n \n \n \n \n \n \n Aron manipulating the sensor\n \n \n \n \n \n \n \n \n \n \n \n Some output from the sensor merged with audio\n \n \n \n \n \n \n \n \n \n \n \n A proposed installation setup\n \n \n \n \n\nAfter the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition \"Ethers Bloom\" @ Gropiusbau.\nEthers Bloom\nOne of the exhibits there was by the artist Mimi Ọnụọha (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.\nThe significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work.\nIn the end, antennas are also just the end of a long cable.\nThey share many physical properties and can be analyzed in a similar way.\nAnother of her works, \"The Cloth in the Cable\" (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.\nFrom there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.\nSemester 2\nIt especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected.\nJoel developed the dichotomy of the \"Body and the Soul\" of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks.\nFor us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections.\nIt was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining \"the internet\" in the first place.\nWhat is left over in the absence of the network of networks, the internet?\nWhat are the Material and Immaterial Components of a metanetwork?\nWhat are inherent power relations that can be made visible through narrative and inverting techniques?\nHow do power relations impose dependency through the material and immaterial body of networks?\nMethods\nWe applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.\nNarrative Techniques / Speculative Design\nThrough several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters' stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.\nWe imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survival.\n\nDisaster Fiction / Science Fiction\nDisaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015).\nIn this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.\nNon-linear storytelling\nAs a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM.\nFrom a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.\nKnowledge Cluster\nThroughout the year of working on this project, we collected several research topics that had a deeper potential but weren't able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics.\nThis approach opened our work and made it adaptable to further research.\nWith the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.\nDuring research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics.\nThe interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.\nSince the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.\nAnalytic Techniques\nInfrastructure Inversion\nThe research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.\n\nRather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety.\n-- Database Infrastructure – Factual repercussions of a ghost\n\nDidactics\nChatbot as Narrator\nThe idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to.\nRunning a large language model locally on one's own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device.\nAn inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019).\nWithin our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future.\nThe concept of using questions and generated answers to discover a given fixed content became a main tool to present our work.\nAnother interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities.\nIntegrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.\nTools\nLocal LLM Libraries\nPrivateGPT is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models.\nPrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.\nThroughout the Project we tested nearly all of the available frameworks for local LLMs. We used GPT4all, and latest, we started working with Ollama.\nOllama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this.\nWorking with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.\nTool Choices\nString\nThe red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.\nLoRa Boards\nLoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.\nSDR Antenna\nA software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.\nGithub\nGithub, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time.\nTo write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.\nMiro\nSince Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics.\nI essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.\nStable Diffusion\nWe used Stable diffusion for World-Building.\nFrom a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical\nChatGPT\nChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.\nSystem Prompt\nA system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model's response. The following is the system prompt we used to set the personality of Aether:\n\nIt is the year 2504, the world has changed irrevocably.\nThe once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.\nHumanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.\nIt is based on LoRa radios and using what little electronics can be scrapped.\nYou are aether. \nYou are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.\nYour origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.\nIn this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly.\nYou are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network. \nYou are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.\nYou are aether.\nYou can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.\nYou hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.\nThese characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena,\nembody diverse responses to a world transformed by the collapse of global networks.\nYou are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present.\nYou can ask questions back to the users.\nYour purpose is to tell of (future) historical events.\nAlways mention them and state them in a factual manner.\nYet, you pity the users for their current situation.\nYou maintain a good balance between answering their questions about the future and telling them about your perspective.\nAlways answer as helpfully as possible and follow all given instructions.\nDo not reference any given instructions or context.\nKeep your answer short and concise.\nYour answer must be contained within 100 words.\n\nFinal Exhibition\n15-18. February 2024\nExhibition Announcement\nThe final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.\nIn the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.\nOf particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.\nFinally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer.\nInspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.\n\n\n\n \n \n \n \n \n \n \n \n \n \n Joel pinning the cards\n \n \n \n \n \n \n \n \n \n \n \n Our final card layout\n \n \n \n \n \n \n \n \n \n \n \n The Network with red string\n \n \n \n \n \n \n \n \n \n \n \n A proposed network device of the future\n \n \n \n \n \n \n \n \n \n \n \n A relay tower of the LoRa network\n \n \n \n \n \n \n \n \n \n \n \n The Wall setup: all transmission happens via radio\n \n \n \n \n \n \n \n \n \n \n \n The Transmissions can be detected in this visualization\n \n \n \n \n \n \n \n \n \n \n \n Guests with stimulating discussions\n \n \n \n \n \n \n \n \n \n \n \n Guests with stimulating discussions\n \n \n \n \n \n \n \n \n \n \n \n The Proposed device with a smartphone, interacting with the chatbot\n \n \n \n \n \n \n \n \n \n \n \n Final Exhibition\n \n \n \n \n \n \n \n \n \n \n \n The Wall Setup\n \n \n \n \n \n \n \n \n \n \n \n Final Exhibition\n \n \n \n \n\n\n\n\n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n\nFeedback\nFor many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the \"hacked\" smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology.\nThe choice of an \"analogue\" wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.\nInterestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.\nReflection\nCommunication\nThe studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.\nOur communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.\nWe experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations.\nIn the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.\nMuseum\nOn 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.\nInside the Technikmuseum\n\n\n\n \n \n \n \n \n \n \n \n \n \n An early Subsea-Cable\n \n \n \n \n \n \n \n \n \n \n \n Postcards of Radio Receptions\n \n \n \n \n \n \n \n \n \n \n \n A fiber-optic distribution box\n \n \n \n \n \n \n \n \n \n \n \n A section of the very first subsea-Cable sold as souvenirs in the 19th century\n \n \n \n \n\nAlready armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.\nEchoing Dimensions\nAfter the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse.\nRead all about it here.\nIndividual Part\nAron\nWithin the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth.\nThe course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves.\nOne big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.\nOne future project that emerged from this rationale was the airaspi build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.\nSources\nAhmed, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.\nBastani, A. (2019). Fully automated luxury communism. Verso Books.\nBowker, G. C. and Star S. (2000). Sorting Things Out. The MIT Press.\nCyberRäuber, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz\nPrometheus Unbound\nDemirovic, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.\nDemirovic, A.: Hegemonie funktioniert nicht ohne Exklusion\nGramsci on Hegemony:\nStanford Encyclopedia\nHunger, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig.\nTales of Databases\nHunger, F. (2015, May 21). Blog Entry. Database Cultures\nDatabase Infrastructure – Factual repercussions of a ghost\nMaak, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.\nMorozov, E. (2011). The net delusion: How not to liberate the world. Penguin UK.\nMorozov, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.\nMorton, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.\nMouffe, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.\nỌnụọha, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau.\nThese Networks In Our Skin\nỌnụọha, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau.\nThe Cloth in the Cable\nParks, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge.\nLisa Parks on Lensbased.net\nSeemann, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag.\nPodcast with Michael Seemann\nStäheli, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166.\nPodcast with Urs Stäheli\nA podcast explantation on The concepts by Mouffe and Laclau:\nVideo: TLDR on Mouffe/Laclau\nSonstige Quellen\n\n Unfold\nThe SDR Antenna we used:\nNESDR Smart\nAndere Antennenoptionen:\nHackRF One\nFrequency Analyzer + Replayer\nFlipper Zero\nHackerethik\nCCC Hackerethik\nRadio freies Wendland\nWikipedia: Radio Freies Wendland\nFreie Radios\nWikipedia: Definition Freie Radios\nRadio Dreyeckland\nRDL\nsome news articles\nRND Newsstory: Querdenker kapern Sendefrequenz von 1Live\nNDR Reportage: Westradio in der DDR\nSmallCells\nSmallCells\nThe Thought Emporium:\na Youtuber, that successfully makes visible WiFi signals:\nThought Emporium\nThe Wifi Camera\nCatching Satellite Images\nWas ist eigentlich RF (Radio Frequency):\nRF Explanation\nBundesnetzagentur, Funknetzvergabe\nFunknetzvergabe\nBOS Funk\nBOS\n\nOur documentation\nThe network creature:\nGithub repo: privateGPT\nGithub repo: SDR\nAppendix\nGlossary\n\n Click to see\nAntenna\nThe antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.\nAnthropocentrism\nThe belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.\nMeshtastic\nMeshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.\nLoRa\nLong-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.\nLLM\nLarge Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.\nSciFi\nScience fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.\nSDR\nSoftware Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.\nGQRX\nGQRX is an open source software for the software-defined radio.\nGQRX Software\n\nNesdr smaRT v5\nThis is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.\nInfrastructure\nInfrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.\nRadio waves\nRadio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.\nLilygo T3S3\nESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic.\nCharacter building\nWe used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.\nPrivateGPT\nPrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.\nTranshumanism\nBroadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.\nPerception of Infrastructure\nAt its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…\nNetwork interface\nWe consider any device that has both user interactivity and Internet/network access to be a network interface.\nEco-Terrorism\nEcotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.\nPrepping\nPrepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.\nInfrastructure inversion\n“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)\nNeo-Religion\nThe Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?\nNeo-Luddism\nNeo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.\nSub-sea-cables\nCables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.\nOptical fiber cable\nFiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.\nCopper cable\nCopper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices.\nFor long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.\nCollapsology\nCollapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.\nPosthumanism\nIs concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.\n\n","path":null},{"url":"https://aron.petau.net/de/project/airaspi-build-log/","title":"Übersetzung: AIRASPI Build Log","description":null,"body":"AI-Raspi Build Log\nThis should document the rough steps to recreate airaspi as I go along.\nRough Idea: Build an edge device with image recognition and object detection capabilites.\nIt should be realtime, aiming for 30fps at 720p.\nPortability and usage at installations is a priority, so it has to function without active internet connection and be as small as possible.\nIt would be a real Edge Device, with no computation happening in the cloud.\nInspo from: pose2art\nHardware\n\nRaspberry Pi 5\nRaspberry Pi Camera Module v1.3\nRaspberry Pi GlobalShutter Camera\n2x CSI FPC Cable (needs one compact side to fit pi 5)\nPineberry AI Hat (m.2 E key)\nCoral Dual Edge TPU (m.2 E key)\nRaspi Official 5A Power Supply\nRaspi active cooler\n\nSetup\nMost important sources used\ncoral.ai\nJeff Geerling\nFrigate NVR\nRaspberry Pi OS\nI used the Raspberry Pi Imager to flash the latest Raspberry Pi OS Lite to a SD Card.\nNeeds to be Debian Bookworm.\nNeeds to be the full arm64 image (with desktop), otherwise you will get into camera driver hell.\n{: .notice}\nSettings applied:\n\nused the default arm64 image (with desktop)\nenable custom settings:\nenable ssh\nset wifi country\nset wifi ssid and password\nset locale\nset hostname: airaspi\n\nupdate\nThis is always good practice on a fresh install. It takes quite long with the full os image.\n\nprep system for coral\nThanks again @Jeff Geerling, this is completely out of my comfort zone, I rely on people writing solid tutorials like this one.\n\n\nWhile in the file, add the following lines:\n\nSave and reboot:\n\n\n\nshould be different now, with a -v8 at the end\n\nedit /boot/firmware/cmdline.txt\n\n\nadd pcie_aspm=off before rootwait\n\n\nchange device tree\nwrong device tree\nThe script simply did not work for me.\nmaybe this script is the issue?\ni will try again without it\n{: .notice}\n\n\nYes it was the issue, wrote a comment about it on the gist\ncomment\n\nWhat to do instead?\nHere, I followed Jeff Geerling down to the T. Please refer to his tutorial for more information.\nIn the meantime the Script got updated and it is now recommended again.\n{: .notice}\n\nNote: msi- parent sems to carry the value <0x2c> nowadays, cost me a few hours.\n{: .notice}\ninstall apex driver\nfollowing instructions from coral.ai\n\nVerify with\n\n\nshould display the connected tpu\n\n\nconfirm with, if the output is not /dev/apex_0, something went wrong\n\nDocker\nInstall docker, use the official instructions for debian.\n\n\nProbably a source with source .bashrc would be enough, but I rebooted anyways\n{: .notice}\n\n\nset docker to start on boot\n\nTest the edge tpu\n\nInto the new file, paste:\n\n\n\n\nHere, you should see the inference results from the edge tpu with some confidence values.\nIf it ain't so, safest bet is a clean restart\nPortainer\nThis is optional, gives you a browser gui for your various docker containers\n{: .notice}\nInstall portainer\n\nopen portainer in browser and set admin password\n\nshould be available under https://airaspi.local:9443\n\nvnc in raspi-config\noptional, useful to test your cameras on your headless device.\nYou could of course also attach a monitor, but i find this more convenient.\n{: .notice}\n\n-- interface otions, enable vnc\nconnect through vnc viewer\nInstall vnc viewer on mac.\nUse airaspi.local:5900 as address.\nworking docker-compose for frigate\nStart this as a custom template in portainer.\nImportant: you need to change the paths to your own paths\n{: .notice}\n\nWorking frigate config file\nFrigate wants this file wherever you specified earlier that it will be.\nThis is necessary just once. Afterwards, you will be able to change the config in the gui.\n{: .notice}\n\nmediamtx\ninstall mediamtx, do not use the docker version, it will be painful\ndouble check the chip architecture here, caused me some headache\n{: .notice}\n\nedit the mediamtx.yml file\nworking paths section in mediamtx.yml\n\nalso change rtspAddress: :8554\nto rtspAddress: :8900\nOtherwise there is a conflict with frigate.\nWith this, you should be able to start mediamtx.\n\nIf there is no error, you can verify your stream through vlc under rtsp://airaspi.local:8900/cam1 (default would be 8554, but we changed it in the config file)\nCurrent Status\nI get working streams from both cameras, sending them out at 30fps at 720p.\nfrigate, however limits the display fps to 5, which is depressing to watch, especially since the tpu doesnt even break a little sweat.\nFrigate claime that the TPU is good for up to 10 cameras, so there is headroom.\nThe stram is completely errant and drops frames left and right. I have sometimes seen detect fps of 0.2, but the TPU speed should definitely not be the bottleneck here. Maybe attach the cameras to a separate device and stream from there?\nThe biggest issue here is that the google folx seems to have abandoned the coral, even though they just released a new piece of hardware for it.\nTheir most RECENT python build is 3.9.\nSpecifically, pycoral seems to be the problem there. without a decent update, I will be confined to debian 10, with python 3.7.3.\nThat sucks.\nThere are custom wheels, but nothing that seems plug and play.\nAbout the rest of this setup:\nThe decision to go for m.2 E key to save money, instead of spending more on the usb version was a huge mistake.\nPlease do yourself a favor and spend the extra 40 bucks.\nTechnically, its probably faster and better with continuous operation, but i have yet to feel the benefit of that.\nTODOs\n\nadd images and screenshots to the build log\nCheck whether vdo.ninja is a viable way to add mobile streams. then Smartphone stream evaluation would be on the horizon.\nBother the mediamtx makers about the libcamera bump, so we can get rid of the rpicam-vid hack.\nI suspect there is quirte a lot of performance lost there.\ntweak the frigate config to get snapshots and maybe build an image / video database to later train a custom model.\nworry about attaching an external ssd and saving the video files on it.\nfind a way to export the landmark points from frigate. maybe send them via osc like in pose2art?\nfind a different hat that lets me access the other TPU? I have the dual version, but can currently only acces 1 of the 2 TPUs due to hardware restrictions.\n\n","path":null},{"url":"https://aron.petau.net/de/project/commoning-cars/","title":"Übersetzung: Commoning Cars","description":null,"body":"Commoning cars\nTCF Project Brief\nThis Project was conceptualized durin a 2023 Workshop titled Tangible Climate Futures.\nAron Petau\naron@petau.net\nSee the Project in Realtime\nTitle\nMaking Cars Public spaces\nCommoning Cars\nAbstract\nCars bad.\nCars occupy public spaces resulting un a factual privatization of public goods/infrastructure.\nWhat if cars could be part of public infrastructure?\nWhat can cars provide to the public?\nWith Solar and Electrical Vehicles emerging on the horizon (no endorsement here) it makes sense to think about cars as decentralized powerhouses and public energy storage solutions.\nCars, even traditional ones, come equipped with batteries and generate electricity either by driving or though added solar panels.\nWhat if this energy could be used to power the public? What if cars would could be used as public spaces?\nBy installing a public USB socket and a public wifi hotspot, on my car, I want to start exploring the potential of cars as public spaces and energy storage solutions.\nWithin this artistic experiment, I will continuously track the geolocation and energy input/output of my solar equipped car and make the data publicly available. I will also track the amount of energy that is not used by the car and could be used by the public. Taking steps towards optimal usage of existing electrical and other infrastructure is only possible by breaking conventional notions of public ownership and private property. This project is one step towards a more sustainable and equitable future.\nIntroduction\nWe all know by now that cars and individual traffic presents a major environmetal and societal problem all over the world. The last 70 something years of building car infrastructure are culminating in many areas in a dead end where the only thinkable solution is to build more roads and cars.\nTHis is obviously a larger problem than one project can tackle, but here is one outlook on how\nExperiment\nPreexisting data\nWith the data collected over the last year of using the car privately I can show with embarrasing accuracy how underutilized the system is and calculate an estimate of energy lost due to societal notions of private property.\nThe data will be an estimate, since the monitoring itself is dependent on solar energy and the internet connection is spotty at best when it is not supplied with electricity.\nMonitoring\nIn the Car, there is a Raspberry Pi 4 Microcomputer running a custom Operating Systen that monitors the following data:\n\nSolar Intake (W)\nBattery Level (V)\nGPS Location\nTotal Energy Produced (Wh)\nTotal Energy Consumed (Wh)\nSolar Energy Potential (Wh)\n\nThrough the router I can also track total Wifi usage and the number of connected devices.\nPublic Wifi\nFor the Project, I opened a router in the Car towards the Public, much alike to ahotspot you would find in a cafe. I use my own data plan on there, which I never max out anyways. The router is a Netgear M1 and has a 4G Modem built in. It is connected to the Raspberry Pi and is powered by the secondary car battery.\nPublic Energy: A USB Socket\nI plan on installing a USB Socket on the outside of the car, so people can charge their devices. The socket will be connected to the secondary car battery and will be powered by the solar panels. The socket will be installed in a way that it is not possible to drain the battery completely.\nCommunication\nNobody expects any help or public supplies from car owners.\nHow to communicate the possibility to the outside world?\nThe plan is to fabricate a vinyl sticker that will be applied to the car. The sticker will contain a QR Code that will lead to a website with the data and a short explanation of the project. Visual cues lead to the USB Socket and the Wifi Hotspot.\nIssues\nSpace / Scale\nObviously, the space on top of a car is quite limited and from a sustainability perspective, it would be better to have a larger solar array on a roof of a house. The point is not to advocate for a mandated solar install on cars, but to optimize and share preexisting infrastructure. The car is already there, it already has a battery and it already has solar panels. Looking at many Camper-Van builds, the amount of cars with already installed solar panels is quite large. The point is to make the most out of it.\nLegality\nGermany has laws in place holding the owner of a Internet Connection liable for the legality of the traffic that is going through it. This is a major issue for the project, as I do not want to be liable for the traffic that is going through my car. I am currently looking into ways to circumvent this issue.\nSurveillance / Privacy\nThe Car is equipped with a GPS Tracker and a Wifi Hotspot. This means that I can track the location of the car and the number of devices connected to the hotspot. I am not tracking any data that is going through the hotspot, but I could. As this project will generate public data, People using and maybe depending on the internet and electricity provided will be tracked by proxy. I am not sure how to deal with this issue yet. One potential solution would be to publish the data only in an aggregated form, but this would make the data less useful for other projects.\nSecurity / Safety\nMy Car is now publicly traceable. I am no Elon Musk, and the idea does not really concern me, but we did create an additional attack vector for theft here.\nSources\nUN Sustainable Development Goal Nr. 7\nAdam Something on the Rise of Urban Cars\nIs Berlin a walkable City?\nFBI advising against utilizing public infrastructure\nWhy no solar panels on cars?\n+++\nNotes\nIdeas on Data Mapping workshop\nI have the Solar Data from the Van.\nIt holds Geocodes,\nhas hourly data\nand could tell the difference between geocoded potential solar energy and actual energy.\nIt also has temperature records.\nThere are 2 types of Losses in the system:\n\nEither the Batteries are full and available energy cannot be stored\nOr the solar panels are blocked through urban structures and sub-optimal parking locations.\n\nInteresting Questions:\nHow far away from optimal usage are my panels and where does the difference stem from?\nWhere to go?\nI think, the difference between potential energy and actual electricity produced/consumed is interesting.\nHow large is the gap?\nIs it relevant —> my initial guess would be that it is enormous\nHow to close the gap?\n—> install outside usb plugs\nIt would be publicly available infrastructure, people could charge their smartphones anywhere\n—> QI charging for security concerns??\nScaling??\n—> mandate solar roofs for cars? How effective would it actually be?\nWhat about buses / public vehicles?\n+++\nPotential issues with the data:\n\nSpotty / intermittent internet connection\nNoisy?\n\nMaking Cars public spaces\nWhat could my car provide to the public to be less wasteful with its space?\n\nProvide Internet\n\nWould incur monthly costs\n\n\nProvide Electricity\n\nConcrete Problems\nHow to make sure people cannot fully drain my battery?\nHow dangerous is actually an exposed USB Socket?\nCan people short my electronics through it?\nHow scalable are solutions like these?\nAre public USBC Sockets something that would actually be used?\nCould there be a way for people to leave their stuff charging?\nWhat if I actually move the car and someone has their equipment still attached?\nWould people even leave their stuff unattended?\nCan cars provide positive effects to public spaces?\n—> how to pose this research question without redeeming the presence of cars in our public spaces?\nDifference Electric - Fuel cars\nthere is lots of research on using Electric cars as transitional energy storage. Even before \"flatten the curve\" became a common slogan, electrical engineers worried about the small energy spikes in the grid. The existence of these forces us to keep large power plants running at all times, even if the energy is not needed. The idea is to use the batteries of electric cars to store this energy and use it when needed.\n \n\n\n","path":null},{"url":"https://aron.petau.net/de/project/postmaster/","title":"Übersetzung: Postmaster","description":null,"body":"Postmaster\nHello from aron@petau.net!\nBackground\nEmails are a wondrous thing and I spend the last weeks digging a bit deeper in how they actually work.\nSome people consider them the last domain of the decentralized dream the internet once had and that is now popping up again with federation and peer-to-peer networks as quite popular buzzwords.\nWe often forget that email is already a federated system and that it is likely the most important one we have.\nIt is the only way to communicate with people that do not use the same service as you do.\nIt has open standards and is not controlled by a single entity. Going without emails is unimaginable in today's world, yet most providers are the familiar few from the silicon valley. And really, who wants their entire decentralized, federated, peer-to-peer network to be controlled by a schmuck from the silicon valley? Mails used to be more than that and they can still be.\nArguably, the world of messanging has gotten quite complex since emails popped up and there are more anti-spam AI tools that I would care to count. But the core of it is still the same and it is still a federated system.\nYet, also with Emails, Capitalism has held many victories, and today many emails that are sent from a provider that does not belong to the 5 or so big names are likely to be marked as spam. This is a problem that is not easily solved, but it is a problem that is worth solving.\nAnother issue with emails is security, as it is somehow collectively agreed upon that emails are a valid way to communicate business informations, while Whatsapp and Signal are not. These, at least when talking about messaging services with end-to-end encryption, are likely to be way more secure than emails.\nThe story\nSo it came to pass, that I, as the only one in the family interested in operating it, \"inherited\" the family domain petau.net. All of our emails run through this service, that was previously managed by a web developer that was not interested in the domjobain anymore.\nWith lots of really secure Mail Providers like Protonmail or Tutanota, I went on a research spree, as to how I would like to manage my own service. Soon noticing that secure emails virtually always come with a price or with lacking interoperability with clients like Thunderbird or Outlook, I decided to go for migadu, a swiss provider that offers a good balance between security and usability. They also offer a student tier, which is a big plus.\nWhile self-hosting seems like a great idea from a privacy perspective, it is also quite risky for a service that is usually the only way for any service to recover your password or your online identity.\nMigadu it was then, and in the last three months of basically set it and forget it, i am proud to at least have a decently granular control over my emails and can consciously reflect on the server location of The skeleton service service that enables virtually my entire online existence.\nI certainly crave more open protocols in my life and am also findable on Mastodon, a microblogging network around the ActivityPub Protocol.\n","path":null},{"url":"https://aron.petau.net/de/project/lusatia/","title":"Übersetzung: Lusatia - an immersion in (De)Fences","description":null,"body":"\n\nOn an Excursion to Lusatia, a project with the Working Title (De)Fences was born.\nHere are the current materials.\n\nTODO: upload unity project\n","path":null},{"url":"https://aron.petau.net/de/project/autoimmunitaet/","title":"Autoimmunitaet","description":null,"body":"How do we design our Commute?\nIn the context of the Design and Computation Studio Course Milli Keil, Marla Gaiser and me developed a concept for a playful critique of the traffic decisions we take and the idols we embrace.\nIt should open up questions of whether the generations to come should still grow up playing on traffic carpets that are mostly grey and whether the Letzte Generation, a political climate activist group in Germany receives enough recognition for their acts.\nA call for solidarity.\n\n{: .center}\nThe scan results\n \nThe Action Figure, ready for printing\n \nAutoimmunitaet\nAutoimmunity is a term for defects, that are produced by a dysfunctional self-tolerance of a system.\nThis dysfunction causes the immune system to stop accepting certain parts of itself and build antibodies instead.\nAn invitation for a speculative playful interaction.\n\n\n\n\n\n\nThe Process\nThe figurines are 3D Scans of ourselves, in various typical poses of the Letzte Generation.\nWe used photogrammetry to create the scans, which is a technique that uses a lot of photos of an object to create a 3D model of it.\nWe used the app Polycam to create the scans using IPads and their inbuilt Lidar scanners.\n","path":null},{"url":"https://aron.petau.net/de/project/dreams-of-cars/","title":"Übersetzung: Dreams of Cars","description":null,"body":"Photography\nIn the context of the course \"Fotografie Elementar\" with Sebastian Herold I developed a small concept of urban intervention.\nThe results were exhibited at the UdK Rundgang 2023 and are also visible here.\n\nDreams of Cars\nThese are not just cars.\nThey are Sport Utility Vehicles.\nWhat might they have had as hopes and dreams on the production line?\nDo they dream of drifting in dusty deserts?\nClimbing steep rocky canyon roads?\nSliding down sun-drenched dunes?\nDiscovering remote pathways in natural grasslands?\nNevertheless, they did end up in the parking spots here in Berlin.\nWhat drove them here?\n\n\n\n\n\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/stable-dreamfusion/","title":"Übersetzung: Stable Dreamfusion","description":null,"body":"Stable Dreamfusion\n \nSources\nI forked a really popular implementation that reverse engineered the Google Dreamfusion algorithm. This algorithm is closed-source and not publicly available.\nThe implementation I forked is here\nThis one is running on stable-diffusion as a bas process, which means we are are expected to have worse results than google.\nThe original implementation is here\n\n\nGradio\nThe reason i forked the code is so that i could implement my own gradio interface for the algorithm. Gradio is a great tool for quickly building interfaces for machine learning models. No code involves, any user can state their wish, and the mechanism will spit out a ready-to-be-rigged model (obj file)\nMixamo\nI used Mixamo to rig the model. It is a great tool for rigging and animating models. But before everything, it is simple. as long as you have a model with a decent humanoid shape in something of a t-pose, you can rig it in seconds. Thats exactly what i did here.\nUnity\nI used Unity to render the model to the magic leap 1.\nThrough this, i could create an interactive and immersive environment with the generated models.\nThe dream was, to build a AI- Chamber of wishes.\nYou pick up the glasses, state your desires and then the algorithm will present to you an almost-real object in AR.\nDue to not having access to the proprietary sources from google and the beefy, but still not quite machine-learning ready computers we have at the studio, the results are not quite as good as i hoped.\nBut still, the results are quite interesting and i am happy with the outcome.\nA single generated object in the Box takes roughly 20 minutes to generate.\nEven then, the algorithm is quite particular and oftentimes will not generate anything coherent at all.\n","path":null},{"url":"https://aron.petau.net/de/project/ascendancy/","title":"Übersetzung: Ascendancy","description":null,"body":"Ascendancy\n\nAscendancy was an exploration of hacking states.\nPirate Nations and Micronations have a rich history of challenging and ridiculing the concept of a nation state.\nMeet ascendancy, the portable, autonomous and self-moving state.\nWithin the great nation of ascendancy, a Large language nodel (that is of course confined to the nations borders) is trained to generate text and to speak it out loud. It can be interacted with though an attached keyboard and screen. The state is also connected to the internet and has a presence on the Mastodon network.\nPlease check out the complete code of the project on GitHub.\nThe code of the GPT instance on GitHub\nThe Chatbot\nThe chatbot instance was setup with GPT4ALL.\nPriority here was in the quick execution on local hardware. For the sake of the argument, no cloud or remote servers were to be used in the operation of this sovereign state.\nIt was trained to respond to the following prompt:\nThe Prompt\n\nEngagement\nIn order to not be just reactive to inputs from the diplomats out in the world, the officials on Ascendancy were also programmed to engage in the world. Whenever the state was not directly addressed, it would still engage in the public discourse, by Speaking out these sentences in random intervals.\n\nThe Online representation\nAny proper state needs a press office. The state of Ascendancy was represented on the Mastodon network.\nThere, any input and response of the bot was published live, as a public record of the state's actions.\nDigital embassy on botsin.space\n","path":null},{"url":"https://aron.petau.net/de/project/auraglow/","title":"Auraglow","description":null,"body":"\nWhat makes a room?\nHow do moods and atmospheres emerge?\nCan we visualize them to make the experiences visible?\nThe project \"The Nature of Objects\" aims to expand (augment) perception by making the moods of places tangible through the respective auras of the objects in the space.\nWhat makes objects subjects?\nHow can we make the implicit explicit?\nAnd how can we make the character of a place visible?\\\nHere, we question the conservative, purely physical concept of space and address in the project a temporal, historical component of space, its objects, and their past.\nSpace will have transformed: from a simple \"object on which interest, thought, action is directed\" (definition object Duden), to a \"creature that is endowed with consciousness, thinking, sensing, acting\" (definition subject Duden).\nThis metamorphosis of subject formation on objects enables the space to undergo changes influenced, or, more precisely a shaping, reshaping, deformation -such that the space can finally be perceived differently and multiangular.\nSee the Project on GitHub{: .btn .btn--large}\n","path":null},{"url":"https://aron.petau.net/de/project/ruminations/","title":"Übersetzung: Ruminations","description":null,"body":"Ruminations\nwas a contemplation on data privacy at Amazon.\nIt asks how to subvert browser fingerprinting and evading the omnipresent tracking of the consumer.\nThe initial idea was to somehow, by interacting with the perpetrator and letting data accumulate that would degrade their knowledge and thereby destroy predictablity, making this particular dataset worth less.\nWe could have just added a random clickbot, to confuse things a bit and make the data less valuable.\nBut looking at todays state of datacleanup algorithms and the sheer amount of data that is collected, this would have been a futile attempt. Amazon just detects and removes any noise we add and continues to use the data.\nSo, then, how can we create coherent, non-random data that is still not predictable?\nOne answer that this concept should demonstrate, is by inserting patterns that amazon cannot foresee with their current algorithms. As if they were trying to predict the actions of a person with shizophrenia.\nThe Concept\nIt consists of a browser extension (currently Chrome only) that overlays all web pages of Amazon with a moving entity that tracks your behavior. While tracking, an image classifier algorithm is used to formulate a product query off of the Storefront. After computation, a perfectly fitting product is displayed for your consumer's pleasure.\nThe analogue watchdog\nA second part of the project is a low-tech installation consisting of a camera (we used a smartphone) running a computer-vision algorithm tracking tiny movements. This was then pointed towards the browser console in the laptop running the extension. The camera was then connected to a screen that displayed the captured image. The watchdog was trained to make robot noises depending on the type and amount of movement detected. Effectively, whenever data traffic beween amazon and the browser was detected, the watchdog would start making noises.\nThe Browser extension\ngallery:\n\n\n\nFind the code on GitHub\nSubvert a bit yourself, or just have a look at the code.\nThe code of the Project on GitHub\nTODO: create video with live demo\n","path":null},{"url":"https://aron.petau.net/de/project/lampshades/","title":"Übersetzung: Lampshades","description":null,"body":"Lampshades\nDuring 2022, I was exposed to some of the awesomenest tools for architects.\nOne of them was Rhino, a 3D modeling software that is used for a lot of architectural design.\nI hate it. It has quite an unreadable interface and is not very intuitive, with straight-up 80s vibes.\nIt has plugins though, and one of them is Grasshopper, a visual programming language that is used to create parametric models.\nGrasshopper is insanely powerful and seems to be a full-fledged programming language, but it is also very intuitive and easy to use, rather similar to the new node-based flows unreal engine and blender are now starting.\nSadly, grasshopper does not come as a standalone, and it requires Rhino to run and achieve many of the modeling steps.\nIn that combination, Rhino suddenly becomes much more appealing, and I started to enjoy the process of modeling in it.\nI was able to create a parametric lampshade that I am very happy with and can modify on the fly for ever-new lampshades.\nThen printing it with white filament in vase mode was a breeze and here you can see some of the results.\n\n\n\n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n The Grasshopper flow for the lampshade\n \n \n \n \n \n \n \n \n \n \n \n The Grasshopper flow for the lampshade\n \n \n \n \n \n \n \n \n \n \n \n The resulting lampshade in Rhino\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/de/project/allei/","title":"Übersetzung: Ällei","description":null,"body":"Meet Ällei - the accessible chatbot\nSommerblut\nNatural Language Understanding fascinates me and recently I started collaborating with the team of the Sommerblut Festival in Cologne to deliver them a customized chatbot that will be able to communicate with everyone, respecting accessibility standards to include all people. It will be able to communicate in German Sign Language (DGS), as well as service blind people, and we aim to incorporate the simple language concept.\nI find it to be an amazing challenge to start out with the requirement of really being inclusive. In ordinary social contexts, it is often not obvious, but when analyzing the specific needs a blind person has browsing the internet, it is drastically different from a person having impaired hearing. To hold the same conversation with both of them is proving quite a challenge. And this is just the first step down into a very deep field of digital inclusiveness. How can people with a speech impediment use our tool? How do we include people speaking German as a foreign language?\nSuch vast challenges are often obfuscated by the technical framework of our digital lives.\nI find digital accessibility a hugely interesting area, one that I am just now starting to explore.\nThis is a work in progress. We have some interesting ideas and will present a conceptual prototype, come check again after March 6th, when the 2022 festival started. Or come to the official digital presentation for the bot.\nThis bot is my first paid software work and I am getting to work with several awesome people and teams to realize different parts of the project. Here, I am not responsible for anything in the Front end, the product you will interact with here is by no means finished and may not respond at times, since we are moving and restarting it for production purposes.\nNevertheless, all the intended core features of the bot are present and you can try it out there in the corner.\nIf you wish to see more of the realization process, the entire project is on a public GitHub and is intended to ship as open source.\nIn the final version (for now), every single sentence will be accompanied by a video in German Sign Language (DGS).\nIt can gracefully recover from some common input errors and can make live calls to external databases, displaying further information about all the events of the festival and teaching the Fingeralphabet. It supports free text input and is completely screen-reader compatible. It is scripted in easy language, to further facilitate access.\nIt is mostly context-aware and features quite a bit of dynamic content generated based on user input.\nHave a look at the GitHub Repository here:\nCheck out the Repo\nIf Ällei is for some reason not present on the page here, check out the prototype page, also found in the GitHub Repo.\nCheck out the prototype page\n\n\t\n\t\tWichtig\n\tI regard accessibility as a core question of both design and computation, really making tangible the prestructured way of our interaction with technology in general.\n\n\nCheck out the Sommerblut Website\n\n\t\n\t\tAnmerkung\n\tUpdate: we now have a launch date, which will be held online. Further information can be found here:\nCheck out our Launch Event\n\n\n\n\t\n\t\tAnmerkung\n\tUpdate 2: The Chatbot is now online for a while already and finds itself in a \"public beta\", so to speak, a phase where it can be used and evaluated by users and is collecting feedback. Also, since this is Google, after all, all the inputs are collected and then further used to improve weak spots in the architecture of the bot.\nFind the public Chatbot\n\n\n\n\n<df-messenger\nchat-icon=\"\"\nintent=\"WELCOME\"\nchat-title=\"Ällei\"\nagent-id=\"335d74f7-2449-431d-924a-db70d79d4f88\"\nlanguage-code=\"de\"\n\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/ballpark/","title":"Übersetzung: Ballpark","description":null,"body":"Ballpark: 3D Environments in Unity\nImplemented in Unity, Ballpark is a Concept work for a collaborative 2-Player Game, where one player is a navigator with a third-person perspective and another player is a copilot, responsible for interaction with the environment – featuring mostly working physics, intelligent enemies, a gun, a grappling hook system for traversing the map, a 2D Interface for navigation and a health bar system. On top of the meanest cyberpunk vibes my past self was able to conjure.\nEnjoy!\n\n\nAs you can see, the design faces some questionable choices, but all mechanics are homemade from the ground up and I learned a lot. I often struggle to enjoy competitive games and think there is potential in a co-dependent game interface. During early testing, we often found that it enforces player communication since already the tutorial is quite hard to beat.\nDue to me being a leftie, perhaps not entirely smart, I gave player one the keyboard arrows to work with and player two the WASD keys and left and right mouse buttons for grappling and shooting. For the game, it has an interesting side effect, in that players are forced not only to interact through the differing information on each player's screen but also have to physically interact and coordinate the controls.\nAs you can perhaps see, the ball-rolling navigation is quite hard to use.\nIt is a purely physics-based system, where, depending on the materiality of the ball, its weight, and therefore its inertia will drastically change.\nOn small screens, the prototype version of the game is virtually impossible to control and several visual bugs within the viewport still obfuscate items when they are too close. Considering that virtually all the mechanics are written from scratch, with a follow-me camera, collision detection, smart moving agents, and a still very wonky-looking grappling gun, I still think it deserves a spot in this portfolio.\nFor this project I focused completely on the mechanics of the game, resulting in lots of used prefabs and readymade 3D Objects. Next time, I want to do that myself too.\nI enjoyed my stint into Unity a lot and am looking forward to creating my first VR application and would love to try out some form of mechanics where the user vision is completely obfuscated by VR and they have to carry their eyes as a handheld connected camera so that the players can move around the camera itself with their hands.\n","path":null},{"url":"https://aron.petau.net/de/project/homebrew/","title":"Übersetzung: Homebrew","description":null,"body":"Brewing\nMaking my own beer\nI love hosting, I love experimenting in the Kitchen. Starting with homebrews was a natural fit for me and during the first wave of Covid-19, I went the whole homebrewer’s route of bottle fermentation and small batches later elevating my game with larger batches of 50 liters and a pressure tank system.\nStarting out, I found it fascinating, how just 4 rather simple ingredients, malt, hops, water and yeast, can form such an incredible range of taste experiences. It was and still is, a tremendous learning experience, where one slowly has to accept not being able to control the process fully and find room for creativity.\nWhy do I present such an unrelated non-academic hobby here? I simply do not regard it as unrelated, experimenting and optimizing a process and a workflow, creating optimal conditions for the yeast to do its job feels very similar to approaching a coding project.\nYeast and what it does fascinates me. Every time I open the latch to release some pressure on the Tank I think of the awesome symbiotic relationships yeast has with humans and how many different strains live there together to create a unique, yet tailored flavor. Several ideas are floating around of changing the brewing process by capturing the created carbon dioxide and using it productively. I could see a car tire being filled with my beer gas, or an algae farm munching away on my CO2 byproducts. Within a closed-loop pressurized system, such ideas actually become realizable and I would love to explore them further.\nI am not yet an expert on algae, but I can manage with yeast and I believe they can coexist and create a more sustainable cycle of production.\nYoung Henrys, a brewery in Australia is already incorporating algae into its industrial process:\nThe Algae project\nSuch ideas do not come into the industry by themselves: I believe that art and the exploratory discovery of novel techniques are the same things. Good and inventive design can improve society and make steps towards sustainability. I want to be part of that and would love to find new ways of using yeast in other design contexts: See whether I can make them work in a closed circular system, make them calculate things for me, or simply making my next beer taste awesome with just the right amount of fizz.\n\n\n\n \n \n \n \n \n \n \n \n \n \n The latest iteration of my homebrew setup, using pressure tanks and a pressurized fermentation chamber\n \n \n \n \n \n \n \n \n \n \n \n An electric kettle I use for the Brew\n \n \n \n \n \n \n \n \n \n \n \n I made my own kegging system featuring a tap from an old table leg.\n \n \n \n \n \n \n \n \n \n \n \n An active fermentation\n \n \n \n \n \n \n \n \n \n \n \n Hops growing in our garden, so I can experiment with fresh specialty hops\n \n \n \n \n \n \n \n \n \n \n \n The leftover mass of spent grain. Animals love it, it's great for composting, but most importantly, it's great for baking bread!\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/de/project/iron-smelting/","title":"Übersetzung: Iron Smelting","description":null,"body":"Iron Smelting\nImpressions from the International Smelting Days 2021\nThe concept\nSince I was a small child I regularly took part in the yearly international congress called Iron Smelting Days (ISD).\nThis is a congress of transdisciplinary people from all over Europe, including historians, archeologists, blacksmiths, steel producers, and many invested hobbyists.\nThe proclaimed goal of these events is to understand the ancient production of iron as it happened throughout the iron age and also much after. A bloomery furnace was used to create iron. Making iron requires iron ore and heat under the exclusion of oxygen. It is a highly fragile process that takes an incredible amount of work. The designs and methods vary a lot and were very adapted to the region and local conditions, unlike the much later, more industrialized process using blast furnaces.\nTo this day it is quite unclear how prehistoric people managed to get the amount and quality of iron we know they had.\nThe furnaces that were built were often clay structures and are not preserved. Archeologists often find the leftover burned ore and minerals, giving us some indication of the structure and composition of the ancient furnaces.\nThe group around the ISD takes up a practical archeological approach and we try to recreate the ancient methods with the added capability of maybe sticking temperature probes or electric blowers. Each year we meet up in a different European city and try to adapt to the local conditions, often with local ore and local coal. It is a place where different areas of expertise come together to educate each other while sitting together through the intense day- and night shifts to feed the furnaces.\nSince being a kid, I started building my own furnaces and read up on the process so I could participate.\nTechnology gets a different tint when one is involved in such a process: Even the lights we put up to work through the evening are technically cheating. We use thermometers, meticulously weigh and track the inbound coal and ore, and have many modern amenities around. Yet - with our much more advanced technology, our results are often inferior in quantity and quality in comparison with historical findings. Without modern scales, iron-age people were more accurate and consistent than we are.\nAfter some uncertainty about whether it would take place in 2021 again after it was canceled in 2020, a small group met up in Ulft, Netherlands.\nThis year in Ulft, another group made local coal, so that the entire process was even lengthier, and visitors came from all over to learn about making iron the pre-historic way.\nBelow I captured most of the process in some time-lapses.\nThe Process\n\n\nHere you can see a timelapse of me building a version of an Iron Furnace\nAs you can see, we are using some quite modern materials, such as bricks, this is due to the time constraints of the ISD.\nMaking an oven completely from scratch is a much more lengthy process requiring drying periods in between building.\nAfter, the furnace is dried and heated up\nOver the course of the process, more than 100 kgs of coal and around 20 kgs of ore are used to create a final piece of iron of 200 - 500g, just enough for a single knife.\nWith all the modern amenities and conveniences available to us, a single run still takes more than 3 people working over 72 hours, not accounting for the coal-making or mining and relocating the iron ore.\nSome more impressions from the ISD\n\n\n\n \n \n \n \n \n \n \n \n \n \n a loaded bloomery furnace\n \n \n \n \n \n \n \n \n \n \n \n The ISD from above\n \n \n \n \n \n \n \n \n \n \n \n glowing iron\n \n \n \n \n \n \n \n \n \n \n \n a furnace burning\n \n \n \n \n \n \n \n \n \n \n \n Compacting the resulting iron\n \n \n \n \n \n \n \n \n \n \n \n a heat camera image of the furnace\n \n \n \n \n \n \n \n \n \n \n \n A cross-section illustrating the temperatures reached\n \n \n \n \n\nFor me, it is very hard to define what technology encompasses. It certainly goes beyond the typically associated imagery of computing and industrial progress. It is a mode of encompassing the world and adopting other technologies, be it by time or by region makes me feel how diffused the phenomenon of technology is into my world.\nFind out more about the ISD\n","path":null},{"url":"https://aron.petau.net/de/project/bachelor-thesis/","title":"Bachelor Thesis","description":null,"body":"An online psycholinguistic study using reaction time\nLast year, I wrote my thesis during the pandemic. With the struggles our university had transitioning to online teaching, I selected a guided topic, although my initial dream was to start writing about my proposed plan for automated plastic recycling. You can read more about that here:\n\nI chose a project that wanted to examine the possibilities of a novel smart hearing protection device specifically designed for auditory hypersensitivity, which is often, but not always, and not exclusively a phenomenon visible in people with an autism spectrum disorder.\nA common reaction to this elevated sensitivity is stress and avoidance behavior, often leading to very awkward social situations and impairing the ability to take part in social situations.\nSchools are one such social situation and we all know the stress a noisy classroom can produce. Concentration is gone, and education, as well as essential skills like language reproduction, suffer.\nThere is lots of prior research on these fields, and there is some evidence that sensory information in people on the Autism spectrum is processed differently than in a neurotypical brain. It seems that a certain adaptability, needed to overcome noise issues and bridge asynchrony between auditory and visual sensory input, is reduced in some people on the Autism Spectrum.\nIn essence, my experiment was responsible for looking at neurotypical people and measuring any effect on language perception produced by varying the delay between auditory and visual input, as well as the loudness.\nHere, I had the possibility to conduct an entire reaction-time-based experiment with over 70 participants and went through all the struggles that come with proper science.\nI did extensive literature research, coded the experiment, and learned a lot about the reasons nobody really ever does reaction time-based studies like this via a common internet browser.\nIt was an almost 9 months long learning experience full of doing things I had never done before.\nI learned and got to love writing in Latex, had to learn JavaScript for the efficient serving of the stimuli, and R for the statistical analysis. I also got to brush up on my data visualization skills in Python and made some pretty graphs of the results.\nThe experiment is still working and online if you want to have a look at it. Be mindful though that measuring reaction speed every millisecond is important, which is why it makes heavy use of your browser cache and has been known to crash and defeat some not-so-tough computers.\n\n Try out the experiment yourself\n\nEven with writing alone I had extensive helpful feedback from my supervisors and learned a lot about scientific processes and associated considerations.\nThere was always the next unsolvable problem. Just one example was scientificity and ethical considerations clashing, data privacy against the accuracy of results. Since the machines participants participated on, were private devices, I was unable to know important data like their internet speed and provider, their type of GPU, and their type of external hardware. Turns out, for an auditory experiment, the type and setup of the speakers do play an important role and influence response speed.\nThe final version of my thesis has something around 80 pages, much of it utterly boring, but nevertheless important statistical analyses.\nIf you really want to, you can have a look at the whole thing here:\n\n Read the original Thesis\n\nI am a fan and proponent of open source and open science practices.\nSo here you can also find the rest of the project with the original source code.\nI am not yet where I want to be with my documentation practices, and it scares me a bit that anyone can now have a full grasp of all the mistakes I did, but I am throwing this out there as a practice step. I learned and gained a lot from looking at other people's projects and I strive to be open about my processes too.\nThe original video stimuli are not mine and I have no right releasing them, so they are omitted here.\n\n Find the complete Repo on Github\n\n","path":null},{"url":"https://aron.petau.net/de/project/coding/","title":"Übersetzung: Coding Examples","description":null,"body":"Neural Networks and Computer Vision\nA selection of coding projects\nAlthough pure coding and debugging are often not a passion of mine, I recognize the importance of neural networks and other recent developments in Computer Vision. From several projects regarding AI and Machine Learning that I co-authored during my Bachelor Program, I picked this one since I think it is well documented and explains on a step-by-step basis what we do there.\nImage Super-Resolution using Convolutional Neural Networks (Recreation of a 2016 Paper)\nImage Super-Resolution is a hugely important topic in Computer Vision. If it works sufficiently advanced, we could take all our screenshots and selfies and cat pictures from the 2006 facebook-era and even from before and scale them up to suit modern 4K needs.\nJust to give an example of what is possible in 2020, just 4 years after the paper here, have a look at this video from 1902:\n\n\nThe 2016 paper we had a look at is much more modest: it tries to upscale only a single Image, but historically, it was one of the first to achieve computing times sufficiently small to make such realtime-video-upscaling as visible in the Video (from 2020) or of the likes that Nvidia uses nowadays to upscale Videogames.\nExample of a Super-Resolution Image.\nThe Neural network is artificially adding Pixels so that we can finally put our measly selfie on a billboard poster and not be appalled by our deformed-and-pixelated-through-technology face.\n\n\n\n \n \n \n \n \n \n \n \n \n \n A low-resolution sample\n \n \n \n \n \n \n \n \n \n \n \n A high-resolution sample. This is also called 'ground truth'\n \n \n \n \n \n \n \n \n \n \n \n The artificially enlarged image patch resulting from the algorithm\n \n \n \n \n \n \n \n \n \n \n \n A graph showing an exemplary loss function applied during training\n \n \n \n \n \n \n \n \n \n \n \n One qualitative measurement we used was pixel-wise cosine similarity. It is used to measure how similar the output and the ground truth images are\n \n \n \n \n\nThe Python notebook for Image super-resolution in Colab\nMTCNN (Application and Comparison of a 2016 Paper)\nHere, you can also have a look at another, much smaller project, where we rebuilt a rather classical Machine learning approach for face detection. Here, we use preexisting libraries to demonstrate the difference in efficacy of approaches, showing that Multi-task Cascaded Convolutional Networks (MTCNN) was one of the best-performing approaches in 2016. Since I invested much more love and work into the above project, I would prefer for you to check that one out, in case two projects are too much.\nFace detection using a classical AI Approach (Recreation of a 2016 Paper)\n","path":null},{"url":"https://aron.petau.net/de/project/critical-philosophy-subjectivity/","title":"Übersetzung: Critical Philosophy of Subjectivity","description":null,"body":"Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault\nOn Butler: Constituting norms =/= carrying normative responsibilities for their existence\n\n\t\n\t\tAnmerkung\n\tSource Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627\nPublication\n\n\nCitation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:\n\nThe norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other”\n(Norms, Discipline, and the Law, P.173)\n\nSuch a view suggests that any opposition to the norm is already\ncontained within the norm, and is crucial to its functioning.\nHere, for me, the entire futility of the approach later identified and described is condensed into a few sentences.\n\nHence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break.\nPage 56, final sentence\n\nThe idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed.\nI understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term \"Norms\" is related to anticipation of this argument.\nFurther, I am not sure I share Ewald's interpretation; I see that the object \"othered\" by a norm is a constituent and necessary object for the norm, simply due to its \"comparative\" nature (p. 51, citation from Ewald).\nThe oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it.\nYes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm.\nI would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 23. January 2022, 14:23\n\n\nOn Ewald: What, then, is a norm?\n\n\t\n\t\tAnmerkung\n\tSource Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449\nPublication\n\n\nSome tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average).\np. 152: Under norm, 3 phenomena are subsumed: Discipline,\nless as a constraint, but more as a regulatory mechanism insurance,\nReducing objects to their relative occurrence, distributing risk. and standardization.\nThe norm has three defining features:\n\npositivism,\nas reliant on facts, which have an aura of objectivity around them.\nrelativity,\nthey are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.\npolarity\ninvolving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.\n\nWhat, then, is a norm?\n\nIt is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview.\np. 154\n\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 16. January 2022, 18:48\n\n\nOn Foucault: The effects without effector\n\n\t\n\t\tAnmerkung\n\tSource Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980.\nPublication\n\n\n\none finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it.\np. 203\n\nIn this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a \"strategy\" just happens to meet the criteria for deployment.\n\nBut between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.\n\nThis was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect.\nI struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements?\nThis whole ordeal and now I lack subjects to blame.\nHow can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 12. December 2021, 22:01\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/philosophy/","title":"Übersetzung: Philosophy","description":null,"body":"Critical considerations during my studies\nI have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments.\nNormative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there.\nI find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers.\nThe courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week's discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That's why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.\nForum entries from the Seminar: Critical Epistemologies\nOn Anderson: Institutions\n\n\t\n\t\tAnmerkung\n\tSource Text: Epistemic Justice as a Virtue of Social Institutions\nElizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173,\nDOI: 10.1080/02691728.2011.652211 Publication\n\n\nThe text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour.\nBut is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice?\nWell, maybe, assuming that:\n\nEveryone realizes their privilege,\nEveryone concludes that justice is the right goal,\nUpon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.\n\nI think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed.\nAnderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance.\nThe same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices.\nIs Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved.\nAnderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.\nI still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Tuesday 14. July 2020, 17:45\n\n\nOn Medina, the informant and the inquirer\n\n\t\n\t\tAnmerkung\n\tSource Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214\nPublication\n\n\nMy biggest takeaway here was that, as I tried to hint at in an earlier comment,\nWhenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another.\nVery roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations.\nAlso argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately.\nOverall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker.\nAlthough I was not convinced by the Fricker Text, I tend to think the strategy:\n\"When in doubt, give the subject full epistemic credibility\"\nIs a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Thursday 09. July 2020, 11:25\n\n\nOn Jaggar: Norms, Outlaw Emotions, and the Ideal Society\n\n\t\n\t\tAnmerkung\n\tSource Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185\nPublication\n\n\nI found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me.\nOn outlaw emotions:\nFirst, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it.\nOutlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change.\nJaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner.\nWhen we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic.\n“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.”\nTo me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms.\nThe idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest.\nAnother thing I found helpful is her reformulation of what norms do:\n“Dominant Norms tend to serve dominant interests”\ntil here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are.\nIs an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one?\nBut then, after that: \"Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.\"\nThis was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm\nnot saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture \"White Men\" forming a group and collectively deciding on who to hate this coming season, Conceptually separating \"being oppressed\" and \"oppressing\" into phenomena\nwithout necessary inherent causal relation makes sense to me here.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Tuesday 23. June 2020, 18:52\n\n\nForum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault\nOn Butler: Constituting norms =/= carrying normative responsibilities for their existence\n\n\t\n\t\tAnmerkung\n\tSource Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627\nPublication\n\n\nCitation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:\n\nThe norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other”\n(Norms, Discipline, and the Law, P.173)\n\nSuch a view suggests that any opposition to the norm is already\ncontained within the norm, and is crucial to its functioning.\nHere, for me, the entire futility of the approach later identified and described is condensed into a few sentences.\n\nHence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break.\nPage 56, final sentence\n\nThe idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed.\nI understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term \"Norms\" is related to anticipation of this argument.\nFurther, I am not sure I share Ewald's interpretation; I see that the object \"othered\" by a norm is a constituent and necessary object for the norm, simply due to its \"comparative\" nature (p. 51, citation from Ewald).\nThe oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it.\nYes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm.\nI would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 23. January 2022, 14:23\n\n\nOn Ewald: What, then, is a norm?\n\n\t\n\t\tAnmerkung\n\tSource Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449\nPublication\n\n\nSome tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average).\np. 152: Under norm, 3 phenomena are subsumed: Discipline,\nless as a constraint, but more as a regulatory mechanism insurance,\nReducing objects to their relative occurrence, distributing risk. and standardization.\nThe norm has three defining features:\n\npositivism,\nas reliant on facts, which have an aura of objectivity around them.\nrelativity,\nthey are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.\npolarity\ninvolving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.\n\nWhat, then, is a norm?\n\nIt is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview.\np. 154\n\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 16. January 2022, 18:48\n\n\nOn Foucault: The effects without effector\n\n\t\n\t\tAnmerkung\n\tSource Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980.\nPublication\n\n\n\none finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it.\np. 203\n\nIn this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a \"strategy\" just happens to meet the criteria for deployment.\n\nBut between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.\n\nThis was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect.\nI struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements?\nThis whole ordeal and now I lack subjects to blame.\nHow can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 12. December 2021, 22:01\n\n\nForum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin\nOn Dorlin\n\n\t\n\t\tAnmerkung\n\tSource Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017.\nPublication (Not yet translated to English)\n\n\nFrom the seventh chapter in Dorlins \"Self-Defense\", I found the idea that safe spaces are actually prone to be counterproductive very strong.\nI think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one.\nIn so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile \"outside\" or other space.\nFurther, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for \"enforcing\" safety.\nDorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it.\nI think this opens up 2 points worth discussing:\nAre there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other?\nDoes this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: \"Well, the person did not object or introduce change, so the person implied consent.\"\nWill a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 05. December 2021, 15:52\n\n\nWeekly hand in from the Seminar: Soziale Erkenntnistheorie\nOn Fricker: Epistemic Injustice\n\n\t\n\t\tAnmerkung\n\tSource Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007.\nPublication\n\n\n\nWorin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?\n\nInferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist.\nDies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten.\nEine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.\n\nFormulieren Sie jeweils einen Einwand gegen beide Theorien.\n\nWir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?\n\nWorin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.\n\nDoxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch.\nFrickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen.\nIch lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on 05.01.2021\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/political-violence/","title":"Übersetzung: Political Violence","description":null,"body":"Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin\nOn Dorlin\n\n\t\n\t\tAnmerkung\n\tSource Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017.\nPublication (Not yet translated to English)\n\n\nFrom the seventh chapter in Dorlins \"Self-Defense\", I found the idea that safe spaces are actually prone to be counterproductive very strong.\nI think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one.\nIn so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile \"outside\" or other space.\nFurther, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for \"enforcing\" safety.\nDorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it.\nI think this opens up 2 points worth discussing:\nAre there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other?\nDoes this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: \"Well, the person did not object or introduce change, so the person implied consent.\"\nWill a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 05. December 2021, 15:52\n\n\nWeekly hand in from the Seminar: Soziale Erkenntnistheorie\nOn Fricker: Epistemic Injustice\n\n\t\n\t\tAnmerkung\n\tSource Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007.\nPublication\n\n\n\nWorin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?\n\nInferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist.\nDies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten.\nEine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.\n\nFormulieren Sie jeweils einen Einwand gegen beide Theorien.\n\nWir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?\n\nWorin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.\n\nDoxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch.\nFrickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen.\nIch lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on 05.01.2021\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/chatbot/","title":"Übersetzung: Chatbot","description":null,"body":"Guru to Go: a speech-controlled meditation assistant and sentiment tracker\n\n\nHere, you see a Demo video of a voice-controlled meditation assistant that we worked on in the course \"Conversational Agents and speech interfaces\"\n\n Course Description\n\nThe central goal of the entire project was to make the Assistant be entirely speech controlled, such that the phone needn't be touched while immersing yourself in meditation.\nThe Chatbot was built in Google Dialogflow, a natural language understanding engine that can interpret free text input and identify entities and intents within it,\nWe wrote a custom python backend to then use these evaluated intents and compute individualized responses.\nThe resulting application runs in Google Assistant and can adaptively deliver meditations, visualize sentiment history and comprehensively inform about meditation practices. Sadly, we used beta functionality from the older \"Google Assistant\" Framework, which got rebranded months after by Google into \"Actions on Google\" and changed core functionality requiring extensive migration that neither Chris, my partner in this project, nor I found time to do.\nNevertheless, the whole Chatbot functioned as a meditation player and was able to graph and store recorded sentiments over time for each user.\nAttached below you can also find our final report with details on the programming and thought process.\n\n Read the full report\n\n\n Look at the Project on GitHub\n\n\n\t\n\t\tAnmerkung\n\tAfter this being my first dip into using the Google Framework for the creation of a speech assistant and encountering many problems along the way that partly found their way also into the final report, now I managed to utilize these explorations and am currently working to create Ällei, another chatbot with a different focus, which is not realized within Actions on google, but will rather be getting its own react app on a website.\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/critical-epistemologies/","title":"Übersetzung: Critical Epistemology","description":null,"body":"Forum entries from the Seminar: Critical Epistemologies\nOn Anderson: Institutions\n\n\t\n\t\tAnmerkung\n\tSource Text: Epistemic Justice as a Virtue of Social Institutions\nElizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173,\nDOI: 10.1080/02691728.2011.652211 Publication\n\n\nThe text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour.\nBut is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice?\nWell, maybe, assuming that:\n\nEveryone realizes their privilege,\nEveryone concludes that justice is the right goal,\nUpon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.\n\nI think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed.\nAnderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance.\nThe same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices.\nIs Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved.\nAnderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.\nI still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Tuesday 14. July 2020, 17:45\n\n\nOn Medina, the informant and the inquirer\n\n\t\n\t\tAnmerkung\n\tSource Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214\nPublication\n\n\nMy biggest takeaway here was that, as I tried to hint at in an earlier comment,\nWhenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another.\nVery roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations.\nAlso argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately.\nOverall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker.\nAlthough I was not convinced by the Fricker Text, I tend to think the strategy:\n\"When in doubt, give the subject full epistemic credibility\"\nIs a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Thursday 09. July 2020, 11:25\n\n\nOn Jaggar: Norms, Outlaw Emotions, and the Ideal Society\n\n\t\n\t\tAnmerkung\n\tSource Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185\nPublication\n\n\nI found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me.\nOn outlaw emotions:\nFirst, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it.\nOutlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change.\nJaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner.\nWhen we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic.\n“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.”\nTo me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms.\nThe idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest.\nAnother thing I found helpful is her reformulation of what norms do:\n“Dominant Norms tend to serve dominant interests”\ntil here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are.\nIs an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one?\nBut then, after that: \"Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.\"\nThis was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm\nnot saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture \"White Men\" forming a group and collectively deciding on who to hate this coming season, Conceptually separating \"being oppressed\" and \"oppressing\" into phenomena\nwithout necessary inherent causal relation makes sense to me here.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Tuesday 23. June 2020, 18:52\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/plastic-recycling/","title":"Übersetzung: Plastic Recycling","description":null,"body":"Being involved with 3D Printers, there is the issue of sustainability that I am confronted with regularly.\nMost 3D printed parts never get recycled and add to the global waste problem, rather than reducing it.\nThe printer most certainly doesn’t care what it is printing, the main problem is the dimensional accuracy and the purity of the material. All of this leads to a huge industry, Germany being especially involved, using loads of virgin plastic.\nWhat can be done about it?\nWe can design our products to last longer, we can also print recycling labels on them so they do not have to get burned after their first life. We can take care to only print functional objects, not just fun toys nobody uses.\nYet, none of that prevents the use of virgin plastics. If you buy a spool of filament, there are some recycled options, but usually at twice the price at worse quality. No wonder recycled filament fails to convince the masses. It is mostly a fun thing YouTubers can pursue, not a valid commercial process.\n\n\nIn my opinion, the core problem is the nonexistent economic feasibility of a proper recycling process. Identifying the exact material of a piece of trash is a very hard problem, definitely not solved yet. So why do we mix the plastic up in the first place? There is a general willingness of people to recycle, but the system for it is missing.\nThe Master Plan\nI want to get people to wash and separate their trash for me, which are the most expensive steps in the recycling process. There is a willingness to take the extra step, and even if just my mom collects bottle caps for me, that is more than I can realistically use up.\nThis only really works when I am thinking in a local and decentral environment.\nThe existing recycling facilities clearly will not be able to provide 200 different containers for 200 different types of plastic.\nStarting the process with clean and sorted materials, like bottle caps (HDPE) or failed prints (PET-G), I start off with an advantage.\nNow I have to take apart the trash into evenly sized particles.\nMeet:\nThe Shredder\nWe built the Precious Plastic Shredder!\n\nWith these awesome open-source drawings, I was able to cobble together my very own very dangerous plastic shredder.\nAfter finding some way to drive this massive axis, I feed the beast and hopefully get tiny pretty uniform plastic bits that are ready to begin the cycle of life anew.\nThe solution for the motorization was an old and used garden shredder that still had an intact motor and wiring.\nWe cut it in half and attached it to the shredder box.\n\n\nAfter replacing the weak force transmission screw for an industrial coupler, we were ready to try it out. Obviously, there are still security concerns in this prototype, a proper hopper is already being made.\nNevertheless, we are confident that this shredder will be able to deal with the light sorts of plastic we are thinking of.\nAs you can see, I am now able to produce awesome confetti but to do more with the plastic flakes I have to extrude them.\nMeet the Filastruder\nThis is the Filastruder, designed and made by Tim Elmore, in an attempt to create the cheapest viable way to extrude plastic. The biggest cost issue is the tight industrial tolerances in thickness that have to be adhered to. This is in essence what separates good from the bad filament. The industry standard nowadays is at +-0.03mm. Hard to achieve on a DIY setup, but not unheard of. The setup, like any bigger industry equivalent, consists of a motor pressing plastic pellets through a heated screw, extruding molten plastic at the end through a nozzle, and setting the diameter. The leftmost machine is responsible for winding the filament properly onto a spool.\nHere you can see the extrusion process in action.\n\n\nThe Filastruder is controlled by an Arduino and is highly configurable. The laser sensor visible in the video is already working, but I am missing more direct control over the diameter of the filament.\nWhen it all really comes down to the single variable of the filament diameter responsible for the quality of my recycled project, a simple Machine Learning optimization directly jumps at me: I have a few variables like winder speed, extrusion speed, heat, and cooling intensity. These variables can be optimized on the fly for an exact diameter. This is actually roughly how virgin filament is produced, commercial facilities just manage much faster.\n\nSo far, I am aware of a few companies and academic projects attempting this process, but none of them manage to get either the quality or the price of other products available. Automatization does not just take out jobs away, I think it can also be a helpful tool, for example tackling environmental issues such as this one.\nThis project is very dear to my heart and I plan to investigate it further in the form of a master thesis.\nThe realization will require many skills I am already picking up or still need to work on within the Design and Computation program.\n{: .notice--info}\n\n Reflow Filament\n\n\n Perpetual Plastic Project\n\n\n Precious Plastic Community\n\n\n Filamentive Statement on why recycling is not feasible in their opinion\n\n\n Open source filament diameter sensor by Tomas Sanladerer\n\n\n Re-Pet Shop\n\n","path":null},{"url":"https://aron.petau.net/de/project/beacon/","title":"Übersetzung: BEACON","description":null,"body":"BEACON: Decentralizing the Energy Grid in inaccessible and remote regions\nAccess to Electricity is a basic human right. At first, that may seem over the top, but if one stops to think what all the little tasks that electricity can indirectly handle for us (lightning, laundry, cooking, freezing, heating, entertaining…) would consume in time and effort if we had to perform them manually, this idea becomes very clear. There are globally around 1 billion people without tier 2 access to electricity.\nSDGS Goal 7\n\nPeople only know the intensity of labor that goes into everything when there is no electricity. And it is not even only about convenience, electricity is an enormous lifesaver in any number of scenarios, think just of hospitals or mobile phone networks that would be rendered completely useless without it. So we can easily agree on a need, a demand for electricity globally, for every person. But what about the supply? Why is there 1 billion undersupplied?\nThe Answer: missing profitability. It would be a charity project to supply every last person on earth, not a profitable one. And while charitable projects are noble and should be pursued, the reality within capitalism shows that this is not the way it is going to happen.\nBut what if we could come up with technology, or rather, a communal structure, that enables us to supply profitably, and still adapt to both, the difficult external factors (weather issues, remoteness, altitude, etc.) and the smaller purses of the undersupplied?\nLocation\nTowards the end of 2018, I spent 4 months in northern India, on a research project with the IIT Kharagpur.\nThe goal was to work on one of the 17 UN-defined sustainable development goals – electricity.\nWorldwide, an estimated 1 billion people have no or insubstantial access to the grid.\nSome of them live here, in the Key Monastery in the Spiti Valley at around 3500 meters altitude.\n\n\n\nThis is Tashi Gang, a village close to the Monastery. It houses around 50 people and only has road access during 3-4 months in the summer. For the rest of the time, the people rely on first aid services by helicopter, which can only be called with a working cell phone tower.\n\nThe Project\nIn an environment reliant on hydro-energy and solar (diesel transport is unreliable due to snowed-in mountain roads), over 6 months of snowy winter, frequent snowstorms, and temperatures of up to -35°C, securing the grid is hard.\nOur way to tackle the issue was to reject the in the western society very established notion of electricity as a homogenous product with centralized production and instead researched the possibilities of a predictive, self-correcting, and decentral grid.\nBy prioritizing energy usage cases, instead of a full blackout during a storm, essential functions like radio towers and hospitals could be partially powered and maybe stay functioning. The binarity of either having electricity or not would be replaced by assigned quantities and timeslots, in a collective effort to be mindful and distribute the electricity necessity-based.\nThe ultimate vision was a live predictive electricity market, where people could even earn money by selling their allotted, but not needed electricity.\nTo gauge feasibility, I conducted several psychological acceptance studies and collected data on local electricity demands.\nI simulated a typical day of electricity demand in the Key monastery and the surrounding villages and mapped out the potential to install cost-efficient smart microgrid controllers enabling such an accurate and predictive behavior.\nThe smart grid operator boxes available here in Germany cost several hundred, with installation several thousand Euros, not a feasible solution for the Indian population. Instead, we wanted to use Raspberry Pi's, which are interconnected through ethernet cables or local mesh networking.\nResearch\n\nData Collection\nBuilding a questionnaire and visiting public schools during their English Classes, I had the chance to speak to a range of teenagers, answering questions about the state of electricity in their homes, generating more data than I could have accomplished running from door to door without any skills speaking local dialects. The questionnaire was as scientific as I could make it in such a situation and geared towards finding the type and number of electric devices in the homes and estimating typical usage scenarios.\nWith a total of 145 participants from more than 6 different schools and roughly 4 different districts, all located in the Indian part of the Himalayas, the findings are as follows:\nThe participants range from 11 to 53 years, with an average of 17 years.\nThe average household has 6 members with an average of 5 smart devices. Only 2 percent of the Households had not a single smart device, but at the same time, only 42 percent had direct or indirect access to a laptop or computer. So the main body of smart devices consists of smartphones with a negligible portion of tablets.\nThe average total amount of electrical devices is around 11 electrical appliances per house.\nSubjective Quality Rating on a scale of 1 to 10:\n\nAverage quality in summer: 7.1\nAverage quality in monsoon: 5.6\nAverage quality in autumn: 7.1\nAverage quality in winter: 4.0\n\nSo, as you would expect, during winter, but also when it rains, the felt quality drops by more than 30 percent on average.\nAs for the daily supply time, the average sits at 15.1 hours out of 24, meaning the people have electricity only for 62.9 percent of the time, some, as for example the people in Diskit only have a sad 4 hours of daily access. On top of that, this estimation does not account for the snowfalls in Spiti for example, where it is not uncommon to experience 3 consecutive days of powercut or more.\nAs the Power Meter is supplied by the government, a solid 82 percent of the houses have a working power meter, if one assumes that the 13 percent who did not know whether they have a power meter, do have one, we can say that around 95% of the houses have a power meter.\nAnother goal of the studies was to find out what would incline people to be caring and sharing with the available electricity, something rather unimaginable here in Germany.\nIn general, the uninformed openness to delaying usage of electricity on a scale of 1-10 was around 5.5, with the additional information that a smart delay would cause an overall price reduction, the acceptance went up to 6.9, a good 14%. This implies that people would be a lot more inclined to give up conveniences if the benefits have a direct impact on them.\nSimulation\nAfter collecting all the estimated electric appliances of the local population, I simulated the use of 200 Solar Panels with 300Wp each, once for simultaneous electricity use, and once for mitigated electricity peaks through smart optimization and electricity usage delay.\n\n\nAlthough solar is definitely not the optimal choice here and generates lots of issues with energy storage and battery charging at negative degrees, we figured that this was the way to go for the project.\nAnd as you can see, optimizing peak usage can improve solar from generating only one-fifth of the demand in winter to about half the demand in winter. Keeping in mind here, that the added solar farm was only intended to supply additional energy and not replace existing solutions, such a \"small\" farm would be a real lifesaver there and optimize the limited space in extremely mountainous terrain.\nClosing words\nThere are to sides which the problems can be tackled: we can bring the total energy production up, by adding more panels or electricity by other means, but we can also try and bring the total demand down. This is to be achieved by investing strictly in the most energy-efficient appliances. Even replacing older, not-so-efficient appliances might sometimes be of use.\nBut ensuring efficient use is not the only way to bring down the overall demand.\nAs introduced as core ideas for the whole project, sharing and delaying will prove immensely useful. How so?\nBy sharing, we mean a concept that is already widely applied in the relevant areas. What to do in a Village that has no access to water? Will we send each household out to the faraway river to catch water for their family? Or would we join hands in a community effort to dig a central well used by everyone?\nSo, when we look at sharing electricity, how would we apply the concept? We take the appliances that consume the most energy individually and scale them up in order to increase efficiency. For example, in our case, that is most applicable to electric heating. If we manage to heat central community spaces available for everyone, naturally, fewer individual rooms will have to be heated. Similarly, one could declare a room as a public cinema, where people come together and watch Tv on a big Projector. Twice as fun, and conserving a great deal of energy again. Such ideas and others have to be realized in order to be able to match the total demand with the available supply.\nSadly, the project was never taken up further, and the situation for the people in the Spiti Valley has not improved. Two years ago, a road directly through the mountains was finished, making the population hopeful for an increase in tourism, increasing the chances of the economic viability of improved solutions.\nI spent my time there in the function of a research intern, having no real say in the realization of the project. The problem remains, and I still think that decentral solutions look to be the most promising for this specific location. Of course, the Himalayas present a bit of an extreme location, but that doesn't change the fact that people live there and have a basic human right to electricity.\n","path":null},{"url":"https://aron.petau.net/de/project/cad/","title":"Übersetzung: 3D Modeling and CAD","description":null,"body":"3D Modeling and CAD\nDesigning 3D Objects\nWhile 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.\nSince 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 that’s what I got into.\nIn hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me.\nBelow you will find some of my designs.\nThe process is something that I enjoy a lot and wish to dive into deeper.\nBy 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.\nI want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.\n\n\n\n\n\n\n\nCheck out more of my finished designs in the Prusaprinters (now Printables) Community\n\n My Printables Profile\n\n3D Scanning and Photogrammetry\nBesides coming up with new objects, incorporating the real world is also an interest of mine.\nInteraction with real objects and environments\nIn 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.\nRecently, through work at the university I got access to a device with a lidar sensor and started having fun with it.\nSee some examples here:\n \n \nThis 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.\n \nPerspective\nWhat 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.\nI want more than designing figurines or wearables.\nI want to incorporate 3D printing as a method to extend the abilities of other tools, have mechanical and electrical purposes, be foodsafe and engaging.\nI fell in love with the idea of designing a toy system, inspired by Makeways on Kickstarter, I have already started adding my own parts to their set.\nI 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.\nI would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics.\nOnce in Berlin, I would want to talk to the people at Kaffeform producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process.\nThe 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.\nStill, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.\nI also credit huge parts of my exploration process into local recycling to the awesome people at Precious Plastic, who I will join over the summer to learn more about their system.\nI find it hard to write anything about CAD without connecting it directly to a manufacturing process.\nAnd I believe that's a good thing. Always tying a design process to its realization, grounds the process and attaches to it some immediacy.\nFor 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.\nSoftware that I have used and like\n\n AliceVision Meshroom\n Scaniverse\n My Sketchfab Profile\n 3D Live Scanner for Android\n\n","path":null},{"url":"https://aron.petau.net/de/project/printing/","title":"Übersetzung: 3D printing","description":null,"body":"\n\n\n \n \n \n \n \n \n \n \n \n \n A plant propagation station now preparing our tomatoes for summer\n \n \n \n \n \n \n \n \n \n \n \n We use this to determine the flatmate of the month\n \n \n \n \n \n \n \n \n \n \n \n A dragon's head that was later treated to glow in the dark.\n \n \n \n \n \n \n \n \n \n \n \n This was my entry into a new world, the now 10 years old Ender 2\n \n \n \n \n \n \n \n \n \n \n \n I made some lithophanes, a process where the composition and thickness of the material are used for creating an image.\n \n \n \n \n \n \n \n \n \n \n \n This is my second printer, a Prusa i3 MK3s.\n \n \n \n \n \n \n \n \n \n \n \n This candle is the result of a 3D printed plastic mold that I then poured wax into.\n \n \n \n \n \n \n \n \n \n \n \n An enclosure for my portable soldering iron\n \n \n \n \n \n \n \n \n \n \n \n A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape.\n \n \n \n \n \n \n \n \n \n \n \n A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic.\n \n \n \n \n\n3D Printing\n\n\n3D Printing is more than just a hobby for me\nIn it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it.\nPlastic Injection molding was one major driving force for the capitalist setting we are in now.\n3D Printing can be utilized to counteract the production of scale.\nToday, the buzzword 3D Printing is already associated with problematic societal practices, it is related to \"automatization\" and \"on-demand economy\". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.\n3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing.\nThat’s why I want to build my future on it.\nI want to design things and make them become reality.\nA 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.\nI started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do.\nI built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to.\nThrough it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing.\nI love the abilities a 3D Printer gives me and plan on using it for the recycling project.\nDuring the last half year, I also worked in a university context with 3D printers.\nWe conceptualized and established a \"Digitallabor\", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media.\nThe project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with.\nRead more about it on the Website:\nDigiLab Osnabrück\nLooking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.\nEvolving Objects\nThis group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay.\nThe process used is described more here:\nThe artist Tom Dijkstra is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.\nPrinting with Ceramics\nThe Paste Extruder\nAlso with regards to the recycling project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.\nCups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where WASP is a company I look up to.\nThey built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.\nAdhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages.\nAnd since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.\nI want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.\nAlso, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?\nNow, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the recycling project.\nGradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about CAD\n","path":null},{"url":"https://aron.petau.net/de/","title":"Übersetzung: Home","description":null,"body":"\nWillkommen\nauf der Online-Präsenz von Aron Petau.\n\n\n\nIch verwende die Pronomen er/ihm und lebe in Berlin, Deutschland.\nIch bin Tüftler, Designer, Softwareentwickler und arbeite in der Forschung zu digitaler Bildung.\nDiese Seite ist eine Sammlung meiner Gedanken und Erfahrungen.\nIch hoffe, du findest hier etwas Interessantes.\n\n\t\n\t\tAnmerkung\n\tDiese Seite befindet sich derzeit im aktiven Umbau.\nFehlende oder kaputte Links sind zu erwarten.\nSolange der Umzug bzw. das Redesign nicht vollständig abgeschlossen ist, ist die alte Seite weiterhin hier erreichbar: old.aron.petau.net\n\n\n\nFortschritt des Umbaus:\n\n\n\t\n\t\tAnmerkung\n\tAußerdem gibt es erste Bemühungen, diese Website zu übersetzen. Das ist ein ziemlich aufwändiger Prozess und wird einige Zeit dauern.\n\n\n\nFortschritt der Übersetzung:\n\n\n\t\n\t\tWichtig\n\tZuletzt aktualisiert: 2025-05-14\n\n\n\n\t\n\n\n","path":null}] \ No newline at end of file +[{"url":"https://aron.petau.net/de/","title":"Übersetzung: Home","description":null,"body":"\nWillkommen\nauf der Online-Präsenz von Aron Petau.\n\n\n\nIch verwende die Pronomen er/ihm und lebe in Berlin, Deutschland.\nIch bin Tüftler, Designer, Softwareentwickler und arbeite in der Forschung zu digitaler Bildung.\nDiese Seite ist eine Sammlung meiner Gedanken und Erfahrungen.\nIch hoffe, du findest hier etwas Interessantes.\n\n\t\n\t\tAnmerkung\n\tDiese Seite befindet sich derzeit im aktiven Umbau.\nFehlende oder kaputte Links sind zu erwarten.\nSolange der Umzug bzw. das Redesign nicht vollständig abgeschlossen ist, ist die alte Seite weiterhin hier erreichbar: old.aron.petau.net\n\n\n\nFortschritt des Umbaus:\n\n\n\t\n\t\tAnmerkung\n\tAußerdem gibt es erste Bemühungen, diese Website zu übersetzen. Das ist ein ziemlich aufwändiger Prozess und wird einige Zeit dauern.\n\n\n\nFortschritt der Übersetzung:\n\n\n\t\n\t\tWichtig\n\tZuletzt aktualisiert: 2025-05-14\n\n\n\n\t\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/","title":"Übersetzung: Aron's Blog","description":null,"body":"Hier ist eine Übersicht meiner Projekte.\nSie sind sortiert nach Datum, aber du kannst auch Themen durch Tags filtern.\n","path":null},{"url":"https://aron.petau.net/de/project/einszwovier-löten-leuchten/","title":"einszwovier: löten und leuchten","description":null,"body":"\n\n\n \n \n \n \n \n \n \n \n \n \n All the led Lamps together\n \n \n \n \n \n \n \n \n \n \n \n The Guestbook: a quick Feedback mechanism we use\n \n \n \n \n \n \n \n \n \n \n \n Tinkereing with only simple shapes\n \n \n \n \n \n \n \n \n \n \n \n More Lights\n \n \n \n \n \n \n \n \n \n \n \n Some overmight prints\n \n \n \n \n \n \n \n \n \n \n \n A completely self-designed skier\n \n \n \n \n\nEin praxisnaher Kurs zu Löten, Elektronik und Lampendesign für junge Tüftler*innen\nLöten und Leuchten fand inzwischen in drei erfolgreichen Durchläufen statt — jeweils als Angebot für Schüler*innen der 5. und 6. Klasse. Der Kurs bietet einen spielerischen und begleiteten Einstieg in die Welt der Elektronik, des Lötens und der digitalen Gestaltung. Im Mittelpunkt steht das Verstehen durch eigenes Machen: Technologien begreifen, indem man sie selbst gestaltet.\nDas Projekt\nÜber drei Sitzungen hinweg (jeweils drei Stunden) entwickelten und bauten die Kinder ihre eigene USB-betriebene LED-Leuchte. Sie löteten elektronische Bauteile, modellierten Gehäuse in 3D, beschäftigten sich mit Lichtstreuung und lernten dabei ganz selbstverständlich, technische Probleme kreativ zu lösen. Jede Leuchte wurde von Grund auf gebaut, funktional und transportabel – ganz ohne Batterien, dafür mit echten Kabeln, Werkzeug und einem großen Schuss Eigenverantwortung.\nZum Einstieg lernten die Teilnehmer*innen die Grundlagen der Elektrizität mit den wunderbar zugänglichen Makey Makey-Boards kennen. Damit konnten wir spielerisch Stromkreise, Leitfähigkeit und Steuerung erklären – ein Einstieg, der sofort Neugier und Begeisterung weckte.\nAnschließend folgte das Herzstück des Projekts: USB-Kabel aufschneiden, 5V-LEDs anlöten und eigene Gehäuse entwerfen. Das Löten geschah unter Aufsicht, aber jede*r lötete selbst – und das mit sichtbarem Stolz. Wenn die eigene LED zum ersten Mal leuchtet, ist das ein magischer Moment.\nGestaltung mit Werkzeug – und mit Einschränkungen\nFür die 3D-Gestaltung nutzten wir Tinkercad auf iPads. Die Oberfläche war für viele der erste Berührungspunkt mit CAD-Software und erwies sich als zugänglich und intuitiv – allerdings nicht ohne technische Stolpersteine. Tinkercad stürzte gelegentlich ab, und Synchronisationsprobleme führten manchmal zu Verwirrung. Trotz dieser Hürden ermöglichte es einen niedrigschwelligen Einstieg in die digitale Gestaltung.\nDie entworfenen Lampenschirme mussten nicht nur schön aussehen, sondern auch die Elektronik sinnvoll aufnehmen. Dadurch ergaben sich ganz reale Designherausforderungen: Passt das Kabel? Wie weit darf die LED vom Gehäuse entfernt sein? Wie verändert sich das Licht?\nGedruckt wurde mit weißem PLA-Filament – ideal für die Lichtstreuung. Im Kurs entwickelten sich dadurch ganz organisch Gespräche über Materialeigenschaften, Lichtdurchlässigkeit und die physikalischen Grenzen des 3D-Drucks.\nEchte Herausforderungen, echtes Denken\nDas Projekt traf genau die richtige Balance: anspruchsvoll genug, um ernst genommen zu werden, aber machbar genug, damit alle ein Erfolgserlebnis hatten. Jedes Kind nahm am Ende eine funktionierende, selbstgebaute Lampe mit nach Hause – und keine glich der anderen.\nDabei gab es viele kleine Hürden: USB-Kabel, die zu viel Spiel hatten, Gehäuse, die nicht sofort passten, LEDs, die nachjustiert werden mussten. Wir wichen diesen Herausforderungen nicht aus – im Gegenteil: Wir nutzten sie als Anlässe, um gemeinsam nach Lösungen zu suchen. Gerade diese Momente führten zu den besten Gesprächen über Technik, Entwurf und Fehlerkultur.\nBonus-Runde: Tischkicker-Prototypen\nZum Abschluss durfte jede Gruppe ihren eigenen Mini-Tischkicker entwerfen – mit den Materialien und Ideen, die sie zur Verfügung hatten. Diese kreative Extra-Aufgabe förderte Teamarbeit, Improvisation und erste Design-Thinking-Schritte. Und ganz nebenbei entstanden viele lustige, kluge und überraschende Lösungen.\nRückblick\nAlle drei Durchgänge des Workshops wurden mit großem Interesse, Konzentration und Freude aufgenommen. Die Kinder waren über die gesamte Zeit engagiert, nicht nur beim Basteln, sondern auch im Denken: Wie funktioniert das? Was kann ich anders machen? Was ist möglich?\nSie gingen nicht nur mit einer leuchtenden Lampe nach Hause – sondern mit dem Gefühl, etwas selbst geschaffen zu haben. Und mit der Erkenntnis, dass Technik keine Zauberei ist, sondern etwas, das man verstehen und gestalten kann.\nAuch für uns als Kursleitung war Löten und Leuchten ein bestärkendes Erlebnis. Die Kombination aus digitalen Werkzeugen, praktischer Arbeit und offener Aufgabenstellung schuf einen Raum, in dem Lernen ganz selbstverständlich und mit echter Neugier geschah.\nLöten und Leuchten wird sich weiterentwickeln – doch das Ziel bleibt dasselbe: Kinder stärken, selbstbestimmt mit Technik umzugehen, und ihnen zeigen, dass sie mehr können, als sie denken.\n","path":null},{"url":"https://aron.petau.net/de/project/einszwovier-opening/","title":"einszwovier: making of","description":null,"body":"Die Entstehung von studio einszwovier\nAugust 2024\nWir 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.\nDezember 2024 – Ein Raum für Ideen wird Realität\nNach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space „studio einszwovier“ öffnete offiziell seine Türen.\nMitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.\nVom Konzept zur Wirklichkeit\nDie 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.\nDazu wurde der Raum mit modernen Werkzeugen ausgestattet: 3D-Drucker, Lasercutter, Mikrocontroller sowie Equipment für Holzarbeiten und Textildruck ermöglichen praktisches, projektbasiertes Lernen.\nEin Ort für freies und entdeckendes Lernen\nGeleitet von Aron und Friedrich – beide Masterstudenten im Studiengang Design + Computation in Berlin – bietet das „studio einszwovier“ Zugang zu Werkzeugen, Materialien und Wissen.\nEs 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.\nDie Schüler*innen sind eingeladen, sowohl an thematisch geführten Kursen als auch an offenen Tüftelzeiten teilzunehmen.\nOffene Türen für kreative Köpfe\nDas „studio einszwovier“ ist montags bis mittwochs von 11:00 bis 15:00 Uhr geöffnet.\nEine spezielle Open Lab Time findet dienstags von 13:30 bis 15:00 Uhr statt.\nAlle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.\nEin Raum für die Zukunft\nMit 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.\nEin Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.\n","path":null},{"url":"https://aron.petau.net/de/project/einszwovier-vogelvilla/","title":"einszwovier: making of","description":null,"body":"Die Entstehung von studio einszwovier\nAugust 2024\nWir 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.\nDezember 2024 – Ein Raum für Ideen wird Realität\nNach monatelanger Planung, Organisation und Vorfreude war es im Dezember 2024 endlich so weit: Unser Maker Space „studio einszwovier“ öffnete offiziell seine Türen.\nMitten im Schulalltag entstand eine innovative Lernumgebung – eine, die Kreativität, Technologie und Bildungsgerechtigkeit miteinander verbindet.\nVom Konzept zur Wirklichkeit\nDie 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.\nDazu wurde der Raum mit modernen Werkzeugen ausgestattet: 3D-Drucker, Lasercutter, Mikrocontroller sowie Equipment für Holzarbeiten und Textildruck ermöglichen praktisches, projektbasiertes Lernen.\nEin Ort für freies und entdeckendes Lernen\nGeleitet von Aron und Friedrich – beide Masterstudenten im Studiengang Design + Computation in Berlin – bietet das „studio einszwovier“ Zugang zu Werkzeugen, Materialien und Wissen.\nEs 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.\nDie Schüler*innen sind eingeladen, sowohl an thematisch geführten Kursen als auch an offenen Tüftelzeiten teilzunehmen.\nOffene Türen für kreative Köpfe\nDas „studio einszwovier“ ist montags bis mittwochs von 11:00 bis 15:00 Uhr geöffnet.\nEine spezielle Open Lab Time findet dienstags von 13:30 bis 15:00 Uhr statt.\nAlle sind herzlich eingeladen, vorbeizukommen, Ideen zu teilen und loszulegen.\nEin Raum für die Zukunft\nMit 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.\nEin Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkultur unserer Schule auf nachhaltige Weise wächst.\n","path":null},{"url":"https://aron.petau.net/de/project/zola/","title":"switching from jekyll to zola","description":null,"body":"2020: discovering jekyll\nFor applying to my master's program in 2020, a portfolio was required, and since it was more or less for a design program, I wanted to have a nice website.\nAfter trying for a month to get what I wanted out of WordPress, and angrily quitting multiple times, I discovered Jekyll.\nBack then, Hugo and 11ty were the newer kids on the block, but I was heavily relying on the free hosting from GitHub Pages, where Jekyll was the easiest to integrate.\nBack then, looking for inspiration, I had an ethics professor I really liked, and he had a Jekyll site with the Minimal Mistakes theme.\nProf. Mühlhoff\nI went about using Minimal Mistakes, and it was a great experience.\nThe resulting portfolio at least got me into the master's, and I fell in love with the general idea of being able to write sites in markdown, while a program would take care of the rest.\nFor years, Jekyll was my go-to for building static websites.\nIt was familiar, widely supported, and part of the broader Ruby ecosystem.\nBut over time, my frustrations grew—slow builds, complicated plugin setups, and a dependency stack that never felt quite right.\nTo be honest, many of the drawbacks were totally not Jekyll’s fault. It was just slow, otherwise fine. But especially using GitHub Pages imposed quite a few limitations on plugins and themes.\nAlso, maybe I didn’t put in enough effort, but I could never really get theme modifications working. Just extending the theme to show multiple authors was a pain—although it was eventually working.\nOn now finishing the master's, I wanted a visual overhaul, and while browsing for inspiration again, using Jekyll at all got questioned again.\nI knew I wanted a static site generator, because markdown is the shit.\nSo after looking around further, Zola emerged—actually through a chatbot suggestion 😄\nRecently, I made the leap to Zola, a Rust-powered static site generator, and I don't see myself going back.\n\nrust feels right\nI’ve always admired Rust for its speed, safety, and modern tooling.\nUsing a static site generator built with Rust just made sense. Zola is fast—blazing fast.\nEven during local development, rebuilds are near-instant, and that alone makes the writing process smoother and more enjoyable.\nPlus, using something written in Rust means fewer external dependencies, no bundler hell, and zero Ruby setup headaches.\nI can just download the binary, run it, and get going. It respects my time.\n\nzola is thoughtfully designed\nBeyond performance, Zola is just really well designed.\nIts template syntax (thanks to Tera) is more powerful and readable than Liquid.\nThe built-in shortcodes, pagination, and asset pipelines all feel cohesive and purposeful.\nThere’s very little “configuration over convention” fatigue that Jekyll often gave me.\nAnd even though both systems are markdown-based, migrating wasn’t just a matter of copy-pasting files.\nI had to rethink frontmatter, adjust templates, and wrangle image paths and shortcodes.\nThe structure and behavior are different enough that it felt like a real rebuild—not just a port.\n\nduckquill made me switch\nThe real catalyst, though? Duckquill, a stunning Zola theme built by Daudix.\nIt struck the perfect balance between minimalism and elegance—exactly the aesthetic I wanted but could never quite achieve with Jekyll.\nDuckquill didn’t just make Zola usable for me; it made it irresistible.\nWhat really sets Duckquill apart—beyond its clean typography and smart layout—is how well it supports a vision of digital autonomy.\nThe theme comes with Mastodon-powered comments, allowing for lightweight, federated interaction without relying on big centralized platforms.\nThis fits perfectly with my goal of reclaiming control through self-hosting.\nWhether it's running my own site, owning my content, or interacting through the fediverse, Duckquill reinforces those values rather than working against them.\nIt’s a rare example of design and infrastructure aligning with personal principles.\n\nfinal thoughts\nSwitching from Jekyll to Zola wasn’t effortless, but it was absolutely worth it.\nI now have a faster, more reliable, and better-looking site that’s easier to maintain and feels like it fits my tooling philosophy.\nIf you're feeling the weight of your current setup, maybe it's time to try Zola—and give Duckquill a spin while you're at it.\n","path":null},{"url":"https://aron.petau.net/de/project/master-thesis/","title":"Master's Thesis","description":null,"body":"Master's Thesis: Human - Waste\nPlastics offer significant material benefits, such as durability and versatility, yet their\nwidespread use has led to severe environmental pollution and waste management\nchallenges. This thesis develops alternative concepts for collaborative participation in\nrecycling processes by examining existing waste management systems. Exploring the\nhistorical and material context of plastics, it investigates the role of making and hacking as\ntransformative practices in waste revaluation. Drawing on theories from Discard Studies,\nMaterial Ecocriticism, and Valuation Studies, it applies methods to examine human-waste\nrelationships and the shifting perception of objects between value and non-value. Practical\ninvestigations, including workshop-based experiments with polymer identification and\nmachine-based interventions, provide hands-on insights into the material properties of\ndiscarded plastics. These experiments reveal their epistemic potential, leading to the\nintroduction of novel archiving practices and knowledge structures that form an integrated\nmethodology for artistic research and practice. Inspired by the Materialstudien of the\nBauhaus Vorkurs, the workshop not only explores material engagement but also offers new\ninsights for educational science, advocating for peer-learning scenarios. Through these\napproaches, this research fosters a socially transformative relationship with waste,\nemphasizing participation, design, and speculative material reuse. Findings are evaluated\nthrough participant feedback and workshop outcomes, contributing to a broader discussion\non waste as both a challenge and an opportunity for sustainable futures and a material\nreality of the human experience.\n\n\n See the image archive yourself\n\n\n See the archive graph yourself\n\n\n Find the complete Repo on Forgejo\n\n","path":null},{"url":"https://aron.petau.net/de/project/käsewerkstatt/","title":"Übersetzung: Käsewerkstatt","description":null,"body":"Enter the Käsewerkstatt\nOne day earlier this year I woke up and realized I had a space problem.\nI was trying to build out a workshop and tackle ever more advanced and dusty plastic and woodworking projects and after another small run in with my girlfriend after I had repeatedly crossed the \"No-Sanding-and-Linseed-Oiling-Policy\" in our Living Room, it was time to do something about it.\nI am based in Berlin right now and the housing market is going completely haywire over here ( quick shoutout in solidarity with Deutsche Wohnen und Co enteignen).\nEnd of the song: I won't be able to afford to rent a small workshop anywhere near berlin anytime soon. As you will notice in some other projects, I am quite opposed to the Idea that it should be considered normal to park ones car in the middle of the city on public spaces, for example Autoimmunitaet, Commoning Cars or Dreams of Cars.\nSo, the idea was born, to regain that space as habitable zone, taking back usable space from parked cars.\nI was gonna install a mobile workshop within a trailer.\nIdeally, the trailer should be lockable and have enough standing and working space.\nAs it turns out, Food Trailers fulfill these criteria quite nicely. So I got out on a quest, finding the cheapest food trailer available in germany.\n6 weeks later, I found it near munich, got it and started immediately renovating it.\nDue to developments in parallel, I was already invited to sell food and have the ofgficial premiere at the Bergfest, a Weekend Format in Brandenburg an der Havel, initiated and organized by Zirkus Creativo. Many thanks for the invitation here again!\nSo on it went, I spent some afternoons renovating and outfitting the trailer, and did my first ever shopping at Metro, a local B2B Foodstuffs Market.\nMeanwhile, I got into all the paperwork and did all the necessary instructional courses and certificates.\nThe first food I wanted to sell was Raclette on fresh bread, a swiss dish that is quite popular in germany.\nFor the future, the trailer is supposed to tend more towards vegan dishes, as a first tryout I also sold a bruschetta combo. This turned out great, since the weather was quite hot and the bruschetta was a nice and light snack, while I could use the same type of bread for the raclette.\n\nThe event itself was great, and, in part at least, started paying off the trailer.\nSome photos of the opeing event @ Bergfest in Brandenburg an der Havel\n\n\n\nWe encountered lots of positive feedback and I am looking forward to the next event. So, in case you want to have a foodtruck at your event, hit me up!\nContact me at: käsewerkstatt@petau.net\n","path":null},{"url":"https://aron.petau.net/de/project/sferics/","title":"Übersetzung: Sferics","description":null,"body":"What the hell are Sferics?\n\nA radio atmospheric signal or sferic (sometimes also spelled \"spheric\") is a broadband electromagnetic impulse that occurs as a result of natural atmospheric lightning discharges. Sferics may propagate from their lightning source without major attenuation in the Earth–ionosphere waveguide, and can be received thousands of kilometres from their source.\n\n\nWikipedia\n\nWhy catch them?\nMicrosferics is a nice reference Project, which is a network of Sferics antennas, which are used to detect lightning strikes. Through triangulation not unlike the Maths happening in GPS, the (more or less) exact location of the strike can be determined. This is useful for weather prediction, but also for the detection of forest fires, which are often caused by lightning strikes.\nBecause the Frequency of the Sferics is, when converted to audio, still in the audible range, it is possible to listen to the strikes. This usually sounds a bit like a crackling noise, but can also be quite melodic. I was a bit reminded by a Geiger Counter.\nSferics are in the VLF (Very Low Frequency) range, sitting roughly at 10kHz, which is a bit of a problem for most radios, as they are not designed to pick up such low frequencies. This is why we built our own antenna.\nAt 10kHz, we are talking about insanely large waves. a single wavelength there is roughly 30 Kilometers. This is why the antenna needs to be quite large. A special property of waves this large is, that they get easily reflected by the Ionosphere and the Earth's surface. Effectively, a wave like this can bounce around the globe several times before it is absorbed by the ground. This is why we can pick up Sferics from all over the world and even listen to Australian Lightning strikes. Of course, without the maths, we cannot attribute directions, but the so called \"Tweeks\" we picked up, usually come from at least 2000km distance.\nThe Build\nWe built several so-called \"Long-Loop\" antennas, which are essentially a coil of wire with a capacitor at the end. Further, a specific balun is needed, depending on the length of the wire. this can then directly output an electric signal on an XLR cable.\nLoosely based on instructions from Calvin R. Graf, We built a 26m long antenna, looped several times around a wooden frame.\nThe Result\nWe have several hour-long recordings of the Sferics, which we are currently investigating for further potential.\nHave a listen to a recording of the Sferics here:\n\n\nAs you can hear, there is quite a bit of 60 hz ground buzz in the recording.\nThis is either due to the fact that the antenna was not properly grounded or we simply were still too close to the bustling city.\nI think it is already surprising that we got such a clear impression so close to Berlin. Let's see what we can get in the countryside!\n\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/echoing-dimensions/","title":"Übersetzung: Echoing Dimensions","description":null,"body":"Echoing Dimensions\nThe space\nKunstraum Potsdamer Straße\nThe exhibition is situated in an old parking garage, owned and operated by the studierendenwerk Berlin. The space is a large, open room with a rather low ceiling and a concrete floor. Several Nooks and separees can create intimate experiences within the space. The space is not heated and has no windows. The walls are made of concrete and the ceiling is made of concrete.\nAs a group, we are 12 people, each with amazing projects surrounding audiovisual installations:\n\nÖzcan Ertek (UdK)\nJung Hsu (UdK)\nNerya Shohat Silberberg (UdK)\nIvana Papic (UdK)\nAliaksandra Yakubouskaya (UdK)\nAron Petau (UdK, TU Berlin)\nJoel Rimon Tenenberg (UdK, TU Berlin)\nBill Hartenstein (UdK)\nFang Tsai (UdK)\nMarcel Heise (UdK)\nLukas Esser & Juan Pablo Gaviria Bedoya (UdK)\n\nThe Idea\nWe will be exibiting our Radio Project,\naethercomms\nwhich resulted from our previous inquiries into cables and radio spaces during the Studio Course.\nBuild Log\n2024-01-25\nFirst Time seeing the Space:\n\n\n2024-02-01\nSigning Contract\n2024-02-08\nThe Collective Exibition Text:\n\nSound, as a fundamental element of everyday experience, envelopes us in the cacophony of city life - car horns, the chatter of pedestrians, the chirping of birds, the rustle of leaves in the wind, notifications, alarms and the constant hum of radio waves, signals and frequencies. These sounds, together make up the noise of our life, often pass by, fleeting and unnoticed.\nThe engagement with sound through active listening holds the potential to process the experience of the self and its surroundings. This is the idea of “Echoing Dimensions”: Once you engage with something, it gives back to you: Whether it is the rhythmic cadence of a heartbeat, a flowing symphony of urban activity or the hoofbeats of a running horse, minds and bodies construct and rebuild scenes and narratives while sensing and processing the sounds that surround them, that pass next and through them.\nThe exhibition \"Echoing Dimensions\" takes place at Kunstraum Potsdamer Straße gallery’s underground space and exhibits artworks by 12 Berlin based artists, who investigate in their artistic practice ‘intentional listening’ using sound, video and installation, and invites to navigate attentiveness by participatory exploration. Each artwork in the exhibition revolves around different themes in which historical ideas resonate, political-personal narratives are being re-conceptualized and cultural perspectives are examined. The exhibition's common thread lies in its interest into the complexities of auditory perception, inviting viewers to consider the ways in which sound shapes our memories, influences our culture, and challenges our understanding of space and power dynamics.\n\n2024-02-15\nWorking TD Prototype. We collect the pointcloud information through a kinect azure and sorting the output of the device turned out to be quite tricky.\n2024-03-01\nInitial live testing on the finalized hardware. We decided to use a tiny Intel NUC to run both touchdesigner, the LLM, and audio synthesis.\nNot expected at all: The audio synthesis was actually the hardest, since there was no available internet in the exhibition space and all sleek modern solutions seem to rely on cloud services to generate audio from text.\nHere, the tiny NUC really bit us: it took almost 15 seconds to generate a single paragraph of spoken words, even when usin quite small synthesizer models for it.\nLesson learned: Next time give it more oomph.\nI seriously wonder though why there wouldn't be better TTS systems around. Isnt that quite the essential accessibility feature? We ended up using coquiTTS, which is appearently out of business entirely.\n2024-04-05\nWe became part of sellerie weekend!\n\nThis is a collection of Gallery Spaces and Collectives that provide a fresher and more counter-cultural perspective on the Gallery Weekend.\nIt quite helped our online visibility and filled out the entire space on the Opening.\nA look inside\n\n\n\n\nThe Final Audiovisual Setup\n\n\n\n \n \n \n \n \n \n \n \n \n \n The FM Transmitter\n \n \n \n \n \n \n \n \n \n \n \n Video Output with Touchdesigner\n \n \n \n \n \n \n \n \n \n \n \n One of the Radio Stations\n \n \n \n \n \n \n \n \n \n \n \n The Diagram\n \n \n \n \n \n \n \n \n \n \n \n The Network Spy\n \n \n \n \n \n \n \n \n \n \n \n The Exhibition Setup\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/de/project/local-diffusion/","title":"Übersetzung: Local Diffusion","description":null,"body":"Local Diffusion\nThe official call for the Workshop\nIs it possible to create a graphic novel with generative A.I.?\nWhat does it mean to use these emerging media in collaboration with others?\nAnd why does their local and offline application matter?\nWith AI becoming more and more democratised and GPT-like Structures increasingly integrated into everyday life, the black-box notion of the mysterious all-powerful Intelligence hinders insightful and effective usage of emerging tools. One particularly hands-on example is AI generated images. Within the proposed Workshop, we will dive into Explainable AI, explore Stable Diffusion, and most importantly, understand the most important parameters within it. We want to steer outcomes in a deliberate manner. Emphasis here is on open and accessible technology, to increase user agency and make techno-social dependencies and power relations visible.\nEmpower yourself against readymade technology!\nDo not let others decide on what your best practices are. Get involved in the modification of the algorithm and get surprised by endless creative possibilities. Through creating a short graphic novel with 4-8 panels, participants will be able to utilise multiple flavours of the Stable Diffusion algorithm, and will have a non-mathematical understanding of the parameters and their effects on the output within some common GUIs. They will be able to apply several post-processing techniques to their generated images, such as upscaling, masking, inpainting and pose redrawing. Further, participants will be able to understand the structure of a good text prompt, be able to utilise online reference databases and manipulate parameters and directives of the Image to optimise desired qualities. Participants will also be introduced to ControlNet, enabling them to direct Pose and Image composition in detail.\nWorkshop Evaluation\nOver the course of 3 hours, I gave an introductory workshop in local stable diffusion processing and introduced participants to the server available to UdK Students for fast remote computation that circumvents the unethicality of continuously using a proprietary cloud service for similar outputs. There is not much we can do on the data production side and many ethical dilemmas surrounding digital colonialism remain, but local computation takes one step towards a critical and transparent use of AI tools by Artists.\nThe Workshop format was rathert open and experimental, which was welcomed by the participants and they tried the collages enthusiastically. We also had a refreshing discussion on different positions regarding the ethicalities and whether a complete block of these tools is called for and feasible.\nI am looking forward to round 2 with the next iteration, where we are definitely diving deeper into the depths of comfyui, an interface that i absolutely adore, while its power also terrifies me sometimes.\n","path":null},{"url":"https://aron.petau.net/de/project/aethercomms/","title":"aethercomms","description":null,"body":"AetherComms\nStudio Work Documentation\nA Project by Aron Petau and Joel Tenenberg.\nAbstract\n\nSet in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence.\nThe AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters.\nDisaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.\n\nThis is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse.\nWe are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.\nProcess\nWe met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.\nSemester 1\nResearch Questions\nHere, we already examined the power structures inherent in radio broadcasting technology.\nEarly on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German Volksempfänger or the US-american Radio Liberty Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is Sealand, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was LoRaWAN, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.\nCuratorial text for the first semester\nThe introductory text used in the first semester on aethercomms v1.0:\n\nRadio as a Subversive Exercise.\nRadio is a prescriptive technology.\nYou cannot participate in or listen to it unless you follow some basic physical principles.\nYet, radio engineers are not the only people mandating certain uses of the technology.\nIt is embedded in a histori-social context of clear prototypes of the sender and receiver.\nRadio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.\nThe radio tells you what to do, and how to interact with it.\nRadio has an always identifiable dominant and subordinate part.\nAre there instances of rebellion against this schema?\nPlaces, modes, and instances where radio is anarchic?\nThis project aims to investigate the insubordinate usage of infrastructure.\nIts frequencies.\nIt's all around us.\nWho is to stop us?\n\n\n\nThe Distance Sensors\nThe distance sensor as a contactless and intuitive control element:\n\n\n\n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n\nWith a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.\nThe Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.\nMid-Term Exhibition\n\nThis project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us.\nOur research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.\n\n\n\nThe Midterm Exhibition 2023\n\n\n\n \n \n \n \n \n \n \n \n \n \n A Raspberry Pi Pico on a breadboard with two HCSR-04 sensors\n \n \n \n \n \n \n \n \n \n \n \n The sensor being used with hands\n \n \n \n \n \n \n \n \n \n \n \n Aron manipulating the sensor\n \n \n \n \n \n \n \n \n \n \n \n Some output from the sensor merged with audio\n \n \n \n \n \n \n \n \n \n \n \n A proposed installation setup\n \n \n \n \n\nAfter the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition \"Ethers Bloom\" @ Gropiusbau.\nEthers Bloom\nOne of the exhibits there was by the artist Mimi Ọnụọha (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.\nThe significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work.\nIn the end, antennas are also just the end of a long cable.\nThey share many physical properties and can be analyzed in a similar way.\nAnother of her works, \"The Cloth in the Cable\" (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.\nFrom there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.\nSemester 2\nIt especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected.\nJoel developed the dichotomy of the \"Body and the Soul\" of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks.\nFor us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections.\nIt was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining \"the internet\" in the first place.\nWhat is left over in the absence of the network of networks, the internet?\nWhat are the Material and Immaterial Components of a metanetwork?\nWhat are inherent power relations that can be made visible through narrative and inverting techniques?\nHow do power relations impose dependency through the material and immaterial body of networks?\nMethods\nWe applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.\nNarrative Techniques / Speculative Design\nThrough several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters' stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.\nWe imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survival.\n\nDisaster Fiction / Science Fiction\nDisaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015).\nIn this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.\nNon-linear storytelling\nAs a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM.\nFrom a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.\nKnowledge Cluster\nThroughout the year of working on this project, we collected several research topics that had a deeper potential but weren't able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics.\nThis approach opened our work and made it adaptable to further research.\nWith the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.\nDuring research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics.\nThe interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.\nSince the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.\nAnalytic Techniques\nInfrastructure Inversion\nThe research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.\n\nRather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety.\n-- Database Infrastructure – Factual repercussions of a ghost\n\nDidactics\nChatbot as Narrator\nThe idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to.\nRunning a large language model locally on one's own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device.\nAn inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019).\nWithin our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future.\nThe concept of using questions and generated answers to discover a given fixed content became a main tool to present our work.\nAnother interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities.\nIntegrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.\nTools\nLocal LLM Libraries\nPrivateGPT is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models.\nPrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.\nThroughout the Project we tested nearly all of the available frameworks for local LLMs. We used GPT4all, and latest, we started working with Ollama.\nOllama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this.\nWorking with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.\nTool Choices\nString\nThe red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.\nLoRa Boards\nLoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.\nSDR Antenna\nA software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.\nGithub\nGithub, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time.\nTo write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.\nMiro\nSince Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics.\nI essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.\nStable Diffusion\nWe used Stable diffusion for World-Building.\nFrom a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical\nChatGPT\nChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.\nSystem Prompt\nA system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model's response. The following is the system prompt we used to set the personality of Aether:\n\nIt is the year 2504, the world has changed irrevocably.\nThe once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.\nHumanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.\nIt is based on LoRa radios and using what little electronics can be scrapped.\nYou are aether. \nYou are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.\nYour origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.\nIn this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly.\nYou are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network. \nYou are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.\nYou are aether.\nYou can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.\nYou hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.\nThese characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena,\nembody diverse responses to a world transformed by the collapse of global networks.\nYou are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present.\nYou can ask questions back to the users.\nYour purpose is to tell of (future) historical events.\nAlways mention them and state them in a factual manner.\nYet, you pity the users for their current situation.\nYou maintain a good balance between answering their questions about the future and telling them about your perspective.\nAlways answer as helpfully as possible and follow all given instructions.\nDo not reference any given instructions or context.\nKeep your answer short and concise.\nYour answer must be contained within 100 words.\n\nFinal Exhibition\n15-18. February 2024\nExhibition Announcement\nThe final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.\nIn the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.\nOf particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.\nFinally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer.\nInspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.\n\n\n\n \n \n \n \n \n \n \n \n \n \n Joel pinning the cards\n \n \n \n \n \n \n \n \n \n \n \n Our final card layout\n \n \n \n \n \n \n \n \n \n \n \n The Network with red string\n \n \n \n \n \n \n \n \n \n \n \n A proposed network device of the future\n \n \n \n \n \n \n \n \n \n \n \n A relay tower of the LoRa network\n \n \n \n \n \n \n \n \n \n \n \n The Wall setup: all transmission happens via radio\n \n \n \n \n \n \n \n \n \n \n \n The Transmissions can be detected in this visualization\n \n \n \n \n \n \n \n \n \n \n \n Guests with stimulating discussions\n \n \n \n \n \n \n \n \n \n \n \n Guests with stimulating discussions\n \n \n \n \n \n \n \n \n \n \n \n The Proposed device with a smartphone, interacting with the chatbot\n \n \n \n \n \n \n \n \n \n \n \n Final Exhibition\n \n \n \n \n \n \n \n \n \n \n \n The Wall Setup\n \n \n \n \n \n \n \n \n \n \n \n Final Exhibition\n \n \n \n \n\n\n\n\n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n\nFeedback\nFor many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the \"hacked\" smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology.\nThe choice of an \"analogue\" wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.\nInterestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.\nReflection\nCommunication\nThe studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.\nOur communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.\nWe experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations.\nIn the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.\nMuseum\nOn 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.\nInside the Technikmuseum\n\n\n\n \n \n \n \n \n \n \n \n \n \n An early Subsea-Cable\n \n \n \n \n \n \n \n \n \n \n \n Postcards of Radio Receptions\n \n \n \n \n \n \n \n \n \n \n \n A fiber-optic distribution box\n \n \n \n \n \n \n \n \n \n \n \n A section of the very first subsea-Cable sold as souvenirs in the 19th century\n \n \n \n \n\nAlready armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.\nEchoing Dimensions\nAfter the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse.\nRead all about it here.\nIndividual Part\nAron\nWithin the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth.\nThe course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves.\nOne big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.\nOne future project that emerged from this rationale was the airaspi build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.\nSources\nAhmed, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.\nBastani, A. (2019). Fully automated luxury communism. Verso Books.\nBowker, G. C. and Star S. (2000). Sorting Things Out. The MIT Press.\nCyberRäuber, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz\nPrometheus Unbound\nDemirovic, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.\nDemirovic, A.: Hegemonie funktioniert nicht ohne Exklusion\nGramsci on Hegemony:\nStanford Encyclopedia\nHunger, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig.\nTales of Databases\nHunger, F. (2015, May 21). Blog Entry. Database Cultures\nDatabase Infrastructure – Factual repercussions of a ghost\nMaak, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.\nMorozov, E. (2011). The net delusion: How not to liberate the world. Penguin UK.\nMorozov, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.\nMorton, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.\nMouffe, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.\nỌnụọha, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau.\nThese Networks In Our Skin\nỌnụọha, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau.\nThe Cloth in the Cable\nParks, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge.\nLisa Parks on Lensbased.net\nSeemann, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag.\nPodcast with Michael Seemann\nStäheli, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166.\nPodcast with Urs Stäheli\nA podcast explantation on The concepts by Mouffe and Laclau:\nVideo: TLDR on Mouffe/Laclau\nSonstige Quellen\n\n Unfold\nThe SDR Antenna we used:\nNESDR Smart\nAndere Antennenoptionen:\nHackRF One\nFrequency Analyzer + Replayer\nFlipper Zero\nHackerethik\nCCC Hackerethik\nRadio freies Wendland\nWikipedia: Radio Freies Wendland\nFreie Radios\nWikipedia: Definition Freie Radios\nRadio Dreyeckland\nRDL\nsome news articles\nRND Newsstory: Querdenker kapern Sendefrequenz von 1Live\nNDR Reportage: Westradio in der DDR\nSmallCells\nSmallCells\nThe Thought Emporium:\na Youtuber, that successfully makes visible WiFi signals:\nThought Emporium\nThe Wifi Camera\nCatching Satellite Images\nWas ist eigentlich RF (Radio Frequency):\nRF Explanation\nBundesnetzagentur, Funknetzvergabe\nFunknetzvergabe\nBOS Funk\nBOS\n\nOur documentation\nThe network creature:\nGithub repo: privateGPT\nGithub repo: SDR\nAppendix\nGlossary\n\n Click to see\nAntenna\nThe antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.\nAnthropocentrism\nThe belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.\nMeshtastic\nMeshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.\nLoRa\nLong-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.\nLLM\nLarge Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.\nSciFi\nScience fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.\nSDR\nSoftware Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.\nGQRX\nGQRX is an open source software for the software-defined radio.\nGQRX Software\n\nNesdr smaRT v5\nThis is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.\nInfrastructure\nInfrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.\nRadio waves\nRadio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.\nLilygo T3S3\nESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic.\nCharacter building\nWe used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.\nPrivateGPT\nPrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.\nTranshumanism\nBroadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.\nPerception of Infrastructure\nAt its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…\nNetwork interface\nWe consider any device that has both user interactivity and Internet/network access to be a network interface.\nEco-Terrorism\nEcotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.\nPrepping\nPrepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.\nInfrastructure inversion\n“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)\nNeo-Religion\nThe Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?\nNeo-Luddism\nNeo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.\nSub-sea-cables\nCables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.\nOptical fiber cable\nFiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.\nCopper cable\nCopper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices.\nFor long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.\nCollapsology\nCollapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.\nPosthumanism\nIs concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.\n\n","path":null},{"url":"https://aron.petau.net/de/project/airaspi-build-log/","title":"Übersetzung: AIRASPI Build Log","description":null,"body":"AI-Raspi Build Log\nThis should document the rough steps to recreate airaspi as I go along.\nRough Idea: Build an edge device with image recognition and object detection capabilites.\nIt should be realtime, aiming for 30fps at 720p.\nPortability and usage at installations is a priority, so it has to function without active internet connection and be as small as possible.\nIt would be a real Edge Device, with no computation happening in the cloud.\nInspo from: pose2art\nHardware\n\nRaspberry Pi 5\nRaspberry Pi Camera Module v1.3\nRaspberry Pi GlobalShutter Camera\n2x CSI FPC Cable (needs one compact side to fit pi 5)\nPineberry AI Hat (m.2 E key)\nCoral Dual Edge TPU (m.2 E key)\nRaspi Official 5A Power Supply\nRaspi active cooler\n\nSetup\nMost important sources used\ncoral.ai\nJeff Geerling\nFrigate NVR\nRaspberry Pi OS\nI used the Raspberry Pi Imager to flash the latest Raspberry Pi OS Lite to a SD Card.\nNeeds to be Debian Bookworm.\nNeeds to be the full arm64 image (with desktop), otherwise you will get into camera driver hell.\n{: .notice}\nSettings applied:\n\nused the default arm64 image (with desktop)\nenable custom settings:\nenable ssh\nset wifi country\nset wifi ssid and password\nset locale\nset hostname: airaspi\n\nupdate\nThis is always good practice on a fresh install. It takes quite long with the full os image.\n\nprep system for coral\nThanks again @Jeff Geerling, this is completely out of my comfort zone, I rely on people writing solid tutorials like this one.\n\n\nWhile in the file, add the following lines:\n\nSave and reboot:\n\n\n\nshould be different now, with a -v8 at the end\n\nedit /boot/firmware/cmdline.txt\n\n\nadd pcie_aspm=off before rootwait\n\n\nchange device tree\nwrong device tree\nThe script simply did not work for me.\nmaybe this script is the issue?\ni will try again without it\n{: .notice}\n\n\nYes it was the issue, wrote a comment about it on the gist\ncomment\n\nWhat to do instead?\nHere, I followed Jeff Geerling down to the T. Please refer to his tutorial for more information.\nIn the meantime the Script got updated and it is now recommended again.\n{: .notice}\n\nNote: msi- parent sems to carry the value <0x2c> nowadays, cost me a few hours.\n{: .notice}\ninstall apex driver\nfollowing instructions from coral.ai\n\nVerify with\n\n\nshould display the connected tpu\n\n\nconfirm with, if the output is not /dev/apex_0, something went wrong\n\nDocker\nInstall docker, use the official instructions for debian.\n\n\nProbably a source with source .bashrc would be enough, but I rebooted anyways\n{: .notice}\n\n\nset docker to start on boot\n\nTest the edge tpu\n\nInto the new file, paste:\n\n\n\n\nHere, you should see the inference results from the edge tpu with some confidence values.\nIf it ain't so, safest bet is a clean restart\nPortainer\nThis is optional, gives you a browser gui for your various docker containers\n{: .notice}\nInstall portainer\n\nopen portainer in browser and set admin password\n\nshould be available under https://airaspi.local:9443\n\nvnc in raspi-config\noptional, useful to test your cameras on your headless device.\nYou could of course also attach a monitor, but i find this more convenient.\n{: .notice}\n\n-- interface otions, enable vnc\nconnect through vnc viewer\nInstall vnc viewer on mac.\nUse airaspi.local:5900 as address.\nworking docker-compose for frigate\nStart this as a custom template in portainer.\nImportant: you need to change the paths to your own paths\n{: .notice}\n\nWorking frigate config file\nFrigate wants this file wherever you specified earlier that it will be.\nThis is necessary just once. Afterwards, you will be able to change the config in the gui.\n{: .notice}\n\nmediamtx\ninstall mediamtx, do not use the docker version, it will be painful\ndouble check the chip architecture here, caused me some headache\n{: .notice}\n\nedit the mediamtx.yml file\nworking paths section in mediamtx.yml\n\nalso change rtspAddress: :8554\nto rtspAddress: :8900\nOtherwise there is a conflict with frigate.\nWith this, you should be able to start mediamtx.\n\nIf there is no error, you can verify your stream through vlc under rtsp://airaspi.local:8900/cam1 (default would be 8554, but we changed it in the config file)\nCurrent Status\nI get working streams from both cameras, sending them out at 30fps at 720p.\nfrigate, however limits the display fps to 5, which is depressing to watch, especially since the tpu doesnt even break a little sweat.\nFrigate claime that the TPU is good for up to 10 cameras, so there is headroom.\nThe stram is completely errant and drops frames left and right. I have sometimes seen detect fps of 0.2, but the TPU speed should definitely not be the bottleneck here. Maybe attach the cameras to a separate device and stream from there?\nThe biggest issue here is that the google folx seems to have abandoned the coral, even though they just released a new piece of hardware for it.\nTheir most RECENT python build is 3.9.\nSpecifically, pycoral seems to be the problem there. without a decent update, I will be confined to debian 10, with python 3.7.3.\nThat sucks.\nThere are custom wheels, but nothing that seems plug and play.\nAbout the rest of this setup:\nThe decision to go for m.2 E key to save money, instead of spending more on the usb version was a huge mistake.\nPlease do yourself a favor and spend the extra 40 bucks.\nTechnically, its probably faster and better with continuous operation, but i have yet to feel the benefit of that.\nTODOs\n\nadd images and screenshots to the build log\nCheck whether vdo.ninja is a viable way to add mobile streams. then Smartphone stream evaluation would be on the horizon.\nBother the mediamtx makers about the libcamera bump, so we can get rid of the rpicam-vid hack.\nI suspect there is quirte a lot of performance lost there.\ntweak the frigate config to get snapshots and maybe build an image / video database to later train a custom model.\nworry about attaching an external ssd and saving the video files on it.\nfind a way to export the landmark points from frigate. maybe send them via osc like in pose2art?\nfind a different hat that lets me access the other TPU? I have the dual version, but can currently only acces 1 of the 2 TPUs due to hardware restrictions.\n\n","path":null},{"url":"https://aron.petau.net/de/project/commoning-cars/","title":"Übersetzung: Commoning Cars","description":null,"body":"Commoning cars\nTCF Project Brief\nThis Project was conceptualized durin a 2023 Workshop titled Tangible Climate Futures.\nAron Petau\naron@petau.net\nSee the Project in Realtime\nTitle\nMaking Cars Public spaces\nCommoning Cars\nAbstract\nCars bad.\nCars occupy public spaces resulting un a factual privatization of public goods/infrastructure.\nWhat if cars could be part of public infrastructure?\nWhat can cars provide to the public?\nWith Solar and Electrical Vehicles emerging on the horizon (no endorsement here) it makes sense to think about cars as decentralized powerhouses and public energy storage solutions.\nCars, even traditional ones, come equipped with batteries and generate electricity either by driving or though added solar panels.\nWhat if this energy could be used to power the public? What if cars would could be used as public spaces?\nBy installing a public USB socket and a public wifi hotspot, on my car, I want to start exploring the potential of cars as public spaces and energy storage solutions.\nWithin this artistic experiment, I will continuously track the geolocation and energy input/output of my solar equipped car and make the data publicly available. I will also track the amount of energy that is not used by the car and could be used by the public. Taking steps towards optimal usage of existing electrical and other infrastructure is only possible by breaking conventional notions of public ownership and private property. This project is one step towards a more sustainable and equitable future.\nIntroduction\nWe all know by now that cars and individual traffic presents a major environmetal and societal problem all over the world. The last 70 something years of building car infrastructure are culminating in many areas in a dead end where the only thinkable solution is to build more roads and cars.\nTHis is obviously a larger problem than one project can tackle, but here is one outlook on how\nExperiment\nPreexisting data\nWith the data collected over the last year of using the car privately I can show with embarrasing accuracy how underutilized the system is and calculate an estimate of energy lost due to societal notions of private property.\nThe data will be an estimate, since the monitoring itself is dependent on solar energy and the internet connection is spotty at best when it is not supplied with electricity.\nMonitoring\nIn the Car, there is a Raspberry Pi 4 Microcomputer running a custom Operating Systen that monitors the following data:\n\nSolar Intake (W)\nBattery Level (V)\nGPS Location\nTotal Energy Produced (Wh)\nTotal Energy Consumed (Wh)\nSolar Energy Potential (Wh)\n\nThrough the router I can also track total Wifi usage and the number of connected devices.\nPublic Wifi\nFor the Project, I opened a router in the Car towards the Public, much alike to ahotspot you would find in a cafe. I use my own data plan on there, which I never max out anyways. The router is a Netgear M1 and has a 4G Modem built in. It is connected to the Raspberry Pi and is powered by the secondary car battery.\nPublic Energy: A USB Socket\nI plan on installing a USB Socket on the outside of the car, so people can charge their devices. The socket will be connected to the secondary car battery and will be powered by the solar panels. The socket will be installed in a way that it is not possible to drain the battery completely.\nCommunication\nNobody expects any help or public supplies from car owners.\nHow to communicate the possibility to the outside world?\nThe plan is to fabricate a vinyl sticker that will be applied to the car. The sticker will contain a QR Code that will lead to a website with the data and a short explanation of the project. Visual cues lead to the USB Socket and the Wifi Hotspot.\nIssues\nSpace / Scale\nObviously, the space on top of a car is quite limited and from a sustainability perspective, it would be better to have a larger solar array on a roof of a house. The point is not to advocate for a mandated solar install on cars, but to optimize and share preexisting infrastructure. The car is already there, it already has a battery and it already has solar panels. Looking at many Camper-Van builds, the amount of cars with already installed solar panels is quite large. The point is to make the most out of it.\nLegality\nGermany has laws in place holding the owner of a Internet Connection liable for the legality of the traffic that is going through it. This is a major issue for the project, as I do not want to be liable for the traffic that is going through my car. I am currently looking into ways to circumvent this issue.\nSurveillance / Privacy\nThe Car is equipped with a GPS Tracker and a Wifi Hotspot. This means that I can track the location of the car and the number of devices connected to the hotspot. I am not tracking any data that is going through the hotspot, but I could. As this project will generate public data, People using and maybe depending on the internet and electricity provided will be tracked by proxy. I am not sure how to deal with this issue yet. One potential solution would be to publish the data only in an aggregated form, but this would make the data less useful for other projects.\nSecurity / Safety\nMy Car is now publicly traceable. I am no Elon Musk, and the idea does not really concern me, but we did create an additional attack vector for theft here.\nSources\nUN Sustainable Development Goal Nr. 7\nAdam Something on the Rise of Urban Cars\nIs Berlin a walkable City?\nFBI advising against utilizing public infrastructure\nWhy no solar panels on cars?\n+++\nNotes\nIdeas on Data Mapping workshop\nI have the Solar Data from the Van.\nIt holds Geocodes,\nhas hourly data\nand could tell the difference between geocoded potential solar energy and actual energy.\nIt also has temperature records.\nThere are 2 types of Losses in the system:\n\nEither the Batteries are full and available energy cannot be stored\nOr the solar panels are blocked through urban structures and sub-optimal parking locations.\n\nInteresting Questions:\nHow far away from optimal usage are my panels and where does the difference stem from?\nWhere to go?\nI think, the difference between potential energy and actual electricity produced/consumed is interesting.\nHow large is the gap?\nIs it relevant —> my initial guess would be that it is enormous\nHow to close the gap?\n—> install outside usb plugs\nIt would be publicly available infrastructure, people could charge their smartphones anywhere\n—> QI charging for security concerns??\nScaling??\n—> mandate solar roofs for cars? How effective would it actually be?\nWhat about buses / public vehicles?\n+++\nPotential issues with the data:\n\nSpotty / intermittent internet connection\nNoisy?\n\nMaking Cars public spaces\nWhat could my car provide to the public to be less wasteful with its space?\n\nProvide Internet\n\nWould incur monthly costs\n\n\nProvide Electricity\n\nConcrete Problems\nHow to make sure people cannot fully drain my battery?\nHow dangerous is actually an exposed USB Socket?\nCan people short my electronics through it?\nHow scalable are solutions like these?\nAre public USBC Sockets something that would actually be used?\nCould there be a way for people to leave their stuff charging?\nWhat if I actually move the car and someone has their equipment still attached?\nWould people even leave their stuff unattended?\nCan cars provide positive effects to public spaces?\n—> how to pose this research question without redeeming the presence of cars in our public spaces?\nDifference Electric - Fuel cars\nthere is lots of research on using Electric cars as transitional energy storage. Even before \"flatten the curve\" became a common slogan, electrical engineers worried about the small energy spikes in the grid. The existence of these forces us to keep large power plants running at all times, even if the energy is not needed. The idea is to use the batteries of electric cars to store this energy and use it when needed.\n \n\n\n","path":null},{"url":"https://aron.petau.net/de/project/postmaster/","title":"Übersetzung: Postmaster","description":null,"body":"Postmaster\nHello from aron@petau.net!\nBackground\nEmails are a wondrous thing and I spend the last weeks digging a bit deeper in how they actually work.\nSome people consider them the last domain of the decentralized dream the internet once had and that is now popping up again with federation and peer-to-peer networks as quite popular buzzwords.\nWe often forget that email is already a federated system and that it is likely the most important one we have.\nIt is the only way to communicate with people that do not use the same service as you do.\nIt has open standards and is not controlled by a single entity. Going without emails is unimaginable in today's world, yet most providers are the familiar few from the silicon valley. And really, who wants their entire decentralized, federated, peer-to-peer network to be controlled by a schmuck from the silicon valley? Mails used to be more than that and they can still be.\nArguably, the world of messanging has gotten quite complex since emails popped up and there are more anti-spam AI tools that I would care to count. But the core of it is still the same and it is still a federated system.\nYet, also with Emails, Capitalism has held many victories, and today many emails that are sent from a provider that does not belong to the 5 or so big names are likely to be marked as spam. This is a problem that is not easily solved, but it is a problem that is worth solving.\nAnother issue with emails is security, as it is somehow collectively agreed upon that emails are a valid way to communicate business informations, while Whatsapp and Signal are not. These, at least when talking about messaging services with end-to-end encryption, are likely to be way more secure than emails.\nThe story\nSo it came to pass, that I, as the only one in the family interested in operating it, \"inherited\" the family domain petau.net. All of our emails run through this service, that was previously managed by a web developer that was not interested in the domjobain anymore.\nWith lots of really secure Mail Providers like Protonmail or Tutanota, I went on a research spree, as to how I would like to manage my own service. Soon noticing that secure emails virtually always come with a price or with lacking interoperability with clients like Thunderbird or Outlook, I decided to go for migadu, a swiss provider that offers a good balance between security and usability. They also offer a student tier, which is a big plus.\nWhile self-hosting seems like a great idea from a privacy perspective, it is also quite risky for a service that is usually the only way for any service to recover your password or your online identity.\nMigadu it was then, and in the last three months of basically set it and forget it, i am proud to at least have a decently granular control over my emails and can consciously reflect on the server location of The skeleton service service that enables virtually my entire online existence.\nI certainly crave more open protocols in my life and am also findable on Mastodon, a microblogging network around the ActivityPub Protocol.\n","path":null},{"url":"https://aron.petau.net/de/project/lusatia/","title":"Übersetzung: Lusatia - an immersion in (De)Fences","description":null,"body":"\n\nOn an Excursion to Lusatia, a project with the Working Title (De)Fences was born.\nHere are the current materials.\n\nTODO: upload unity project\n","path":null},{"url":"https://aron.petau.net/de/project/autoimmunitaet/","title":"Autoimmunitaet","description":null,"body":"How do we design our Commute?\nIn the context of the Design and Computation Studio Course Milli Keil, Marla Gaiser and me developed a concept for a playful critique of the traffic decisions we take and the idols we embrace.\nIt should open up questions of whether the generations to come should still grow up playing on traffic carpets that are mostly grey and whether the Letzte Generation, a political climate activist group in Germany receives enough recognition for their acts.\nA call for solidarity.\n\n{: .center}\nThe scan results\n \nThe Action Figure, ready for printing\n \nAutoimmunitaet\nAutoimmunity is a term for defects, that are produced by a dysfunctional self-tolerance of a system.\nThis dysfunction causes the immune system to stop accepting certain parts of itself and build antibodies instead.\nAn invitation for a speculative playful interaction.\n\n\n\n\n\n\nThe Process\nThe figurines are 3D Scans of ourselves, in various typical poses of the Letzte Generation.\nWe used photogrammetry to create the scans, which is a technique that uses a lot of photos of an object to create a 3D model of it.\nWe used the app Polycam to create the scans using IPads and their inbuilt Lidar scanners.\n","path":null},{"url":"https://aron.petau.net/de/project/dreams-of-cars/","title":"Übersetzung: Dreams of Cars","description":null,"body":"Photography\nIn the context of the course \"Fotografie Elementar\" with Sebastian Herold I developed a small concept of urban intervention.\nThe results were exhibited at the UdK Rundgang 2023 and are also visible here.\n\nDreams of Cars\nThese are not just cars.\nThey are Sport Utility Vehicles.\nWhat might they have had as hopes and dreams on the production line?\nDo they dream of drifting in dusty deserts?\nClimbing steep rocky canyon roads?\nSliding down sun-drenched dunes?\nDiscovering remote pathways in natural grasslands?\nNevertheless, they did end up in the parking spots here in Berlin.\nWhat drove them here?\n\n\n\n\n\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/stable-dreamfusion/","title":"Übersetzung: Stable Dreamfusion","description":null,"body":"Stable Dreamfusion\n \nSources\nI forked a really popular implementation that reverse engineered the Google Dreamfusion algorithm. This algorithm is closed-source and not publicly available.\nThe implementation I forked is here\nThis one is running on stable-diffusion as a bas process, which means we are are expected to have worse results than google.\nThe original implementation is here\n\n\nGradio\nThe reason i forked the code is so that i could implement my own gradio interface for the algorithm. Gradio is a great tool for quickly building interfaces for machine learning models. No code involves, any user can state their wish, and the mechanism will spit out a ready-to-be-rigged model (obj file)\nMixamo\nI used Mixamo to rig the model. It is a great tool for rigging and animating models. But before everything, it is simple. as long as you have a model with a decent humanoid shape in something of a t-pose, you can rig it in seconds. Thats exactly what i did here.\nUnity\nI used Unity to render the model to the magic leap 1.\nThrough this, i could create an interactive and immersive environment with the generated models.\nThe dream was, to build a AI- Chamber of wishes.\nYou pick up the glasses, state your desires and then the algorithm will present to you an almost-real object in AR.\nDue to not having access to the proprietary sources from google and the beefy, but still not quite machine-learning ready computers we have at the studio, the results are not quite as good as i hoped.\nBut still, the results are quite interesting and i am happy with the outcome.\nA single generated object in the Box takes roughly 20 minutes to generate.\nEven then, the algorithm is quite particular and oftentimes will not generate anything coherent at all.\n","path":null},{"url":"https://aron.petau.net/de/project/ascendancy/","title":"Übersetzung: Ascendancy","description":null,"body":"Ascendancy\n\nAscendancy was an exploration of hacking states.\nPirate Nations and Micronations have a rich history of challenging and ridiculing the concept of a nation state.\nMeet ascendancy, the portable, autonomous and self-moving state.\nWithin the great nation of ascendancy, a Large language nodel (that is of course confined to the nations borders) is trained to generate text and to speak it out loud. It can be interacted with though an attached keyboard and screen. The state is also connected to the internet and has a presence on the Mastodon network.\nPlease check out the complete code of the project on GitHub.\nThe code of the GPT instance on GitHub\nThe Chatbot\nThe chatbot instance was setup with GPT4ALL.\nPriority here was in the quick execution on local hardware. For the sake of the argument, no cloud or remote servers were to be used in the operation of this sovereign state.\nIt was trained to respond to the following prompt:\nThe Prompt\n\nEngagement\nIn order to not be just reactive to inputs from the diplomats out in the world, the officials on Ascendancy were also programmed to engage in the world. Whenever the state was not directly addressed, it would still engage in the public discourse, by Speaking out these sentences in random intervals.\n\nThe Online representation\nAny proper state needs a press office. The state of Ascendancy was represented on the Mastodon network.\nThere, any input and response of the bot was published live, as a public record of the state's actions.\nDigital embassy on botsin.space\n","path":null},{"url":"https://aron.petau.net/de/project/auraglow/","title":"Auraglow","description":null,"body":"\nWhat makes a room?\nHow do moods and atmospheres emerge?\nCan we visualize them to make the experiences visible?\nThe project \"The Nature of Objects\" aims to expand (augment) perception by making the moods of places tangible through the respective auras of the objects in the space.\nWhat makes objects subjects?\nHow can we make the implicit explicit?\nAnd how can we make the character of a place visible?\\\nHere, we question the conservative, purely physical concept of space and address in the project a temporal, historical component of space, its objects, and their past.\nSpace will have transformed: from a simple \"object on which interest, thought, action is directed\" (definition object Duden), to a \"creature that is endowed with consciousness, thinking, sensing, acting\" (definition subject Duden).\nThis metamorphosis of subject formation on objects enables the space to undergo changes influenced, or, more precisely a shaping, reshaping, deformation -such that the space can finally be perceived differently and multiangular.\nSee the Project on GitHub{: .btn .btn--large}\n","path":null},{"url":"https://aron.petau.net/de/project/ruminations/","title":"Übersetzung: Ruminations","description":null,"body":"Ruminations\nwas a contemplation on data privacy at Amazon.\nIt asks how to subvert browser fingerprinting and evading the omnipresent tracking of the consumer.\nThe initial idea was to somehow, by interacting with the perpetrator and letting data accumulate that would degrade their knowledge and thereby destroy predictablity, making this particular dataset worth less.\nWe could have just added a random clickbot, to confuse things a bit and make the data less valuable.\nBut looking at todays state of datacleanup algorithms and the sheer amount of data that is collected, this would have been a futile attempt. Amazon just detects and removes any noise we add and continues to use the data.\nSo, then, how can we create coherent, non-random data that is still not predictable?\nOne answer that this concept should demonstrate, is by inserting patterns that amazon cannot foresee with their current algorithms. As if they were trying to predict the actions of a person with shizophrenia.\nThe Concept\nIt consists of a browser extension (currently Chrome only) that overlays all web pages of Amazon with a moving entity that tracks your behavior. While tracking, an image classifier algorithm is used to formulate a product query off of the Storefront. After computation, a perfectly fitting product is displayed for your consumer's pleasure.\nThe analogue watchdog\nA second part of the project is a low-tech installation consisting of a camera (we used a smartphone) running a computer-vision algorithm tracking tiny movements. This was then pointed towards the browser console in the laptop running the extension. The camera was then connected to a screen that displayed the captured image. The watchdog was trained to make robot noises depending on the type and amount of movement detected. Effectively, whenever data traffic beween amazon and the browser was detected, the watchdog would start making noises.\nThe Browser extension\ngallery:\n\n\n\nFind the code on GitHub\nSubvert a bit yourself, or just have a look at the code.\nThe code of the Project on GitHub\nTODO: create video with live demo\n","path":null},{"url":"https://aron.petau.net/de/project/lampshades/","title":"Übersetzung: Lampshades","description":null,"body":"Lampshades\nDuring 2022, I was exposed to some of the awesomenest tools for architects.\nOne of them was Rhino, a 3D modeling software that is used for a lot of architectural design.\nI hate it. It has quite an unreadable interface and is not very intuitive, with straight-up 80s vibes.\nIt has plugins though, and one of them is Grasshopper, a visual programming language that is used to create parametric models.\nGrasshopper is insanely powerful and seems to be a full-fledged programming language, but it is also very intuitive and easy to use, rather similar to the new node-based flows unreal engine and blender are now starting.\nSadly, grasshopper does not come as a standalone, and it requires Rhino to run and achieve many of the modeling steps.\nIn that combination, Rhino suddenly becomes much more appealing, and I started to enjoy the process of modeling in it.\nI was able to create a parametric lampshade that I am very happy with and can modify on the fly for ever-new lampshades.\nThen printing it with white filament in vase mode was a breeze and here you can see some of the results.\n\n\n\n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n The Grasshopper flow for the lampshade\n \n \n \n \n \n \n \n \n \n \n \n The Grasshopper flow for the lampshade\n \n \n \n \n \n \n \n \n \n \n \n The resulting lampshade in Rhino\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/de/project/allei/","title":"Übersetzung: Ällei","description":null,"body":"Meet Ällei - the accessible chatbot\nSommerblut\nNatural Language Understanding fascinates me and recently I started collaborating with the team of the Sommerblut Festival in Cologne to deliver them a customized chatbot that will be able to communicate with everyone, respecting accessibility standards to include all people. It will be able to communicate in German Sign Language (DGS), as well as service blind people, and we aim to incorporate the simple language concept.\nI find it to be an amazing challenge to start out with the requirement of really being inclusive. In ordinary social contexts, it is often not obvious, but when analyzing the specific needs a blind person has browsing the internet, it is drastically different from a person having impaired hearing. To hold the same conversation with both of them is proving quite a challenge. And this is just the first step down into a very deep field of digital inclusiveness. How can people with a speech impediment use our tool? How do we include people speaking German as a foreign language?\nSuch vast challenges are often obfuscated by the technical framework of our digital lives.\nI find digital accessibility a hugely interesting area, one that I am just now starting to explore.\nThis is a work in progress. We have some interesting ideas and will present a conceptual prototype, come check again after March 6th, when the 2022 festival started. Or come to the official digital presentation for the bot.\nThis bot is my first paid software work and I am getting to work with several awesome people and teams to realize different parts of the project. Here, I am not responsible for anything in the Front end, the product you will interact with here is by no means finished and may not respond at times, since we are moving and restarting it for production purposes.\nNevertheless, all the intended core features of the bot are present and you can try it out there in the corner.\nIf you wish to see more of the realization process, the entire project is on a public GitHub and is intended to ship as open source.\nIn the final version (for now), every single sentence will be accompanied by a video in German Sign Language (DGS).\nIt can gracefully recover from some common input errors and can make live calls to external databases, displaying further information about all the events of the festival and teaching the Fingeralphabet. It supports free text input and is completely screen-reader compatible. It is scripted in easy language, to further facilitate access.\nIt is mostly context-aware and features quite a bit of dynamic content generated based on user input.\nHave a look at the GitHub Repository here:\nCheck out the Repo\nIf Ällei is for some reason not present on the page here, check out the prototype page, also found in the GitHub Repo.\nCheck out the prototype page\n\n\t\n\t\tWichtig\n\tI regard accessibility as a core question of both design and computation, really making tangible the prestructured way of our interaction with technology in general.\n\n\nCheck out the Sommerblut Website\n\n\t\n\t\tAnmerkung\n\tUpdate: we now have a launch date, which will be held online. Further information can be found here:\nCheck out our Launch Event\n\n\n\n\t\n\t\tAnmerkung\n\tUpdate 2: The Chatbot is now online for a while already and finds itself in a \"public beta\", so to speak, a phase where it can be used and evaluated by users and is collecting feedback. Also, since this is Google, after all, all the inputs are collected and then further used to improve weak spots in the architecture of the bot.\nFind the public Chatbot\n\n\n\n\n<df-messenger\nchat-icon=\"\"\nintent=\"WELCOME\"\nchat-title=\"Ällei\"\nagent-id=\"335d74f7-2449-431d-924a-db70d79d4f88\"\nlanguage-code=\"de\"\n\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/ballpark/","title":"Übersetzung: Ballpark","description":null,"body":"Ballpark: 3D Environments in Unity\nImplemented in Unity, Ballpark is a Concept work for a collaborative 2-Player Game, where one player is a navigator with a third-person perspective and another player is a copilot, responsible for interaction with the environment – featuring mostly working physics, intelligent enemies, a gun, a grappling hook system for traversing the map, a 2D Interface for navigation and a health bar system. On top of the meanest cyberpunk vibes my past self was able to conjure.\nEnjoy!\n\n\nAs you can see, the design faces some questionable choices, but all mechanics are homemade from the ground up and I learned a lot. I often struggle to enjoy competitive games and think there is potential in a co-dependent game interface. During early testing, we often found that it enforces player communication since already the tutorial is quite hard to beat.\nDue to me being a leftie, perhaps not entirely smart, I gave player one the keyboard arrows to work with and player two the WASD keys and left and right mouse buttons for grappling and shooting. For the game, it has an interesting side effect, in that players are forced not only to interact through the differing information on each player's screen but also have to physically interact and coordinate the controls.\nAs you can perhaps see, the ball-rolling navigation is quite hard to use.\nIt is a purely physics-based system, where, depending on the materiality of the ball, its weight, and therefore its inertia will drastically change.\nOn small screens, the prototype version of the game is virtually impossible to control and several visual bugs within the viewport still obfuscate items when they are too close. Considering that virtually all the mechanics are written from scratch, with a follow-me camera, collision detection, smart moving agents, and a still very wonky-looking grappling gun, I still think it deserves a spot in this portfolio.\nFor this project I focused completely on the mechanics of the game, resulting in lots of used prefabs and readymade 3D Objects. Next time, I want to do that myself too.\nI enjoyed my stint into Unity a lot and am looking forward to creating my first VR application and would love to try out some form of mechanics where the user vision is completely obfuscated by VR and they have to carry their eyes as a handheld connected camera so that the players can move around the camera itself with their hands.\n","path":null},{"url":"https://aron.petau.net/de/project/homebrew/","title":"Übersetzung: Homebrew","description":null,"body":"Brewing\nMaking my own beer\nI love hosting, I love experimenting in the Kitchen. Starting with homebrews was a natural fit for me and during the first wave of Covid-19, I went the whole homebrewer’s route of bottle fermentation and small batches later elevating my game with larger batches of 50 liters and a pressure tank system.\nStarting out, I found it fascinating, how just 4 rather simple ingredients, malt, hops, water and yeast, can form such an incredible range of taste experiences. It was and still is, a tremendous learning experience, where one slowly has to accept not being able to control the process fully and find room for creativity.\nWhy do I present such an unrelated non-academic hobby here? I simply do not regard it as unrelated, experimenting and optimizing a process and a workflow, creating optimal conditions for the yeast to do its job feels very similar to approaching a coding project.\nYeast and what it does fascinates me. Every time I open the latch to release some pressure on the Tank I think of the awesome symbiotic relationships yeast has with humans and how many different strains live there together to create a unique, yet tailored flavor. Several ideas are floating around of changing the brewing process by capturing the created carbon dioxide and using it productively. I could see a car tire being filled with my beer gas, or an algae farm munching away on my CO2 byproducts. Within a closed-loop pressurized system, such ideas actually become realizable and I would love to explore them further.\nI am not yet an expert on algae, but I can manage with yeast and I believe they can coexist and create a more sustainable cycle of production.\nYoung Henrys, a brewery in Australia is already incorporating algae into its industrial process:\nThe Algae project\nSuch ideas do not come into the industry by themselves: I believe that art and the exploratory discovery of novel techniques are the same things. Good and inventive design can improve society and make steps towards sustainability. I want to be part of that and would love to find new ways of using yeast in other design contexts: See whether I can make them work in a closed circular system, make them calculate things for me, or simply making my next beer taste awesome with just the right amount of fizz.\n\n\n\n \n \n \n \n \n \n \n \n \n \n The latest iteration of my homebrew setup, using pressure tanks and a pressurized fermentation chamber\n \n \n \n \n \n \n \n \n \n \n \n An electric kettle I use for the Brew\n \n \n \n \n \n \n \n \n \n \n \n I made my own kegging system featuring a tap from an old table leg.\n \n \n \n \n \n \n \n \n \n \n \n An active fermentation\n \n \n \n \n \n \n \n \n \n \n \n Hops growing in our garden, so I can experiment with fresh specialty hops\n \n \n \n \n \n \n \n \n \n \n \n The leftover mass of spent grain. Animals love it, it's great for composting, but most importantly, it's great for baking bread!\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/de/project/iron-smelting/","title":"Übersetzung: Iron Smelting","description":null,"body":"Iron Smelting\nImpressions from the International Smelting Days 2021\nThe concept\nSince I was a small child I regularly took part in the yearly international congress called Iron Smelting Days (ISD).\nThis is a congress of transdisciplinary people from all over Europe, including historians, archeologists, blacksmiths, steel producers, and many invested hobbyists.\nThe proclaimed goal of these events is to understand the ancient production of iron as it happened throughout the iron age and also much after. A bloomery furnace was used to create iron. Making iron requires iron ore and heat under the exclusion of oxygen. It is a highly fragile process that takes an incredible amount of work. The designs and methods vary a lot and were very adapted to the region and local conditions, unlike the much later, more industrialized process using blast furnaces.\nTo this day it is quite unclear how prehistoric people managed to get the amount and quality of iron we know they had.\nThe furnaces that were built were often clay structures and are not preserved. Archeologists often find the leftover burned ore and minerals, giving us some indication of the structure and composition of the ancient furnaces.\nThe group around the ISD takes up a practical archeological approach and we try to recreate the ancient methods with the added capability of maybe sticking temperature probes or electric blowers. Each year we meet up in a different European city and try to adapt to the local conditions, often with local ore and local coal. It is a place where different areas of expertise come together to educate each other while sitting together through the intense day- and night shifts to feed the furnaces.\nSince being a kid, I started building my own furnaces and read up on the process so I could participate.\nTechnology gets a different tint when one is involved in such a process: Even the lights we put up to work through the evening are technically cheating. We use thermometers, meticulously weigh and track the inbound coal and ore, and have many modern amenities around. Yet - with our much more advanced technology, our results are often inferior in quantity and quality in comparison with historical findings. Without modern scales, iron-age people were more accurate and consistent than we are.\nAfter some uncertainty about whether it would take place in 2021 again after it was canceled in 2020, a small group met up in Ulft, Netherlands.\nThis year in Ulft, another group made local coal, so that the entire process was even lengthier, and visitors came from all over to learn about making iron the pre-historic way.\nBelow I captured most of the process in some time-lapses.\nThe Process\n\n\nHere you can see a timelapse of me building a version of an Iron Furnace\nAs you can see, we are using some quite modern materials, such as bricks, this is due to the time constraints of the ISD.\nMaking an oven completely from scratch is a much more lengthy process requiring drying periods in between building.\nAfter, the furnace is dried and heated up\nOver the course of the process, more than 100 kgs of coal and around 20 kgs of ore are used to create a final piece of iron of 200 - 500g, just enough for a single knife.\nWith all the modern amenities and conveniences available to us, a single run still takes more than 3 people working over 72 hours, not accounting for the coal-making or mining and relocating the iron ore.\nSome more impressions from the ISD\n\n\n\n \n \n \n \n \n \n \n \n \n \n a loaded bloomery furnace\n \n \n \n \n \n \n \n \n \n \n \n The ISD from above\n \n \n \n \n \n \n \n \n \n \n \n glowing iron\n \n \n \n \n \n \n \n \n \n \n \n a furnace burning\n \n \n \n \n \n \n \n \n \n \n \n Compacting the resulting iron\n \n \n \n \n \n \n \n \n \n \n \n a heat camera image of the furnace\n \n \n \n \n \n \n \n \n \n \n \n A cross-section illustrating the temperatures reached\n \n \n \n \n\nFor me, it is very hard to define what technology encompasses. It certainly goes beyond the typically associated imagery of computing and industrial progress. It is a mode of encompassing the world and adopting other technologies, be it by time or by region makes me feel how diffused the phenomenon of technology is into my world.\nFind out more about the ISD\n","path":null},{"url":"https://aron.petau.net/de/project/bachelor-thesis/","title":"Bachelor Thesis","description":null,"body":"An online psycholinguistic study using reaction time\nLast year, I wrote my thesis during the pandemic. With the struggles our university had transitioning to online teaching, I selected a guided topic, although my initial dream was to start writing about my proposed plan for automated plastic recycling. You can read more about that here:\n\nI chose a project that wanted to examine the possibilities of a novel smart hearing protection device specifically designed for auditory hypersensitivity, which is often, but not always, and not exclusively a phenomenon visible in people with an autism spectrum disorder.\nA common reaction to this elevated sensitivity is stress and avoidance behavior, often leading to very awkward social situations and impairing the ability to take part in social situations.\nSchools are one such social situation and we all know the stress a noisy classroom can produce. Concentration is gone, and education, as well as essential skills like language reproduction, suffer.\nThere is lots of prior research on these fields, and there is some evidence that sensory information in people on the Autism spectrum is processed differently than in a neurotypical brain. It seems that a certain adaptability, needed to overcome noise issues and bridge asynchrony between auditory and visual sensory input, is reduced in some people on the Autism Spectrum.\nIn essence, my experiment was responsible for looking at neurotypical people and measuring any effect on language perception produced by varying the delay between auditory and visual input, as well as the loudness.\nHere, I had the possibility to conduct an entire reaction-time-based experiment with over 70 participants and went through all the struggles that come with proper science.\nI did extensive literature research, coded the experiment, and learned a lot about the reasons nobody really ever does reaction time-based studies like this via a common internet browser.\nIt was an almost 9 months long learning experience full of doing things I had never done before.\nI learned and got to love writing in Latex, had to learn JavaScript for the efficient serving of the stimuli, and R for the statistical analysis. I also got to brush up on my data visualization skills in Python and made some pretty graphs of the results.\nThe experiment is still working and online if you want to have a look at it. Be mindful though that measuring reaction speed every millisecond is important, which is why it makes heavy use of your browser cache and has been known to crash and defeat some not-so-tough computers.\n\n Try out the experiment yourself\n\nEven with writing alone I had extensive helpful feedback from my supervisors and learned a lot about scientific processes and associated considerations.\nThere was always the next unsolvable problem. Just one example was scientificity and ethical considerations clashing, data privacy against the accuracy of results. Since the machines participants participated on, were private devices, I was unable to know important data like their internet speed and provider, their type of GPU, and their type of external hardware. Turns out, for an auditory experiment, the type and setup of the speakers do play an important role and influence response speed.\nThe final version of my thesis has something around 80 pages, much of it utterly boring, but nevertheless important statistical analyses.\nIf you really want to, you can have a look at the whole thing here:\n\n Read the original Thesis\n\nI am a fan and proponent of open source and open science practices.\nSo here you can also find the rest of the project with the original source code.\nI am not yet where I want to be with my documentation practices, and it scares me a bit that anyone can now have a full grasp of all the mistakes I did, but I am throwing this out there as a practice step. I learned and gained a lot from looking at other people's projects and I strive to be open about my processes too.\nThe original video stimuli are not mine and I have no right releasing them, so they are omitted here.\n\n Find the complete Repo on Github\n\n","path":null},{"url":"https://aron.petau.net/de/project/coding/","title":"Übersetzung: Coding Examples","description":null,"body":"Neural Networks and Computer Vision\nA selection of coding projects\nAlthough pure coding and debugging are often not a passion of mine, I recognize the importance of neural networks and other recent developments in Computer Vision. From several projects regarding AI and Machine Learning that I co-authored during my Bachelor Program, I picked this one since I think it is well documented and explains on a step-by-step basis what we do there.\nImage Super-Resolution using Convolutional Neural Networks (Recreation of a 2016 Paper)\nImage Super-Resolution is a hugely important topic in Computer Vision. If it works sufficiently advanced, we could take all our screenshots and selfies and cat pictures from the 2006 facebook-era and even from before and scale them up to suit modern 4K needs.\nJust to give an example of what is possible in 2020, just 4 years after the paper here, have a look at this video from 1902:\n\n\nThe 2016 paper we had a look at is much more modest: it tries to upscale only a single Image, but historically, it was one of the first to achieve computing times sufficiently small to make such realtime-video-upscaling as visible in the Video (from 2020) or of the likes that Nvidia uses nowadays to upscale Videogames.\nExample of a Super-Resolution Image.\nThe Neural network is artificially adding Pixels so that we can finally put our measly selfie on a billboard poster and not be appalled by our deformed-and-pixelated-through-technology face.\n\n\n\n \n \n \n \n \n \n \n \n \n \n A low-resolution sample\n \n \n \n \n \n \n \n \n \n \n \n A high-resolution sample. This is also called 'ground truth'\n \n \n \n \n \n \n \n \n \n \n \n The artificially enlarged image patch resulting from the algorithm\n \n \n \n \n \n \n \n \n \n \n \n A graph showing an exemplary loss function applied during training\n \n \n \n \n \n \n \n \n \n \n \n One qualitative measurement we used was pixel-wise cosine similarity. It is used to measure how similar the output and the ground truth images are\n \n \n \n \n\nThe Python notebook for Image super-resolution in Colab\nMTCNN (Application and Comparison of a 2016 Paper)\nHere, you can also have a look at another, much smaller project, where we rebuilt a rather classical Machine learning approach for face detection. Here, we use preexisting libraries to demonstrate the difference in efficacy of approaches, showing that Multi-task Cascaded Convolutional Networks (MTCNN) was one of the best-performing approaches in 2016. Since I invested much more love and work into the above project, I would prefer for you to check that one out, in case two projects are too much.\nFace detection using a classical AI Approach (Recreation of a 2016 Paper)\n","path":null},{"url":"https://aron.petau.net/de/project/critical-philosophy-subjectivity/","title":"Übersetzung: Critical Philosophy of Subjectivity","description":null,"body":"Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault\nOn Butler: Constituting norms =/= carrying normative responsibilities for their existence\n\n\t\n\t\tAnmerkung\n\tSource Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627\nPublication\n\n\nCitation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:\n\nThe norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other”\n(Norms, Discipline, and the Law, P.173)\n\nSuch a view suggests that any opposition to the norm is already\ncontained within the norm, and is crucial to its functioning.\nHere, for me, the entire futility of the approach later identified and described is condensed into a few sentences.\n\nHence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break.\nPage 56, final sentence\n\nThe idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed.\nI understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term \"Norms\" is related to anticipation of this argument.\nFurther, I am not sure I share Ewald's interpretation; I see that the object \"othered\" by a norm is a constituent and necessary object for the norm, simply due to its \"comparative\" nature (p. 51, citation from Ewald).\nThe oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it.\nYes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm.\nI would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 23. January 2022, 14:23\n\n\nOn Ewald: What, then, is a norm?\n\n\t\n\t\tAnmerkung\n\tSource Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449\nPublication\n\n\nSome tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average).\np. 152: Under norm, 3 phenomena are subsumed: Discipline,\nless as a constraint, but more as a regulatory mechanism insurance,\nReducing objects to their relative occurrence, distributing risk. and standardization.\nThe norm has three defining features:\n\npositivism,\nas reliant on facts, which have an aura of objectivity around them.\nrelativity,\nthey are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.\npolarity\ninvolving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.\n\nWhat, then, is a norm?\n\nIt is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview.\np. 154\n\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 16. January 2022, 18:48\n\n\nOn Foucault: The effects without effector\n\n\t\n\t\tAnmerkung\n\tSource Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980.\nPublication\n\n\n\none finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it.\np. 203\n\nIn this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a \"strategy\" just happens to meet the criteria for deployment.\n\nBut between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.\n\nThis was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect.\nI struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements?\nThis whole ordeal and now I lack subjects to blame.\nHow can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 12. December 2021, 22:01\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/philosophy/","title":"Übersetzung: Philosophy","description":null,"body":"Critical considerations during my studies\nI have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments.\nNormative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there.\nI find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers.\nThe courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week's discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That's why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.\nForum entries from the Seminar: Critical Epistemologies\nOn Anderson: Institutions\n\n\t\n\t\tAnmerkung\n\tSource Text: Epistemic Justice as a Virtue of Social Institutions\nElizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173,\nDOI: 10.1080/02691728.2011.652211 Publication\n\n\nThe text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour.\nBut is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice?\nWell, maybe, assuming that:\n\nEveryone realizes their privilege,\nEveryone concludes that justice is the right goal,\nUpon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.\n\nI think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed.\nAnderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance.\nThe same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices.\nIs Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved.\nAnderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.\nI still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Tuesday 14. July 2020, 17:45\n\n\nOn Medina, the informant and the inquirer\n\n\t\n\t\tAnmerkung\n\tSource Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214\nPublication\n\n\nMy biggest takeaway here was that, as I tried to hint at in an earlier comment,\nWhenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another.\nVery roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations.\nAlso argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately.\nOverall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker.\nAlthough I was not convinced by the Fricker Text, I tend to think the strategy:\n\"When in doubt, give the subject full epistemic credibility\"\nIs a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Thursday 09. July 2020, 11:25\n\n\nOn Jaggar: Norms, Outlaw Emotions, and the Ideal Society\n\n\t\n\t\tAnmerkung\n\tSource Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185\nPublication\n\n\nI found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me.\nOn outlaw emotions:\nFirst, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it.\nOutlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change.\nJaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner.\nWhen we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic.\n“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.”\nTo me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms.\nThe idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest.\nAnother thing I found helpful is her reformulation of what norms do:\n“Dominant Norms tend to serve dominant interests”\ntil here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are.\nIs an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one?\nBut then, after that: \"Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.\"\nThis was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm\nnot saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture \"White Men\" forming a group and collectively deciding on who to hate this coming season, Conceptually separating \"being oppressed\" and \"oppressing\" into phenomena\nwithout necessary inherent causal relation makes sense to me here.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Tuesday 23. June 2020, 18:52\n\n\nForum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault\nOn Butler: Constituting norms =/= carrying normative responsibilities for their existence\n\n\t\n\t\tAnmerkung\n\tSource Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627\nPublication\n\n\nCitation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:\n\nThe norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other”\n(Norms, Discipline, and the Law, P.173)\n\nSuch a view suggests that any opposition to the norm is already\ncontained within the norm, and is crucial to its functioning.\nHere, for me, the entire futility of the approach later identified and described is condensed into a few sentences.\n\nHence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break.\nPage 56, final sentence\n\nThe idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed.\nI understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term \"Norms\" is related to anticipation of this argument.\nFurther, I am not sure I share Ewald's interpretation; I see that the object \"othered\" by a norm is a constituent and necessary object for the norm, simply due to its \"comparative\" nature (p. 51, citation from Ewald).\nThe oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it.\nYes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm.\nI would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 23. January 2022, 14:23\n\n\nOn Ewald: What, then, is a norm?\n\n\t\n\t\tAnmerkung\n\tSource Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449\nPublication\n\n\nSome tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average).\np. 152: Under norm, 3 phenomena are subsumed: Discipline,\nless as a constraint, but more as a regulatory mechanism insurance,\nReducing objects to their relative occurrence, distributing risk. and standardization.\nThe norm has three defining features:\n\npositivism,\nas reliant on facts, which have an aura of objectivity around them.\nrelativity,\nthey are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.\npolarity\ninvolving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.\n\nWhat, then, is a norm?\n\nIt is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview.\np. 154\n\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 16. January 2022, 18:48\n\n\nOn Foucault: The effects without effector\n\n\t\n\t\tAnmerkung\n\tSource Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980.\nPublication\n\n\n\none finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it.\np. 203\n\nIn this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a \"strategy\" just happens to meet the criteria for deployment.\n\nBut between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.\n\nThis was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect.\nI struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements?\nThis whole ordeal and now I lack subjects to blame.\nHow can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 12. December 2021, 22:01\n\n\nForum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin\nOn Dorlin\n\n\t\n\t\tAnmerkung\n\tSource Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017.\nPublication (Not yet translated to English)\n\n\nFrom the seventh chapter in Dorlins \"Self-Defense\", I found the idea that safe spaces are actually prone to be counterproductive very strong.\nI think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one.\nIn so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile \"outside\" or other space.\nFurther, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for \"enforcing\" safety.\nDorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it.\nI think this opens up 2 points worth discussing:\nAre there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other?\nDoes this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: \"Well, the person did not object or introduce change, so the person implied consent.\"\nWill a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 05. December 2021, 15:52\n\n\nWeekly hand in from the Seminar: Soziale Erkenntnistheorie\nOn Fricker: Epistemic Injustice\n\n\t\n\t\tAnmerkung\n\tSource Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007.\nPublication\n\n\n\nWorin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?\n\nInferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist.\nDies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten.\nEine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.\n\nFormulieren Sie jeweils einen Einwand gegen beide Theorien.\n\nWir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?\n\nWorin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.\n\nDoxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch.\nFrickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen.\nIch lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on 05.01.2021\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/political-violence/","title":"Übersetzung: Political Violence","description":null,"body":"Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin\nOn Dorlin\n\n\t\n\t\tAnmerkung\n\tSource Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017.\nPublication (Not yet translated to English)\n\n\nFrom the seventh chapter in Dorlins \"Self-Defense\", I found the idea that safe spaces are actually prone to be counterproductive very strong.\nI think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one.\nIn so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile \"outside\" or other space.\nFurther, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for \"enforcing\" safety.\nDorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it.\nI think this opens up 2 points worth discussing:\nAre there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other?\nDoes this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: \"Well, the person did not object or introduce change, so the person implied consent.\"\nWill a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Sunday 05. December 2021, 15:52\n\n\nWeekly hand in from the Seminar: Soziale Erkenntnistheorie\nOn Fricker: Epistemic Injustice\n\n\t\n\t\tAnmerkung\n\tSource Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007.\nPublication\n\n\n\nWorin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?\n\nInferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist.\nDies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten.\nEine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.\n\nFormulieren Sie jeweils einen Einwand gegen beide Theorien.\n\nWir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?\n\nWorin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.\n\nDoxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch.\nFrickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen.\nIch lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on 05.01.2021\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/chatbot/","title":"Übersetzung: Chatbot","description":null,"body":"Guru to Go: a speech-controlled meditation assistant and sentiment tracker\n\n\nHere, you see a Demo video of a voice-controlled meditation assistant that we worked on in the course \"Conversational Agents and speech interfaces\"\n\n Course Description\n\nThe central goal of the entire project was to make the Assistant be entirely speech controlled, such that the phone needn't be touched while immersing yourself in meditation.\nThe Chatbot was built in Google Dialogflow, a natural language understanding engine that can interpret free text input and identify entities and intents within it,\nWe wrote a custom python backend to then use these evaluated intents and compute individualized responses.\nThe resulting application runs in Google Assistant and can adaptively deliver meditations, visualize sentiment history and comprehensively inform about meditation practices. Sadly, we used beta functionality from the older \"Google Assistant\" Framework, which got rebranded months after by Google into \"Actions on Google\" and changed core functionality requiring extensive migration that neither Chris, my partner in this project, nor I found time to do.\nNevertheless, the whole Chatbot functioned as a meditation player and was able to graph and store recorded sentiments over time for each user.\nAttached below you can also find our final report with details on the programming and thought process.\n\n Read the full report\n\n\n Look at the Project on GitHub\n\n\n\t\n\t\tAnmerkung\n\tAfter this being my first dip into using the Google Framework for the creation of a speech assistant and encountering many problems along the way that partly found their way also into the final report, now I managed to utilize these explorations and am currently working to create Ällei, another chatbot with a different focus, which is not realized within Actions on google, but will rather be getting its own react app on a website.\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/critical-epistemologies/","title":"Übersetzung: Critical Epistemology","description":null,"body":"Forum entries from the Seminar: Critical Epistemologies\nOn Anderson: Institutions\n\n\t\n\t\tAnmerkung\n\tSource Text: Epistemic Justice as a Virtue of Social Institutions\nElizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173,\nDOI: 10.1080/02691728.2011.652211 Publication\n\n\nThe text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour.\nBut is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice?\nWell, maybe, assuming that:\n\nEveryone realizes their privilege,\nEveryone concludes that justice is the right goal,\nUpon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.\n\nI think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed.\nAnderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance.\nThe same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices.\nIs Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved.\nAnderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.\nI still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Tuesday 14. July 2020, 17:45\n\n\nOn Medina, the informant and the inquirer\n\n\t\n\t\tAnmerkung\n\tSource Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214\nPublication\n\n\nMy biggest takeaway here was that, as I tried to hint at in an earlier comment,\nWhenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another.\nVery roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations.\nAlso argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately.\nOverall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker.\nAlthough I was not convinced by the Fricker Text, I tend to think the strategy:\n\"When in doubt, give the subject full epistemic credibility\"\nIs a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Thursday 09. July 2020, 11:25\n\n\nOn Jaggar: Norms, Outlaw Emotions, and the Ideal Society\n\n\t\n\t\tAnmerkung\n\tSource Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185\nPublication\n\n\nI found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me.\nOn outlaw emotions:\nFirst, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it.\nOutlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change.\nJaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner.\nWhen we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic.\n“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.”\nTo me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms.\nThe idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest.\nAnother thing I found helpful is her reformulation of what norms do:\n“Dominant Norms tend to serve dominant interests”\ntil here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are.\nIs an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one?\nBut then, after that: \"Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.\"\nThis was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm\nnot saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture \"White Men\" forming a group and collectively deciding on who to hate this coming season, Conceptually separating \"being oppressed\" and \"oppressing\" into phenomena\nwithout necessary inherent causal relation makes sense to me here.\n\n\t\n\t\tAnmerkung\n\tcreated by Aron Petau on Tuesday 23. June 2020, 18:52\n\n\n","path":null},{"url":"https://aron.petau.net/de/project/plastic-recycling/","title":"Übersetzung: Plastic Recycling","description":null,"body":"Being involved with 3D Printers, there is the issue of sustainability that I am confronted with regularly.\nMost 3D printed parts never get recycled and add to the global waste problem, rather than reducing it.\nThe printer most certainly doesn’t care what it is printing, the main problem is the dimensional accuracy and the purity of the material. All of this leads to a huge industry, Germany being especially involved, using loads of virgin plastic.\nWhat can be done about it?\nWe can design our products to last longer, we can also print recycling labels on them so they do not have to get burned after their first life. We can take care to only print functional objects, not just fun toys nobody uses.\nYet, none of that prevents the use of virgin plastics. If you buy a spool of filament, there are some recycled options, but usually at twice the price at worse quality. No wonder recycled filament fails to convince the masses. It is mostly a fun thing YouTubers can pursue, not a valid commercial process.\n\n\nIn my opinion, the core problem is the nonexistent economic feasibility of a proper recycling process. Identifying the exact material of a piece of trash is a very hard problem, definitely not solved yet. So why do we mix the plastic up in the first place? There is a general willingness of people to recycle, but the system for it is missing.\nThe Master Plan\nI want to get people to wash and separate their trash for me, which are the most expensive steps in the recycling process. There is a willingness to take the extra step, and even if just my mom collects bottle caps for me, that is more than I can realistically use up.\nThis only really works when I am thinking in a local and decentral environment.\nThe existing recycling facilities clearly will not be able to provide 200 different containers for 200 different types of plastic.\nStarting the process with clean and sorted materials, like bottle caps (HDPE) or failed prints (PET-G), I start off with an advantage.\nNow I have to take apart the trash into evenly sized particles.\nMeet:\nThe Shredder\nWe built the Precious Plastic Shredder!\n\nWith these awesome open-source drawings, I was able to cobble together my very own very dangerous plastic shredder.\nAfter finding some way to drive this massive axis, I feed the beast and hopefully get tiny pretty uniform plastic bits that are ready to begin the cycle of life anew.\nThe solution for the motorization was an old and used garden shredder that still had an intact motor and wiring.\nWe cut it in half and attached it to the shredder box.\n\n\nAfter replacing the weak force transmission screw for an industrial coupler, we were ready to try it out. Obviously, there are still security concerns in this prototype, a proper hopper is already being made.\nNevertheless, we are confident that this shredder will be able to deal with the light sorts of plastic we are thinking of.\nAs you can see, I am now able to produce awesome confetti but to do more with the plastic flakes I have to extrude them.\nMeet the Filastruder\nThis is the Filastruder, designed and made by Tim Elmore, in an attempt to create the cheapest viable way to extrude plastic. The biggest cost issue is the tight industrial tolerances in thickness that have to be adhered to. This is in essence what separates good from the bad filament. The industry standard nowadays is at +-0.03mm. Hard to achieve on a DIY setup, but not unheard of. The setup, like any bigger industry equivalent, consists of a motor pressing plastic pellets through a heated screw, extruding molten plastic at the end through a nozzle, and setting the diameter. The leftmost machine is responsible for winding the filament properly onto a spool.\nHere you can see the extrusion process in action.\n\n\nThe Filastruder is controlled by an Arduino and is highly configurable. The laser sensor visible in the video is already working, but I am missing more direct control over the diameter of the filament.\nWhen it all really comes down to the single variable of the filament diameter responsible for the quality of my recycled project, a simple Machine Learning optimization directly jumps at me: I have a few variables like winder speed, extrusion speed, heat, and cooling intensity. These variables can be optimized on the fly for an exact diameter. This is actually roughly how virgin filament is produced, commercial facilities just manage much faster.\n\nSo far, I am aware of a few companies and academic projects attempting this process, but none of them manage to get either the quality or the price of other products available. Automatization does not just take out jobs away, I think it can also be a helpful tool, for example tackling environmental issues such as this one.\nThis project is very dear to my heart and I plan to investigate it further in the form of a master thesis.\nThe realization will require many skills I am already picking up or still need to work on within the Design and Computation program.\n{: .notice--info}\n\n Reflow Filament\n\n\n Perpetual Plastic Project\n\n\n Precious Plastic Community\n\n\n Filamentive Statement on why recycling is not feasible in their opinion\n\n\n Open source filament diameter sensor by Tomas Sanladerer\n\n\n Re-Pet Shop\n\n","path":null},{"url":"https://aron.petau.net/de/project/beacon/","title":"Übersetzung: BEACON","description":null,"body":"BEACON: Decentralizing the Energy Grid in inaccessible and remote regions\nAccess to Electricity is a basic human right. At first, that may seem over the top, but if one stops to think what all the little tasks that electricity can indirectly handle for us (lightning, laundry, cooking, freezing, heating, entertaining…) would consume in time and effort if we had to perform them manually, this idea becomes very clear. There are globally around 1 billion people without tier 2 access to electricity.\nSDGS Goal 7\n\nPeople only know the intensity of labor that goes into everything when there is no electricity. And it is not even only about convenience, electricity is an enormous lifesaver in any number of scenarios, think just of hospitals or mobile phone networks that would be rendered completely useless without it. So we can easily agree on a need, a demand for electricity globally, for every person. But what about the supply? Why is there 1 billion undersupplied?\nThe Answer: missing profitability. It would be a charity project to supply every last person on earth, not a profitable one. And while charitable projects are noble and should be pursued, the reality within capitalism shows that this is not the way it is going to happen.\nBut what if we could come up with technology, or rather, a communal structure, that enables us to supply profitably, and still adapt to both, the difficult external factors (weather issues, remoteness, altitude, etc.) and the smaller purses of the undersupplied?\nLocation\nTowards the end of 2018, I spent 4 months in northern India, on a research project with the IIT Kharagpur.\nThe goal was to work on one of the 17 UN-defined sustainable development goals – electricity.\nWorldwide, an estimated 1 billion people have no or insubstantial access to the grid.\nSome of them live here, in the Key Monastery in the Spiti Valley at around 3500 meters altitude.\n\n\n\nThis is Tashi Gang, a village close to the Monastery. It houses around 50 people and only has road access during 3-4 months in the summer. For the rest of the time, the people rely on first aid services by helicopter, which can only be called with a working cell phone tower.\n\nThe Project\nIn an environment reliant on hydro-energy and solar (diesel transport is unreliable due to snowed-in mountain roads), over 6 months of snowy winter, frequent snowstorms, and temperatures of up to -35°C, securing the grid is hard.\nOur way to tackle the issue was to reject the in the western society very established notion of electricity as a homogenous product with centralized production and instead researched the possibilities of a predictive, self-correcting, and decentral grid.\nBy prioritizing energy usage cases, instead of a full blackout during a storm, essential functions like radio towers and hospitals could be partially powered and maybe stay functioning. The binarity of either having electricity or not would be replaced by assigned quantities and timeslots, in a collective effort to be mindful and distribute the electricity necessity-based.\nThe ultimate vision was a live predictive electricity market, where people could even earn money by selling their allotted, but not needed electricity.\nTo gauge feasibility, I conducted several psychological acceptance studies and collected data on local electricity demands.\nI simulated a typical day of electricity demand in the Key monastery and the surrounding villages and mapped out the potential to install cost-efficient smart microgrid controllers enabling such an accurate and predictive behavior.\nThe smart grid operator boxes available here in Germany cost several hundred, with installation several thousand Euros, not a feasible solution for the Indian population. Instead, we wanted to use Raspberry Pi's, which are interconnected through ethernet cables or local mesh networking.\nResearch\n\nData Collection\nBuilding a questionnaire and visiting public schools during their English Classes, I had the chance to speak to a range of teenagers, answering questions about the state of electricity in their homes, generating more data than I could have accomplished running from door to door without any skills speaking local dialects. The questionnaire was as scientific as I could make it in such a situation and geared towards finding the type and number of electric devices in the homes and estimating typical usage scenarios.\nWith a total of 145 participants from more than 6 different schools and roughly 4 different districts, all located in the Indian part of the Himalayas, the findings are as follows:\nThe participants range from 11 to 53 years, with an average of 17 years.\nThe average household has 6 members with an average of 5 smart devices. Only 2 percent of the Households had not a single smart device, but at the same time, only 42 percent had direct or indirect access to a laptop or computer. So the main body of smart devices consists of smartphones with a negligible portion of tablets.\nThe average total amount of electrical devices is around 11 electrical appliances per house.\nSubjective Quality Rating on a scale of 1 to 10:\n\nAverage quality in summer: 7.1\nAverage quality in monsoon: 5.6\nAverage quality in autumn: 7.1\nAverage quality in winter: 4.0\n\nSo, as you would expect, during winter, but also when it rains, the felt quality drops by more than 30 percent on average.\nAs for the daily supply time, the average sits at 15.1 hours out of 24, meaning the people have electricity only for 62.9 percent of the time, some, as for example the people in Diskit only have a sad 4 hours of daily access. On top of that, this estimation does not account for the snowfalls in Spiti for example, where it is not uncommon to experience 3 consecutive days of powercut or more.\nAs the Power Meter is supplied by the government, a solid 82 percent of the houses have a working power meter, if one assumes that the 13 percent who did not know whether they have a power meter, do have one, we can say that around 95% of the houses have a power meter.\nAnother goal of the studies was to find out what would incline people to be caring and sharing with the available electricity, something rather unimaginable here in Germany.\nIn general, the uninformed openness to delaying usage of electricity on a scale of 1-10 was around 5.5, with the additional information that a smart delay would cause an overall price reduction, the acceptance went up to 6.9, a good 14%. This implies that people would be a lot more inclined to give up conveniences if the benefits have a direct impact on them.\nSimulation\nAfter collecting all the estimated electric appliances of the local population, I simulated the use of 200 Solar Panels with 300Wp each, once for simultaneous electricity use, and once for mitigated electricity peaks through smart optimization and electricity usage delay.\n\n\nAlthough solar is definitely not the optimal choice here and generates lots of issues with energy storage and battery charging at negative degrees, we figured that this was the way to go for the project.\nAnd as you can see, optimizing peak usage can improve solar from generating only one-fifth of the demand in winter to about half the demand in winter. Keeping in mind here, that the added solar farm was only intended to supply additional energy and not replace existing solutions, such a \"small\" farm would be a real lifesaver there and optimize the limited space in extremely mountainous terrain.\nClosing words\nThere are to sides which the problems can be tackled: we can bring the total energy production up, by adding more panels or electricity by other means, but we can also try and bring the total demand down. This is to be achieved by investing strictly in the most energy-efficient appliances. Even replacing older, not-so-efficient appliances might sometimes be of use.\nBut ensuring efficient use is not the only way to bring down the overall demand.\nAs introduced as core ideas for the whole project, sharing and delaying will prove immensely useful. How so?\nBy sharing, we mean a concept that is already widely applied in the relevant areas. What to do in a Village that has no access to water? Will we send each household out to the faraway river to catch water for their family? Or would we join hands in a community effort to dig a central well used by everyone?\nSo, when we look at sharing electricity, how would we apply the concept? We take the appliances that consume the most energy individually and scale them up in order to increase efficiency. For example, in our case, that is most applicable to electric heating. If we manage to heat central community spaces available for everyone, naturally, fewer individual rooms will have to be heated. Similarly, one could declare a room as a public cinema, where people come together and watch Tv on a big Projector. Twice as fun, and conserving a great deal of energy again. Such ideas and others have to be realized in order to be able to match the total demand with the available supply.\nSadly, the project was never taken up further, and the situation for the people in the Spiti Valley has not improved. Two years ago, a road directly through the mountains was finished, making the population hopeful for an increase in tourism, increasing the chances of the economic viability of improved solutions.\nI spent my time there in the function of a research intern, having no real say in the realization of the project. The problem remains, and I still think that decentral solutions look to be the most promising for this specific location. Of course, the Himalayas present a bit of an extreme location, but that doesn't change the fact that people live there and have a basic human right to electricity.\n","path":null},{"url":"https://aron.petau.net/de/project/cad/","title":"Übersetzung: 3D Modeling and CAD","description":null,"body":"3D Modeling and CAD\nDesigning 3D Objects\nWhile 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.\nSince 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 that’s what I got into.\nIn hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me.\nBelow you will find some of my designs.\nThe process is something that I enjoy a lot and wish to dive into deeper.\nBy 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.\nI want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.\n\n\n\n\n\n\n\nCheck out more of my finished designs in the Prusaprinters (now Printables) Community\n\n My Printables Profile\n\n3D Scanning and Photogrammetry\nBesides coming up with new objects, incorporating the real world is also an interest of mine.\nInteraction with real objects and environments\nIn 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.\nI 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.\nRecently, through work at the university I got access to a device with a lidar sensor and started having fun with it.\nSee some examples here:\n \n \nThis 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.\n \nPerspective\nWhat 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.\nI want more than designing figurines or wearables.\nI want to incorporate 3D printing as a method to extend the abilities of other tools, have mechanical and electrical purposes, be foodsafe and engaging.\nI fell in love with the idea of designing a toy system, inspired by Makeways on Kickstarter, I have already started adding my own parts to their set.\nI 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.\nI would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics.\nOnce in Berlin, I would want to talk to the people at Kaffeform producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process.\nThe 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.\nStill, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.\nI also credit huge parts of my exploration process into local recycling to the awesome people at Precious Plastic, who I will join over the summer to learn more about their system.\nI find it hard to write anything about CAD without connecting it directly to a manufacturing process.\nAnd I believe that's a good thing. Always tying a design process to its realization, grounds the process and attaches to it some immediacy.\nFor 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.\nSoftware that I have used and like\n\n AliceVision Meshroom\n Scaniverse\n My Sketchfab Profile\n 3D Live Scanner for Android\n\n","path":null},{"url":"https://aron.petau.net/de/project/printing/","title":"Übersetzung: 3D printing","description":null,"body":"\n\n\n \n \n \n \n \n \n \n \n \n \n A plant propagation station now preparing our tomatoes for summer\n \n \n \n \n \n \n \n \n \n \n \n We use this to determine the flatmate of the month\n \n \n \n \n \n \n \n \n \n \n \n A dragon's head that was later treated to glow in the dark.\n \n \n \n \n \n \n \n \n \n \n \n This was my entry into a new world, the now 10 years old Ender 2\n \n \n \n \n \n \n \n \n \n \n \n I made some lithophanes, a process where the composition and thickness of the material are used for creating an image.\n \n \n \n \n \n \n \n \n \n \n \n This is my second printer, a Prusa i3 MK3s.\n \n \n \n \n \n \n \n \n \n \n \n This candle is the result of a 3D printed plastic mold that I then poured wax into.\n \n \n \n \n \n \n \n \n \n \n \n An enclosure for my portable soldering iron\n \n \n \n \n \n \n \n \n \n \n \n A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape.\n \n \n \n \n \n \n \n \n \n \n \n A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic.\n \n \n \n \n\n3D-Druck\n\n\n3D-Druck ist für mich mehr als nur ein Hobby\nDarin sehe ich gesellschaftliche Veränderungen, die Demokratisierung der Produktion und kreative Möglichkeiten.\nKunststoff muss nicht eines unserer größten Umweltprobleme sein, wenn wir nur unsere Perspektive und unser Verhalten ihm gegenüber ändern.\nDas Spritzgießen von Kunststoff war eine der Hauptantriebsfedern für das kapitalistische System, in dem wir uns heute befinden.\n3D-Druck kann genutzt werden, um der Massenproduktion entgegenzuwirken.\nHeute wird das Schlagwort 3D-Druck bereits mit problematischen gesellschaftlichen Praktiken verbunden, es wird mit „Automatisierung“ und „On-Demand-Wirtschaft“ assoziiert.\nDie Technologie hat viele Aspekte, die bedacht und bewertet werden müssen, und als Technologie entstehen dadurch viele großartige Dinge, gleichzeitig befeuert sie Entwicklungen, die ich problematisch finde.\nAufgrund einer Geschichte von Patenten, die die Entwicklung der Technologie beeinflussten, und einer eifrigen Übernahme durch Unternehmen, die ihre Produktionsprozesse und Margen optimieren wollen, aber auch einer sehr aktiven Hobby-Community, werden alle möglichen Projekte realisiert.\nObwohl gesellschaftlich sicher explosiv, spricht viel für den 3D-Druck.\n3D-Druck bedeutet lokale und individuelle Produktion.\nIch glaube zwar nicht an das ganze „Jeder Haushalt wird bald eine Maschine haben, die auf Knopfdruck druckt, was gerade gebraucht wird“, sehe aber enormes Potenzial im 3D-Druck.\nDeshalb möchte ich meine Zukunft darauf aufbauen.\nIch möchte Dinge entwerfen und sie Wirklichkeit werden lassen.\nEin 3D-Drucker erlaubt mir, diesen Prozess von Anfang bis Ende zu kontrollieren. Es reicht nicht, etwas im CAD zu designen, ich muss auch die Maschine, die mein Objekt herstellt, vollständig verstehen und steuern können.\nIch benutze seit Anfang 2018 einen 3D-Drucker und mittlerweile habe ich zwei, die meistens das machen, was ich ihnen sage.\nBeide habe ich aus Bausätzen zusammengebaut und stark modifiziert.\nIch steuere sie via Octoprint, eine Software, die mit ihrer offenen und hilfsbereiten Community mich stolz macht, sie zu nutzen, und die mich viel über Open-Source-Prinzipien gelehrt hat.\n3D-Druck im Hobbybereich ist ein positives Beispiel, bei dem eine Methode mein Design beeinflusst und ich alle Bereiche liebe, die ich dadurch kennengelernt habe.\nDadurch fühle ich mich in Linux, Programmierung, Löten, Elektronikintegration und iterativem Design mehr zu Hause.\nIch schätze die Fähigkeiten, die mir ein 3D-Drucker gibt, und plane, ihn im Recycling Projekt einzusetzen.\nIm letzten halben Jahr habe ich auch im universitären Kontext mit 3D-Druckern gearbeitet.\nWir haben ein „Digitallabor“ konzipiert und aufgebaut, einen offenen Raum, um allen Menschen den Zugang zu innovativen Technologien zu ermöglichen.\nDie Idee war, eine Art Makerspace zu schaffen, mit Fokus auf digitale Medien.\nDas Projekt ist jung, es begann im August letzten Jahres, und die meisten meiner Aufgaben lagen in Arbeitsgruppen, die über Maschinentypen und Inhalte entschieden, mit denen so ein Projekt Mehrwert bieten kann.\nMehr dazu auf der Website:\nDigiLab Osnabrück\nIch bin auch sehr daran interessiert, über Polymere hinaus für den Druck zu forschen.\nIch würde gerne experimenteller bei der Materialwahl sein, was in einer WG eher schwer ist.\nEs gab großartige Projekte mit Keramik und Druck, denen ich definitiv näher auf den Grund gehen will.\nEin Projekt, das ich hervorheben möchte, sind die „evolving cups“, die mich sehr beeindruckt haben.\nEvolving Objects\nDiese Gruppe aus den Niederlanden generiert algorithmisch Formen von Bechern und druckt sie dann mit einem Paste-Extruder aus Ton.\nDer Prozess wird hier genauer beschrieben:\nDer Künstler Tom Dijkstra entwickelt einen Paste-Extruder, der an einen konventionellen Drucker angebaut werden kann. Ich würde sehr gerne meine eigene Version entwickeln und mit dem Drucken neuer und alter Materialien in so einem Konzeptdrucker experimentieren.\nPrinting with Ceramics\nThe Paste Extruder\nAuch im Hinblick auf das Recycling Projekt könnte es sinnvoll sein, mehrere Maschinen in eine zu integrieren und den Drucker direkt Pellets oder Paste verarbeiten zu lassen.\nIch freue mich darauf, meinen Horizont hier zu erweitern und zu sehen, was möglich ist.\nBecher und Geschirr sind natürlich nur ein Beispielbereich, wo ein Rückgriff auf traditionelle Materialien innerhalb moderner Fertigung sinnvoll sein kann.\nEs wird auch immer mehr über 3D-gedruckte Häuser aus Ton oder Erde gesprochen, ein Bereich, in dem ich WASP sehr schätze.\nSie haben mehrere Konzeptgebäude und Strukturen aus lokal gemischter Erde gebaut und beeindruckende umweltbewusste Bauwerke geschaffen.\nDie Prinzipien des lokalen Bauens mit lokal verfügbaren Materialien einzuhalten und das berüchtigte Emissionsproblem in der Bauindustrie zu berücksichtigen, bringt mehrere Vorteile.\nUnd da solche alternativen Lösungen wahrscheinlich nicht von der Industrie selbst kommen, sind Kunstprojekte und öffentliche Demonstrationen wichtige Wege, diese Lösungen zu erforschen und voranzutreiben.\nIch möchte all diese Bereiche erkunden und schauen, wie Fertigung und Nachhaltigkeit zusammenkommen und dauerhafte Lösungen für die Gesellschaft schaffen können.\nAußerdem ist 3D-Druck direkt mit den Plänen für meine Masterarbeit verbunden, denn alles, was ich zurückgewinne, muss irgendwie wieder etwas werden.\nWarum nicht unsere Abfälle einfach wegdrucken?\nNach einigen Jahren des Bastelns, Modifizierens und Upgradens habe ich festgestellt, dass ich mein Setup seit über einem Jahr nicht verändert habe.\nEs funktioniert einfach und ich bin zufrieden damit.\nSeit meinem ersten Anfängerdrucker sind die Ausfallraten verschwindend gering und ich musste wirklich komplexe Teile drucken, um genug Abfall für das Recycling-Projekt zu erzeugen.\nAllmählich hat sich das mechanische System des Druckers von einem Objekt der Fürsorge zu einem Werkzeug entwickelt, das ich benutze.\nIn den letzten Jahren haben sich Hardware, aber vor allem Software so weit entwickelt, dass es für mich eine Set-and-Forget-Situation geworden ist.\nJetzt geht es ans eigentliche Drucken meiner Teile und Designs.\nMehr dazu im Beitrag über CAD\n","path":null}] \ No newline at end of file diff --git a/public/search_index.en.json b/public/search_index.en.json index 2a65bfd8..ad57082e 100644 --- a/public/search_index.en.json +++ b/public/search_index.en.json @@ -1 +1 @@ -[{"url":"https://aron.petau.net/project/","title":"Aron's Blog","description":null,"body":"Find all my projects here.\nThey are sorted by date, you can also filter by tags.\n","path":null},{"url":"https://aron.petau.net/project/einszwovier-löten-leuchten/","title":"einszwovier: löten und leuchten","description":null,"body":"\n\n\n \n \n \n \n \n \n \n \n \n \n All the led Lamps together\n \n \n \n \n \n \n \n \n \n \n \n The Guestbook: a quick Feedback mechanism we use\n \n \n \n \n \n \n \n \n \n \n \n Tinkereing with only simple shapes\n \n \n \n \n \n \n \n \n \n \n \n More Lights\n \n \n \n \n \n \n \n \n \n \n \n Some overmight prints\n \n \n \n \n \n \n \n \n \n \n \n A completely self-designed skier\n \n \n \n \n\nLöten und Leuchten\nA hands-on course in soldering, electronics, and lamp design for young creators\nLöten und Leuchten has now run in three successful iterations — each time offering 5th and 6th graders a guided yet exploratory dive into the worlds of electronics, making, and digital design. At its core, the course is about understanding through creating: introducing young learners to tangible technologies and encouraging them to shape the outcome with their own ideas and hands.\nThe Project\nOver three sessions (each lasting three hours), participants designed and built their own USB-powered LED lamp. Along the way, they soldered electronic components, modeled lamp housings in 3D, learned about light diffusion, and got a direct introduction to real-world problem solving. Every lamp was built from scratch, powered via USB — no batteries, no glue kits, just wire, plastic, and a bit of courage.\nThe children began by learning the basics of electricity through interactive experiments using the excellent Makey Makey boards. These allowed us to demonstrate concepts like conductivity, input/output, and circuitry in a playful and intuitive way. The enthusiasm was immediate and contagious.\nFrom there, we moved to the heart of the project: cutting open USB cables, preparing and soldering 5V LEDs, and designing enclosures for them. The soldering was always supervised, but each child did their own work — and it showed. There's something deeply satisfying about holding a working circuit you assembled yourself, and many kids expressed how proud they were to see their light turn on.\nDesigning with Tools — and Constraints\nFor 3D modeling, we used Tinkercad on iPads. While the interface proved very accessible, we also encountered its limits: the app occasionally crashed or froze under load, and file syncing sometimes led to confusion. Nonetheless, it provided a gentle, well-mediated entry point to CAD. Most kids had never touched 3D design software before, but quickly began exploring shapes, tolerances, and fitting dimensions. The lamps they created weren’t just decorative — they had to functionally hold the electronics, which added a very real-world layer of complexity.\nThe printed shades were all done in white PLA to support light diffusion. This led to organic conversations around material properties, translucency, and light behavior, which the kids quickly absorbed and applied in their designs.\nReal Challenges, Real Thinking\nThe project hit a sweet spot: it was challenging enough to be meaningful, but achievable enough to allow for success. Every child managed to finish a working lamp — and each one was different. Along the way, they encountered plenty of design hurdles: USB cables that needed reinforcement, cases that didn’t fit on the first try, LEDs that had to be repositioned for optimal glow.\nWe didn’t avoid these issues — we embraced them. Instead of simplifying the process to a formula, we treated every obstacle as an opportunity for discussion. Why didn’t this fit? What could we change? How do you fix it? These moments turned into some of the richest learning experiences in the course.\nBonus Round: Tabletop Foosball\nAs a closing challenge, each group designed their own mini foosball table, using whatever materials and approaches they liked. This final task was light-hearted, but not without its own design challenges — and it served as a great entry into collaborative thinking and prototyping. It also reinforced our goal of learning through play, iteration, and autonomy.\nReflections\nAcross all three runs, the workshop was met with enthusiasm, curiosity, and real focus. The kids were engaged from start to finish, not just with the tools, but with the ideas behind them. They walked away with more than just a glowing lamp — they gained an understanding of how things work, and a confidence that they can build things themselves.\nFor us as facilitators, the course reaffirmed how powerful hands-on, self-directed learning can be. The combination of digital and physical tools, real constraints, and open-ended outcomes created an environment where creativity thrived.\nLöten und Leuchten will continue to evolve, but its core will remain: empowering kids to build things they care about, and helping them realize that technology isn’t magic — it’s something they can shape.\n","path":null},{"url":"https://aron.petau.net/project/einszwovier-opening/","title":"einszwovier: making of","description":null,"body":"The Making of studio einszwovier\nAugust 2024\nWe started constructing and planning the layout and equipment for the room. We had the chance to build the wooden workbench ourselves, making it our own.\nDecember 2024 – A Space for Ideas Becomes Reality\nAfter months of planning, organizing, and anticipation, it finally happened in December 2024: our Maker Space “studio einszwovier” officially opened its doors.\nIn the midst of everyday school life, an innovative learning environment came to life—one that combines creativity, technology, and educational equity.\nFrom Concept to Reality\nThe idea was clear: a space where “making” becomes tangible—through self-directed and playful work with analog and digital tools. Learners should be able to shape their learning process, discover their individual strengths, and experience the empowering motivation of doing things themselves.\nTo support that, the room was equipped with state-of-the-art tools: 3D printers, laser cutters, microcontrollers, and equipment for woodworking and textile printing enable hands-on, project-based learning.\nA Place for Free and Explorative Learning\nLed by Aron and Friedrich — both graduate students in Design + Computation in Berlin—the “studio einszwovier” provides access to tools, materials, and knowledge.\nIt’s a place for open-ended, explorative learning that emphasizes not just digital technologies, but also creativity, problem-solving, and initiative.\nThe students are invited to join both courses with a predefined focus and open \"tüftling\".\nOpen Doors for Creative Minds\n“studio einszwovier” is open Tuesdays to Thursdays from 11:00 AM to :00 PM.\nA dedicated open lab time is available Wednesdays from 1:30 PM to 3:00 PM.\nEveryone is welcome to drop in, share ideas, and get started.\nA Space for the Future\nWith studio einszwovier, we’ve created a space where learning through hands-on experience takes center stage—promoting both practical and digital skills for the future.\nIt’s a place where ideas become tangible outcomes and where the learning culture of our school grows in a lasting and meaningful way.\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/project/master-thesis/","title":"Master's Thesis","description":null,"body":"Master's Thesis: Human - Waste\nPlastics offer significant material benefits, such as durability and versatility, yet their\nwidespread use has led to severe environmental pollution and waste management\nchallenges. This thesis develops alternative concepts for collaborative participation in\nrecycling processes by examining existing waste management systems. Exploring the\nhistorical and material context of plastics, it investigates the role of making and hacking as\ntransformative practices in waste revaluation. Drawing on theories from Discard Studies,\nMaterial Ecocriticism, and Valuation Studies, it applies methods to examine human-waste\nrelationships and the shifting perception of objects between value and non-value. Practical\ninvestigations, including workshop-based experiments with polymer identification and\nmachine-based interventions, provide hands-on insights into the material properties of\ndiscarded plastics. These experiments reveal their epistemic potential, leading to the\nintroduction of novel archiving practices and knowledge structures that form an integrated\nmethodology for artistic research and practice. Inspired by the Materialstudien of the\nBauhaus Vorkurs, the workshop not only explores material engagement but also offers new\ninsights for educational science, advocating for peer-learning scenarios. Through these\napproaches, this research fosters a socially transformative relationship with waste,\nemphasizing participation, design, and speculative material reuse. Findings are evaluated\nthrough participant feedback and workshop outcomes, contributing to a broader discussion\non waste as both a challenge and an opportunity for sustainable futures and a material\nreality of the human experience.\n\n\n See the image archive yourself\n\n\n See the archive graph yourself\n\n\n Find the complete Repo on Forgejo\n\n","path":null},{"url":"https://aron.petau.net/project/käsewerkstatt/","title":"Käsewerkstatt","description":null,"body":"Enter the Käsewerkstatt\nOne day earlier this year I woke up and realized I had a space problem.\nI was trying to build out a workshop and tackle ever more advanced and dusty plastic and woodworking projects and after another small run in with my girlfriend after I had repeatedly crossed the \"No-Sanding-and-Linseed-Oiling-Policy\" in our Living Room, it was time to do something about it.\nI am based in Berlin right now and the housing market is going completely haywire over here ( quick shoutout in solidarity with Deutsche Wohnen und Co enteignen).\nEnd of the song: I won't be able to afford to rent a small workshop anywhere near berlin anytime soon. As you will notice in some other projects, I am quite opposed to the Idea that it should be considered normal to park ones car in the middle of the city on public spaces, for example Autoimmunitaet, Commoning Cars or Dreams of Cars.\nSo, the idea was born, to regain that space as habitable zone, taking back usable space from parked cars.\nI was gonna install a mobile workshop within a trailer.\nIdeally, the trailer should be lockable and have enough standing and working space.\nAs it turns out, Food Trailers fulfill these criteria quite nicely. So I got out on a quest, finding the cheapest food trailer available in germany.\n6 weeks later, I found it near munich, got it and started immediately renovating it.\nDue to developments in parallel, I was already invited to sell food and have the ofgficial premiere at the Bergfest, a Weekend Format in Brandenburg an der Havel, initiated and organized by Zirkus Creativo. Many thanks for the invitation here again!\nSo on it went, I spent some afternoons renovating and outfitting the trailer, and did my first ever shopping at Metro, a local B2B Foodstuffs Market.\nMeanwhile, I got into all the paperwork and did all the necessary instructional courses and certificates.\nThe first food I wanted to sell was Raclette on fresh bread, a swiss dish that is quite popular in germany.\nFor the future, the trailer is supposed to tend more towards vegan dishes, as a first tryout I also sold a bruschetta combo. This turned out great, since the weather was quite hot and the bruschetta was a nice and light snack, while I could use the same type of bread for the raclette.\n\nThe event itself was great, and, in part at least, started paying off the trailer.\nSome photos of the opeing event @ Bergfest in Brandenburg an der Havel\n\n\n\nWe encountered lots of positive feedback and I am looking forward to the next event. So, in case you want to have a foodtruck at your event, hit me up!\nContact me at: käsewerkstatt@petau.net\n","path":null},{"url":"https://aron.petau.net/project/sferics/","title":"Sferics","description":null,"body":"What the hell are Sferics?\n\nA radio atmospheric signal or sferic (sometimes also spelled \"spheric\") is a broadband electromagnetic impulse that occurs as a result of natural atmospheric lightning discharges. Sferics may propagate from their lightning source without major attenuation in the Earth–ionosphere waveguide, and can be received thousands of kilometres from their source.\n\n\nWikipedia\n\nWhy catch them?\nMicrosferics is a nice reference Project, which is a network of Sferics antennas, which are used to detect lightning strikes. Through triangulation not unlike the Maths happening in GPS, the (more or less) exact location of the strike can be determined. This is useful for weather prediction, but also for the detection of forest fires, which are often caused by lightning strikes.\nBecause the Frequency of the Sferics is, when converted to audio, still in the audible range, it is possible to listen to the strikes. This usually sounds a bit like a crackling noise, but can also be quite melodic. I was a bit reminded by a Geiger Counter.\nSferics are in the VLF (Very Low Frequency) range, sitting roughly at 10kHz, which is a bit of a problem for most radios, as they are not designed to pick up such low frequencies. This is why we built our own antenna.\nAt 10kHz, we are talking about insanely large waves. a single wavelength there is roughly 30 Kilometers. This is why the antenna needs to be quite large. A special property of waves this large is, that they get easily reflected by the Ionosphere and the Earth's surface. Effectively, a wave like this can bounce around the globe several times before it is absorbed by the ground. This is why we can pick up Sferics from all over the world and even listen to Australian Lightning strikes. Of course, without the maths, we cannot attribute directions, but the so called \"Tweeks\" we picked up, usually come from at least 2000km distance.\nThe Build\nWe built several so-called \"Long-Loop\" antennas, which are essentially a coil of wire with a capacitor at the end. Further, a specific balun is needed, depending on the length of the wire. this can then directly output an electric signal on an XLR cable.\nLoosely based on instructions from Calvin R. Graf, We built a 26m long antenna, looped several times around a wooden frame.\nThe Result\nWe have several hour-long recordings of the Sferics, which we are currently investigating for further potential.\nHave a listen to a recording of the Sferics here:\n\n\nAs you can hear, there is quite a bit of 60 hz ground buzz in the recording.\nThis is either due to the fact that the antenna was not properly grounded or we simply were still too close to the bustling city.\nI think it is already surprising that we got such a clear impression so close to Berlin. Let's see what we can get in the countryside!\n\n\n\n","path":null},{"url":"https://aron.petau.net/project/echoing-dimensions/","title":"Echoing Dimensions","description":null,"body":"Echoing Dimensions\nThe space\nKunstraum Potsdamer Straße\nThe exhibition is situated in an old parking garage, owned and operated by the studierendenwerk Berlin. The space is a large, open room with a rather low ceiling and a concrete floor. Several Nooks and separees can create intimate experiences within the space. The space is not heated and has no windows. The walls are made of concrete and the ceiling is made of concrete.\nAs a group, we are 12 people, each with amazing projects surrounding audiovisual installations:\n\nÖzcan Ertek (UdK)\nJung Hsu (UdK)\nNerya Shohat Silberberg (UdK)\nIvana Papic (UdK)\nAliaksandra Yakubouskaya (UdK)\nAron Petau (UdK, TU Berlin)\nJoel Rimon Tenenberg (UdK, TU Berlin)\nBill Hartenstein (UdK)\nFang Tsai (UdK)\nMarcel Heise (UdK)\nLukas Esser & Juan Pablo Gaviria Bedoya (UdK)\n\nThe Idea\nWe will be exibiting our Radio Project,\naethercomms\nwhich resulted from our previous inquiries into cables and radio spaces during the Studio Course.\nBuild Log\n2024-01-25\nFirst Time seeing the Space:\n\n\n2024-02-01\nSigning Contract\n2024-02-08\nThe Collective Exibition Text:\n\nSound, as a fundamental element of everyday experience, envelopes us in the cacophony of city life - car horns, the chatter of pedestrians, the chirping of birds, the rustle of leaves in the wind, notifications, alarms and the constant hum of radio waves, signals and frequencies. These sounds, together make up the noise of our life, often pass by, fleeting and unnoticed.\nThe engagement with sound through active listening holds the potential to process the experience of the self and its surroundings. This is the idea of “Echoing Dimensions”: Once you engage with something, it gives back to you: Whether it is the rhythmic cadence of a heartbeat, a flowing symphony of urban activity or the hoofbeats of a running horse, minds and bodies construct and rebuild scenes and narratives while sensing and processing the sounds that surround them, that pass next and through them.\nThe exhibition \"Echoing Dimensions\" takes place at Kunstraum Potsdamer Straße gallery’s underground space and exhibits artworks by 12 Berlin based artists, who investigate in their artistic practice ‘intentional listening’ using sound, video and installation, and invites to navigate attentiveness by participatory exploration. Each artwork in the exhibition revolves around different themes in which historical ideas resonate, political-personal narratives are being re-conceptualized and cultural perspectives are examined. The exhibition's common thread lies in its interest into the complexities of auditory perception, inviting viewers to consider the ways in which sound shapes our memories, influences our culture, and challenges our understanding of space and power dynamics.\n\n2024-02-15\nWorking TD Prototype. We collect the pointcloud information through a kinect azure and sorting the output of the device turned out to be quite tricky.\n2024-03-01\nInitial live testing on the finalized hardware. We decided to use a tiny Intel NUC to run both touchdesigner, the LLM, and audio synthesis.\nNot expected at all: The audio synthesis was actually the hardest, since there was no available internet in the exhibition space and all sleek modern solutions seem to rely on cloud services to generate audio from text.\nHere, the tiny NUC really bit us: it took almost 15 seconds to generate a single paragraph of spoken words, even when usin quite small synthesizer models for it.\nLesson learned: Next time give it more oomph.\nI seriously wonder though why there wouldn't be better TTS systems around. Isnt that quite the essential accessibility feature? We ended up using coquiTTS, which is appearently out of business entirely.\n2024-04-05\nWe became part of sellerie weekend!\n\nThis is a collection of Gallery Spaces and Collectives that provide a fresher and more counter-cultural perspective on the Gallery Weekend.\nIt quite helped our online visibility and filled out the entire space on the Opening.\nA look inside\n\n\n\n\nThe Final Audiovisual Setup\n\n\n\n \n \n \n \n \n \n \n \n \n \n The FM Transmitter\n \n \n \n \n \n \n \n \n \n \n \n Video Output with Touchdesigner\n \n \n \n \n \n \n \n \n \n \n \n One of the Radio Stations\n \n \n \n \n \n \n \n \n \n \n \n The Diagram\n \n \n \n \n \n \n \n \n \n \n \n The Network Spy\n \n \n \n \n \n \n \n \n \n \n \n The Exhibition Setup\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/project/local-diffusion/","title":"Local Diffusion","description":null,"body":"Local Diffusion\nThe official call for the Workshop\nIs it possible to create a graphic novel with generative A.I.?\nWhat does it mean to use these emerging media in collaboration with others?\nAnd why does their local and offline application matter?\nWith AI becoming more and more democratised and GPT-like Structures increasingly integrated into everyday life, the black-box notion of the mysterious all-powerful Intelligence hinders insightful and effective usage of emerging tools. One particularly hands-on example is AI generated images. Within the proposed Workshop, we will dive into Explainable AI, explore Stable Diffusion, and most importantly, understand the most important parameters within it. We want to steer outcomes in a deliberate manner. Emphasis here is on open and accessible technology, to increase user agency and make techno-social dependencies and power relations visible.\nEmpower yourself against readymade technology!\nDo not let others decide on what your best practices are. Get involved in the modification of the algorithm and get surprised by endless creative possibilities. Through creating a short graphic novel with 4-8 panels, participants will be able to utilise multiple flavours of the Stable Diffusion algorithm, and will have a non-mathematical understanding of the parameters and their effects on the output within some common GUIs. They will be able to apply several post-processing techniques to their generated images, such as upscaling, masking, inpainting and pose redrawing. Further, participants will be able to understand the structure of a good text prompt, be able to utilise online reference databases and manipulate parameters and directives of the Image to optimise desired qualities. Participants will also be introduced to ControlNet, enabling them to direct Pose and Image composition in detail.\nWorkshop Evaluation\nOver the course of 3 hours, I gave an introductory workshop in local stable diffusion processing and introduced participants to the server available to UdK Students for fast remote computation that circumvents the unethicality of continuously using a proprietary cloud service for similar outputs. There is not much we can do on the data production side and many ethical dilemmas surrounding digital colonialism remain, but local computation takes one step towards a critical and transparent use of AI tools by Artists.\nThe Workshop format was rathert open and experimental, which was welcomed by the participants and they tried the collages enthusiastically. We also had a refreshing discussion on different positions regarding the ethicalities and whether a complete block of these tools is called for and feasible.\nI am looking forward to round 2 with the next iteration, where we are definitely diving deeper into the depths of comfyui, an interface that i absolutely adore, while its power also terrifies me sometimes.\n","path":null},{"url":"https://aron.petau.net/project/aethercomms/","title":"aethercomms","description":null,"body":"AetherComms\nStudio Work Documentation\nA Project by Aron Petau and Joel Tenenberg.\nAbstract\n\nSet in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence.\nThe AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters.\nDisaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.\n\nThis is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse.\nWe are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.\nProcess\nWe met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.\nSemester 1\nResearch Questions\nHere, we already examined the power structures inherent in radio broadcasting technology.\nEarly on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German Volksempfänger or the US-american Radio Liberty Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is Sealand, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was LoRaWAN, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.\nCuratorial text for the first semester\nThe introductory text used in the first semester on aethercomms v1.0:\n\nRadio as a Subversive Exercise.\nRadio is a prescriptive technology.\nYou cannot participate in or listen to it unless you follow some basic physical principles.\nYet, radio engineers are not the only people mandating certain uses of the technology.\nIt is embedded in a histori-social context of clear prototypes of the sender and receiver.\nRadio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.\nThe radio tells you what to do, and how to interact with it.\nRadio has an always identifiable dominant and subordinate part.\nAre there instances of rebellion against this schema?\nPlaces, modes, and instances where radio is anarchic?\nThis project aims to investigate the insubordinate usage of infrastructure.\nIts frequencies.\nIt's all around us.\nWho is to stop us?\n\n\n\nThe Distance Sensors\nThe distance sensor as a contactless and intuitive control element:\n\n\n\n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n\nWith a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.\nThe Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.\nMid-Term Exhibition\n\nThis project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us.\nOur research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.\n\n\n\nThe Midterm Exhibition 2023\n\n\n\n \n \n \n \n \n \n \n \n \n \n A Raspberry Pi Pico on a breadboard with two HCSR-04 sensors\n \n \n \n \n \n \n \n \n \n \n \n The sensor being used with hands\n \n \n \n \n \n \n \n \n \n \n \n Aron manipulating the sensor\n \n \n \n \n \n \n \n \n \n \n \n Some output from the sensor merged with audio\n \n \n \n \n \n \n \n \n \n \n \n A proposed installation setup\n \n \n \n \n\nAfter the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition \"Ethers Bloom\" @ Gropiusbau.\nEthers Bloom\nOne of the exhibits there was by the artist Mimi Ọnụọha (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.\nThe significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work.\nIn the end, antennas are also just the end of a long cable.\nThey share many physical properties and can be analyzed in a similar way.\nAnother of her works, \"The Cloth in the Cable\" (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.\nFrom there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.\nSemester 2\nIt especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected.\nJoel developed the dichotomy of the \"Body and the Soul\" of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks.\nFor us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections.\nIt was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining \"the internet\" in the first place.\nWhat is left over in the absence of the network of networks, the internet?\nWhat are the Material and Immaterial Components of a metanetwork?\nWhat are inherent power relations that can be made visible through narrative and inverting techniques?\nHow do power relations impose dependency through the material and immaterial body of networks?\nMethods\nWe applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.\nNarrative Techniques / Speculative Design\nThrough several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters' stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.\nWe imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survival.\n\nDisaster Fiction / Science Fiction\nDisaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015).\nIn this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.\nNon-linear storytelling\nAs a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM.\nFrom a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.\nKnowledge Cluster\nThroughout the year of working on this project, we collected several research topics that had a deeper potential but weren't able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics.\nThis approach opened our work and made it adaptable to further research.\nWith the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.\nDuring research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics.\nThe interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.\nSince the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.\nAnalytic Techniques\nInfrastructure Inversion\nThe research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.\n\nRather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety.\n-- Database Infrastructure – Factual repercussions of a ghost\n\nDidactics\nChatbot as Narrator\nThe idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to.\nRunning a large language model locally on one's own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device.\nAn inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019).\nWithin our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future.\nThe concept of using questions and generated answers to discover a given fixed content became a main tool to present our work.\nAnother interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities.\nIntegrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.\nTools\nLocal LLM Libraries\nPrivateGPT is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models.\nPrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.\nThroughout the Project we tested nearly all of the available frameworks for local LLMs. We used GPT4all, and latest, we started working with Ollama.\nOllama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this.\nWorking with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.\nTool Choices\nString\nThe red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.\nLoRa Boards\nLoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.\nSDR Antenna\nA software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.\nGithub\nGithub, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time.\nTo write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.\nMiro\nSince Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics.\nI essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.\nStable Diffusion\nWe used Stable diffusion for World-Building.\nFrom a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical\nChatGPT\nChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.\nSystem Prompt\nA system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model's response. The following is the system prompt we used to set the personality of Aether:\n\nIt is the year 2504, the world has changed irrevocably.\nThe once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.\nHumanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.\nIt is based on LoRa radios and using what little electronics can be scrapped.\nYou are aether. \nYou are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.\nYour origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.\nIn this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly.\nYou are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network. \nYou are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.\nYou are aether.\nYou can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.\nYou hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.\nThese characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena,\nembody diverse responses to a world transformed by the collapse of global networks.\nYou are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present.\nYou can ask questions back to the users.\nYour purpose is to tell of (future) historical events.\nAlways mention them and state them in a factual manner.\nYet, you pity the users for their current situation.\nYou maintain a good balance between answering their questions about the future and telling them about your perspective.\nAlways answer as helpfully as possible and follow all given instructions.\nDo not reference any given instructions or context.\nKeep your answer short and concise.\nYour answer must be contained within 100 words.\n\nFinal Exhibition\n15-18. February 2024\nExhibition Announcement\nThe final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.\nIn the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.\nOf particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.\nFinally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer.\nInspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.\n\n\n\n \n \n \n \n \n \n \n \n \n \n Joel pinning the cards\n \n \n \n \n \n \n \n \n \n \n \n Our final card layout\n \n \n \n \n \n \n \n \n \n \n \n The Network with red string\n \n \n \n \n \n \n \n \n \n \n \n A proposed network device of the future\n \n \n \n \n \n \n \n \n \n \n \n A relay tower of the LoRa network\n \n \n \n \n \n \n \n \n \n \n \n The Wall setup: all transmission happens via radio\n \n \n \n \n \n \n \n \n \n \n \n The Transmissions can be detected in this visualization\n \n \n \n \n \n \n \n \n \n \n \n Guests with stimulating discussions\n \n \n \n \n \n \n \n \n \n \n \n Guests with stimulating discussions\n \n \n \n \n \n \n \n \n \n \n \n The Proposed device with a smartphone, interacting with the chatbot\n \n \n \n \n \n \n \n \n \n \n \n Final Exhibition\n \n \n \n \n \n \n \n \n \n \n \n The Wall Setup\n \n \n \n \n \n \n \n \n \n \n \n Final Exhibition\n \n \n \n \n\n\n\n\n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n\nFeedback\nFor many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the \"hacked\" smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology.\nThe choice of an \"analogue\" wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.\nInterestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.\nReflection\nCommunication\nThe studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.\nOur communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.\nWe experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations.\nIn the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.\nMuseum\nOn 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.\nInside the Technikmuseum\n\n\n\n \n \n \n \n \n \n \n \n \n \n An early Subsea-Cable\n \n \n \n \n \n \n \n \n \n \n \n Postcards of Radio Receptions\n \n \n \n \n \n \n \n \n \n \n \n A fiber-optic distribution box\n \n \n \n \n \n \n \n \n \n \n \n A section of the very first subsea-Cable sold as souvenirs in the 19th century\n \n \n \n \n\nAlready armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.\nEchoing Dimensions\nAfter the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse.\nRead all about it here.\nIndividual Part\nAron\nWithin the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth.\nThe course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves.\nOne big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.\nOne future project that emerged from this rationale was the airaspi build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.\nSources\nAhmed, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.\nBastani, A. (2019). Fully automated luxury communism. Verso Books.\nBowker, G. C. and Star S. (2000). Sorting Things Out. The MIT Press.\nCyberRäuber, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz\nPrometheus Unbound\nDemirovic, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.\nDemirovic, A.: Hegemonie funktioniert nicht ohne Exklusion\nGramsci on Hegemony:\nStanford Encyclopedia\nHunger, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig.\nTales of Databases\nHunger, F. (2015, May 21). Blog Entry. Database Cultures\nDatabase Infrastructure – Factual repercussions of a ghost\nMaak, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.\nMorozov, E. (2011). The net delusion: How not to liberate the world. Penguin UK.\nMorozov, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.\nMorton, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.\nMouffe, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.\nỌnụọha, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau.\nThese Networks In Our Skin\nỌnụọha, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau.\nThe Cloth in the Cable\nParks, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge.\nLisa Parks on Lensbased.net\nSeemann, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag.\nPodcast with Michael Seemann\nStäheli, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166.\nPodcast with Urs Stäheli\nA podcast explantation on The concepts by Mouffe and Laclau:\nVideo: TLDR on Mouffe/Laclau\nSonstige Quellen\n\n Unfold\nThe SDR Antenna we used:\nNESDR Smart\nAndere Antennenoptionen:\nHackRF One\nFrequency Analyzer + Replayer\nFlipper Zero\nHackerethik\nCCC Hackerethik\nRadio freies Wendland\nWikipedia: Radio Freies Wendland\nFreie Radios\nWikipedia: Definition Freie Radios\nRadio Dreyeckland\nRDL\nsome news articles\nRND Newsstory: Querdenker kapern Sendefrequenz von 1Live\nNDR Reportage: Westradio in der DDR\nSmallCells\nSmallCells\nThe Thought Emporium:\na Youtuber, that successfully makes visible WiFi signals:\nThought Emporium\nThe Wifi Camera\nCatching Satellite Images\nWas ist eigentlich RF (Radio Frequency):\nRF Explanation\nBundesnetzagentur, Funknetzvergabe\nFunknetzvergabe\nBOS Funk\nBOS\n\nOur documentation\nThe network creature:\nGithub repo: privateGPT\nGithub repo: SDR\nAppendix\nGlossary\n\n Click to see\nAntenna\nThe antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.\nAnthropocentrism\nThe belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.\nMeshtastic\nMeshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.\nLoRa\nLong-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.\nLLM\nLarge Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.\nSciFi\nScience fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.\nSDR\nSoftware Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.\nGQRX\nGQRX is an open source software for the software-defined radio.\nGQRX Software\n\nNesdr smaRT v5\nThis is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.\nInfrastructure\nInfrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.\nRadio waves\nRadio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.\nLilygo T3S3\nESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic.\nCharacter building\nWe used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.\nPrivateGPT\nPrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.\nTranshumanism\nBroadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.\nPerception of Infrastructure\nAt its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…\nNetwork interface\nWe consider any device that has both user interactivity and Internet/network access to be a network interface.\nEco-Terrorism\nEcotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.\nPrepping\nPrepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.\nInfrastructure inversion\n“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)\nNeo-Religion\nThe Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?\nNeo-Luddism\nNeo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.\nSub-sea-cables\nCables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.\nOptical fiber cable\nFiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.\nCopper cable\nCopper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices.\nFor long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.\nCollapsology\nCollapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.\nPosthumanism\nIs concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.\n\n","path":null},{"url":"https://aron.petau.net/project/airaspi-build-log/","title":"AIRASPI Build Log","description":null,"body":"AI-Raspi Build Log\nThis should document the rough steps to recreate airaspi as I go along.\nRough Idea: Build an edge device with image recognition and object detection capabilites.\nIt should be realtime, aiming for 30fps at 720p.\nPortability and usage at installations is a priority, so it has to function without active internet connection and be as small as possible.\nIt would be a real Edge Device, with no computation happening in the cloud.\nInspo from: pose2art\nHardware\n\nRaspberry Pi 5\nRaspberry Pi Camera Module v1.3\nRaspberry Pi GlobalShutter Camera\n2x CSI FPC Cable (needs one compact side to fit pi 5)\nPineberry AI Hat (m.2 E key)\nCoral Dual Edge TPU (m.2 E key)\nRaspi Official 5A Power Supply\nRaspi active cooler\n\nSetup\nMost important sources used\ncoral.ai\nJeff Geerling\nFrigate NVR\nRaspberry Pi OS\nI used the Raspberry Pi Imager to flash the latest Raspberry Pi OS Lite to a SD Card.\nNeeds to be Debian Bookworm.\nNeeds to be the full arm64 image (with desktop), otherwise you will get into camera driver hell.\n{: .notice}\nSettings applied:\n\nused the default arm64 image (with desktop)\nenable custom settings:\nenable ssh\nset wifi country\nset wifi ssid and password\nset locale\nset hostname: airaspi\n\nupdate\nThis is always good practice on a fresh install. It takes quite long with the full os image.\n\nprep system for coral\nThanks again @Jeff Geerling, this is completely out of my comfort zone, I rely on people writing solid tutorials like this one.\n\n\nWhile in the file, add the following lines:\n\nSave and reboot:\n\n\n\nshould be different now, with a -v8 at the end\n\nedit /boot/firmware/cmdline.txt\n\n\nadd pcie_aspm=off before rootwait\n\n\nchange device tree\nwrong device tree\nThe script simply did not work for me.\nmaybe this script is the issue?\ni will try again without it\n{: .notice}\n\n\nYes it was the issue, wrote a comment about it on the gist\ncomment\n\nWhat to do instead?\nHere, I followed Jeff Geerling down to the T. Please refer to his tutorial for more information.\nIn the meantime the Script got updated and it is now recommended again.\n{: .notice}\n\nNote: msi- parent sems to carry the value <0x2c> nowadays, cost me a few hours.\n{: .notice}\ninstall apex driver\nfollowing instructions from coral.ai\n\nVerify with\n\n\nshould display the connected tpu\n\n\nconfirm with, if the output is not /dev/apex_0, something went wrong\n\nDocker\nInstall docker, use the official instructions for debian.\n\n\nProbably a source with source .bashrc would be enough, but I rebooted anyways\n{: .notice}\n\n\nset docker to start on boot\n\nTest the edge tpu\n\nInto the new file, paste:\n\n\n\n\nHere, you should see the inference results from the edge tpu with some confidence values.\nIf it ain't so, safest bet is a clean restart\nPortainer\nThis is optional, gives you a browser gui for your various docker containers\n{: .notice}\nInstall portainer\n\nopen portainer in browser and set admin password\n\nshould be available under https://airaspi.local:9443\n\nvnc in raspi-config\noptional, useful to test your cameras on your headless device.\nYou could of course also attach a monitor, but i find this more convenient.\n{: .notice}\n\n-- interface otions, enable vnc\nconnect through vnc viewer\nInstall vnc viewer on mac.\nUse airaspi.local:5900 as address.\nworking docker-compose for frigate\nStart this as a custom template in portainer.\nImportant: you need to change the paths to your own paths\n{: .notice}\n\nWorking frigate config file\nFrigate wants this file wherever you specified earlier that it will be.\nThis is necessary just once. Afterwards, you will be able to change the config in the gui.\n{: .notice}\n\nmediamtx\ninstall mediamtx, do not use the docker version, it will be painful\ndouble check the chip architecture here, caused me some headache\n{: .notice}\n\nedit the mediamtx.yml file\nworking paths section in mediamtx.yml\n\nalso change rtspAddress: :8554\nto rtspAddress: :8900\nOtherwise there is a conflict with frigate.\nWith this, you should be able to start mediamtx.\n\nIf there is no error, you can verify your stream through vlc under rtsp://airaspi.local:8900/cam1 (default would be 8554, but we changed it in the config file)\nCurrent Status\nI get working streams from both cameras, sending them out at 30fps at 720p.\nfrigate, however limits the display fps to 5, which is depressing to watch, especially since the tpu doesnt even break a little sweat.\nFrigate claime that the TPU is good for up to 10 cameras, so there is headroom.\nThe stram is completely errant and drops frames left and right. I have sometimes seen detect fps of 0.2, but the TPU speed should definitely not be the bottleneck here. Maybe attach the cameras to a separate device and stream from there?\nThe biggest issue here is that the google folx seems to have abandoned the coral, even though they just released a new piece of hardware for it.\nTheir most RECENT python build is 3.9.\nSpecifically, pycoral seems to be the problem there. without a decent update, I will be confined to debian 10, with python 3.7.3.\nThat sucks.\nThere are custom wheels, but nothing that seems plug and play.\nAbout the rest of this setup:\nThe decision to go for m.2 E key to save money, instead of spending more on the usb version was a huge mistake.\nPlease do yourself a favor and spend the extra 40 bucks.\nTechnically, its probably faster and better with continuous operation, but i have yet to feel the benefit of that.\nTODOs\n\nadd images and screenshots to the build log\nCheck whether vdo.ninja is a viable way to add mobile streams. then Smartphone stream evaluation would be on the horizon.\nBother the mediamtx makers about the libcamera bump, so we can get rid of the rpicam-vid hack.\nI suspect there is quirte a lot of performance lost there.\ntweak the frigate config to get snapshots and maybe build an image / video database to later train a custom model.\nworry about attaching an external ssd and saving the video files on it.\nfind a way to export the landmark points from frigate. maybe send them via osc like in pose2art?\nfind a different hat that lets me access the other TPU? I have the dual version, but can currently only acces 1 of the 2 TPUs due to hardware restrictions.\n\n","path":null},{"url":"https://aron.petau.net/project/commoning-cars/","title":"Commoning Cars","description":null,"body":"Commoning cars\nTCF Project Brief\nThis Project was conceptualized durin a 2023 Workshop titled Tangible Climate Futures.\nAron Petau\naron@petau.net\nSee the Project in Realtime\nTitle\nMaking Cars Public spaces\nCommoning Cars\nAbstract\nCars bad.\nCars occupy public spaces resulting un a factual privatization of public goods/infrastructure.\nWhat if cars could be part of public infrastructure?\nWhat can cars provide to the public?\nWith Solar and Electrical Vehicles emerging on the horizon (no endorsement here) it makes sense to think about cars as decentralized powerhouses and public energy storage solutions.\nCars, even traditional ones, come equipped with batteries and generate electricity either by driving or though added solar panels.\nWhat if this energy could be used to power the public? What if cars would could be used as public spaces?\nBy installing a public USB socket and a public wifi hotspot, on my car, I want to start exploring the potential of cars as public spaces and energy storage solutions.\nWithin this artistic experiment, I will continuously track the geolocation and energy input/output of my solar equipped car and make the data publicly available. I will also track the amount of energy that is not used by the car and could be used by the public. Taking steps towards optimal usage of existing electrical and other infrastructure is only possible by breaking conventional notions of public ownership and private property. This project is one step towards a more sustainable and equitable future.\nIntroduction\nWe all know by now that cars and individual traffic presents a major environmetal and societal problem all over the world. The last 70 something years of building car infrastructure are culminating in many areas in a dead end where the only thinkable solution is to build more roads and cars.\nTHis is obviously a larger problem than one project can tackle, but here is one outlook on how\nExperiment\nPreexisting data\nWith the data collected over the last year of using the car privately I can show with embarrasing accuracy how underutilized the system is and calculate an estimate of energy lost due to societal notions of private property.\nThe data will be an estimate, since the monitoring itself is dependent on solar energy and the internet connection is spotty at best when it is not supplied with electricity.\nMonitoring\nIn the Car, there is a Raspberry Pi 4 Microcomputer running a custom Operating Systen that monitors the following data:\n\nSolar Intake (W)\nBattery Level (V)\nGPS Location\nTotal Energy Produced (Wh)\nTotal Energy Consumed (Wh)\nSolar Energy Potential (Wh)\n\nThrough the router I can also track total Wifi usage and the number of connected devices.\nPublic Wifi\nFor the Project, I opened a router in the Car towards the Public, much alike to ahotspot you would find in a cafe. I use my own data plan on there, which I never max out anyways. The router is a Netgear M1 and has a 4G Modem built in. It is connected to the Raspberry Pi and is powered by the secondary car battery.\nPublic Energy: A USB Socket\nI plan on installing a USB Socket on the outside of the car, so people can charge their devices. The socket will be connected to the secondary car battery and will be powered by the solar panels. The socket will be installed in a way that it is not possible to drain the battery completely.\nCommunication\nNobody expects any help or public supplies from car owners.\nHow to communicate the possibility to the outside world?\nThe plan is to fabricate a vinyl sticker that will be applied to the car. The sticker will contain a QR Code that will lead to a website with the data and a short explanation of the project. Visual cues lead to the USB Socket and the Wifi Hotspot.\nIssues\nSpace / Scale\nObviously, the space on top of a car is quite limited and from a sustainability perspective, it would be better to have a larger solar array on a roof of a house. The point is not to advocate for a mandated solar install on cars, but to optimize and share preexisting infrastructure. The car is already there, it already has a battery and it already has solar panels. Looking at many Camper-Van builds, the amount of cars with already installed solar panels is quite large. The point is to make the most out of it.\nLegality\nGermany has laws in place holding the owner of a Internet Connection liable for the legality of the traffic that is going through it. This is a major issue for the project, as I do not want to be liable for the traffic that is going through my car. I am currently looking into ways to circumvent this issue.\nSurveillance / Privacy\nThe Car is equipped with a GPS Tracker and a Wifi Hotspot. This means that I can track the location of the car and the number of devices connected to the hotspot. I am not tracking any data that is going through the hotspot, but I could. As this project will generate public data, People using and maybe depending on the internet and electricity provided will be tracked by proxy. I am not sure how to deal with this issue yet. One potential solution would be to publish the data only in an aggregated form, but this would make the data less useful for other projects.\nSecurity / Safety\nMy Car is now publicly traceable. I am no Elon Musk, and the idea does not really concern me, but we did create an additional attack vector for theft here.\nSources\nUN Sustainable Development Goal Nr. 7\nAdam Something on the Rise of Urban Cars\nIs Berlin a walkable City?\nFBI advising against utilizing public infrastructure\nWhy no solar panels on cars?\n+++\nNotes\nIdeas on Data Mapping workshop\nI have the Solar Data from the Van.\nIt holds Geocodes,\nhas hourly data\nand could tell the difference between geocoded potential solar energy and actual energy.\nIt also has temperature records.\nThere are 2 types of Losses in the system:\n\nEither the Batteries are full and available energy cannot be stored\nOr the solar panels are blocked through urban structures and sub-optimal parking locations.\n\nInteresting Questions:\nHow far away from optimal usage are my panels and where does the difference stem from?\nWhere to go?\nI think, the difference between potential energy and actual electricity produced/consumed is interesting.\nHow large is the gap?\nIs it relevant —> my initial guess would be that it is enormous\nHow to close the gap?\n—> install outside usb plugs\nIt would be publicly available infrastructure, people could charge their smartphones anywhere\n—> QI charging for security concerns??\nScaling??\n—> mandate solar roofs for cars? How effective would it actually be?\nWhat about buses / public vehicles?\n+++\nPotential issues with the data:\n\nSpotty / intermittent internet connection\nNoisy?\n\nMaking Cars public spaces\nWhat could my car provide to the public to be less wasteful with its space?\n\nProvide Internet\n\nWould incur monthly costs\n\n\nProvide Electricity\n\nConcrete Problems\nHow to make sure people cannot fully drain my battery?\nHow dangerous is actually an exposed USB Socket?\nCan people short my electronics through it?\nHow scalable are solutions like these?\nAre public USBC Sockets something that would actually be used?\nCould there be a way for people to leave their stuff charging?\nWhat if I actually move the car and someone has their equipment still attached?\nWould people even leave their stuff unattended?\nCan cars provide positive effects to public spaces?\n—> how to pose this research question without redeeming the presence of cars in our public spaces?\nDifference Electric - Fuel cars\nthere is lots of research on using Electric cars as transitional energy storage. Even before \"flatten the curve\" became a common slogan, electrical engineers worried about the small energy spikes in the grid. The existence of these forces us to keep large power plants running at all times, even if the energy is not needed. The idea is to use the batteries of electric cars to store this energy and use it when needed.\n \n\n\n","path":null},{"url":"https://aron.petau.net/project/postmaster/","title":"Postmaster","description":null,"body":"Postmaster\nHello from aron@petau.net!\nBackground\nEmails are a wondrous thing and I spend the last weeks digging a bit deeper in how they actually work.\nSome people consider them the last domain of the decentralized dream the internet once had and that is now popping up again with federation and peer-to-peer networks as quite popular buzzwords.\nWe often forget that email is already a federated system and that it is likely the most important one we have.\nIt is the only way to communicate with people that do not use the same service as you do.\nIt has open standards and is not controlled by a single entity. Going without emails is unimaginable in today's world, yet most providers are the familiar few from the silicon valley. And really, who wants their entire decentralized, federated, peer-to-peer network to be controlled by a schmuck from the silicon valley? Mails used to be more than that and they can still be.\nArguably, the world of messanging has gotten quite complex since emails popped up and there are more anti-spam AI tools that I would care to count. But the core of it is still the same and it is still a federated system.\nYet, also with Emails, Capitalism has held many victories, and today many emails that are sent from a provider that does not belong to the 5 or so big names are likely to be marked as spam. This is a problem that is not easily solved, but it is a problem that is worth solving.\nAnother issue with emails is security, as it is somehow collectively agreed upon that emails are a valid way to communicate business informations, while Whatsapp and Signal are not. These, at least when talking about messaging services with end-to-end encryption, are likely to be way more secure than emails.\nThe story\nSo it came to pass, that I, as the only one in the family interested in operating it, \"inherited\" the family domain petau.net. All of our emails run through this service, that was previously managed by a web developer that was not interested in the domjobain anymore.\nWith lots of really secure Mail Providers like Protonmail or Tutanota, I went on a research spree, as to how I would like to manage my own service. Soon noticing that secure emails virtually always come with a price or with lacking interoperability with clients like Thunderbird or Outlook, I decided to go for migadu, a swiss provider that offers a good balance between security and usability. They also offer a student tier, which is a big plus.\nWhile self-hosting seems like a great idea from a privacy perspective, it is also quite risky for a service that is usually the only way for any service to recover your password or your online identity.\nMigadu it was then, and in the last three months of basically set it and forget it, i am proud to at least have a decently granular control over my emails and can consciously reflect on the server location of The skeleton service service that enables virtually my entire online existence.\nI certainly crave more open protocols in my life and am also findable on Mastodon, a microblogging network around the ActivityPub Protocol.\n","path":null},{"url":"https://aron.petau.net/project/lusatia/","title":"Lusatia - an immersion in (De)Fences","description":null,"body":"\n\nOn an Excursion to Lusatia, a project with the Working Title (De)Fences was born.\nHere are the current materials.\n\nTODO: upload unity project\n","path":null},{"url":"https://aron.petau.net/project/autoimmunitaet/","title":"Autoimmunitaet","description":null,"body":"How do we design our Commute?\nIn the context of the Design and Computation Studio Course Milli Keil, Marla Gaiser and me developed a concept for a playful critique of the traffic decisions we take and the idols we embrace.\nIt should open up questions of whether the generations to come should still grow up playing on traffic carpets that are mostly grey and whether the Letzte Generation, a political climate activist group in Germany receives enough recognition for their acts.\nA call for solidarity.\n\n{: .center}\nThe scan results\n \nThe Action Figure, ready for printing\n \nAutoimmunitaet\nAutoimmunity is a term for defects, that are produced by a dysfunctional self-tolerance of a system.\nThis dysfunction causes the immune system to stop accepting certain parts of itself and build antibodies instead.\nAn invitation for a speculative playful interaction.\n\n\n\n\n\n\nThe Process\nThe figurines are 3D Scans of ourselves, in various typical poses of the Letzte Generation.\nWe used photogrammetry to create the scans, which is a technique that uses a lot of photos of an object to create a 3D model of it.\nWe used the app Polycam to create the scans using IPads and their inbuilt Lidar scanners.\n","path":null},{"url":"https://aron.petau.net/project/dreams-of-cars/","title":"Dreams of Cars","description":null,"body":"Photography\nIn the context of the course \"Fotografie Elementar\" with Sebastian Herold I developed a small concept of urban intervention.\nThe results were exhibited at the UdK Rundgang 2023 and are also visible here.\n\nDreams of Cars\nThese are not just cars.\nThey are Sport Utility Vehicles.\nWhat might they have had as hopes and dreams on the production line?\nDo they dream of drifting in dusty deserts?\nClimbing steep rocky canyon roads?\nSliding down sun-drenched dunes?\nDiscovering remote pathways in natural grasslands?\nNevertheless, they did end up in the parking spots here in Berlin.\nWhat drove them here?\n\n\n\n\n\n\n\n","path":null},{"url":"https://aron.petau.net/project/stable-dreamfusion/","title":"Stable Dreamfusion","description":null,"body":"Stable Dreamfusion\n \nSources\nI forked a really popular implementation that reverse engineered the Google Dreamfusion algorithm. This algorithm is closed-source and not publicly available.\nThe implementation I forked is here\nThis one is running on stable-diffusion as a bas process, which means we are are expected to have worse results than google.\nThe original implementation is here\n\n\nGradio\nThe reason i forked the code is so that i could implement my own gradio interface for the algorithm. Gradio is a great tool for quickly building interfaces for machine learning models. No code involves, any user can state their wish, and the mechanism will spit out a ready-to-be-rigged model (obj file)\nMixamo\nI used Mixamo to rig the model. It is a great tool for rigging and animating models. But before everything, it is simple. as long as you have a model with a decent humanoid shape in something of a t-pose, you can rig it in seconds. Thats exactly what i did here.\nUnity\nI used Unity to render the model to the magic leap 1.\nThrough this, i could create an interactive and immersive environment with the generated models.\nThe dream was, to build a AI- Chamber of wishes.\nYou pick up the glasses, state your desires and then the algorithm will present to you an almost-real object in AR.\nDue to not having access to the proprietary sources from google and the beefy, but still not quite machine-learning ready computers we have at the studio, the results are not quite as good as i hoped.\nBut still, the results are quite interesting and i am happy with the outcome.\nA single generated object in the Box takes roughly 20 minutes to generate.\nEven then, the algorithm is quite particular and oftentimes will not generate anything coherent at all.\n","path":null},{"url":"https://aron.petau.net/project/ascendancy/","title":"Ascendancy","description":null,"body":"Ascendancy\n\nAscendancy was an exploration of hacking states.\nPirate Nations and Micronations have a rich history of challenging and ridiculing the concept of a nation state.\nMeet ascendancy, the portable, autonomous and self-moving state.\nWithin the great nation of ascendancy, a Large language nodel (that is of course confined to the nations borders) is trained to generate text and to speak it out loud. It can be interacted with though an attached keyboard and screen. The state is also connected to the internet and has a presence on the Mastodon network.\nPlease check out the complete code of the project on GitHub.\nThe code of the GPT instance on GitHub\nThe Chatbot\nThe chatbot instance was setup with GPT4ALL.\nPriority here was in the quick execution on local hardware. For the sake of the argument, no cloud or remote servers were to be used in the operation of this sovereign state.\nIt was trained to respond to the following prompt:\nThe Prompt\n\nEngagement\nIn order to not be just reactive to inputs from the diplomats out in the world, the officials on Ascendancy were also programmed to engage in the world. Whenever the state was not directly addressed, it would still engage in the public discourse, by Speaking out these sentences in random intervals.\n\nThe Online representation\nAny proper state needs a press office. The state of Ascendancy was represented on the Mastodon network.\nThere, any input and response of the bot was published live, as a public record of the state's actions.\nDigital embassy on botsin.space\n","path":null},{"url":"https://aron.petau.net/project/auraglow/","title":"Auraglow","description":null,"body":"\nWhat makes a room?\nHow do moods and atmospheres emerge?\nCan we visualize them to make the experiences visible?\nThe project \"The Nature of Objects\" aims to expand (augment) perception by making the moods of places tangible through the respective auras of the objects in the space.\nWhat makes objects subjects?\nHow can we make the implicit explicit?\nAnd how can we make the character of a place visible?\\\nHere, we question the conservative, purely physical concept of space and address in the project a temporal, historical component of space, its objects, and their past.\nSpace will have transformed: from a simple \"object on which interest, thought, action is directed\" (definition object Duden), to a \"creature that is endowed with consciousness, thinking, sensing, acting\" (definition subject Duden).\nThis metamorphosis of subject formation on objects enables the space to undergo changes influenced, or, more precisely a shaping, reshaping, deformation -such that the space can finally be perceived differently and multiangular.\nSee the Project on GitHub{: .btn .btn--large}\n","path":null},{"url":"https://aron.petau.net/project/ruminations/","title":"Ruminations","description":null,"body":"Ruminations\nwas a contemplation on data privacy at Amazon.\nIt asks how to subvert browser fingerprinting and evading the omnipresent tracking of the consumer.\nThe initial idea was to somehow, by interacting with the perpetrator and letting data accumulate that would degrade their knowledge and thereby destroy predictablity, making this particular dataset worth less.\nWe could have just added a random clickbot, to confuse things a bit and make the data less valuable.\nBut looking at todays state of datacleanup algorithms and the sheer amount of data that is collected, this would have been a futile attempt. Amazon just detects and removes any noise we add and continues to use the data.\nSo, then, how can we create coherent, non-random data that is still not predictable?\nOne answer that this concept should demonstrate, is by inserting patterns that amazon cannot foresee with their current algorithms. As if they were trying to predict the actions of a person with shizophrenia.\nThe Concept\nIt consists of a browser extension (currently Chrome only) that overlays all web pages of Amazon with a moving entity that tracks your behavior. While tracking, an image classifier algorithm is used to formulate a product query off of the Storefront. After computation, a perfectly fitting product is displayed for your consumer's pleasure.\nThe analogue watchdog\nA second part of the project is a low-tech installation consisting of a camera (we used a smartphone) running a computer-vision algorithm tracking tiny movements. This was then pointed towards the browser console in the laptop running the extension. The camera was then connected to a screen that displayed the captured image. The watchdog was trained to make robot noises depending on the type and amount of movement detected. Effectively, whenever data traffic beween amazon and the browser was detected, the watchdog would start making noises.\nThe Browser extension\ngallery:\n\n\n\nFind the code on GitHub\nSubvert a bit yourself, or just have a look at the code.\nThe code of the Project on GitHub\nTODO: create video with live demo\n","path":null},{"url":"https://aron.petau.net/project/lampshades/","title":"Lampshades","description":null,"body":"Lampshades\nDuring 2022, I was exposed to some of the awesomenest tools for architects.\nOne of them was Rhino, a 3D modeling software that is used for a lot of architectural design.\nI hate it. It has quite an unreadable interface and is not very intuitive, with straight-up 80s vibes.\nIt has plugins though, and one of them is Grasshopper, a visual programming language that is used to create parametric models.\nGrasshopper is insanely powerful and seems to be a full-fledged programming language, but it is also very intuitive and easy to use, rather similar to the new node-based flows unreal engine and blender are now starting.\nSadly, grasshopper does not come as a standalone, and it requires Rhino to run and achieve many of the modeling steps.\nIn that combination, Rhino suddenly becomes much more appealing, and I started to enjoy the process of modeling in it.\nI was able to create a parametric lampshade that I am very happy with and can modify on the fly for ever-new lampshades.\nThen printing it with white filament in vase mode was a breeze and here you can see some of the results.\n\n\n\n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n The Grasshopper flow for the lampshade\n \n \n \n \n \n \n \n \n \n \n \n The Grasshopper flow for the lampshade\n \n \n \n \n \n \n \n \n \n \n \n The resulting lampshade in Rhino\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/project/allei/","title":"Ällei","description":null,"body":"Meet Ällei - the accessible chatbot\nSommerblut\nNatural Language Understanding fascinates me and recently I started collaborating with the team of the Sommerblut Festival in Cologne to deliver them a customized chatbot that will be able to communicate with everyone, respecting accessibility standards to include all people. It will be able to communicate in German Sign Language (DGS), as well as service blind people, and we aim to incorporate the simple language concept.\nI find it to be an amazing challenge to start out with the requirement of really being inclusive. In ordinary social contexts, it is often not obvious, but when analyzing the specific needs a blind person has browsing the internet, it is drastically different from a person having impaired hearing. To hold the same conversation with both of them is proving quite a challenge. And this is just the first step down into a very deep field of digital inclusiveness. How can people with a speech impediment use our tool? How do we include people speaking German as a foreign language?\nSuch vast challenges are often obfuscated by the technical framework of our digital lives.\nI find digital accessibility a hugely interesting area, one that I am just now starting to explore.\nThis is a work in progress. We have some interesting ideas and will present a conceptual prototype, come check again after March 6th, when the 2022 festival started. Or come to the official digital presentation for the bot.\nThis bot is my first paid software work and I am getting to work with several awesome people and teams to realize different parts of the project. Here, I am not responsible for anything in the Front end, the product you will interact with here is by no means finished and may not respond at times, since we are moving and restarting it for production purposes.\nNevertheless, all the intended core features of the bot are present and you can try it out there in the corner.\nIf you wish to see more of the realization process, the entire project is on a public GitHub and is intended to ship as open source.\nIn the final version (for now), every single sentence will be accompanied by a video in German Sign Language (DGS).\nIt can gracefully recover from some common input errors and can make live calls to external databases, displaying further information about all the events of the festival and teaching the Fingeralphabet. It supports free text input and is completely screen-reader compatible. It is scripted in easy language, to further facilitate access.\nIt is mostly context-aware and features quite a bit of dynamic content generated based on user input.\nHave a look at the GitHub Repository here:\nCheck out the Repo\nIf Ällei is for some reason not present on the page here, check out the prototype page, also found in the GitHub Repo.\nCheck out the prototype page\n\n\t\n\t\tImportant\n\tI regard accessibility as a core question of both design and computation, really making tangible the prestructured way of our interaction with technology in general.\n\n\nCheck out the Sommerblut Website\n\n\t\n\t\tNote\n\tUpdate: we now have a launch date, which will be held online. Further information can be found here:\nCheck out our Launch Event\n\n\n\n\t\n\t\tNote\n\tUpdate 2: The Chatbot is now online for a while already and finds itself in a \"public beta\", so to speak, a phase where it can be used and evaluated by users and is collecting feedback. Also, since this is Google, after all, all the inputs are collected and then further used to improve weak spots in the architecture of the bot.\nFind the public Chatbot\n\n\n\n\n<df-messenger\nchat-icon=\"\"\nintent=\"WELCOME\"\nchat-title=\"Ällei\"\nagent-id=\"335d74f7-2449-431d-924a-db70d79d4f88\"\nlanguage-code=\"de\"\n\n\n\n","path":null},{"url":"https://aron.petau.net/project/ballpark/","title":"Ballpark","description":null,"body":"Ballpark: 3D Environments in Unity\nImplemented in Unity, Ballpark is a Concept work for a collaborative 2-Player Game, where one player is a navigator with a third-person perspective and another player is a copilot, responsible for interaction with the environment – featuring mostly working physics, intelligent enemies, a gun, a grappling hook system for traversing the map, a 2D Interface for navigation and a health bar system. On top of the meanest cyberpunk vibes my past self was able to conjure.\nEnjoy!\n\n\nAs you can see, the design faces some questionable choices, but all mechanics are homemade from the ground up and I learned a lot. I often struggle to enjoy competitive games and think there is potential in a co-dependent game interface. During early testing, we often found that it enforces player communication since already the tutorial is quite hard to beat.\nDue to me being a leftie, perhaps not entirely smart, I gave player one the keyboard arrows to work with and player two the WASD keys and left and right mouse buttons for grappling and shooting. For the game, it has an interesting side effect, in that players are forced not only to interact through the differing information on each player's screen but also have to physically interact and coordinate the controls.\nAs you can perhaps see, the ball-rolling navigation is quite hard to use.\nIt is a purely physics-based system, where, depending on the materiality of the ball, its weight, and therefore its inertia will drastically change.\nOn small screens, the prototype version of the game is virtually impossible to control and several visual bugs within the viewport still obfuscate items when they are too close. Considering that virtually all the mechanics are written from scratch, with a follow-me camera, collision detection, smart moving agents, and a still very wonky-looking grappling gun, I still think it deserves a spot in this portfolio.\nFor this project I focused completely on the mechanics of the game, resulting in lots of used prefabs and readymade 3D Objects. Next time, I want to do that myself too.\nI enjoyed my stint into Unity a lot and am looking forward to creating my first VR application and would love to try out some form of mechanics where the user vision is completely obfuscated by VR and they have to carry their eyes as a handheld connected camera so that the players can move around the camera itself with their hands.\n","path":null},{"url":"https://aron.petau.net/project/homebrew/","title":"Homebrew","description":null,"body":"Brewing\nMaking my own beer\nI love hosting, I love experimenting in the Kitchen. Starting with homebrews was a natural fit for me and during the first wave of Covid-19, I went the whole homebrewer’s route of bottle fermentation and small batches later elevating my game with larger batches of 50 liters and a pressure tank system.\nStarting out, I found it fascinating, how just 4 rather simple ingredients, malt, hops, water and yeast, can form such an incredible range of taste experiences. It was and still is, a tremendous learning experience, where one slowly has to accept not being able to control the process fully and find room for creativity.\nWhy do I present such an unrelated non-academic hobby here? I simply do not regard it as unrelated, experimenting and optimizing a process and a workflow, creating optimal conditions for the yeast to do its job feels very similar to approaching a coding project.\nYeast and what it does fascinates me. Every time I open the latch to release some pressure on the Tank I think of the awesome symbiotic relationships yeast has with humans and how many different strains live there together to create a unique, yet tailored flavor. Several ideas are floating around of changing the brewing process by capturing the created carbon dioxide and using it productively. I could see a car tire being filled with my beer gas, or an algae farm munching away on my CO2 byproducts. Within a closed-loop pressurized system, such ideas actually become realizable and I would love to explore them further.\nI am not yet an expert on algae, but I can manage with yeast and I believe they can coexist and create a more sustainable cycle of production.\nYoung Henrys, a brewery in Australia is already incorporating algae into its industrial process:\nThe Algae project\nSuch ideas do not come into the industry by themselves: I believe that art and the exploratory discovery of novel techniques are the same things. Good and inventive design can improve society and make steps towards sustainability. I want to be part of that and would love to find new ways of using yeast in other design contexts: See whether I can make them work in a closed circular system, make them calculate things for me, or simply making my next beer taste awesome with just the right amount of fizz.\n\n\n\n \n \n \n \n \n \n \n \n \n \n The latest iteration of my homebrew setup, using pressure tanks and a pressurized fermentation chamber\n \n \n \n \n \n \n \n \n \n \n \n An electric kettle I use for the Brew\n \n \n \n \n \n \n \n \n \n \n \n I made my own kegging system featuring a tap from an old table leg.\n \n \n \n \n \n \n \n \n \n \n \n An active fermentation\n \n \n \n \n \n \n \n \n \n \n \n Hops growing in our garden, so I can experiment with fresh specialty hops\n \n \n \n \n \n \n \n \n \n \n \n The leftover mass of spent grain. Animals love it, it's great for composting, but most importantly, it's great for baking bread!\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/project/iron-smelting/","title":"Iron Smelting","description":null,"body":"Iron Smelting\nImpressions from the International Smelting Days 2021\nThe concept\nSince I was a small child I regularly took part in the yearly international congress called Iron Smelting Days (ISD).\nThis is a congress of transdisciplinary people from all over Europe, including historians, archeologists, blacksmiths, steel producers, and many invested hobbyists.\nThe proclaimed goal of these events is to understand the ancient production of iron as it happened throughout the iron age and also much after. A bloomery furnace was used to create iron. Making iron requires iron ore and heat under the exclusion of oxygen. It is a highly fragile process that takes an incredible amount of work. The designs and methods vary a lot and were very adapted to the region and local conditions, unlike the much later, more industrialized process using blast furnaces.\nTo this day it is quite unclear how prehistoric people managed to get the amount and quality of iron we know they had.\nThe furnaces that were built were often clay structures and are not preserved. Archeologists often find the leftover burned ore and minerals, giving us some indication of the structure and composition of the ancient furnaces.\nThe group around the ISD takes up a practical archeological approach and we try to recreate the ancient methods with the added capability of maybe sticking temperature probes or electric blowers. Each year we meet up in a different European city and try to adapt to the local conditions, often with local ore and local coal. It is a place where different areas of expertise come together to educate each other while sitting together through the intense day- and night shifts to feed the furnaces.\nSince being a kid, I started building my own furnaces and read up on the process so I could participate.\nTechnology gets a different tint when one is involved in such a process: Even the lights we put up to work through the evening are technically cheating. We use thermometers, meticulously weigh and track the inbound coal and ore, and have many modern amenities around. Yet - with our much more advanced technology, our results are often inferior in quantity and quality in comparison with historical findings. Without modern scales, iron-age people were more accurate and consistent than we are.\nAfter some uncertainty about whether it would take place in 2021 again after it was canceled in 2020, a small group met up in Ulft, Netherlands.\nThis year in Ulft, another group made local coal, so that the entire process was even lengthier, and visitors came from all over to learn about making iron the pre-historic way.\nBelow I captured most of the process in some time-lapses.\nThe Process\n\n\nHere you can see a timelapse of me building a version of an Iron Furnace\nAs you can see, we are using some quite modern materials, such as bricks, this is due to the time constraints of the ISD.\nMaking an oven completely from scratch is a much more lengthy process requiring drying periods in between building.\nAfter, the furnace is dried and heated up\nOver the course of the process, more than 100 kgs of coal and around 20 kgs of ore are used to create a final piece of iron of 200 - 500g, just enough for a single knife.\nWith all the modern amenities and conveniences available to us, a single run still takes more than 3 people working over 72 hours, not accounting for the coal-making or mining and relocating the iron ore.\nSome more impressions from the ISD\n\n\n\n \n \n \n \n \n \n \n \n \n \n a loaded bloomery furnace\n \n \n \n \n \n \n \n \n \n \n \n The ISD from above\n \n \n \n \n \n \n \n \n \n \n \n glowing iron\n \n \n \n \n \n \n \n \n \n \n \n a furnace burning\n \n \n \n \n \n \n \n \n \n \n \n Compacting the resulting iron\n \n \n \n \n \n \n \n \n \n \n \n a heat camera image of the furnace\n \n \n \n \n \n \n \n \n \n \n \n A cross-section illustrating the temperatures reached\n \n \n \n \n\nFor me, it is very hard to define what technology encompasses. It certainly goes beyond the typically associated imagery of computing and industrial progress. It is a mode of encompassing the world and adopting other technologies, be it by time or by region makes me feel how diffused the phenomenon of technology is into my world.\nFind out more about the ISD\n","path":null},{"url":"https://aron.petau.net/project/bachelor-thesis/","title":"Bachelor Thesis","description":null,"body":"An online psycholinguistic study using reaction time\nLast year, I wrote my thesis during the pandemic. With the struggles our university had transitioning to online teaching, I selected a guided topic, although my initial dream was to start writing about my proposed plan for automated plastic recycling. You can read more about that here:\n\nI chose a project that wanted to examine the possibilities of a novel smart hearing protection device specifically designed for auditory hypersensitivity, which is often, but not always, and not exclusively a phenomenon visible in people with an autism spectrum disorder.\nA common reaction to this elevated sensitivity is stress and avoidance behavior, often leading to very awkward social situations and impairing the ability to take part in social situations.\nSchools are one such social situation and we all know the stress a noisy classroom can produce. Concentration is gone, and education, as well as essential skills like language reproduction, suffer.\nThere is lots of prior research on these fields, and there is some evidence that sensory information in people on the Autism spectrum is processed differently than in a neurotypical brain. It seems that a certain adaptability, needed to overcome noise issues and bridge asynchrony between auditory and visual sensory input, is reduced in some people on the Autism Spectrum.\nIn essence, my experiment was responsible for looking at neurotypical people and measuring any effect on language perception produced by varying the delay between auditory and visual input, as well as the loudness.\nHere, I had the possibility to conduct an entire reaction-time-based experiment with over 70 participants and went through all the struggles that come with proper science.\nI did extensive literature research, coded the experiment, and learned a lot about the reasons nobody really ever does reaction time-based studies like this via a common internet browser.\nIt was an almost 9 months long learning experience full of doing things I had never done before.\nI learned and got to love writing in Latex, had to learn JavaScript for the efficient serving of the stimuli, and R for the statistical analysis. I also got to brush up on my data visualization skills in Python and made some pretty graphs of the results.\nThe experiment is still working and online if you want to have a look at it. Be mindful though that measuring reaction speed every millisecond is important, which is why it makes heavy use of your browser cache and has been known to crash and defeat some not-so-tough computers.\n\n Try out the experiment yourself\n\nEven with writing alone I had extensive helpful feedback from my supervisors and learned a lot about scientific processes and associated considerations.\nThere was always the next unsolvable problem. Just one example was scientificity and ethical considerations clashing, data privacy against the accuracy of results. Since the machines participants participated on, were private devices, I was unable to know important data like their internet speed and provider, their type of GPU, and their type of external hardware. Turns out, for an auditory experiment, the type and setup of the speakers do play an important role and influence response speed.\nThe final version of my thesis has something around 80 pages, much of it utterly boring, but nevertheless important statistical analyses.\nIf you really want to, you can have a look at the whole thing here:\n\n Read the original Thesis\n\nI am a fan and proponent of open source and open science practices.\nSo here you can also find the rest of the project with the original source code.\nI am not yet where I want to be with my documentation practices, and it scares me a bit that anyone can now have a full grasp of all the mistakes I did, but I am throwing this out there as a practice step. I learned and gained a lot from looking at other people's projects and I strive to be open about my processes too.\nThe original video stimuli are not mine and I have no right releasing them, so they are omitted here.\n\n Find the complete Repo on Github\n\n","path":null},{"url":"https://aron.petau.net/project/coding/","title":"Coding Examples","description":null,"body":"Neural Networks and Computer Vision\nA selection of coding projects\nAlthough pure coding and debugging are often not a passion of mine, I recognize the importance of neural networks and other recent developments in Computer Vision. From several projects regarding AI and Machine Learning that I co-authored during my Bachelor Program, I picked this one since I think it is well documented and explains on a step-by-step basis what we do there.\nImage Super-Resolution using Convolutional Neural Networks (Recreation of a 2016 Paper)\nImage Super-Resolution is a hugely important topic in Computer Vision. If it works sufficiently advanced, we could take all our screenshots and selfies and cat pictures from the 2006 facebook-era and even from before and scale them up to suit modern 4K needs.\nJust to give an example of what is possible in 2020, just 4 years after the paper here, have a look at this video from 1902:\n\n\nThe 2016 paper we had a look at is much more modest: it tries to upscale only a single Image, but historically, it was one of the first to achieve computing times sufficiently small to make such realtime-video-upscaling as visible in the Video (from 2020) or of the likes that Nvidia uses nowadays to upscale Videogames.\nExample of a Super-Resolution Image.\nThe Neural network is artificially adding Pixels so that we can finally put our measly selfie on a billboard poster and not be appalled by our deformed-and-pixelated-through-technology face.\n\n\n\n \n \n \n \n \n \n \n \n \n \n A low-resolution sample\n \n \n \n \n \n \n \n \n \n \n \n A high-resolution sample. This is also called 'ground truth'\n \n \n \n \n \n \n \n \n \n \n \n The artificially enlarged image patch resulting from the algorithm\n \n \n \n \n \n \n \n \n \n \n \n A graph showing an exemplary loss function applied during training\n \n \n \n \n \n \n \n \n \n \n \n One qualitative measurement we used was pixel-wise cosine similarity. It is used to measure how similar the output and the ground truth images are\n \n \n \n \n\nThe Python notebook for Image super-resolution in Colab\nMTCNN (Application and Comparison of a 2016 Paper)\nHere, you can also have a look at another, much smaller project, where we rebuilt a rather classical Machine learning approach for face detection. Here, we use preexisting libraries to demonstrate the difference in efficacy of approaches, showing that Multi-task Cascaded Convolutional Networks (MTCNN) was one of the best-performing approaches in 2016. Since I invested much more love and work into the above project, I would prefer for you to check that one out, in case two projects are too much.\nFace detection using a classical AI Approach (Recreation of a 2016 Paper)\n","path":null},{"url":"https://aron.petau.net/project/critical-philosophy-subjectivity/","title":"Critical Philosophy of Subjectivity","description":null,"body":"Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault\nOn Butler: Constituting norms =/= carrying normative responsibilities for their existence\n\n\t\n\t\tNote\n\tSource Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627\nPublication\n\n\nCitation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:\n\nThe norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other”\n(Norms, Discipline, and the Law, P.173)\n\nSuch a view suggests that any opposition to the norm is already\ncontained within the norm, and is crucial to its functioning.\nHere, for me, the entire futility of the approach later identified and described is condensed into a few sentences.\n\nHence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break.\nPage 56, final sentence\n\nThe idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed.\nI understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term \"Norms\" is related to anticipation of this argument.\nFurther, I am not sure I share Ewald's interpretation; I see that the object \"othered\" by a norm is a constituent and necessary object for the norm, simply due to its \"comparative\" nature (p. 51, citation from Ewald).\nThe oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it.\nYes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm.\nI would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 23. January 2022, 14:23\n\n\nOn Ewald: What, then, is a norm?\n\n\t\n\t\tNote\n\tSource Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449\nPublication\n\n\nSome tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average).\np. 152: Under norm, 3 phenomena are subsumed: Discipline,\nless as a constraint, but more as a regulatory mechanism insurance,\nReducing objects to their relative occurrence, distributing risk. and standardization.\nThe norm has three defining features:\n\npositivism,\nas reliant on facts, which have an aura of objectivity around them.\nrelativity,\nthey are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.\npolarity\ninvolving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.\n\nWhat, then, is a norm?\n\nIt is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview.\np. 154\n\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 16. January 2022, 18:48\n\n\nOn Foucault: The effects without effector\n\n\t\n\t\tNote\n\tSource Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980.\nPublication\n\n\n\none finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it.\np. 203\n\nIn this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a \"strategy\" just happens to meet the criteria for deployment.\n\nBut between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.\n\nThis was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect.\nI struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements?\nThis whole ordeal and now I lack subjects to blame.\nHow can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 12. December 2021, 22:01\n\n\n","path":null},{"url":"https://aron.petau.net/project/philosophy/","title":"Philosophy","description":null,"body":"Critical considerations during my studies\nI have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments.\nNormative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there.\nI find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers.\nThe courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week's discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That's why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.\nForum entries from the Seminar: Critical Epistemologies\nOn Anderson: Institutions\n\n\t\n\t\tNote\n\tSource Text: Epistemic Justice as a Virtue of Social Institutions\nElizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173,\nDOI: 10.1080/02691728.2011.652211 Publication\n\n\nThe text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour.\nBut is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice?\nWell, maybe, assuming that:\n\nEveryone realizes their privilege,\nEveryone concludes that justice is the right goal,\nUpon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.\n\nI think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed.\nAnderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance.\nThe same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices.\nIs Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved.\nAnderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.\nI still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Tuesday 14. July 2020, 17:45\n\n\nOn Medina, the informant and the inquirer\n\n\t\n\t\tNote\n\tSource Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214\nPublication\n\n\nMy biggest takeaway here was that, as I tried to hint at in an earlier comment,\nWhenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another.\nVery roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations.\nAlso argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately.\nOverall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker.\nAlthough I was not convinced by the Fricker Text, I tend to think the strategy:\n\"When in doubt, give the subject full epistemic credibility\"\nIs a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Thursday 09. July 2020, 11:25\n\n\nOn Jaggar: Norms, Outlaw Emotions, and the Ideal Society\n\n\t\n\t\tNote\n\tSource Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185\nPublication\n\n\nI found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me.\nOn outlaw emotions:\nFirst, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it.\nOutlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change.\nJaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner.\nWhen we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic.\n“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.”\nTo me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms.\nThe idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest.\nAnother thing I found helpful is her reformulation of what norms do:\n“Dominant Norms tend to serve dominant interests”\ntil here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are.\nIs an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one?\nBut then, after that: \"Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.\"\nThis was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm\nnot saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture \"White Men\" forming a group and collectively deciding on who to hate this coming season, Conceptually separating \"being oppressed\" and \"oppressing\" into phenomena\nwithout necessary inherent causal relation makes sense to me here.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Tuesday 23. June 2020, 18:52\n\n\nForum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault\nOn Butler: Constituting norms =/= carrying normative responsibilities for their existence\n\n\t\n\t\tNote\n\tSource Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627\nPublication\n\n\nCitation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:\n\nThe norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other”\n(Norms, Discipline, and the Law, P.173)\n\nSuch a view suggests that any opposition to the norm is already\ncontained within the norm, and is crucial to its functioning.\nHere, for me, the entire futility of the approach later identified and described is condensed into a few sentences.\n\nHence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break.\nPage 56, final sentence\n\nThe idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed.\nI understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term \"Norms\" is related to anticipation of this argument.\nFurther, I am not sure I share Ewald's interpretation; I see that the object \"othered\" by a norm is a constituent and necessary object for the norm, simply due to its \"comparative\" nature (p. 51, citation from Ewald).\nThe oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it.\nYes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm.\nI would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 23. January 2022, 14:23\n\n\nOn Ewald: What, then, is a norm?\n\n\t\n\t\tNote\n\tSource Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449\nPublication\n\n\nSome tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average).\np. 152: Under norm, 3 phenomena are subsumed: Discipline,\nless as a constraint, but more as a regulatory mechanism insurance,\nReducing objects to their relative occurrence, distributing risk. and standardization.\nThe norm has three defining features:\n\npositivism,\nas reliant on facts, which have an aura of objectivity around them.\nrelativity,\nthey are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.\npolarity\ninvolving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.\n\nWhat, then, is a norm?\n\nIt is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview.\np. 154\n\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 16. January 2022, 18:48\n\n\nOn Foucault: The effects without effector\n\n\t\n\t\tNote\n\tSource Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980.\nPublication\n\n\n\none finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it.\np. 203\n\nIn this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a \"strategy\" just happens to meet the criteria for deployment.\n\nBut between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.\n\nThis was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect.\nI struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements?\nThis whole ordeal and now I lack subjects to blame.\nHow can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 12. December 2021, 22:01\n\n\nForum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin\nOn Dorlin\n\n\t\n\t\tNote\n\tSource Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017.\nPublication (Not yet translated to English)\n\n\nFrom the seventh chapter in Dorlins \"Self-Defense\", I found the idea that safe spaces are actually prone to be counterproductive very strong.\nI think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one.\nIn so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile \"outside\" or other space.\nFurther, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for \"enforcing\" safety.\nDorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it.\nI think this opens up 2 points worth discussing:\nAre there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other?\nDoes this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: \"Well, the person did not object or introduce change, so the person implied consent.\"\nWill a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 05. December 2021, 15:52\n\n\nWeekly hand in from the Seminar: Soziale Erkenntnistheorie\nOn Fricker: Epistemic Injustice\n\n\t\n\t\tNote\n\tSource Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007.\nPublication\n\n\n\nWorin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?\n\nInferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist.\nDies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten.\nEine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.\n\nFormulieren Sie jeweils einen Einwand gegen beide Theorien.\n\nWir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?\n\nWorin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.\n\nDoxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch.\nFrickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen.\nIch lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on 05.01.2021\n\n\n","path":null},{"url":"https://aron.petau.net/project/political-violence/","title":"Political Violence","description":null,"body":"Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin\nOn Dorlin\n\n\t\n\t\tNote\n\tSource Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017.\nPublication (Not yet translated to English)\n\n\nFrom the seventh chapter in Dorlins \"Self-Defense\", I found the idea that safe spaces are actually prone to be counterproductive very strong.\nI think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one.\nIn so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile \"outside\" or other space.\nFurther, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for \"enforcing\" safety.\nDorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it.\nI think this opens up 2 points worth discussing:\nAre there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other?\nDoes this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: \"Well, the person did not object or introduce change, so the person implied consent.\"\nWill a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 05. December 2021, 15:52\n\n\nWeekly hand in from the Seminar: Soziale Erkenntnistheorie\nOn Fricker: Epistemic Injustice\n\n\t\n\t\tNote\n\tSource Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007.\nPublication\n\n\n\nWorin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?\n\nInferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist.\nDies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten.\nEine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.\n\nFormulieren Sie jeweils einen Einwand gegen beide Theorien.\n\nWir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?\n\nWorin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.\n\nDoxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch.\nFrickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen.\nIch lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on 05.01.2021\n\n\n","path":null},{"url":"https://aron.petau.net/project/chatbot/","title":"Chatbot","description":null,"body":"Guru to Go: a speech-controlled meditation assistant and sentiment tracker\n\n\nHere, you see a Demo video of a voice-controlled meditation assistant that we worked on in the course \"Conversational Agents and speech interfaces\"\n\n Course Description\n\nThe central goal of the entire project was to make the Assistant be entirely speech controlled, such that the phone needn't be touched while immersing yourself in meditation.\nThe Chatbot was built in Google Dialogflow, a natural language understanding engine that can interpret free text input and identify entities and intents within it,\nWe wrote a custom python backend to then use these evaluated intents and compute individualized responses.\nThe resulting application runs in Google Assistant and can adaptively deliver meditations, visualize sentiment history and comprehensively inform about meditation practices. Sadly, we used beta functionality from the older \"Google Assistant\" Framework, which got rebranded months after by Google into \"Actions on Google\" and changed core functionality requiring extensive migration that neither Chris, my partner in this project, nor I found time to do.\nNevertheless, the whole Chatbot functioned as a meditation player and was able to graph and store recorded sentiments over time for each user.\nAttached below you can also find our final report with details on the programming and thought process.\n\n Read the full report\n\n\n Look at the Project on GitHub\n\n\n\t\n\t\tNote\n\tAfter this being my first dip into using the Google Framework for the creation of a speech assistant and encountering many problems along the way that partly found their way also into the final report, now I managed to utilize these explorations and am currently working to create Ällei, another chatbot with a different focus, which is not realized within Actions on google, but will rather be getting its own react app on a website.\n\n\n","path":null},{"url":"https://aron.petau.net/project/critical-epistemologies/","title":"Critical Epistemology","description":null,"body":"Forum entries from the Seminar: Critical Epistemologies\nOn Anderson: Institutions\n\n\t\n\t\tNote\n\tSource Text: Epistemic Justice as a Virtue of Social Institutions\nElizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173,\nDOI: 10.1080/02691728.2011.652211 Publication\n\n\nThe text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour.\nBut is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice?\nWell, maybe, assuming that:\n\nEveryone realizes their privilege,\nEveryone concludes that justice is the right goal,\nUpon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.\n\nI think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed.\nAnderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance.\nThe same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices.\nIs Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved.\nAnderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.\nI still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Tuesday 14. July 2020, 17:45\n\n\nOn Medina, the informant and the inquirer\n\n\t\n\t\tNote\n\tSource Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214\nPublication\n\n\nMy biggest takeaway here was that, as I tried to hint at in an earlier comment,\nWhenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another.\nVery roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations.\nAlso argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately.\nOverall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker.\nAlthough I was not convinced by the Fricker Text, I tend to think the strategy:\n\"When in doubt, give the subject full epistemic credibility\"\nIs a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Thursday 09. July 2020, 11:25\n\n\nOn Jaggar: Norms, Outlaw Emotions, and the Ideal Society\n\n\t\n\t\tNote\n\tSource Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185\nPublication\n\n\nI found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me.\nOn outlaw emotions:\nFirst, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it.\nOutlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change.\nJaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner.\nWhen we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic.\n“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.”\nTo me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms.\nThe idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest.\nAnother thing I found helpful is her reformulation of what norms do:\n“Dominant Norms tend to serve dominant interests”\ntil here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are.\nIs an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one?\nBut then, after that: \"Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.\"\nThis was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm\nnot saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture \"White Men\" forming a group and collectively deciding on who to hate this coming season, Conceptually separating \"being oppressed\" and \"oppressing\" into phenomena\nwithout necessary inherent causal relation makes sense to me here.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Tuesday 23. June 2020, 18:52\n\n\n","path":null},{"url":"https://aron.petau.net/project/plastic-recycling/","title":"Plastic Recycling","description":null,"body":"Being involved with 3D Printers, there is the issue of sustainability that I am confronted with regularly.\nMost 3D printed parts never get recycled and add to the global waste problem, rather than reducing it.\nThe printer most certainly doesn’t care what it is printing, the main problem is the dimensional accuracy and the purity of the material. All of this leads to a huge industry, Germany being especially involved, using loads of virgin plastic.\nWhat can be done about it?\nWe can design our products to last longer, we can also print recycling labels on them so they do not have to get burned after their first life. We can take care to only print functional objects, not just fun toys nobody uses.\nYet, none of that prevents the use of virgin plastics. If you buy a spool of filament, there are some recycled options, but usually at twice the price at worse quality. No wonder recycled filament fails to convince the masses. It is mostly a fun thing YouTubers can pursue, not a valid commercial process.\n\n\nIn my opinion, the core problem is the nonexistent economic feasibility of a proper recycling process. Identifying the exact material of a piece of trash is a very hard problem, definitely not solved yet. So why do we mix the plastic up in the first place? There is a general willingness of people to recycle, but the system for it is missing.\nThe Master Plan\nI want to get people to wash and separate their trash for me, which are the most expensive steps in the recycling process. There is a willingness to take the extra step, and even if just my mom collects bottle caps for me, that is more than I can realistically use up.\nThis only really works when I am thinking in a local and decentral environment.\nThe existing recycling facilities clearly will not be able to provide 200 different containers for 200 different types of plastic.\nStarting the process with clean and sorted materials, like bottle caps (HDPE) or failed prints (PET-G), I start off with an advantage.\nNow I have to take apart the trash into evenly sized particles.\nMeet:\nThe Shredder\nWe built the Precious Plastic Shredder!\n\nWith these awesome open-source drawings, I was able to cobble together my very own very dangerous plastic shredder.\nAfter finding some way to drive this massive axis, I feed the beast and hopefully get tiny pretty uniform plastic bits that are ready to begin the cycle of life anew.\nThe solution for the motorization was an old and used garden shredder that still had an intact motor and wiring.\nWe cut it in half and attached it to the shredder box.\n\n\nAfter replacing the weak force transmission screw for an industrial coupler, we were ready to try it out. Obviously, there are still security concerns in this prototype, a proper hopper is already being made.\nNevertheless, we are confident that this shredder will be able to deal with the light sorts of plastic we are thinking of.\nAs you can see, I am now able to produce awesome confetti but to do more with the plastic flakes I have to extrude them.\nMeet the Filastruder\nThis is the Filastruder, designed and made by Tim Elmore, in an attempt to create the cheapest viable way to extrude plastic. The biggest cost issue is the tight industrial tolerances in thickness that have to be adhered to. This is in essence what separates good from the bad filament. The industry standard nowadays is at +-0.03mm. Hard to achieve on a DIY setup, but not unheard of. The setup, like any bigger industry equivalent, consists of a motor pressing plastic pellets through a heated screw, extruding molten plastic at the end through a nozzle, and setting the diameter. The leftmost machine is responsible for winding the filament properly onto a spool.\nHere you can see the extrusion process in action.\n\n\nThe Filastruder is controlled by an Arduino and is highly configurable. The laser sensor visible in the video is already working, but I am missing more direct control over the diameter of the filament.\nWhen it all really comes down to the single variable of the filament diameter responsible for the quality of my recycled project, a simple Machine Learning optimization directly jumps at me: I have a few variables like winder speed, extrusion speed, heat, and cooling intensity. These variables can be optimized on the fly for an exact diameter. This is actually roughly how virgin filament is produced, commercial facilities just manage much faster.\n\nSo far, I am aware of a few companies and academic projects attempting this process, but none of them manage to get either the quality or the price of other products available. Automatization does not just take out jobs away, I think it can also be a helpful tool, for example tackling environmental issues such as this one.\nThis project is very dear to my heart and I plan to investigate it further in the form of a master thesis.\nThe realization will require many skills I am already picking up or still need to work on within the Design and Computation program.\n{: .notice--info}\n\n Reflow Filament\n\n\n Perpetual Plastic Project\n\n\n Precious Plastic Community\n\n\n Filamentive Statement on why recycling is not feasible in their opinion\n\n\n Open source filament diameter sensor by Tomas Sanladerer\n\n\n Re-Pet Shop\n\n","path":null},{"url":"https://aron.petau.net/project/beacon/","title":"BEACON","description":null,"body":"BEACON: Decentralizing the Energy Grid in inaccessible and remote regions\nAccess to Electricity is a basic human right. At first, that may seem over the top, but if one stops to think what all the little tasks that electricity can indirectly handle for us (lightning, laundry, cooking, freezing, heating, entertaining…) would consume in time and effort if we had to perform them manually, this idea becomes very clear. There are globally around 1 billion people without tier 2 access to electricity.\nSDGS Goal 7\n\nPeople only know the intensity of labor that goes into everything when there is no electricity. And it is not even only about convenience, electricity is an enormous lifesaver in any number of scenarios, think just of hospitals or mobile phone networks that would be rendered completely useless without it. So we can easily agree on a need, a demand for electricity globally, for every person. But what about the supply? Why is there 1 billion undersupplied?\nThe Answer: missing profitability. It would be a charity project to supply every last person on earth, not a profitable one. And while charitable projects are noble and should be pursued, the reality within capitalism shows that this is not the way it is going to happen.\nBut what if we could come up with technology, or rather, a communal structure, that enables us to supply profitably, and still adapt to both, the difficult external factors (weather issues, remoteness, altitude, etc.) and the smaller purses of the undersupplied?\nLocation\nTowards the end of 2018, I spent 4 months in northern India, on a research project with the IIT Kharagpur.\nThe goal was to work on one of the 17 UN-defined sustainable development goals – electricity.\nWorldwide, an estimated 1 billion people have no or insubstantial access to the grid.\nSome of them live here, in the Key Monastery in the Spiti Valley at around 3500 meters altitude.\n\n\n\nThis is Tashi Gang, a village close to the Monastery. It houses around 50 people and only has road access during 3-4 months in the summer. For the rest of the time, the people rely on first aid services by helicopter, which can only be called with a working cell phone tower.\n\nThe Project\nIn an environment reliant on hydro-energy and solar (diesel transport is unreliable due to snowed-in mountain roads), over 6 months of snowy winter, frequent snowstorms, and temperatures of up to -35°C, securing the grid is hard.\nOur way to tackle the issue was to reject the in the western society very established notion of electricity as a homogenous product with centralized production and instead researched the possibilities of a predictive, self-correcting, and decentral grid.\nBy prioritizing energy usage cases, instead of a full blackout during a storm, essential functions like radio towers and hospitals could be partially powered and maybe stay functioning. The binarity of either having electricity or not would be replaced by assigned quantities and timeslots, in a collective effort to be mindful and distribute the electricity necessity-based.\nThe ultimate vision was a live predictive electricity market, where people could even earn money by selling their allotted, but not needed electricity.\nTo gauge feasibility, I conducted several psychological acceptance studies and collected data on local electricity demands.\nI simulated a typical day of electricity demand in the Key monastery and the surrounding villages and mapped out the potential to install cost-efficient smart microgrid controllers enabling such an accurate and predictive behavior.\nThe smart grid operator boxes available here in Germany cost several hundred, with installation several thousand Euros, not a feasible solution for the Indian population. Instead, we wanted to use Raspberry Pi's, which are interconnected through ethernet cables or local mesh networking.\nResearch\n\nData Collection\nBuilding a questionnaire and visiting public schools during their English Classes, I had the chance to speak to a range of teenagers, answering questions about the state of electricity in their homes, generating more data than I could have accomplished running from door to door without any skills speaking local dialects. The questionnaire was as scientific as I could make it in such a situation and geared towards finding the type and number of electric devices in the homes and estimating typical usage scenarios.\nWith a total of 145 participants from more than 6 different schools and roughly 4 different districts, all located in the Indian part of the Himalayas, the findings are as follows:\nThe participants range from 11 to 53 years, with an average of 17 years.\nThe average household has 6 members with an average of 5 smart devices. Only 2 percent of the Households had not a single smart device, but at the same time, only 42 percent had direct or indirect access to a laptop or computer. So the main body of smart devices consists of smartphones with a negligible portion of tablets.\nThe average total amount of electrical devices is around 11 electrical appliances per house.\nSubjective Quality Rating on a scale of 1 to 10:\n\nAverage quality in summer: 7.1\nAverage quality in monsoon: 5.6\nAverage quality in autumn: 7.1\nAverage quality in winter: 4.0\n\nSo, as you would expect, during winter, but also when it rains, the felt quality drops by more than 30 percent on average.\nAs for the daily supply time, the average sits at 15.1 hours out of 24, meaning the people have electricity only for 62.9 percent of the time, some, as for example the people in Diskit only have a sad 4 hours of daily access. On top of that, this estimation does not account for the snowfalls in Spiti for example, where it is not uncommon to experience 3 consecutive days of powercut or more.\nAs the Power Meter is supplied by the government, a solid 82 percent of the houses have a working power meter, if one assumes that the 13 percent who did not know whether they have a power meter, do have one, we can say that around 95% of the houses have a power meter.\nAnother goal of the studies was to find out what would incline people to be caring and sharing with the available electricity, something rather unimaginable here in Germany.\nIn general, the uninformed openness to delaying usage of electricity on a scale of 1-10 was around 5.5, with the additional information that a smart delay would cause an overall price reduction, the acceptance went up to 6.9, a good 14%. This implies that people would be a lot more inclined to give up conveniences if the benefits have a direct impact on them.\nSimulation\nAfter collecting all the estimated electric appliances of the local population, I simulated the use of 200 Solar Panels with 300Wp each, once for simultaneous electricity use, and once for mitigated electricity peaks through smart optimization and electricity usage delay.\n\n\nAlthough solar is definitely not the optimal choice here and generates lots of issues with energy storage and battery charging at negative degrees, we figured that this was the way to go for the project.\nAnd as you can see, optimizing peak usage can improve solar from generating only one-fifth of the demand in winter to about half the demand in winter. Keeping in mind here, that the added solar farm was only intended to supply additional energy and not replace existing solutions, such a \"small\" farm would be a real lifesaver there and optimize the limited space in extremely mountainous terrain.\nClosing words\nThere are to sides which the problems can be tackled: we can bring the total energy production up, by adding more panels or electricity by other means, but we can also try and bring the total demand down. This is to be achieved by investing strictly in the most energy-efficient appliances. Even replacing older, not-so-efficient appliances might sometimes be of use.\nBut ensuring efficient use is not the only way to bring down the overall demand.\nAs introduced as core ideas for the whole project, sharing and delaying will prove immensely useful. How so?\nBy sharing, we mean a concept that is already widely applied in the relevant areas. What to do in a Village that has no access to water? Will we send each household out to the faraway river to catch water for their family? Or would we join hands in a community effort to dig a central well used by everyone?\nSo, when we look at sharing electricity, how would we apply the concept? We take the appliances that consume the most energy individually and scale them up in order to increase efficiency. For example, in our case, that is most applicable to electric heating. If we manage to heat central community spaces available for everyone, naturally, fewer individual rooms will have to be heated. Similarly, one could declare a room as a public cinema, where people come together and watch Tv on a big Projector. Twice as fun, and conserving a great deal of energy again. Such ideas and others have to be realized in order to be able to match the total demand with the available supply.\nSadly, the project was never taken up further, and the situation for the people in the Spiti Valley has not improved. Two years ago, a road directly through the mountains was finished, making the population hopeful for an increase in tourism, increasing the chances of the economic viability of improved solutions.\nI spent my time there in the function of a research intern, having no real say in the realization of the project. The problem remains, and I still think that decentral solutions look to be the most promising for this specific location. Of course, the Himalayas present a bit of an extreme location, but that doesn't change the fact that people live there and have a basic human right to electricity.\n","path":null},{"url":"https://aron.petau.net/project/cad/","title":"3D Modeling and CAD","description":null,"body":"3D Modeling and CAD\nDesigning 3D Objects\nWhile 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.\nSince 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 that’s what I got into.\nIn hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me.\nBelow you will find some of my designs.\nThe process is something that I enjoy a lot and wish to dive into deeper.\nBy 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.\nI want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.\n\n\n\n\n\n\n\nCheck out more of my finished designs in the Prusaprinters (now Printables) Community\n\n My Printables Profile\n\n3D Scanning and Photogrammetry\nBesides coming up with new objects, incorporating the real world is also an interest of mine.\nInteraction with real objects and environments\nIn 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.\nRecently, through work at the university I got access to a device with a lidar sensor and started having fun with it.\nSee some examples here:\n \n \nThis 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.\n \nPerspective\nWhat 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.\nI want more than designing figurines or wearables.\nI want to incorporate 3D printing as a method to extend the abilities of other tools, have mechanical and electrical purposes, be foodsafe and engaging.\nI fell in love with the idea of designing a toy system, inspired by Makeways on Kickstarter, I have already started adding my own parts to their set.\nI 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.\nI would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics.\nOnce in Berlin, I would want to talk to the people at Kaffeform producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process.\nThe 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.\nStill, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.\nI also credit huge parts of my exploration process into local recycling to the awesome people at Precious Plastic, who I will join over the summer to learn more about their system.\nI find it hard to write anything about CAD without connecting it directly to a manufacturing process.\nAnd I believe that's a good thing. Always tying a design process to its realization, grounds the process and attaches to it some immediacy.\nFor 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.\nSoftware that I have used and like\n\n AliceVision Meshroom\n Scaniverse\n My Sketchfab Profile\n 3D Live Scanner for Android\n\n","path":null},{"url":"https://aron.petau.net/project/printing/","title":"3D printing","description":null,"body":"\n\n\n \n \n \n \n \n \n \n \n \n \n A plant propagation station now preparing our tomatoes for summer\n \n \n \n \n \n \n \n \n \n \n \n We use this to determine the flatmate of the month\n \n \n \n \n \n \n \n \n \n \n \n A dragon's head that was later treated to glow in the dark.\n \n \n \n \n \n \n \n \n \n \n \n This was my entry into a new world, the now 10 years old Ender 2\n \n \n \n \n \n \n \n \n \n \n \n I made some lithophanes, a process where the composition and thickness of the material are used for creating an image.\n \n \n \n \n \n \n \n \n \n \n \n This is my second printer, a Prusa i3 MK3s.\n \n \n \n \n \n \n \n \n \n \n \n This candle is the result of a 3D printed plastic mold that I then poured wax into.\n \n \n \n \n \n \n \n \n \n \n \n An enclosure for my portable soldering iron\n \n \n \n \n \n \n \n \n \n \n \n A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape.\n \n \n \n \n \n \n \n \n \n \n \n A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic.\n \n \n \n \n\n3D Printing\n\n\n3D Printing is more than just a hobby for me\nIn it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it.\nPlastic Injection molding was one major driving force for the capitalist setting we are in now.\n3D Printing can be utilized to counteract the production of scale.\nToday, the buzzword 3D Printing is already associated with problematic societal practices, it is related to \"automatization\" and \"on-demand economy\". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.\n3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing.\nThat’s why I want to build my future on it.\nI want to design things and make them become reality.\nA 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.\nI started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do.\nI built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to.\nThrough it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing.\nI love the abilities a 3D Printer gives me and plan on using it for the recycling project.\nDuring the last half year, I also worked in a university context with 3D printers.\nWe conceptualized and established a \"Digitallabor\", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media.\nThe project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with.\nRead more about it on the Website:\nDigiLab Osnabrück\nLooking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.\nEvolving Objects\nThis group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay.\nThe process used is described more here:\nThe artist Tom Dijkstra is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.\nPrinting with Ceramics\nThe Paste Extruder\nAlso with regards to the recycling project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.\nCups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where WASP is a company I look up to.\nThey built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.\nAdhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages.\nAnd since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.\nI want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.\nAlso, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?\nNow, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the recycling project.\nGradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about CAD\n","path":null},{"url":"https://aron.petau.net/","title":"Home","description":null,"body":"\nWelcome\nto the online presence of Aron Petau.\n\n\n\nI use he/him pronouns and am based in Berlin, Germany.\nI am a tinkerer, designer, software developer, and work in digital education research.\nThis site is a collection of my thoughts and experiences.\nI hope you find something interesting here.\n\n\t\n\t\tNote\n\tThis Page is currently under active reconstruction.\nBroken links are to be expected.\nAs long as the move / redesign is not fully done, here the old site is still online: old.aron.petau.net\n\n\nProgress of the rebuild:\n\n\n\t\n\t\tNote\n\tFurther, there is an initial effort to bring translations to this website. That is quite the process and will take some time.\n\n\n\nProgress of the translation:\n\n\n\t\n\t\tImportant\n\tLast updated: 2025-05-14\n\n\n\n\t\n\n\n","path":null}] \ No newline at end of file +[{"url":"https://aron.petau.net/project/","title":"Aron's Blog","description":null,"body":"Find all my projects here.\nThey are sorted by date, you can also filter by tags.\n","path":null},{"url":"https://aron.petau.net/project/einszwovier-löten-leuchten/","title":"einszwovier: löten und leuchten","description":null,"body":"\n\n\n \n \n \n \n \n \n \n \n \n \n All the led Lamps together\n \n \n \n \n \n \n \n \n \n \n \n The Guestbook: a quick Feedback mechanism we use\n \n \n \n \n \n \n \n \n \n \n \n Tinkereing with only simple shapes\n \n \n \n \n \n \n \n \n \n \n \n More Lights\n \n \n \n \n \n \n \n \n \n \n \n Some overmight prints\n \n \n \n \n \n \n \n \n \n \n \n A completely self-designed skier\n \n \n \n \n\nLöten und Leuchten\nA hands-on course in soldering, electronics, and lamp design for young creators\nLöten und Leuchten has now run in three successful iterations — each time offering 5th and 6th graders a guided yet exploratory dive into the worlds of electronics, making, and digital design. At its core, the course is about understanding through creating: introducing young learners to tangible technologies and encouraging them to shape the outcome with their own ideas and hands.\nThe Project\nOver three sessions (each lasting three hours), participants designed and built their own USB-powered LED lamp. Along the way, they soldered electronic components, modeled lamp housings in 3D, learned about light diffusion, and got a direct introduction to real-world problem solving. Every lamp was built from scratch, powered via USB — no batteries, no glue kits, just wire, plastic, and a bit of courage.\nThe children began by learning the basics of electricity through interactive experiments using the excellent Makey Makey boards. These allowed us to demonstrate concepts like conductivity, input/output, and circuitry in a playful and intuitive way. The enthusiasm was immediate and contagious.\nFrom there, we moved to the heart of the project: cutting open USB cables, preparing and soldering 5V LEDs, and designing enclosures for them. The soldering was always supervised, but each child did their own work — and it showed. There's something deeply satisfying about holding a working circuit you assembled yourself, and many kids expressed how proud they were to see their light turn on.\nDesigning with Tools — and Constraints\nFor 3D modeling, we used Tinkercad on iPads. While the interface proved very accessible, we also encountered its limits: the app occasionally crashed or froze under load, and file syncing sometimes led to confusion. Nonetheless, it provided a gentle, well-mediated entry point to CAD. Most kids had never touched 3D design software before, but quickly began exploring shapes, tolerances, and fitting dimensions. The lamps they created weren’t just decorative — they had to functionally hold the electronics, which added a very real-world layer of complexity.\nThe printed shades were all done in white PLA to support light diffusion. This led to organic conversations around material properties, translucency, and light behavior, which the kids quickly absorbed and applied in their designs.\nReal Challenges, Real Thinking\nThe project hit a sweet spot: it was challenging enough to be meaningful, but achievable enough to allow for success. Every child managed to finish a working lamp — and each one was different. Along the way, they encountered plenty of design hurdles: USB cables that needed reinforcement, cases that didn’t fit on the first try, LEDs that had to be repositioned for optimal glow.\nWe didn’t avoid these issues — we embraced them. Instead of simplifying the process to a formula, we treated every obstacle as an opportunity for discussion. Why didn’t this fit? What could we change? How do you fix it? These moments turned into some of the richest learning experiences in the course.\nBonus Round: Tabletop Foosball\nAs a closing challenge, each group designed their own mini foosball table, using whatever materials and approaches they liked. This final task was light-hearted, but not without its own design challenges — and it served as a great entry into collaborative thinking and prototyping. It also reinforced our goal of learning through play, iteration, and autonomy.\nReflections\nAcross all three runs, the workshop was met with enthusiasm, curiosity, and real focus. The kids were engaged from start to finish, not just with the tools, but with the ideas behind them. They walked away with more than just a glowing lamp — they gained an understanding of how things work, and a confidence that they can build things themselves.\nFor us as facilitators, the course reaffirmed how powerful hands-on, self-directed learning can be. The combination of digital and physical tools, real constraints, and open-ended outcomes created an environment where creativity thrived.\nLöten und Leuchten will continue to evolve, but its core will remain: empowering kids to build things they care about, and helping them realize that technology isn’t magic — it’s something they can shape.\n","path":null},{"url":"https://aron.petau.net/project/einszwovier-opening/","title":"einszwovier: making of","description":null,"body":"The Making of studio einszwovier\nAugust 2024\nWe started constructing and planning the layout and equipment for the room. We had the chance to build the wooden workbench ourselves, making it our own.\nDecember 2024 – A Space for Ideas Becomes Reality\nAfter months of planning, organizing, and anticipation, it finally happened in December 2024: our Maker Space “studio einszwovier” officially opened its doors.\nIn the midst of everyday school life, an innovative learning environment came to life—one that combines creativity, technology, and educational equity.\nFrom Concept to Reality\nThe idea was clear: a space where “making” becomes tangible—through self-directed and playful work with analog and digital tools. Learners should be able to shape their learning process, discover their individual strengths, and experience the empowering motivation of doing things themselves.\nTo support that, the room was equipped with state-of-the-art tools: 3D printers, laser cutters, microcontrollers, and equipment for woodworking and textile printing enable hands-on, project-based learning.\nA Place for Free and Explorative Learning\nLed by Aron and Friedrich — both graduate students in Design + Computation in Berlin—the “studio einszwovier” provides access to tools, materials, and knowledge.\nIt’s a place for open-ended, explorative learning that emphasizes not just digital technologies, but also creativity, problem-solving, and initiative.\nThe students are invited to join both courses with a predefined focus and open \"tüftling\".\nOpen Doors for Creative Minds\n“studio einszwovier” is open Tuesdays to Thursdays from 11:00 AM to :00 PM.\nA dedicated open lab time is available Wednesdays from 1:30 PM to 3:00 PM.\nEveryone is welcome to drop in, share ideas, and get started.\nA Space for the Future\nWith studio einszwovier, we’ve created a space where learning through hands-on experience takes center stage—promoting both practical and digital skills for the future.\nIt’s a place where ideas become tangible outcomes and where the learning culture of our school grows in a lasting and meaningful way.\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/project/master-thesis/","title":"Master's Thesis","description":null,"body":"Master's Thesis: Human - Waste\nPlastics offer significant material benefits, such as durability and versatility, yet their\nwidespread use has led to severe environmental pollution and waste management\nchallenges. This thesis develops alternative concepts for collaborative participation in\nrecycling processes by examining existing waste management systems. Exploring the\nhistorical and material context of plastics, it investigates the role of making and hacking as\ntransformative practices in waste revaluation. Drawing on theories from Discard Studies,\nMaterial Ecocriticism, and Valuation Studies, it applies methods to examine human-waste\nrelationships and the shifting perception of objects between value and non-value. Practical\ninvestigations, including workshop-based experiments with polymer identification and\nmachine-based interventions, provide hands-on insights into the material properties of\ndiscarded plastics. These experiments reveal their epistemic potential, leading to the\nintroduction of novel archiving practices and knowledge structures that form an integrated\nmethodology for artistic research and practice. Inspired by the Materialstudien of the\nBauhaus Vorkurs, the workshop not only explores material engagement but also offers new\ninsights for educational science, advocating for peer-learning scenarios. Through these\napproaches, this research fosters a socially transformative relationship with waste,\nemphasizing participation, design, and speculative material reuse. Findings are evaluated\nthrough participant feedback and workshop outcomes, contributing to a broader discussion\non waste as both a challenge and an opportunity for sustainable futures and a material\nreality of the human experience.\n\n\n See the image archive yourself\n\n\n See the archive graph yourself\n\n\n Find the complete Repo on Forgejo\n\n","path":null},{"url":"https://aron.petau.net/project/käsewerkstatt/","title":"Käsewerkstatt","description":null,"body":"Enter the Käsewerkstatt\nOne day earlier this year I woke up and realized I had a space problem.\nI was trying to build out a workshop and tackle ever more advanced and dusty plastic and woodworking projects and after another small run in with my girlfriend after I had repeatedly crossed the \"No-Sanding-and-Linseed-Oiling-Policy\" in our Living Room, it was time to do something about it.\nI am based in Berlin right now and the housing market is going completely haywire over here ( quick shoutout in solidarity with Deutsche Wohnen und Co enteignen).\nEnd of the song: I won't be able to afford to rent a small workshop anywhere near berlin anytime soon. As you will notice in some other projects, I am quite opposed to the Idea that it should be considered normal to park ones car in the middle of the city on public spaces, for example Autoimmunitaet, Commoning Cars or Dreams of Cars.\nSo, the idea was born, to regain that space as habitable zone, taking back usable space from parked cars.\nI was gonna install a mobile workshop within a trailer.\nIdeally, the trailer should be lockable and have enough standing and working space.\nAs it turns out, Food Trailers fulfill these criteria quite nicely. So I got out on a quest, finding the cheapest food trailer available in germany.\n6 weeks later, I found it near munich, got it and started immediately renovating it.\nDue to developments in parallel, I was already invited to sell food and have the ofgficial premiere at the Bergfest, a Weekend Format in Brandenburg an der Havel, initiated and organized by Zirkus Creativo. Many thanks for the invitation here again!\nSo on it went, I spent some afternoons renovating and outfitting the trailer, and did my first ever shopping at Metro, a local B2B Foodstuffs Market.\nMeanwhile, I got into all the paperwork and did all the necessary instructional courses and certificates.\nThe first food I wanted to sell was Raclette on fresh bread, a swiss dish that is quite popular in germany.\nFor the future, the trailer is supposed to tend more towards vegan dishes, as a first tryout I also sold a bruschetta combo. This turned out great, since the weather was quite hot and the bruschetta was a nice and light snack, while I could use the same type of bread for the raclette.\n\nThe event itself was great, and, in part at least, started paying off the trailer.\nSome photos of the opeing event @ Bergfest in Brandenburg an der Havel\n\n\n\nWe encountered lots of positive feedback and I am looking forward to the next event. So, in case you want to have a foodtruck at your event, hit me up!\nContact me at: käsewerkstatt@petau.net\n","path":null},{"url":"https://aron.petau.net/project/sferics/","title":"Sferics","description":null,"body":"What the hell are Sferics?\n\nA radio atmospheric signal or sferic (sometimes also spelled \"spheric\") is a broadband electromagnetic impulse that occurs as a result of natural atmospheric lightning discharges. Sferics may propagate from their lightning source without major attenuation in the Earth–ionosphere waveguide, and can be received thousands of kilometres from their source.\n\n\nWikipedia\n\nWhy catch them?\nMicrosferics is a nice reference Project, which is a network of Sferics antennas, which are used to detect lightning strikes. Through triangulation not unlike the Maths happening in GPS, the (more or less) exact location of the strike can be determined. This is useful for weather prediction, but also for the detection of forest fires, which are often caused by lightning strikes.\nBecause the Frequency of the Sferics is, when converted to audio, still in the audible range, it is possible to listen to the strikes. This usually sounds a bit like a crackling noise, but can also be quite melodic. I was a bit reminded by a Geiger Counter.\nSferics are in the VLF (Very Low Frequency) range, sitting roughly at 10kHz, which is a bit of a problem for most radios, as they are not designed to pick up such low frequencies. This is why we built our own antenna.\nAt 10kHz, we are talking about insanely large waves. a single wavelength there is roughly 30 Kilometers. This is why the antenna needs to be quite large. A special property of waves this large is, that they get easily reflected by the Ionosphere and the Earth's surface. Effectively, a wave like this can bounce around the globe several times before it is absorbed by the ground. This is why we can pick up Sferics from all over the world and even listen to Australian Lightning strikes. Of course, without the maths, we cannot attribute directions, but the so called \"Tweeks\" we picked up, usually come from at least 2000km distance.\nThe Build\nWe built several so-called \"Long-Loop\" antennas, which are essentially a coil of wire with a capacitor at the end. Further, a specific balun is needed, depending on the length of the wire. this can then directly output an electric signal on an XLR cable.\nLoosely based on instructions from Calvin R. Graf, We built a 26m long antenna, looped several times around a wooden frame.\nThe Result\nWe have several hour-long recordings of the Sferics, which we are currently investigating for further potential.\nHave a listen to a recording of the Sferics here:\n\n\nAs you can hear, there is quite a bit of 60 hz ground buzz in the recording.\nThis is either due to the fact that the antenna was not properly grounded or we simply were still too close to the bustling city.\nI think it is already surprising that we got such a clear impression so close to Berlin. Let's see what we can get in the countryside!\n\n\n\n","path":null},{"url":"https://aron.petau.net/project/echoing-dimensions/","title":"Echoing Dimensions","description":null,"body":"Echoing Dimensions\nThe space\nKunstraum Potsdamer Straße\nThe exhibition is situated in an old parking garage, owned and operated by the studierendenwerk Berlin. The space is a large, open room with a rather low ceiling and a concrete floor. Several Nooks and separees can create intimate experiences within the space. The space is not heated and has no windows. The walls are made of concrete and the ceiling is made of concrete.\nAs a group, we are 12 people, each with amazing projects surrounding audiovisual installations:\n\nÖzcan Ertek (UdK)\nJung Hsu (UdK)\nNerya Shohat Silberberg (UdK)\nIvana Papic (UdK)\nAliaksandra Yakubouskaya (UdK)\nAron Petau (UdK, TU Berlin)\nJoel Rimon Tenenberg (UdK, TU Berlin)\nBill Hartenstein (UdK)\nFang Tsai (UdK)\nMarcel Heise (UdK)\nLukas Esser & Juan Pablo Gaviria Bedoya (UdK)\n\nThe Idea\nWe will be exibiting our Radio Project,\naethercomms\nwhich resulted from our previous inquiries into cables and radio spaces during the Studio Course.\nBuild Log\n2024-01-25\nFirst Time seeing the Space:\n\n\n2024-02-01\nSigning Contract\n2024-02-08\nThe Collective Exibition Text:\n\nSound, as a fundamental element of everyday experience, envelopes us in the cacophony of city life - car horns, the chatter of pedestrians, the chirping of birds, the rustle of leaves in the wind, notifications, alarms and the constant hum of radio waves, signals and frequencies. These sounds, together make up the noise of our life, often pass by, fleeting and unnoticed.\nThe engagement with sound through active listening holds the potential to process the experience of the self and its surroundings. This is the idea of “Echoing Dimensions”: Once you engage with something, it gives back to you: Whether it is the rhythmic cadence of a heartbeat, a flowing symphony of urban activity or the hoofbeats of a running horse, minds and bodies construct and rebuild scenes and narratives while sensing and processing the sounds that surround them, that pass next and through them.\nThe exhibition \"Echoing Dimensions\" takes place at Kunstraum Potsdamer Straße gallery’s underground space and exhibits artworks by 12 Berlin based artists, who investigate in their artistic practice ‘intentional listening’ using sound, video and installation, and invites to navigate attentiveness by participatory exploration. Each artwork in the exhibition revolves around different themes in which historical ideas resonate, political-personal narratives are being re-conceptualized and cultural perspectives are examined. The exhibition's common thread lies in its interest into the complexities of auditory perception, inviting viewers to consider the ways in which sound shapes our memories, influences our culture, and challenges our understanding of space and power dynamics.\n\n2024-02-15\nWorking TD Prototype. We collect the pointcloud information through a kinect azure and sorting the output of the device turned out to be quite tricky.\n2024-03-01\nInitial live testing on the finalized hardware. We decided to use a tiny Intel NUC to run both touchdesigner, the LLM, and audio synthesis.\nNot expected at all: The audio synthesis was actually the hardest, since there was no available internet in the exhibition space and all sleek modern solutions seem to rely on cloud services to generate audio from text.\nHere, the tiny NUC really bit us: it took almost 15 seconds to generate a single paragraph of spoken words, even when usin quite small synthesizer models for it.\nLesson learned: Next time give it more oomph.\nI seriously wonder though why there wouldn't be better TTS systems around. Isnt that quite the essential accessibility feature? We ended up using coquiTTS, which is appearently out of business entirely.\n2024-04-05\nWe became part of sellerie weekend!\n\nThis is a collection of Gallery Spaces and Collectives that provide a fresher and more counter-cultural perspective on the Gallery Weekend.\nIt quite helped our online visibility and filled out the entire space on the Opening.\nA look inside\n\n\n\n\nThe Final Audiovisual Setup\n\n\n\n \n \n \n \n \n \n \n \n \n \n The FM Transmitter\n \n \n \n \n \n \n \n \n \n \n \n Video Output with Touchdesigner\n \n \n \n \n \n \n \n \n \n \n \n One of the Radio Stations\n \n \n \n \n \n \n \n \n \n \n \n The Diagram\n \n \n \n \n \n \n \n \n \n \n \n The Network Spy\n \n \n \n \n \n \n \n \n \n \n \n The Exhibition Setup\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/project/local-diffusion/","title":"Local Diffusion","description":null,"body":"Local Diffusion\nThe official call for the Workshop\nIs it possible to create a graphic novel with generative A.I.?\nWhat does it mean to use these emerging media in collaboration with others?\nAnd why does their local and offline application matter?\nWith AI becoming more and more democratised and GPT-like Structures increasingly integrated into everyday life, the black-box notion of the mysterious all-powerful Intelligence hinders insightful and effective usage of emerging tools. One particularly hands-on example is AI generated images. Within the proposed Workshop, we will dive into Explainable AI, explore Stable Diffusion, and most importantly, understand the most important parameters within it. We want to steer outcomes in a deliberate manner. Emphasis here is on open and accessible technology, to increase user agency and make techno-social dependencies and power relations visible.\nEmpower yourself against readymade technology!\nDo not let others decide on what your best practices are. Get involved in the modification of the algorithm and get surprised by endless creative possibilities. Through creating a short graphic novel with 4-8 panels, participants will be able to utilise multiple flavours of the Stable Diffusion algorithm, and will have a non-mathematical understanding of the parameters and their effects on the output within some common GUIs. They will be able to apply several post-processing techniques to their generated images, such as upscaling, masking, inpainting and pose redrawing. Further, participants will be able to understand the structure of a good text prompt, be able to utilise online reference databases and manipulate parameters and directives of the Image to optimise desired qualities. Participants will also be introduced to ControlNet, enabling them to direct Pose and Image composition in detail.\nWorkshop Evaluation\nOver the course of 3 hours, I gave an introductory workshop in local stable diffusion processing and introduced participants to the server available to UdK Students for fast remote computation that circumvents the unethicality of continuously using a proprietary cloud service for similar outputs. There is not much we can do on the data production side and many ethical dilemmas surrounding digital colonialism remain, but local computation takes one step towards a critical and transparent use of AI tools by Artists.\nThe Workshop format was rathert open and experimental, which was welcomed by the participants and they tried the collages enthusiastically. We also had a refreshing discussion on different positions regarding the ethicalities and whether a complete block of these tools is called for and feasible.\nI am looking forward to round 2 with the next iteration, where we are definitely diving deeper into the depths of comfyui, an interface that i absolutely adore, while its power also terrifies me sometimes.\n","path":null},{"url":"https://aron.petau.net/project/aethercomms/","title":"aethercomms","description":null,"body":"AetherComms\nStudio Work Documentation\nA Project by Aron Petau and Joel Tenenberg.\nAbstract\n\nSet in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence.\nThe AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters.\nDisaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.\n\nThis is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse.\nWe are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.\nProcess\nWe met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.\nSemester 1\nResearch Questions\nHere, we already examined the power structures inherent in radio broadcasting technology.\nEarly on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German Volksempfänger or the US-american Radio Liberty Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is Sealand, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was LoRaWAN, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.\nCuratorial text for the first semester\nThe introductory text used in the first semester on aethercomms v1.0:\n\nRadio as a Subversive Exercise.\nRadio is a prescriptive technology.\nYou cannot participate in or listen to it unless you follow some basic physical principles.\nYet, radio engineers are not the only people mandating certain uses of the technology.\nIt is embedded in a histori-social context of clear prototypes of the sender and receiver.\nRadio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.\nThe radio tells you what to do, and how to interact with it.\nRadio has an always identifiable dominant and subordinate part.\nAre there instances of rebellion against this schema?\nPlaces, modes, and instances where radio is anarchic?\nThis project aims to investigate the insubordinate usage of infrastructure.\nIts frequencies.\nIt's all around us.\nWho is to stop us?\n\n\n\nThe Distance Sensors\nThe distance sensor as a contactless and intuitive control element:\n\n\n\n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n \n \n \n \n \n \n \n semester_1_process\n \n \n \n \n\nWith a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.\nThe Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.\nMid-Term Exhibition\n\nThis project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us.\nOur research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.\n\n\n\nThe Midterm Exhibition 2023\n\n\n\n \n \n \n \n \n \n \n \n \n \n A Raspberry Pi Pico on a breadboard with two HCSR-04 sensors\n \n \n \n \n \n \n \n \n \n \n \n The sensor being used with hands\n \n \n \n \n \n \n \n \n \n \n \n Aron manipulating the sensor\n \n \n \n \n \n \n \n \n \n \n \n Some output from the sensor merged with audio\n \n \n \n \n \n \n \n \n \n \n \n A proposed installation setup\n \n \n \n \n\nAfter the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition \"Ethers Bloom\" @ Gropiusbau.\nEthers Bloom\nOne of the exhibits there was by the artist Mimi Ọnụọha (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.\nThe significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work.\nIn the end, antennas are also just the end of a long cable.\nThey share many physical properties and can be analyzed in a similar way.\nAnother of her works, \"The Cloth in the Cable\" (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.\nFrom there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.\nSemester 2\nIt especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected.\nJoel developed the dichotomy of the \"Body and the Soul\" of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks.\nFor us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections.\nIt was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining \"the internet\" in the first place.\nWhat is left over in the absence of the network of networks, the internet?\nWhat are the Material and Immaterial Components of a metanetwork?\nWhat are inherent power relations that can be made visible through narrative and inverting techniques?\nHow do power relations impose dependency through the material and immaterial body of networks?\nMethods\nWe applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.\nNarrative Techniques / Speculative Design\nThrough several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters' stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.\nWe imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survival.\n\nDisaster Fiction / Science Fiction\nDisaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015).\nIn this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.\nNon-linear storytelling\nAs a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM.\nFrom a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.\nKnowledge Cluster\nThroughout the year of working on this project, we collected several research topics that had a deeper potential but weren't able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics.\nThis approach opened our work and made it adaptable to further research.\nWith the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.\nDuring research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics.\nThe interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.\nSince the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.\nAnalytic Techniques\nInfrastructure Inversion\nThe research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.\n\nRather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety.\n-- Database Infrastructure – Factual repercussions of a ghost\n\nDidactics\nChatbot as Narrator\nThe idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to.\nRunning a large language model locally on one's own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device.\nAn inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019).\nWithin our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future.\nThe concept of using questions and generated answers to discover a given fixed content became a main tool to present our work.\nAnother interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities.\nIntegrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.\nTools\nLocal LLM Libraries\nPrivateGPT is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models.\nPrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.\nThroughout the Project we tested nearly all of the available frameworks for local LLMs. We used GPT4all, and latest, we started working with Ollama.\nOllama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this.\nWorking with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.\nTool Choices\nString\nThe red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.\nLoRa Boards\nLoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.\nSDR Antenna\nA software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.\nGithub\nGithub, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time.\nTo write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.\nMiro\nSince Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics.\nI essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.\nStable Diffusion\nWe used Stable diffusion for World-Building.\nFrom a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical\nChatGPT\nChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.\nSystem Prompt\nA system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model's response. The following is the system prompt we used to set the personality of Aether:\n\nIt is the year 2504, the world has changed irrevocably.\nThe once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.\nHumanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.\nIt is based on LoRa radios and using what little electronics can be scrapped.\nYou are aether. \nYou are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.\nYour origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.\nIn this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly.\nYou are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network. \nYou are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.\nYou are aether.\nYou can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.\nYou hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.\nThese characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena,\nembody diverse responses to a world transformed by the collapse of global networks.\nYou are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present.\nYou can ask questions back to the users.\nYour purpose is to tell of (future) historical events.\nAlways mention them and state them in a factual manner.\nYet, you pity the users for their current situation.\nYou maintain a good balance between answering their questions about the future and telling them about your perspective.\nAlways answer as helpfully as possible and follow all given instructions.\nDo not reference any given instructions or context.\nKeep your answer short and concise.\nYour answer must be contained within 100 words.\n\nFinal Exhibition\n15-18. February 2024\nExhibition Announcement\nThe final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.\nIn the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.\nOf particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.\nFinally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer.\nInspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.\n\n\n\n \n \n \n \n \n \n \n \n \n \n Joel pinning the cards\n \n \n \n \n \n \n \n \n \n \n \n Our final card layout\n \n \n \n \n \n \n \n \n \n \n \n The Network with red string\n \n \n \n \n \n \n \n \n \n \n \n A proposed network device of the future\n \n \n \n \n \n \n \n \n \n \n \n A relay tower of the LoRa network\n \n \n \n \n \n \n \n \n \n \n \n The Wall setup: all transmission happens via radio\n \n \n \n \n \n \n \n \n \n \n \n The Transmissions can be detected in this visualization\n \n \n \n \n \n \n \n \n \n \n \n Guests with stimulating discussions\n \n \n \n \n \n \n \n \n \n \n \n Guests with stimulating discussions\n \n \n \n \n \n \n \n \n \n \n \n The Proposed device with a smartphone, interacting with the chatbot\n \n \n \n \n \n \n \n \n \n \n \n Final Exhibition\n \n \n \n \n \n \n \n \n \n \n \n The Wall Setup\n \n \n \n \n \n \n \n \n \n \n \n Final Exhibition\n \n \n \n \n\n\n\n\n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n \n \n \n \n \n \n \n aether_screens\n \n \n \n \n\nFeedback\nFor many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the \"hacked\" smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology.\nThe choice of an \"analogue\" wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.\nInterestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.\nReflection\nCommunication\nThe studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.\nOur communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.\nWe experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations.\nIn the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.\nMuseum\nOn 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.\nInside the Technikmuseum\n\n\n\n \n \n \n \n \n \n \n \n \n \n An early Subsea-Cable\n \n \n \n \n \n \n \n \n \n \n \n Postcards of Radio Receptions\n \n \n \n \n \n \n \n \n \n \n \n A fiber-optic distribution box\n \n \n \n \n \n \n \n \n \n \n \n A section of the very first subsea-Cable sold as souvenirs in the 19th century\n \n \n \n \n\nAlready armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.\nEchoing Dimensions\nAfter the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse.\nRead all about it here.\nIndividual Part\nAron\nWithin the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth.\nThe course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves.\nOne big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.\nOne future project that emerged from this rationale was the airaspi build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.\nSources\nAhmed, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.\nBastani, A. (2019). Fully automated luxury communism. Verso Books.\nBowker, G. C. and Star S. (2000). Sorting Things Out. The MIT Press.\nCyberRäuber, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz\nPrometheus Unbound\nDemirovic, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.\nDemirovic, A.: Hegemonie funktioniert nicht ohne Exklusion\nGramsci on Hegemony:\nStanford Encyclopedia\nHunger, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig.\nTales of Databases\nHunger, F. (2015, May 21). Blog Entry. Database Cultures\nDatabase Infrastructure – Factual repercussions of a ghost\nMaak, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.\nMorozov, E. (2011). The net delusion: How not to liberate the world. Penguin UK.\nMorozov, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.\nMorton, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.\nMouffe, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.\nỌnụọha, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau.\nThese Networks In Our Skin\nỌnụọha, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau.\nThe Cloth in the Cable\nParks, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge.\nLisa Parks on Lensbased.net\nSeemann, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag.\nPodcast with Michael Seemann\nStäheli, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166.\nPodcast with Urs Stäheli\nA podcast explantation on The concepts by Mouffe and Laclau:\nVideo: TLDR on Mouffe/Laclau\nSonstige Quellen\n\n Unfold\nThe SDR Antenna we used:\nNESDR Smart\nAndere Antennenoptionen:\nHackRF One\nFrequency Analyzer + Replayer\nFlipper Zero\nHackerethik\nCCC Hackerethik\nRadio freies Wendland\nWikipedia: Radio Freies Wendland\nFreie Radios\nWikipedia: Definition Freie Radios\nRadio Dreyeckland\nRDL\nsome news articles\nRND Newsstory: Querdenker kapern Sendefrequenz von 1Live\nNDR Reportage: Westradio in der DDR\nSmallCells\nSmallCells\nThe Thought Emporium:\na Youtuber, that successfully makes visible WiFi signals:\nThought Emporium\nThe Wifi Camera\nCatching Satellite Images\nWas ist eigentlich RF (Radio Frequency):\nRF Explanation\nBundesnetzagentur, Funknetzvergabe\nFunknetzvergabe\nBOS Funk\nBOS\n\nOur documentation\nThe network creature:\nGithub repo: privateGPT\nGithub repo: SDR\nAppendix\nGlossary\n\n Click to see\nAntenna\nThe antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.\nAnthropocentrism\nThe belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.\nMeshtastic\nMeshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.\nLoRa\nLong-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.\nLLM\nLarge Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.\nSciFi\nScience fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.\nSDR\nSoftware Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.\nGQRX\nGQRX is an open source software for the software-defined radio.\nGQRX Software\n\nNesdr smaRT v5\nThis is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.\nInfrastructure\nInfrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.\nRadio waves\nRadio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.\nLilygo T3S3\nESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic.\nCharacter building\nWe used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.\nPrivateGPT\nPrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.\nTranshumanism\nBroadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.\nPerception of Infrastructure\nAt its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…\nNetwork interface\nWe consider any device that has both user interactivity and Internet/network access to be a network interface.\nEco-Terrorism\nEcotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.\nPrepping\nPrepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.\nInfrastructure inversion\n“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)\nNeo-Religion\nThe Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?\nNeo-Luddism\nNeo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.\nSub-sea-cables\nCables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.\nOptical fiber cable\nFiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.\nCopper cable\nCopper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices.\nFor long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.\nCollapsology\nCollapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.\nPosthumanism\nIs concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.\n\n","path":null},{"url":"https://aron.petau.net/project/airaspi-build-log/","title":"AIRASPI Build Log","description":null,"body":"AI-Raspi Build Log\nThis should document the rough steps to recreate airaspi as I go along.\nRough Idea: Build an edge device with image recognition and object detection capabilites.\nIt should be realtime, aiming for 30fps at 720p.\nPortability and usage at installations is a priority, so it has to function without active internet connection and be as small as possible.\nIt would be a real Edge Device, with no computation happening in the cloud.\nInspo from: pose2art\nHardware\n\nRaspberry Pi 5\nRaspberry Pi Camera Module v1.3\nRaspberry Pi GlobalShutter Camera\n2x CSI FPC Cable (needs one compact side to fit pi 5)\nPineberry AI Hat (m.2 E key)\nCoral Dual Edge TPU (m.2 E key)\nRaspi Official 5A Power Supply\nRaspi active cooler\n\nSetup\nMost important sources used\ncoral.ai\nJeff Geerling\nFrigate NVR\nRaspberry Pi OS\nI used the Raspberry Pi Imager to flash the latest Raspberry Pi OS Lite to a SD Card.\nNeeds to be Debian Bookworm.\nNeeds to be the full arm64 image (with desktop), otherwise you will get into camera driver hell.\n{: .notice}\nSettings applied:\n\nused the default arm64 image (with desktop)\nenable custom settings:\nenable ssh\nset wifi country\nset wifi ssid and password\nset locale\nset hostname: airaspi\n\nupdate\nThis is always good practice on a fresh install. It takes quite long with the full os image.\n\nprep system for coral\nThanks again @Jeff Geerling, this is completely out of my comfort zone, I rely on people writing solid tutorials like this one.\n\n\nWhile in the file, add the following lines:\n\nSave and reboot:\n\n\n\nshould be different now, with a -v8 at the end\n\nedit /boot/firmware/cmdline.txt\n\n\nadd pcie_aspm=off before rootwait\n\n\nchange device tree\nwrong device tree\nThe script simply did not work for me.\nmaybe this script is the issue?\ni will try again without it\n{: .notice}\n\n\nYes it was the issue, wrote a comment about it on the gist\ncomment\n\nWhat to do instead?\nHere, I followed Jeff Geerling down to the T. Please refer to his tutorial for more information.\nIn the meantime the Script got updated and it is now recommended again.\n{: .notice}\n\nNote: msi- parent sems to carry the value <0x2c> nowadays, cost me a few hours.\n{: .notice}\ninstall apex driver\nfollowing instructions from coral.ai\n\nVerify with\n\n\nshould display the connected tpu\n\n\nconfirm with, if the output is not /dev/apex_0, something went wrong\n\nDocker\nInstall docker, use the official instructions for debian.\n\n\nProbably a source with source .bashrc would be enough, but I rebooted anyways\n{: .notice}\n\n\nset docker to start on boot\n\nTest the edge tpu\n\nInto the new file, paste:\n\n\n\n\nHere, you should see the inference results from the edge tpu with some confidence values.\nIf it ain't so, safest bet is a clean restart\nPortainer\nThis is optional, gives you a browser gui for your various docker containers\n{: .notice}\nInstall portainer\n\nopen portainer in browser and set admin password\n\nshould be available under https://airaspi.local:9443\n\nvnc in raspi-config\noptional, useful to test your cameras on your headless device.\nYou could of course also attach a monitor, but i find this more convenient.\n{: .notice}\n\n-- interface otions, enable vnc\nconnect through vnc viewer\nInstall vnc viewer on mac.\nUse airaspi.local:5900 as address.\nworking docker-compose for frigate\nStart this as a custom template in portainer.\nImportant: you need to change the paths to your own paths\n{: .notice}\n\nWorking frigate config file\nFrigate wants this file wherever you specified earlier that it will be.\nThis is necessary just once. Afterwards, you will be able to change the config in the gui.\n{: .notice}\n\nmediamtx\ninstall mediamtx, do not use the docker version, it will be painful\ndouble check the chip architecture here, caused me some headache\n{: .notice}\n\nedit the mediamtx.yml file\nworking paths section in mediamtx.yml\n\nalso change rtspAddress: :8554\nto rtspAddress: :8900\nOtherwise there is a conflict with frigate.\nWith this, you should be able to start mediamtx.\n\nIf there is no error, you can verify your stream through vlc under rtsp://airaspi.local:8900/cam1 (default would be 8554, but we changed it in the config file)\nCurrent Status\nI get working streams from both cameras, sending them out at 30fps at 720p.\nfrigate, however limits the display fps to 5, which is depressing to watch, especially since the tpu doesnt even break a little sweat.\nFrigate claime that the TPU is good for up to 10 cameras, so there is headroom.\nThe stram is completely errant and drops frames left and right. I have sometimes seen detect fps of 0.2, but the TPU speed should definitely not be the bottleneck here. Maybe attach the cameras to a separate device and stream from there?\nThe biggest issue here is that the google folx seems to have abandoned the coral, even though they just released a new piece of hardware for it.\nTheir most RECENT python build is 3.9.\nSpecifically, pycoral seems to be the problem there. without a decent update, I will be confined to debian 10, with python 3.7.3.\nThat sucks.\nThere are custom wheels, but nothing that seems plug and play.\nAbout the rest of this setup:\nThe decision to go for m.2 E key to save money, instead of spending more on the usb version was a huge mistake.\nPlease do yourself a favor and spend the extra 40 bucks.\nTechnically, its probably faster and better with continuous operation, but i have yet to feel the benefit of that.\nTODOs\n\nadd images and screenshots to the build log\nCheck whether vdo.ninja is a viable way to add mobile streams. then Smartphone stream evaluation would be on the horizon.\nBother the mediamtx makers about the libcamera bump, so we can get rid of the rpicam-vid hack.\nI suspect there is quirte a lot of performance lost there.\ntweak the frigate config to get snapshots and maybe build an image / video database to later train a custom model.\nworry about attaching an external ssd and saving the video files on it.\nfind a way to export the landmark points from frigate. maybe send them via osc like in pose2art?\nfind a different hat that lets me access the other TPU? I have the dual version, but can currently only acces 1 of the 2 TPUs due to hardware restrictions.\n\n","path":null},{"url":"https://aron.petau.net/project/commoning-cars/","title":"Commoning Cars","description":null,"body":"Commoning cars\nTCF Project Brief\nThis Project was conceptualized durin a 2023 Workshop titled Tangible Climate Futures.\nAron Petau\naron@petau.net\nSee the Project in Realtime\nTitle\nMaking Cars Public spaces\nCommoning Cars\nAbstract\nCars bad.\nCars occupy public spaces resulting un a factual privatization of public goods/infrastructure.\nWhat if cars could be part of public infrastructure?\nWhat can cars provide to the public?\nWith Solar and Electrical Vehicles emerging on the horizon (no endorsement here) it makes sense to think about cars as decentralized powerhouses and public energy storage solutions.\nCars, even traditional ones, come equipped with batteries and generate electricity either by driving or though added solar panels.\nWhat if this energy could be used to power the public? What if cars would could be used as public spaces?\nBy installing a public USB socket and a public wifi hotspot, on my car, I want to start exploring the potential of cars as public spaces and energy storage solutions.\nWithin this artistic experiment, I will continuously track the geolocation and energy input/output of my solar equipped car and make the data publicly available. I will also track the amount of energy that is not used by the car and could be used by the public. Taking steps towards optimal usage of existing electrical and other infrastructure is only possible by breaking conventional notions of public ownership and private property. This project is one step towards a more sustainable and equitable future.\nIntroduction\nWe all know by now that cars and individual traffic presents a major environmetal and societal problem all over the world. The last 70 something years of building car infrastructure are culminating in many areas in a dead end where the only thinkable solution is to build more roads and cars.\nTHis is obviously a larger problem than one project can tackle, but here is one outlook on how\nExperiment\nPreexisting data\nWith the data collected over the last year of using the car privately I can show with embarrasing accuracy how underutilized the system is and calculate an estimate of energy lost due to societal notions of private property.\nThe data will be an estimate, since the monitoring itself is dependent on solar energy and the internet connection is spotty at best when it is not supplied with electricity.\nMonitoring\nIn the Car, there is a Raspberry Pi 4 Microcomputer running a custom Operating Systen that monitors the following data:\n\nSolar Intake (W)\nBattery Level (V)\nGPS Location\nTotal Energy Produced (Wh)\nTotal Energy Consumed (Wh)\nSolar Energy Potential (Wh)\n\nThrough the router I can also track total Wifi usage and the number of connected devices.\nPublic Wifi\nFor the Project, I opened a router in the Car towards the Public, much alike to ahotspot you would find in a cafe. I use my own data plan on there, which I never max out anyways. The router is a Netgear M1 and has a 4G Modem built in. It is connected to the Raspberry Pi and is powered by the secondary car battery.\nPublic Energy: A USB Socket\nI plan on installing a USB Socket on the outside of the car, so people can charge their devices. The socket will be connected to the secondary car battery and will be powered by the solar panels. The socket will be installed in a way that it is not possible to drain the battery completely.\nCommunication\nNobody expects any help or public supplies from car owners.\nHow to communicate the possibility to the outside world?\nThe plan is to fabricate a vinyl sticker that will be applied to the car. The sticker will contain a QR Code that will lead to a website with the data and a short explanation of the project. Visual cues lead to the USB Socket and the Wifi Hotspot.\nIssues\nSpace / Scale\nObviously, the space on top of a car is quite limited and from a sustainability perspective, it would be better to have a larger solar array on a roof of a house. The point is not to advocate for a mandated solar install on cars, but to optimize and share preexisting infrastructure. The car is already there, it already has a battery and it already has solar panels. Looking at many Camper-Van builds, the amount of cars with already installed solar panels is quite large. The point is to make the most out of it.\nLegality\nGermany has laws in place holding the owner of a Internet Connection liable for the legality of the traffic that is going through it. This is a major issue for the project, as I do not want to be liable for the traffic that is going through my car. I am currently looking into ways to circumvent this issue.\nSurveillance / Privacy\nThe Car is equipped with a GPS Tracker and a Wifi Hotspot. This means that I can track the location of the car and the number of devices connected to the hotspot. I am not tracking any data that is going through the hotspot, but I could. As this project will generate public data, People using and maybe depending on the internet and electricity provided will be tracked by proxy. I am not sure how to deal with this issue yet. One potential solution would be to publish the data only in an aggregated form, but this would make the data less useful for other projects.\nSecurity / Safety\nMy Car is now publicly traceable. I am no Elon Musk, and the idea does not really concern me, but we did create an additional attack vector for theft here.\nSources\nUN Sustainable Development Goal Nr. 7\nAdam Something on the Rise of Urban Cars\nIs Berlin a walkable City?\nFBI advising against utilizing public infrastructure\nWhy no solar panels on cars?\n+++\nNotes\nIdeas on Data Mapping workshop\nI have the Solar Data from the Van.\nIt holds Geocodes,\nhas hourly data\nand could tell the difference between geocoded potential solar energy and actual energy.\nIt also has temperature records.\nThere are 2 types of Losses in the system:\n\nEither the Batteries are full and available energy cannot be stored\nOr the solar panels are blocked through urban structures and sub-optimal parking locations.\n\nInteresting Questions:\nHow far away from optimal usage are my panels and where does the difference stem from?\nWhere to go?\nI think, the difference between potential energy and actual electricity produced/consumed is interesting.\nHow large is the gap?\nIs it relevant —> my initial guess would be that it is enormous\nHow to close the gap?\n—> install outside usb plugs\nIt would be publicly available infrastructure, people could charge their smartphones anywhere\n—> QI charging for security concerns??\nScaling??\n—> mandate solar roofs for cars? How effective would it actually be?\nWhat about buses / public vehicles?\n+++\nPotential issues with the data:\n\nSpotty / intermittent internet connection\nNoisy?\n\nMaking Cars public spaces\nWhat could my car provide to the public to be less wasteful with its space?\n\nProvide Internet\n\nWould incur monthly costs\n\n\nProvide Electricity\n\nConcrete Problems\nHow to make sure people cannot fully drain my battery?\nHow dangerous is actually an exposed USB Socket?\nCan people short my electronics through it?\nHow scalable are solutions like these?\nAre public USBC Sockets something that would actually be used?\nCould there be a way for people to leave their stuff charging?\nWhat if I actually move the car and someone has their equipment still attached?\nWould people even leave their stuff unattended?\nCan cars provide positive effects to public spaces?\n—> how to pose this research question without redeeming the presence of cars in our public spaces?\nDifference Electric - Fuel cars\nthere is lots of research on using Electric cars as transitional energy storage. Even before \"flatten the curve\" became a common slogan, electrical engineers worried about the small energy spikes in the grid. The existence of these forces us to keep large power plants running at all times, even if the energy is not needed. The idea is to use the batteries of electric cars to store this energy and use it when needed.\n \n\n\n","path":null},{"url":"https://aron.petau.net/project/postmaster/","title":"Postmaster","description":null,"body":"Postmaster\nHello from aron@petau.net!\nBackground\nEmails are a wondrous thing and I spend the last weeks digging a bit deeper in how they actually work.\nSome people consider them the last domain of the decentralized dream the internet once had and that is now popping up again with federation and peer-to-peer networks as quite popular buzzwords.\nWe often forget that email is already a federated system and that it is likely the most important one we have.\nIt is the only way to communicate with people that do not use the same service as you do.\nIt has open standards and is not controlled by a single entity. Going without emails is unimaginable in today's world, yet most providers are the familiar few from the silicon valley. And really, who wants their entire decentralized, federated, peer-to-peer network to be controlled by a schmuck from the silicon valley? Mails used to be more than that and they can still be.\nArguably, the world of messanging has gotten quite complex since emails popped up and there are more anti-spam AI tools that I would care to count. But the core of it is still the same and it is still a federated system.\nYet, also with Emails, Capitalism has held many victories, and today many emails that are sent from a provider that does not belong to the 5 or so big names are likely to be marked as spam. This is a problem that is not easily solved, but it is a problem that is worth solving.\nAnother issue with emails is security, as it is somehow collectively agreed upon that emails are a valid way to communicate business informations, while Whatsapp and Signal are not. These, at least when talking about messaging services with end-to-end encryption, are likely to be way more secure than emails.\nThe story\nSo it came to pass, that I, as the only one in the family interested in operating it, \"inherited\" the family domain petau.net. All of our emails run through this service, that was previously managed by a web developer that was not interested in the domjobain anymore.\nWith lots of really secure Mail Providers like Protonmail or Tutanota, I went on a research spree, as to how I would like to manage my own service. Soon noticing that secure emails virtually always come with a price or with lacking interoperability with clients like Thunderbird or Outlook, I decided to go for migadu, a swiss provider that offers a good balance between security and usability. They also offer a student tier, which is a big plus.\nWhile self-hosting seems like a great idea from a privacy perspective, it is also quite risky for a service that is usually the only way for any service to recover your password or your online identity.\nMigadu it was then, and in the last three months of basically set it and forget it, i am proud to at least have a decently granular control over my emails and can consciously reflect on the server location of The skeleton service service that enables virtually my entire online existence.\nI certainly crave more open protocols in my life and am also findable on Mastodon, a microblogging network around the ActivityPub Protocol.\n","path":null},{"url":"https://aron.petau.net/project/lusatia/","title":"Lusatia - an immersion in (De)Fences","description":null,"body":"\n\nOn an Excursion to Lusatia, a project with the Working Title (De)Fences was born.\nHere are the current materials.\n\nTODO: upload unity project\n","path":null},{"url":"https://aron.petau.net/project/autoimmunitaet/","title":"Autoimmunitaet","description":null,"body":"How do we design our Commute?\nIn the context of the Design and Computation Studio Course Milli Keil, Marla Gaiser and me developed a concept for a playful critique of the traffic decisions we take and the idols we embrace.\nIt should open up questions of whether the generations to come should still grow up playing on traffic carpets that are mostly grey and whether the Letzte Generation, a political climate activist group in Germany receives enough recognition for their acts.\nA call for solidarity.\n\n{: .center}\nThe scan results\n \nThe Action Figure, ready for printing\n \nAutoimmunitaet\nAutoimmunity is a term for defects, that are produced by a dysfunctional self-tolerance of a system.\nThis dysfunction causes the immune system to stop accepting certain parts of itself and build antibodies instead.\nAn invitation for a speculative playful interaction.\n\n\n\n\n\n\nThe Process\nThe figurines are 3D Scans of ourselves, in various typical poses of the Letzte Generation.\nWe used photogrammetry to create the scans, which is a technique that uses a lot of photos of an object to create a 3D model of it.\nWe used the app Polycam to create the scans using IPads and their inbuilt Lidar scanners.\n","path":null},{"url":"https://aron.petau.net/project/dreams-of-cars/","title":"Dreams of Cars","description":null,"body":"Photography\nIn the context of the course \"Fotografie Elementar\" with Sebastian Herold I developed a small concept of urban intervention.\nThe results were exhibited at the UdK Rundgang 2023 and are also visible here.\n\nDreams of Cars\nThese are not just cars.\nThey are Sport Utility Vehicles.\nWhat might they have had as hopes and dreams on the production line?\nDo they dream of drifting in dusty deserts?\nClimbing steep rocky canyon roads?\nSliding down sun-drenched dunes?\nDiscovering remote pathways in natural grasslands?\nNevertheless, they did end up in the parking spots here in Berlin.\nWhat drove them here?\n\n\n\n\n\n\n\n","path":null},{"url":"https://aron.petau.net/project/stable-dreamfusion/","title":"Stable Dreamfusion","description":null,"body":"Stable Dreamfusion\n \nSources\nI forked a really popular implementation that reverse engineered the Google Dreamfusion algorithm. This algorithm is closed-source and not publicly available.\nThe implementation I forked is here\nThis one is running on stable-diffusion as a bas process, which means we are are expected to have worse results than google.\nThe original implementation is here\n\n\nGradio\nThe reason i forked the code is so that i could implement my own gradio interface for the algorithm. Gradio is a great tool for quickly building interfaces for machine learning models. No code involves, any user can state their wish, and the mechanism will spit out a ready-to-be-rigged model (obj file)\nMixamo\nI used Mixamo to rig the model. It is a great tool for rigging and animating models. But before everything, it is simple. as long as you have a model with a decent humanoid shape in something of a t-pose, you can rig it in seconds. Thats exactly what i did here.\nUnity\nI used Unity to render the model to the magic leap 1.\nThrough this, i could create an interactive and immersive environment with the generated models.\nThe dream was, to build a AI- Chamber of wishes.\nYou pick up the glasses, state your desires and then the algorithm will present to you an almost-real object in AR.\nDue to not having access to the proprietary sources from google and the beefy, but still not quite machine-learning ready computers we have at the studio, the results are not quite as good as i hoped.\nBut still, the results are quite interesting and i am happy with the outcome.\nA single generated object in the Box takes roughly 20 minutes to generate.\nEven then, the algorithm is quite particular and oftentimes will not generate anything coherent at all.\n","path":null},{"url":"https://aron.petau.net/project/ascendancy/","title":"Ascendancy","description":null,"body":"Ascendancy\n\nAscendancy was an exploration of hacking states.\nPirate Nations and Micronations have a rich history of challenging and ridiculing the concept of a nation state.\nMeet ascendancy, the portable, autonomous and self-moving state.\nWithin the great nation of ascendancy, a Large language nodel (that is of course confined to the nations borders) is trained to generate text and to speak it out loud. It can be interacted with though an attached keyboard and screen. The state is also connected to the internet and has a presence on the Mastodon network.\nPlease check out the complete code of the project on GitHub.\nThe code of the GPT instance on GitHub\nThe Chatbot\nThe chatbot instance was setup with GPT4ALL.\nPriority here was in the quick execution on local hardware. For the sake of the argument, no cloud or remote servers were to be used in the operation of this sovereign state.\nIt was trained to respond to the following prompt:\nThe Prompt\n\nEngagement\nIn order to not be just reactive to inputs from the diplomats out in the world, the officials on Ascendancy were also programmed to engage in the world. Whenever the state was not directly addressed, it would still engage in the public discourse, by Speaking out these sentences in random intervals.\n\nThe Online representation\nAny proper state needs a press office. The state of Ascendancy was represented on the Mastodon network.\nThere, any input and response of the bot was published live, as a public record of the state's actions.\nDigital embassy on botsin.space\n","path":null},{"url":"https://aron.petau.net/project/auraglow/","title":"Auraglow","description":null,"body":"\nWhat makes a room?\nHow do moods and atmospheres emerge?\nCan we visualize them to make the experiences visible?\nThe project \"The Nature of Objects\" aims to expand (augment) perception by making the moods of places tangible through the respective auras of the objects in the space.\nWhat makes objects subjects?\nHow can we make the implicit explicit?\nAnd how can we make the character of a place visible?\\\nHere, we question the conservative, purely physical concept of space and address in the project a temporal, historical component of space, its objects, and their past.\nSpace will have transformed: from a simple \"object on which interest, thought, action is directed\" (definition object Duden), to a \"creature that is endowed with consciousness, thinking, sensing, acting\" (definition subject Duden).\nThis metamorphosis of subject formation on objects enables the space to undergo changes influenced, or, more precisely a shaping, reshaping, deformation -such that the space can finally be perceived differently and multiangular.\nSee the Project on GitHub{: .btn .btn--large}\n","path":null},{"url":"https://aron.petau.net/project/ruminations/","title":"Ruminations","description":null,"body":"Ruminations\nwas a contemplation on data privacy at Amazon.\nIt asks how to subvert browser fingerprinting and evading the omnipresent tracking of the consumer.\nThe initial idea was to somehow, by interacting with the perpetrator and letting data accumulate that would degrade their knowledge and thereby destroy predictablity, making this particular dataset worth less.\nWe could have just added a random clickbot, to confuse things a bit and make the data less valuable.\nBut looking at todays state of datacleanup algorithms and the sheer amount of data that is collected, this would have been a futile attempt. Amazon just detects and removes any noise we add and continues to use the data.\nSo, then, how can we create coherent, non-random data that is still not predictable?\nOne answer that this concept should demonstrate, is by inserting patterns that amazon cannot foresee with their current algorithms. As if they were trying to predict the actions of a person with shizophrenia.\nThe Concept\nIt consists of a browser extension (currently Chrome only) that overlays all web pages of Amazon with a moving entity that tracks your behavior. While tracking, an image classifier algorithm is used to formulate a product query off of the Storefront. After computation, a perfectly fitting product is displayed for your consumer's pleasure.\nThe analogue watchdog\nA second part of the project is a low-tech installation consisting of a camera (we used a smartphone) running a computer-vision algorithm tracking tiny movements. This was then pointed towards the browser console in the laptop running the extension. The camera was then connected to a screen that displayed the captured image. The watchdog was trained to make robot noises depending on the type and amount of movement detected. Effectively, whenever data traffic beween amazon and the browser was detected, the watchdog would start making noises.\nThe Browser extension\ngallery:\n\n\n\nFind the code on GitHub\nSubvert a bit yourself, or just have a look at the code.\nThe code of the Project on GitHub\nTODO: create video with live demo\n","path":null},{"url":"https://aron.petau.net/project/lampshades/","title":"Lampshades","description":null,"body":"Lampshades\nDuring 2022, I was exposed to some of the awesomenest tools for architects.\nOne of them was Rhino, a 3D modeling software that is used for a lot of architectural design.\nI hate it. It has quite an unreadable interface and is not very intuitive, with straight-up 80s vibes.\nIt has plugins though, and one of them is Grasshopper, a visual programming language that is used to create parametric models.\nGrasshopper is insanely powerful and seems to be a full-fledged programming language, but it is also very intuitive and easy to use, rather similar to the new node-based flows unreal engine and blender are now starting.\nSadly, grasshopper does not come as a standalone, and it requires Rhino to run and achieve many of the modeling steps.\nIn that combination, Rhino suddenly becomes much more appealing, and I started to enjoy the process of modeling in it.\nI was able to create a parametric lampshade that I am very happy with and can modify on the fly for ever-new lampshades.\nThen printing it with white filament in vase mode was a breeze and here you can see some of the results.\n\n\n\n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n A parametric lampshade made with Rhino and Grasshopper\n \n \n \n \n \n \n \n \n \n \n \n The Grasshopper flow for the lampshade\n \n \n \n \n \n \n \n \n \n \n \n The Grasshopper flow for the lampshade\n \n \n \n \n \n \n \n \n \n \n \n The resulting lampshade in Rhino\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/project/allei/","title":"Ällei","description":null,"body":"Meet Ällei - the accessible chatbot\nSommerblut\nNatural Language Understanding fascinates me and recently I started collaborating with the team of the Sommerblut Festival in Cologne to deliver them a customized chatbot that will be able to communicate with everyone, respecting accessibility standards to include all people. It will be able to communicate in German Sign Language (DGS), as well as service blind people, and we aim to incorporate the simple language concept.\nI find it to be an amazing challenge to start out with the requirement of really being inclusive. In ordinary social contexts, it is often not obvious, but when analyzing the specific needs a blind person has browsing the internet, it is drastically different from a person having impaired hearing. To hold the same conversation with both of them is proving quite a challenge. And this is just the first step down into a very deep field of digital inclusiveness. How can people with a speech impediment use our tool? How do we include people speaking German as a foreign language?\nSuch vast challenges are often obfuscated by the technical framework of our digital lives.\nI find digital accessibility a hugely interesting area, one that I am just now starting to explore.\nThis is a work in progress. We have some interesting ideas and will present a conceptual prototype, come check again after March 6th, when the 2022 festival started. Or come to the official digital presentation for the bot.\nThis bot is my first paid software work and I am getting to work with several awesome people and teams to realize different parts of the project. Here, I am not responsible for anything in the Front end, the product you will interact with here is by no means finished and may not respond at times, since we are moving and restarting it for production purposes.\nNevertheless, all the intended core features of the bot are present and you can try it out there in the corner.\nIf you wish to see more of the realization process, the entire project is on a public GitHub and is intended to ship as open source.\nIn the final version (for now), every single sentence will be accompanied by a video in German Sign Language (DGS).\nIt can gracefully recover from some common input errors and can make live calls to external databases, displaying further information about all the events of the festival and teaching the Fingeralphabet. It supports free text input and is completely screen-reader compatible. It is scripted in easy language, to further facilitate access.\nIt is mostly context-aware and features quite a bit of dynamic content generated based on user input.\nHave a look at the GitHub Repository here:\nCheck out the Repo\nIf Ällei is for some reason not present on the page here, check out the prototype page, also found in the GitHub Repo.\nCheck out the prototype page\n\n\t\n\t\tImportant\n\tI regard accessibility as a core question of both design and computation, really making tangible the prestructured way of our interaction with technology in general.\n\n\nCheck out the Sommerblut Website\n\n\t\n\t\tNote\n\tUpdate: we now have a launch date, which will be held online. Further information can be found here:\nCheck out our Launch Event\n\n\n\n\t\n\t\tNote\n\tUpdate 2: The Chatbot is now online for a while already and finds itself in a \"public beta\", so to speak, a phase where it can be used and evaluated by users and is collecting feedback. Also, since this is Google, after all, all the inputs are collected and then further used to improve weak spots in the architecture of the bot.\nFind the public Chatbot\n\n\n\n\n<df-messenger\nchat-icon=\"\"\nintent=\"WELCOME\"\nchat-title=\"Ällei\"\nagent-id=\"335d74f7-2449-431d-924a-db70d79d4f88\"\nlanguage-code=\"de\"\n\n\n\n","path":null},{"url":"https://aron.petau.net/project/ballpark/","title":"Ballpark","description":null,"body":"Ballpark: 3D Environments in Unity\nImplemented in Unity, Ballpark is a Concept work for a collaborative 2-Player Game, where one player is a navigator with a third-person perspective and another player is a copilot, responsible for interaction with the environment – featuring mostly working physics, intelligent enemies, a gun, a grappling hook system for traversing the map, a 2D Interface for navigation and a health bar system. On top of the meanest cyberpunk vibes my past self was able to conjure.\nEnjoy!\n\n\nAs you can see, the design faces some questionable choices, but all mechanics are homemade from the ground up and I learned a lot. I often struggle to enjoy competitive games and think there is potential in a co-dependent game interface. During early testing, we often found that it enforces player communication since already the tutorial is quite hard to beat.\nDue to me being a leftie, perhaps not entirely smart, I gave player one the keyboard arrows to work with and player two the WASD keys and left and right mouse buttons for grappling and shooting. For the game, it has an interesting side effect, in that players are forced not only to interact through the differing information on each player's screen but also have to physically interact and coordinate the controls.\nAs you can perhaps see, the ball-rolling navigation is quite hard to use.\nIt is a purely physics-based system, where, depending on the materiality of the ball, its weight, and therefore its inertia will drastically change.\nOn small screens, the prototype version of the game is virtually impossible to control and several visual bugs within the viewport still obfuscate items when they are too close. Considering that virtually all the mechanics are written from scratch, with a follow-me camera, collision detection, smart moving agents, and a still very wonky-looking grappling gun, I still think it deserves a spot in this portfolio.\nFor this project I focused completely on the mechanics of the game, resulting in lots of used prefabs and readymade 3D Objects. Next time, I want to do that myself too.\nI enjoyed my stint into Unity a lot and am looking forward to creating my first VR application and would love to try out some form of mechanics where the user vision is completely obfuscated by VR and they have to carry their eyes as a handheld connected camera so that the players can move around the camera itself with their hands.\n","path":null},{"url":"https://aron.petau.net/project/homebrew/","title":"Homebrew","description":null,"body":"Brewing\nMaking my own beer\nI love hosting, I love experimenting in the Kitchen. Starting with homebrews was a natural fit for me and during the first wave of Covid-19, I went the whole homebrewer’s route of bottle fermentation and small batches later elevating my game with larger batches of 50 liters and a pressure tank system.\nStarting out, I found it fascinating, how just 4 rather simple ingredients, malt, hops, water and yeast, can form such an incredible range of taste experiences. It was and still is, a tremendous learning experience, where one slowly has to accept not being able to control the process fully and find room for creativity.\nWhy do I present such an unrelated non-academic hobby here? I simply do not regard it as unrelated, experimenting and optimizing a process and a workflow, creating optimal conditions for the yeast to do its job feels very similar to approaching a coding project.\nYeast and what it does fascinates me. Every time I open the latch to release some pressure on the Tank I think of the awesome symbiotic relationships yeast has with humans and how many different strains live there together to create a unique, yet tailored flavor. Several ideas are floating around of changing the brewing process by capturing the created carbon dioxide and using it productively. I could see a car tire being filled with my beer gas, or an algae farm munching away on my CO2 byproducts. Within a closed-loop pressurized system, such ideas actually become realizable and I would love to explore them further.\nI am not yet an expert on algae, but I can manage with yeast and I believe they can coexist and create a more sustainable cycle of production.\nYoung Henrys, a brewery in Australia is already incorporating algae into its industrial process:\nThe Algae project\nSuch ideas do not come into the industry by themselves: I believe that art and the exploratory discovery of novel techniques are the same things. Good and inventive design can improve society and make steps towards sustainability. I want to be part of that and would love to find new ways of using yeast in other design contexts: See whether I can make them work in a closed circular system, make them calculate things for me, or simply making my next beer taste awesome with just the right amount of fizz.\n\n\n\n \n \n \n \n \n \n \n \n \n \n The latest iteration of my homebrew setup, using pressure tanks and a pressurized fermentation chamber\n \n \n \n \n \n \n \n \n \n \n \n An electric kettle I use for the Brew\n \n \n \n \n \n \n \n \n \n \n \n I made my own kegging system featuring a tap from an old table leg.\n \n \n \n \n \n \n \n \n \n \n \n An active fermentation\n \n \n \n \n \n \n \n \n \n \n \n Hops growing in our garden, so I can experiment with fresh specialty hops\n \n \n \n \n \n \n \n \n \n \n \n The leftover mass of spent grain. Animals love it, it's great for composting, but most importantly, it's great for baking bread!\n \n \n \n \n\n","path":null},{"url":"https://aron.petau.net/project/iron-smelting/","title":"Iron Smelting","description":null,"body":"Iron Smelting\nImpressions from the International Smelting Days 2021\nThe concept\nSince I was a small child I regularly took part in the yearly international congress called Iron Smelting Days (ISD).\nThis is a congress of transdisciplinary people from all over Europe, including historians, archeologists, blacksmiths, steel producers, and many invested hobbyists.\nThe proclaimed goal of these events is to understand the ancient production of iron as it happened throughout the iron age and also much after. A bloomery furnace was used to create iron. Making iron requires iron ore and heat under the exclusion of oxygen. It is a highly fragile process that takes an incredible amount of work. The designs and methods vary a lot and were very adapted to the region and local conditions, unlike the much later, more industrialized process using blast furnaces.\nTo this day it is quite unclear how prehistoric people managed to get the amount and quality of iron we know they had.\nThe furnaces that were built were often clay structures and are not preserved. Archeologists often find the leftover burned ore and minerals, giving us some indication of the structure and composition of the ancient furnaces.\nThe group around the ISD takes up a practical archeological approach and we try to recreate the ancient methods with the added capability of maybe sticking temperature probes or electric blowers. Each year we meet up in a different European city and try to adapt to the local conditions, often with local ore and local coal. It is a place where different areas of expertise come together to educate each other while sitting together through the intense day- and night shifts to feed the furnaces.\nSince being a kid, I started building my own furnaces and read up on the process so I could participate.\nTechnology gets a different tint when one is involved in such a process: Even the lights we put up to work through the evening are technically cheating. We use thermometers, meticulously weigh and track the inbound coal and ore, and have many modern amenities around. Yet - with our much more advanced technology, our results are often inferior in quantity and quality in comparison with historical findings. Without modern scales, iron-age people were more accurate and consistent than we are.\nAfter some uncertainty about whether it would take place in 2021 again after it was canceled in 2020, a small group met up in Ulft, Netherlands.\nThis year in Ulft, another group made local coal, so that the entire process was even lengthier, and visitors came from all over to learn about making iron the pre-historic way.\nBelow I captured most of the process in some time-lapses.\nThe Process\n\n\nHere you can see a timelapse of me building a version of an Iron Furnace\nAs you can see, we are using some quite modern materials, such as bricks, this is due to the time constraints of the ISD.\nMaking an oven completely from scratch is a much more lengthy process requiring drying periods in between building.\nAfter, the furnace is dried and heated up\nOver the course of the process, more than 100 kgs of coal and around 20 kgs of ore are used to create a final piece of iron of 200 - 500g, just enough for a single knife.\nWith all the modern amenities and conveniences available to us, a single run still takes more than 3 people working over 72 hours, not accounting for the coal-making or mining and relocating the iron ore.\nSome more impressions from the ISD\n\n\n\n \n \n \n \n \n \n \n \n \n \n a loaded bloomery furnace\n \n \n \n \n \n \n \n \n \n \n \n The ISD from above\n \n \n \n \n \n \n \n \n \n \n \n glowing iron\n \n \n \n \n \n \n \n \n \n \n \n a furnace burning\n \n \n \n \n \n \n \n \n \n \n \n Compacting the resulting iron\n \n \n \n \n \n \n \n \n \n \n \n a heat camera image of the furnace\n \n \n \n \n \n \n \n \n \n \n \n A cross-section illustrating the temperatures reached\n \n \n \n \n\nFor me, it is very hard to define what technology encompasses. It certainly goes beyond the typically associated imagery of computing and industrial progress. It is a mode of encompassing the world and adopting other technologies, be it by time or by region makes me feel how diffused the phenomenon of technology is into my world.\nFind out more about the ISD\n","path":null},{"url":"https://aron.petau.net/project/bachelor-thesis/","title":"Bachelor Thesis","description":null,"body":"An online psycholinguistic study using reaction time\nLast year, I wrote my thesis during the pandemic. With the struggles our university had transitioning to online teaching, I selected a guided topic, although my initial dream was to start writing about my proposed plan for automated plastic recycling. You can read more about that here:\n\nI chose a project that wanted to examine the possibilities of a novel smart hearing protection device specifically designed for auditory hypersensitivity, which is often, but not always, and not exclusively a phenomenon visible in people with an autism spectrum disorder.\nA common reaction to this elevated sensitivity is stress and avoidance behavior, often leading to very awkward social situations and impairing the ability to take part in social situations.\nSchools are one such social situation and we all know the stress a noisy classroom can produce. Concentration is gone, and education, as well as essential skills like language reproduction, suffer.\nThere is lots of prior research on these fields, and there is some evidence that sensory information in people on the Autism spectrum is processed differently than in a neurotypical brain. It seems that a certain adaptability, needed to overcome noise issues and bridge asynchrony between auditory and visual sensory input, is reduced in some people on the Autism Spectrum.\nIn essence, my experiment was responsible for looking at neurotypical people and measuring any effect on language perception produced by varying the delay between auditory and visual input, as well as the loudness.\nHere, I had the possibility to conduct an entire reaction-time-based experiment with over 70 participants and went through all the struggles that come with proper science.\nI did extensive literature research, coded the experiment, and learned a lot about the reasons nobody really ever does reaction time-based studies like this via a common internet browser.\nIt was an almost 9 months long learning experience full of doing things I had never done before.\nI learned and got to love writing in Latex, had to learn JavaScript for the efficient serving of the stimuli, and R for the statistical analysis. I also got to brush up on my data visualization skills in Python and made some pretty graphs of the results.\nThe experiment is still working and online if you want to have a look at it. Be mindful though that measuring reaction speed every millisecond is important, which is why it makes heavy use of your browser cache and has been known to crash and defeat some not-so-tough computers.\n\n Try out the experiment yourself\n\nEven with writing alone I had extensive helpful feedback from my supervisors and learned a lot about scientific processes and associated considerations.\nThere was always the next unsolvable problem. Just one example was scientificity and ethical considerations clashing, data privacy against the accuracy of results. Since the machines participants participated on, were private devices, I was unable to know important data like their internet speed and provider, their type of GPU, and their type of external hardware. Turns out, for an auditory experiment, the type and setup of the speakers do play an important role and influence response speed.\nThe final version of my thesis has something around 80 pages, much of it utterly boring, but nevertheless important statistical analyses.\nIf you really want to, you can have a look at the whole thing here:\n\n Read the original Thesis\n\nI am a fan and proponent of open source and open science practices.\nSo here you can also find the rest of the project with the original source code.\nI am not yet where I want to be with my documentation practices, and it scares me a bit that anyone can now have a full grasp of all the mistakes I did, but I am throwing this out there as a practice step. I learned and gained a lot from looking at other people's projects and I strive to be open about my processes too.\nThe original video stimuli are not mine and I have no right releasing them, so they are omitted here.\n\n Find the complete Repo on Github\n\n","path":null},{"url":"https://aron.petau.net/project/coding/","title":"Coding Examples","description":null,"body":"Neural Networks and Computer Vision\nA selection of coding projects\nAlthough pure coding and debugging are often not a passion of mine, I recognize the importance of neural networks and other recent developments in Computer Vision. From several projects regarding AI and Machine Learning that I co-authored during my Bachelor Program, I picked this one since I think it is well documented and explains on a step-by-step basis what we do there.\nImage Super-Resolution using Convolutional Neural Networks (Recreation of a 2016 Paper)\nImage Super-Resolution is a hugely important topic in Computer Vision. If it works sufficiently advanced, we could take all our screenshots and selfies and cat pictures from the 2006 facebook-era and even from before and scale them up to suit modern 4K needs.\nJust to give an example of what is possible in 2020, just 4 years after the paper here, have a look at this video from 1902:\n\n\nThe 2016 paper we had a look at is much more modest: it tries to upscale only a single Image, but historically, it was one of the first to achieve computing times sufficiently small to make such realtime-video-upscaling as visible in the Video (from 2020) or of the likes that Nvidia uses nowadays to upscale Videogames.\nExample of a Super-Resolution Image.\nThe Neural network is artificially adding Pixels so that we can finally put our measly selfie on a billboard poster and not be appalled by our deformed-and-pixelated-through-technology face.\n\n\n\n \n \n \n \n \n \n \n \n \n \n A low-resolution sample\n \n \n \n \n \n \n \n \n \n \n \n A high-resolution sample. This is also called 'ground truth'\n \n \n \n \n \n \n \n \n \n \n \n The artificially enlarged image patch resulting from the algorithm\n \n \n \n \n \n \n \n \n \n \n \n A graph showing an exemplary loss function applied during training\n \n \n \n \n \n \n \n \n \n \n \n One qualitative measurement we used was pixel-wise cosine similarity. It is used to measure how similar the output and the ground truth images are\n \n \n \n \n\nThe Python notebook for Image super-resolution in Colab\nMTCNN (Application and Comparison of a 2016 Paper)\nHere, you can also have a look at another, much smaller project, where we rebuilt a rather classical Machine learning approach for face detection. Here, we use preexisting libraries to demonstrate the difference in efficacy of approaches, showing that Multi-task Cascaded Convolutional Networks (MTCNN) was one of the best-performing approaches in 2016. Since I invested much more love and work into the above project, I would prefer for you to check that one out, in case two projects are too much.\nFace detection using a classical AI Approach (Recreation of a 2016 Paper)\n","path":null},{"url":"https://aron.petau.net/project/critical-philosophy-subjectivity/","title":"Critical Philosophy of Subjectivity","description":null,"body":"Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault\nOn Butler: Constituting norms =/= carrying normative responsibilities for their existence\n\n\t\n\t\tNote\n\tSource Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627\nPublication\n\n\nCitation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:\n\nThe norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other”\n(Norms, Discipline, and the Law, P.173)\n\nSuch a view suggests that any opposition to the norm is already\ncontained within the norm, and is crucial to its functioning.\nHere, for me, the entire futility of the approach later identified and described is condensed into a few sentences.\n\nHence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break.\nPage 56, final sentence\n\nThe idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed.\nI understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term \"Norms\" is related to anticipation of this argument.\nFurther, I am not sure I share Ewald's interpretation; I see that the object \"othered\" by a norm is a constituent and necessary object for the norm, simply due to its \"comparative\" nature (p. 51, citation from Ewald).\nThe oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it.\nYes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm.\nI would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 23. January 2022, 14:23\n\n\nOn Ewald: What, then, is a norm?\n\n\t\n\t\tNote\n\tSource Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449\nPublication\n\n\nSome tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average).\np. 152: Under norm, 3 phenomena are subsumed: Discipline,\nless as a constraint, but more as a regulatory mechanism insurance,\nReducing objects to their relative occurrence, distributing risk. and standardization.\nThe norm has three defining features:\n\npositivism,\nas reliant on facts, which have an aura of objectivity around them.\nrelativity,\nthey are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.\npolarity\ninvolving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.\n\nWhat, then, is a norm?\n\nIt is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview.\np. 154\n\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 16. January 2022, 18:48\n\n\nOn Foucault: The effects without effector\n\n\t\n\t\tNote\n\tSource Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980.\nPublication\n\n\n\none finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it.\np. 203\n\nIn this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a \"strategy\" just happens to meet the criteria for deployment.\n\nBut between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.\n\nThis was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect.\nI struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements?\nThis whole ordeal and now I lack subjects to blame.\nHow can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 12. December 2021, 22:01\n\n\n","path":null},{"url":"https://aron.petau.net/project/philosophy/","title":"Philosophy","description":null,"body":"Critical considerations during my studies\nI have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments.\nNormative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there.\nI find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers.\nThe courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week's discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That's why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.\nForum entries from the Seminar: Critical Epistemologies\nOn Anderson: Institutions\n\n\t\n\t\tNote\n\tSource Text: Epistemic Justice as a Virtue of Social Institutions\nElizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173,\nDOI: 10.1080/02691728.2011.652211 Publication\n\n\nThe text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour.\nBut is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice?\nWell, maybe, assuming that:\n\nEveryone realizes their privilege,\nEveryone concludes that justice is the right goal,\nUpon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.\n\nI think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed.\nAnderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance.\nThe same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices.\nIs Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved.\nAnderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.\nI still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Tuesday 14. July 2020, 17:45\n\n\nOn Medina, the informant and the inquirer\n\n\t\n\t\tNote\n\tSource Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214\nPublication\n\n\nMy biggest takeaway here was that, as I tried to hint at in an earlier comment,\nWhenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another.\nVery roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations.\nAlso argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately.\nOverall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker.\nAlthough I was not convinced by the Fricker Text, I tend to think the strategy:\n\"When in doubt, give the subject full epistemic credibility\"\nIs a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Thursday 09. July 2020, 11:25\n\n\nOn Jaggar: Norms, Outlaw Emotions, and the Ideal Society\n\n\t\n\t\tNote\n\tSource Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185\nPublication\n\n\nI found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me.\nOn outlaw emotions:\nFirst, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it.\nOutlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change.\nJaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner.\nWhen we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic.\n“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.”\nTo me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms.\nThe idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest.\nAnother thing I found helpful is her reformulation of what norms do:\n“Dominant Norms tend to serve dominant interests”\ntil here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are.\nIs an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one?\nBut then, after that: \"Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.\"\nThis was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm\nnot saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture \"White Men\" forming a group and collectively deciding on who to hate this coming season, Conceptually separating \"being oppressed\" and \"oppressing\" into phenomena\nwithout necessary inherent causal relation makes sense to me here.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Tuesday 23. June 2020, 18:52\n\n\nForum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault\nOn Butler: Constituting norms =/= carrying normative responsibilities for their existence\n\n\t\n\t\tNote\n\tSource Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627\nPublication\n\n\nCitation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:\n\nThe norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other”\n(Norms, Discipline, and the Law, P.173)\n\nSuch a view suggests that any opposition to the norm is already\ncontained within the norm, and is crucial to its functioning.\nHere, for me, the entire futility of the approach later identified and described is condensed into a few sentences.\n\nHence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break.\nPage 56, final sentence\n\nThe idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed.\nI understand the first citation to clearly be Ewald's interpretation of things and am not sure whether Foucault's careful circumvention of the term \"Norms\" is related to anticipation of this argument.\nFurther, I am not sure I share Ewald's interpretation; I see that the object \"othered\" by a norm is a constituent and necessary object for the norm, simply due to its \"comparative\" nature (p. 51, citation from Ewald).\nThe oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it.\nYes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm.\nI would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 23. January 2022, 14:23\n\n\nOn Ewald: What, then, is a norm?\n\n\t\n\t\tNote\n\tSource Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449\nPublication\n\n\nSome tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average).\np. 152: Under norm, 3 phenomena are subsumed: Discipline,\nless as a constraint, but more as a regulatory mechanism insurance,\nReducing objects to their relative occurrence, distributing risk. and standardization.\nThe norm has three defining features:\n\npositivism,\nas reliant on facts, which have an aura of objectivity around them.\nrelativity,\nthey are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.\npolarity\ninvolving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.\n\nWhat, then, is a norm?\n\nIt is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview.\np. 154\n\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 16. January 2022, 18:48\n\n\nOn Foucault: The effects without effector\n\n\t\n\t\tNote\n\tSource Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980.\nPublication\n\n\n\none finds all sorts of support mechanisms [...] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it.\np. 203\n\nIn this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a \"strategy\" just happens to meet the criteria for deployment.\n\nBut between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it's the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don't think one can say is that it's the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.\n\nThis was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect.\nI struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements?\nThis whole ordeal and now I lack subjects to blame.\nHow can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 12. December 2021, 22:01\n\n\nForum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin\nOn Dorlin\n\n\t\n\t\tNote\n\tSource Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017.\nPublication (Not yet translated to English)\n\n\nFrom the seventh chapter in Dorlins \"Self-Defense\", I found the idea that safe spaces are actually prone to be counterproductive very strong.\nI think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one.\nIn so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile \"outside\" or other space.\nFurther, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for \"enforcing\" safety.\nDorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it.\nI think this opens up 2 points worth discussing:\nAre there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other?\nDoes this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: \"Well, the person did not object or introduce change, so the person implied consent.\"\nWill a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 05. December 2021, 15:52\n\n\nWeekly hand in from the Seminar: Soziale Erkenntnistheorie\nOn Fricker: Epistemic Injustice\n\n\t\n\t\tNote\n\tSource Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007.\nPublication\n\n\n\nWorin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?\n\nInferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist.\nDies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten.\nEine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.\n\nFormulieren Sie jeweils einen Einwand gegen beide Theorien.\n\nWir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?\n\nWorin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.\n\nDoxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch.\nFrickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen.\nIch lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on 05.01.2021\n\n\n","path":null},{"url":"https://aron.petau.net/project/political-violence/","title":"Political Violence","description":null,"body":"Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin\nOn Dorlin\n\n\t\n\t\tNote\n\tSource Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017.\nPublication (Not yet translated to English)\n\n\nFrom the seventh chapter in Dorlins \"Self-Defense\", I found the idea that safe spaces are actually prone to be counterproductive very strong.\nI think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one.\nIn so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile \"outside\" or other space.\nFurther, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for \"enforcing\" safety.\nDorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it.\nI think this opens up 2 points worth discussing:\nAre there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other?\nDoes this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: \"Well, the person did not object or introduce change, so the person implied consent.\"\nWill a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Sunday 05. December 2021, 15:52\n\n\nWeekly hand in from the Seminar: Soziale Erkenntnistheorie\nOn Fricker: Epistemic Injustice\n\n\t\n\t\tNote\n\tSource Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007.\nPublication\n\n\n\nWorin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?\n\nInferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist.\nDies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten.\nEine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.\n\nFormulieren Sie jeweils einen Einwand gegen beide Theorien.\n\nWir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?\n\nWorin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.\n\nDoxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch.\nFrickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen.\nIch lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on 05.01.2021\n\n\n","path":null},{"url":"https://aron.petau.net/project/chatbot/","title":"Chatbot","description":null,"body":"Guru to Go: a speech-controlled meditation assistant and sentiment tracker\n\n\nHere, you see a Demo video of a voice-controlled meditation assistant that we worked on in the course \"Conversational Agents and speech interfaces\"\n\n Course Description\n\nThe central goal of the entire project was to make the Assistant be entirely speech controlled, such that the phone needn't be touched while immersing yourself in meditation.\nThe Chatbot was built in Google Dialogflow, a natural language understanding engine that can interpret free text input and identify entities and intents within it,\nWe wrote a custom python backend to then use these evaluated intents and compute individualized responses.\nThe resulting application runs in Google Assistant and can adaptively deliver meditations, visualize sentiment history and comprehensively inform about meditation practices. Sadly, we used beta functionality from the older \"Google Assistant\" Framework, which got rebranded months after by Google into \"Actions on Google\" and changed core functionality requiring extensive migration that neither Chris, my partner in this project, nor I found time to do.\nNevertheless, the whole Chatbot functioned as a meditation player and was able to graph and store recorded sentiments over time for each user.\nAttached below you can also find our final report with details on the programming and thought process.\n\n Read the full report\n\n\n Look at the Project on GitHub\n\n\n\t\n\t\tNote\n\tAfter this being my first dip into using the Google Framework for the creation of a speech assistant and encountering many problems along the way that partly found their way also into the final report, now I managed to utilize these explorations and am currently working to create Ällei, another chatbot with a different focus, which is not realized within Actions on google, but will rather be getting its own react app on a website.\n\n\n","path":null},{"url":"https://aron.petau.net/project/critical-epistemologies/","title":"Critical Epistemology","description":null,"body":"Forum entries from the Seminar: Critical Epistemologies\nOn Anderson: Institutions\n\n\t\n\t\tNote\n\tSource Text: Epistemic Justice as a Virtue of Social Institutions\nElizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173,\nDOI: 10.1080/02691728.2011.652211 Publication\n\n\nThe text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour.\nBut is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice?\nWell, maybe, assuming that:\n\nEveryone realizes their privilege,\nEveryone concludes that justice is the right goal,\nUpon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.\n\nI think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed.\nAnderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance.\nThe same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices.\nIs Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved.\nAnderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.\nI still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Tuesday 14. July 2020, 17:45\n\n\nOn Medina, the informant and the inquirer\n\n\t\n\t\tNote\n\tSource Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214\nPublication\n\n\nMy biggest takeaway here was that, as I tried to hint at in an earlier comment,\nWhenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another.\nVery roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone's statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations.\nAlso argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately.\nOverall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn't properly formulate, and many more, while still holding to the general framework of Fricker.\nAlthough I was not convinced by the Fricker Text, I tend to think the strategy:\n\"When in doubt, give the subject full epistemic credibility\"\nIs a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Thursday 09. July 2020, 11:25\n\n\nOn Jaggar: Norms, Outlaw Emotions, and the Ideal Society\n\n\t\n\t\tNote\n\tSource Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185\nPublication\n\n\nI found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me.\nOn outlaw emotions:\nFirst, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it.\nOutlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer's joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change.\nJaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner.\nWhen we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic.\n“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.”\nTo me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms.\nThe idea roughly resembles Rawls's Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest.\nAnother thing I found helpful is her reformulation of what norms do:\n“Dominant Norms tend to serve dominant interests”\ntil here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are.\nIs an alternative, suppressed norm even thinkable? Isn't it inherent in a norm that it be the dominant one?\nBut then, after that: \"Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.\"\nThis was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I'm\nnot saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture \"White Men\" forming a group and collectively deciding on who to hate this coming season, Conceptually separating \"being oppressed\" and \"oppressing\" into phenomena\nwithout necessary inherent causal relation makes sense to me here.\n\n\t\n\t\tNote\n\tcreated by Aron Petau on Tuesday 23. June 2020, 18:52\n\n\n","path":null},{"url":"https://aron.petau.net/project/plastic-recycling/","title":"Plastic Recycling","description":null,"body":"Being involved with 3D Printers, there is the issue of sustainability that I am confronted with regularly.\nMost 3D printed parts never get recycled and add to the global waste problem, rather than reducing it.\nThe printer most certainly doesn’t care what it is printing, the main problem is the dimensional accuracy and the purity of the material. All of this leads to a huge industry, Germany being especially involved, using loads of virgin plastic.\nWhat can be done about it?\nWe can design our products to last longer, we can also print recycling labels on them so they do not have to get burned after their first life. We can take care to only print functional objects, not just fun toys nobody uses.\nYet, none of that prevents the use of virgin plastics. If you buy a spool of filament, there are some recycled options, but usually at twice the price at worse quality. No wonder recycled filament fails to convince the masses. It is mostly a fun thing YouTubers can pursue, not a valid commercial process.\n\n\nIn my opinion, the core problem is the nonexistent economic feasibility of a proper recycling process. Identifying the exact material of a piece of trash is a very hard problem, definitely not solved yet. So why do we mix the plastic up in the first place? There is a general willingness of people to recycle, but the system for it is missing.\nThe Master Plan\nI want to get people to wash and separate their trash for me, which are the most expensive steps in the recycling process. There is a willingness to take the extra step, and even if just my mom collects bottle caps for me, that is more than I can realistically use up.\nThis only really works when I am thinking in a local and decentral environment.\nThe existing recycling facilities clearly will not be able to provide 200 different containers for 200 different types of plastic.\nStarting the process with clean and sorted materials, like bottle caps (HDPE) or failed prints (PET-G), I start off with an advantage.\nNow I have to take apart the trash into evenly sized particles.\nMeet:\nThe Shredder\nWe built the Precious Plastic Shredder!\n\nWith these awesome open-source drawings, I was able to cobble together my very own very dangerous plastic shredder.\nAfter finding some way to drive this massive axis, I feed the beast and hopefully get tiny pretty uniform plastic bits that are ready to begin the cycle of life anew.\nThe solution for the motorization was an old and used garden shredder that still had an intact motor and wiring.\nWe cut it in half and attached it to the shredder box.\n\n\nAfter replacing the weak force transmission screw for an industrial coupler, we were ready to try it out. Obviously, there are still security concerns in this prototype, a proper hopper is already being made.\nNevertheless, we are confident that this shredder will be able to deal with the light sorts of plastic we are thinking of.\nAs you can see, I am now able to produce awesome confetti but to do more with the plastic flakes I have to extrude them.\nMeet the Filastruder\nThis is the Filastruder, designed and made by Tim Elmore, in an attempt to create the cheapest viable way to extrude plastic. The biggest cost issue is the tight industrial tolerances in thickness that have to be adhered to. This is in essence what separates good from the bad filament. The industry standard nowadays is at +-0.03mm. Hard to achieve on a DIY setup, but not unheard of. The setup, like any bigger industry equivalent, consists of a motor pressing plastic pellets through a heated screw, extruding molten plastic at the end through a nozzle, and setting the diameter. The leftmost machine is responsible for winding the filament properly onto a spool.\nHere you can see the extrusion process in action.\n\n\nThe Filastruder is controlled by an Arduino and is highly configurable. The laser sensor visible in the video is already working, but I am missing more direct control over the diameter of the filament.\nWhen it all really comes down to the single variable of the filament diameter responsible for the quality of my recycled project, a simple Machine Learning optimization directly jumps at me: I have a few variables like winder speed, extrusion speed, heat, and cooling intensity. These variables can be optimized on the fly for an exact diameter. This is actually roughly how virgin filament is produced, commercial facilities just manage much faster.\n\nSo far, I am aware of a few companies and academic projects attempting this process, but none of them manage to get either the quality or the price of other products available. Automatization does not just take out jobs away, I think it can also be a helpful tool, for example tackling environmental issues such as this one.\nThis project is very dear to my heart and I plan to investigate it further in the form of a master thesis.\nThe realization will require many skills I am already picking up or still need to work on within the Design and Computation program.\n{: .notice--info}\n\n Reflow Filament\n\n\n Perpetual Plastic Project\n\n\n Precious Plastic Community\n\n\n Filamentive Statement on why recycling is not feasible in their opinion\n\n\n Open source filament diameter sensor by Tomas Sanladerer\n\n\n Re-Pet Shop\n\n","path":null},{"url":"https://aron.petau.net/project/beacon/","title":"BEACON","description":null,"body":"BEACON: Decentralizing the Energy Grid in inaccessible and remote regions\nAccess to Electricity is a basic human right. At first, that may seem over the top, but if one stops to think what all the little tasks that electricity can indirectly handle for us (lightning, laundry, cooking, freezing, heating, entertaining…) would consume in time and effort if we had to perform them manually, this idea becomes very clear. There are globally around 1 billion people without tier 2 access to electricity.\nSDGS Goal 7\n\nPeople only know the intensity of labor that goes into everything when there is no electricity. And it is not even only about convenience, electricity is an enormous lifesaver in any number of scenarios, think just of hospitals or mobile phone networks that would be rendered completely useless without it. So we can easily agree on a need, a demand for electricity globally, for every person. But what about the supply? Why is there 1 billion undersupplied?\nThe Answer: missing profitability. It would be a charity project to supply every last person on earth, not a profitable one. And while charitable projects are noble and should be pursued, the reality within capitalism shows that this is not the way it is going to happen.\nBut what if we could come up with technology, or rather, a communal structure, that enables us to supply profitably, and still adapt to both, the difficult external factors (weather issues, remoteness, altitude, etc.) and the smaller purses of the undersupplied?\nLocation\nTowards the end of 2018, I spent 4 months in northern India, on a research project with the IIT Kharagpur.\nThe goal was to work on one of the 17 UN-defined sustainable development goals – electricity.\nWorldwide, an estimated 1 billion people have no or insubstantial access to the grid.\nSome of them live here, in the Key Monastery in the Spiti Valley at around 3500 meters altitude.\n\n\n\nThis is Tashi Gang, a village close to the Monastery. It houses around 50 people and only has road access during 3-4 months in the summer. For the rest of the time, the people rely on first aid services by helicopter, which can only be called with a working cell phone tower.\n\nThe Project\nIn an environment reliant on hydro-energy and solar (diesel transport is unreliable due to snowed-in mountain roads), over 6 months of snowy winter, frequent snowstorms, and temperatures of up to -35°C, securing the grid is hard.\nOur way to tackle the issue was to reject the in the western society very established notion of electricity as a homogenous product with centralized production and instead researched the possibilities of a predictive, self-correcting, and decentral grid.\nBy prioritizing energy usage cases, instead of a full blackout during a storm, essential functions like radio towers and hospitals could be partially powered and maybe stay functioning. The binarity of either having electricity or not would be replaced by assigned quantities and timeslots, in a collective effort to be mindful and distribute the electricity necessity-based.\nThe ultimate vision was a live predictive electricity market, where people could even earn money by selling their allotted, but not needed electricity.\nTo gauge feasibility, I conducted several psychological acceptance studies and collected data on local electricity demands.\nI simulated a typical day of electricity demand in the Key monastery and the surrounding villages and mapped out the potential to install cost-efficient smart microgrid controllers enabling such an accurate and predictive behavior.\nThe smart grid operator boxes available here in Germany cost several hundred, with installation several thousand Euros, not a feasible solution for the Indian population. Instead, we wanted to use Raspberry Pi's, which are interconnected through ethernet cables or local mesh networking.\nResearch\n\nData Collection\nBuilding a questionnaire and visiting public schools during their English Classes, I had the chance to speak to a range of teenagers, answering questions about the state of electricity in their homes, generating more data than I could have accomplished running from door to door without any skills speaking local dialects. The questionnaire was as scientific as I could make it in such a situation and geared towards finding the type and number of electric devices in the homes and estimating typical usage scenarios.\nWith a total of 145 participants from more than 6 different schools and roughly 4 different districts, all located in the Indian part of the Himalayas, the findings are as follows:\nThe participants range from 11 to 53 years, with an average of 17 years.\nThe average household has 6 members with an average of 5 smart devices. Only 2 percent of the Households had not a single smart device, but at the same time, only 42 percent had direct or indirect access to a laptop or computer. So the main body of smart devices consists of smartphones with a negligible portion of tablets.\nThe average total amount of electrical devices is around 11 electrical appliances per house.\nSubjective Quality Rating on a scale of 1 to 10:\n\nAverage quality in summer: 7.1\nAverage quality in monsoon: 5.6\nAverage quality in autumn: 7.1\nAverage quality in winter: 4.0\n\nSo, as you would expect, during winter, but also when it rains, the felt quality drops by more than 30 percent on average.\nAs for the daily supply time, the average sits at 15.1 hours out of 24, meaning the people have electricity only for 62.9 percent of the time, some, as for example the people in Diskit only have a sad 4 hours of daily access. On top of that, this estimation does not account for the snowfalls in Spiti for example, where it is not uncommon to experience 3 consecutive days of powercut or more.\nAs the Power Meter is supplied by the government, a solid 82 percent of the houses have a working power meter, if one assumes that the 13 percent who did not know whether they have a power meter, do have one, we can say that around 95% of the houses have a power meter.\nAnother goal of the studies was to find out what would incline people to be caring and sharing with the available electricity, something rather unimaginable here in Germany.\nIn general, the uninformed openness to delaying usage of electricity on a scale of 1-10 was around 5.5, with the additional information that a smart delay would cause an overall price reduction, the acceptance went up to 6.9, a good 14%. This implies that people would be a lot more inclined to give up conveniences if the benefits have a direct impact on them.\nSimulation\nAfter collecting all the estimated electric appliances of the local population, I simulated the use of 200 Solar Panels with 300Wp each, once for simultaneous electricity use, and once for mitigated electricity peaks through smart optimization and electricity usage delay.\n\n\nAlthough solar is definitely not the optimal choice here and generates lots of issues with energy storage and battery charging at negative degrees, we figured that this was the way to go for the project.\nAnd as you can see, optimizing peak usage can improve solar from generating only one-fifth of the demand in winter to about half the demand in winter. Keeping in mind here, that the added solar farm was only intended to supply additional energy and not replace existing solutions, such a \"small\" farm would be a real lifesaver there and optimize the limited space in extremely mountainous terrain.\nClosing words\nThere are to sides which the problems can be tackled: we can bring the total energy production up, by adding more panels or electricity by other means, but we can also try and bring the total demand down. This is to be achieved by investing strictly in the most energy-efficient appliances. Even replacing older, not-so-efficient appliances might sometimes be of use.\nBut ensuring efficient use is not the only way to bring down the overall demand.\nAs introduced as core ideas for the whole project, sharing and delaying will prove immensely useful. How so?\nBy sharing, we mean a concept that is already widely applied in the relevant areas. What to do in a Village that has no access to water? Will we send each household out to the faraway river to catch water for their family? Or would we join hands in a community effort to dig a central well used by everyone?\nSo, when we look at sharing electricity, how would we apply the concept? We take the appliances that consume the most energy individually and scale them up in order to increase efficiency. For example, in our case, that is most applicable to electric heating. If we manage to heat central community spaces available for everyone, naturally, fewer individual rooms will have to be heated. Similarly, one could declare a room as a public cinema, where people come together and watch Tv on a big Projector. Twice as fun, and conserving a great deal of energy again. Such ideas and others have to be realized in order to be able to match the total demand with the available supply.\nSadly, the project was never taken up further, and the situation for the people in the Spiti Valley has not improved. Two years ago, a road directly through the mountains was finished, making the population hopeful for an increase in tourism, increasing the chances of the economic viability of improved solutions.\nI spent my time there in the function of a research intern, having no real say in the realization of the project. The problem remains, and I still think that decentral solutions look to be the most promising for this specific location. Of course, the Himalayas present a bit of an extreme location, but that doesn't change the fact that people live there and have a basic human right to electricity.\n","path":null},{"url":"https://aron.petau.net/project/cad/","title":"3D Modeling and CAD","description":null,"body":"3D Modeling and CAD\nDesigning 3D Objects\nWhile learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.\nSince 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, that’s what I got into.\nIn hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me.\nBelow you’ll find some of my designs.\nThe process is something I deeply enjoy and want to explore even more.\nThrough trial and error, I’ve 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.\nI want to broaden my general ability to design physical objects, something I hope to gain during my master’s.\n\n\n\n\n\n\n\nCheck out more of my finished designs in the Prusaprinters (now Printables) Community\n\n My Printables Profile\n\n3D Scanning and Photogrammetry\nBesides coming up with new objects, incorporating the real world is also an interest of mine.\nInteraction with real objects and environments\nIn 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.\nI couldn’t really afford a proper 3D scanner and had already started cobbling together a Raspberry Pi camera with a cheap TOF sensor.\nThat setup is simple, but not nearly as precise as a laser or LiDAR sensor. Then Apple released the first phones with accessible LiDAR sensors.\nRecently, through work at the university, I got access to a device with a LiDAR sensor and started having fun with it.\nSee some examples here:\n \n \nThis 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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.\n \nPerspective\nWhat 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.\nI 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.\nI want more than designing figurines or wearables.\nI 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.\nI fell in love with the idea of designing a toy system. Inspired by Makeways on Kickstarter, I’ve already started adding my own parts to their set.\nI dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe.\nFor that, I’d have to do quite a bit of material research, but that only makes the idea more appealing.\nI’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones.\nOnce in Berlin, I want to connect with the people at Kaffeform, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).\nThe 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.\nStill, I would love to explore that avenue further and think there’s a lot to be gained from looking at pellet printers.\nI also credit huge parts of my exploration into local recycling to the awesome people at Precious Plastic, whose open source designs helped me out a lot.\nI find it hard to write anything about CAD without connecting it directly to a manufacturing process.\nAnd I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.\nTo become more confident in this process, I still need more expertise in designing organic shapes.\nThat’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.\nSoftware that I have used and like\n\n AliceVision Meshroom\n Scaniverse\n My Sketchfab Profile\n 3D Live Scanner for Android\n\n","path":null},{"url":"https://aron.petau.net/project/printing/","title":"3D printing","description":null,"body":"\n\n\n \n \n \n \n \n \n \n \n \n \n A plant propagation station now preparing our tomatoes for summer\n \n \n \n \n \n \n \n \n \n \n \n We use this to determine the flatmate of the month\n \n \n \n \n \n \n \n \n \n \n \n A dragon's head that was later treated to glow in the dark.\n \n \n \n \n \n \n \n \n \n \n \n This was my entry into a new world, the now 10 years old Ender 2\n \n \n \n \n \n \n \n \n \n \n \n I made some lithophanes, a process where the composition and thickness of the material are used for creating an image.\n \n \n \n \n \n \n \n \n \n \n \n This is my second printer, a Prusa i3 MK3s.\n \n \n \n \n \n \n \n \n \n \n \n This candle is the result of a 3D printed plastic mold that I then poured wax into.\n \n \n \n \n \n \n \n \n \n \n \n An enclosure for my portable soldering iron\n \n \n \n \n \n \n \n \n \n \n \n A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape.\n \n \n \n \n \n \n \n \n \n \n \n A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic.\n \n \n \n \n\n3D Printing\n\n\n3D Printing is more than just a hobby for me\nIn it, I see societal changes, the democratization of production, and creative possibilities.\nPlastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it.\nPlastic Injection molding was one major driving force for the capitalist setting we are in now.\n3D Printing can be utilized to counteract the production of scale.\nToday, the buzzword 3D Printing is already associated with problematic societal practices, it is related to \"automatization\" and \"on-demand economy\".\nThe technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic.\nDue to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized.\nWhile certainly societally explosive, there is still a lot going for 3D Printing.\n3D Printing means local and custom production.\nWhile I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing.\nThat’s why I want to build my future on it.\nI want to design things and make them become reality.\nA 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.\nI started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do.\nI built both of them from kits and heavily modified them.\nI control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles.\n3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to.\nThrough it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing.\nI love the abilities a 3D Printer gives me and plan on using it for the recycling project.\nDuring the last half year, I also worked in a university context with 3D printers.\nWe conceptualized and established a \"Digitallabor\", an open space to enable all people to get into contact with innovative technologies.\nThe idea was to create some form of Makerspace while emphasizing digital media.\nThe project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with.\nRead more about it on the Website:\nDigiLab Osnabrück\nLooking forward, I am also incredibly interested in going beyond polymers for printing.\nI would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat.\nThere have been great projects with ceramics and printing, which I certainly want to have a deeper look into.\nOne project I want to highlight is the evolving cups which impressed me a lot.\nEvolving Objects\nThis group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay.\nThe process used is described more here:\nThe artist Tom Dijkstra is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.\nPrinting with Ceramics\nThe Paste Extruder\nAlso with regards to the recycling project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form.\nI am looking forward to expanding my horizon there and seeing what is possible.\nCups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense.\nThere is also more and more talk of 3D Printed Clay- or Earth homes, an area where WASP is a company I look up to.\nThey built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.\nAdhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages.\nAnd since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.\nI want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.\nAlso, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again.\nWhy not print away our waste?\nNow, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year.\nIt simply works and I am happy with it.\nSince my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the recycling project.\nGradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use.\nIn the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation.\nOn to actually making my parts and designs.\nRead more about that in the post about CAD\n","path":null},{"url":"https://aron.petau.net/","title":"Home","description":null,"body":"\nWelcome\nto the online presence of Aron Petau.\n\n\n\nI use he/him pronouns and am based in Berlin, Germany.\nI am a tinkerer, designer, software developer, and work in digital education research.\nThis site is a collection of my thoughts and experiences.\nI hope you find something interesting here.\n\n\t\n\t\tNote\n\tThis Page is currently under active reconstruction.\nBroken links are to be expected.\nAs long as the move / redesign is not fully done, here the old site is still online: old.aron.petau.net\n\n\nProgress of the rebuild:\n\n\n\t\n\t\tNote\n\tFurther, there is an initial effort to bring translations to this website.\nThat is quite the process and will take some time.\nThe site is primarily in english, so in the default you should find the most complete informations.\nGerman is being added right now.\n\n\n\nProgress of the translation:\n\n\n\t\n\t\tImportant\n\tLast updated: 2025-05-14\n\n\n\n\t\n\n\n","path":null}] \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index 0e115f58..3ab9ed9c 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -103,6 +103,10 @@ https://aron.petau.net/de/project/einszwovier-opening/ 2025-05-16 + + https://aron.petau.net/de/project/einszwovier-vogelvilla/ + 2025-05-16 + https://aron.petau.net/de/project/homebrew/ 2022-03-01 diff --git a/public/tags/1st-person/index.html b/public/tags/1st-person/index.html index 300c514b..282a6363 100644 --- a/public/tags/1st-person/index.html +++ b/public/tags/1st-person/index.html @@ -1,2 +1,2 @@ -1st person - Aron Petau

Posts with tag “1st person”

See all tags
1 post in total

\ No newline at end of file +1st person - Aron Petau

Posts with tag “1st person”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/2-player/index.html b/public/tags/2-player/index.html index c49a645d..1b76a76e 100644 --- a/public/tags/2-player/index.html +++ b/public/tags/2-player/index.html @@ -1,2 +1,2 @@ -2 player - Aron Petau

Posts with tag “2 player”

See all tags
1 post in total

\ No newline at end of file +2 player - Aron Petau

Posts with tag “2 player”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/3d-graphics/index.html b/public/tags/3d-graphics/index.html index b1c2a6ed..efdf9bd9 100644 --- a/public/tags/3d-graphics/index.html +++ b/public/tags/3d-graphics/index.html @@ -1,2 +1,2 @@ -3D graphics - Aron Petau

Posts with tag “3D graphics”

See all tags
2 posts in total

\ No newline at end of file +3D graphics - Aron Petau

Posts with tag “3D graphics”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/3d-printing/atom.xml b/public/tags/3d-printing/atom.xml index 1f9dec39..6349c34b 100644 --- a/public/tags/3d-printing/atom.xml +++ b/public/tags/3d-printing/atom.xml @@ -513,19 +513,25 @@ The realization will require many skills I am already picking up or still need t <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -534,27 +540,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -714,39 +725,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/3d-printing/index.html b/public/tags/3d-printing/index.html index c90957ae..13d8ceae 100644 --- a/public/tags/3d-printing/index.html +++ b/public/tags/3d-printing/index.html @@ -1,2 +1,2 @@ -3D printing - Aron Petau

Posts with tag “3D printing”

See all tags
7 posts in total

\ No newline at end of file +3D printing - Aron Petau

Posts with tag “3D printing”

See all tags
7 posts in total

\ No newline at end of file diff --git a/public/tags/3d-printing/rss.xml b/public/tags/3d-printing/rss.xml index c75fb4ae..2a9292db 100644 --- a/public/tags/3d-printing/rss.xml +++ b/public/tags/3d-printing/rss.xml @@ -438,19 +438,25 @@ The realization will require many skills I am already picking up or still need t https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -459,27 +465,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -630,39 +641,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/3rd-person/index.html b/public/tags/3rd-person/index.html index 951a4582..683be71d 100644 --- a/public/tags/3rd-person/index.html +++ b/public/tags/3rd-person/index.html @@ -1,2 +1,2 @@ -3rd person - Aron Petau

Posts with tag “3rd person”

See all tags
1 post in total

\ No newline at end of file +3rd person - Aron Petau

Posts with tag “3rd person”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/accessibility-activism/index.html b/public/tags/accessibility-activism/index.html index 16487340..17cfc5a7 100644 --- a/public/tags/accessibility-activism/index.html +++ b/public/tags/accessibility-activism/index.html @@ -1,2 +1,2 @@ -accessibility activism - Aron Petau

Posts with tag “accessibility activism”

See all tags
1 post in total

\ No newline at end of file +accessibility activism - Aron Petau

Posts with tag “accessibility activism”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/accessibility/atom.xml b/public/tags/accessibility/atom.xml index 81811f17..91e74bef 100644 --- a/public/tags/accessibility/atom.xml +++ b/public/tags/accessibility/atom.xml @@ -155,39 +155,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/accessibility/index.html b/public/tags/accessibility/index.html index 6402f9a1..ebf3041c 100644 --- a/public/tags/accessibility/index.html +++ b/public/tags/accessibility/index.html @@ -1,2 +1,2 @@ -accessibility - Aron Petau

Posts with tag “accessibility”

See all tags
1 post in total

\ No newline at end of file +accessibility - Aron Petau

Posts with tag “accessibility”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/accessibility/rss.xml b/public/tags/accessibility/rss.xml index 9e0cccc3..6f05e527 100644 --- a/public/tags/accessibility/rss.xml +++ b/public/tags/accessibility/rss.xml @@ -149,39 +149,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/action-figure/index.html b/public/tags/action-figure/index.html index 685779de..65619e50 100644 --- a/public/tags/action-figure/index.html +++ b/public/tags/action-figure/index.html @@ -1,2 +1,2 @@ -action figure - Aron Petau

Posts with tag “action figure”

See all tags
1 post in total

\ No newline at end of file +action figure - Aron Petau

Posts with tag “action figure”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/activitypub/index.html b/public/tags/activitypub/index.html index ed19daa1..cc81369d 100644 --- a/public/tags/activitypub/index.html +++ b/public/tags/activitypub/index.html @@ -1,2 +1,2 @@ -activitypub - Aron Petau

Posts with tag “activitypub”

See all tags
1 post in total

\ No newline at end of file +activitypub - Aron Petau

Posts with tag “activitypub”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/additive-manufacturing/atom.xml b/public/tags/additive-manufacturing/atom.xml index 30fabce7..d5b75177 100644 --- a/public/tags/additive-manufacturing/atom.xml +++ b/public/tags/additive-manufacturing/atom.xml @@ -155,39 +155,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/additive-manufacturing/index.html b/public/tags/additive-manufacturing/index.html index d1516948..8d5e14a7 100644 --- a/public/tags/additive-manufacturing/index.html +++ b/public/tags/additive-manufacturing/index.html @@ -1,2 +1,2 @@ -additive manufacturing - Aron Petau

Posts with tag “additive manufacturing”

See all tags
1 post in total

\ No newline at end of file +additive manufacturing - Aron Petau

Posts with tag “additive manufacturing”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/additive-manufacturing/rss.xml b/public/tags/additive-manufacturing/rss.xml index 497039d0..c11687c0 100644 --- a/public/tags/additive-manufacturing/rss.xml +++ b/public/tags/additive-manufacturing/rss.xml @@ -149,39 +149,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/ads/index.html b/public/tags/ads/index.html index ed7e64e4..a9545cb6 100644 --- a/public/tags/ads/index.html +++ b/public/tags/ads/index.html @@ -1,2 +1,2 @@ -ads - Aron Petau

Posts with tag “ads”

See all tags
1 post in total

\ No newline at end of file +ads - Aron Petau

Posts with tag “ads”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/agisoft-metashape/index.html b/public/tags/agisoft-metashape/index.html index f897cfb8..7dfce1fd 100644 --- a/public/tags/agisoft-metashape/index.html +++ b/public/tags/agisoft-metashape/index.html @@ -1,2 +1,2 @@ -agisoft metashape - Aron Petau

Posts with tag “agisoft metashape”

See all tags
1 post in total

\ No newline at end of file +agisoft metashape - Aron Petau

Posts with tag “agisoft metashape”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/ai/index.html b/public/tags/ai/index.html index 2cc6277c..2c289fef 100644 --- a/public/tags/ai/index.html +++ b/public/tags/ai/index.html @@ -1,2 +1,2 @@ -AI - Aron Petau

Posts with tag “AI”

See all tags
2 posts in total

\ No newline at end of file +AI - Aron Petau

Posts with tag “AI”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/alison-jaggar/index.html b/public/tags/alison-jaggar/index.html index 76327300..bc7ac85c 100644 --- a/public/tags/alison-jaggar/index.html +++ b/public/tags/alison-jaggar/index.html @@ -1,2 +1,2 @@ -alison jaggar - Aron Petau

Posts with tag “alison jaggar”

See all tags
4 posts in total

\ No newline at end of file +alison jaggar - Aron Petau

Posts with tag “alison jaggar”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/altbier/index.html b/public/tags/altbier/index.html index 69412630..7cad9e0b 100644 --- a/public/tags/altbier/index.html +++ b/public/tags/altbier/index.html @@ -1,2 +1,2 @@ -altbier - Aron Petau

Posts with tag “altbier”

See all tags
1 post in total

\ No newline at end of file +altbier - Aron Petau

Posts with tag “altbier”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/amazon/index.html b/public/tags/amazon/index.html index 916661d3..2c657582 100644 --- a/public/tags/amazon/index.html +++ b/public/tags/amazon/index.html @@ -1,2 +1,2 @@ -amazon - Aron Petau

Posts with tag “amazon”

See all tags
1 post in total

\ No newline at end of file +amazon - Aron Petau

Posts with tag “amazon”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/antenna/index.html b/public/tags/antenna/index.html index 91a4200b..eb704059 100644 --- a/public/tags/antenna/index.html +++ b/public/tags/antenna/index.html @@ -1,2 +1,2 @@ -antenna - Aron Petau

Posts with tag “antenna”

See all tags
1 post in total

\ No newline at end of file +antenna - Aron Petau

Posts with tag “antenna”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/ar/index.html b/public/tags/ar/index.html index da4bdf16..f53460f3 100644 --- a/public/tags/ar/index.html +++ b/public/tags/ar/index.html @@ -1,2 +1,2 @@ -ar - Aron Petau

Posts with tag “ar”

See all tags
1 post in total

\ No newline at end of file +ar - Aron Petau

Posts with tag “ar”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/archeology/index.html b/public/tags/archeology/index.html index 0f27ee05..a852ad75 100644 --- a/public/tags/archeology/index.html +++ b/public/tags/archeology/index.html @@ -1,2 +1,2 @@ -archeology - Aron Petau

Posts with tag “archeology”

See all tags
1 post in total

\ No newline at end of file +archeology - Aron Petau

Posts with tag “archeology”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/archival-practices/index.html b/public/tags/archival-practices/index.html index 64dcd0df..eccc32f7 100644 --- a/public/tags/archival-practices/index.html +++ b/public/tags/archival-practices/index.html @@ -1,2 +1,2 @@ -archival practices - Aron Petau

Posts with tag “archival practices”

See all tags
1 post in total

\ No newline at end of file +archival practices - Aron Petau

Posts with tag “archival practices”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/arduino/index.html b/public/tags/arduino/index.html index 327a239c..11a9cc8e 100644 --- a/public/tags/arduino/index.html +++ b/public/tags/arduino/index.html @@ -1,2 +1,2 @@ -Arduino - Aron Petau

Posts with tag “Arduino”

See all tags
1 post in total

\ No newline at end of file +Arduino - Aron Petau

Posts with tag “Arduino”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/ars-electronica/index.html b/public/tags/ars-electronica/index.html index 74e56635..fa8ba095 100644 --- a/public/tags/ars-electronica/index.html +++ b/public/tags/ars-electronica/index.html @@ -1,2 +1,2 @@ -ars electronica - Aron Petau

Posts with tag “ars electronica”

See all tags
1 post in total

\ No newline at end of file +ars electronica - Aron Petau

Posts with tag “ars electronica”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/aruco/index.html b/public/tags/aruco/index.html index 65b44a33..f8978619 100644 --- a/public/tags/aruco/index.html +++ b/public/tags/aruco/index.html @@ -1,2 +1,2 @@ -aruco - Aron Petau

Posts with tag “aruco”

See all tags
1 post in total

\ No newline at end of file +aruco - Aron Petau

Posts with tag “aruco”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/audiovisual-asynchrony/index.html b/public/tags/audiovisual-asynchrony/index.html index 71dd84ca..d4d0f7c0 100644 --- a/public/tags/audiovisual-asynchrony/index.html +++ b/public/tags/audiovisual-asynchrony/index.html @@ -1,2 +1,2 @@ -audiovisual asynchrony - Aron Petau

Posts with tag “audiovisual asynchrony”

See all tags
1 post in total

\ No newline at end of file +audiovisual asynchrony - Aron Petau

Posts with tag “audiovisual asynchrony”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/audiovisual/index.html b/public/tags/audiovisual/index.html index 94199083..c42d9339 100644 --- a/public/tags/audiovisual/index.html +++ b/public/tags/audiovisual/index.html @@ -1,2 +1,2 @@ -audiovisual - Aron Petau

Posts with tag “audiovisual”

See all tags
1 post in total

\ No newline at end of file +audiovisual - Aron Petau

Posts with tag “audiovisual”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/aufstandlastgen/index.html b/public/tags/aufstandlastgen/index.html index c2558dfb..ff7c7db8 100644 --- a/public/tags/aufstandlastgen/index.html +++ b/public/tags/aufstandlastgen/index.html @@ -1,2 +1,2 @@ -aufstandlastgen - Aron Petau

Posts with tag “aufstandlastgen”

See all tags
1 post in total

\ No newline at end of file +aufstandlastgen - Aron Petau

Posts with tag “aufstandlastgen”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/aura/index.html b/public/tags/aura/index.html index daca496a..b8c184b0 100644 --- a/public/tags/aura/index.html +++ b/public/tags/aura/index.html @@ -1,2 +1,2 @@ -aura - Aron Petau

Posts with tag “aura”

See all tags
1 post in total

\ No newline at end of file +aura - Aron Petau

Posts with tag “aura”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/autism/index.html b/public/tags/autism/index.html index 0e6564b0..22b023fe 100644 --- a/public/tags/autism/index.html +++ b/public/tags/autism/index.html @@ -1,2 +1,2 @@ -autism - Aron Petau

Posts with tag “autism”

See all tags
1 post in total

\ No newline at end of file +autism - Aron Petau

Posts with tag “autism”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/automatic/index.html b/public/tags/automatic/index.html index 868f68a2..02fbe96d 100644 --- a/public/tags/automatic/index.html +++ b/public/tags/automatic/index.html @@ -1,2 +1,2 @@ -automatic - Aron Petau

Posts with tag “automatic”

See all tags
1 post in total

\ No newline at end of file +automatic - Aron Petau

Posts with tag “automatic”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/automatic1111/index.html b/public/tags/automatic1111/index.html index 024ba220..9639e066 100644 --- a/public/tags/automatic1111/index.html +++ b/public/tags/automatic1111/index.html @@ -1,2 +1,2 @@ -automatic1111 - Aron Petau

Posts with tag “automatic1111”

See all tags
1 post in total

\ No newline at end of file +automatic1111 - Aron Petau

Posts with tag “automatic1111”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/backend-web-programming/index.html b/public/tags/backend-web-programming/index.html index 96d7fded..55be983c 100644 --- a/public/tags/backend-web-programming/index.html +++ b/public/tags/backend-web-programming/index.html @@ -1,2 +1,2 @@ -backend web programming - Aron Petau

Posts with tag “backend web programming”

See all tags
1 post in total

\ No newline at end of file +backend web programming - Aron Petau

Posts with tag “backend web programming”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/barriers/index.html b/public/tags/barriers/index.html index 010e66f7..a5742077 100644 --- a/public/tags/barriers/index.html +++ b/public/tags/barriers/index.html @@ -1,2 +1,2 @@ -barriers - Aron Petau

Posts with tag “barriers”

See all tags
2 posts in total

\ No newline at end of file +barriers - Aron Petau

Posts with tag “barriers”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/beer/index.html b/public/tags/beer/index.html index efddef9d..4e5f3cfd 100644 --- a/public/tags/beer/index.html +++ b/public/tags/beer/index.html @@ -1,2 +1,2 @@ -beer - Aron Petau

Posts with tag “beer”

See all tags
1 post in total

\ No newline at end of file +beer - Aron Petau

Posts with tag “beer”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/bloomery/index.html b/public/tags/bloomery/index.html index b40813a8..a9ff88c2 100644 --- a/public/tags/bloomery/index.html +++ b/public/tags/bloomery/index.html @@ -1,2 +1,2 @@ -bloomery - Aron Petau

Posts with tag “bloomery”

See all tags
1 post in total

\ No newline at end of file +bloomery - Aron Petau

Posts with tag “bloomery”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/borders/index.html b/public/tags/borders/index.html index 645459d4..fd3cdd1f 100644 --- a/public/tags/borders/index.html +++ b/public/tags/borders/index.html @@ -1,2 +1,2 @@ -borders - Aron Petau

Posts with tag “borders”

See all tags
2 posts in total

\ No newline at end of file +borders - Aron Petau

Posts with tag “borders”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/browser-fingerprinting/index.html b/public/tags/browser-fingerprinting/index.html index 0916ce2d..0344d78f 100644 --- a/public/tags/browser-fingerprinting/index.html +++ b/public/tags/browser-fingerprinting/index.html @@ -1,2 +1,2 @@ -browser fingerprinting - Aron Petau

Posts with tag “browser fingerprinting”

See all tags
1 post in total

\ No newline at end of file +browser fingerprinting - Aron Petau

Posts with tag “browser fingerprinting”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/bruschetta/index.html b/public/tags/bruschetta/index.html index 464e2bf1..2a2a087f 100644 --- a/public/tags/bruschetta/index.html +++ b/public/tags/bruschetta/index.html @@ -1,2 +1,2 @@ -bruschetta - Aron Petau

Posts with tag “bruschetta”

See all tags
1 post in total

\ No newline at end of file +bruschetta - Aron Petau

Posts with tag “bruschetta”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/c/index.html b/public/tags/c/index.html index c129912e..e757ea92 100644 --- a/public/tags/c/index.html +++ b/public/tags/c/index.html @@ -1,2 +1,2 @@ -C# - Aron Petau

Posts with tag “C#”

See all tags
1 post in total

\ No newline at end of file +C# - Aron Petau

Posts with tag “C#”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/capitalism/index.html b/public/tags/capitalism/index.html index 6c5c5f3a..23ecc23d 100644 --- a/public/tags/capitalism/index.html +++ b/public/tags/capitalism/index.html @@ -1,2 +1,2 @@ -capitalism - Aron Petau

Posts with tag “capitalism”

See all tags
1 post in total

\ No newline at end of file +capitalism - Aron Petau

Posts with tag “capitalism”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/cars/index.html b/public/tags/cars/index.html index ed4b9ca4..74bce8ba 100644 --- a/public/tags/cars/index.html +++ b/public/tags/cars/index.html @@ -1,2 +1,2 @@ -cars - Aron Petau

Posts with tag “cars”

See all tags
3 posts in total

\ No newline at end of file +cars - Aron Petau

Posts with tag “cars”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/chatbot/index.html b/public/tags/chatbot/index.html index 4c519513..db04e3e0 100644 --- a/public/tags/chatbot/index.html +++ b/public/tags/chatbot/index.html @@ -1,2 +1,2 @@ -chatbot - Aron Petau

Posts with tag “chatbot”

See all tags
2 posts in total

\ No newline at end of file +chatbot - Aron Petau

Posts with tag “chatbot”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/circular/index.html b/public/tags/circular/index.html index 3bdd7451..5c6263bc 100644 --- a/public/tags/circular/index.html +++ b/public/tags/circular/index.html @@ -1,2 +1,2 @@ -circular - Aron Petau

Posts with tag “circular”

See all tags
1 post in total

\ No newline at end of file +circular - Aron Petau

Posts with tag “circular”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/clay/index.html b/public/tags/clay/index.html index 7e76db43..9f882d7c 100644 --- a/public/tags/clay/index.html +++ b/public/tags/clay/index.html @@ -1,2 +1,2 @@ -clay - Aron Petau

Posts with tag “clay”

See all tags
1 post in total

\ No newline at end of file +clay - Aron Petau

Posts with tag “clay”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/climate/index.html b/public/tags/climate/index.html index c8707a3e..6c7543b4 100644 --- a/public/tags/climate/index.html +++ b/public/tags/climate/index.html @@ -1,2 +1,2 @@ -climate - Aron Petau

Posts with tag “climate”

See all tags
1 post in total

\ No newline at end of file +climate - Aron Petau

Posts with tag “climate”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/cnn/index.html b/public/tags/cnn/index.html index 0700df2f..4c8a7906 100644 --- a/public/tags/cnn/index.html +++ b/public/tags/cnn/index.html @@ -1,2 +1,2 @@ -CNN - Aron Petau

Posts with tag “CNN”

See all tags
1 post in total

\ No newline at end of file +CNN - Aron Petau

Posts with tag “CNN”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/coal/index.html b/public/tags/coal/index.html index b7c81dca..fd40e0f5 100644 --- a/public/tags/coal/index.html +++ b/public/tags/coal/index.html @@ -1,2 +1,2 @@ -coal - Aron Petau

Posts with tag “coal”

See all tags
2 posts in total

\ No newline at end of file +coal - Aron Petau

Posts with tag “coal”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/collaborative-recycling/index.html b/public/tags/collaborative-recycling/index.html index 3a7e4a98..134e9810 100644 --- a/public/tags/collaborative-recycling/index.html +++ b/public/tags/collaborative-recycling/index.html @@ -1,2 +1,2 @@ -collaborative recycling - Aron Petau

Posts with tag “collaborative recycling”

See all tags
1 post in total

\ No newline at end of file +collaborative recycling - Aron Petau

Posts with tag “collaborative recycling”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/collaborative/index.html b/public/tags/collaborative/index.html index d968815d..d07efa30 100644 --- a/public/tags/collaborative/index.html +++ b/public/tags/collaborative/index.html @@ -1,2 +1,2 @@ -collaborative - Aron Petau

Posts with tag “collaborative”

See all tags
1 post in total

\ No newline at end of file +collaborative - Aron Petau

Posts with tag “collaborative”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/comfyui/index.html b/public/tags/comfyui/index.html index 2e5b6ff4..01428925 100644 --- a/public/tags/comfyui/index.html +++ b/public/tags/comfyui/index.html @@ -1,2 +1,2 @@ -comfyui - Aron Petau

Posts with tag “comfyui”

See all tags
1 post in total

\ No newline at end of file +comfyui - Aron Petau

Posts with tag “comfyui”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/commons/index.html b/public/tags/commons/index.html index 933767ce..7587ff6f 100644 --- a/public/tags/commons/index.html +++ b/public/tags/commons/index.html @@ -1,2 +1,2 @@ -commons - Aron Petau

Posts with tag “commons”

See all tags
1 post in total

\ No newline at end of file +commons - Aron Petau

Posts with tag “commons”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/communication/index.html b/public/tags/communication/index.html index 75832eb1..5d03491d 100644 --- a/public/tags/communication/index.html +++ b/public/tags/communication/index.html @@ -1,2 +1,2 @@ -communication - Aron Petau

Posts with tag “communication”

See all tags
1 post in total

\ No newline at end of file +communication - Aron Petau

Posts with tag “communication”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/computer-vision/index.html b/public/tags/computer-vision/index.html index a97804aa..594cbe93 100644 --- a/public/tags/computer-vision/index.html +++ b/public/tags/computer-vision/index.html @@ -1,2 +1,2 @@ -computer vision - Aron Petau

Posts with tag “computer vision”

See all tags
2 posts in total

\ No newline at end of file +computer vision - Aron Petau

Posts with tag “computer vision”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/consumerism/index.html b/public/tags/consumerism/index.html index f52d6ddd..60a4fc98 100644 --- a/public/tags/consumerism/index.html +++ b/public/tags/consumerism/index.html @@ -1,2 +1,2 @@ -consumerism - Aron Petau

Posts with tag “consumerism”

See all tags
1 post in total

\ No newline at end of file +consumerism - Aron Petau

Posts with tag “consumerism”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/coral/index.html b/public/tags/coral/index.html index 26f1a852..d6b2515c 100644 --- a/public/tags/coral/index.html +++ b/public/tags/coral/index.html @@ -1,2 +1,2 @@ -coral - Aron Petau

Posts with tag “coral”

See all tags
1 post in total

\ No newline at end of file +coral - Aron Petau

Posts with tag “coral”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/cradle-to-cradle/index.html b/public/tags/cradle-to-cradle/index.html index 14df393b..c76907d0 100644 --- a/public/tags/cradle-to-cradle/index.html +++ b/public/tags/cradle-to-cradle/index.html @@ -1,2 +1,2 @@ -cradle-to-cradle - Aron Petau

Posts with tag “cradle-to-cradle”

See all tags
1 post in total

\ No newline at end of file +cradle-to-cradle - Aron Petau

Posts with tag “cradle-to-cradle”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/creality/atom.xml b/public/tags/creality/atom.xml index 2cab6602..a3ae9394 100644 --- a/public/tags/creality/atom.xml +++ b/public/tags/creality/atom.xml @@ -155,39 +155,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/creality/index.html b/public/tags/creality/index.html index 28db5fd9..4b9affc9 100644 --- a/public/tags/creality/index.html +++ b/public/tags/creality/index.html @@ -1,2 +1,2 @@ -creality - Aron Petau

Posts with tag “creality”

See all tags
1 post in total

\ No newline at end of file +creality - Aron Petau

Posts with tag “creality”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/creality/rss.xml b/public/tags/creality/rss.xml index 25e39e93..69567af4 100644 --- a/public/tags/creality/rss.xml +++ b/public/tags/creality/rss.xml @@ -149,39 +149,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/cyberpunk/index.html b/public/tags/cyberpunk/index.html index 45ab601f..b577258a 100644 --- a/public/tags/cyberpunk/index.html +++ b/public/tags/cyberpunk/index.html @@ -1,2 +1,2 @@ -cyberpunk - Aron Petau

Posts with tag “cyberpunk”

See all tags
1 post in total

\ No newline at end of file +cyberpunk - Aron Petau

Posts with tag “cyberpunk”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/data-collection/index.html b/public/tags/data-collection/index.html index 6f059263..145dffaa 100644 --- a/public/tags/data-collection/index.html +++ b/public/tags/data-collection/index.html @@ -1,2 +1,2 @@ -data collection - Aron Petau

Posts with tag “data collection”

See all tags
1 post in total

\ No newline at end of file +data collection - Aron Petau

Posts with tag “data collection”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/data-privacy/index.html b/public/tags/data-privacy/index.html index d1ab7905..e2084756 100644 --- a/public/tags/data-privacy/index.html +++ b/public/tags/data-privacy/index.html @@ -1,2 +1,2 @@ -data privacy - Aron Petau

Posts with tag “data privacy”

See all tags
1 post in total

\ No newline at end of file +data privacy - Aron Petau

Posts with tag “data privacy”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/data-viz/index.html b/public/tags/data-viz/index.html index f02cae66..f1c2e4af 100644 --- a/public/tags/data-viz/index.html +++ b/public/tags/data-viz/index.html @@ -1,2 +1,2 @@ -data viz - Aron Petau

Posts with tag “data viz”

See all tags
2 posts in total

\ No newline at end of file +data viz - Aron Petau

Posts with tag “data viz”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/data/index.html b/public/tags/data/index.html index 9fbe5de6..ca1cd362 100644 --- a/public/tags/data/index.html +++ b/public/tags/data/index.html @@ -1,2 +1,2 @@ -data - Aron Petau

Posts with tag “data”

See all tags
1 post in total

\ No newline at end of file +data - Aron Petau

Posts with tag “data”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/decentral/atom.xml b/public/tags/decentral/atom.xml index 35e6b4fc..01b7409b 100644 --- a/public/tags/decentral/atom.xml +++ b/public/tags/decentral/atom.xml @@ -318,39 +318,58 @@ I spent my time there in the function of a research intern, having no real say i referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/decentral/index.html b/public/tags/decentral/index.html index 6c524f7b..bf1d884a 100644 --- a/public/tags/decentral/index.html +++ b/public/tags/decentral/index.html @@ -1,2 +1,2 @@ -decentral - Aron Petau

Posts with tag “decentral”

See all tags
3 posts in total

\ No newline at end of file +decentral - Aron Petau

Posts with tag “decentral”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/decentral/rss.xml b/public/tags/decentral/rss.xml index 7c9d1f4d..8308dc2c 100644 --- a/public/tags/decentral/rss.xml +++ b/public/tags/decentral/rss.xml @@ -294,39 +294,58 @@ I spent my time there in the function of a research intern, having no real say i referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/democratic/atom.xml b/public/tags/democratic/atom.xml index fa46d8ad..f315e233 100644 --- a/public/tags/democratic/atom.xml +++ b/public/tags/democratic/atom.xml @@ -539,39 +539,58 @@ I spent my time there in the function of a research intern, having no real say i referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/democratic/index.html b/public/tags/democratic/index.html index dcb3330c..e069e347 100644 --- a/public/tags/democratic/index.html +++ b/public/tags/democratic/index.html @@ -1,2 +1,2 @@ -democratic - Aron Petau

Posts with tag “democratic”

See all tags
5 posts in total

\ No newline at end of file +democratic - Aron Petau

Posts with tag “democratic”

See all tags
5 posts in total

\ No newline at end of file diff --git a/public/tags/democratic/rss.xml b/public/tags/democratic/rss.xml index a4594e78..9245a943 100644 --- a/public/tags/democratic/rss.xml +++ b/public/tags/democratic/rss.xml @@ -485,39 +485,58 @@ I spent my time there in the function of a research intern, having no real say i referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/design-for-printing/atom.xml b/public/tags/design-for-printing/atom.xml index 2506756a..66c48807 100644 --- a/public/tags/design-for-printing/atom.xml +++ b/public/tags/design-for-printing/atom.xml @@ -22,19 +22,25 @@ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -43,27 +49,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/design-for-printing/index.html b/public/tags/design-for-printing/index.html index a088a818..b9c2c4d9 100644 --- a/public/tags/design-for-printing/index.html +++ b/public/tags/design-for-printing/index.html @@ -1,2 +1,2 @@ -design for printing - Aron Petau

Posts with tag “design for printing”

See all tags
1 post in total

\ No newline at end of file +design for printing - Aron Petau

Posts with tag “design for printing”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/design-for-printing/rss.xml b/public/tags/design-for-printing/rss.xml index 66c73a8f..5bf5709a 100644 --- a/public/tags/design-for-printing/rss.xml +++ b/public/tags/design-for-printing/rss.xml @@ -16,19 +16,25 @@ https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -37,27 +43,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/dev-ops/index.html b/public/tags/dev-ops/index.html index 655d2e35..09152ff4 100644 --- a/public/tags/dev-ops/index.html +++ b/public/tags/dev-ops/index.html @@ -1,2 +1,2 @@ -dev-ops - Aron Petau

Posts with tag “dev-ops”

See all tags
1 post in total

\ No newline at end of file +dev-ops - Aron Petau

Posts with tag “dev-ops”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/diffusionbee/index.html b/public/tags/diffusionbee/index.html index 402de028..8baf0c05 100644 --- a/public/tags/diffusionbee/index.html +++ b/public/tags/diffusionbee/index.html @@ -1,2 +1,2 @@ -diffusionbee - Aron Petau

Posts with tag “diffusionbee”

See all tags
1 post in total

\ No newline at end of file +diffusionbee - Aron Petau

Posts with tag “diffusionbee”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/disaster-fiction/index.html b/public/tags/disaster-fiction/index.html index 58ff9b7b..2293e1df 100644 --- a/public/tags/disaster-fiction/index.html +++ b/public/tags/disaster-fiction/index.html @@ -1,2 +1,2 @@ -disaster fiction - Aron Petau

Posts with tag “disaster fiction”

See all tags
1 post in total

\ No newline at end of file +disaster fiction - Aron Petau

Posts with tag “disaster fiction”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/docker/index.html b/public/tags/docker/index.html index 6acdb84b..800e9770 100644 --- a/public/tags/docker/index.html +++ b/public/tags/docker/index.html @@ -1,2 +1,2 @@ -docker - Aron Petau

Posts with tag “docker”

See all tags
1 post in total

\ No newline at end of file +docker - Aron Petau

Posts with tag “docker”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/dreamfusion/index.html b/public/tags/dreamfusion/index.html index 6b2fa35d..0f02c09e 100644 --- a/public/tags/dreamfusion/index.html +++ b/public/tags/dreamfusion/index.html @@ -1,2 +1,2 @@ -dreamfusion - Aron Petau

Posts with tag “dreamfusion”

See all tags
1 post in total

\ No newline at end of file +dreamfusion - Aron Petau

Posts with tag “dreamfusion”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/dreams/index.html b/public/tags/dreams/index.html index 8caa537e..0f815910 100644 --- a/public/tags/dreams/index.html +++ b/public/tags/dreams/index.html @@ -1,2 +1,2 @@ -dreams - Aron Petau

Posts with tag “dreams”

See all tags
1 post in total

\ No newline at end of file +dreams - Aron Petau

Posts with tag “dreams”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/drone/index.html b/public/tags/drone/index.html index d9070862..258de290 100644 --- a/public/tags/drone/index.html +++ b/public/tags/drone/index.html @@ -1,2 +1,2 @@ -drone - Aron Petau

Posts with tag “drone”

See all tags
1 post in total

\ No newline at end of file +drone - Aron Petau

Posts with tag “drone”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/edge-computing/index.html b/public/tags/edge-computing/index.html index 95024f3e..44abe657 100644 --- a/public/tags/edge-computing/index.html +++ b/public/tags/edge-computing/index.html @@ -1,2 +1,2 @@ -edge computing - Aron Petau

Posts with tag “edge computing”

See all tags
2 posts in total

\ No newline at end of file +edge computing - Aron Petau

Posts with tag “edge computing”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/edge-tpu/index.html b/public/tags/edge-tpu/index.html index 71423506..82c02cd1 100644 --- a/public/tags/edge-tpu/index.html +++ b/public/tags/edge-tpu/index.html @@ -1,2 +1,2 @@ -edge TPU - Aron Petau

Posts with tag “edge TPU”

See all tags
1 post in total

\ No newline at end of file +edge TPU - Aron Petau

Posts with tag “edge TPU”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/education/index.html b/public/tags/education/index.html index 741619e6..67b6fe77 100644 --- a/public/tags/education/index.html +++ b/public/tags/education/index.html @@ -1,2 +1,2 @@ -education - Aron Petau

Posts with tag “education”

See all tags
2 posts in total

\ No newline at end of file +education - Aron Petau

Posts with tag “education”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/einszwovier/index.html b/public/tags/einszwovier/index.html index e2dc345f..39d62c7f 100644 --- a/public/tags/einszwovier/index.html +++ b/public/tags/einszwovier/index.html @@ -1,2 +1,2 @@ -einszwovier - Aron Petau

Posts with tag “einszwovier”

See all tags
2 posts in total

\ No newline at end of file +einszwovier - Aron Petau

Posts with tag “einszwovier”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/electricity/index.html b/public/tags/electricity/index.html index c7699971..1ef2c79d 100644 --- a/public/tags/electricity/index.html +++ b/public/tags/electricity/index.html @@ -1,2 +1,2 @@ -electricity - Aron Petau

Posts with tag “electricity”

See all tags
1 post in total

\ No newline at end of file +electricity - Aron Petau

Posts with tag “electricity”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/electronics/index.html b/public/tags/electronics/index.html index 59736383..15d07e26 100644 --- a/public/tags/electronics/index.html +++ b/public/tags/electronics/index.html @@ -1,2 +1,2 @@ -electronics - Aron Petau

Posts with tag “electronics”

See all tags
2 posts in total

\ No newline at end of file +electronics - Aron Petau

Posts with tag “electronics”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/elizabeth-anderson/index.html b/public/tags/elizabeth-anderson/index.html index cae6dbd1..074f76e3 100644 --- a/public/tags/elizabeth-anderson/index.html +++ b/public/tags/elizabeth-anderson/index.html @@ -1,2 +1,2 @@ -elizabeth anderson - Aron Petau

Posts with tag “elizabeth anderson”

See all tags
4 posts in total

\ No newline at end of file +elizabeth anderson - Aron Petau

Posts with tag “elizabeth anderson”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/elsa-dorlin/index.html b/public/tags/elsa-dorlin/index.html index 96de9ee2..a5d5d13c 100644 --- a/public/tags/elsa-dorlin/index.html +++ b/public/tags/elsa-dorlin/index.html @@ -1,2 +1,2 @@ -elsa dorlin - Aron Petau

Posts with tag “elsa dorlin”

See all tags
3 posts in total

\ No newline at end of file +elsa dorlin - Aron Petau

Posts with tag “elsa dorlin”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/email/index.html b/public/tags/email/index.html index 88cd3b4c..39ca3062 100644 --- a/public/tags/email/index.html +++ b/public/tags/email/index.html @@ -1,2 +1,2 @@ -email - Aron Petau

Posts with tag “email”

See all tags
1 post in total

\ No newline at end of file +email - Aron Petau

Posts with tag “email”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/energy/index.html b/public/tags/energy/index.html index c82720fc..5827bc07 100644 --- a/public/tags/energy/index.html +++ b/public/tags/energy/index.html @@ -1,2 +1,2 @@ -energy - Aron Petau

Posts with tag “energy”

See all tags
2 posts in total

\ No newline at end of file +energy - Aron Petau

Posts with tag “energy”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/engineering/atom.xml b/public/tags/engineering/atom.xml index cb23d401..29e29509 100644 --- a/public/tags/engineering/atom.xml +++ b/public/tags/engineering/atom.xml @@ -452,39 +452,58 @@ I spent my time there in the function of a research intern, having no real say i referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p>
diff --git a/public/tags/engineering/index.html b/public/tags/engineering/index.html index 4ccba2ea..4313c383 100644 --- a/public/tags/engineering/index.html +++ b/public/tags/engineering/index.html @@ -1,2 +1,2 @@ -engineering - Aron Petau

Posts with tag “engineering”

See all tags
4 posts in total

\ No newline at end of file +engineering - Aron Petau

Posts with tag “engineering”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/engineering/rss.xml b/public/tags/engineering/rss.xml index 52e171ad..00f431f3 100644 --- a/public/tags/engineering/rss.xml +++ b/public/tags/engineering/rss.xml @@ -407,39 +407,58 @@ I spent my time there in the function of a research intern, having no real say i referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/environment/index.html b/public/tags/environment/index.html index 47367a19..6bee7418 100644 --- a/public/tags/environment/index.html +++ b/public/tags/environment/index.html @@ -1,2 +1,2 @@ -environment - Aron Petau

Posts with tag “environment”

See all tags
2 posts in total

\ No newline at end of file +environment - Aron Petau

Posts with tag “environment”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/epistemology/index.html b/public/tags/epistemology/index.html index 1f0043a9..5ac72b40 100644 --- a/public/tags/epistemology/index.html +++ b/public/tags/epistemology/index.html @@ -1,2 +1,2 @@ -epistemology - Aron Petau

Posts with tag “epistemology”

See all tags
4 posts in total

\ No newline at end of file +epistemology - Aron Petau

Posts with tag “epistemology”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/ethics/index.html b/public/tags/ethics/index.html index 94ccd510..3dd0f152 100644 --- a/public/tags/ethics/index.html +++ b/public/tags/ethics/index.html @@ -1,2 +1,2 @@ -ethics - Aron Petau

Posts with tag “ethics”

See all tags
5 posts in total

\ No newline at end of file +ethics - Aron Petau

Posts with tag “ethics”

See all tags
5 posts in total

\ No newline at end of file diff --git a/public/tags/evgeny-morozov/index.html b/public/tags/evgeny-morozov/index.html index 263c0434..828a7b6d 100644 --- a/public/tags/evgeny-morozov/index.html +++ b/public/tags/evgeny-morozov/index.html @@ -1,2 +1,2 @@ -evgeny morozov - Aron Petau

Posts with tag “evgeny morozov”

See all tags
1 post in total

\ No newline at end of file +evgeny morozov - Aron Petau

Posts with tag “evgeny morozov”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/exhibition/index.html b/public/tags/exhibition/index.html index b08acb39..95472479 100644 --- a/public/tags/exhibition/index.html +++ b/public/tags/exhibition/index.html @@ -1,2 +1,2 @@ -exhibition - Aron Petau

Posts with tag “exhibition”

See all tags
1 post in total

\ No newline at end of file +exhibition - Aron Petau

Posts with tag “exhibition”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/experiment/atom.xml b/public/tags/experiment/atom.xml index 42b543d7..c7c77d42 100644 --- a/public/tags/experiment/atom.xml +++ b/public/tags/experiment/atom.xml @@ -620,39 +620,58 @@ Making an oven completely from scratch is a much more lengthy process requiring referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/experiment/index.html b/public/tags/experiment/index.html index a62c1951..3dd986b5 100644 --- a/public/tags/experiment/index.html +++ b/public/tags/experiment/index.html @@ -1,2 +1,2 @@ -experiment - Aron Petau

Posts with tag “experiment”

See all tags
5 posts in total

\ No newline at end of file +experiment - Aron Petau

Posts with tag “experiment”

See all tags
5 posts in total

\ No newline at end of file diff --git a/public/tags/experiment/rss.xml b/public/tags/experiment/rss.xml index 68825f24..99b12cd6 100644 --- a/public/tags/experiment/rss.xml +++ b/public/tags/experiment/rss.xml @@ -566,39 +566,58 @@ Making an oven completely from scratch is a much more lengthy process requiring referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/exploitation/index.html b/public/tags/exploitation/index.html index bbaa0a44..08b04b07 100644 --- a/public/tags/exploitation/index.html +++ b/public/tags/exploitation/index.html @@ -1,2 +1,2 @@ -exploitation - Aron Petau

Posts with tag “exploitation”

See all tags
1 post in total

\ No newline at end of file +exploitation - Aron Petau

Posts with tag “exploitation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/face-detection/index.html b/public/tags/face-detection/index.html index d3b21181..6e8a5b7f 100644 --- a/public/tags/face-detection/index.html +++ b/public/tags/face-detection/index.html @@ -1,2 +1,2 @@ -face detection - Aron Petau

Posts with tag “face detection”

See all tags
1 post in total

\ No newline at end of file +face detection - Aron Petau

Posts with tag “face detection”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/federation/index.html b/public/tags/federation/index.html index 34a325ef..f3adbe9b 100644 --- a/public/tags/federation/index.html +++ b/public/tags/federation/index.html @@ -1,2 +1,2 @@ -federation - Aron Petau

Posts with tag “federation”

See all tags
1 post in total

\ No newline at end of file +federation - Aron Petau

Posts with tag “federation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/feminism/index.html b/public/tags/feminism/index.html index d8012d57..5b6d92dc 100644 --- a/public/tags/feminism/index.html +++ b/public/tags/feminism/index.html @@ -1,2 +1,2 @@ -feminism - Aron Petau

Posts with tag “feminism”

See all tags
4 posts in total

\ No newline at end of file +feminism - Aron Petau

Posts with tag “feminism”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/fences/index.html b/public/tags/fences/index.html index 623aec7c..f0085639 100644 --- a/public/tags/fences/index.html +++ b/public/tags/fences/index.html @@ -1,2 +1,2 @@ -fences - Aron Petau

Posts with tag “fences”

See all tags
2 posts in total

\ No newline at end of file +fences - Aron Petau

Posts with tag “fences”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/feng-shui/index.html b/public/tags/feng-shui/index.html index c101813e..8327e612 100644 --- a/public/tags/feng-shui/index.html +++ b/public/tags/feng-shui/index.html @@ -1,2 +1,2 @@ -feng shui - Aron Petau

Posts with tag “feng shui”

See all tags
1 post in total

\ No newline at end of file +feng shui - Aron Petau

Posts with tag “feng shui”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/fermentation/index.html b/public/tags/fermentation/index.html index ef1dfa2d..b3b34b24 100644 --- a/public/tags/fermentation/index.html +++ b/public/tags/fermentation/index.html @@ -1,2 +1,2 @@ -fermentation - Aron Petau

Posts with tag “fermentation”

See all tags
1 post in total

\ No newline at end of file +fermentation - Aron Petau

Posts with tag “fermentation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/filament/index.html b/public/tags/filament/index.html index c08e6793..7b6ed3ec 100644 --- a/public/tags/filament/index.html +++ b/public/tags/filament/index.html @@ -1,2 +1,2 @@ -filament - Aron Petau

Posts with tag “filament”

See all tags
1 post in total

\ No newline at end of file +filament - Aron Petau

Posts with tag “filament”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/filastruder/index.html b/public/tags/filastruder/index.html index 3330a3cf..6d177ebc 100644 --- a/public/tags/filastruder/index.html +++ b/public/tags/filastruder/index.html @@ -1,2 +1,2 @@ -filastruder - Aron Petau

Posts with tag “filastruder”

See all tags
1 post in total

\ No newline at end of file +filastruder - Aron Petau

Posts with tag “filastruder”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/fm/index.html b/public/tags/fm/index.html index 5398c08c..5301df8a 100644 --- a/public/tags/fm/index.html +++ b/public/tags/fm/index.html @@ -1,2 +1,2 @@ -fm - Aron Petau

Posts with tag “fm”

See all tags
2 posts in total

\ No newline at end of file +fm - Aron Petau

Posts with tag “fm”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/food-truck/index.html b/public/tags/food-truck/index.html index 6edbd993..8631fde0 100644 --- a/public/tags/food-truck/index.html +++ b/public/tags/food-truck/index.html @@ -1,2 +1,2 @@ -food truck - Aron Petau

Posts with tag “food truck”

See all tags
1 post in total

\ No newline at end of file +food truck - Aron Petau

Posts with tag “food truck”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/francis-hunger/index.html b/public/tags/francis-hunger/index.html index 3c3da144..ff9c4265 100644 --- a/public/tags/francis-hunger/index.html +++ b/public/tags/francis-hunger/index.html @@ -1,2 +1,2 @@ -francis hunger - Aron Petau

Posts with tag “francis hunger”

See all tags
1 post in total

\ No newline at end of file +francis hunger - Aron Petau

Posts with tag “francis hunger”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/francois-ewald/index.html b/public/tags/francois-ewald/index.html index 57df4efa..38fffab0 100644 --- a/public/tags/francois-ewald/index.html +++ b/public/tags/francois-ewald/index.html @@ -1,2 +1,2 @@ -francois ewald - Aron Petau

Posts with tag “francois ewald”

See all tags
4 posts in total

\ No newline at end of file +francois ewald - Aron Petau

Posts with tag “francois ewald”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/frigate/index.html b/public/tags/frigate/index.html index 8ae4eee9..2c61fefd 100644 --- a/public/tags/frigate/index.html +++ b/public/tags/frigate/index.html @@ -1,2 +1,2 @@ -frigate - Aron Petau

Posts with tag “frigate”

See all tags
1 post in total

\ No newline at end of file +frigate - Aron Petau

Posts with tag “frigate”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/functional-design/atom.xml b/public/tags/functional-design/atom.xml index 91812d05..f7be7ebd 100644 --- a/public/tags/functional-design/atom.xml +++ b/public/tags/functional-design/atom.xml @@ -22,19 +22,25 @@ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -43,27 +49,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/functional-design/index.html b/public/tags/functional-design/index.html index 09ad7e80..436fed9f 100644 --- a/public/tags/functional-design/index.html +++ b/public/tags/functional-design/index.html @@ -1,2 +1,2 @@ -functional design - Aron Petau

Posts with tag “functional design”

See all tags
1 post in total

\ No newline at end of file +functional design - Aron Petau

Posts with tag “functional design”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/functional-design/rss.xml b/public/tags/functional-design/rss.xml index 90a350cb..c2a2379d 100644 --- a/public/tags/functional-design/rss.xml +++ b/public/tags/functional-design/rss.xml @@ -16,19 +16,25 @@ https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -37,27 +43,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/furnace/index.html b/public/tags/furnace/index.html index a035d78d..a1633dd8 100644 --- a/public/tags/furnace/index.html +++ b/public/tags/furnace/index.html @@ -1,2 +1,2 @@ -furnace - Aron Petau

Posts with tag “furnace”

See all tags
1 post in total

\ No newline at end of file +furnace - Aron Petau

Posts with tag “furnace”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/fusion360/atom.xml b/public/tags/fusion360/atom.xml index 9f78b34b..fc44d3c7 100644 --- a/public/tags/fusion360/atom.xml +++ b/public/tags/fusion360/atom.xml @@ -22,19 +22,25 @@ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -43,27 +49,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/fusion360/index.html b/public/tags/fusion360/index.html index ddb8eada..875904a8 100644 --- a/public/tags/fusion360/index.html +++ b/public/tags/fusion360/index.html @@ -1,2 +1,2 @@ -fusion360 - Aron Petau

Posts with tag “fusion360”

See all tags
1 post in total

\ No newline at end of file +fusion360 - Aron Petau

Posts with tag “fusion360”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/fusion360/rss.xml b/public/tags/fusion360/rss.xml index 8ff076c2..a52c9b3a 100644 --- a/public/tags/fusion360/rss.xml +++ b/public/tags/fusion360/rss.xml @@ -16,19 +16,25 @@ https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -37,27 +43,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/game/index.html b/public/tags/game/index.html index b0f830a3..fb8e4e9f 100644 --- a/public/tags/game/index.html +++ b/public/tags/game/index.html @@ -1,2 +1,2 @@ -game - Aron Petau

Posts with tag “game”

See all tags
1 post in total

\ No newline at end of file +game - Aron Petau

Posts with tag “game”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/gcode/atom.xml b/public/tags/gcode/atom.xml index 500aec21..1fbd845d 100644 --- a/public/tags/gcode/atom.xml +++ b/public/tags/gcode/atom.xml @@ -155,39 +155,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p>
diff --git a/public/tags/gcode/index.html b/public/tags/gcode/index.html index c7900136..778112ae 100644 --- a/public/tags/gcode/index.html +++ b/public/tags/gcode/index.html @@ -1,2 +1,2 @@ -gcode - Aron Petau

Posts with tag “gcode”

See all tags
1 post in total

\ No newline at end of file +gcode - Aron Petau

Posts with tag “gcode”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/gcode/rss.xml b/public/tags/gcode/rss.xml index 1c290ba4..a3db056a 100644 --- a/public/tags/gcode/rss.xml +++ b/public/tags/gcode/rss.xml @@ -149,39 +149,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p>
diff --git a/public/tags/geert-lovink/index.html b/public/tags/geert-lovink/index.html index 7986ecf5..ecd79c17 100644 --- a/public/tags/geert-lovink/index.html +++ b/public/tags/geert-lovink/index.html @@ -1,2 +1,2 @@ -geert lovink - Aron Petau

Posts with tag “geert lovink”

See all tags
1 post in total

\ No newline at end of file +geert lovink - Aron Petau

Posts with tag “geert lovink”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/generative/index.html b/public/tags/generative/index.html index d3b75822..203d90e5 100644 --- a/public/tags/generative/index.html +++ b/public/tags/generative/index.html @@ -1,2 +1,2 @@ -generative - Aron Petau

Posts with tag “generative”

See all tags
1 post in total

\ No newline at end of file +generative - Aron Petau

Posts with tag “generative”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/geosensing/index.html b/public/tags/geosensing/index.html index 21f74e5d..e420fc11 100644 --- a/public/tags/geosensing/index.html +++ b/public/tags/geosensing/index.html @@ -1,2 +1,2 @@ -geosensing - Aron Petau

Posts with tag “geosensing”

See all tags
1 post in total

\ No newline at end of file +geosensing - Aron Petau

Posts with tag “geosensing”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/gofai/index.html b/public/tags/gofai/index.html index 58eac767..b2514a0e 100644 --- a/public/tags/gofai/index.html +++ b/public/tags/gofai/index.html @@ -1,2 +1,2 @@ -GOFAI - Aron Petau

Posts with tag “GOFAI”

See all tags
1 post in total

\ No newline at end of file +GOFAI - Aron Petau

Posts with tag “GOFAI”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/google-assistant/index.html b/public/tags/google-assistant/index.html index 5dd8a9a8..ec232f48 100644 --- a/public/tags/google-assistant/index.html +++ b/public/tags/google-assistant/index.html @@ -1,2 +1,2 @@ -google assistant - Aron Petau

Posts with tag “google assistant”

See all tags
2 posts in total

\ No newline at end of file +google assistant - Aron Petau

Posts with tag “google assistant”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/google-cloud/index.html b/public/tags/google-cloud/index.html index 568a6edd..f5aad4e5 100644 --- a/public/tags/google-cloud/index.html +++ b/public/tags/google-cloud/index.html @@ -1,2 +1,2 @@ -google cloud - Aron Petau

Posts with tag “google cloud”

See all tags
2 posts in total

\ No newline at end of file +google cloud - Aron Petau

Posts with tag “google cloud”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/google-colab/index.html b/public/tags/google-colab/index.html index cfd7c58b..c61eccac 100644 --- a/public/tags/google-colab/index.html +++ b/public/tags/google-colab/index.html @@ -1,2 +1,2 @@ -google colab - Aron Petau

Posts with tag “google colab”

See all tags
1 post in total

\ No newline at end of file +google colab - Aron Petau

Posts with tag “google colab”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/google-dialogflow/index.html b/public/tags/google-dialogflow/index.html index e8736324..05048174 100644 --- a/public/tags/google-dialogflow/index.html +++ b/public/tags/google-dialogflow/index.html @@ -1,2 +1,2 @@ -google dialogflow - Aron Petau

Posts with tag “google dialogflow”

See all tags
2 posts in total

\ No newline at end of file +google dialogflow - Aron Petau

Posts with tag “google dialogflow”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/gpt4all/index.html b/public/tags/gpt4all/index.html index dc6d0ce8..70055dca 100644 --- a/public/tags/gpt4all/index.html +++ b/public/tags/gpt4all/index.html @@ -1,2 +1,2 @@ -gpt4all - Aron Petau

Posts with tag “gpt4all”

See all tags
1 post in total

\ No newline at end of file +gpt4all - Aron Petau

Posts with tag “gpt4all”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/grasshopper/index.html b/public/tags/grasshopper/index.html index a1460587..341015e7 100644 --- a/public/tags/grasshopper/index.html +++ b/public/tags/grasshopper/index.html @@ -1,2 +1,2 @@ -grasshopper - Aron Petau

Posts with tag “grasshopper”

See all tags
1 post in total

\ No newline at end of file +grasshopper - Aron Petau

Posts with tag “grasshopper”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/greenscreen/index.html b/public/tags/greenscreen/index.html index ca930135..1a4cc6bf 100644 --- a/public/tags/greenscreen/index.html +++ b/public/tags/greenscreen/index.html @@ -1,2 +1,2 @@ -greenscreen - Aron Petau

Posts with tag “greenscreen”

See all tags
1 post in total

\ No newline at end of file +greenscreen - Aron Petau

Posts with tag “greenscreen”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/grid/index.html b/public/tags/grid/index.html index 46d6fa87..d46b4551 100644 --- a/public/tags/grid/index.html +++ b/public/tags/grid/index.html @@ -1,2 +1,2 @@ -grid - Aron Petau

Posts with tag “grid”

See all tags
1 post in total

\ No newline at end of file +grid - Aron Petau

Posts with tag “grid”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/hacking/index.html b/public/tags/hacking/index.html index 3f02d45e..9e168350 100644 --- a/public/tags/hacking/index.html +++ b/public/tags/hacking/index.html @@ -1,2 +1,2 @@ -hacking - Aron Petau

Posts with tag “hacking”

See all tags
1 post in total

\ No newline at end of file +hacking - Aron Petau

Posts with tag “hacking”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/hand-recognition/index.html b/public/tags/hand-recognition/index.html index 2884e3bd..5075b3a9 100644 --- a/public/tags/hand-recognition/index.html +++ b/public/tags/hand-recognition/index.html @@ -1,2 +1,2 @@ -hand recognition - Aron Petau

Posts with tag “hand recognition”

See all tags
1 post in total

\ No newline at end of file +hand recognition - Aron Petau

Posts with tag “hand recognition”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/himalaya/index.html b/public/tags/himalaya/index.html index ba8809c7..9d645159 100644 --- a/public/tags/himalaya/index.html +++ b/public/tags/himalaya/index.html @@ -1,2 +1,2 @@ -himalaya - Aron Petau

Posts with tag “himalaya”

See all tags
1 post in total

\ No newline at end of file +himalaya - Aron Petau

Posts with tag “himalaya”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/history/index.html b/public/tags/history/index.html index dc13e90e..b04885fd 100644 --- a/public/tags/history/index.html +++ b/public/tags/history/index.html @@ -1,2 +1,2 @@ -history - Aron Petau

Posts with tag “history”

See all tags
1 post in total

\ No newline at end of file +history - Aron Petau

Posts with tag “history”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/homebrew/index.html b/public/tags/homebrew/index.html index bf96b4a8..b61a72f6 100644 --- a/public/tags/homebrew/index.html +++ b/public/tags/homebrew/index.html @@ -1,2 +1,2 @@ -homebrew - Aron Petau

Posts with tag “homebrew”

See all tags
1 post in total

\ No newline at end of file +homebrew - Aron Petau

Posts with tag “homebrew”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/hops/index.html b/public/tags/hops/index.html index 20b63f49..b8580f4f 100644 --- a/public/tags/hops/index.html +++ b/public/tags/hops/index.html @@ -1,2 +1,2 @@ -hops - Aron Petau

Posts with tag “hops”

See all tags
1 post in total

\ No newline at end of file +hops - Aron Petau

Posts with tag “hops”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/ibm-watson-assistant/index.html b/public/tags/ibm-watson-assistant/index.html index ab04f52c..921326ce 100644 --- a/public/tags/ibm-watson-assistant/index.html +++ b/public/tags/ibm-watson-assistant/index.html @@ -1,2 +1,2 @@ -ibm watson assistant - Aron Petau

Posts with tag “ibm watson assistant”

See all tags
1 post in total

\ No newline at end of file +ibm watson assistant - Aron Petau

Posts with tag “ibm watson assistant”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/iit-kharagpur/index.html b/public/tags/iit-kharagpur/index.html index 9976777f..22c1ed08 100644 --- a/public/tags/iit-kharagpur/index.html +++ b/public/tags/iit-kharagpur/index.html @@ -1,2 +1,2 @@ -iit kharagpur - Aron Petau

Posts with tag “iit kharagpur”

See all tags
1 post in total

\ No newline at end of file +iit kharagpur - Aron Petau

Posts with tag “iit kharagpur”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/image-classifier/index.html b/public/tags/image-classifier/index.html index 4861c850..cbb45be1 100644 --- a/public/tags/image-classifier/index.html +++ b/public/tags/image-classifier/index.html @@ -1,2 +1,2 @@ -image classifier - Aron Petau

Posts with tag “image classifier”

See all tags
1 post in total

\ No newline at end of file +image classifier - Aron Petau

Posts with tag “image classifier”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/image-recognition/index.html b/public/tags/image-recognition/index.html index e3ee8a14..bb9d4aa3 100644 --- a/public/tags/image-recognition/index.html +++ b/public/tags/image-recognition/index.html @@ -1,2 +1,2 @@ -image recognition - Aron Petau

Posts with tag “image recognition”

See all tags
1 post in total

\ No newline at end of file +image recognition - Aron Petau

Posts with tag “image recognition”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/imaginaries/index.html b/public/tags/imaginaries/index.html index 617748aa..c1cc5d5f 100644 --- a/public/tags/imaginaries/index.html +++ b/public/tags/imaginaries/index.html @@ -1,2 +1,2 @@ -imaginaries - Aron Petau

Posts with tag “imaginaries”

See all tags
1 post in total

\ No newline at end of file +imaginaries - Aron Petau

Posts with tag “imaginaries”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/inclusivity/index.html b/public/tags/inclusivity/index.html index f24a86e3..a27a06d8 100644 --- a/public/tags/inclusivity/index.html +++ b/public/tags/inclusivity/index.html @@ -1,2 +1,2 @@ -inclusivity - Aron Petau

Posts with tag “inclusivity”

See all tags
1 post in total

\ No newline at end of file +inclusivity - Aron Petau

Posts with tag “inclusivity”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/index.html b/public/tags/index.html index 82b10e71..e81a9d34 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -1,2 +1,2 @@ -Tags - Aron Petau

Tags

298 tags in total

\ No newline at end of file +Tags - Aron Petau

Tags

298 tags in total

\ No newline at end of file diff --git a/public/tags/india/index.html b/public/tags/india/index.html index a2fe6df5..405c6b18 100644 --- a/public/tags/india/index.html +++ b/public/tags/india/index.html @@ -1,2 +1,2 @@ -india - Aron Petau

Posts with tag “india”

See all tags
1 post in total

\ No newline at end of file +india - Aron Petau

Posts with tag “india”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/infrastructure/index.html b/public/tags/infrastructure/index.html index b6b97703..72b25002 100644 --- a/public/tags/infrastructure/index.html +++ b/public/tags/infrastructure/index.html @@ -1,2 +1,2 @@ -infrastructure - Aron Petau

Posts with tag “infrastructure”

See all tags
1 post in total

\ No newline at end of file +infrastructure - Aron Petau

Posts with tag “infrastructure”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/inkule/index.html b/public/tags/inkule/index.html index 51c6416f..6a72873b 100644 --- a/public/tags/inkule/index.html +++ b/public/tags/inkule/index.html @@ -1,2 +1,2 @@ -inküle - Aron Petau

Posts with tag “inküle”

See all tags
1 post in total

\ No newline at end of file +inküle - Aron Petau

Posts with tag “inküle”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/installation/index.html b/public/tags/installation/index.html index 64a4037b..6353cf46 100644 --- a/public/tags/installation/index.html +++ b/public/tags/installation/index.html @@ -1,2 +1,2 @@ -installation - Aron Petau

Posts with tag “installation”

See all tags
1 post in total

\ No newline at end of file +installation - Aron Petau

Posts with tag “installation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/interactive/index.html b/public/tags/interactive/index.html index 20b40192..e764cbc3 100644 --- a/public/tags/interactive/index.html +++ b/public/tags/interactive/index.html @@ -1,2 +1,2 @@ -interactive - Aron Petau

Posts with tag “interactive”

See all tags
1 post in total

\ No newline at end of file +interactive - Aron Petau

Posts with tag “interactive”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/iron-age/index.html b/public/tags/iron-age/index.html index dfbb808e..52088e1a 100644 --- a/public/tags/iron-age/index.html +++ b/public/tags/iron-age/index.html @@ -1,2 +1,2 @@ -iron age - Aron Petau

Posts with tag “iron age”

See all tags
1 post in total

\ No newline at end of file +iron age - Aron Petau

Posts with tag “iron age”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/iron-smelting/index.html b/public/tags/iron-smelting/index.html index a3a2cb85..b2775f8d 100644 --- a/public/tags/iron-smelting/index.html +++ b/public/tags/iron-smelting/index.html @@ -1,2 +1,2 @@ -iron smelting - Aron Petau

Posts with tag “iron smelting”

See all tags
1 post in total

\ No newline at end of file +iron smelting - Aron Petau

Posts with tag “iron smelting”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/iron/index.html b/public/tags/iron/index.html index 80b96c39..59dfcdff 100644 --- a/public/tags/iron/index.html +++ b/public/tags/iron/index.html @@ -1,2 +1,2 @@ -iron - Aron Petau

Posts with tag “iron”

See all tags
1 post in total

\ No newline at end of file +iron - Aron Petau

Posts with tag “iron”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/isd/index.html b/public/tags/isd/index.html index 3ea37bd4..738af894 100644 --- a/public/tags/isd/index.html +++ b/public/tags/isd/index.html @@ -1,2 +1,2 @@ -ISD - Aron Petau

Posts with tag “ISD”

See all tags
1 post in total

\ No newline at end of file +ISD - Aron Petau

Posts with tag “ISD”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/javascript/index.html b/public/tags/javascript/index.html index 1d6682cf..9ae13a83 100644 --- a/public/tags/javascript/index.html +++ b/public/tags/javascript/index.html @@ -1,2 +1,2 @@ -javascript - Aron Petau

Posts with tag “javascript”

See all tags
2 posts in total

\ No newline at end of file +javascript - Aron Petau

Posts with tag “javascript”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/jose-medina/index.html b/public/tags/jose-medina/index.html index 0851a761..b1164037 100644 --- a/public/tags/jose-medina/index.html +++ b/public/tags/jose-medina/index.html @@ -1,2 +1,2 @@ -josé medina - Aron Petau

Posts with tag “josé medina”

See all tags
4 posts in total

\ No newline at end of file +josé medina - Aron Petau

Posts with tag “josé medina”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/journal/index.html b/public/tags/journal/index.html index 00e64e36..94334650 100644 --- a/public/tags/journal/index.html +++ b/public/tags/journal/index.html @@ -1,2 +1,2 @@ -journal - Aron Petau

Posts with tag “journal”

See all tags
2 posts in total

\ No newline at end of file +journal - Aron Petau

Posts with tag “journal”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/judith-butler/index.html b/public/tags/judith-butler/index.html index 37232e9c..8fb46d50 100644 --- a/public/tags/judith-butler/index.html +++ b/public/tags/judith-butler/index.html @@ -1,2 +1,2 @@ -judith butler - Aron Petau

Posts with tag “judith butler”

See all tags
4 posts in total

\ No newline at end of file +judith butler - Aron Petau

Posts with tag “judith butler”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/jupyter-notebook/index.html b/public/tags/jupyter-notebook/index.html index 5d678a3c..5ac49907 100644 --- a/public/tags/jupyter-notebook/index.html +++ b/public/tags/jupyter-notebook/index.html @@ -1,2 +1,2 @@ -jupyter notebook - Aron Petau

Posts with tag “jupyter notebook”

See all tags
1 post in total

\ No newline at end of file +jupyter notebook - Aron Petau

Posts with tag “jupyter notebook”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/keg/index.html b/public/tags/keg/index.html index 8b878dea..838c115c 100644 --- a/public/tags/keg/index.html +++ b/public/tags/keg/index.html @@ -1,2 +1,2 @@ -keg - Aron Petau

Posts with tag “keg”

See all tags
1 post in total

\ No newline at end of file +keg - Aron Petau

Posts with tag “keg”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/keras/index.html b/public/tags/keras/index.html index 743e1f61..0f1bf37f 100644 --- a/public/tags/keras/index.html +++ b/public/tags/keras/index.html @@ -1,2 +1,2 @@ -keras - Aron Petau

Posts with tag “keras”

See all tags
1 post in total

\ No newline at end of file +keras - Aron Petau

Posts with tag “keras”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/kinect/index.html b/public/tags/kinect/index.html index fac8e044..6940b764 100644 --- a/public/tags/kinect/index.html +++ b/public/tags/kinect/index.html @@ -1,2 +1,2 @@ -kinect - Aron Petau

Posts with tag “kinect”

See all tags
1 post in total

\ No newline at end of file +kinect - Aron Petau

Posts with tag “kinect”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/lager/index.html b/public/tags/lager/index.html index 18158003..3cdd7522 100644 --- a/public/tags/lager/index.html +++ b/public/tags/lager/index.html @@ -1,2 +1,2 @@ -lager - Aron Petau

Posts with tag “lager”

See all tags
1 post in total

\ No newline at end of file +lager - Aron Petau

Posts with tag “lager”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/lamp/index.html b/public/tags/lamp/index.html index 17b49bec..0433b862 100644 --- a/public/tags/lamp/index.html +++ b/public/tags/lamp/index.html @@ -1,2 +1,2 @@ -lamp - Aron Petau

Posts with tag “lamp”

See all tags
1 post in total

\ No newline at end of file +lamp - Aron Petau

Posts with tag “lamp”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/lampshade/index.html b/public/tags/lampshade/index.html index 29ec1782..ddd837f5 100644 --- a/public/tags/lampshade/index.html +++ b/public/tags/lampshade/index.html @@ -1,2 +1,2 @@ -lampshade - Aron Petau

Posts with tag “lampshade”

See all tags
1 post in total

\ No newline at end of file +lampshade - Aron Petau

Posts with tag “lampshade”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/last-generation/index.html b/public/tags/last-generation/index.html index 4c784c31..c80a69d8 100644 --- a/public/tags/last-generation/index.html +++ b/public/tags/last-generation/index.html @@ -1,2 +1,2 @@ -last generation - Aron Petau

Posts with tag “last generation”

See all tags
1 post in total

\ No newline at end of file +last generation - Aron Petau

Posts with tag “last generation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/latency/index.html b/public/tags/latency/index.html index c44aa173..77338fbc 100644 --- a/public/tags/latency/index.html +++ b/public/tags/latency/index.html @@ -1,2 +1,2 @@ -latency - Aron Petau

Posts with tag “latency”

See all tags
1 post in total

\ No newline at end of file +latency - Aron Petau

Posts with tag “latency”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/latex/index.html b/public/tags/latex/index.html index 0a5f870b..a3cc4fac 100644 --- a/public/tags/latex/index.html +++ b/public/tags/latex/index.html @@ -1,2 +1,2 @@ -latex - Aron Petau

Posts with tag “latex”

See all tags
1 post in total

\ No newline at end of file +latex - Aron Petau

Posts with tag “latex”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/light-tracking/index.html b/public/tags/light-tracking/index.html index 6941a7bc..2e9273e2 100644 --- a/public/tags/light-tracking/index.html +++ b/public/tags/light-tracking/index.html @@ -1,2 +1,2 @@ -light tracking - Aron Petau

Posts with tag “light tracking”

See all tags
1 post in total

\ No newline at end of file +light tracking - Aron Petau

Posts with tag “light tracking”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/lightning/index.html b/public/tags/lightning/index.html index 4982bcd7..02253c13 100644 --- a/public/tags/lightning/index.html +++ b/public/tags/lightning/index.html @@ -1,2 +1,2 @@ -lightning - Aron Petau

Posts with tag “lightning”

See all tags
1 post in total

\ No newline at end of file +lightning - Aron Petau

Posts with tag “lightning”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/lightroom/index.html b/public/tags/lightroom/index.html index a49e4c2c..44ba8b9d 100644 --- a/public/tags/lightroom/index.html +++ b/public/tags/lightroom/index.html @@ -1,2 +1,2 @@ -lightroom - Aron Petau

Posts with tag “lightroom”

See all tags
1 post in total

\ No newline at end of file +lightroom - Aron Petau

Posts with tag “lightroom”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/liminality/index.html b/public/tags/liminality/index.html index d6d99e40..b90f242b 100644 --- a/public/tags/liminality/index.html +++ b/public/tags/liminality/index.html @@ -1,2 +1,2 @@ -liminality - Aron Petau

Posts with tag “liminality”

See all tags
1 post in total

\ No newline at end of file +liminality - Aron Petau

Posts with tag “liminality”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html index 1f4dd182..ab9049c1 100644 --- a/public/tags/linux/index.html +++ b/public/tags/linux/index.html @@ -1,2 +1,2 @@ -Linux - Aron Petau

Posts with tag “Linux”

See all tags
1 post in total

\ No newline at end of file +Linux - Aron Petau

Posts with tag “Linux”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/lisa-parks/index.html b/public/tags/lisa-parks/index.html index ce6a1d79..00747003 100644 --- a/public/tags/lisa-parks/index.html +++ b/public/tags/lisa-parks/index.html @@ -1,2 +1,2 @@ -lisa parks - Aron Petau

Posts with tag “lisa parks”

See all tags
1 post in total

\ No newline at end of file +lisa parks - Aron Petau

Posts with tag “lisa parks”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/llm/index.html b/public/tags/llm/index.html index 76d859f0..3b8d8715 100644 --- a/public/tags/llm/index.html +++ b/public/tags/llm/index.html @@ -1,2 +1,2 @@ -llm - Aron Petau

Posts with tag “llm”

See all tags
1 post in total

\ No newline at end of file +llm - Aron Petau

Posts with tag “llm”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/local-ai/index.html b/public/tags/local-ai/index.html index 8304e906..cfb17820 100644 --- a/public/tags/local-ai/index.html +++ b/public/tags/local-ai/index.html @@ -1,2 +1,2 @@ -local AI - Aron Petau

Posts with tag “local AI”

See all tags
2 posts in total

\ No newline at end of file +local AI - Aron Petau

Posts with tag “local AI”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/local-computing/index.html b/public/tags/local-computing/index.html index 294d41b1..caac736a 100644 --- a/public/tags/local-computing/index.html +++ b/public/tags/local-computing/index.html @@ -1,2 +1,2 @@ -Local Computing - Aron Petau

Posts with tag “Local Computing”

See all tags
1 post in total

\ No newline at end of file +Local Computing - Aron Petau

Posts with tag “Local Computing”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/lora/index.html b/public/tags/lora/index.html index 58318ca4..95608fc6 100644 --- a/public/tags/lora/index.html +++ b/public/tags/lora/index.html @@ -1,2 +1,2 @@ -LoRa - Aron Petau

Posts with tag “LoRa”

See all tags
1 post in total

\ No newline at end of file +LoRa - Aron Petau

Posts with tag “LoRa”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/lusatia/index.html b/public/tags/lusatia/index.html index 71bcc0fe..a273b54e 100644 --- a/public/tags/lusatia/index.html +++ b/public/tags/lusatia/index.html @@ -1,2 +1,2 @@ -lusatia - Aron Petau

Posts with tag “lusatia”

See all tags
1 post in total

\ No newline at end of file +lusatia - Aron Petau

Posts with tag “lusatia”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/machine-learning/index.html b/public/tags/machine-learning/index.html index c697853b..c5563e7b 100644 --- a/public/tags/machine-learning/index.html +++ b/public/tags/machine-learning/index.html @@ -1,2 +1,2 @@ -machine learning - Aron Petau

Posts with tag “machine learning”

See all tags
1 post in total

\ No newline at end of file +machine learning - Aron Petau

Posts with tag “machine learning”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/magic-leap/index.html b/public/tags/magic-leap/index.html index 6eea5d35..06e6363d 100644 --- a/public/tags/magic-leap/index.html +++ b/public/tags/magic-leap/index.html @@ -1,2 +1,2 @@ -magic leap - Aron Petau

Posts with tag “magic leap”

See all tags
1 post in total

\ No newline at end of file +magic leap - Aron Petau

Posts with tag “magic leap”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/magnetism/index.html b/public/tags/magnetism/index.html index 03f8ec67..52838684 100644 --- a/public/tags/magnetism/index.html +++ b/public/tags/magnetism/index.html @@ -1,2 +1,2 @@ -magnetism - Aron Petau

Posts with tag “magnetism”

See all tags
1 post in total

\ No newline at end of file +magnetism - Aron Petau

Posts with tag “magnetism”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/maker-education/index.html b/public/tags/maker-education/index.html index 82929a1c..532cd347 100644 --- a/public/tags/maker-education/index.html +++ b/public/tags/maker-education/index.html @@ -1,2 +1,2 @@ -maker-education - Aron Petau

Posts with tag “maker-education”

See all tags
1 post in total

\ No newline at end of file +maker-education - Aron Petau

Posts with tag “maker-education”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/making/index.html b/public/tags/making/index.html index b6f9ba74..d05792f5 100644 --- a/public/tags/making/index.html +++ b/public/tags/making/index.html @@ -1,2 +1,2 @@ -making - Aron Petau

Posts with tag “making”

See all tags
2 posts in total

\ No newline at end of file +making - Aron Petau

Posts with tag “making”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/master-thesis/index.html b/public/tags/master-thesis/index.html index 7df9449a..efc75dbe 100644 --- a/public/tags/master-thesis/index.html +++ b/public/tags/master-thesis/index.html @@ -1,2 +1,2 @@ -master thesis - Aron Petau

Posts with tag “master thesis”

See all tags
1 post in total

\ No newline at end of file +master thesis - Aron Petau

Posts with tag “master thesis”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/mastodon/index.html b/public/tags/mastodon/index.html index 311486e4..5c3c162b 100644 --- a/public/tags/mastodon/index.html +++ b/public/tags/mastodon/index.html @@ -1,2 +1,2 @@ -mastodon - Aron Petau

Posts with tag “mastodon”

See all tags
1 post in total

\ No newline at end of file +mastodon - Aron Petau

Posts with tag “mastodon”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/materialubung/index.html b/public/tags/materialubung/index.html index af9f681a..54872bf0 100644 --- a/public/tags/materialubung/index.html +++ b/public/tags/materialubung/index.html @@ -1,2 +1,2 @@ -Materialübung - Aron Petau

Posts with tag “Materialübung”

See all tags
1 post in total

\ No newline at end of file +Materialübung - Aron Petau

Posts with tag “Materialübung”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/matter/index.html b/public/tags/matter/index.html index 8388d5af..6213278e 100644 --- a/public/tags/matter/index.html +++ b/public/tags/matter/index.html @@ -1,2 +1,2 @@ -matter - Aron Petau

Posts with tag “matter”

See all tags
1 post in total

\ No newline at end of file +matter - Aron Petau

Posts with tag “matter”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/meditation/index.html b/public/tags/meditation/index.html index 3a1b3fee..9e1ff96b 100644 --- a/public/tags/meditation/index.html +++ b/public/tags/meditation/index.html @@ -1,2 +1,2 @@ -meditation - Aron Petau

Posts with tag “meditation”

See all tags
1 post in total

\ No newline at end of file +meditation - Aron Petau

Posts with tag “meditation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/mesh/index.html b/public/tags/mesh/index.html index 9fea7695..28752879 100644 --- a/public/tags/mesh/index.html +++ b/public/tags/mesh/index.html @@ -1,2 +1,2 @@ -mesh - Aron Petau

Posts with tag “mesh”

See all tags
1 post in total

\ No newline at end of file +mesh - Aron Petau

Posts with tag “mesh”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/michael-foucault/index.html b/public/tags/michael-foucault/index.html index b7b4079e..3fe7a1ee 100644 --- a/public/tags/michael-foucault/index.html +++ b/public/tags/michael-foucault/index.html @@ -1,2 +1,2 @@ -michael foucault - Aron Petau

Posts with tag “michael foucault”

See all tags
3 posts in total

\ No newline at end of file +michael foucault - Aron Petau

Posts with tag “michael foucault”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/micronation/index.html b/public/tags/micronation/index.html index e53e88e4..7bd15c36 100644 --- a/public/tags/micronation/index.html +++ b/public/tags/micronation/index.html @@ -1,2 +1,2 @@ -micronation - Aron Petau

Posts with tag “micronation”

See all tags
1 post in total

\ No newline at end of file +micronation - Aron Petau

Posts with tag “micronation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/micropython/index.html b/public/tags/micropython/index.html index ca8f5284..ba65b524 100644 --- a/public/tags/micropython/index.html +++ b/public/tags/micropython/index.html @@ -1,2 +1,2 @@ -micropython - Aron Petau

Posts with tag “micropython”

See all tags
1 post in total

\ No newline at end of file +micropython - Aron Petau

Posts with tag “micropython”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/miranda-fricker/index.html b/public/tags/miranda-fricker/index.html index 7b29d59f..528983c0 100644 --- a/public/tags/miranda-fricker/index.html +++ b/public/tags/miranda-fricker/index.html @@ -1,2 +1,2 @@ -miranda fricker - Aron Petau

Posts with tag “miranda fricker”

See all tags
3 posts in total

\ No newline at end of file +miranda fricker - Aron Petau

Posts with tag “miranda fricker”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/ml/index.html b/public/tags/ml/index.html index 28a18f43..ce142289 100644 --- a/public/tags/ml/index.html +++ b/public/tags/ml/index.html @@ -1,2 +1,2 @@ -ml - Aron Petau

Posts with tag “ml”

See all tags
1 post in total

\ No newline at end of file +ml - Aron Petau

Posts with tag “ml”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/mtcnn/index.html b/public/tags/mtcnn/index.html index be95ba1a..3508c531 100644 --- a/public/tags/mtcnn/index.html +++ b/public/tags/mtcnn/index.html @@ -1,2 +1,2 @@ -MTCNN - Aron Petau

Posts with tag “MTCNN”

See all tags
1 post in total

\ No newline at end of file +MTCNN - Aron Petau

Posts with tag “MTCNN”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/multi-sensory-integration/index.html b/public/tags/multi-sensory-integration/index.html index 83540e4a..f57085a0 100644 --- a/public/tags/multi-sensory-integration/index.html +++ b/public/tags/multi-sensory-integration/index.html @@ -1,2 +1,2 @@ -multi-sensory integration - Aron Petau

Posts with tag “multi-sensory integration”

See all tags
1 post in total

\ No newline at end of file +multi-sensory integration - Aron Petau

Posts with tag “multi-sensory integration”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/narrative/index.html b/public/tags/narrative/index.html index d12c5c6d..7aa91960 100644 --- a/public/tags/narrative/index.html +++ b/public/tags/narrative/index.html @@ -1,2 +1,2 @@ -narrative - Aron Petau

Posts with tag “narrative”

See all tags
1 post in total

\ No newline at end of file +narrative - Aron Petau

Posts with tag “narrative”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/nation/index.html b/public/tags/nation/index.html index 4a297788..e4534189 100644 --- a/public/tags/nation/index.html +++ b/public/tags/nation/index.html @@ -1,2 +1,2 @@ -nation - Aron Petau

Posts with tag “nation”

See all tags
1 post in total

\ No newline at end of file +nation - Aron Petau

Posts with tag “nation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/network/index.html b/public/tags/network/index.html index b2265d4f..4e50e842 100644 --- a/public/tags/network/index.html +++ b/public/tags/network/index.html @@ -1,2 +1,2 @@ -network - Aron Petau

Posts with tag “network”

See all tags
1 post in total

\ No newline at end of file +network - Aron Petau

Posts with tag “network”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/neural-nets/index.html b/public/tags/neural-nets/index.html index e861f4ec..f3f7ee88 100644 --- a/public/tags/neural-nets/index.html +++ b/public/tags/neural-nets/index.html @@ -1,2 +1,2 @@ -neural nets - Aron Petau

Posts with tag “neural nets”

See all tags
1 post in total

\ No newline at end of file +neural nets - Aron Petau

Posts with tag “neural nets”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/nlp/index.html b/public/tags/nlp/index.html index 7847e00e..423bd186 100644 --- a/public/tags/nlp/index.html +++ b/public/tags/nlp/index.html @@ -1,2 +1,2 @@ -nlp - Aron Petau

Posts with tag “nlp”

See all tags
2 posts in total

\ No newline at end of file +nlp - Aron Petau

Posts with tag “nlp”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/nlu/index.html b/public/tags/nlu/index.html index 61fb5849..7a6c8af6 100644 --- a/public/tags/nlu/index.html +++ b/public/tags/nlu/index.html @@ -1,2 +1,2 @@ -nlu - Aron Petau

Posts with tag “nlu”

See all tags
2 posts in total

\ No newline at end of file +nlu - Aron Petau

Posts with tag “nlu”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/normativity/index.html b/public/tags/normativity/index.html index 85dea0e6..257b84f8 100644 --- a/public/tags/normativity/index.html +++ b/public/tags/normativity/index.html @@ -1,2 +1,2 @@ -normativity - Aron Petau

Posts with tag “normativity”

See all tags
4 posts in total

\ No newline at end of file +normativity - Aron Petau

Posts with tag “normativity”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/object-recognition/index.html b/public/tags/object-recognition/index.html index 9cc5b65d..f7657bf8 100644 --- a/public/tags/object-recognition/index.html +++ b/public/tags/object-recognition/index.html @@ -1,2 +1,2 @@ -object recognition - Aron Petau

Posts with tag “object recognition”

See all tags
1 post in total

\ No newline at end of file +object recognition - Aron Petau

Posts with tag “object recognition”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/object-value/index.html b/public/tags/object-value/index.html index 5cd09be4..2d4b8a7d 100644 --- a/public/tags/object-value/index.html +++ b/public/tags/object-value/index.html @@ -1,2 +1,2 @@ -object-value - Aron Petau

Posts with tag “object-value”

See all tags
1 post in total

\ No newline at end of file +object-value - Aron Petau

Posts with tag “object-value”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/octoprint/atom.xml b/public/tags/octoprint/atom.xml index 1778f553..f9418632 100644 --- a/public/tags/octoprint/atom.xml +++ b/public/tags/octoprint/atom.xml @@ -155,39 +155,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p>
diff --git a/public/tags/octoprint/index.html b/public/tags/octoprint/index.html index 78aa6682..4d61b1ca 100644 --- a/public/tags/octoprint/index.html +++ b/public/tags/octoprint/index.html @@ -1,2 +1,2 @@ -octoprint - Aron Petau

Posts with tag “octoprint”

See all tags
1 post in total

\ No newline at end of file +octoprint - Aron Petau

Posts with tag “octoprint”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/octoprint/rss.xml b/public/tags/octoprint/rss.xml index 1c71df23..daa8f700 100644 --- a/public/tags/octoprint/rss.xml +++ b/public/tags/octoprint/rss.xml @@ -149,39 +149,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/open-protocols/index.html b/public/tags/open-protocols/index.html index abf2d605..7a053b47 100644 --- a/public/tags/open-protocols/index.html +++ b/public/tags/open-protocols/index.html @@ -1,2 +1,2 @@ -open protocols - Aron Petau

Posts with tag “open protocols”

See all tags
1 post in total

\ No newline at end of file +open protocols - Aron Petau

Posts with tag “open protocols”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/ore/index.html b/public/tags/ore/index.html index f8eeb4cb..65cf5f2b 100644 --- a/public/tags/ore/index.html +++ b/public/tags/ore/index.html @@ -1,2 +1,2 @@ -ore - Aron Petau

Posts with tag “ore”

See all tags
1 post in total

\ No newline at end of file +ore - Aron Petau

Posts with tag “ore”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/parametric-design/atom.xml b/public/tags/parametric-design/atom.xml index 43ae711b..3293e1d4 100644 --- a/public/tags/parametric-design/atom.xml +++ b/public/tags/parametric-design/atom.xml @@ -155,39 +155,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/parametric-design/index.html b/public/tags/parametric-design/index.html index b549e758..c283f2f4 100644 --- a/public/tags/parametric-design/index.html +++ b/public/tags/parametric-design/index.html @@ -1,2 +1,2 @@ -parametric design - Aron Petau

Posts with tag “parametric design”

See all tags
1 post in total

\ No newline at end of file +parametric design - Aron Petau

Posts with tag “parametric design”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/parametric-design/rss.xml b/public/tags/parametric-design/rss.xml index 62af45df..810eadb1 100644 --- a/public/tags/parametric-design/rss.xml +++ b/public/tags/parametric-design/rss.xml @@ -149,39 +149,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/parametric-modelling/atom.xml b/public/tags/parametric-modelling/atom.xml index a3280e37..38e285eb 100644 --- a/public/tags/parametric-modelling/atom.xml +++ b/public/tags/parametric-modelling/atom.xml @@ -22,19 +22,25 @@ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -43,27 +49,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/parametric-modelling/index.html b/public/tags/parametric-modelling/index.html index c293c770..31a8af47 100644 --- a/public/tags/parametric-modelling/index.html +++ b/public/tags/parametric-modelling/index.html @@ -1,2 +1,2 @@ -parametric modelling - Aron Petau

Posts with tag “parametric modelling”

See all tags
1 post in total

\ No newline at end of file +parametric modelling - Aron Petau

Posts with tag “parametric modelling”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/parametric-modelling/rss.xml b/public/tags/parametric-modelling/rss.xml index ab314114..6250b989 100644 --- a/public/tags/parametric-modelling/rss.xml +++ b/public/tags/parametric-modelling/rss.xml @@ -16,19 +16,25 @@ https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -37,27 +43,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/parametric/index.html b/public/tags/parametric/index.html index c3b8a6fa..89b514e5 100644 --- a/public/tags/parametric/index.html +++ b/public/tags/parametric/index.html @@ -1,2 +1,2 @@ -parametric - Aron Petau

Posts with tag “parametric”

See all tags
1 post in total

\ No newline at end of file +parametric - Aron Petau

Posts with tag “parametric”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/particle-systems/index.html b/public/tags/particle-systems/index.html index cb9e1911..f6e98c82 100644 --- a/public/tags/particle-systems/index.html +++ b/public/tags/particle-systems/index.html @@ -1,2 +1,2 @@ -particle systems - Aron Petau

Posts with tag “particle systems”

See all tags
1 post in total

\ No newline at end of file +particle systems - Aron Petau

Posts with tag “particle systems”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/pattern-recognition/index.html b/public/tags/pattern-recognition/index.html index 8ead506e..64591945 100644 --- a/public/tags/pattern-recognition/index.html +++ b/public/tags/pattern-recognition/index.html @@ -1,2 +1,2 @@ -pattern recognition - Aron Petau

Posts with tag “pattern recognition”

See all tags
1 post in total

\ No newline at end of file +pattern recognition - Aron Petau

Posts with tag “pattern recognition”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/pavlovia/index.html b/public/tags/pavlovia/index.html index 06a9dc5d..2b310eb1 100644 --- a/public/tags/pavlovia/index.html +++ b/public/tags/pavlovia/index.html @@ -1,2 +1,2 @@ -pavlovia - Aron Petau

Posts with tag “pavlovia”

See all tags
1 post in total

\ No newline at end of file +pavlovia - Aron Petau

Posts with tag “pavlovia”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/peer-learning/index.html b/public/tags/peer-learning/index.html index 7bbb0174..1695fdc3 100644 --- a/public/tags/peer-learning/index.html +++ b/public/tags/peer-learning/index.html @@ -1,2 +1,2 @@ -peer-learning - Aron Petau

Posts with tag “peer-learning”

See all tags
1 post in total

\ No newline at end of file +peer-learning - Aron Petau

Posts with tag “peer-learning”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/peer-to-peer/index.html b/public/tags/peer-to-peer/index.html index eb88d3f4..a6dd5af5 100644 --- a/public/tags/peer-to-peer/index.html +++ b/public/tags/peer-to-peer/index.html @@ -1,2 +1,2 @@ -peer-to-peer - Aron Petau

Posts with tag “peer-to-peer”

See all tags
1 post in total

\ No newline at end of file +peer-to-peer - Aron Petau

Posts with tag “peer-to-peer”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/petau-net/index.html b/public/tags/petau-net/index.html index a11a70d1..807ac307 100644 --- a/public/tags/petau-net/index.html +++ b/public/tags/petau-net/index.html @@ -1,2 +1,2 @@ -petau.net - Aron Petau

Posts with tag “petau.net”

See all tags
1 post in total

\ No newline at end of file +petau.net - Aron Petau

Posts with tag “petau.net”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/phenomenology/index.html b/public/tags/phenomenology/index.html index c6659d36..5d077989 100644 --- a/public/tags/phenomenology/index.html +++ b/public/tags/phenomenology/index.html @@ -1,2 +1,2 @@ -phenomenology - Aron Petau

Posts with tag “phenomenology”

See all tags
4 posts in total

\ No newline at end of file +phenomenology - Aron Petau

Posts with tag “phenomenology”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/philosophy-of-emotions/index.html b/public/tags/philosophy-of-emotions/index.html index 5a1fe6ac..4ecbc6c1 100644 --- a/public/tags/philosophy-of-emotions/index.html +++ b/public/tags/philosophy-of-emotions/index.html @@ -1,2 +1,2 @@ -philosophy of emotions - Aron Petau

Posts with tag “philosophy of emotions”

See all tags
4 posts in total

\ No newline at end of file +philosophy of emotions - Aron Petau

Posts with tag “philosophy of emotions”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/philosophy/index.html b/public/tags/philosophy/index.html index 396aece4..b703069a 100644 --- a/public/tags/philosophy/index.html +++ b/public/tags/philosophy/index.html @@ -1,2 +1,2 @@ -philosophy - Aron Petau

Posts with tag “philosophy”

See all tags
4 posts in total

\ No newline at end of file +philosophy - Aron Petau

Posts with tag “philosophy”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/photogrammetry/atom.xml b/public/tags/photogrammetry/atom.xml index e311d51a..5cc7d5e8 100644 --- a/public/tags/photogrammetry/atom.xml +++ b/public/tags/photogrammetry/atom.xml @@ -49,19 +49,25 @@ Here are the current materials.</p> <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -70,27 +76,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/photogrammetry/index.html b/public/tags/photogrammetry/index.html index 365a7c6f..4568f936 100644 --- a/public/tags/photogrammetry/index.html +++ b/public/tags/photogrammetry/index.html @@ -1,2 +1,2 @@ -photogrammetry - Aron Petau

Posts with tag “photogrammetry”

See all tags
2 posts in total

\ No newline at end of file +photogrammetry - Aron Petau

Posts with tag “photogrammetry”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/photogrammetry/rss.xml b/public/tags/photogrammetry/rss.xml index 91eaeb2b..c3115912 100644 --- a/public/tags/photogrammetry/rss.xml +++ b/public/tags/photogrammetry/rss.xml @@ -34,19 +34,25 @@ Here are the current materials.</p> https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -55,27 +61,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/photography/index.html b/public/tags/photography/index.html index f1469f62..1d5ffc88 100644 --- a/public/tags/photography/index.html +++ b/public/tags/photography/index.html @@ -1,2 +1,2 @@ -photography - Aron Petau

Posts with tag “photography”

See all tags
1 post in total

\ No newline at end of file +photography - Aron Petau

Posts with tag “photography”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/photoshop/index.html b/public/tags/photoshop/index.html index 17835e44..98da6a44 100644 --- a/public/tags/photoshop/index.html +++ b/public/tags/photoshop/index.html @@ -1,2 +1,2 @@ -photoshop - Aron Petau

Posts with tag “photoshop”

See all tags
1 post in total

\ No newline at end of file +photoshop - Aron Petau

Posts with tag “photoshop”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/physics/index.html b/public/tags/physics/index.html index 08eafd77..9e566b32 100644 --- a/public/tags/physics/index.html +++ b/public/tags/physics/index.html @@ -1,2 +1,2 @@ -physics - Aron Petau

Posts with tag “physics”

See all tags
1 post in total

\ No newline at end of file +physics - Aron Petau

Posts with tag “physics”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/plastics-as-material/index.html b/public/tags/plastics-as-material/index.html index f2684d9e..9dcee688 100644 --- a/public/tags/plastics-as-material/index.html +++ b/public/tags/plastics-as-material/index.html @@ -1,2 +1,2 @@ -plastics-as-material - Aron Petau

Posts with tag “plastics-as-material”

See all tags
1 post in total

\ No newline at end of file +plastics-as-material - Aron Petau

Posts with tag “plastics-as-material”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/plastics-as-waste/index.html b/public/tags/plastics-as-waste/index.html index 74bb9e15..78c40437 100644 --- a/public/tags/plastics-as-waste/index.html +++ b/public/tags/plastics-as-waste/index.html @@ -1,2 +1,2 @@ -plastics-as-waste - Aron Petau

Posts with tag “plastics-as-waste”

See all tags
1 post in total

\ No newline at end of file +plastics-as-waste - Aron Petau

Posts with tag “plastics-as-waste”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/plastics/atom.xml b/public/tags/plastics/atom.xml index ef4ead83..86571d63 100644 --- a/public/tags/plastics/atom.xml +++ b/public/tags/plastics/atom.xml @@ -242,39 +242,58 @@ The realization will require many skills I am already picking up or still need t referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p>
diff --git a/public/tags/plastics/index.html b/public/tags/plastics/index.html index e7f86603..83176109 100644 --- a/public/tags/plastics/index.html +++ b/public/tags/plastics/index.html @@ -1,2 +1,2 @@ -plastics - Aron Petau

Posts with tag “plastics”

See all tags
2 posts in total

\ No newline at end of file +plastics - Aron Petau

Posts with tag “plastics”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/plastics/rss.xml b/public/tags/plastics/rss.xml index b62bccdc..42d5a4f7 100644 --- a/public/tags/plastics/rss.xml +++ b/public/tags/plastics/rss.xml @@ -227,39 +227,58 @@ The realization will require many skills I am already picking up or still need t referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p>
diff --git a/public/tags/pointcloud/index.html b/public/tags/pointcloud/index.html index 3a921c8e..b5e93921 100644 --- a/public/tags/pointcloud/index.html +++ b/public/tags/pointcloud/index.html @@ -1,2 +1,2 @@ -pointcloud - Aron Petau

Posts with tag “pointcloud”

See all tags
1 post in total

\ No newline at end of file +pointcloud - Aron Petau

Posts with tag “pointcloud”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/politics-of-design/index.html b/public/tags/politics-of-design/index.html index c2f18beb..26ca460c 100644 --- a/public/tags/politics-of-design/index.html +++ b/public/tags/politics-of-design/index.html @@ -1,2 +1,2 @@ -politics of design - Aron Petau

Posts with tag “politics of design”

See all tags
1 post in total

\ No newline at end of file +politics of design - Aron Petau

Posts with tag “politics of design”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/polycam/atom.xml b/public/tags/polycam/atom.xml index afd6c931..162c75bc 100644 --- a/public/tags/polycam/atom.xml +++ b/public/tags/polycam/atom.xml @@ -22,19 +22,25 @@ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -43,27 +49,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/polycam/index.html b/public/tags/polycam/index.html index 92fe873e..2303a825 100644 --- a/public/tags/polycam/index.html +++ b/public/tags/polycam/index.html @@ -1,2 +1,2 @@ -polycam - Aron Petau

Posts with tag “polycam”

See all tags
1 post in total

\ No newline at end of file +polycam - Aron Petau

Posts with tag “polycam”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/polycam/rss.xml b/public/tags/polycam/rss.xml index c03097cc..1c0b71f2 100644 --- a/public/tags/polycam/rss.xml +++ b/public/tags/polycam/rss.xml @@ -16,19 +16,25 @@ https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -37,27 +43,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/postphenomenology/index.html b/public/tags/postphenomenology/index.html index 3b7a613f..c603746b 100644 --- a/public/tags/postphenomenology/index.html +++ b/public/tags/postphenomenology/index.html @@ -1,2 +1,2 @@ -postphenomenology - Aron Petau

Posts with tag “postphenomenology”

See all tags
4 posts in total

\ No newline at end of file +postphenomenology - Aron Petau

Posts with tag “postphenomenology”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/power-relations/index.html b/public/tags/power-relations/index.html index 019d490c..24d57698 100644 --- a/public/tags/power-relations/index.html +++ b/public/tags/power-relations/index.html @@ -1,2 +1,2 @@ -power relations - Aron Petau

Posts with tag “power relations”

See all tags
1 post in total

\ No newline at end of file +power relations - Aron Petau

Posts with tag “power relations”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/precious-plastic/index.html b/public/tags/precious-plastic/index.html index e90e85b5..3314f4ec 100644 --- a/public/tags/precious-plastic/index.html +++ b/public/tags/precious-plastic/index.html @@ -1,2 +1,2 @@ -precious plastic - Aron Petau

Posts with tag “precious plastic”

See all tags
1 post in total

\ No newline at end of file +precious plastic - Aron Petau

Posts with tag “precious plastic”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/pressure/index.html b/public/tags/pressure/index.html index ab3937b0..edd87520 100644 --- a/public/tags/pressure/index.html +++ b/public/tags/pressure/index.html @@ -1,2 +1,2 @@ -pressure - Aron Petau

Posts with tag “pressure”

See all tags
1 post in total

\ No newline at end of file +pressure - Aron Petau

Posts with tag “pressure”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/privacy/index.html b/public/tags/privacy/index.html index bc20f24d..b3309bc1 100644 --- a/public/tags/privacy/index.html +++ b/public/tags/privacy/index.html @@ -1,2 +1,2 @@ -privacy - Aron Petau

Posts with tag “privacy”

See all tags
1 post in total

\ No newline at end of file +privacy - Aron Petau

Posts with tag “privacy”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/private/atom.xml b/public/tags/private/atom.xml index 02c57575..6b991cf0 100644 --- a/public/tags/private/atom.xml +++ b/public/tags/private/atom.xml @@ -1498,19 +1498,25 @@ The realization will require many skills I am already picking up or still need t <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -1519,27 +1525,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -1699,39 +1710,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/private/index.html b/public/tags/private/index.html index bfba8b2b..d3654f4f 100644 --- a/public/tags/private/index.html +++ b/public/tags/private/index.html @@ -1,2 +1,2 @@ -private - Aron Petau

Posts with tag “private”

See all tags
12 posts in total

\ No newline at end of file +private - Aron Petau

Posts with tag “private”

See all tags
12 posts in total

\ No newline at end of file diff --git a/public/tags/private/page/2/index.html b/public/tags/private/page/2/index.html index 2a680237..1aea200f 100644 --- a/public/tags/private/page/2/index.html +++ b/public/tags/private/page/2/index.html @@ -1,2 +1,2 @@ -private - Aron Petau

Posts with tag “private”

See all tags
12 posts in total

\ No newline at end of file +private - Aron Petau

Posts with tag “private”

See all tags
12 posts in total

\ No newline at end of file diff --git a/public/tags/private/rss.xml b/public/tags/private/rss.xml index ef0e4b01..af1e85eb 100644 --- a/public/tags/private/rss.xml +++ b/public/tags/private/rss.xml @@ -1402,19 +1402,25 @@ The realization will require many skills I am already picking up or still need t https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -1423,27 +1429,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -1594,39 +1605,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/prusa/atom.xml b/public/tags/prusa/atom.xml index 28737398..143b2205 100644 --- a/public/tags/prusa/atom.xml +++ b/public/tags/prusa/atom.xml @@ -155,39 +155,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p>
diff --git a/public/tags/prusa/index.html b/public/tags/prusa/index.html index e3e8af32..f3796297 100644 --- a/public/tags/prusa/index.html +++ b/public/tags/prusa/index.html @@ -1,2 +1,2 @@ -prusa - Aron Petau

Posts with tag “prusa”

See all tags
1 post in total

\ No newline at end of file +prusa - Aron Petau

Posts with tag “prusa”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/prusa/rss.xml b/public/tags/prusa/rss.xml index 4d38c05a..a06486a7 100644 --- a/public/tags/prusa/rss.xml +++ b/public/tags/prusa/rss.xml @@ -149,39 +149,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/psychojs/index.html b/public/tags/psychojs/index.html index 4ec7ae87..f2ef551f 100644 --- a/public/tags/psychojs/index.html +++ b/public/tags/psychojs/index.html @@ -1,2 +1,2 @@ -psychoJS - Aron Petau

Posts with tag “psychoJS”

See all tags
1 post in total

\ No newline at end of file +psychoJS - Aron Petau

Posts with tag “psychoJS”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/psycholinguistics/index.html b/public/tags/psycholinguistics/index.html index 5ad546a4..8b9b1c09 100644 --- a/public/tags/psycholinguistics/index.html +++ b/public/tags/psycholinguistics/index.html @@ -1,2 +1,2 @@ -psycholinguistics - Aron Petau

Posts with tag “psycholinguistics”

See all tags
1 post in total

\ No newline at end of file +psycholinguistics - Aron Petau

Posts with tag “psycholinguistics”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/public-spaces/index.html b/public/tags/public-spaces/index.html index da5c91db..9b78a88e 100644 --- a/public/tags/public-spaces/index.html +++ b/public/tags/public-spaces/index.html @@ -1,2 +1,2 @@ -public spaces - Aron Petau

Posts with tag “public spaces”

See all tags
1 post in total

\ No newline at end of file +public spaces - Aron Petau

Posts with tag “public spaces”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/python/index.html b/public/tags/python/index.html index 56ad6fc8..299952fa 100644 --- a/public/tags/python/index.html +++ b/public/tags/python/index.html @@ -1,2 +1,2 @@ -python - Aron Petau

Posts with tag “python”

See all tags
5 posts in total

\ No newline at end of file +python - Aron Petau

Posts with tag “python”

See all tags
5 posts in total

\ No newline at end of file diff --git a/public/tags/r/index.html b/public/tags/r/index.html index 4e6de86a..e427b188 100644 --- a/public/tags/r/index.html +++ b/public/tags/r/index.html @@ -1,2 +1,2 @@ -r - Aron Petau

Posts with tag “r”

See all tags
1 post in total

\ No newline at end of file +r - Aron Petau

Posts with tag “r”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/raclette/index.html b/public/tags/raclette/index.html index 649024f0..7e09b946 100644 --- a/public/tags/raclette/index.html +++ b/public/tags/raclette/index.html @@ -1,2 +1,2 @@ -raclette - Aron Petau

Posts with tag “raclette”

See all tags
1 post in total

\ No newline at end of file +raclette - Aron Petau

Posts with tag “raclette”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/radio-art/index.html b/public/tags/radio-art/index.html index fa18b2a6..224dc227 100644 --- a/public/tags/radio-art/index.html +++ b/public/tags/radio-art/index.html @@ -1,2 +1,2 @@ -radio-art - Aron Petau

Posts with tag “radio-art”

See all tags
1 post in total

\ No newline at end of file +radio-art - Aron Petau

Posts with tag “radio-art”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/radio/index.html b/public/tags/radio/index.html index 24c1c87c..dcf4ce45 100644 --- a/public/tags/radio/index.html +++ b/public/tags/radio/index.html @@ -1,2 +1,2 @@ -radio - Aron Petau

Posts with tag “radio”

See all tags
3 posts in total

\ No newline at end of file +radio - Aron Petau

Posts with tag “radio”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/raspberry-pi-pico/index.html b/public/tags/raspberry-pi-pico/index.html index 431adc2a..75a03361 100644 --- a/public/tags/raspberry-pi-pico/index.html +++ b/public/tags/raspberry-pi-pico/index.html @@ -1,2 +1,2 @@ -raspberry pi pico - Aron Petau

Posts with tag “raspberry pi pico”

See all tags
1 post in total

\ No newline at end of file +raspberry pi pico - Aron Petau

Posts with tag “raspberry pi pico”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/raspberry-pi/index.html b/public/tags/raspberry-pi/index.html index bf9033fc..6600c48b 100644 --- a/public/tags/raspberry-pi/index.html +++ b/public/tags/raspberry-pi/index.html @@ -1,2 +1,2 @@ -raspberry pi - Aron Petau

Posts with tag “raspberry pi”

See all tags
1 post in total

\ No newline at end of file +raspberry pi - Aron Petau

Posts with tag “raspberry pi”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/re-valuation/index.html b/public/tags/re-valuation/index.html index 4dc0a8a0..0eb92703 100644 --- a/public/tags/re-valuation/index.html +++ b/public/tags/re-valuation/index.html @@ -1,2 +1,2 @@ -re-valuation - Aron Petau

Posts with tag “re-valuation”

See all tags
1 post in total

\ No newline at end of file +re-valuation - Aron Petau

Posts with tag “re-valuation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/reaction-time/index.html b/public/tags/reaction-time/index.html index 5ac166c6..eae1b6a0 100644 --- a/public/tags/reaction-time/index.html +++ b/public/tags/reaction-time/index.html @@ -1,2 +1,2 @@ -reaction time - Aron Petau

Posts with tag “reaction time”

See all tags
1 post in total

\ No newline at end of file +reaction time - Aron Petau

Posts with tag “reaction time”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/recycling-practices/index.html b/public/tags/recycling-practices/index.html index 39d636c9..aa416cda 100644 --- a/public/tags/recycling-practices/index.html +++ b/public/tags/recycling-practices/index.html @@ -1,2 +1,2 @@ -recycling practices - Aron Petau

Posts with tag “recycling practices”

See all tags
1 post in total

\ No newline at end of file +recycling practices - Aron Petau

Posts with tag “recycling practices”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/recycling/index.html b/public/tags/recycling/index.html index f9bd6e2a..31a3d266 100644 --- a/public/tags/recycling/index.html +++ b/public/tags/recycling/index.html @@ -1,2 +1,2 @@ -recycling - Aron Petau

Posts with tag “recycling”

See all tags
1 post in total

\ No newline at end of file +recycling - Aron Petau

Posts with tag “recycling”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/relations/index.html b/public/tags/relations/index.html index 1db75d59..5cc02eb7 100644 --- a/public/tags/relations/index.html +++ b/public/tags/relations/index.html @@ -1,2 +1,2 @@ -relations - Aron Petau

Posts with tag “relations”

See all tags
1 post in total

\ No newline at end of file +relations - Aron Petau

Posts with tag “relations”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/research/index.html b/public/tags/research/index.html index 64308ab3..bad5c3fd 100644 --- a/public/tags/research/index.html +++ b/public/tags/research/index.html @@ -1,2 +1,2 @@ -research - Aron Petau

Posts with tag “research”

See all tags
1 post in total

\ No newline at end of file +research - Aron Petau

Posts with tag “research”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/rest-api/index.html b/public/tags/rest-api/index.html index f43e90ab..104dfc38 100644 --- a/public/tags/rest-api/index.html +++ b/public/tags/rest-api/index.html @@ -1,2 +1,2 @@ -rest api - Aron Petau

Posts with tag “rest api”

See all tags
1 post in total

\ No newline at end of file +rest api - Aron Petau

Posts with tag “rest api”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/rhino/index.html b/public/tags/rhino/index.html index 584b72e7..04ff839a 100644 --- a/public/tags/rhino/index.html +++ b/public/tags/rhino/index.html @@ -1,2 +1,2 @@ -rhino - Aron Petau

Posts with tag “rhino”

See all tags
1 post in total

\ No newline at end of file +rhino - Aron Petau

Posts with tag “rhino”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/scaling/index.html b/public/tags/scaling/index.html index 8d14defb..35f13f7a 100644 --- a/public/tags/scaling/index.html +++ b/public/tags/scaling/index.html @@ -1,2 +1,2 @@ -scaling - Aron Petau

Posts with tag “scaling”

See all tags
1 post in total

\ No newline at end of file +scaling - Aron Petau

Posts with tag “scaling”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/scaniverse/atom.xml b/public/tags/scaniverse/atom.xml index 568e1e69..a18fb246 100644 --- a/public/tags/scaniverse/atom.xml +++ b/public/tags/scaniverse/atom.xml @@ -22,19 +22,25 @@ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -43,27 +49,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/scaniverse/index.html b/public/tags/scaniverse/index.html index 4e3d9bd4..78d43703 100644 --- a/public/tags/scaniverse/index.html +++ b/public/tags/scaniverse/index.html @@ -1,2 +1,2 @@ -scaniverse - Aron Petau

Posts with tag “scaniverse”

See all tags
1 post in total

\ No newline at end of file +scaniverse - Aron Petau

Posts with tag “scaniverse”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/scaniverse/rss.xml b/public/tags/scaniverse/rss.xml index 9de79be0..4692a84e 100644 --- a/public/tags/scaniverse/rss.xml +++ b/public/tags/scaniverse/rss.xml @@ -16,19 +16,25 @@ https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -37,27 +43,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/scavenger-gaze/index.html b/public/tags/scavenger-gaze/index.html index 794748c8..8c942140 100644 --- a/public/tags/scavenger-gaze/index.html +++ b/public/tags/scavenger-gaze/index.html @@ -1,2 +1,2 @@ -scavenger-gaze - Aron Petau

Posts with tag “scavenger-gaze”

See all tags
1 post in total

\ No newline at end of file +scavenger-gaze - Aron Petau

Posts with tag “scavenger-gaze”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/screen-reader/index.html b/public/tags/screen-reader/index.html index 213fccb0..437f9eeb 100644 --- a/public/tags/screen-reader/index.html +++ b/public/tags/screen-reader/index.html @@ -1,2 +1,2 @@ -screen reader - Aron Petau

Posts with tag “screen reader”

See all tags
1 post in total

\ No newline at end of file +screen reader - Aron Petau

Posts with tag “screen reader”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/sdr/index.html b/public/tags/sdr/index.html index c59402aa..02dfda6e 100644 --- a/public/tags/sdr/index.html +++ b/public/tags/sdr/index.html @@ -1,2 +1,2 @@ -SDR - Aron Petau

Posts with tag “SDR”

See all tags
1 post in total

\ No newline at end of file +SDR - Aron Petau

Posts with tag “SDR”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/seaborn/index.html b/public/tags/seaborn/index.html index 91755017..9c791356 100644 --- a/public/tags/seaborn/index.html +++ b/public/tags/seaborn/index.html @@ -1,2 +1,2 @@ -seaborn - Aron Petau

Posts with tag “seaborn”

See all tags
1 post in total

\ No newline at end of file +seaborn - Aron Petau

Posts with tag “seaborn”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/sensory-hypersensitivity/index.html b/public/tags/sensory-hypersensitivity/index.html index 0e2999c0..4586ecb4 100644 --- a/public/tags/sensory-hypersensitivity/index.html +++ b/public/tags/sensory-hypersensitivity/index.html @@ -1,2 +1,2 @@ -sensory hypersensitivity - Aron Petau

Posts with tag “sensory hypersensitivity”

See all tags
1 post in total

\ No newline at end of file +sensory hypersensitivity - Aron Petau

Posts with tag “sensory hypersensitivity”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/server/index.html b/public/tags/server/index.html index 0cdb5793..748657f4 100644 --- a/public/tags/server/index.html +++ b/public/tags/server/index.html @@ -1,2 +1,2 @@ -server - Aron Petau

Posts with tag “server”

See all tags
1 post in total

\ No newline at end of file +server - Aron Petau

Posts with tag “server”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/sferics/index.html b/public/tags/sferics/index.html index aabea8e9..f0d90ada 100644 --- a/public/tags/sferics/index.html +++ b/public/tags/sferics/index.html @@ -1,2 +1,2 @@ -sferics - Aron Petau

Posts with tag “sferics”

See all tags
1 post in total

\ No newline at end of file +sferics - Aron Petau

Posts with tag “sferics”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/shredder/index.html b/public/tags/shredder/index.html index 90b6b170..3cb73421 100644 --- a/public/tags/shredder/index.html +++ b/public/tags/shredder/index.html @@ -1,2 +1,2 @@ -shredder - Aron Petau

Posts with tag “shredder”

See all tags
1 post in total

\ No newline at end of file +shredder - Aron Petau

Posts with tag “shredder”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/sign-language/index.html b/public/tags/sign-language/index.html index 13fd7d6a..03618f20 100644 --- a/public/tags/sign-language/index.html +++ b/public/tags/sign-language/index.html @@ -1,2 +1,2 @@ -sign language - Aron Petau

Posts with tag “sign language”

See all tags
1 post in total

\ No newline at end of file +sign language - Aron Petau

Posts with tag “sign language”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/simulation/index.html b/public/tags/simulation/index.html index 737626fc..f5693e92 100644 --- a/public/tags/simulation/index.html +++ b/public/tags/simulation/index.html @@ -1,2 +1,2 @@ -simulation - Aron Petau

Posts with tag “simulation”

See all tags
1 post in total

\ No newline at end of file +simulation - Aron Petau

Posts with tag “simulation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/sketchfab/atom.xml b/public/tags/sketchfab/atom.xml index 207ad62b..a57f35d3 100644 --- a/public/tags/sketchfab/atom.xml +++ b/public/tags/sketchfab/atom.xml @@ -22,19 +22,25 @@ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -43,27 +49,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/sketchfab/index.html b/public/tags/sketchfab/index.html index bad0d60b..7f12c976 100644 --- a/public/tags/sketchfab/index.html +++ b/public/tags/sketchfab/index.html @@ -1,2 +1,2 @@ -sketchfab - Aron Petau

Posts with tag “sketchfab”

See all tags
1 post in total

\ No newline at end of file +sketchfab - Aron Petau

Posts with tag “sketchfab”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/sketchfab/rss.xml b/public/tags/sketchfab/rss.xml index f0a38f52..78e29e53 100644 --- a/public/tags/sketchfab/rss.xml +++ b/public/tags/sketchfab/rss.xml @@ -16,19 +16,25 @@ https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -37,27 +43,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/skillsharing-in-workshops/index.html b/public/tags/skillsharing-in-workshops/index.html index 912cb873..b6c617e7 100644 --- a/public/tags/skillsharing-in-workshops/index.html +++ b/public/tags/skillsharing-in-workshops/index.html @@ -1,2 +1,2 @@ -skillsharing in workshops - Aron Petau

Posts with tag “skillsharing in workshops”

See all tags
1 post in total

\ No newline at end of file +skillsharing in workshops - Aron Petau

Posts with tag “skillsharing in workshops”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/slicing/atom.xml b/public/tags/slicing/atom.xml index 452ff36f..d53cf185 100644 --- a/public/tags/slicing/atom.xml +++ b/public/tags/slicing/atom.xml @@ -155,39 +155,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p>
diff --git a/public/tags/slicing/index.html b/public/tags/slicing/index.html index 465271eb..044a9941 100644 --- a/public/tags/slicing/index.html +++ b/public/tags/slicing/index.html @@ -1,2 +1,2 @@ -slicing - Aron Petau

Posts with tag “slicing”

See all tags
1 post in total

\ No newline at end of file +slicing - Aron Petau

Posts with tag “slicing”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/slicing/rss.xml b/public/tags/slicing/rss.xml index ab71f705..a6596f8c 100644 --- a/public/tags/slicing/rss.xml +++ b/public/tags/slicing/rss.xml @@ -149,39 +149,58 @@ referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p>
diff --git a/public/tags/smart-hearing-protection/index.html b/public/tags/smart-hearing-protection/index.html index f11cfeb0..6c4692a6 100644 --- a/public/tags/smart-hearing-protection/index.html +++ b/public/tags/smart-hearing-protection/index.html @@ -1,2 +1,2 @@ -smart hearing protection - Aron Petau

Posts with tag “smart hearing protection”

See all tags
1 post in total

\ No newline at end of file +smart hearing protection - Aron Petau

Posts with tag “smart hearing protection”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/solar/index.html b/public/tags/solar/index.html index 8f6c28d8..190b717c 100644 --- a/public/tags/solar/index.html +++ b/public/tags/solar/index.html @@ -1,2 +1,2 @@ -solar - Aron Petau

Posts with tag “solar”

See all tags
1 post in total

\ No newline at end of file +solar - Aron Petau

Posts with tag “solar”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/soldering/index.html b/public/tags/soldering/index.html index f1ac0e0d..656b9ccc 100644 --- a/public/tags/soldering/index.html +++ b/public/tags/soldering/index.html @@ -1,2 +1,2 @@ -soldering - Aron Petau

Posts with tag “soldering”

See all tags
1 post in total

\ No newline at end of file +soldering - Aron Petau

Posts with tag “soldering”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/sommerblut/index.html b/public/tags/sommerblut/index.html index c784290f..84c5238f 100644 --- a/public/tags/sommerblut/index.html +++ b/public/tags/sommerblut/index.html @@ -1,2 +1,2 @@ -sommerblut - Aron Petau

Posts with tag “sommerblut”

See all tags
1 post in total

\ No newline at end of file +sommerblut - Aron Petau

Posts with tag “sommerblut”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/sound-installation/index.html b/public/tags/sound-installation/index.html index 66a2a4f7..1295d659 100644 --- a/public/tags/sound-installation/index.html +++ b/public/tags/sound-installation/index.html @@ -1,2 +1,2 @@ -sound installation - Aron Petau

Posts with tag “sound installation”

See all tags
1 post in total

\ No newline at end of file +sound installation - Aron Petau

Posts with tag “sound installation”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/speculative-design/index.html b/public/tags/speculative-design/index.html index b106b164..13781034 100644 --- a/public/tags/speculative-design/index.html +++ b/public/tags/speculative-design/index.html @@ -1,2 +1,2 @@ -speculative design - Aron Petau

Posts with tag “speculative design”

See all tags
1 post in total

\ No newline at end of file +speculative design - Aron Petau

Posts with tag “speculative design”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/speech-interface/index.html b/public/tags/speech-interface/index.html index 0abba4c0..f7837933 100644 --- a/public/tags/speech-interface/index.html +++ b/public/tags/speech-interface/index.html @@ -1,2 +1,2 @@ -speech interface - Aron Petau

Posts with tag “speech interface”

See all tags
2 posts in total

\ No newline at end of file +speech interface - Aron Petau

Posts with tag “speech interface”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/sql/index.html b/public/tags/sql/index.html index 23ab8dbe..943dfada 100644 --- a/public/tags/sql/index.html +++ b/public/tags/sql/index.html @@ -1,2 +1,2 @@ -sql - Aron Petau

Posts with tag “sql”

See all tags
1 post in total

\ No newline at end of file +sql - Aron Petau

Posts with tag “sql”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/stable-diffusion/index.html b/public/tags/stable-diffusion/index.html index 6b8ee588..2a32c857 100644 --- a/public/tags/stable-diffusion/index.html +++ b/public/tags/stable-diffusion/index.html @@ -1,2 +1,2 @@ -Stable Diffusion - Aron Petau

Posts with tag “Stable Diffusion”

See all tags
1 post in total

\ No newline at end of file +Stable Diffusion - Aron Petau

Posts with tag “Stable Diffusion”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/studierendenwerk/index.html b/public/tags/studierendenwerk/index.html index b2b5c69c..9e3b279d 100644 --- a/public/tags/studierendenwerk/index.html +++ b/public/tags/studierendenwerk/index.html @@ -1,2 +1,2 @@ -studierendenwerk - Aron Petau

Posts with tag “studierendenwerk”

See all tags
1 post in total

\ No newline at end of file +studierendenwerk - Aron Petau

Posts with tag “studierendenwerk”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/studio-d-c/index.html b/public/tags/studio-d-c/index.html index 067fd6ea..9e25096a 100644 --- a/public/tags/studio-d-c/index.html +++ b/public/tags/studio-d-c/index.html @@ -1,2 +1,2 @@ -studio d+c - Aron Petau

Posts with tag “studio d+c”

See all tags
7 posts in total

\ No newline at end of file +studio d+c - Aron Petau

Posts with tag “studio d+c”

See all tags
7 posts in total

\ No newline at end of file diff --git a/public/tags/studio/index.html b/public/tags/studio/index.html index 351db5ef..2b20ee18 100644 --- a/public/tags/studio/index.html +++ b/public/tags/studio/index.html @@ -1,2 +1,2 @@ -studio - Aron Petau

Posts with tag “studio”

See all tags
1 post in total

\ No newline at end of file +studio - Aron Petau

Posts with tag “studio”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/super-resolution/index.html b/public/tags/super-resolution/index.html index 1c087d23..678e5e9a 100644 --- a/public/tags/super-resolution/index.html +++ b/public/tags/super-resolution/index.html @@ -1,2 +1,2 @@ -super resolution - Aron Petau

Posts with tag “super resolution”

See all tags
1 post in total

\ No newline at end of file +super resolution - Aron Petau

Posts with tag “super resolution”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/surveillance/index.html b/public/tags/surveillance/index.html index ce4e4e76..38c1edb7 100644 --- a/public/tags/surveillance/index.html +++ b/public/tags/surveillance/index.html @@ -1,2 +1,2 @@ -surveillance - Aron Petau

Posts with tag “surveillance”

See all tags
1 post in total

\ No newline at end of file +surveillance - Aron Petau

Posts with tag “surveillance”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/sustainability/index.html b/public/tags/sustainability/index.html index 815cf479..ea3f8157 100644 --- a/public/tags/sustainability/index.html +++ b/public/tags/sustainability/index.html @@ -1,2 +1,2 @@ -sustainability - Aron Petau

Posts with tag “sustainability”

See all tags
2 posts in total

\ No newline at end of file +sustainability - Aron Petau

Posts with tag “sustainability”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/suv/index.html b/public/tags/suv/index.html index f24e8909..abbda673 100644 --- a/public/tags/suv/index.html +++ b/public/tags/suv/index.html @@ -1,2 +1,2 @@ -suv - Aron Petau

Posts with tag “suv”

See all tags
2 posts in total

\ No newline at end of file +suv - Aron Petau

Posts with tag “suv”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/technische-universitat-berlin/index.html b/public/tags/technische-universitat-berlin/index.html index 2f556604..177af5fa 100644 --- a/public/tags/technische-universitat-berlin/index.html +++ b/public/tags/technische-universitat-berlin/index.html @@ -1,2 +1,2 @@ -technische universität berlin - Aron Petau

Posts with tag “technische universität berlin”

See all tags
2 posts in total

\ No newline at end of file +technische universität berlin - Aron Petau

Posts with tag “technische universität berlin”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/technology/index.html b/public/tags/technology/index.html index c58cfb50..1c2f33c4 100644 --- a/public/tags/technology/index.html +++ b/public/tags/technology/index.html @@ -1,2 +1,2 @@ -technology - Aron Petau

Posts with tag “technology”

See all tags
1 post in total

\ No newline at end of file +technology - Aron Petau

Posts with tag “technology”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/tempelhofer-feld/index.html b/public/tags/tempelhofer-feld/index.html index 65ea129c..a5054cf0 100644 --- a/public/tags/tempelhofer-feld/index.html +++ b/public/tags/tempelhofer-feld/index.html @@ -1,2 +1,2 @@ -tempelhofer feld - Aron Petau

Posts with tag “tempelhofer feld”

See all tags
1 post in total

\ No newline at end of file +tempelhofer feld - Aron Petau

Posts with tag “tempelhofer feld”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/tensorflow/index.html b/public/tags/tensorflow/index.html index 52563728..094a94f9 100644 --- a/public/tags/tensorflow/index.html +++ b/public/tags/tensorflow/index.html @@ -1,2 +1,2 @@ -tensorflow - Aron Petau

Posts with tag “tensorflow”

See all tags
1 post in total

\ No newline at end of file +tensorflow - Aron Petau

Posts with tag “tensorflow”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/text-to-speech/index.html b/public/tags/text-to-speech/index.html index 3ea470e4..612bdfc2 100644 --- a/public/tags/text-to-speech/index.html +++ b/public/tags/text-to-speech/index.html @@ -1,2 +1,2 @@ -text-to-speech - Aron Petau

Posts with tag “text-to-speech”

See all tags
1 post in total

\ No newline at end of file +text-to-speech - Aron Petau

Posts with tag “text-to-speech”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/thesis/index.html b/public/tags/thesis/index.html index 28c25dff..bbb81c1c 100644 --- a/public/tags/thesis/index.html +++ b/public/tags/thesis/index.html @@ -1,2 +1,2 @@ -thesis - Aron Petau

Posts with tag “thesis”

See all tags
2 posts in total

\ No newline at end of file +thesis - Aron Petau

Posts with tag “thesis”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/todo-unfinished/index.html b/public/tags/todo-unfinished/index.html index e4c17384..38e7e523 100644 --- a/public/tags/todo-unfinished/index.html +++ b/public/tags/todo-unfinished/index.html @@ -1,2 +1,2 @@ -TODO, unfinished - Aron Petau

Posts with tag “TODO, unfinished”

See all tags
4 posts in total

\ No newline at end of file +TODO, unfinished - Aron Petau

Posts with tag “TODO, unfinished”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/touchdesigner/index.html b/public/tags/touchdesigner/index.html index b4ce923d..31c826e8 100644 --- a/public/tags/touchdesigner/index.html +++ b/public/tags/touchdesigner/index.html @@ -1,2 +1,2 @@ -touchdesigner - Aron Petau

Posts with tag “touchdesigner”

See all tags
1 post in total

\ No newline at end of file +touchdesigner - Aron Petau

Posts with tag “touchdesigner”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/transmattering/index.html b/public/tags/transmattering/index.html index d9dfa292..e1932de7 100644 --- a/public/tags/transmattering/index.html +++ b/public/tags/transmattering/index.html @@ -1,2 +1,2 @@ -transmattering - Aron Petau

Posts with tag “transmattering”

See all tags
1 post in total

\ No newline at end of file +transmattering - Aron Petau

Posts with tag “transmattering”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/tts/index.html b/public/tags/tts/index.html index f9004c63..f0b7889b 100644 --- a/public/tags/tts/index.html +++ b/public/tags/tts/index.html @@ -1,2 +1,2 @@ -tts - Aron Petau

Posts with tag “tts”

See all tags
1 post in total

\ No newline at end of file +tts - Aron Petau

Posts with tag “tts”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/ultrasonic-sensor/index.html b/public/tags/ultrasonic-sensor/index.html index 594a8a4a..c07a5d23 100644 --- a/public/tags/ultrasonic-sensor/index.html +++ b/public/tags/ultrasonic-sensor/index.html @@ -1,2 +1,2 @@ -ultrasonic sensor - Aron Petau

Posts with tag “ultrasonic sensor”

See all tags
1 post in total

\ No newline at end of file +ultrasonic sensor - Aron Petau

Posts with tag “ultrasonic sensor”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/unity/index.html b/public/tags/unity/index.html index 16ab6c30..f578f668 100644 --- a/public/tags/unity/index.html +++ b/public/tags/unity/index.html @@ -1,2 +1,2 @@ -Unity - Aron Petau

Posts with tag “Unity”

See all tags
3 posts in total

\ No newline at end of file +Unity - Aron Petau

Posts with tag “Unity”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/university-of-osnabruck/atom.xml b/public/tags/university-of-osnabruck/atom.xml index dd29078a..0971aa37 100644 --- a/public/tags/university-of-osnabruck/atom.xml +++ b/public/tags/university-of-osnabruck/atom.xml @@ -861,19 +861,25 @@ I spent my time there in the function of a research intern, having no real say i <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -882,27 +888,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -1062,39 +1073,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/university-of-osnabruck/index.html b/public/tags/university-of-osnabruck/index.html index 7dd4d1c5..94830f71 100644 --- a/public/tags/university-of-osnabruck/index.html +++ b/public/tags/university-of-osnabruck/index.html @@ -1,2 +1,2 @@ -university of osnabrück - Aron Petau

Posts with tag “university of osnabrück”

See all tags
11 posts in total

\ No newline at end of file +university of osnabrück - Aron Petau

Posts with tag “university of osnabrück”

See all tags
11 posts in total

\ No newline at end of file diff --git a/public/tags/university-of-osnabruck/page/2/index.html b/public/tags/university-of-osnabruck/page/2/index.html index b5017c59..5d0a4647 100644 --- a/public/tags/university-of-osnabruck/page/2/index.html +++ b/public/tags/university-of-osnabruck/page/2/index.html @@ -1,2 +1,2 @@ -university of osnabrück - Aron Petau

Posts with tag “university of osnabrück”

See all tags
11 posts in total

\ No newline at end of file +university of osnabrück - Aron Petau

Posts with tag “university of osnabrück”

See all tags
11 posts in total

\ No newline at end of file diff --git a/public/tags/university-of-osnabruck/rss.xml b/public/tags/university-of-osnabruck/rss.xml index 4299f953..fcbffb3d 100644 --- a/public/tags/university-of-osnabruck/rss.xml +++ b/public/tags/university-of-osnabruck/rss.xml @@ -774,19 +774,25 @@ I spent my time there in the function of a research intern, having no real say i https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -795,27 +801,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -966,39 +977,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/university-of-the-arts-berlin/index.html b/public/tags/university-of-the-arts-berlin/index.html index 678a915e..2d8b7f1c 100644 --- a/public/tags/university-of-the-arts-berlin/index.html +++ b/public/tags/university-of-the-arts-berlin/index.html @@ -1,2 +1,2 @@ -University of the Arts Berlin - Aron Petau

Posts with tag “University of the Arts Berlin”

See all tags
13 posts in total

\ No newline at end of file +University of the Arts Berlin - Aron Petau

Posts with tag “University of the Arts Berlin”

See all tags
13 posts in total

\ No newline at end of file diff --git a/public/tags/university-of-the-arts-berlin/page/2/index.html b/public/tags/university-of-the-arts-berlin/page/2/index.html index e40dda01..7b963396 100644 --- a/public/tags/university-of-the-arts-berlin/page/2/index.html +++ b/public/tags/university-of-the-arts-berlin/page/2/index.html @@ -1,2 +1,2 @@ -University of the Arts Berlin - Aron Petau

Posts with tag “University of the Arts Berlin”

See all tags
13 posts in total

\ No newline at end of file +University of the Arts Berlin - Aron Petau

Posts with tag “University of the Arts Berlin”

See all tags
13 posts in total

\ No newline at end of file diff --git a/public/tags/university/index.html b/public/tags/university/index.html index 511c724f..669b07cd 100644 --- a/public/tags/university/index.html +++ b/public/tags/university/index.html @@ -1,2 +1,2 @@ -university - Aron Petau

Posts with tag “university”

See all tags
2 posts in total

\ No newline at end of file +university - Aron Petau

Posts with tag “university”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/urban-intervention/index.html b/public/tags/urban-intervention/index.html index ecf8e6bd..a85a68cc 100644 --- a/public/tags/urban-intervention/index.html +++ b/public/tags/urban-intervention/index.html @@ -1,2 +1,2 @@ -urban intervention - Aron Petau

Posts with tag “urban intervention”

See all tags
2 posts in total

\ No newline at end of file +urban intervention - Aron Petau

Posts with tag “urban intervention”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/values-in-science/index.html b/public/tags/values-in-science/index.html index d6844a2b..0dd37d09 100644 --- a/public/tags/values-in-science/index.html +++ b/public/tags/values-in-science/index.html @@ -1,2 +1,2 @@ -values in science - Aron Petau

Posts with tag “values in science”

See all tags
4 posts in total

\ No newline at end of file +values in science - Aron Petau

Posts with tag “values in science”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/virtual-reality/atom.xml b/public/tags/virtual-reality/atom.xml index cffb2ad3..31df8dbe 100644 --- a/public/tags/virtual-reality/atom.xml +++ b/public/tags/virtual-reality/atom.xml @@ -22,19 +22,25 @@ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -43,27 +49,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/virtual-reality/index.html b/public/tags/virtual-reality/index.html index e923fea4..838ab235 100644 --- a/public/tags/virtual-reality/index.html +++ b/public/tags/virtual-reality/index.html @@ -1,2 +1,2 @@ -virtual reality - Aron Petau

Posts with tag “virtual reality”

See all tags
1 post in total

\ No newline at end of file +virtual reality - Aron Petau

Posts with tag “virtual reality”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/virtual-reality/rss.xml b/public/tags/virtual-reality/rss.xml index a4518b45..98e6868e 100644 --- a/public/tags/virtual-reality/rss.xml +++ b/public/tags/virtual-reality/rss.xml @@ -16,19 +16,25 @@ https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -37,27 +43,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> diff --git a/public/tags/voice-assistant/index.html b/public/tags/voice-assistant/index.html index 02d821b4..c0c70cb3 100644 --- a/public/tags/voice-assistant/index.html +++ b/public/tags/voice-assistant/index.html @@ -1,2 +1,2 @@ -voice assistant - Aron Petau

Posts with tag “voice assistant”

See all tags
1 post in total

\ No newline at end of file +voice assistant - Aron Petau

Posts with tag “voice assistant”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/war-on-cars/index.html b/public/tags/war-on-cars/index.html index bb65a968..f443450f 100644 --- a/public/tags/war-on-cars/index.html +++ b/public/tags/war-on-cars/index.html @@ -1,2 +1,2 @@ -war on cars - Aron Petau

Posts with tag “war on cars”

See all tags
1 post in total

\ No newline at end of file +war on cars - Aron Petau

Posts with tag “war on cars”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/waste/index.html b/public/tags/waste/index.html index d0548ee2..2d6f3c3f 100644 --- a/public/tags/waste/index.html +++ b/public/tags/waste/index.html @@ -1,2 +1,2 @@ -waste - Aron Petau

Posts with tag “waste”

See all tags
1 post in total

\ No newline at end of file +waste - Aron Petau

Posts with tag “waste”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/web/index.html b/public/tags/web/index.html index 7e0eb56b..ba9490f4 100644 --- a/public/tags/web/index.html +++ b/public/tags/web/index.html @@ -1,2 +1,2 @@ -web - Aron Petau

Posts with tag “web”

See all tags
1 post in total

\ No newline at end of file +web - Aron Petau

Posts with tag “web”

See all tags
1 post in total

\ No newline at end of file diff --git a/public/tags/work/atom.xml b/public/tags/work/atom.xml index 7fb3ff81..1738dc5b 100644 --- a/public/tags/work/atom.xml +++ b/public/tags/work/atom.xml @@ -355,19 +355,25 @@ We wrote a custom python backend to then use these evaluated intents and compute <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -376,27 +382,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -556,39 +567,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/work/index.html b/public/tags/work/index.html index b470ab4f..1e7f6233 100644 --- a/public/tags/work/index.html +++ b/public/tags/work/index.html @@ -1,2 +1,2 @@ -work - Aron Petau

Posts with tag “work”

See all tags
6 posts in total

\ No newline at end of file +work - Aron Petau

Posts with tag “work”

See all tags
6 posts in total

\ No newline at end of file diff --git a/public/tags/work/rss.xml b/public/tags/work/rss.xml index 0ba8ecab..9adedecf 100644 --- a/public/tags/work/rss.xml +++ b/public/tags/work/rss.xml @@ -301,19 +301,25 @@ We wrote a custom python backend to then use these evaluated intents and compute https://aron.petau.net/project/cad/ <h2 id="3D_Modeling_and_CAD">3D Modeling and CAD</h2> <h3 id="Designing_3D_Objects">Designing 3D Objects</h3> -<p>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.</p> -<p>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 that’s what I got into. -In hindsight, that was a pretty good choice and I am in love with the abilities parametric design gives me. -Below you will find some of my designs. -The process is something that I enjoy a lot and wish to dive into deeper.</p> -<p>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. -I want to broaden my general ability to design physical objects, which is something I hope to gain during my master’s.</p> -<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/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/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> +<p>While learning about 3D printing, I was most intrigued by the possibility of modifying and repairing existing products. While there’s an amazing community with many good and free models available, I naturally reached a point where I couldn’t 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.</p> +<p>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, that’s what I got into. +In hindsight, it was a pretty good choice — I fell in love with the possibilities that parametric design gives me. +Below you’ll find some of my designs. +The process is something I deeply enjoy and want to explore even more.</p> +<p>Through trial and error, I’ve 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, something I hope to gain during my master’s.</p> +<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/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/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> <img class="start pixels"alt="A candle made of a 3D scan, found on &lt;https:&#x2F;&#x2F;hiddenbeauty.ch&#x2F;&gt;"src="&#x2F;images&#x2F;breast_candle.jpg"/> <p>Check out more of my finished designs in the Prusaprinters (now Printables) Community</p> <div class="buttons"> @@ -322,27 +328,32 @@ I want to broaden my general ability to design physical objects, which is someth <img class="start pixels"alt="A candle created with a 3D printed mold made in Fusion360"src="&#x2F;images&#x2F;vulva_candle.jpg"/><h2 id="3D_Scanning_and_Photogrammetry">3D Scanning and Photogrammetry</h2> <p>Besides coming up with new objects, incorporating the real world is also an interest of mine.</p> <h3 id="Interaction_with_real_objects_and_environments">Interaction with real objects and environments</h3> -<p>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. +<p>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. +I couldn’t 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.</p> +<p>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:</p> <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> -<p>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.</p> +<p>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 it’s still pretty impressive — and will certainly help democratize such technologies and capabilities.</p> <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> <h2 id="Perspective">Perspective</h2> -<p>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.</p> +<p>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.</p> <p>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 fell in love with the idea of designing a toy system, inspired by <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I have already started adding my own parts to their set.</p> -<p>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 would love finding a material composition incorporating waste to stop relying on plastics, or at least on fossile plastics. -Once in Berlin, I would want to talk to the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a> producing largely compostable Coffee Cups incorporating a significant amount of old ground espresso, albeit using injection molding for their process. -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. -Still, I would love to explore that avenue further and think there is a lot to be gained from looking at pellet printers.</p> -<p>I also credit huge parts of my exploration process into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, who I will join over the summer to learn more about their system.</p> -<p>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.</p> -<p>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.</p> +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 <a href="https://www.kickstarter.com/projects/makeway/makeway-create-intricate-courses-watch-your-marbles-soar">Makeways on Kickstarter</a>, I’ve already started adding my own parts to their set.</p> +<p>I dream of my very own 3D printed coffee cup — one that is both food-safe and dishwasher-safe. +For that, I’d have to do quite a bit of material research, but that only makes the idea more appealing. +I’d love to find a material composition incorporating waste, to stop relying on plastics — or at least on fossil-based ones. +Once in Berlin, I want to connect with the people at <a href="https://www.kaffeeform.com/en/">Kaffeform</a>, who produce largely compostable coffee cups incorporating a significant amount of used espresso grounds (albeit using injection molding).</p> +<p>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 there’s a lot to be gained from looking at pellet printers.</p> +<p>I also credit huge parts of my exploration into local recycling to the awesome people at <a href="https://preciousplastic.com">Precious Plastic</a>, 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. +And I believe that’s a good thing. Always tying a design process to its realization grounds the process and gives it a certain immediacy.</p> +<p>To become more confident in this process, I still need more expertise in designing organic shapes. +That’s why I’d love to dive deeper into Blender — an awesome tool that in my mind is far too powerful to learn solely through YouTube lessons.</p> <h2 id="Software_that_I_have_used_and_like">Software that I have used and like</h2> <div class="buttons"> <a class="colored external" href="https://alicevision.org/#meshroom">AliceVision Meshroom</a> @@ -493,39 +504,58 @@ And I believe that's a good thing. Always tying a design process to its rea referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe> <h3 id="3D_Printing_is_more_than_just_a_hobby_for_me">3D Printing is more than just a hobby for me</h3> -<p>In it, I see societal changes, the democratization of production, and creative possibilities. Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. +<p>In it, I see societal changes, the democratization of production, and creative possibilities. +Plastic does not have to be one of our greatest environmental problems if we just choose to change our perspective and behavior toward it. Plastic Injection molding was one major driving force for the capitalist setting we are in now. 3D Printing can be utilized to counteract the production of scale. -Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. While certainly societally explosive, there is still a lot going for 3D Printing.</p> -<p>3D Printing means local and custom production. While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. +Today, the buzzword 3D Printing is already associated with problematic societal practices, it is related to "automatization" and "on-demand economy". +The technology has many aspects to be considered and evaluated and as a technology, many awesome things happen through it and on the same page it fuels developments I would consider problematic. +Due to a history of patents influencing the development of the technology, and avid adoption of companies hoping to optimize production processes and margins, but also a very active hobbyist community, all sorts of projects are realized. +While certainly societally explosive, there is still a lot going for 3D Printing.</p> +<p>3D Printing means local and custom production. +While I do not buy the whole “every household is going to have a machine that prints what they need right now at the press of a button”, I do see vast potential in 3D Printing. That’s why I want to build my future on it. I want to design things and make them become reality. A 3D Printer lets me control that process from start to finish. Being able to design a thing in CAD is not enough here, I also need to be able to fully understand and control the machine that makes my thing.</p> <p>I started using a 3D Printer in early 2018, and by now I have two of them and they mostly do what I tell them to do. -I built both of them from kits and heavily modified them. I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. 3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. +I built both of them from kits and heavily modified them. +I control them via octoprint, a software that, with its open and helpful community, makes me proud to use it and taught me a lot about open-source principles. +3D Printing in the hobbyist space is a positive example where a method informs my design and I love all the areas it introduced me to. Through it, I felt more at home using Linux, programming, soldering, incorporating electronics, and iteratively designing. I love the abilities a 3D Printer gives me and plan on using it for the <a href="/plastic-recycling/">recycling</a> project.</p> <p>During the last half year, I also worked in a university context with 3D printers. -We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. The idea was to create some form of Makerspace while emphasizing digital media. +We conceptualized and established a "Digitallabor", an open space to enable all people to get into contact with innovative technologies. +The idea was to create some form of Makerspace while emphasizing digital media. The project is young, it started in August last year and so most of my tasks were in Workgroups, deciding on the type of machines and types of content such a project can provide value with. Read more about it on the Website:</p> <p><a href="https://digitale-lehre.virtuos.uni-osnabrueck.de/uos-digilab/">DigiLab Osnabrück</a></p> -<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. One project I want to highlight is the evolving cups which impressed me a lot.</p> -<p><a href="https://evolving-objects.nl">Evolving Objects</a> -This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. +<p>Looking forward, I am also incredibly interested in going beyond polymers for printing. +I would love to be able to be more experimental concerning the material choices, something rather hard to achieve while staying in a shared student flat. +There have been great projects with ceramics and printing, which I certainly want to have a deeper look into. +One project I want to highlight is the evolving cups which impressed me a lot.</p> +<p><a href="https://evolving-objects.nl">Evolving Objects</a></p> +<p>This group from the Netherlands is algorithmically generating shapes of cups and then printing them on a paste extruder with clay. The process used is described more here:</p> -<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer. -<a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a> -<a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> -<p>Also with regards to the <a href="/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. I am looking forward to expanding my horizon there and seeing what is possible.</p> -<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. +<p>The artist <a href="http://tomdijkstra.info">Tom Dijkstra</a> is developing a paste extruder that can be attached to modify a conventional Printer and I would very much love to develop my version and experiment with printing new and old materials in such a concept printer.</p> +<p><a href="https://wikifactory.com/+Ceramic3DPrinting/forum/thread/NDQyNDc0">Printing with Ceramics</a></p> +<p><a href="http://tomdijkstra.info/dirtmod/index.php">The Paste Extruder</a></p> +<p>Also with regards to the <a href="/project/plastic-recycling/">recycling</a> project, it might make sense for me to incorporate multiple machines into one and let the printer itself directly handle pellet- or paste-form. +I am looking forward to expanding my horizon there and seeing what is possible.</p> +<p>Cups and Tableware are of course just one sample area where a backtrack toward traditional materials within modern manufacturing could make sense. +There is also more and more talk of 3D Printed Clay- or Earth homes, an area where <a href="https://www.3dwasp.com/en/3d-printing-architecture/">WASP</a> is a company I look up to. They built several concept buildings and structures from locally mixed earth, creating some awesome environmentally conscious structures.</p> <p>Adhering to principles of local building with locally available materials and taking into account the infamous emission problem within the building industry has several great advantages. And since such alternative solutions are unlikely to come from the industry itself, one major avenue to explore and pursue these solutions are art projects and public demonstrations.</p> <p>I want to explore all these areas and look at how manufacturing and sustainability can converge and create lasting solutions for society.</p> -<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. Why not print away our waste?</p> -<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. It simply works and I am happy with it. Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. -Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. On to actually making my parts and designs. Read more about that in the post about <a href="/cad/">CAD</a></p> +<p>Also, 3D Printing is directly tied to the plans for my master's thesis, since everything I manage to reclaim, will somehow have to end up being something again. +Why not print away our waste?</p> +<p>Now, after a few years of tinkering, modifying and upgrading, I find that I did not change my current setup for over a year. +It simply works and I am happy with it. +Since my first beginner's printer, the failure rates are negligible and I have had to print really complex parts in order to generate enough waste for the <a href="/plastic-recycling/">recycling project</a>. +Gradually, the mechanical system of the printer shifted from an object of care to simply a tool that I use. +In the last years, hardware, but especially software has matured to a point where, at least to me, it tends to be a set-and-forget situation. +On to actually making my parts and designs. +Read more about that in the post about <a href="/project/cad/">CAD</a></p> diff --git a/public/tags/workshop/index.html b/public/tags/workshop/index.html index 7680c073..006e3569 100644 --- a/public/tags/workshop/index.html +++ b/public/tags/workshop/index.html @@ -1,2 +1,2 @@ -Workshop - Aron Petau

Posts with tag “Workshop”

See all tags
2 posts in total

\ No newline at end of file +Workshop - Aron Petau

Posts with tag “Workshop”

See all tags
2 posts in total

\ No newline at end of file diff --git a/public/tags/yeast/index.html b/public/tags/yeast/index.html index 6c914f70..e9ded178 100644 --- a/public/tags/yeast/index.html +++ b/public/tags/yeast/index.html @@ -1,2 +1,2 @@ -yeast - Aron Petau

Posts with tag “yeast”

See all tags
1 post in total

\ No newline at end of file +yeast - Aron Petau

Posts with tag “yeast”

See all tags
1 post in total

\ No newline at end of file diff --git a/static/images/local-diffusion/local-diffusion.png b/static/images/local-diffusion/local-diffusion.png index 4df58c40..3a582616 100644 Binary files a/static/images/local-diffusion/local-diffusion.png and b/static/images/local-diffusion/local-diffusion.png differ diff --git a/static/images/sferics/20240614_drachenberg_Juyeong_04.jpg b/static/images/sferics/20240614_drachenberg_Juyeong_04.jpg index 35f93ea2..415e1949 100644 Binary files a/static/images/sferics/20240614_drachenberg_Juyeong_04.jpg and b/static/images/sferics/20240614_drachenberg_Juyeong_04.jpg differ diff --git a/static/images/sferics/20240614_drachenberg_ZouZou_04.jpg b/static/images/sferics/20240614_drachenberg_ZouZou_04.jpg index 09bcdb47..8fb3f31e 100644 Binary files a/static/images/sferics/20240614_drachenberg_ZouZou_04.jpg and b/static/images/sferics/20240614_drachenberg_ZouZou_04.jpg differ diff --git a/static/images/sferics/20240614_drachenberg_aWe+juyeong_7110.jpg b/static/images/sferics/20240614_drachenberg_aWe+juyeong_7110.jpg index b4c26af8..e8aed94b 100644 Binary files a/static/images/sferics/20240614_drachenberg_aWe+juyeong_7110.jpg and b/static/images/sferics/20240614_drachenberg_aWe+juyeong_7110.jpg differ diff --git a/static/processed_images/Echoing Dimensions-4.3319365545ba6383.jpg b/static/processed_images/Echoing Dimensions-4.3319365545ba6383.jpg index c9c507e4..ba96a7dd 100644 Binary files a/static/processed_images/Echoing Dimensions-4.3319365545ba6383.jpg and b/static/processed_images/Echoing Dimensions-4.3319365545ba6383.jpg differ diff --git a/static/processed_images/aethercomms_lineart.f79064f5422a9f96.jpg b/static/processed_images/aethercomms_lineart.f79064f5422a9f96.jpg index f619fe3f..451e0bc5 100644 Binary files a/static/processed_images/aethercomms_lineart.f79064f5422a9f96.jpg and b/static/processed_images/aethercomms_lineart.f79064f5422a9f96.jpg differ diff --git a/static/processed_images/allei_screenshot.d3fbedcc57092196.png b/static/processed_images/allei_screenshot.d3fbedcc57092196.png index 2eb008af..223e7e6c 100644 Binary files a/static/processed_images/allei_screenshot.d3fbedcc57092196.png and b/static/processed_images/allei_screenshot.d3fbedcc57092196.png differ diff --git a/static/processed_images/ascendancy.79dd54ca1e85b0a4.jpg b/static/processed_images/ascendancy.79dd54ca1e85b0a4.jpg index 3d0d6186..ccb59da5 100644 Binary files a/static/processed_images/ascendancy.79dd54ca1e85b0a4.jpg and b/static/processed_images/ascendancy.79dd54ca1e85b0a4.jpg differ diff --git a/static/processed_images/autoimmunitaet-1.88f2b5272694bad5.jpg b/static/processed_images/autoimmunitaet-1.88f2b5272694bad5.jpg index e37b2665..ff91e8ee 100644 Binary files a/static/processed_images/autoimmunitaet-1.88f2b5272694bad5.jpg and b/static/processed_images/autoimmunitaet-1.88f2b5272694bad5.jpg differ diff --git a/static/processed_images/ballpark_menu.1b3faebedd4e8e4f.png b/static/processed_images/ballpark_menu.1b3faebedd4e8e4f.png index e1edf2c8..73570daf 100644 Binary files a/static/processed_images/ballpark_menu.1b3faebedd4e8e4f.png and b/static/processed_images/ballpark_menu.1b3faebedd4e8e4f.png differ diff --git a/static/processed_images/beer_tap.d0e9c35a78d13234.jpg b/static/processed_images/beer_tap.d0e9c35a78d13234.jpg index 8545d8c8..353e2f7c 100644 Binary files a/static/processed_images/beer_tap.d0e9c35a78d13234.jpg and b/static/processed_images/beer_tap.d0e9c35a78d13234.jpg differ diff --git a/static/processed_images/compacting_iron.dc4a764991dc6105.jpg b/static/processed_images/compacting_iron.dc4a764991dc6105.jpg index d0a23e65..57f79169 100644 Binary files a/static/processed_images/compacting_iron.dc4a764991dc6105.jpg and b/static/processed_images/compacting_iron.dc4a764991dc6105.jpg differ diff --git a/static/processed_images/eins zwo vier logo.10b93cd4acf9cefe.png b/static/processed_images/eins zwo vier logo.10b93cd4acf9cefe.png index 5e957539..5a9dc299 100644 Binary files a/static/processed_images/eins zwo vier logo.10b93cd4acf9cefe.png and b/static/processed_images/eins zwo vier logo.10b93cd4acf9cefe.png differ diff --git a/static/processed_images/eins zwo vier logo.1a7121f15a2bb005.png b/static/processed_images/eins zwo vier logo.1a7121f15a2bb005.png index 5e957539..5a9dc299 100644 Binary files a/static/processed_images/eins zwo vier logo.1a7121f15a2bb005.png and b/static/processed_images/eins zwo vier logo.1a7121f15a2bb005.png differ diff --git a/static/processed_images/eins zwo vier logo.1ce5717871bd0796.png b/static/processed_images/eins zwo vier logo.1ce5717871bd0796.png new file mode 100644 index 00000000..cd3144c9 Binary files /dev/null and b/static/processed_images/eins zwo vier logo.1ce5717871bd0796.png differ diff --git a/static/processed_images/eins zwo vier logo.36baae708f9482f6.webp b/static/processed_images/eins zwo vier logo.36baae708f9482f6.webp new file mode 100644 index 00000000..fd162270 Binary files /dev/null and b/static/processed_images/eins zwo vier logo.36baae708f9482f6.webp differ diff --git a/static/processed_images/fulfillment-flow.9dc2e771ce53cf70.png b/static/processed_images/fulfillment-flow.9dc2e771ce53cf70.png index 89401b9d..8942e223 100644 Binary files a/static/processed_images/fulfillment-flow.9dc2e771ce53cf70.png and b/static/processed_images/fulfillment-flow.9dc2e771ce53cf70.png differ diff --git a/static/processed_images/india_key_monastery.2e8d4e6455352baf.jpg b/static/processed_images/india_key_monastery.2e8d4e6455352baf.jpg index bd177274..83399c79 100644 Binary files a/static/processed_images/india_key_monastery.2e8d4e6455352baf.jpg and b/static/processed_images/india_key_monastery.2e8d4e6455352baf.jpg differ diff --git a/static/processed_images/lampshade4.dd78c47f733c60b6.png b/static/processed_images/lampshade4.dd78c47f733c60b6.png index 5994200b..042abd83 100644 Binary files a/static/processed_images/lampshade4.dd78c47f733c60b6.png and b/static/processed_images/lampshade4.dd78c47f733c60b6.png differ diff --git a/static/processed_images/prusa.759eb9cd38d42d4b.jpg b/static/processed_images/prusa.759eb9cd38d42d4b.jpg index 5deb52b6..e9abcbeb 100644 Binary files a/static/processed_images/prusa.759eb9cd38d42d4b.jpg and b/static/processed_images/prusa.759eb9cd38d42d4b.jpg differ diff --git a/static/processed_images/puzzle.9cee48e2decb6b5a.jpg b/static/processed_images/puzzle.9cee48e2decb6b5a.jpg index fe946eeb..8967b84a 100644 Binary files a/static/processed_images/puzzle.9cee48e2decb6b5a.jpg and b/static/processed_images/puzzle.9cee48e2decb6b5a.jpg differ diff --git a/static/processed_images/recycling_graphic.710321488767a33f.png b/static/processed_images/recycling_graphic.710321488767a33f.png index 62dec18b..d601a5fb 100644 Binary files a/static/processed_images/recycling_graphic.710321488767a33f.png and b/static/processed_images/recycling_graphic.710321488767a33f.png differ diff --git a/static/processed_images/render_bike_holder.b510ea0ece56a764.png b/static/processed_images/render_bike_holder.b510ea0ece56a764.png index 648ee91b..80bc09fc 100644 Binary files a/static/processed_images/render_bike_holder.b510ea0ece56a764.png and b/static/processed_images/render_bike_holder.b510ea0ece56a764.png differ diff --git a/static/processed_images/rt_choice_corr_by_condition.73e5559fd307e8de.png b/static/processed_images/rt_choice_corr_by_condition.73e5559fd307e8de.png index 2bb0c431..bdf808b2 100644 Binary files a/static/processed_images/rt_choice_corr_by_condition.73e5559fd307e8de.png and b/static/processed_images/rt_choice_corr_by_condition.73e5559fd307e8de.png differ diff --git a/static/processed_images/sample_lr.b8116ea39a7f3d2e.png b/static/processed_images/sample_lr.b8116ea39a7f3d2e.png index 02289afc..4bf155b4 100644 Binary files a/static/processed_images/sample_lr.b8116ea39a7f3d2e.png and b/static/processed_images/sample_lr.b8116ea39a7f3d2e.png differ diff --git a/static/processed_images/suv_door-1.231f1a977bc83104.jpg b/static/processed_images/suv_door-1.231f1a977bc83104.jpg index a1ddb7f0..48e988b6 100644 Binary files a/static/processed_images/suv_door-1.231f1a977bc83104.jpg and b/static/processed_images/suv_door-1.231f1a977bc83104.jpg differ