Uncategorized

Dec
10

Math Bagel


mathbagel

http://www.georgehart.com/bagel/bagel.html

Nov
24

Carl… oh Carl.


Carl!

Nov
23

Ok Cupid On Online Relationship Dynamics


This is a fun read, and also has some great graphing visualizations.

Nov
17

New York Font Madness


Again, from the Gray Lady.

Nov
17

Nice Visualization of US vs. China Financial Indicators


From the New York Times.popup

Nov
17

Laser Scanning


Similar in vein to the Radiohead video, an awesome research group in Scotland.

Oct
29

Because, Awesome, That’s Why.


tumblr_kolo40SQZq1qzy3cwo1_r1_500

Oct
29

Binary Labeling (for processing)


Here is some code that implements Connected Components Analysis
It might be useful for the assignment.

//*****************************
//Class Definitions
//*****************************
class labelimage {
  int [][] label ;
  Stack stack ;
  int lab;

 Continue reading →

Oct
29

tiny little diagrams, bezier curves to sculpt gradients


Here’s an informative and exhaustively-annotated diagram I used to plan my ink-droppy program, it at least gives the general idea for how to sculpt complex 2D gradients using bezier curves and PImages.scaled plans for theme and variation.

Oct
15

Quicktime 7 – Snow Leopard


“So we’ve been playing with the Snow Leopard for awhile but didn’t know how to use old Quicktime 7 – Snow Leopard comes with Quicktime 10 by default.  Turns out, it’s pretty easy.  Just open a Quartz compozer file from your computer with Quicktime and it will prompt you to update.  To find a .qtz file simply do a Spotlight search.”

Tip copied from here.