View allAll Photos Tagged process
Searching for the word keffiyeh on Flickr I found out that another picture exactly the same has been taken before and with better quality. Afterwards, I wanted to know how to work out my RAW files in photoshop in order to reach a similar standard and I found an amazing youtube guide on internet which gave me a lot of new tools for post processing. Here is the result.
This is a Process West TMIC (top mount intercooler) for my Subaru STi. It's an upgrade to the OEM TMIC and will hopefully keep things running a bit cooler.
The membrane bioreactor (MBR) system draws wastewater through the membranes, which have hollow fibers with microscopic pores small enough to filter out particulate matter and even individual bacteria.
New whip. The 2014 BMW F30 Series xDrive.
Mineral Grey / Modern Line.
Nikon D600 + Nikkor 50mm F1.8
Vancouver, B.C.
December 2014.
When I was writing my first particle system to use in my Wikiweb project. I was experimenting with having the colors evolve as particles branched off. I added a few too many particles here and the forces of new particles in the center caused waves to ripple out through the system.
last frame after running this code:
float dir = 20;
float y = 0.0;
floatx= 0.0;
void setup(){
size (700,500);
}
void draw(){
frameRate(20);
line (0,y,700,y);
fill(random(255),random(255),random(255),1);
stroke(random(255),random(255),random(255));
strokeWeight(27);
y+=dir;
line (x,0,x,500);
fill(random(255),random(255),random(255),50);
stroke(random(255),random(255),random(255));
strokeWeight(27);
x+=dir;
if (y > 700 || y < 0){
dir = dir * -1.01;
}
}
exploring repeating patterns of bz reaction [code by Alasdair Turner: www.openprocessing.org/visuals/?visualID=1263 ]
using app similar to www.openprocessing.org/visuals/?visualID=14437
careful observation of stability of various formations becomes an alternative for typologist approach
more shape/memory research: echoechonoisenoise.wordpress.com/
I am using the cyanotype as one layer in a three color, CMY gum print. The other layers will be on their way soon enough.
Connections between cities less than 500mi apart. Cities shown have large or medium air hubs (as defined by the FAA). Thicker and darker lines denote closer cities. h/t.
For trips under 500 miles, decent land transportation, like high speed rail, is superior or comparable, door-to-door, than air transport.
Made with processing (& illustrator for touching up).