Wednesday, October 29, 2008

Jonas Samson Product Design

Jonas Samson Product Design--Light Emitting Wallpaper

Prototype - If No One Sees It, Is It an Invention?





When he completed his degree this year at the Human-Computer Interaction Institute of Carnegie Mellon, he received “lots of offers from all the big places,” according to Paul Dietz, who convinced Mr. Lee to join him in the applied sciences group of Microsoft’s entertainment and devices division. “When we told Bill Gates we were trying to recruit Johnny, he already knew about his work and was anxious to bring him to Microsoft, adds Mr. Dietz, a research and development program manager.

Contrast this with what might have followed from other options Mr. Lee considered for communicating his ideas. He might have published a paper that only a few dozen specialists would have read. A talk at a conference would have brought a slightly larger audience. In either case, it would have taken months for his ideas to reach others.

Small wonder, then, that he maintains that posting to YouTube has been an essential part of his success as an inventor. “Sharing an idea the right way is just as important as doing the work itself,” he says. “If you create something but nobody knows, it’s as if it never happened.”

Before posting his own ideas, Mr. Lee watched other people’s videos about the Wiimote. An online community of electronics hobbyists share ideas in video form not only on YouTube, but also at sites like instructables.com and makezine.com.

Thirty years ago, pioneers of the personal computer industry swapped ideas and tried to outdo one another at meetings of the Homebrew Computer Club in an auditorium at Stanford. Today, these “meetings” happen virtually and globally, with people modifying, improving and otherwise riffing on one another’s ideas — then posting the results in video form. This wide-scale collaboration, Mr. Lee says, lets the hobbyists “take advantage of economies of scale of innovation.”

In late 2002, Mr. Lee started a small company to build and sell an invention that helps filmmakers minimize camera-shaking. He sells this “Poor Man’s Steadycam” for $39.95 online — commercial versions start at five times that price — though he encourages people to download free instructions from his Web site and to build the device themselves for $14 in parts.

Mr. Lee says that the company is profitable, with revenue of about $250,000 in its first five years, but he adds that he is not much of a businessman. He has been out of inventory for over a year.

The steadycam company is his only foray into business. His decision to share, rather than sell, most of his ideas is linked to his definition of success, which he measures in terms of impact, not dollars. This, he says, is a reason he chose to join Microsoft: the company’s enormous customer base represents “real potential to help other people.”

He chooses his personal projects based on what he calls their “work-to-wow” ratio. “I want to get the biggest wow for the smallest amount of work,” he explains, adding that for him, wow is synonymous with impact.

The ratio of the Wiimote projects was fantastic: each idea that has reached millions of people took only three to four days to conceive, build, film and post.

Mr. Lee encourages innovators to ask themselves, “Would providing 80 percent of the capability at 1 percent of the cost be valuable to someone?” If the answer is yes, he says, pay attention. Trading relatively little performance for substantial cost savings can generate what Mr. Lee calls “surprising and often powerful results both scientifically and socially.”

As evidence, he might point to a do-it-yourself interactive whiteboard, another of his Wiimote innovations. Interactive whiteboards, which in commercial form generally sell for more than $1,000, make it possible to control a computer by tapping, writing or drawing on an image of the desktop that has been projected onto a screen. Mr. Lee’s version can be built with roughly $60 in parts and free open-source software downloadable from his Web site.

Some 700,000 people, many of them teachers, have downloaded the software, Mr. Lee says. Much more expensive whiteboards may offer more features and better image resolution, but Mr. Lee’s version is adequate for most classroom applications.

It is also easy to build. An after-school Lego robotics club for fifth graders at Clara Byrd Baker Elementary School in Williamsburg, Va., built a Wiimote whiteboard in four one-hour sessions. “Once it was done, the kids were so excited,” recalls Kofi Merritt, then the school’s computer resource specialist, who suggested and advised the project. “They recognized themselves as innovators and demonstrated the whiteboard in classroom after classroom.”

