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..c5616644 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,9 +22,7 @@ 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" @@ -42,10 +39,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 +50,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 +63,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,20 +77,20 @@ 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 @@ -129,4 +125,4 @@ user = "duckquill" [extra.debug] layout = false -no_styles = false \ No newline at end of file +no_styles = false diff --git a/content/_index.md b/content/_index.md index 4eaae45b..4c354e5a 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,14 @@ 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. {% end %} Progress of the translation: - + {% alert(important=true) %} Last updated: 2025-05-14 @@ -48,7 +49,7 @@ Last updated: 2025-05-14 {% crt() %} -```sh +```zsh ➜ content git:(main) ✗ tree -L 2 . ├── _index.md 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/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/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..b88ca326 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.

Go HomeFile an Issue
\ 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..9e4ae705 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> + @@ -3892,39 +3894,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..d22889e0 100644 --- a/public/de/atom.xml +++ b/public/de/atom.xml @@ -173,7 +173,7 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult - einszwovier: making of + switching from jekyll to zola 2025-05-16T00:00:00+00:00 2025-05-16T00:00:00+00:00 @@ -192,7 +192,55 @@ Ein Ort, an dem aus Ideen greifbare Ergebnisse entstehen und an dem die Lernkult 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 +2003,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> @@ -3857,47 +3906,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..f8430d31 100644 --- a/public/de/index.html +++ b/public/de/index.html @@ -1,4 +1,4 @@ -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