diff --git a/content/posts/2026/04/exposure-unit-upgrade/before-after-spray.png b/content/posts/2026/04/exposure-unit-upgrade/before-after-spray.png new file mode 100644 index 0000000..382b829 Binary files /dev/null and b/content/posts/2026/04/exposure-unit-upgrade/before-after-spray.png differ diff --git a/content/posts/2026/04/exposure-unit-upgrade/before-after_homogenity.jpg b/content/posts/2026/04/exposure-unit-upgrade/before-after_homogenity.jpg new file mode 100644 index 0000000..abf4f28 Binary files /dev/null and b/content/posts/2026/04/exposure-unit-upgrade/before-after_homogenity.jpg differ diff --git a/content/posts/2026/04/exposure-unit-upgrade/cover.png b/content/posts/2026/04/exposure-unit-upgrade/cover.png new file mode 100644 index 0000000..b3dfc2b Binary files /dev/null and b/content/posts/2026/04/exposure-unit-upgrade/cover.png differ diff --git a/content/posts/2026/04/exposure-unit-upgrade/index.de.md b/content/posts/2026/04/exposure-unit-upgrade/index.de.md new file mode 100644 index 0000000..d731a33 --- /dev/null +++ b/content/posts/2026/04/exposure-unit-upgrade/index.de.md @@ -0,0 +1,40 @@ ++++ +title = 'Verbesserung des UV-Belichters' +date = 2026-04-10T18:09:20+02:00 +draft = false +toc = true +cover = 'cover.png' ++++ + + +## Einleitung {id=introduction} + +Nach längerer Zeit mit über 40 Minuten Belichtungszeit bei der Platinenherstellung mit dem [UV-Belichter Marke Eigenbau]({{< ref "posts/2025/04/diy-uv-pcb-exposure-unit.md" >}}) wurde es nun Zeit für das schon angekündigte Upgrade. Ziel war die Verdopplung der Anzahl der LEDs von 48 auf 96. Zum einen soll dadurch eine homogenere Abdeckung der Belichtungsfläche erzielt werden, zum anderen natürlich auch schnellere Belichtungszeiten. + + +## 1. Platinenprobleme {id=problems} + +Durch die erhöhte Anzahl LEDs erhöht sich auch die benötigte Leistung. Und das stellte ein Problem dar - die erste Steuerplatine war nur auf 1A bei 12V ausgelegt. Es muss also eine neue her - der Belichter belichtet seine eigene Controllerplatine. + +![Das Layout](pcb_arrangement.png) + +Im Vergleich mit der ersten Version zeigt sich der Vorteil von PCBs gegenüber von Lochrasterplatinen deutlich: + +![Die alte und die neue Platine im Vergleich](pcb_comparison_old_new.jpg) + + +## 2. Neuer Anstrich {id=new-look} + +Für noch bessere Effizienz durch Reflexion wir die neue Platine auch wie die alte mit Chromeffektlack besprüht. Weil der geringere Abstand zwischen den LEDs allerdings auch eine andere Platzierung der beiden LED-Trägerplatinen (etwas geringerer Abstand in der Mitte, um homogen zu bleiben) nötig macht, musste um der Schönheit willen auch der Innenraum des Belichters nochmals lackiert werden - sonst sähe man die Abdrücke der alten Platinen noch immer. + +![Vorher-Nachher-Bild der Lackierung der Trägerplatinen und des Innenraums des Belichters](before-after-spray.png) + + +## Ergebnis + +Das Ergebnis kann sich sehen lassen - man kann nun fast keine einzelnen Lichtkegel auf Belichtungsabstand (dort, wo die Platine aufliegt) mehr sehen, es ergibt sich ein sehr homogenes Bild. + +![Vorher-Nachher-Bild der Ausleuchtung: Links sehr homogen, rechts noch einzelne Lichtkgeel erkennbar](before-after_homogenity.jpg) + +Im Bild wurde auf die Glasscheibe ein Papier gelegt, um die Ausleuchtung der Fläche festzustellen. Rechts wurde die alte (24 LEDs), links eine neue Trägerplatine (48 LEDs) eingebaut. +Die neuen Belichtungszeiten konnten aufgrund von Zeitmangel nicht genau festgestellt werden, werden sich jedoch im Bereich um 15-20 Minuten bewegen. \ No newline at end of file diff --git a/content/posts/2026/04/exposure-unit-upgrade/index.en.md b/content/posts/2026/04/exposure-unit-upgrade/index.en.md new file mode 100644 index 0000000..815f188 --- /dev/null +++ b/content/posts/2026/04/exposure-unit-upgrade/index.en.md @@ -0,0 +1,40 @@ ++++ +title = 'Verbesserung des UV-Belichters' +date = 2026-04-10T18:09:20+02:00 +draft = false +toc = true +cover = 'cover.png' ++++ + + +## Introduction {id=introduction} + +After a long period of using the [unit]({{< ref "posts/2025/04/diy-uv-pcb-exposure-unit.md" >}}) with exposure times exceeding 40 minutes in PCB manufacturing, it was finally time for the previously announced upgrade. The goal was to double the number of LEDs from 48 to 96. This is intended to achieve more uniform coverage of the exposure area, as well as, of course, shorter exposure times. + + +## 1. PCB Problems {id=problems} + +The increased number of LEDs also increases the power requirement. And that posed a problem—the first control board was only rated for 1A at 12V. So a new one is needed - the exposure unit exposes its own controller board. + +![The layout](pcb_arrangement.png) + +Compared to the first version, the advantage of PCBs over breadboards is clear: + +![The old and new boards compared](pcb_comparison_old_new.jpg) + + +## 2. Fresh coat + +To further improve efficiency through reflection, the new circuit board is also sprayed with chrome-effect paint, just like the old one. However, because the smaller distance between the LEDs also requires a different placement of the two LED carrier boards (slightly less distance in the middle to maintain uniformity), the interior of the exposure unit had to be repainted for aesthetic reasons—otherwise, the imprints of the old boards would still be visible. + +![Before-and-after image of the coating on the carrier circuit boards and the interior of the exposure unit](before-after-spray.png) + + +## Result + +The result is impressive - you can now barely see any individual light cones at the exposure distance (where the circuit board is placed), resulting in a very uniform image. + +![Before-and-after image of the illumination: Very uniform on the left, individual light cones still visible on the right](before-after_homogenity.jpg) + +In the image, a piece of paper was placed on the glass pane to determine the illumination of the surface. The old circuit board (24 LEDs) was installed on the right, and a new one (48 LEDs) on the left. +The new exposure times could not be determined precisely due to time constraints, but they will be in the range of 15–20 minutes. \ No newline at end of file diff --git a/content/posts/2026/04/exposure-unit-upgrade/pcb_arrangement.png b/content/posts/2026/04/exposure-unit-upgrade/pcb_arrangement.png new file mode 100644 index 0000000..a827ac7 Binary files /dev/null and b/content/posts/2026/04/exposure-unit-upgrade/pcb_arrangement.png differ diff --git a/content/posts/2026/04/exposure-unit-upgrade/pcb_comparison_old_new.jpg b/content/posts/2026/04/exposure-unit-upgrade/pcb_comparison_old_new.jpg new file mode 100644 index 0000000..6f9482c Binary files /dev/null and b/content/posts/2026/04/exposure-unit-upgrade/pcb_comparison_old_new.jpg differ diff --git a/public/bundle.min.js b/public/bundle.min.js index d492253..e7d4b17 100644 --- a/public/bundle.min.js +++ b/public/bundle.min.js @@ -1,3 +1,3 @@ (()=>{var t=document.querySelector(".container"),e=document.querySelectorAll(".menu");document.body.addEventListener("click",()=>{e.forEach(e=>{e.classList.contains("open")&&e.classList.remove("open")})}),window.addEventListener("resize",()=>{e.forEach(e=>{e.classList.remove("open")})}),e.forEach(n=>{const o=n.querySelector(".menu__trigger"),s=n.querySelector(".menu__dropdown");o.addEventListener("click",o=>{o.stopPropagation(),n.classList.contains("open")?n.classList.remove("open"):(e.forEach(e=>e.classList.remove("open")),n.classList.add("open")),s.getBoundingClientRect().right>t.getBoundingClientRect().right&&(s.style.left="auto",s.style.right=0)}),s.addEventListener("click",e=>e.stopPropagation())})})(),(()=>{var e=document.querySelectorAll(".chroma code[data-lang]");for(const n of e){const s=n.parentElement,o=n.innerText.split(` `).filter(Boolean).join(` -`),t=document.createElement("div"),i=n.dataset.lang;if(t.classList.add("code-title"),t.innerText=i,navigator.clipboard!==void 0){const e=document.createElement("button");e.classList.add("copy-button"),e.innerText="Copy",e.addEventListener("click",()=>{e.innerText="Copied",setTimeout(()=>{e.innerText="Copy"},1e3),navigator.clipboard.writeText(o)}),t.append(e)}s.closest(".highlight").prepend(t)}})() \ No newline at end of file +`),t=document.createElement("div"),i=n.dataset.lang;if(t.classList.add("code-title"),t.innerText=i,navigator.clipboard!==0[0]){const e=document.createElement("button");e.classList.add("copy-button"),e.innerText="Copy",e.addEventListener("click",()=>{e.innerText="Copied",setTimeout(()=>{e.innerText="Copy"},1e3),navigator.clipboard.writeText(o)}),t.append(e)}s.closest(".highlight").prepend(t)}})() \ No newline at end of file diff --git a/public/de/404.html b/public/de/404.html index a4184b2..2668432 100644 --- a/public/de/404.html +++ b/public/de/404.html @@ -1,3 +1,3 @@ -404 Page not found :: Privacynerd's blog

404 — Seite konnte nicht gefunden werden...

Zurück zur Startseite →
\ No newline at end of file diff --git a/public/de/about/index.html b/public/de/about/index.html index f409d22..8b22426 100644 --- a/public/de/about/index.html +++ b/public/de/about/index.html @@ -2,6 +2,6 @@ Dies ist mein persönlicher Blog (den ich in meiner Freizeit betreibe, all das ist nur ein Hobby), in dem ich über alle möglichen Dinge schreibe, die ich DIY-mäßig mache. Dazu gehören: ">

Über

Worum es hier gehen soll#

Also, mein Name ist Benjamin, und ich bin meistens als BlueFox bekannt. Ich liebe es, an Elektronik herumzubasteln, Sachen in 3D zu drucken und mit Holz zu arbeiten, aber ich programmiere auch ein bisschen und bin ein begeisterter Selbsthoster.

Dies ist mein persönlicher Blog (den ich in meiner Freizeit betreibe, all das ist nur ein Hobby), in dem ich über alle möglichen Dinge schreibe, die ich DIY-mäßig mache. Dazu gehören:

  • Posts über meine DIY-Projekte,
  • über neue Erfahrungen, die ich beim Basteln sammle,
  • auch hier und da ein Update zu vorhandenen Projekten, Libraries von mir,
  • und vielleicht ja auch etwas ganz Neues!

Schau dich doch einfach mal um, und vielleicht findest du ja etwas Interessantes!

Das Logo für diesen Blog ist entstanden, als mir irgendwann mal langweilig war. Es gefiel mir einfach, und seitdem verwende ich es regelmäßig für meine Projekte. Um genau zu sein, habe ich es gezeichnet, als ich vielleicht 11 Jahre alt war, und das erste Mal wurde es in einem Django + Python-Projekt von mir verwendet, das sich „PiFi“ nannte - was jetzt auch der Name eines High-Speed-Wifi-Nachrüstsatzes und eines HiFi-Systems ist, die beide auf Raspberry Pi’s basieren (aber diese sind völlig unabhängig voneinander und konnten meine Namensgebung nicht kennen). Naja.

Die Geschichte dahinter (und noch mehr)#

Der erste Post in diesem Blog verrät viel über die Geschichte und wie es zu der Idee für diesen Blog kam. Wen es interessiert, der kann es hier nachlesen.

\ No newline at end of file diff --git a/public/de/categories/index.html b/public/de/categories/index.html index 8646014..a1831c9 100644 --- a/public/de/categories/index.html +++ b/public/de/categories/index.html @@ -1,3 +1,3 @@ -Categories :: Privacynerd's blog

