138 posts
THE GRID Koyaanisqatsi (1982) dir. Godfrey Reggio
awsome history
He just woke up
.
IG: @ardgelinck
bravo!
New York from above Pt. II \\ MFL
Crisp Shot of Transparent Emerald Waters in Myconos, Greece [OC] 5760 x 3840 - rocafreshpair
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.
Prank on the art teacher
NICE CODING
// .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; } } }
Sapphire Spring
Print Shop || Instagram
DREAM FIGHTER
YF-23
PASS IT ON ...
😻amazing, pt.1
人生最美妙的事儿,是有人陪你一直走下去。
Don’t compare your Chapter 1 to someone else’s Chapter 20
(via motsim)
笑惨了
“Keep calm and listen to the sea” On the way to Erikoussa Island
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.
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.
Keep reading
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
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)
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)
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?