Design Driven Design builds feedback loops that allow for continuous improvements to open source projects during each pull request. The loops are: Design Writing informs Feature Testing which in turn informs the Design, Feature Testing informs Unit Testing which in turn informs the Feature Testing, Unit Testing informs Design Writing which in turn informs the Unit Testing. These loops form seams for collaboration across partners or for self-re-evaluation at mindful points in the process to maximize success.
Projects
-
Project FormaK (20 entries)
-
Project Quadcopter (4 entries)
Tearing Down a Quadcopter: Part 4 - Reading Upside Down Breaking
I decided to go for the full-break method of investigating the electronics, and while it worked out well to start, it's looking iffy going forward.
-
Project Random (5 entries)
random-code Day 5: Python Class Manipulation Building
Becoming a little more familiar with Python's Abstract Base Class functionality
-
Project RC Build (2 entries)
Gears and Batteries Building
How small can we get with a functional gear part on a FDM printer? What about packing in extra batteries?
-
Project Restomod (29 entries)
Restomod Day 28 Building
Two more iterations on the battery cover / side skirts
-
Project Supercharging Evernote (2 entries)
Behind the Scenes 2023-01-13 Building
The first day of the project started with a focus on getting TF-IDF set up and connecting the data to the format that scikit-learn expects. Also, a brief diversion to start with small data before going to the big data approach.