Categories

    \ No newline at end of file diff --git a/public/de/index.html b/public/de/index.html index c9a4748..52f5d94 100644 --- a/public/de/index.html +++ b/public/de/index.html @@ -1,3 +1,3 @@ -Privacynerd's blog

    Ich grüße Sie! 👋

    Mein Name ist Benjamin, und ich bin hauptsächlich als BlueFox bekannt.

    Willkommen in diesem Blog! Ich liebe es, an Elektronik herumzubasteln, Sachen in 3D zu drucken und mit Holz zu arbeiten, aber ich programmiere auch ein bisschen und bin ein begeisterter Selbsthoster. Hier poste ich hin und wieder, was ich so anstelle.

    Schau dich doch einfach mal um!

    Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klasse

    Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klasse

    Die Zeiten ändern sich

    Niemand weiß so recht hin oder her - es ist eine nie dagewesene Situation. Und doch muss man irgendwie damit umgehen. Ein Virus geht um, und alle Welt verschanzt sich plötzlich hinter ihren Fenstern und Haustüren. Ganz klar: es geht um die Corona-Pandemie, und den damit einhergehenden Lockdown. Auch Schulen waren in dieser Zeit lange geschlossen, statt Präsenzunterricht vor Ort gab es nun Homeschooling. Für einige war das Internet dabei noch immer Neuland, für andere schuf diese neue Lebensrealität ungeahnte (auch zeitliche) Möglichkeiten. Darunter auch ich - damals in der siebten Klasse eines bayerischen Gymnasiums.

    [Mehr lesen]

    UV-Belichter (LED) aus Marke Eigenbau

    UV-Belichter (LED) aus Marke Eigenbau

    Ist man eine gewisse Zeit lang in der (Elektronik-)DIY-Szene unterwegs, kommt man irgendwann auch um Platinen (gedruckte Leiterplatten/PCBs) nicht herum. Vorteile gegenüber dem manuellen Löten von Schaltungen auf Loch- bzw. Streifenrasterplatinen sind vor allem die einfachere Replizierbarkeit (einmal designed kann man eine Schaltung theoretisch beliebig oft herstellen) und die Möglichkeit, Platz effizienter zu nutzen (eine Platine ist fast immer kleiner als eine gelötete Lochrasterplatine mit der selben Schaltung). Letzendlich wirken Geräte mit Platinen aber auch schlicht professioneller. Sicherlich gibt es noch mehr Vorteile (und natürlich auch Nachteile!), auf deren Auflistung ich hier allerdings aus Gründen der Einfachheit verzichte.

    [Mehr lesen]

    Wie es alles anfing - oder: der erste Post!

    Wie es alles anfing - oder: der erste Post!

    Vorüberlegungen

    Ich habe lange überlegt, wie ich diesen Post schreibe. Was muss erzählt werden, was ist unwichtig? Vieles muss wegen der Übersichtlichkeit weggelassen werden, und an so manches erinnere ich mich vielleicht schon gar nicht mehr. Jedenfalls möchte ich mit diesem Artikel meine Intention erklären, wie ich dazu kam, diesen Blog zu starten. Doch um das zu erklären, muss man die Ursprünge verstehen.

    Wie alles anfing

    Alles begann damit, dass ich als Schüler der 5. oder 6. Klasse (ich weiß es nicht mehr so genau!) anfing, auf einem Laptop für die Schule ein Batch-Skript zu schreiben. Ja, so war es, ich gebe es zu - auch wenn ich nicht weiß, wer oder was mich dazu trieb. Eine grobe Vorstellung habe ich aber: Ich glaube, es war so eine intrinsische Motivation eines Kindes, herauszufinden, wie dieser Computer da vor ihm funktioniert, die mich dazu trieb.

    [Mehr lesen]
    \ No newline at end of file diff --git a/public/de/index.xml b/public/de/index.xml index 96ec18b..cd228ea 100644 --- a/public/de/index.xml +++ b/public/de/index.xml @@ -1,7 +1,10 @@ -Privacynerd's bloghttps://blog.privacynerd.de/de/Recent content on Privacynerd's blogHugodeMon, 03 Nov 2025 17:55:26 +0100Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klassehttps://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/Mon, 03 Nov 2025 17:55:26 +0100https://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/<h2 id="times-are-changing">Die Zeiten ändern sich</h2> -<p>Niemand weiß so recht hin oder her - es ist eine nie dagewesene Situation. Und doch muss man irgendwie damit umgehen. Ein Virus geht um, und alle Welt verschanzt sich plötzlich hinter ihren Fenstern und Haustüren. Ganz klar: es geht um die Corona-Pandemie, und den damit einhergehenden Lockdown. Auch Schulen waren in dieser Zeit lange geschlossen, statt Präsenzunterricht vor Ort gab es nun Homeschooling. Für einige war das Internet dabei noch immer Neuland, für andere schuf diese neue Lebensrealität ungeahnte (auch zeitliche) Möglichkeiten. Darunter auch ich - damals in der siebten Klasse eines bayerischen Gymnasiums.</p>UV-Belichter (LED) aus Marke Eigenbauhttps://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/Mon, 14 Apr 2025 08:11:20 +0200https://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/<p>Ist man eine gewisse Zeit lang in der (Elektronik-)DIY-Szene unterwegs, kommt man irgendwann auch um Platinen (gedruckte Leiterplatten/PCBs) nicht herum. Vorteile gegenüber dem manuellen Löten von Schaltungen auf Loch- bzw. Streifenrasterplatinen sind vor allem die einfachere Replizierbarkeit (einmal designed kann man eine Schaltung theoretisch beliebig oft herstellen) und die Möglichkeit, Platz effizienter zu nutzen (eine Platine ist fast immer kleiner als eine gelötete Lochrasterplatine mit der selben Schaltung). Letzendlich wirken Geräte mit Platinen aber auch schlicht professioneller. Sicherlich gibt es noch mehr Vorteile (und natürlich auch Nachteile!), auf deren Auflistung ich hier allerdings aus Gründen der Einfachheit verzichte.</p>Wie es alles anfing - oder: der erste Post!https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/Sun, 13 Apr 2025 15:10:20 +0200https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/<h2 id="thinking">Vorüberlegungen</h2> -<p>Ich habe lange überlegt, wie ich diesen Post schreibe. Was muss erzählt werden, was ist unwichtig? Vieles muss wegen der Übersichtlichkeit weggelassen werden, und an so manches erinnere ich mich vielleicht schon gar nicht mehr. Jedenfalls möchte ich mit diesem Artikel meine Intention erklären, wie ich dazu kam, diesen Blog zu starten. Doch um das zu erklären, muss man die Ursprünge verstehen.</p> -<h2 id="beginnings">Wie alles anfing</h2> -<p>Alles begann damit, dass ich als Schüler der 5. oder 6. Klasse (ich weiß es nicht mehr so genau!) anfing, auf einem Laptop für die Schule ein Batch-Skript zu schreiben. Ja, so war es, ich gebe es zu - auch wenn ich nicht weiß, wer oder was mich dazu trieb. Eine grobe Vorstellung habe ich aber: Ich glaube, es war so eine intrinsische Motivation eines Kindes, herauszufinden, wie dieser Computer da vor ihm funktioniert, die mich dazu trieb.</p>Überhttps://blog.privacynerd.de/de/about/Sun, 13 Apr 2025 13:02:20 +0200https://blog.privacynerd.de/de/about/<h2 id="intention">Worum es hier gehen soll</h2> -<p>Also, mein Name ist Benjamin, und ich bin meistens als BlueFox bekannt. Ich liebe es, an Elektronik herumzubasteln, Sachen in 3D zu drucken und mit Holz zu arbeiten, aber ich programmiere auch ein bisschen und bin ein begeisterter Selbsthoster.</p> -<p>Dies ist mein persönlicher Blog (den ich in meiner Freizeit betreibe, all das ist nur ein Hobby), in dem ich über alle möglichen Dinge schreibe, die ich DIY-mäßig mache. Dazu gehören:</p> \ No newline at end of file +Privacynerd's bloghttps://blog.privacynerd.de/de/Recent content on Privacynerd's blogHugodeFri, 10 Apr 2026 18:09:20 +0200Verbesserung des UV-Belichtershttps://blog.privacynerd.de/de/posts/2026/04/exposure-unit-upgrade/Fri, 10 Apr 2026 18:09:20 +0200https://blog.privacynerd.de/de/posts/2026/04/exposure-unit-upgrade/<h2 id="introduction">Einleitung</h2> +<p>Nach längerer Zeit mit über 40 Minuten Belichtungszeit bei der Platinenherstellung mit dem <a href="https://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/">UV-Belichter Marke Eigenbau</a> wurde es nun Zeit für das schon angekündigte Upgrade. Ziel war die Verdopplung der Anzahl der LEDs von 48 auf 96. Zum einen soll dadurch eine homogenere Abdeckung der Belichtungsfläche erzielt werden, zum anderen natürlich auch schnellere Belichtungszeiten.</p> +<h2 id="problems">1. Platinenprobleme</h2> +<p>Durch die erhöhte Anzahl LEDs erhöht sich auch die benötigte Leistung. Und das stellte ein Problem dar - die erste Steuerplatine war nur auf 1A bei 12V ausgelegt. Es muss also eine neue her - der Belichter belichtet seine eigene Controllerplatine.</p>Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klassehttps://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/Mon, 03 Nov 2025 17:55:26 +0100https://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/<h2 id="times-are-changing">Die Zeiten ändern sich</h2> +<p>Niemand weiß so recht hin oder her - es ist eine nie dagewesene Situation. Und doch muss man irgendwie damit umgehen. Ein Virus geht um, und alle Welt verschanzt sich plötzlich hinter ihren Fenstern und Haustüren. Ganz klar: es geht um die Corona-Pandemie, und den damit einhergehenden Lockdown. Auch Schulen waren in dieser Zeit lange geschlossen, statt Präsenzunterricht vor Ort gab es nun Homeschooling. Für einige war das Internet dabei noch immer Neuland, für andere schuf diese neue Lebensrealität ungeahnte (auch zeitliche) Möglichkeiten. Darunter auch ich - damals in der siebten Klasse eines bayerischen Gymnasiums.</p>UV-Belichter (LED) aus Marke Eigenbauhttps://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/Mon, 14 Apr 2025 08:11:20 +0200https://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/<p>Ist man eine gewisse Zeit lang in der (Elektronik-)DIY-Szene unterwegs, kommt man irgendwann auch um Platinen (gedruckte Leiterplatten/PCBs) nicht herum. Vorteile gegenüber dem manuellen Löten von Schaltungen auf Loch- bzw. Streifenrasterplatinen sind vor allem die einfachere Replizierbarkeit (einmal designed kann man eine Schaltung theoretisch beliebig oft herstellen) und die Möglichkeit, Platz effizienter zu nutzen (eine Platine ist fast immer kleiner als eine gelötete Lochrasterplatine mit der selben Schaltung). Letzendlich wirken Geräte mit Platinen aber auch schlicht professioneller. Sicherlich gibt es noch mehr Vorteile (und natürlich auch Nachteile!), auf deren Auflistung ich hier allerdings aus Gründen der Einfachheit verzichte.</p>Wie es alles anfing - oder: der erste Post!https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/Sun, 13 Apr 2025 15:10:20 +0200https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/<h2 id="thinking">Vorüberlegungen</h2> +<p>Ich habe lange überlegt, wie ich diesen Post schreibe. Was muss erzählt werden, was ist unwichtig? Vieles muss wegen der Übersichtlichkeit weggelassen werden, und an so manches erinnere ich mich vielleicht schon gar nicht mehr. Jedenfalls möchte ich mit diesem Artikel meine Intention erklären, wie ich dazu kam, diesen Blog zu starten. Doch um das zu erklären, muss man die Ursprünge verstehen.</p> +<h2 id="beginnings">Wie alles anfing</h2> +<p>Alles begann damit, dass ich als Schüler der 5. oder 6. Klasse (ich weiß es nicht mehr so genau!) anfing, auf einem Laptop für die Schule ein Batch-Skript zu schreiben. Ja, so war es, ich gebe es zu - auch wenn ich nicht weiß, wer oder was mich dazu trieb. Eine grobe Vorstellung habe ich aber: Ich glaube, es war so eine intrinsische Motivation eines Kindes, herauszufinden, wie dieser Computer da vor ihm funktioniert, die mich dazu trieb.</p>Überhttps://blog.privacynerd.de/de/about/Sun, 13 Apr 2025 13:02:20 +0200https://blog.privacynerd.de/de/about/<h2 id="intention">Worum es hier gehen soll</h2> +<p>Also, mein Name ist Benjamin, und ich bin meistens als BlueFox bekannt. Ich liebe es, an Elektronik herumzubasteln, Sachen in 3D zu drucken und mit Holz zu arbeiten, aber ich programmiere auch ein bisschen und bin ein begeisterter Selbsthoster.</p> +<p>Dies ist mein persönlicher Blog (den ich in meiner Freizeit betreibe, all das ist nur ein Hobby), in dem ich über alle möglichen Dinge schreibe, die ich DIY-mäßig mache. Dazu gehören:</p> \ No newline at end of file diff --git a/public/de/page/1/index.html b/public/de/page/1/index.html index 7ebc69e..d6fcf8b 100644 --- a/public/de/page/1/index.html +++ b/public/de/page/1/index.html @@ -1 +1 @@ -https://blog.privacynerd.de/de/ \ No newline at end of file +https://blog.privacynerd.de/de/ \ No newline at end of file diff --git a/public/de/posts/2025/04/diy-uv-pcb-exposure-unit/index.html b/public/de/posts/2025/04/diy-uv-pcb-exposure-unit/index.html index ef320b6..20e6cc6 100644 --- a/public/de/posts/2025/04/diy-uv-pcb-exposure-unit/index.html +++ b/public/de/posts/2025/04/diy-uv-pcb-exposure-unit/index.html @@ -3,6 +3,6 @@ ">

    UV-Belichter (LED) aus Marke Eigenbau

    UV-Belichter (LED) aus Marke Eigenbau

    Ist man eine gewisse Zeit lang in der (Elektronik-)DIY-Szene unterwegs, kommt man irgendwann auch um Platinen (gedruckte Leiterplatten/PCBs) nicht herum. Vorteile gegenüber dem manuellen Löten von Schaltungen auf Loch- bzw. Streifenrasterplatinen sind vor allem die einfachere Replizierbarkeit (einmal designed kann man eine Schaltung theoretisch beliebig oft herstellen) und die Möglichkeit, Platz effizienter zu nutzen (eine Platine ist fast immer kleiner als eine gelötete Lochrasterplatine mit der selben Schaltung). Letzendlich wirken Geräte mit Platinen aber auch schlicht professioneller. Sicherlich gibt es noch mehr Vorteile (und natürlich auch Nachteile!), auf deren Auflistung ich hier allerdings aus Gründen der Einfachheit verzichte.

    Heutzutage kann man (selbst) kreierte Leiterplattendesigns sehr leicht herstellen lassen, bei einschlägigen Angeboten aus China zahlt man für eine einfache Platine mit 2 Seiten nicht mehr als 5€. Im Preis allerdings nicht mit inbegriffen sind die Versandkosten und die Wartezeit, in der man auf seine Platinen warten muss. Wenn man nicht vorhat, mehrere verschiedene Designs im Jahr anzufertigen, oder nur einmalig eine spezielle Platine braucht, ist mit solchen Angeboten gut bedient. Braucht man allerdings des öfteren Spezialanfertigungen, kann es (auch bei den chinesischen Angeboten) schnell lukrativ erscheinen, sich die Fertigung ins Haus zu holen. Letztlich macht es auch einfach Spaß und gibt einem zumindest das Gefühl von ein wenig Unabhängigkeit, seine Platinen selbst herzustellen!

    Nachdem ich also schon länger von eigens hergestellten Platinen träumte, bin ich nun einen Schritt weiter in die Umsetzung gegangen. Es gibt verschiedene Möglichkeiten, Leiterplatten selbst herzustellen. Die günstigste Methode ist hierbei vermutlich das Belichten eines Platinenrohlings mit photopositiver Beschichtung, und das anschließende Entwickeln und schließlich Ätzen der belichteten Stellen. Das Gerät zum Ätzen selbst zu bauen erschien mir zu heikel, hier entschied ich mich vorerst für ein gebrauchtes Ätzgerät 1 von pro-ma, was mit 50€ sehr günstig war. Was man aber sicher selbst bauen kann, ist der UV-Belichter. Hier gibt es verschiedene Ansätze, ich möchte hier einfach meinen teilen (siehe z.B. hier oder auch hier für die Modelle, bei denen ich Inspiration gefunden habe)!

    Jetzt also genug der Vorrede, es folgt das wirklich Wichtige!

    Das Gehäuse#

    Als Gehäuse habe ich einen einfachen Quader aus MDF-Platten mit einem zusätzlichen kleinen Abschnitt vorne gebaut, in dem die Steuerelektronik ihren Platz später finden soll.

    Dieses Bild würde das fertige Gehäuse mit Acrylglasscheibe und einigen losen Bauteilen zeigen.

    Das fertige Gehäuse mit Acrlyglas-Scheibe

    Damit das UV-Licht an die beschichtete Platine kommen kann, muss die Halterung Transparent sein. Hier tut eine Acrylglas-Scheibe ihre Dienste. Wichtig hierbei: diese muss UV-durchlässig ist, was besonders bei Scheiben für den Gartenbereich nicht unbedingt gegeben ist! Baumarkt-Mitarbeiter konnten da in meinem Fall nicht helfen (ist ja auch eine sehr spezielle Anforderung ;), aber dank Internet kann man hier schon mehr ausfindig machen. Manchmal hilft es schon, auf der Webseite des Baumarktes der Wahl nach UV-durchlässigen Acrylglasscheiben nachzusehen.

    Diese Scheibe muss zu den LEDs einen gewissen Abstand haben, damit sich das Licht der LEDs gleichmäßig verteilen kann. Hier kann man natürlich einen perfekten Abstand ausrechnen - über den Abstrahlwinkel der und den Abstand zwischen den einzelnen LEDs. Ich habe mich hier allerdings für die einfachere (und manchmal sehr ungenaue) Pi-mal-Daumen-Methode entschieden - die aber funktioniert hat.

    Dieses Bild zeigt Skizzen für die einzelnen Seiten des Holzkastens

    Pläne des Kastens

    Die LEDs#

    UV-LEDs bekommt man recht einfach im Elektronik-Versand, ich entschied mich für diesen Eigenbau vorerst für 48 LEDs in 6 Reihen mit je 8 LEDs auf zwei 160x100mm-Lochrasterplatinen (ja, Streifenraster geht auch und wäre einfacher gewesen :). Da UV-LEDs eine Betriebsspannung von etwa 3,0 bis 3,3V haben und ich ein 12V-Netzteil nutzen wollte, braucht man für jede LED einen Widerstand von 470 Ohm, an dem bei 20mA etwa 9V abfallen (für die Berechnung von LED-Vorwiderständen gibt es etliche gute Tutorials im Internet!)

    Was die Belichtungszeit betrifft, steht weiter unten im Abschnitt „Die Praxis - Belichtungszeit“.

    Links: Skizze über die Verteilung der LEDs, Rechts: Blick von oben auf die LEDs

    li.: Skizze über die Verteilung der LEDs; re.: Blick von oben auf die LEDs

    Die Lackierung#

    Als Lackierung für den Belichterraum bot sich Chrom-Effekt-Lack an. Also, alles bis auf den Belichtungsraum abgeklebt (und naürlich auch die LEDs!) und mehrmals, den Angaben auf der Sprühdose entsprechend, lackiert, und über Nacht trocknen lassen.

    Bild des zur Lackierung abgeklebten Kastens

    Kasten ist abgeklebt, gleich wird lackiert!

    Bild des innen fertig lackierten Kastens

    Es glänzt!

    Die Steuerelektronik#

    Hier stand ich vor der Wahl: einen einfachen Schalter verbauen, oder eine komplexere Logik mit Timerfunktion? Die Idee des eingebauten Timers wirkte anziehend - endlich mal wieder was Hardwarenahes programmieren. Also: eine Lochrasterplatine (vielleicht die letzte jemals?!) mit Raspberry Pi Pico, Relais, Anschluss für ein LCD-Display und einige Steuerelemente bestückt, mit meinen schon vorhandenen Libraries ein kleines Interface programmiert und fertig war die Elektronik! Um in das Gehäuse eingebaut zu werden, brauchte es noch eine Blende. Alles hierzu findet sich im dazugehörigen Git-Repository!

    Bild der Steuerplatine

    Die Steuerplatine

    Bild der Blende mit LCD-Displays und Steuerelementen im Betrieb

    Blende mit LCD-Displays und Steuerelementen im Betrieb

    Die Praxis - Belichtungszeit#

    Wie schaut’s nun also in der Praxis aus - die entscheidende Frage zum Schluss. Ich möchte dazu sagen, dass es sich hier um meine ersten Erfahrungen mit der manuellen Platinenherstellung handelt. Ich verwendete eine einfache Blinkschaltung (die auch mein erstes vollständig selbst erstelltes Leiterplattendesign war) für die Tests.

    Seite-zu-Seite-Ansicht des gedruckten Schaltkreises und der Ansicht am Computer mit allen Layern

    Das Testobjekt…

    Also, meine ersten Erfahrungen mit dem selbstgebautem Belichter waren gemischt. Der erste Versuch mit 3 Minuten Belichtungszeit ging etwas schief. Konkret sah man auch nach 10-20 Minuten im Entwickler auf Raumtemperatur keine Konturen, und auch nach 20-30 Minuten Ätzen passierte nichts. Der zweite Versuch war schon vielversprechender, nach 30 min belichten sah man nach ca. 15 min entwickeln erste Konturen, die dann beim Ätzen auch tatsächlich verschwanden. Nach einigen weiteren Versuchen kam ich schließlich auf die Idee, statt mit einer bedruckten Folie, mit zwei übereinander gelegten zu arbeiten, wodurch viel weniger Licht durch die bedruckten Flächen kommt. Die Ergebnisse wurden schlagartig besser, und nach kurzer Zeit hatte die Leiterplatte zur Funktion des Schaltkreises ausreichende Qualität!

    Collage der ersten Herstellungsversuche bis zum ersten funktionstüchtigen Exemplar

    …und die Ergebnisse

    Also: Die Belichtungszeit, bei der sich erfolgreiche Ausführungen ergeben, liegt zwischen 40 und 45 Minuten. Das ist zugegebenermaßen eine recht lange Zeit, für meine ersten Versuche allerdings ausreichend und wenn man den Preis fertiger Belichter bedenkt (der gut mal in die Hunderte gehen kann) mehr als akzeptabel (zusammengerechnet hat der Belichter ca. 30-50€ Materialwert - und der Bau hat viel Spaß gemacht!). Für kürzere Belichtungszeiten überlege ich, nachträglich die LED-Anzahl zu erhöhen. Aber das ist eine Geschichte für ein andermal.

    \ No newline at end of file +:: Theme erstellt von panr (angepasst) \ No newline at end of file diff --git a/public/de/posts/2025/04/how-it-all-began/index.html b/public/de/posts/2025/04/how-it-all-began/index.html index 645a981..863af3c 100644 --- a/public/de/posts/2025/04/how-it-all-began/index.html +++ b/public/de/posts/2025/04/how-it-all-began/index.html @@ -40,6 +40,6 @@ Wie alles anfing Alles begann damit, dass ich als Schüler der 5. oder 6. Klasse :exit exit -

    Nun ja, daraufhin schenkte mir mein Vater das Buch ein Lehrbuch zu Python31, und es gab kein Zurück mehr. Ich glaube, ich habe mit meinen 11 oder 12 Jahren das gesamte Lehrbuch durchgelesen. Jedenfalls stieg ich irgendwann auf Linux um (anfangs Linux Mint) - dann kam Corona2.

    Corona#

    Für Schüler bedeutete Corona und das damit einhergehende Homeschooling und die Isolation vor allem eins: viel Zeit. Man nutzte sie unterschiedlich. Ich eben dafür, meinem neuen Hobby intensiv nachzugehen. In dieser Zeit lernte ich neue Programmiersprachen wie Java (z.T. für Minecraft-Plugins, hier sind einige zu finden), brachte mir sogar etwas C und Assembler bei.

    In dieser Zeit bekam ich meinen ersten Raspberry Pi geschenkt - mit weitreichenden Folgen. Denn es führte dazu, dass ich mich mehr und mehr der Hardwareseite zuwandte. Hatte ich zuvor Webapps mit Datenbank in Django bzw. Flask und Python geschrieben, programmierte ich jetzt einfache Blinkschaltungen, dann irgendwann Skripte, die Sensordaten auslesen und auf einem kleinen OLED-Display (0.96") anzeigen oder die Lampen in meinem Zimmer auf Knopfdruck an- und ausschalteten (weil ein Lichtschalter ja nicht genug ist!). Ich entdeckte in dieser Zeit auch einen 3D-Drucker für mich, der bei uns seit längerer Zeit fast unbenutzt herumstand.

    Bild des ESafeP - ein „Tresor“ aus Holz mit eigener Software

    Der „ESafeP“ - sehr stabil!

    Noch hardwarenäher wurde es dann mit meinem ersten ESP32 - neue Ideen entstanden und damit neue Projekte. Ein selbstgebauter Tresor (supersicher aus Holz!) mit eigener Software gehörten ebenso dazu wie ein eigener MP3-(und vieles mehr)-Player. Immer wieder kam dabei eben auch der 3D-Drucker zur Anwendung, wie es im DIY-Raum eben so üblich ist - zum Beispiel für das Gehäuse zu meinem batteriebetriebenen Losungs-ePaper.

    Bild eines fertigen, selbstgebauten NetSpeakers in Gehäuse - unter anderem ein MP3-Player.

    Ein NetSpeaker

    Bild des fertigen ePapers, welches die aktuelle Tageslosung anzeigt

    Das Losungs-ePaper

    Alles in allem hatte die Corona-Pandemie dadurch zumindest für mich vorher ungeahnte neue Räume eröffnet und eben auch ihre positiven Seiten: In dieser Zeit entwickelte sich mein Interesse am 3D-Druck, was auch in diesem Blog thematisiert werden könnte.

    Bis jetzt…#

    Nun, sehr viel hat sich seither nicht mehr geändert. Irgendwann kam dann noch das Self-Hosting dazu, und ich lernte auch Holz als spannendes Werksmaterial kennen (wie etwas weiter oben schon angerissen). Es ist so spannend zu sehen, was man alles selber hosten kann: seinen eigenen Datei-Synchronisationsservice, sein eigenes Github, Medienserver, und so weiter. Anfangs lief alles auf dem besagten Raspberry Pi. Später musste jedoch auch Zugang von außerhalb des Heimnetzes her, und seither laufen viele Dienste auf einem angemieteten Server.

    Screenshot meiner selbstgehosteten Gitea-Instanz

    Ein „selbst gehostetes Github“

    Vor nicht allzu langer Zeit kam mir dann eine Idee. Ich war dabei, selbst Platinen ätzen zu lernen, und die Informationen hierzu bezog ich vor allem in Blogs anderer „Maker”. Warum also nicht darüber, was du machst, schreiben? Zum einen könnte es ja tatsächlich sein, dass sich ein Suchender auf den Blog verirrt, zum anderen ist es aber auch einfach eine sinnvolle Dokumentationsweise, und vielleicht sogar etwas Gutes für spätere Bewerbungen.

    Bild eines Aufbaus, um Platinen manuell zu ätzen; im Bild: ein selbst gebauter UV-Belichter, ein Ätzgerät sowie ein Gefäß mit Natronlauge

    Der Ätzaufbau

    Also, hingesetzt und nach Möglichkeiten gesucht, einen Blog zu erstellen. Natürlich musste er selbst gehostet sein, und vielleicht sogar ein bisschen selbst gemacht. Das führte mich zu Hugo (auch Jekyll war eine Überlegung), einem relativ simplen (und sehr schnellen) Static-Site-Generator, der aus Markdown (unter anderem) Websites generieren kann und somit eigentlich perfekt für einen Blog geeignet ist. Bei der Theme-Auswahl schwankte ich anfangs zwischen „selbst erstellen“ und „vorhandenes nutzen“. Aus Zeitmangel und Gründen der Einfachheit wurde es dann eben ein vorhandenes, genauer Terminal. An meine Bedürfnisse angepasst, war der Blog an sich schon recht schnell fertig3. Jetzt wartet er nur noch darauf, mit Inhalt gefüllt zu werden.

    Geplante Inhalte#

    Was man am Anfang plant, wird selten genau so umgesetzt - und so wird es vermutlich auch mit diesem Blog sein, und das ist gut so. Schließlich entwickelt sich alles weiter. Aber ich schreibe hier jetzt dennoch auf, was ich plane, in Zukunft auf diesem Blog zu schreiben - eine grobe Vorstellung habe ich nämlich doch.

    Zusammengefasst: alles, was ich DIY-mäßig tue, möchte ich hier (wenn Zeit und Lust da sind) teilen bzw. dokumentieren - in der Hoffnung, dass sich vielleicht wirklich mal jemand die genau selbe Frage stellt wie ich oder eine ähnliche Idee hat wie ich, und sich dann in diesen Blog verirrt.


    1. Python3 - das umfassende Handbuch von Johannes Ernesti und Peter Kaiser (keine Werbung!) ↩︎

    2. So einfach war es dann auch wieder nicht, aber aus Gründen der Übersichtlichkeit habe ich hier eben vereinfacht. ↩︎

    3. …einige Nachmittage (und Abende bis Nächte) gingen aber doch dafür drauf (um ehrlich zu sein). ↩︎

    \ No newline at end of file diff --git a/public/de/posts/2025/11/nostalgic_memories/index.html b/public/de/posts/2025/11/nostalgic_memories/index.html index 8f050fc..7fe28c1 100644 --- a/public/de/posts/2025/11/nostalgic_memories/index.html +++ b/public/de/posts/2025/11/nostalgic_memories/index.html @@ -1,5 +1,7 @@ Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klasse :: Privacynerd's blog

    Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klasse

    Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klasse

    Die Zeiten ändern sich#

    Niemand weiß so recht hin oder her - es ist eine nie dagewesene Situation. Und doch muss man irgendwie damit umgehen. Ein Virus geht um, und alle Welt verschanzt sich plötzlich hinter ihren Fenstern und Haustüren. Ganz klar: es geht um die Corona-Pandemie, und den damit einhergehenden Lockdown. Auch Schulen waren in dieser Zeit lange geschlossen, statt Präsenzunterricht vor Ort gab es nun Homeschooling. Für einige war das Internet dabei noch immer Neuland, für andere schuf diese neue Lebensrealität ungeahnte (auch zeitliche) Möglichkeiten. Darunter auch ich - damals in der siebten Klasse eines bayerischen Gymnasiums.

    Das Projekt#

    Im Unterrichtsfach NuT, das Physik und Informatik kombiniert, gab es einen umfangreichen Arbeitsauftrag: nachdem man sich mit Graphen und dem Internet als gewaltiges Netzwerk, darstellbar als Graphen beschäftigt hatte, sollte es nun in die Praxis gehen. Das Ziel: eine Website mit HTML (und CSS) bauen, um die Funktionsweise des World Wide Web (WWW) als ganzes besser zu verstehen - der Name lautete recht vielsagend „Projekt WWW”.

    „Klasse! - endlich mal von schulischer Seite das machen dürfen, was mich sowieso total interessiert” - so oder so ähnlich habe ich damals gedacht. Jedenfalls machte ich mich mit einem Klassenkameraden sofort an die Arbeit (wie sofortig genau, das weiß ich nicht mehr), wir machten uns Gedanken über den Aufbau, wir schrieben Gedichte, sammelten Bilder und suchten Definitionen heraus. Für den technischen Kram war dabei vor allem ich verantwortlich, er mehr für den Inhalt und Kontrolle.

    Warum das ganze?#

    Wer bis hier gelesen hat, stellt sich vielleicht diese Frage. Nun ja - erstens sind gerade Herbstferien und damit Zeit, um zumindest ein wenig auf andere Gedanken zu kommen (beispielsweise endlich wieder ein wenig für eine mögliche Amateurfunkprüfung lernen) und in Erinnerungen zu schwelgen. So fand ich das Projekt in den Untiefen des Dateisystems meines Rechners - und war aufs neue ganz erstaunt darüber, was wir damals geleistet haben und dachte mir, das könnte ich doch auf meinem etwas persönlicheren Blog hochladen.

    Auch für den Leser könnte es interessant und bestimmt ein bisschen nostalgisch sein, über das nachzudenken, was man früher schon alles geschafft hat. Oft ist man selbst erstaunt über das, was man dabei herausfindet.

    Das Ergebnis#

    In brevitas veritas (oder so ähnlich), hat mal einer gesagt: hier also die Ergebnisse zum interaktiven Durchklicken - schließlich ist es ja eine Website - als iFrame! Und wer es lieber etwas größer mag, kann es sich hier ganz ohne iFrame ansehen.

    Der Graph, der die Verbindungen der Seiten untereinander darstellt, lässt sich hier abrufen.

    Nach damaligen Webstandards hat sie funktioniert, heute scheinbar nicht mehr - so erkläre ich mich einige Artefakte und seltsame Darstellungen. Jedenfalls sind hier einige witzige Fakten - manchmal auch erfunden - auszumachen, natürliche süße Katzenbilder wie im Internet eben so üblich und auch etwas technischere Angaben dürfen nicht fehlen.

    Ach ja, fast hätte ich es vergessen - es handelte sich doch um ein Schulprojekt! Was ich darauf für eine Note bekam, weiß ich bis heute nicht. Auch nicht, ob es überhaupt jemals bewertet wurde.

    \ No newline at end of file diff --git a/public/de/posts/2026/04/exposure-unit-upgrade/index.html b/public/de/posts/2026/04/exposure-unit-upgrade/index.html new file mode 100644 index 0000000..0c15988 --- /dev/null +++ b/public/de/posts/2026/04/exposure-unit-upgrade/index.html @@ -0,0 +1,8 @@ +Verbesserung des UV-Belichters :: Privacynerd's blog

    Verbesserung des UV-Belichters

    Verbesserung des UV-Belichters

    Einleitung#

    Nach längerer Zeit mit über 40 Minuten Belichtungszeit bei der Platinenherstellung mit dem UV-Belichter Marke Eigenbau wurde es nun Zeit für das schon angekündigte Upgrade. Ziel war die Verdopplung der Anzahl der LEDs von 48 auf 96. Zum einen soll dadurch eine homogenere Abdeckung der Belichtungsfläche erzielt werden, zum anderen natürlich auch schnellere Belichtungszeiten.

    1. Platinenprobleme#

    Durch die erhöhte Anzahl LEDs erhöht sich auch die benötigte Leistung. Und das stellte ein Problem dar - die erste Steuerplatine war nur auf 1A bei 12V ausgelegt. Es muss also eine neue her - der Belichter belichtet seine eigene Controllerplatine.

    Das Layout

    Im Vergleich mit der ersten Version zeigt sich der Vorteil von PCBs gegenüber von Lochrasterplatinen deutlich:

    Die alte und die neue Platine im Vergleich

    2. Neuer Anstrich#

    Für noch bessere Effizienz durch Reflexion wir die neue Platine auch wie die alte mit Chromeffektlack besprüht. Weil der geringere Abstand zwischen den LEDs allerdings auch eine andere Platzierung der beiden LED-Trägerplatinen (etwas geringerer Abstand in der Mitte, um homogen zu bleiben) nötig macht, musste um der Schönheit willen auch der Innenraum des Belichters nochmals lackiert werden - sonst sähe man die Abdrücke der alten Platinen noch immer.

    Vorher-Nachher-Bild der Lackierung der Trägerplatinen und des Innenraums des Belichters

    Ergebnis#

    Das Ergebnis kann sich sehen lassen - man kann nun fast keine einzelnen Lichtkegel auf Belichtungsabstand (dort, wo die Platine aufliegt) mehr sehen, es ergibt sich ein sehr homogenes Bild.

    Vorher-Nachher-Bild der Ausleuchtung: Links sehr homogen, rechts noch einzelne Lichtkgeel erkennbar

    Im Bild wurde auf die Glasscheibe ein Papier gelegt, um die Ausleuchtung der Fläche festzustellen. Rechts wurde die alte (24 LEDs), links eine neue Trägerplatine (48 LEDs) eingebaut. +Die neuen Belichtungszeiten konnten aufgrund von Zeitmangel nicht genau festgestellt werden, werden sich jedoch im Bereich um 15-20 Minuten bewegen.

    \ No newline at end of file diff --git a/public/de/posts/index.html b/public/de/posts/index.html index 19fbbb7..4b320c7 100644 --- a/public/de/posts/index.html +++ b/public/de/posts/index.html @@ -1,3 +1,3 @@ -Posts :: Privacynerd's blog

    Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klasse

    Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klasse

    Die Zeiten ändern sich

    Niemand weiß so recht hin oder her - es ist eine nie dagewesene Situation. Und doch muss man irgendwie damit umgehen. Ein Virus geht um, und alle Welt verschanzt sich plötzlich hinter ihren Fenstern und Haustüren. Ganz klar: es geht um die Corona-Pandemie, und den damit einhergehenden Lockdown. Auch Schulen waren in dieser Zeit lange geschlossen, statt Präsenzunterricht vor Ort gab es nun Homeschooling. Für einige war das Internet dabei noch immer Neuland, für andere schuf diese neue Lebensrealität ungeahnte (auch zeitliche) Möglichkeiten. Darunter auch ich - damals in der siebten Klasse eines bayerischen Gymnasiums.

    [Mehr lesen]

    UV-Belichter (LED) aus Marke Eigenbau

    UV-Belichter (LED) aus Marke Eigenbau

    Ist man eine gewisse Zeit lang in der (Elektronik-)DIY-Szene unterwegs, kommt man irgendwann auch um Platinen (gedruckte Leiterplatten/PCBs) nicht herum. Vorteile gegenüber dem manuellen Löten von Schaltungen auf Loch- bzw. Streifenrasterplatinen sind vor allem die einfachere Replizierbarkeit (einmal designed kann man eine Schaltung theoretisch beliebig oft herstellen) und die Möglichkeit, Platz effizienter zu nutzen (eine Platine ist fast immer kleiner als eine gelötete Lochrasterplatine mit der selben Schaltung). Letzendlich wirken Geräte mit Platinen aber auch schlicht professioneller. Sicherlich gibt es noch mehr Vorteile (und natürlich auch Nachteile!), auf deren Auflistung ich hier allerdings aus Gründen der Einfachheit verzichte.

    [Mehr lesen]

    Wie es alles anfing - oder: der erste Post!

    Wie es alles anfing - oder: der erste Post!

    Vorüberlegungen

    Ich habe lange überlegt, wie ich diesen Post schreibe. Was muss erzählt werden, was ist unwichtig? Vieles muss wegen der Übersichtlichkeit weggelassen werden, und an so manches erinnere ich mich vielleicht schon gar nicht mehr. Jedenfalls möchte ich mit diesem Artikel meine Intention erklären, wie ich dazu kam, diesen Blog zu starten. Doch um das zu erklären, muss man die Ursprünge verstehen.

    Wie alles anfing

    Alles begann damit, dass ich als Schüler der 5. oder 6. Klasse (ich weiß es nicht mehr so genau!) anfing, auf einem Laptop für die Schule ein Batch-Skript zu schreiben. Ja, so war es, ich gebe es zu - auch wenn ich nicht weiß, wer oder was mich dazu trieb. Eine grobe Vorstellung habe ich aber: Ich glaube, es war so eine intrinsische Motivation eines Kindes, herauszufinden, wie dieser Computer da vor ihm funktioniert, die mich dazu trieb.

    [Mehr lesen]
    \ No newline at end of file diff --git a/public/de/posts/index.xml b/public/de/posts/index.xml index 2ee23d3..117d97c 100644 --- a/public/de/posts/index.xml +++ b/public/de/posts/index.xml @@ -1,5 +1,8 @@ -Posts on Privacynerd's bloghttps://blog.privacynerd.de/de/posts/Recent content in Posts on Privacynerd's blogHugodeMon, 03 Nov 2025 17:55:26 +0100Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klassehttps://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/Mon, 03 Nov 2025 17:55:26 +0100https://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/<h2 id="times-are-changing">Die Zeiten ändern sich</h2> -<p>Niemand weiß so recht hin oder her - es ist eine nie dagewesene Situation. Und doch muss man irgendwie damit umgehen. Ein Virus geht um, und alle Welt verschanzt sich plötzlich hinter ihren Fenstern und Haustüren. Ganz klar: es geht um die Corona-Pandemie, und den damit einhergehenden Lockdown. Auch Schulen waren in dieser Zeit lange geschlossen, statt Präsenzunterricht vor Ort gab es nun Homeschooling. Für einige war das Internet dabei noch immer Neuland, für andere schuf diese neue Lebensrealität ungeahnte (auch zeitliche) Möglichkeiten. Darunter auch ich - damals in der siebten Klasse eines bayerischen Gymnasiums.</p>UV-Belichter (LED) aus Marke Eigenbauhttps://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/Mon, 14 Apr 2025 08:11:20 +0200https://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/<p>Ist man eine gewisse Zeit lang in der (Elektronik-)DIY-Szene unterwegs, kommt man irgendwann auch um Platinen (gedruckte Leiterplatten/PCBs) nicht herum. Vorteile gegenüber dem manuellen Löten von Schaltungen auf Loch- bzw. Streifenrasterplatinen sind vor allem die einfachere Replizierbarkeit (einmal designed kann man eine Schaltung theoretisch beliebig oft herstellen) und die Möglichkeit, Platz effizienter zu nutzen (eine Platine ist fast immer kleiner als eine gelötete Lochrasterplatine mit der selben Schaltung). Letzendlich wirken Geräte mit Platinen aber auch schlicht professioneller. Sicherlich gibt es noch mehr Vorteile (und natürlich auch Nachteile!), auf deren Auflistung ich hier allerdings aus Gründen der Einfachheit verzichte.</p>Wie es alles anfing - oder: der erste Post!https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/Sun, 13 Apr 2025 15:10:20 +0200https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/<h2 id="thinking">Vorüberlegungen</h2> -<p>Ich habe lange überlegt, wie ich diesen Post schreibe. Was muss erzählt werden, was ist unwichtig? Vieles muss wegen der Übersichtlichkeit weggelassen werden, und an so manches erinnere ich mich vielleicht schon gar nicht mehr. Jedenfalls möchte ich mit diesem Artikel meine Intention erklären, wie ich dazu kam, diesen Blog zu starten. Doch um das zu erklären, muss man die Ursprünge verstehen.</p> -<h2 id="beginnings">Wie alles anfing</h2> -<p>Alles begann damit, dass ich als Schüler der 5. oder 6. Klasse (ich weiß es nicht mehr so genau!) anfing, auf einem Laptop für die Schule ein Batch-Skript zu schreiben. Ja, so war es, ich gebe es zu - auch wenn ich nicht weiß, wer oder was mich dazu trieb. Eine grobe Vorstellung habe ich aber: Ich glaube, es war so eine intrinsische Motivation eines Kindes, herauszufinden, wie dieser Computer da vor ihm funktioniert, die mich dazu trieb.</p> \ No newline at end of file +Posts on Privacynerd's bloghttps://blog.privacynerd.de/de/posts/Recent content in Posts on Privacynerd's blogHugodeFri, 10 Apr 2026 18:09:20 +0200Verbesserung des UV-Belichtershttps://blog.privacynerd.de/de/posts/2026/04/exposure-unit-upgrade/Fri, 10 Apr 2026 18:09:20 +0200https://blog.privacynerd.de/de/posts/2026/04/exposure-unit-upgrade/<h2 id="introduction">Einleitung</h2> +<p>Nach längerer Zeit mit über 40 Minuten Belichtungszeit bei der Platinenherstellung mit dem <a href="https://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/">UV-Belichter Marke Eigenbau</a> wurde es nun Zeit für das schon angekündigte Upgrade. Ziel war die Verdopplung der Anzahl der LEDs von 48 auf 96. Zum einen soll dadurch eine homogenere Abdeckung der Belichtungsfläche erzielt werden, zum anderen natürlich auch schnellere Belichtungszeiten.</p> +<h2 id="problems">1. Platinenprobleme</h2> +<p>Durch die erhöhte Anzahl LEDs erhöht sich auch die benötigte Leistung. Und das stellte ein Problem dar - die erste Steuerplatine war nur auf 1A bei 12V ausgelegt. Es muss also eine neue her - der Belichter belichtet seine eigene Controllerplatine.</p>Zwischen Homeschooling und Webdesign - nostalgische Erinnerung an die siebte Klassehttps://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/Mon, 03 Nov 2025 17:55:26 +0100https://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/<h2 id="times-are-changing">Die Zeiten ändern sich</h2> +<p>Niemand weiß so recht hin oder her - es ist eine nie dagewesene Situation. Und doch muss man irgendwie damit umgehen. Ein Virus geht um, und alle Welt verschanzt sich plötzlich hinter ihren Fenstern und Haustüren. Ganz klar: es geht um die Corona-Pandemie, und den damit einhergehenden Lockdown. Auch Schulen waren in dieser Zeit lange geschlossen, statt Präsenzunterricht vor Ort gab es nun Homeschooling. Für einige war das Internet dabei noch immer Neuland, für andere schuf diese neue Lebensrealität ungeahnte (auch zeitliche) Möglichkeiten. Darunter auch ich - damals in der siebten Klasse eines bayerischen Gymnasiums.</p>UV-Belichter (LED) aus Marke Eigenbauhttps://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/Mon, 14 Apr 2025 08:11:20 +0200https://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/<p>Ist man eine gewisse Zeit lang in der (Elektronik-)DIY-Szene unterwegs, kommt man irgendwann auch um Platinen (gedruckte Leiterplatten/PCBs) nicht herum. Vorteile gegenüber dem manuellen Löten von Schaltungen auf Loch- bzw. Streifenrasterplatinen sind vor allem die einfachere Replizierbarkeit (einmal designed kann man eine Schaltung theoretisch beliebig oft herstellen) und die Möglichkeit, Platz effizienter zu nutzen (eine Platine ist fast immer kleiner als eine gelötete Lochrasterplatine mit der selben Schaltung). Letzendlich wirken Geräte mit Platinen aber auch schlicht professioneller. Sicherlich gibt es noch mehr Vorteile (und natürlich auch Nachteile!), auf deren Auflistung ich hier allerdings aus Gründen der Einfachheit verzichte.</p>Wie es alles anfing - oder: der erste Post!https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/Sun, 13 Apr 2025 15:10:20 +0200https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/<h2 id="thinking">Vorüberlegungen</h2> +<p>Ich habe lange überlegt, wie ich diesen Post schreibe. Was muss erzählt werden, was ist unwichtig? Vieles muss wegen der Übersichtlichkeit weggelassen werden, und an so manches erinnere ich mich vielleicht schon gar nicht mehr. Jedenfalls möchte ich mit diesem Artikel meine Intention erklären, wie ich dazu kam, diesen Blog zu starten. Doch um das zu erklären, muss man die Ursprünge verstehen.</p> +<h2 id="beginnings">Wie alles anfing</h2> +<p>Alles begann damit, dass ich als Schüler der 5. oder 6. Klasse (ich weiß es nicht mehr so genau!) anfing, auf einem Laptop für die Schule ein Batch-Skript zu schreiben. Ja, so war es, ich gebe es zu - auch wenn ich nicht weiß, wer oder was mich dazu trieb. Eine grobe Vorstellung habe ich aber: Ich glaube, es war so eine intrinsische Motivation eines Kindes, herauszufinden, wie dieser Computer da vor ihm funktioniert, die mich dazu trieb.</p> \ No newline at end of file diff --git a/public/de/posts/page/1/index.html b/public/de/posts/page/1/index.html index f2cafe3..ace4834 100644 --- a/public/de/posts/page/1/index.html +++ b/public/de/posts/page/1/index.html @@ -1 +1 @@ -https://blog.privacynerd.de/de/posts/ \ No newline at end of file +https://blog.privacynerd.de/de/posts/ \ No newline at end of file diff --git a/public/de/sitemap.xml b/public/de/sitemap.xml index e651741..1db7deb 100644 --- a/public/de/sitemap.xml +++ b/public/de/sitemap.xml @@ -1 +1 @@ -https://blog.privacynerd.de/de/posts/2025-11-03T17:55:26+01:00https://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/2025-11-03T17:55:26+01:00https://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/2025-04-14T08:11:20+02:00https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/2025-04-13T15:10:20+02:00https://blog.privacynerd.de/de/about/2025-04-13T13:02:20+02:00https://blog.privacynerd.de/de/2025-04-13T12:54:00+02:00https://blog.privacynerd.de/de/categories/https://blog.privacynerd.de/de/tags/ \ No newline at end of file +https://blog.privacynerd.de/de/posts/2026-04-10T18:09:20+02:00https://blog.privacynerd.de/de/posts/2026/04/exposure-unit-upgrade/2026-04-10T18:09:20+02:00https://blog.privacynerd.de/de/posts/2025/11/nostalgic_memories/2025-11-03T17:55:26+01:00https://blog.privacynerd.de/de/posts/2025/04/diy-uv-pcb-exposure-unit/2025-04-14T08:11:20+02:00https://blog.privacynerd.de/de/posts/2025/04/how-it-all-began/2025-04-13T15:10:20+02:00https://blog.privacynerd.de/de/about/2025-04-13T13:02:20+02:00https://blog.privacynerd.de/de/2025-04-13T12:54:00+02:00https://blog.privacynerd.de/de/categories/https://blog.privacynerd.de/de/tags/ \ No newline at end of file diff --git a/public/de/tags/index.html b/public/de/tags/index.html index 866902b..ea182f3 100644 --- a/public/de/tags/index.html +++ b/public/de/tags/index.html @@ -1,3 +1,3 @@ -Tags :: Privacynerd's blog

    Tags

      \ No newline at end of file diff --git a/public/en/404.html b/public/en/404.html index 0e988a4..f88c178 100644 --- a/public/en/404.html +++ b/public/en/404.html @@ -1,3 +1,3 @@ -404 Page not found :: Privacynerd's blog

      404 — Page not found...

      Back to home page →
      \ No newline at end of file diff --git a/public/en/about/index.html b/public/en/about/index.html index 06f5736..00902f9 100644 --- a/public/en/about/index.html +++ b/public/en/about/index.html @@ -4,6 +4,6 @@ posts about my DIY projects, about new experiences that I gather while tinkering ">

      About

      The intention#

      Well, my Name is Benjamin, and I’m mostly known as BlueFox. I love tinkering around with electronics, 3D printing stuff and working with wood, but I also do a bit of programming and am an avid self-hoster.

      This is my personal blog (driven in my free time, all of this is just a hobby) about all the kinds of things I’m doing DIY-wise. This includes:

      • posts about my DIY projects,
      • about new experiences that I gather while tinkering,
      • also an update here and there on existing projects and libraries of mine,
      • and maybe something completely new!

      Just have a look around, perhaps you’ll find something interesting!

      The logo for this blog was created when I was bored at some point. I just loved the look of it and since then, I use it regularly for projects of mine. To be more precise, I drew it when I was maybe 11 years old, and the first time it was used was in a Django + Python project of mine, called “PiFi” - which is now also the name of a high-speed wifi upgrade kit and a hifi system, both based on Raspberry Pi’s (but these are completely unrelated and couldn’t have known my naming). Whatever.

      The story behind it (and more)#

      The first post in this blog reveals a lot about the history and how the idea for this blog came about. If you are interested, you can read it here.

      \ No newline at end of file diff --git a/public/en/categories/index.html b/public/en/categories/index.html index f735c26..13b29fb 100644 --- a/public/en/categories/index.html +++ b/public/en/categories/index.html @@ -1,3 +1,3 @@ -Categories :: Privacynerd's blog

      Categories

        \ No newline at end of file diff --git a/public/en/index.html b/public/en/index.html index 0c06f16..0811528 100644 --- a/public/en/index.html +++ b/public/en/index.html @@ -1,3 +1,3 @@ -Privacynerd's blog

        Hey there! 👋

        My Name is Benjamin, and I’m mostly known as BlueFox.

        Welcome to this blog! I love tinkering around with electronics, 3D printing stuff and working with wood, but I also do a bit of programming and am an avid self-hoster. This is where I post about my activities from time to time.

        Just have a look around!

        Between Homeschooling And Web Design - nostalgic memories of seventh grade

        Between Homeschooling And Web Design - nostalgic memories of seventh grade

        Times are changing

        No one really knows one way or the other - it’s an unprecedented situation. And yet, somehow, we have to deal with it. A virus is spreading, and suddenly the whole world is barricading itself behind its windows and front doors. Clearly, we are talking about the COVID-19 pandemic and the accompanying lockdown(s). Schools in Germany were also closed for a long time during this period, with homeschooling replacing face-to-face teaching. For some, the internet was still new territory (”Neuland”, as some famous female german chancellor once said), while for others, this new reality created unexpected opportunities (including in terms of free time). I was one of the latter - at the time in seventh grade at a Bavarian high school.

        [Read more]

        Self-built UV exposure unit (LED)

        Self-built UV exposure unit (LED)

        If you’ve been around the (electronics) DIY scene for a while, at some point you can’t avoid circuit boards (printed circuit boards/PCBs). The main advantages over soldering circuits by hand on perforated or strip-grid boards are that they are easier to replicate (once designed a circuit can theoretically be produced as often as you like) and that space can be used more efficiently (a board is almost always smaller than a soldered perforated grid board with the same circuit). Ultimately, devices with circuit boards also simply look more professional. There are certainly more advantages (and of course also disadvantages!), but I will not list them here for the sake of simplicity.

        [Read more]

        How everything began - or: the first post!

        How everything began - or: the first post!

        Initial considerations

        I’ve been thinking about how to write this post for a long time. What needs to be told, what is unimportant? A lot has to be left out for the sake of clarity, and I might not even remember some of it. In any case, I would like to use this article to explain my intention in starting this blog. But to explain that, you have to understand the origins.

        [Read more]
        \ No newline at end of file diff --git a/public/en/index.xml b/public/en/index.xml index 256dfc2..271f0c1 100644 --- a/public/en/index.xml +++ b/public/en/index.xml @@ -1,12 +1,15 @@ -Privacynerd's bloghttps://blog.privacynerd.de/en/Recent content on Privacynerd's blogHugoenMon, 03 Nov 2025 17:55:26 +0100Between Homeschooling And Web Design - nostalgic memories of seventh gradehttps://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/Mon, 03 Nov 2025 17:55:26 +0100https://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/<h2 id="times-are-changing">Times are changing</h2> -<p>No one really knows one way or the other - it&rsquo;s an unprecedented situation. And yet, somehow, we have to deal with it. A virus is spreading, and suddenly the whole world is barricading itself behind its windows and front doors. Clearly, we are talking about the COVID-19 pandemic and the accompanying lockdown(s). Schools in Germany were also closed for a long time during this period, with homeschooling replacing face-to-face teaching. For some, the internet was still new territory (”Neuland”, as some famous female german chancellor once said), while for others, this new reality created unexpected opportunities (including in terms of free time). I was one of the latter - at the time in seventh grade at a Bavarian high school.</p>Self-built UV exposure unit (LED)https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/Mon, 14 Apr 2025 08:11:20 +0200https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/<p>If you&rsquo;ve been around the (electronics) DIY scene for a while, at some point you can&rsquo;t avoid circuit boards (printed circuit boards/PCBs). The main advantages over soldering circuits by hand on perforated or strip-grid boards are that they are easier to replicate (once designed a circuit can theoretically be produced as often as you like) and that space can be used more efficiently (a board is almost always smaller than a soldered perforated grid board with the same circuit). Ultimately, devices with circuit boards also simply look more professional. There are certainly more advantages (and of course also disadvantages!), but I will not list them here for the sake of simplicity.</p>How everything began - or: the first post!https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/Sun, 13 Apr 2025 15:10:20 +0200https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/<h2 id="thinking">Initial considerations</h2> -<p>I&rsquo;ve been thinking about how to write this post for a long time. What needs to be told, what is unimportant? A lot has to be left out for the sake of clarity, and I might not even remember some of it. In any case, I would like to use this article to explain my intention in starting this blog. But to explain that, you have to understand the origins.</p>Abouthttps://blog.privacynerd.de/en/about/Sun, 13 Apr 2025 13:02:20 +0200https://blog.privacynerd.de/en/about/<h2 id="intention">The intention</h2> -<p>Well, my Name is Benjamin, and I’m mostly known as BlueFox. I love tinkering around with electronics, 3D printing stuff and working with wood, but I also do a bit of programming and am an avid self-hoster.</p> -<p>This is my personal blog (driven in my free time, all of this is just a hobby) about all the kinds of things I&rsquo;m doing DIY-wise. This includes:</p> -<ul> -<li>posts about my DIY projects,</li> -<li>about new experiences that I gather while tinkering,</li> -<li>also an update here and there on existing projects and libraries of mine,</li> -<li>and maybe something completely new!</li> -</ul> -<p>Just have a <a href="https://blog.privacynerd.de/en/">look around</a>, perhaps you&rsquo;ll find something interesting!</p> \ No newline at end of file +Privacynerd's bloghttps://blog.privacynerd.de/en/Recent content on Privacynerd's blogHugoenFri, 10 Apr 2026 18:09:20 +0200Verbesserung des UV-Belichtershttps://blog.privacynerd.de/en/posts/2026/04/exposure-unit-upgrade/Fri, 10 Apr 2026 18:09:20 +0200https://blog.privacynerd.de/en/posts/2026/04/exposure-unit-upgrade/<h2 id="introduction">Introduction</h2> +<p>After a long period of using the <a href="https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/">unit</a> with exposure times exceeding 40 minutes in PCB manufacturing, it was finally time for the previously announced upgrade. The goal was to double the number of LEDs from 48 to 96. This is intended to achieve more uniform coverage of the exposure area, as well as, of course, shorter exposure times.</p> +<h2 id="problems">1. PCB Problems</h2> +<p>The increased number of LEDs also increases the power requirement. And that posed a problem—the first control board was only rated for 1A at 12V. So a new one is needed - the exposure unit exposes its own controller board.</p>Between Homeschooling And Web Design - nostalgic memories of seventh gradehttps://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/Mon, 03 Nov 2025 17:55:26 +0100https://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/<h2 id="times-are-changing">Times are changing</h2> +<p>No one really knows one way or the other - it&rsquo;s an unprecedented situation. And yet, somehow, we have to deal with it. A virus is spreading, and suddenly the whole world is barricading itself behind its windows and front doors. Clearly, we are talking about the COVID-19 pandemic and the accompanying lockdown(s). Schools in Germany were also closed for a long time during this period, with homeschooling replacing face-to-face teaching. For some, the internet was still new territory (”Neuland”, as some famous female german chancellor once said), while for others, this new reality created unexpected opportunities (including in terms of free time). I was one of the latter - at the time in seventh grade at a Bavarian high school.</p>Self-built UV exposure unit (LED)https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/Mon, 14 Apr 2025 08:11:20 +0200https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/<p>If you&rsquo;ve been around the (electronics) DIY scene for a while, at some point you can&rsquo;t avoid circuit boards (printed circuit boards/PCBs). The main advantages over soldering circuits by hand on perforated or strip-grid boards are that they are easier to replicate (once designed a circuit can theoretically be produced as often as you like) and that space can be used more efficiently (a board is almost always smaller than a soldered perforated grid board with the same circuit). Ultimately, devices with circuit boards also simply look more professional. There are certainly more advantages (and of course also disadvantages!), but I will not list them here for the sake of simplicity.</p>How everything began - or: the first post!https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/Sun, 13 Apr 2025 15:10:20 +0200https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/<h2 id="thinking">Initial considerations</h2> +<p>I&rsquo;ve been thinking about how to write this post for a long time. What needs to be told, what is unimportant? A lot has to be left out for the sake of clarity, and I might not even remember some of it. In any case, I would like to use this article to explain my intention in starting this blog. But to explain that, you have to understand the origins.</p>Abouthttps://blog.privacynerd.de/en/about/Sun, 13 Apr 2025 13:02:20 +0200https://blog.privacynerd.de/en/about/<h2 id="intention">The intention</h2> +<p>Well, my Name is Benjamin, and I’m mostly known as BlueFox. I love tinkering around with electronics, 3D printing stuff and working with wood, but I also do a bit of programming and am an avid self-hoster.</p> +<p>This is my personal blog (driven in my free time, all of this is just a hobby) about all the kinds of things I&rsquo;m doing DIY-wise. This includes:</p> +<ul> +<li>posts about my DIY projects,</li> +<li>about new experiences that I gather while tinkering,</li> +<li>also an update here and there on existing projects and libraries of mine,</li> +<li>and maybe something completely new!</li> +</ul> +<p>Just have a <a href="https://blog.privacynerd.de/en/">look around</a>, perhaps you&rsquo;ll find something interesting!</p> \ No newline at end of file diff --git a/public/en/page/1/index.html b/public/en/page/1/index.html index 351acdc..396949c 100644 --- a/public/en/page/1/index.html +++ b/public/en/page/1/index.html @@ -1 +1 @@ -https://blog.privacynerd.de/en/ \ No newline at end of file +https://blog.privacynerd.de/en/ \ No newline at end of file diff --git a/public/en/posts/2025/04/diy-uv-pcb-exposure-unit/index.html b/public/en/posts/2025/04/diy-uv-pcb-exposure-unit/index.html index 9320fdd..346a0da 100644 --- a/public/en/posts/2025/04/diy-uv-pcb-exposure-unit/index.html +++ b/public/en/posts/2025/04/diy-uv-pcb-exposure-unit/index.html @@ -3,6 +3,6 @@ ">

        Self-built UV exposure unit (LED)

        Self-built UV exposure unit (LED)

        If you’ve been around the (electronics) DIY scene for a while, at some point you can’t avoid circuit boards (printed circuit boards/PCBs). The main advantages over soldering circuits by hand on perforated or strip-grid boards are that they are easier to replicate (once designed a circuit can theoretically be produced as often as you like) and that space can be used more efficiently (a board is almost always smaller than a soldered perforated grid board with the same circuit). Ultimately, devices with circuit boards also simply look more professional. There are certainly more advantages (and of course also disadvantages!), but I will not list them here for the sake of simplicity.

        Nowadays, it is very easy to have (self-)created circuit board designs manufactured, with relevant offers from China you pay no more than €5 for a simple circuit board with 2 sides. However, the price does not include the shipping costs and the time you have to wait for your PCBs. If you are not planning to produce several different designs a year, or only need a special circuit board once, you are well served with such offers. However, if you often need custom-made products, it can quickly become lucrative (even with the Chinese offers) to bring the production in-house. At the end of the day, it’s fun and at least gives you the feeling of a little independence to make your own circuit boards!

        So after dreaming of making my own circuit boards for some time, I have now gone one step further in the realization. There are various ways to produce printed circuit boards yourself. The cheapest method is probably exposing a blank PCB with a photopositive coating and then developing and finally etching the exposed areas. Building the etching device myself seemed too tricky, so I decided to buy a used Ätzgerät 1 from pro-ma, which was very cheap at €50. But what you can certainly build yourself is the UV exposure unit. There are different approaches here, I just want to share mine here (see e.g. here or also here for the models where I found inspiration)!

        So enough of the introduction, here’s the really important stuff!

        The housing#

        For the housing, I built a simple box from MDF boards with an additional small section at the front, where the control electronics will be located later.

        This picture would show the finished housing with acrylic glass pane and some loose components.

        The finished housing with acrylic glass pane

        In order for the UV light to reach the coated circuit board, the holder must be transparent. An acrylic glass pane does the job here. Important here: this must be UV-permeable, which is not necessarily the case with panes for the garden area! DIY store staff were unable to help in my case (it’s a very specific requirement ;), but thanks to the internet you can find out more here. Sometimes it helps to look on the website of the DIY store of your choice for UV-permeable acrylic glass panes.

        This pane must have a certain distance to the LEDs so that the light from the LEDs can be distributed evenly. You can of course calculate a perfect distance at - using the beam angle of the LEDs and the distance between the individual LEDs. However, I decided to use the simpler (and sometimes very inaccurate) rule of thumb here - but it worked.

        This picture shows sketches for the individual sides of the wooden box

        Sketches of the box

        The LEDs#

        UV LEDs are quite easy to obtain from electronics suppliers. For this DIY project, I decided to use 48 LEDs in 6 rows of 8 LEDs each on two 160x100mm perforated grid boards (yes, a strip grid is also possible and would have been easier :). Since UV LEDs have an operating voltage of about 3.0 to 3.3V and I wanted to use a 12V power supply, you need a resistor of 470 Ohm for each LED, which drops about 9V at 20mA (there are several good tutorials on the Internet for calculating LED series resistors).

        As far as the exposure time is concerned, see below in the section “The practical part - Exposure time”.

        Links: Sketch of the distribution of the LEDs, right: view of the LEDs from above

        left: Sketch of the distribution of the LEDs; right: view of the LEDs from above

        The lacquering#

        Chrome-effect paint was the paint of choice for the exposure area. So, I masked everything except for the exposure area (and of course the LEDs!) and painted it several times according to the instructions on the spray can and left it to dry overnight.

        Picture of the box masked for painting

        Box is masked, about to be painted!

        Picture of the inside of the painted box

        It’s shiny!

        The control unit#

        Here I was faced with a choice: install a simple switch or a more complex logic with a timer function? The idea of the built-in timer seemed appealing - finally programming something hardware-related again. So I assembled a breadboard (perhaps the last one ever?!) with a Raspberry Pi Pico, relays, a connection for an LCD display and some control elements, programmed a small interface with my existing libraries and the electronics were ready! To be installed in the housing, it still needed a cover. All the necessary information can be found in the corresponding git repository!

        Picture of the control unit

        The control unit

        Image of the front panel with the LCD and control elements in operation

        Front panel with LCD and control elements in operation

        The practical part - Exposure time#

        So what does it look like in practice - the crucial question at the end. I would like to say that this is my first experience with manual PCB production. I used a simple blinky circuit (which was also my first completely self-made PCB design) for the tests.

        Side-by-side view of the printed circuit and the view on the computer with all layers

        The test object…

        So, my first experiences with the self-built exposure unit were mixed. The first attempt with 3 minutes exposure time went somewhat wrong. Specifically, no contours were visible even after 10-20 minutes in the developer at room temperature, and nothing happened even after 20-30 minutes etching. The second attempt was more promising, after 30 minutes of exposure the first contours could be seen after about 15 minutes of development, which actually disappeared during etching. After a few more attempts, I finally came up with the idea of working with two overlapping films instead of one, which meant that much less light came through the printed areas. The results were suddenly improving, and after a short time the circuit board was of sufficient quality for the circuit to function!

        Collage of the first manufacturing attempts up to the first functional PCB

        …and the results

        So: The exposure time for successful results is between 40 and 45 minutes. Admittedly, that’s quite a long time, but it’s sufficient for my first attempts and more than acceptable considering the price of a finished exposure unit (which can easily run into the hundreds) (the exposure unit costs around €30-50 in total - and building it was a lot of fun!). For shorter exposure times, I am considering increasing the number of LEDs afterwards. But that’s a story for another time.

        \ No newline at end of file +:: Theme made by panr (customized) \ No newline at end of file diff --git a/public/en/posts/2025/04/how-it-all-began/index.html b/public/en/posts/2025/04/how-it-all-began/index.html index 94cfb7e..2ae9689 100644 --- a/public/en/posts/2025/04/how-it-all-began/index.html +++ b/public/en/posts/2025/04/how-it-all-began/index.html @@ -38,6 +38,6 @@ :exit exit -

        Well, then my father gave me the book, a textbook on Python31, and there was no turning back. I think I read the entire textbook when I was 11 or 12 years old. Anyway, at some point I switched to Linux (initially Linux Mint) - then came COVID-192.

        COVID-19#

        For students, COVID-19 and the associated homeschooling and isolation meant one thing above all: a lot of time. They used it in different ways. I used it to pursue my new hobby intensively. During this time, I learned new programming languages like Java (partly for Minecraft plugins, here you can find some), and even taught myself some C and assembler.

        During this time, I was given my first Raspberry Pi - with far-reaching consequences. Because it led to me turning more and more to the hardware side. While I had previously written web apps with a database in Django or Flask and Python, I was now programming simple blinking circuits, then at some point scripts that read sensor data and displayed it on a small OLED display (0.96") or switched the lamps in my room on and off at the touch of a button (because a light switch is not enough!). During this time, I also discovered for myself a 3D printer that had been sitting around almost unused for a long time.

        Picture of the ESafeP - a wooden ”safe“ with its own software

        The ”ESafeP“ - very stable!

        Things got even more hardware-oriented with my first ESP32 - new ideas emerged and with them new projects. A self-built safe (super safe made of wood!) with my own software was just as much a part of it as my own MP3 (and much more) player. The 3D printer was also used time and again, as it is common in the DIY space - for example for the housing for my battery-powered ePaper showing the german ”Tageslosung“ - a verse from the bible for every day.

        Image of a finished, self-made NetSpeaker in housing - which is (not) just MP3 player.

        A NetSpeaker

        Image of the finished ePaper, which displays the current daily verse of the bibel (german ”Tageslosung“)

        Losungs-ePaper (showing a biblical verse of the day)

        All in all, the corona pandemic had opened up previously unimagined new spaces, at least for me, and also had its positive sides: During this time, I developed an interest in 3D printing, which could also be the subject of this blog.

        Until now…#

        Well, not much has changed since then. At some point, self-hosting got a thing for me, and I also got to know wood as an exciting material (as already mentioned above). It’s so cool to see what you can host yourself: your own file synchronization service, your own Github, media servers, and so on. Initially, everything ran on the aforementioned Raspberry Pi. Later, however, access from outside the home network was required, and since then many services have been running on a rented server.

        Screenshot of my self-hosted instance of Gitea

        A ”self-hosted Github“

        Not so long ago, I had an idea: I was learning to etch circuit boards myself, and the information I was getting was mainly from other makers’ blogs. Thus, why not write about what you do? On the one hand, it could actually be that someone looking for it might find their way to the blog, but on the other hand, it’s simply a useful way of documenting it, and maybe even something good for future job applications.

        Picture of a setup for manually etching circuit boards; in the picture: a self-built UV exposure unit, an etching unit and a container with caustic soda solution

        The etching setup

        So, I sat down and looked for ways to create a blog. Of course, it had to be self-hosted, and maybe even a bit self-made. This led me to Hugo (Jekyll was also a consideration), a relatively simple (and very fast) static site generator that can generate websites from Markdown (among other things) and is therefore actually perfect for a blog. When choosing a theme, I initially wavered between ”create it myself“ and ”use an existing one“. Due to a lack of time and for reasons of simplicity, I ended up using an existing one, more precisely Terminal. Adapted to my needs, the blog itself was already finished relatively quickly3. Now it’s just waiting to be filled with content.

        Planned content#

        What you plan at the beginning is rarely implemented in exactly the same way in the end - and that will probably also be the case with this blog, and that’s a good thing. After all, everything evolves. But I’m still going to write down what I plan to write on this blog in the future - because I do have a rough idea.

        To summarize: everything I do DIY-wise, I would like to share resp. document here (if there is time and inclination) - in the hope that maybe someone will ask themselves the exact same question as me or have a similar idea to mine, and then find their way to this blog.


        1. Python3 - das umfassende Handbuch von Johannes Ernesti und Peter Kaiser (no advertising!) ↩︎

        2. Then again, it wasn’t that easy, but for the sake of clarity I’ve just simplified here. ↩︎

        3. …but, to be honest, a few afternoons (and evenings and nights) were spent on it. ↩︎

        \ No newline at end of file diff --git a/public/en/posts/2025/11/nostalgic_memories/index.html b/public/en/posts/2025/11/nostalgic_memories/index.html index b559139..e05babc 100644 --- a/public/en/posts/2025/11/nostalgic_memories/index.html +++ b/public/en/posts/2025/11/nostalgic_memories/index.html @@ -1,5 +1,7 @@ Between Homeschooling And Web Design - nostalgic memories of seventh grade :: Privacynerd's blog

        Between Homeschooling And Web Design - nostalgic memories of seventh grade

        Between Homeschooling And Web Design - nostalgic memories of seventh grade

        Times are changing#

        No one really knows one way or the other - it’s an unprecedented situation. And yet, somehow, we have to deal with it. A virus is spreading, and suddenly the whole world is barricading itself behind its windows and front doors. Clearly, we are talking about the COVID-19 pandemic and the accompanying lockdown(s). Schools in Germany were also closed for a long time during this period, with homeschooling replacing face-to-face teaching. For some, the internet was still new territory (”Neuland”, as some famous female german chancellor once said), while for others, this new reality created unexpected opportunities (including in terms of free time). I was one of the latter - at the time in seventh grade at a Bavarian high school.

        The Project#

        In the subject “NuT”, which combines physics and computer science, there was an extensive assignment: after studying graphs and the Internet as a huge network that can be represented as a giant graph, it was time to put theory into practice. The goal: to build a website using HTML (and CSS) in order to better understand how the World Wide Web (WWW) works as a whole - the name was quite telling: “Project WWW”.

        “Great! Finally, I get to do something at school that I’m really interested in anyway,” - or something like that - I thought at the time. In any case, I immediately got to work with a classmate (I don’t remember exactly how immediately), we thought about the structure, wrote poems, collected pictures, and looked up definitions. I was mainly responsible for the technical stuff, while he was more responsible for the content and supervision.

        Why all this?#

        Anyone who has read this far may be asking themselves this question. Well, first of all, it’s autumn holidays, which means it’s time to take my mind off things for a bit (for example, finally studying a little for a potential amateur radio exam) and reminisce. That’s how I found the project in the depths of my computer’s file system - and was once again amazed at what we had achieved back then and thought to myself that I could upload it to my more personal blog.

        It might also be interesting and certainly a bit nostalgic for readers to think about everything they’ve accomplished in the past. Often, you’ll be amazed at what you discover.

        The result#

        In brevitas veritas (or something like that), someone once said: so here are the results for interactively clicking through — because it’s a website — as an iFrame! And if you prefer something a little bigger, you can view it here without any iFrames.

        The graph showing the connections between the pages can be accessed here.

        It worked according to the web standards of the time, but apparently no longer does today - that’s how I explain some of the artifacts and strange displays to me. In any case, there are some funny facts here — some of them made up — as well as the usual cute cat pictures found on the internet and some more technical information.

        Oh yes, I almost forgot — it was a school project! To this day, I still don’t know what grade I got for it. Nor do I know if it was ever graded at all.

        \ No newline at end of file diff --git a/public/en/posts/2026/04/exposure-unit-upgrade/before-after-spray.png b/public/en/posts/2026/04/exposure-unit-upgrade/before-after-spray.png new file mode 100644 index 0000000..382b829 Binary files /dev/null and b/public/en/posts/2026/04/exposure-unit-upgrade/before-after-spray.png differ diff --git a/public/en/posts/2026/04/exposure-unit-upgrade/before-after_homogenity.jpg b/public/en/posts/2026/04/exposure-unit-upgrade/before-after_homogenity.jpg new file mode 100644 index 0000000..abf4f28 Binary files /dev/null and b/public/en/posts/2026/04/exposure-unit-upgrade/before-after_homogenity.jpg differ diff --git a/public/en/posts/2026/04/exposure-unit-upgrade/cover.png b/public/en/posts/2026/04/exposure-unit-upgrade/cover.png new file mode 100644 index 0000000..b3dfc2b Binary files /dev/null and b/public/en/posts/2026/04/exposure-unit-upgrade/cover.png differ diff --git a/public/en/posts/2026/04/exposure-unit-upgrade/index.html b/public/en/posts/2026/04/exposure-unit-upgrade/index.html new file mode 100644 index 0000000..8611b62 --- /dev/null +++ b/public/en/posts/2026/04/exposure-unit-upgrade/index.html @@ -0,0 +1,8 @@ +Verbesserung des UV-Belichters :: Privacynerd's blog

        Verbesserung des UV-Belichters

        Verbesserung des UV-Belichters

        Introduction#

        After a long period of using the unit with exposure times exceeding 40 minutes in PCB manufacturing, it was finally time for the previously announced upgrade. The goal was to double the number of LEDs from 48 to 96. This is intended to achieve more uniform coverage of the exposure area, as well as, of course, shorter exposure times.

        1. PCB Problems#

        The increased number of LEDs also increases the power requirement. And that posed a problem—the first control board was only rated for 1A at 12V. So a new one is needed - the exposure unit exposes its own controller board.

        The layout

        Compared to the first version, the advantage of PCBs over breadboards is clear:

        The old and new boards compared

        2. Fresh coat#

        To further improve efficiency through reflection, the new circuit board is also sprayed with chrome-effect paint, just like the old one. However, because the smaller distance between the LEDs also requires a different placement of the two LED carrier boards (slightly less distance in the middle to maintain uniformity), the interior of the exposure unit had to be repainted for aesthetic reasons—otherwise, the imprints of the old boards would still be visible.

        Before-and-after image of the coating on the carrier circuit boards and the interior of the exposure unit

        Result#

        The result is impressive - you can now barely see any individual light cones at the exposure distance (where the circuit board is placed), resulting in a very uniform image.

        Before-and-after image of the illumination: Very uniform on the left, individual light cones still visible on the right

        In the image, a piece of paper was placed on the glass pane to determine the illumination of the surface. The old circuit board (24 LEDs) was installed on the right, and a new one (48 LEDs) on the left. +The new exposure times could not be determined precisely due to time constraints, but they will be in the range of 15–20 minutes.

        \ No newline at end of file diff --git a/public/en/posts/2026/04/exposure-unit-upgrade/pcb_arrangement.png b/public/en/posts/2026/04/exposure-unit-upgrade/pcb_arrangement.png new file mode 100644 index 0000000..a827ac7 Binary files /dev/null and b/public/en/posts/2026/04/exposure-unit-upgrade/pcb_arrangement.png differ diff --git a/public/en/posts/2026/04/exposure-unit-upgrade/pcb_comparison_old_new.jpg b/public/en/posts/2026/04/exposure-unit-upgrade/pcb_comparison_old_new.jpg new file mode 100644 index 0000000..6f9482c Binary files /dev/null and b/public/en/posts/2026/04/exposure-unit-upgrade/pcb_comparison_old_new.jpg differ diff --git a/public/en/posts/index.html b/public/en/posts/index.html index 61619ba..eb49c00 100644 --- a/public/en/posts/index.html +++ b/public/en/posts/index.html @@ -1,3 +1,3 @@ -Posts :: Privacynerd's blog

        Between Homeschooling And Web Design - nostalgic memories of seventh grade

        Between Homeschooling And Web Design - nostalgic memories of seventh grade

        Times are changing

        No one really knows one way or the other - it’s an unprecedented situation. And yet, somehow, we have to deal with it. A virus is spreading, and suddenly the whole world is barricading itself behind its windows and front doors. Clearly, we are talking about the COVID-19 pandemic and the accompanying lockdown(s). Schools in Germany were also closed for a long time during this period, with homeschooling replacing face-to-face teaching. For some, the internet was still new territory (”Neuland”, as some famous female german chancellor once said), while for others, this new reality created unexpected opportunities (including in terms of free time). I was one of the latter - at the time in seventh grade at a Bavarian high school.

        [Read more]

        Self-built UV exposure unit (LED)

        Self-built UV exposure unit (LED)

        If you’ve been around the (electronics) DIY scene for a while, at some point you can’t avoid circuit boards (printed circuit boards/PCBs). The main advantages over soldering circuits by hand on perforated or strip-grid boards are that they are easier to replicate (once designed a circuit can theoretically be produced as often as you like) and that space can be used more efficiently (a board is almost always smaller than a soldered perforated grid board with the same circuit). Ultimately, devices with circuit boards also simply look more professional. There are certainly more advantages (and of course also disadvantages!), but I will not list them here for the sake of simplicity.

        [Read more]

        How everything began - or: the first post!

        How everything began - or: the first post!

        Initial considerations

        I’ve been thinking about how to write this post for a long time. What needs to be told, what is unimportant? A lot has to be left out for the sake of clarity, and I might not even remember some of it. In any case, I would like to use this article to explain my intention in starting this blog. But to explain that, you have to understand the origins.

        [Read more]
        \ No newline at end of file diff --git a/public/en/posts/index.xml b/public/en/posts/index.xml index e53c09f..30fbe5c 100644 --- a/public/en/posts/index.xml +++ b/public/en/posts/index.xml @@ -1,3 +1,6 @@ -Posts on Privacynerd's bloghttps://blog.privacynerd.de/en/posts/Recent content in Posts on Privacynerd's blogHugoenMon, 03 Nov 2025 17:55:26 +0100Between Homeschooling And Web Design - nostalgic memories of seventh gradehttps://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/Mon, 03 Nov 2025 17:55:26 +0100https://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/<h2 id="times-are-changing">Times are changing</h2> -<p>No one really knows one way or the other - it&rsquo;s an unprecedented situation. And yet, somehow, we have to deal with it. A virus is spreading, and suddenly the whole world is barricading itself behind its windows and front doors. Clearly, we are talking about the COVID-19 pandemic and the accompanying lockdown(s). Schools in Germany were also closed for a long time during this period, with homeschooling replacing face-to-face teaching. For some, the internet was still new territory (”Neuland”, as some famous female german chancellor once said), while for others, this new reality created unexpected opportunities (including in terms of free time). I was one of the latter - at the time in seventh grade at a Bavarian high school.</p>Self-built UV exposure unit (LED)https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/Mon, 14 Apr 2025 08:11:20 +0200https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/<p>If you&rsquo;ve been around the (electronics) DIY scene for a while, at some point you can&rsquo;t avoid circuit boards (printed circuit boards/PCBs). The main advantages over soldering circuits by hand on perforated or strip-grid boards are that they are easier to replicate (once designed a circuit can theoretically be produced as often as you like) and that space can be used more efficiently (a board is almost always smaller than a soldered perforated grid board with the same circuit). Ultimately, devices with circuit boards also simply look more professional. There are certainly more advantages (and of course also disadvantages!), but I will not list them here for the sake of simplicity.</p>How everything began - or: the first post!https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/Sun, 13 Apr 2025 15:10:20 +0200https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/<h2 id="thinking">Initial considerations</h2> -<p>I&rsquo;ve been thinking about how to write this post for a long time. What needs to be told, what is unimportant? A lot has to be left out for the sake of clarity, and I might not even remember some of it. In any case, I would like to use this article to explain my intention in starting this blog. But to explain that, you have to understand the origins.</p> \ No newline at end of file +Posts on Privacynerd's bloghttps://blog.privacynerd.de/en/posts/Recent content in Posts on Privacynerd's blogHugoenFri, 10 Apr 2026 18:09:20 +0200Verbesserung des UV-Belichtershttps://blog.privacynerd.de/en/posts/2026/04/exposure-unit-upgrade/Fri, 10 Apr 2026 18:09:20 +0200https://blog.privacynerd.de/en/posts/2026/04/exposure-unit-upgrade/<h2 id="introduction">Introduction</h2> +<p>After a long period of using the <a href="https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/">unit</a> with exposure times exceeding 40 minutes in PCB manufacturing, it was finally time for the previously announced upgrade. The goal was to double the number of LEDs from 48 to 96. This is intended to achieve more uniform coverage of the exposure area, as well as, of course, shorter exposure times.</p> +<h2 id="problems">1. PCB Problems</h2> +<p>The increased number of LEDs also increases the power requirement. And that posed a problem—the first control board was only rated for 1A at 12V. So a new one is needed - the exposure unit exposes its own controller board.</p>Between Homeschooling And Web Design - nostalgic memories of seventh gradehttps://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/Mon, 03 Nov 2025 17:55:26 +0100https://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/<h2 id="times-are-changing">Times are changing</h2> +<p>No one really knows one way or the other - it&rsquo;s an unprecedented situation. And yet, somehow, we have to deal with it. A virus is spreading, and suddenly the whole world is barricading itself behind its windows and front doors. Clearly, we are talking about the COVID-19 pandemic and the accompanying lockdown(s). Schools in Germany were also closed for a long time during this period, with homeschooling replacing face-to-face teaching. For some, the internet was still new territory (”Neuland”, as some famous female german chancellor once said), while for others, this new reality created unexpected opportunities (including in terms of free time). I was one of the latter - at the time in seventh grade at a Bavarian high school.</p>Self-built UV exposure unit (LED)https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/Mon, 14 Apr 2025 08:11:20 +0200https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/<p>If you&rsquo;ve been around the (electronics) DIY scene for a while, at some point you can&rsquo;t avoid circuit boards (printed circuit boards/PCBs). The main advantages over soldering circuits by hand on perforated or strip-grid boards are that they are easier to replicate (once designed a circuit can theoretically be produced as often as you like) and that space can be used more efficiently (a board is almost always smaller than a soldered perforated grid board with the same circuit). Ultimately, devices with circuit boards also simply look more professional. There are certainly more advantages (and of course also disadvantages!), but I will not list them here for the sake of simplicity.</p>How everything began - or: the first post!https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/Sun, 13 Apr 2025 15:10:20 +0200https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/<h2 id="thinking">Initial considerations</h2> +<p>I&rsquo;ve been thinking about how to write this post for a long time. What needs to be told, what is unimportant? A lot has to be left out for the sake of clarity, and I might not even remember some of it. In any case, I would like to use this article to explain my intention in starting this blog. But to explain that, you have to understand the origins.</p> \ No newline at end of file diff --git a/public/en/posts/page/1/index.html b/public/en/posts/page/1/index.html index f59bd90..6179811 100644 --- a/public/en/posts/page/1/index.html +++ b/public/en/posts/page/1/index.html @@ -1 +1 @@ -https://blog.privacynerd.de/en/posts/ \ No newline at end of file +https://blog.privacynerd.de/en/posts/ \ No newline at end of file diff --git a/public/en/sitemap.xml b/public/en/sitemap.xml index ef1c01c..cfed737 100644 --- a/public/en/sitemap.xml +++ b/public/en/sitemap.xml @@ -1 +1 @@ -https://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/2025-11-03T17:55:26+01:00https://blog.privacynerd.de/en/posts/2025-11-03T17:55:26+01:00https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/2025-04-14T08:11:20+02:00https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/2025-04-13T15:10:20+02:00https://blog.privacynerd.de/en/about/2025-04-13T13:02:20+02:00https://blog.privacynerd.de/en/2025-04-13T12:54:00+02:00https://blog.privacynerd.de/en/categories/https://blog.privacynerd.de/en/tags/ \ No newline at end of file +https://blog.privacynerd.de/en/posts/2026-04-10T18:09:20+02:00https://blog.privacynerd.de/en/posts/2026/04/exposure-unit-upgrade/2026-04-10T18:09:20+02:00https://blog.privacynerd.de/en/posts/2025/11/nostalgic_memories/2025-11-03T17:55:26+01:00https://blog.privacynerd.de/en/posts/2025/04/diy-uv-pcb-exposure-unit/2025-04-14T08:11:20+02:00https://blog.privacynerd.de/en/posts/2025/04/how-it-all-began/2025-04-13T15:10:20+02:00https://blog.privacynerd.de/en/about/2025-04-13T13:02:20+02:00https://blog.privacynerd.de/en/2025-04-13T12:54:00+02:00https://blog.privacynerd.de/en/categories/https://blog.privacynerd.de/en/tags/ \ No newline at end of file diff --git a/public/en/tags/index.html b/public/en/tags/index.html index 2ef2a78..8fab2c6 100644 --- a/public/en/tags/index.html +++ b/public/en/tags/index.html @@ -1,3 +1,3 @@ -Tags :: Privacynerd's blog

        Tags

          \ No newline at end of file diff --git a/public/index.html b/public/index.html index 351acdc..396949c 100644 --- a/public/index.html +++ b/public/index.html @@ -1 +1 @@ -https://blog.privacynerd.de/en/ \ No newline at end of file +https://blog.privacynerd.de/en/ \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index 8b77a49..91802bf 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1 +1 @@ -https://blog.privacynerd.de/en/sitemap.xml2025-11-03T17:55:26+01:00https://blog.privacynerd.de/de/sitemap.xml2025-11-03T17:55:26+01:00 \ No newline at end of file +https://blog.privacynerd.de/en/sitemap.xml2026-04-10T18:09:20+02:00https://blog.privacynerd.de/de/sitemap.xml2026-04-10T18:09:20+02:00 \ No newline at end of file