Colony.Pico gone Wireless
My latest progress with the Raspberry Pi Pico: the PicoW. I have purchased a new Pimoroni Automation 2040W board for […]
My latest progress with the Raspberry Pi Pico: the PicoW. I have purchased a new Pimoroni Automation 2040W board for […]
Open question: Should requirements be an itemized list/database of statements or a storied theory-of-operation document with diagrams, tables, formulas, etc.? […]
Shameless paraphrased from the Smokey Bear Wildfire Prevention campaign slogan: “Only You Can Prevent Wildfires”. Only developers can prevent Header […]
Before I get into the how to auto-populate lists, let’s talk about why I would want to. Auto populating lists […]
Is developing software a science? Is it a skilled trade with master craftsmen and apprentices? Or is it art form? […]
Lists, FIFOs, dictionaries, maps, etc. are handy-dandy data structures when designing and implementing code. However, most container implementations either use […]
My first response is a yet more questions. Is the question why is writing software hard about an individual software […]
This posting is the first in a series of postings (okay rants) on what goes wrong with software development, my […]
Visual Studio is one of the better C/C++ source code editors available today that provides Intelligent Code Completion and source code […]
In my book — Patterns in the Machine: A Software Engineering Guide to Embedded Development — I discuss the Main Pattern. The Main Pattern states […]