User Tools

Site Tools


projects:potential-projects
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
projects:potential-projects [2011/05/05 09:44] dblume
Line 1: Line 1:
 +====== Potential Projects ======
  
 +This is sort of a staging ground for future projects.  It was ported from the Google Wave page, "David's Potential Projects"
 +
 +===== QR Code Business Card =====
 +
 +One side: MECARD data for Contact list entry, along with simple text, Helvetica if possible.
 +Other side: (Faded) Website code or other cookie. (Make available for writing on.)
 +
 +**Goals**
 +
 +  * Small codes (fewer "dots" per side)
 +  * Nice looking or interesting codes (Doesn't have to be black and white.)
 +  * Affordable but nice looking. http://www.youtube.com/watch?v=qoIvd3zzu4Y
 +
 +**Resources**
 +
 +  * MECARD Specification:  http://www.nttdocomo.co.jp/english/service/imode/make/content/barcode/function/application/addressbook/
 +  * Python PIL library
 +  * Do NOT use: http://code.google.com/apis/chart/types.html#qrcodes It makes codes that are too big.
 +  * Do use: Custom Python wrapper for http://megaui.net/fukuchi/works/qrencode/manual/index.html It makes tighter codes.
 +  * Zazzle (Or VistaPrint: There's an email promotion "Buy 250 business cards, get 250 more on Us"  Best way to specify cards?  With PNG file, web app?) 
 +
 +**Notes:**
 +
 +Figure out the best tradeoff between:
 +
 +  * Small QR Code. (Can optimize by basing contact info off of dlma.com, like d@dlma.com)
 +  * Enough information
 +  * Not too much information 
 +
 +{{ projects:qr_mphone_email_web_l.png |qr_mphone_email_web_l.png}}
 +
 +On the **front** of the business card.  (And somewhere in my iPhone, for easy contact transfer to another smart phone.)  This is an unaltered code that contains my real personal information.  Please don't distribute.  It's bigger (more dots) than I like, but it had to be this big to include the website, too.  But I think including the website is important.
 +
 +{{ projects:m_0025527.55_http-ho71ad.dlma.com-tn_face.png |m_0025527.55_http-ho71ad.dlma.com-tn_face.png}}
 +
 +On the **back** of the business card, I'll either put this code or the one below. This was a QR Code that had enough error correction in the middle for me to color in some white dots around the "face" in the middle, bringing it out.  The face is no longer signal, though, and it could be colored out, too, and replaced with anything.  I don't know if I want to include a manipulated QR Code like this, or not.  It's neat because the face draws attention to it, but is it worth "cheating" and losing the benefit of some of the error correction? 
 +
 +{{ projects:qr_web_l.png |qr_web_l.png}}
 +
 +And this is the most minimal code that can exist and point to me.  It points to http://dlma.com/ .  I should make that landing page more useful, especially if I chose this code for the back.
 +
 +===== Statistics Pages =====
 +
 +==== Goals ====
 +
 +Awesome Visual Displays of Quantative Information
 +
 +==== Raw Data and Inspiration ====
 +
 +  * http://googleblog.blogspot.com/2009/11/world-bank-public-data-now-in-search.html
 +  * http://david.dlma.com/lifestream/all.html (available in UTF-8 or SQLite)
 +  * http://www.census.gov/genealogy/names/names_files.html
 +  * http://www.swivel.com/
 +  * http://getpivot.com/
 +  * http://www.ted.com/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
 +  * http://timetric.com/
 +  * http://creativemachines.cornell.edu/eureqa
 +
 +==== Javascript ====
 + 
 +  * Flot http://code.google.com/p/flot/ (beautiful, uses jquery Example: http://binarybonsai.com/code/silprob/ with download link )
 +  * Simile http://code.google.com/p/simile-widgets/ (timeline, and the plurk karma timeplot)
 +  * Protovis http://vis.stanford.edu/protovis/ (Michael used it [[http://binarybonsai.com/2010/09/27/chewie-stats/|here]]).
 + 
 +==== Python ====
 + 
 +  * graphy http://code.google.com/p/graphy/
 +  * google-chartwrapper http://code.google.com/p/google-chartwrapper/
projects/potential-projects.txt · Last modified: 2023/05/14 10:31 by dblume