gzlbfatcat - Untitled

gzlbfatcat

Untitled

138 posts

Latest Posts by gzlbfatcat

gzlbfatcat
3 years ago
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio
THE GRID Koyaanisqatsi (1982) Dir. Godfrey Reggio

THE GRID Koyaanisqatsi (1982) dir. Godfrey Reggio

gzlbfatcat
3 years ago

awsome history

Designing 2D graphics in the Japanese industry

gzlbfatcat
5 years ago

He just woke up

gzlbfatcat
5 years ago

.

gzlbfatcat
5 years ago
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat
5 years ago

Celebrities posing with their younger selves

Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves
Celebrities Posing With Their Younger Selves

IG: @ardgelinck

gzlbfatcat
5 years ago

bravo!

New York From Above Pt. II \\ MFL

New York from above Pt. II \\ MFL

gzlbfatcat
5 years ago
Crisp Shot Of Transparent Emerald Waters In Myconos, Greece [OC] 5760 X 3840 - Rocafreshpair

Crisp Shot of Transparent Emerald Waters in Myconos, Greece [OC] 5760 x 3840 - rocafreshpair

gzlbfatcat
5 years ago
Omoshiroi Block
Omoshiroi Block
Omoshiroi Block
Omoshiroi Block
Omoshiroi Block
Omoshiroi Block
Omoshiroi Block
Omoshiroi Block
Omoshiroi Block

Omoshiroi Block

Produced by Japanese company Triad, whose main line of business is producing architectural models, the Omoshiroi Blocks feature various notable architectural sites in Japan like Kyoto’s Kiyomizudera Temple, Tokyo’s Asakusa Temple and Tokyo Tower. The blocks are composed of over 100 sheets of paper and each sheet is different from the next in the same way that individual moments stack up together to form a memory.

gzlbfatcat
5 years ago

Prank on the art teacher

gzlbfatcat
6 years ago

NICE CODING

// .pde // Processing 3.4 ParticleSystem Ps; Void Setup() { Size(540, 750); Background(0); Ps = New ParticleSystem();

// .pde // Processing 3.4 ParticleSystem ps; void setup() { size(540, 750); background(0); ps = new ParticleSystem(); } void draw() { noStroke(); fill(0,10); rect(0,0,width,height); ps.addParticle(); ps.run(); } class ParticleSystem { ArrayList<Particle> particles; ParticleSystem() { particles = new ArrayList<Particle>(); } void addParticle() { for (int i = 0; i < 10; i++) { particles.add(new Particle(random(width), random(height))); } } void run() { for (int i = particles.size()-1; i >= 0; i--) { Particle p = particles.get(i); p.run(); if (p.isDead()) { particles.remove(i); } } } } class Particle { PVector location; PVector velocity; float lifespan; Particle(float x, float y) { location = new PVector(x,y); lifespan = 255.0; } void run() { update(); display(); } void update() { float angle = noise(location.x*.01,location.y*.01)*TAU; velocity = new PVector(sin(angle), cos(angle)); location.add(velocity); lifespan -= 1.0; } void display() { strokeWeight(2); stroke(255, lifespan); point(location.x, location.y); } boolean isDead() { if(location.x > width-120 || location.x < 120){ return true; } if(location.y > height-20 || location.y < 20){ return true; } if (lifespan < 0.0) { return true; } else { return false; } } }

gzlbfatcat
6 years ago
Sapphire Spring

Sapphire Spring

Print Shop || Instagram

gzlbfatcat
6 years ago

DREAM FIGHTER

YF-23
YF-23
YF-23
YF-23
YF-23
YF-23
YF-23
YF-23

YF-23

gzlbfatcat
6 years ago

PASS IT ON ...

😻amazing, Pt.1
😻amazing, Pt.1
😻amazing, Pt.1
😻amazing, Pt.1
😻amazing, Pt.1
😻amazing, Pt.1
😻amazing, Pt.1
😻amazing, Pt.1
😻amazing, Pt.1
😻amazing, Pt.1

