Tumblelog by Soup.io
  • soundaddict
  • sv
  • elpollodiablo
  • haftgrund
  • chatroulette
  • kellerabteil
  • ra
  • mrbibber
  • peterpur
  • kyrah
  • theodorprinz
  • antonym
  • julian
  • lfittl
  • fosstux
  • c3o
  • luca
  • wienerpost
  • rip
  • cygenb0ck
  • fin
  • mephinet
  • tu-brennt
  • journeyvienna
  • nickloose
  • lazah
  • oryszczyszyn
  • cchristoph
  • metadoor
  • 25c3
  • metalab
  • czoklet
  • ryan77
  • porcja
  • lasarina
  • janaherwig
  • iggy
  • bobsch
  • coline
  • FreXxX
  • andreaspizsa
  • nobabe
  • leyrer
  • just4ikarus
  • hanfpeter
  • exitorange
  • queergeeks
  • yetzt
  • fastdort
  • metalabrenovierung
  • LND
  • kewagi
  • sqrt2
  • hackerspaces
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

March 11 2010

FreXxX
FreXxX
FreXxX
Reposted byder-ewigecptrickiscariote
FreXxX
Fancy Foodstuff of the Day: “Mondrian Cake” — one of several artsy-fartsy pastries featured at the San Francisco Museum of Modern Art’s Rooftop Coffee Bar.
[laughingsquid.]

Fancy Foodstuff of the Day: “Mondrian Cake” — one of several artsy-fartsy pastries featured at the San Francisco Museum of Modern Art’s Rooftop Coffee Bar.

The Daily What
FreXxX
How To of the Day: “How to transform your hoodie into a backpack” — one of five fantastic 9-step tutorials designed to walk you through transforming a hoodie into several useful objects: A pillow, a computer sleeve, a strap bag, and a baby carrier.
If the pictorials aren’t doing it for you, there are matching demo videos to be found here.
[tmn.]

How To of the Day:How to transform your hoodie into a backpack” — one of five fantastic 9-step tutorials designed to walk you through transforming a hoodie into several useful objects: A pillow, a computer sleeve, a strap bag, and a baby carrier.

If the pictorials aren’t doing it for you, there are matching demo videos to be found here.

The Daily What
Reposted byDerOrwischer DerOrwischer
FreXxX
Buy This: Sci-Fi Ray Gun Jesus Fish from Etsy seller Zom-Bot Labs.
Vinyl decal. $5. Also available in satin silver.
[superpunch.]

Buy This: Sci-Fi Ray Gun Jesus Fish from Etsy seller Zom-Bot Labs.

Vinyl decal. $5. Also available in satin silver.

The Daily What
Reposted bymenphrad menphrad
FreXxX
FreXxX
Thu Mar 11

From The Archives: Nirvana and The Smashing Pumpkins play Crisco Twister like it’s 1991.

The Daily What
Reposted bymenphrad menphrad
hackerspaces

THIS FRIDAY+SATURDAY: RESISTOR @ EYEBEAM MIXER

If you’re near Manhattan this weekend, stop in to Eyebeam for their MIXER event Friday and Saturday nights (Mar 13 and 14) from 9PM to 2AM.  NYC Resistor will be one of the presenting artists with our “Color Commentary Teletype” a restored 1930’s era Model 15 serial printer, along with a sentiment analysis chart recorder!

Check out the details at Eyebeam!  Now!

Eyebeam event flyer image

MIXER:Olympiad

hackerspaces

March Madness 10 – Circles

Just a quickie today, circle patterns done in canvas. Source after the break as usual.

JPLT.Class.create("JPLT.Circles", JPLT.Object,
	function() {
		this.width = 800;
		this.height = 600;
		this.minWidth = -this.width/8;
		this.maxWidth = this.width+this.width/8;
		this.minHeight = -this.height/8;
		this.maxHeight = this.height+this.height/8;
 
		this.direction = [ {x:5, y:5}, {x:-5, y:5}, {x:5, y:-5}, {x:-5, y:-5} ];
		this.position = [ 
			{x:Math.random()*this.width, y:Math.random()*this.height},
			{x:Math.random()*this.width, y:Math.random()*this.height},
			{x:Math.random()*this.width, y:Math.random()*this.height},
			{x:Math.random()*this.width, y:Math.random()*this.height}
		];
 
		this.createElement();
		this.run();
	},
 
	{
		createElement: function() {
			var body = document.documentElement || document.body;
 
			var element = document.createElement("canvas");
			element.width = this.width;
			element.height = this.height;
			element.style.position = "absolute";
			element.style.top = window.innerHeight/2 - this.height/2;
			element.style.left = window.innerWidth/2 - this.width/2;
			body.appendChild(element);
			this.element = element;
		},
 
		context: function() {
			return this.element.getContext("2d");
		},
 
		run: function() {
			if (!this.timer) {
				this.timer = window.setInterval(this.delegate(this.paint), this.delay);	
			}
		},
 
		stop: function() {
			window.clearInterval(this.timer);			
			this.timer = null;
		},
 
		clear: function() {
			var ctx = this.context();
			ctx.clearRect(0,0,this.width,this.height);
		},
 
		paint: function(i) {
 
			try {
				this.clear();
 
				for (var i=0; i<4; i++) {
					var ctx = this.context();
					var pos = this.position[i];
					var dir = this.direction[i];
 
					pos.x += dir.x;
					if (pos.x > this.maxWidth || pos.x < this.minWidth) {
						dir.x = -dir.x;
					}
 
					pos.y += dir.y;
					if (pos.y > this.maxHeight || pos.y < this.minHeight) {
						dir.y = -dir.y;
					}
 
					ctx.save();
					ctx.strokeStyle = "rgba(0,0,0,0.3)";
					ctx.lineWidth = 25;
					ctx.translate(pos.x, pos.y);
 
					for (var r=5; r<this.width; r+=50) {
						ctx.beginPath();
						ctx.arc(0,0,r,0,Math.PI*2,true);
						ctx.stroke();
					}
 
					ctx.restore();
				}
			}
			catch (e) {
				this.stop();
				throw(e);
			}
		}
	}
);
Tags: NYCResistor
25c3

Celtics Shame the Family Name

The Celtics are disappointing me, just like I disappointed my parents during my sophomore year.
25c3

Chatroulette: Changing the Face of Social Media

Why the sigma of Chatroulette should be changed.
25c3

Buying Life Insurance to Sell

Life insurance policy flippers find themselves holding insurance they never wanted.
25c3

Pac-Man Turns 30

Generation X Still Chasing Pac-Man Ghosts
25c3

Libertarian Candidate Runs On Platform Of Reusable Sports Logos

Oregon candidate Marc Delphine's website ripped off the Columbus Blue Jackets logo.
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.