publicsq:

Yes.

publicsq:

Yes.


urbnist:

Traffic Reduction 101

urbnist:

Traffic Reduction 101

(via publicsq)


wiblog:

tbhtaco:

c-onstellationns:

tuffluf:

if you guys don’t want a cat skydiving on your blog i’m judging you

SO DONE

SO FUCKING DONE OMG I CANT

IS THIS REAL?

wiblog:

tbhtaco:

c-onstellationns:

tuffluf:

if you guys don’t want a cat skydiving on your blog i’m judging you

SO DONE

SO FUCKING DONE OMG I CANT

IS THIS REAL?


forgethowtotalk:

//noisyRectfloat rColor, gColor, bColor, aColor;void setup() {  size(720, 480);}void draw() {  background(255);  translate(width/2, height/2);  for (int i=0; i<width; i++) {    for (int j=0; j<height; j++) {      rColor = abs(cos(i)*width/2);      gColor = abs(sin(j)*height/2);      bColor = abs(cos(i+j)*width/2);      aColor = 255;      stroke(rColor, gColor, bColor, aColor);      pushMatrix();      translate((sin(i*j))*width/5*2, (sin(millis()*0.0001))*height/5*2);      rotate(i);      rotate(j);      point(0, 0);      popMatrix();    }  }}

forgethowtotalk:

//noisyRect
float rColor, gColor, bColor, aColor;

void setup() {
  size(720, 480);
}

void draw() {
  background(255);
  translate(width/2, height/2);
  for (int i=0; i<width; i++) {
    for (int j=0; j<height; j++) {
      rColor = abs(cos(i)*width/2);
      gColor = abs(sin(j)*height/2);
      bColor = abs(cos(i+j)*width/2);
      aColor = 255;

      stroke(rColor, gColor, bColor, aColor);
      pushMatrix();
      translate((sin(i*j))*width/5*2, (sin(millis()*0.0001))*height/5*2);
      rotate(i);
      rotate(j);
      point(0, 0);
      popMatrix();
    }
  }
}

(via fyprocessing)


(via lettertojane)



fashgif:

BAND OF OUTSIDERS PRE-FALL 2013

fashgif:

BAND OF OUTSIDERS PRE-FALL 2013

(via lettertojane)


hyperallergic:

Cool GIF … we reported on this yesterday, “FBI Amps Up Efforts for 1990 Isabella Stewart Gardner Museum Art Theft”
museumnerd:

Wouldn’t it be amazing if the paintings (Rembrandt’s “Storm on the Sea of Galilee,” and Vermeer’s “The Concert,”) reappeared in their frames which have remained empty in the Gardner Museum for the past 23 years?

FBI says it has identified the thieves in Gardner Museum heist; paintings’ location still unknown - Boston.com
In a stunning twist in a case that had frustrated investigators for decades, federal law enforcement officials said today that they had identified the people who stole $500 million worth of masterworks in a daring heist from the Isabella Stewart Gardner Museum in 1990.
The officials also said they had determined where the artworks had traveled in the years after the robbery, which is considered the greatest art theft in history. But the officials said they did not know where they were now and were appealing to the public for their help in finding them….
…
Law enforcement officials have been puzzled for years by the heist. The robbers entered the museum and tied up two night watchmen in the early morning hours of March 18, 1990. After years of investigative dead ends, DesLauriers said, the probe “accelerated” in 2010 and “crucial pieces of evidence” were developed identifying the robbers and their associates.

hyperallergic:

Cool GIF … we reported on this yesterday, “FBI Amps Up Efforts for 1990 Isabella Stewart Gardner Museum Art Theft

museumnerd:

Wouldn’t it be amazing if the paintings (Rembrandt’s “Storm on the Sea of Galilee,” and Vermeer’s “The Concert,”) reappeared in their frames which have remained empty in the Gardner Museum for the past 23 years?

FBI says it has identified the thieves in Gardner Museum heist; paintings’ location still unknown - Boston.com

In a stunning twist in a case that had frustrated investigators for decades, federal law enforcement officials said today that they had identified the people who stole $500 million worth of masterworks in a daring heist from the Isabella Stewart Gardner Museum in 1990.

The officials also said they had determined where the artworks had traveled in the years after the robbery, which is considered the greatest art theft in history. But the officials said they did not know where they were now and were appealing to the public for their help in finding them….

Law enforcement officials have been puzzled for years by the heist. The robbers entered the museum and tied up two night watchmen in the early morning hours of March 18, 1990. After years of investigative dead ends, DesLauriers said, the probe “accelerated” in 2010 and “crucial pieces of evidence” were developed identifying the robbers and their associates.



adamferriss:

I made this toy for you!http://adamferriss.com/grid4Web
slightly modified grid from the Perlin Noise landscape sketch in Daniel Shiffman’s The Nature of Code
Running on processing.js Requires webGL
Let me know how you like it!
Controls:
mouse around to rotate grid click to reset background
+ adds spaces between squares on x-axis - minuses spaces between squares on x-axis
0 adds spaces between squares on y-axis 9 minuses spaces between squares on y-axis
(You may need to click in the window first to make the keystrokes active)

adamferriss:

I made this toy for you!
http://adamferriss.com/grid4Web

slightly modified grid from the Perlin Noise landscape sketch in Daniel Shiffman’s The Nature of Code

Running on processing.js
Requires webGL

Let me know how you like it!

Controls:

mouse around to rotate grid
click to reset background

+ adds spaces between squares on x-axis
- minuses spaces between squares on x-axis

0 adds spaces between squares on y-axis
9 minuses spaces between squares on y-axis

(You may need to click in the window first to make the keystrokes active)

(via fyprocessing)