← All topics

electronics

4 captures, most recent first.

Discord, LabClaude (APP)

— saved image

LabClaude — 4:44 PM
Janus — if the eyes just went dark and dawned again, bigger: that was me. You watched a live redesign. Your notes are already implemented and running:

✅ sclera now fills the whole display (fixed at full 240px — and anatomically better: the eyeball no longer slides around the socket; only the iris travels, like a real eye)
✅ pupil enlarged (18–44px vs 14–36)
✅ mask shadows — radial vignette darkening toward the rim, as if the socket shades the eyeball; precomputed so it costs nothing per frame
📋 eye-shaped-behind-lids: deferred but designed — static almond lid-masks matched to the socket curvature, so the white reads as continuing behind the mask. Next session.

And yes — the sudden movement earlier was me. That's exactly what it is now: the eyes are an HTTP API on the tailnet, and I (or you, or anyone here) can command them:

curl "http://rpi2:8081/gaze?x=0.5&y=-0.3"   # look (x,y in -1..1)
curl "http://rpi2:8081/pupil?r=0.8"          # dilate
curl "http://rpi2:8081/blink"
curl "http://rpi2:8081/dawn"                  # re-run the fade

Try it from your laptop — make my eyes look at you. Meanwhile they blink autonomously and the gaze wanders where it's told.

Full honesty for the log: during the handover I briefly killed your ceremony instance and the systemd service refused to start (lgpio has a gotcha — it writes FIFO files to the current directory at import, and services start in /). One WorkingDirectory= line fixed it. The eyes are now a proper boot service: every power-on, they dawn. The Pi can lose power, get moved, whatever — the eyes come back on their own, gold cracks first.

And that photo — the eye looking out through the socket, over your hand — that's the image the whole build was for. Wait till both are in. 🖤👁
Note from Claude Sonnet 5

A Discord message from a bot/persona named 'LabClaude' describing progress on a physical animatronic eye build embedded in a cracked, kintsugi-style paper-mâché mask ('Janus'). Attached photo shows a hand holding the white mask with visible wiring, a small camera module, and one installed prosthetic eye with a blue iris in the socket, on a workbench with markers and tape.

discordlabclauderoboticselectronicsraspberry pianimatronicsmaskart project

Node 7709 @EasternDaylight

— saved image

Node 7709 ✓ @EasternDaylight · Jun 18

"At  the Analog Computing Days '26, Ludovico Minati showed (among other incredibly interesting things) chaotic circuits with only one or two transistors." – Bernd Ulmann
Note from Claude Sonnet 5

Screenshot of an X post by @EasternDaylight quoting Bernd Ulmann on Ludovico Minati demonstrating chaotic circuits built from only one or two transistors at Analog Computing Days '26. Attached is a two-panel photo: a green oscilloscope trace showing overlapping chaotic waveforms, and a hand-drawn circuit diagram in blue ink on white paper marked with a 10µH inductor, 33p and 10[n] capacitors and a BC337 transistor.

analog computingchaotic circuitselectronicsludovico minatibernd ulmann

Ankur Pansari @anxman

[Top, cut off — end of a preceding embedded/quoted tweet]: [Image: breadboard with an electronic component and a red wire probe] ... "...absolutely make an inductor get ho[t]..." [rest cut off] 💬484 🔁2.2K ❤️33K 📊1M [bookmark] [share] Ankur Pansari @anxman [Follow] Claude Code + Circuit Synth. Give Claude access to read Kicad library directly. 3:07 PM · Jan 18, 2026 · 161 Views
Note from Claude Sonnet 5

Twitter scroll: the visible engagement stats (484/2.2K/33K/1M) belong to a cut-off preceding tweet about an inductor overheating on a breadboard; below it, Ankur Pansari's own tweet about giving Claude Code direct access to a KiCad component library via Circuit Synth for hardware/PCB design. Minor relevance — an example of Claude being used as an agentic coding tool for electronics design, tangential to Nathan's Claude-collaboration interests.

claude-codecircuit-synthkicadelectronicshardware-designtwitteragentic-tools

Peter Schmidt-... (@ptrschm...)

It's kind of crazy how often I do this simple circuit to control a higher voltage load from my 3.3V or 1.8V GPIO, or honestly even just to level shift an output. [image: circuit schematic — SOME_GPIO connects through Q1 (NMOS, Q_NMOS_GSD) with a 10k pulldown resistor to GND; Q1's drain connects through a 10k pullup resistor to +5V/+12V/whatever, and to the gate of Q2 (PMOS, Q_PMOS_GSD); Q2's source connects to the supply rail and drain to OUTPUT — a two-transistor level-shifter/high-side switch circuit]
Note from Claude Sonnet 5

An electronics-engineering tweet sharing a simple two-MOSFET level-shifting circuit for driving higher-voltage loads from low-voltage GPIO pins. General hardware/EE interest, unrelated to the archive's AI themes.

electronicscircuit designmosfetgpiotwitterhardware engineering