Saturday, March 9, 2013

Impressive Sphere animation in 317 bytes

var d = document,
canvas = d.body.appendChild( d.createElement( 'canvas' ) ),
context = canvas.getContext( '2d' ),
time = 0,
w = canvas.width = innerWidth,
h = canvas.height = innerHeight,
m = Math,
cos = m.cos,
sin = m.sin,
PI = m.PI

// The main animation loop
setInterval( function() {
// Clear
canvas.width = canvas.width;

time += .1;

// The number of particles to generate
i = 10000

while( i-- ) {
// The magic

r = (w+h)/2 * ( cos( ( time + i ) * ( .05 + ( sin(time/100000) / PI * .2 ) ) ) / PI )

context.fillRect( sin(i) * r + w/2,
cos(i) * r + h/2,
1.5,
1.5 )
}
}, 16 )

Sunday, February 3, 2013

The iOS 6.1 Untethered Jailbreak Will Be Officially Released Monday, February 4 [Jailbreak]

Despite rampant speculation that the official iOS 6.1 untethered jailbreak would be released on Sunday, February 3rd, it won’t actually be made available to the public until Monday, February 4th. The jailbreak is called Evasi0n, and it will be compatible with all iOS devices capable of running iOS 6.0-6.1. including the iPhone 5 and iPad mini.

The Evad3rs, a group of four hackers who have developed past jailbreaks, have been testing compatibility with different devices and iOS versions over the past few days. Compatibility tests have been successful, and the jailbreak is complete and nearly ready for public release.

Before you jailbreak your iOS device tomorrow, make sure to follow our guide on how to prepare. We’ll let you know as soon as the iOS 6.1 jailbreak drops. It’s only a matter of hours away!
Read more at http://www.cultofmac.com/214075/the-ios-6-1-untethered-jailbreak-will-be-officially-released-monday-february-4-jailbreak/#2C29JfkRH5FofHD0.99

@Pod2g Confirms iOS 6, iOS 6.1 Beta 4 Untethered Jailbreak

In an interview with iDigitalTimes, the security researcher has revealed that they are already in possession of a functional untethered iOS 6 and iOS 6.1 beta 4 jailbreak and majority of the work has been done by @planetbeing and @pimskeks. "6.0 is jailbroken, 6.1 beta 4 also. Now we are waiting 6.1 to confirm and release," said the researcher.

"For your information and this is important to me that everybody knows about it also, this jailbreak will be @planetbeing and @pimskeks," he added.

He said that the jailbreak would have been possible without him as he came into the iOS 6 jailbreak scene at a later stage and provided pointers that pushed the other researchers to the maximum. "I arrived at the end, gave ideas that pushed them to their maximum, I kinda unblocked the situation, but it would certainly have happened without me helping", said Cyril.

Pod2g said that he isn’t as involved as the other guys in the development of the jailbreak because of his work but, is responsible for handling communications, websites and some development. He said that @planetbeing was the man behind this particular jailbreak. "Now I am helping as much as I can in terms of communication, websites, and also development, but I was not involved the same way as previous, focused on my work and all.”

The team behind the iOS 6 jailbreak is Evad3rs Dev-Team and it consists of Planetbeing, Pimskeks, MuscleNerd and Pod2g.

#evasi0n www.evasi0n.com S00N, very S00n

#evasi0n www.evasi0n.com S00N, very S00n.