sort of a weblog where i post random notes so that i can comeback later and regret my decisions.
yuraloginoff:

size(510, 510);
background(255);
noStroke();
fill(#2FB482);

for ( int x = 30; x < width-15; x+=30 ) {
      for ( int y = 30; y < height-15; y+=30 ) {
            ellipse(x, y, 30- y/18, 30- y/18);
      }
}

yuraloginoff:

size(510, 510);
background(255);
noStroke();
fill(#2FB482);

for ( int x = 30; x < width-15; x+=30 ) {
      for ( int y = 30; y < height-15; y+=30 ) {
            ellipse(x, y, 30- y/18, 30- y/18);
      }
}

(via fyprocessing)

2 days ago
28 notes

“Once I got into number 2 wooden pencils again, it really made me despise mechanical pencils and the people who use mechanical pencils.

And the people who brag about how their mechanical pencil never needs sharpening. I mean, fuck you. Fuck you, you fucking cocksucker.”

6 months ago
0 notes

Ohh how awesome would it be if i could just work/study without getting distracted by the storm of impulsive thoughts inside my head. 

You know? Just work.. without having to set alarms to buzz every 40 minutes reminding me to check the todo list & update it.

2 months ago
0 notes

Writing regex is kindof like going to the moon. Of course you feel an amazing sense of accomplishment at what you just did, but it doesn’t change the fact that you’re in a full-body suit filled with your own feces and sweat.

(Source: brandonkprobst)

6 months ago
2 notes