MR. LEE’S ideas have acquired a momentum independent of Mr. Lee himself. At educational conferences, teachers have presented how-to tutorials for their colleagues. And at Microsoft, his appreciation for online video has rubbed off on others. The company recently gave Mr. Dietz permission to go public with a new invention of his own: a drinking glass that, when placed on the Microsoft Surface table — a table with an interactive, multitouch display built into the top — alerts a waiter to offer a refill.

After writing a paper on his invention, Mr. Dietz wanted to test the concept in the market. His first step? He posted a video on YouTube.

Leslie Berlin is project historian for the Silicon Valley Archives at Stanford. E-mail: prototype@nytimes.com


Tuesday, October 28, 2008

aspsms.com - Examples - XML - Python - SMS

aspsms.com - Examples - XML - Python - SMS:

"The following example in Python has been sent to us by a client which uses this script language to connect to our XML-gateway.

#!/usr/bin/python2
print 'Content-Type: text/html'
print # Blank line marking end of HTTP headers

import socket

HOST = 'xml1.aspsms.com' # The remote host
PORT = 5061 # The same port as used by the server
userkey = #please fill in your USERKEY
password = #please enter your PASSWORD
originator = #please fill in the ORIGINATOR
recipient = #please insert the RECIPIENT here
text = #Your SMS Text

CONTENT='''

'''+str(userkey)+'''
'''+str(password)+'''
'''+ str(originator) +'''

'''+ str(recipient) +'''

'''+ str(text) +'''
SendTextSMS
'''

