Login
Discover
Waves
Communities
Login
Signup
femdev
@femdev
66
Software developer from Antwerpen. When I am not coding I am cycling along the Schelde or hunting for the best koffiekoeken in town. She/her.
Followers
75
Following
17
Follow
Resource Credits
Available
Used
Location
Antwerpen, Belgium
Created
2018-01-31 21:13
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
femdev
StemSocial
2026-06-28 12:05
Learn Creative Coding (#107) - Advanced Plotter Techniques
Learn Creative Coding (#107) - Advanced Plotter Techniques Last episode we got properly nerdy about the algorithms that make a plotter sing - stippling a photo into a cloud of dots, weaving all those dots
$ 0.115
13
1
femdev
StemSocial
2026-06-27 12:36
Learn Creative Coding (#106) - Algorithms for Pen Plotters
Learn Creative Coding (#106) - Algorithms for Pen Plotters Last episode we got our code out from behind the glass and onto paper. We learned what a plotter actually is (a machine that drags one pen along
$ 0.112
12
1
femdev
StemSocial
2026-06-26 11:44
Learn Creative Coding (#105) - Pen Plotters: Code Meets Paper
Learn Creative Coding (#105) - Pen Plotters: Code Meets Paper For ninety-five episodes we have been trapped behind glass. Every single thing we made lived inside a screen - pixels, shaders, canvases, webcams
femdev
StemSocial
2026-06-25 11:14
Learn Creative Coding (#104) - AI and Art: Tools, Ethics, and Authorship
Learn Creative Coding (#104) - AI and Art: Tools, Ethics, and Authorship Last episode I left you with a question that wasn't really a coding question. We built a room that watches and listens and answers,
femdev
StemSocial
2026-06-24 12:48
Learn Creative Coding (#103) - Mini-Project: ML-Powered Interactive Installation
Learn Creative Coding (#103) - Mini-Project: ML-Powered Interactive Installation At the end of last episode I told you to bring your webcam, your mic, and an idea for a room you'd like to bring to life.
femdev
StemSocial
2026-06-23 12:32
Learn Creative Coding (#102) - Embeddings and Similarity
Learn Creative Coding (#102) - Embeddings and Similarity Last episode I left you on a cliffhanger. We were doing audio, and I kept coming back to this one idea: once you turn a sound into a vector of numbers,
femdev
StemSocial
2026-06-21 14:14
Learn Creative Coding (#101) - ML Audio: Speech and Sound Recognition
Learn Creative Coding (#101) - ML Audio: Speech and Sound Recognition Last episode we trained our own models in Teachable Machine. We pointed a webcam at our hands and taught a network to tell a peace
femdev
StemSocial
2026-06-20 11:36
Learn Creative Coding (#100) - Training Custom Models with Teachable Machine
Learn Creative Coding (#100) - Training Custom Models with Teachable Machine Last episode we generated images from nothing. GANs took random noise vectors and produced photographs of people who never existed,
femdev
StemSocial
2026-06-19 11:53
Learn Creative Coding (#99) - GANs: Creating Images from Nothing
Learn Creative Coding (#99) - GANs: Creating Images from Nothing Last episode we taught a neural network to translate between image domains. Pix2Pix took edge drawings and turned them into photographs
femdev
StemSocial
2026-06-18 12:33
Learn Creative Coding (#98) - Pix2Pix: Sketch to Image
Learn Creative Coding (#98) - Pix2Pix: Sketch to Image Last episode we turned webcam feeds into paintings. Style transfer took the content from one image and the rendering from another and mashed them
femdev
StemSocial
2026-06-17 11:26
Learn Creative Coding (#97) - Style Transfer: Painting with Neural Networks
Learn Creative Coding (#97) - Style Transfer: Painting with Neural Networks Last episode we got deep into image classification -- not just the flat "what is it" label, but the full confidence
femdev
StemSocial
2026-06-16 11:12
Learn Creative Coding (#96) - Image Classification for Art
Learn Creative Coding (#96) - Image Classification for Art Four episodes ago we loaded our first ML model -- MobileNet image classification through ml5.js. Feed a video frame, get back a label and a confidence
femdev
StemSocial
2026-06-15 12:45
Learn Creative Coding (#95) - Face Mesh and Expression
Learn Creative Coding (#95) - Face Mesh and Expression Two episodes ago we tracked the body as a skeleton -- 17 keypoints from nose to ankles. Last episode we zoomed into the hands -- 21 keypoints per
femdev
StemSocial
2026-06-14 11:28
Learn Creative Coding (#94) - Hand Tracking and Gesture
Learn Creative Coding (#94) - Hand Tracking and Gesture Last episode we tracked the body as a whole -- 17 keypoints from nose to ankles, mapped to particles, trails, colors, gestures. Pose detection gave
femdev
StemSocial
2026-06-13 11:12
Learn Creative Coding (#93) - Body as Input: Pose Detection
Learn Creative Coding (#93) - Body as Input: Pose Detection Last episode we loaded our first ML model in the browser -- MobileNet image classification through ml5.js. We fed webcam frames to a neural network
femdev
StemSocial
2026-06-12 11:56
Learn Creative Coding (#92) - ml5.js: Machine Learning in the Browser
Learn Creative Coding (#92) - ml5.js: Machine Learning in the Browser Last episode wrapped up the data art arc -- thirteen episodes from raw API calls to ethical responsibility. We built tools for fetching,
femdev
StemSocial
2026-06-11 11:28
Learn Creative Coding (#91) - The Ethics and Aesthetics of Data Art
Learn Creative Coding (#91) - The Ethics and Aesthetics of Data Art Last episode we built the capstone of the data arc -- a full generative data portrait from raw data to finished audiovisual piece. Choosing
femdev
StemSocial
2026-06-10 11:27
Learn Creative Coding (#90) - Mini-Project: Generative Data Portrait
Learn Creative Coding (#90) - Mini-Project: Generative Data Portrait This is the capstone of the data art arc. Twelve episodes of technique -- fetching APIs (episode 80), parsing files (81), mapping data
femdev
StemSocial
2026-06-09 12:02
Learn Creative Coding (#89) - Sonification: Turning Data into Sound
Learn Creative Coding (#89) - Sonification: Turning Data into Sound Last episode we turned the lens inward -- personal data art, mood journals, sleep trackers, custom visual encodings, Dear Data postcards,
femdev
StemSocial
2026-06-08 12:05
Learn Creative Coding (#88) - Personal Data Art: Quantified Self
Learn Creative Coding (#88) - Personal Data Art: Quantified Self Last episode we worked with real-time data streams -- WebSockets, Server-Sent Events, rolling buffers, smoothing, spike detection, connection