November 4th 2008
Tags:
Ideas
Comments
I'm just going to put this out there, I feel its something that isn't talked about often and can be an influencing factor when making things. Building things yourself will almost certainly cost you more than if you buy the object in the store (if it exists already). On almost ...
November 2nd 2008
Tags:
ActionScript,
Ideas
Comments
So after posting the previous entry I went to sleep, only to find myself thinking about improving the visual aspect of the Conversation Cloud. I decided that adding physics would be the way to go, it would allow words to deflect off of each other, grow and gain mass, and ...
October 17th 2008
Tags:
Ideas
Comments
The cool toy of the day has to go to Drawdio. You draw an picture and it connects a circuit through the graphite in the pencil. It then plays back the sound through the speaker.
The only complaint I've heard is that it sounds like a dentist drill. I fully intend ...
October 5th 2008
Tags:
Ideas
Comments
What struck me about the pieces shown during last night's Nuit Blanche was that all the ideas were entirely doable by any person. In fact I feel that way about most art pieces. Its the idea that matters, and frankly, it doesn't have to be an original idea to make ...
September 30th 2008
Tags:
Arduino,
Data Logger,
Ideas
Comments
The Arduino EEPROM is a useful thing to have available for those times when you need to store small samples of data. In my initial data logger prototype I managed to record the Hall Sensor data into two bytes worth of space per minute interval. This gave me around 4.25 ...
September 26th 2008
Tags:
ActionScript,
Code,
Ideas
Comments
Just a quick note that I will be presenting at the Toronto Flex User Group on Thursday October 23rd, 2008 at the Oakham House on the Ryerson Campus, starting at 6:30pm.
Oakham House
Room: Oakham Lounge
55 Gould Street
Toronto, Ontario
M5B 1E9
I'll be presenting: ActionScript or Flex Project? Development lessons learned building client projects.
I made the first successful run with the data logger yesterday. I've wired up a hall sensor to the wheel of my bike and recorded 60s intervals of my ride into work and back. Ideally I'm looking for increased resolution over a typical bicycle computer; where a ...
Been working on a data logging application lately with the intentions of recording my biking sessions and displaying them on a mapping API. The general idea is to use the Hall sensor common in many RPM applications to record revolutions to the EEPROM onboard the Arduino.
I'm having a few issues ...
August 22nd 2008
Tags:
Ideas
Comments
I'm filing this one under useful tricks. If you've got a password field the browser has saved and you can't recall the text (and you're too lazy to check the browser password save dialogue), fire up Firebug and press inspect. Target the password field and click. It will pull the ...
I've had the Solenoid project working for about a week and a half now, but the rain and lack of sunlight was getting in the way of making a video of everything in action. It worked out well because it gave me the chance to demonstrate the project to a ...