😻amazing, pt.1

gzlbfatcat
7 years ago

人生最美妙的事儿,是有人陪你一直走下去。

gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat
7 years ago
gzlbfatcat - Untitled
gzlbfatcat
7 years ago
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat
7 years ago

Don’t compare your Chapter 1 to someone else’s Chapter 20

(via motsim)

gzlbfatcat
7 years ago
gzlbfatcat
7 years ago
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat
8 years ago
gzlbfatcat - Untitled
gzlbfatcat
8 years ago

笑惨了

gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat
8 years ago
gzlbfatcat - Untitled
gzlbfatcat
8 years ago
“Keep Calm And Listen To The Sea” On The Way To Erikoussa Island

“Keep calm and listen to the sea” On the way to Erikoussa Island

gzlbfatcat
8 years ago

You're blog is amazing! Thanks for sharing! Also do you know how the northern lights work? I don't understand them. I also don't really know anything about them other then they are gorgeous.

Auroras are cool lookin’ aren’t they?!

image

So yeah, first of all, that’s what the Northern Lights are: Auroras or Geomagnetic Storms. They happen at the North and South poles and are called the Aurora Borealis and Aurora Australis prospectively. More specifically they usually happen between 3 and 6 degrees of latitude from 10-20 degrees from either pole. Of course, conditions depending they can be in other locations.

But what conditions, and how the heck do these mystical lights work?

So let’s just start off by talking about Earth… Like deep inside the Earth actually, not in the sky. So earth has all these layers of rock, then a mantle, then this outer core that’s liquid and an inner one that’s solid. 

image

Keep reading

gzlbfatcat
9 years ago

10 Rules for Coping with Panic Feelings

1. Remember, feelings of panic are just exaggerations of normal bodily stress reactions. 2. Sensations are neither harmful nor dangerous - just unpleasant. Nothing worse will happen. 3. Stop adding to the panic with frightening thoughts of where panic will lead. 4. Stay in the present. Be aware of what is happening to you rather than concern yourself with how much worse it might get. 5. Wait and give the fear time to pass. 6. Notice that when you stop adding to panic with frightening thoughts, the fear begins to fade. 7. Focus on coping with facing the fear rather than trying to avoid it or escape from it. 8. Look around you. Plan what you will do next as the panic subsides. 9. Think about the progress made so far, despite all the difficulties. 10. When you are ready to go on, do so in an easy, relaxed manner. There is no hurry. Each time you cope with panic, you reduce your fear! Source: http://www.panicsupport4u.com/coping.htm

gzlbfatcat
9 years ago
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat - Untitled
gzlbfatcat
9 years ago

The most important things are the hardest to say. They are the things you get ashamed of, because words diminish them — words shrink things that seemed limitless when they were in your head to no more than living size when they’re brought out. But it’s more than that, isn’t it? The most important things lie too close to wherever your secret heart is buried, like landmarks to a treasure your enemies would love to steal away. And you may make revelations that cost you dearly only to have people look at you in a funny way, not understanding what you’ve said at all, or why you thought it was so important that you almost cried while you were saying it. That’s the worst, I think. When the secret stays locked within not for want of a tellar but for want of an understanding ear.

Stephen King (via naturaekos)

gzlbfatcat
9 years ago

I want to be magic. I want to touch the heart of the world and make it smile. I want to be a friend of elves and live in a tree. Or under a hill. I want to marry a moonbeam and hear the stars sing. I don’t want to pretend at magic anymore. I want to be magic.

Charles de Lint (via naturaekos)

gzlbfatcat
9 years ago

Truth is stranger than fiction, but it is because Fiction is obliged to stick to possibilities; Truth isn’t

Mark Twain (via naturaekos)

can any one tell me how to understand this sentence?

Explore Tumblr Blog
Search Through Tumblr Tags