About Me
I'm your host, Bill Woody, a software developer in the Los Angeles area interested in all things software development related, from Mobile to embedded to client/server.Site Search
Meta
Categories
- Algorithms (7)
- Android (24)
- C++ (11)
- Commentary (116)
- Fixing Things (1)
- GWT (11)
- Hardware (9)
- iphone (46)
- Java (55)
- Links (2)
- Lisp (3)
- Macintosh (3)
- Meta (10)
- Objective C++ (23)
- Papers (3)
- Politics (3)
- Projects (7)
- Things To Remember (40)
- Uncategorized (78)
- Windows (3)
- Windows Mobile (1)
Blogroll
Category Archives: Hardware
On Memory and Memory Management
This will be a bit of an introductory article on memory, written in part for my wife and for anyone else who may find such an introduction useful. In The Beginning… In the beginning there was RAM, random access memory. … Continue reading
Posted in Algorithms, C++, Hardware, Objective C++, Papers, Things To Remember
Leave a comment
Color me impressed.
I just got a DS409+ from Synology. What a perfect little unit for a small business! The upshot of this is that for about $1500 you can have a 6TB RAID-5 box which allows you to run a small local … Continue reading
Posted in Hardware
Leave a comment
Touch screen dead zone.
While chasing down a usability bug, I discovered something interesting about the hardware for the Google developer phone, which I also suspect plagues the release G1 and G2 phones. The problem is an issue with the touch screen technology used … Continue reading
Posted in Android, Hardware, Things To Remember
Leave a comment
My calculator project, again.
I just got back my 7 segment LED circuit boards from Pad2Pad, and hooked one up, and connected it to my HC08 for testing. The way this works is that the processor only needs to drive 4 lines: data, shift, … Continue reading
Posted in Hardware
Leave a comment
My calculator project
I figured a steampunk calculator would be made using a number of modules that are handcrafted from smaller components–so I just designed a circuit board which can drive 3 7-segment LEDs using a shift register circuit, and ordered 12 of … Continue reading
Posted in Hardware
Leave a comment
Calculators and 64-bit integer math.
Completed HC08 emulator in Java; will post as soon as I get a chance to validate the code. Also completed a basic 64-bit integer library for the HC08 that fits in about 1.2k. (Multiply and divide use shift/add rather than … Continue reading
Posted in Hardware
Leave a comment
Embedded Software
You know embedded software and embedded microprocessors are everywhere when you find a reference design for an embedded microprocessor system for a vacuum cleaner. They’re using a processor more powerful and faster than the old TRS-80 in order to control … Continue reading
Posted in Hardware, Uncategorized
Leave a comment
We used to make things.
I remember a time when we used to make things. Duvac in Pasadena used to carry wire wrap supplies and integrated circuits. Fry’s used to have a wide selection of products for making circuits that weren’t contained in packaging that … Continue reading →