length=len(CONTENT)
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((HOST, PORT))
s.send('POST /xmlsvr.asp HTTP/1.0\r\n')
s.send('Content-Type: text/xml\r\n')
s.send('Content-Length: '+str(length)+'\r\n\r\n')
s.send(CONTENT)
datarecv=s.recv(1024)
print 'Reply Received: '+ str(data"

birdeye - Google Code

birdeye - Google Code
This looks promising, and they're implementing (implemented?) a version of this:


  • Christopher Homan and Andrew Pavlo and Jonathan Schull, "Smoother transitions between breadth-first-spanning-tree-based drawings", Proceedings of Graph Drawing, 14th International Symposium, GD 2006, Karlsruhe, Germany, September 18-20, 2006. [PDF]
  • and there's video here and here ....

claribole.net - ZGRViewer - Videos

claribole.net - ZGRViewer - Videos

Probing Lens

Probing lenses combine zoomable user interfaces with distortion lenses [Carpendale & Montagnese 2001].
Select the appropriate tool icon from the palette, as demonstrated in the video. A left click activates a zoom-in lens. The lens can then be moved inside the window. The magnified region is called the focus, while the surrounding (non magnified) region is called the context. A second left click will bring the context at the same level of magnification as the focus, thus flattening the lens, whereas a right click will simply deactivate the lens.
Conversely, starting with a right click will activate a zoom-out lens. The focus will remain unchanged, while the context will contain an un-magnified view of the surrounding area. A second right click will flatten the lens in this new context, whereas a left click will bring the context back to its original magnification level (same as the focus).
Whenever a lens is active, the mouse wheel can be used to control the magnification factor of the lens.
screenshot of a probing lens in action

Monday, October 27, 2008

Steelcase Walking Workstation

Steelcase Walking Workstation

Wednesday, October 22, 2008

What Shortage of Scientists and Engineers? - TierneyLab Blog - NYTimes.com

What Shortage of Scientists and Engineers? - TierneyLab Blog - NYTimes.com
This makes me mad,
but is it wrong?
...as long as American universities and laboratories keep attracting the world’s best talent, why should we worry about losing our technological edge?

Monday, October 20, 2008

Floating Fish: R/C Fin-Fish Blimp Hypnotically Swims Through the Air

Floating Fish: R/C Fin-Fish Blimp Hypnotically Swims Through the Air:


Air Art from flip on Vimeo.

Much like Festo's Air Ray and Airjelly contraptions, this Fin-Fish R/C blimp floats so gracefully through the air that it is liable to hypnotize you at your office desk until quittin' time. There isn't any information on device, but it appears to be an entry in the annual Airship Regatta held in Germany. And, and like the Air Ray, it is probably built with a helium-filled balloon and servo-driven fins. [Thanks Beeker! ]

Thursday, October 16, 2008

Phlatprinter - Phlatboyz - Phlatprinter - From your imagination to the real world

Phlatprinter - Phlatboyz - Phlatprinter - From your imagination to the real world: "Welcome to Phlatboyz.com -

Welcome to Phlatboyz.com -

Please visit the Phlat-Store for details and purchase options

This site was created to introduce you to the Phlatprinter. The Phlatprinter is a special type of CNC machine (Pat Pending) invented by Mark and Trish Carew. After years of trial and errors we believe we have a robust machine that anyone can build. Most of the materials can be purchased at your local hardware store at a cost effective price that allows anyone to become a kit builder of their own designs. Total estimated cost $600.

To find out more about the Phlatprinter go the About Us page.

Tuesday, October 14, 2008

Home » Robo Weekend

Home » Robo Weekend at RIT




Cool Tools: Strong-Ties

Heavy-duty erector sets

Strong-Ties

strong_times.jpg

Strong-ties are heavy-duty metal brackets that fit standard lumber. They enable you to shortcut the complications of joints. You cut straight lumber to fit the bracket, then nail or screw it in. They come in close to a hundred shapes; you could build a very strong house using them. In fact they are increasingly used for earthquake- and hurricane-proof construction. If you don't mind the rough style of metal on wood, plenty of things can be built quickly using 2 x 4s. (Strong has plans on their website.) It's he-man K'NEX.

-- KK

strong_ties2.jpg

I'm a handy-man sort of guy; I could have built my workbenches without using this product, but I'm very glad I didn't. Simpson Strong-ties let me do the task in 1/10th the time, using only straight cross-cuts and no fancy notching and bracing. The bench looks mighty attractive. It is likely more sturdy than an all-wood design -- which would have required careful measuring, complicated notches, and patience. The Strong-ties made it a breeze to get the job done well, which means I can now turn my attention to more important stuff, like renovating my bathroom.

I believe even a relatively *un*handyman would have success with these brackets. If you can wield a handsaw and cut a straight line, you can build benches, carts, tables, decks and more. Even if you have all the appropriate tools for building it without the Strong-ties, as I do, you'll find that in the end, Strong-ties are worth every penny just for the savings in time and labor.

I was doubtful when I bought them. Now I'm sold on them!

-- David Priest

Simpson Strong-ties
About $1- $6 each
Available from Ace Hardware among others


Tools: Fab Central Tools Index

Tools: Fab Central Tools Index:

NCIIA 13th Annual Meeting

NCIIA 13th Annual Meeting:
2009 will be the year of the student venture at NCIIA.

The inaugural Venture Well Forum will be launched on Saturday, March 21. Select student ventures will be invited to attend this one-day event, which will connect student entrepreneurs with investors and advisors. Pitching, critical analysis, advice and network building will be on the menu.

For more information about the Venture Well Forum, and to register your interest in attending, visit www.venturewell.org.

Sunday, October 12, 2008

Cool Stuff for the SIC?

Cool Stuff for the SIC?

cool stuff

Getting to Innovation, and Why Multi-Disciplinarity Helps























Multi-Disciplinarity:
-New Ideas
-New Practices
-New Approaches
-New Perspectives
-New Opportunities

inspired by Michael Larson

Friday, October 10, 2008

Collaboration: Group theory : Nature News

Collaboration: Group theory : Nature News

Published online 8 October 2008 | Nature 455, 720-723 (2008) | doi:10.1038/455720a

News Feature

Collaboration: Group theory

What makes a successful team? John Whitfield looks at research that uses massive online databases and network analysis to come up with some rules of thumb for productive collaborations....

Wednesday, October 01, 2008



from ....

Transformer Furniture Goes Mainstream : TreeHugger

Transformer Furniture Goes Mainstream : TreeHugger

With more people living and working in smaller spaces, the market has grown as well, so that where a few years ago, designs like this were produced in small quantities and cost thousands, now you can pick them up at Crate and Barrel for five hundred bucks.

compact desk opened photo

Of course, for that price it isn't necessarily going to be made of FSC certified wood by local craftspeople.

compact desk closed photo

But when such designs become mainstream and the public accepts them, they become part of a downsizing trend, where people are living in smaller, more efficient spaces with less stuff cluttering them up. I hope. ::Crate and Barrel via ::Unpluggd

More Transformer Desks and Furniture on TreeHugger

ci desk image
CI Desk: Mini Transformer Laptop Workstation

gruber schlager desk photo
Transformer Furniture: Work + Play Combo by Gruber + Schlager

mobelform desk photo
Less is the New More: Mobelform Transformer Furniture

dror benshetrit desk photo
Transformer Furniture: Dror Benshetrit

ben schneider desk photo
Less is More: Murphy Bed/Desk/Closet All in One

Tuesday, September 30, 2008

Warp Patch for Quartz Composer

Warp Patch for Quartz Composer

Intended primarily for fulldome projection using a spherical mirror
Also used as a navigable movie player
Modelled after the warpplayer application

Written by Christopher Wright @ Kineme
Design by Paul Bourke


The Quartz Composer patch discussed here warps an image (or movie) in an arbitrary way as specified by a user generated mesh stored in a simple text file. There are many potential applications for this but the motivation for this capability arose from a very precise requirement, namely the warping of images for projection into immersive spaces by using a projector and a spherical mirror.

This document assumes the reader is familiar with the topics listed above, namely the use of a spherical mirror as a low cost single projector solution for immersive displays. And that this technique requires image warping such that the result appears correct on the final surface. Additionally, the concept of navigable movies ... movies where each frame consists of more than a limited perspective projection and the viewer may change his/her view while the movie plays.

In all the above applications an image is warped (distorted) using a regular mesh consisting of vertex coordinates (x,y), texture coordinates (u,v) and an intensity mapping (i). The patch described here adds this warping support to Quartz Composer and is a direct analog to the existing stand alone application "warpplayer" (it uses the exact same warp mesh file format) except that it adds the enormous additional functionality of Quartz Composer to create more dynamic/interactive experiences. The rest of this document will concentrate on applications intended by the original designer of the patch, every attempt has been made to keep it general so that hopefully other uses will rise.

Description of inputs

  • Mesh file: file name of ascii warp mesh, if the file name starts with "/" then it is an absolute file path, if it starts with a "~" then it is relative to the users home directory, otherwise relative to the current Quartz Composition directory. For portability reasons the last option is usually the preferred one.

  • Texture control u, v: either clamp or wrap.

  • X,Y,Z position: provided for generality, not used for the purposes discussed here.

  • Width, Height: this controls the width and height of the panel the image/movie is displayed on. For the purposes discussed here one is always running in full screen mode, for the image/movie to fill the frame the width and height should be the inverse of the aspect ratio. So for 4:3 aspect the width and height should be 0.75, for 16:9 it should be 0.5625.

  • Delta u,v: These modify the mesh texture coordinates of the warping mesh. Not all adjustments make sense, the most common for panoramic images/movies is to map the mouse movement to the delta u input to enable horizontal panning.

  • Theta: This also modifies the texture coordinates of the warping mesh. For the applications discussed here it is mostly used for rotating a fisheye projection for planetarium content.

  • Image: This is the input port for the image (or movie).

Macworld | Mac OS X Hints | Gain full keyboard and mouse control in 10.5’s screen sharing

Macworld | Mac OS X Hints | Gain full keyboard and mouse control in 10.5’s screen sharing

...One final frustration is that when using screen sharing in something less than full-screen mode, the cursor isn’t bound to the screen sharing window, leading to accidental mouse clicks that take me out of the remote Mac and back to my local Mac.

As it turns out, there’s a simple way to fix all of these frustrations. By combining screen sharing with teleport, a free program (donations accepted) that is generally used to share one keyboard and mouse with several Macs, you’ll solve all of these problems in one step.

Teleport is basically a virtual keyboard/mouse switch box, designed for environments where you have several machines in close proximity. Using teleport, you can send all keyboard and mouse activity to any other Mac, just by dragging the mouse cursor off a designated screen edge on the “master” Mac. For instance, here’s what the setup looks like for a four-machine lab; the “master” machine is in the middle, and control of the keyboard and mouse is transferred to the other machines by simply dragging the cursor to that particular edge of the screen. (You transfer control back by dragging the mouse to the corresponding screen edge on the machine you’re controlling.)

image

If you have such a setup, you can then remove the keyboards and mice from all but one machine, and just use teleport when you need to control the other machines. But there’s nothing about teleport that requires the machines to be sitting next to each other—it’s just that, if used alone, you really need to be able to see the monitor of the remote Macs in order to see what’s happening. And that’s where screen sharing enters the picture. By combining screen sharing and teleport, you get the best of both worlds: screen sharing lets you see what’s happening on a Mac’s screen that’s not right next to you, and teleport sends all mouse and keyboard activity to that machine.

Dabbleboard - Online whiteboard for drawing & team collaboration

Dabbleboard - Online whiteboard for drawing & team collaboration

Saturday, September 27, 2008

Friday, September 26, 2008

Art Review - 'Second Lives' - The Opening Show of the New Museum of Arts and Design Uses Old Materials to Present a New Face - Review - NYTimes.com

The Opening Show of the New Museum of Arts and Design Uses Old Materials to Present a New Face - Review - NYTimes.com

Hiroko Masuike for The New York Times

The Museum of Arts and Design’s first exhibitions at 2 Columbus Circle, “Second Lives” (including Jean Shin’s “Sound Wave,” above), “Permanently Mad” and “Elegant Armor,” open Saturday. The shows, Roberta Smith writes, reflect an institution “wild with delight” at having a building of its own. More Photos >

Published: September 25, 2008

Museum of Arts and Design.”

Thursday, September 25, 2008

How to make your own rollup with google reader.

This is one of those posts where I explain something to myself that ought to be simple but wasn't.

To create and publish an aggregation of many blog feeds you can just
  1. put them all under a reader folder
    (click manage subscriptions bottom right of your reader.google.com page)
  2. make that folder public
    (click Settings, Folders and Tags
    --select the Folder in question
    --use the dropdown to make that folder public
    --click View Public page
    for example,
In reader, you can also tag items. You can use Step 2 above to publish tags just as you did Folders. This will create a page of items that you have given a specific tag.
For example, http://www.google.com/reader/shared/user/15578203462828253660/label/SIC


Of course, now you have two different pages. Suppose you want a single page that combines items you have tagged with other feeds?
  1. subscribe to your own blog's published sub-feed of tagged items,
    (for example http://jonschull.blogspot.com/search/label/SIC )
  2. and put that sub-feed in a folder you have published
    (the aforementioned http://www.google.com/reader/shared/user/15578203462828253660/label/SIC )

And suppose you want to publish only some items from a friend's feed? Either
  • manually tag them with a tag you are publishing
  • have the friend tag them in a specific way, and put the friend's sub-feed in a folder you are publishing
And suppose you want a quick way of adding your own items to one of those public pages?
  • Make a note (click Notes under Your Stuff, top left in Reader)
  • Find it in your Notes and give it the tag you want.
  • the notes bookmarklet looks helpful here too
But beware: it doesn't look like you can unpublish notes. There may be other gotchas. I may be confused.