New interview says that they’ve been “observing Radiohead and Trent Reznor,” and that it for its next album fans can expect “everything in terms of possibilities with the Internet.
Related Posts
Episodio 0024 – Aeromall y el ‘iPod’ de Microsoft
Descarga en mp4 | Suscribete en iTunes aqui En el episodio de hoy: NTFS con lectura y escritura en Linux alfin?(Richzendy Blog | Anuncio Original en SourceForge.net) Saludo especial de David Ochoa de BYTE Podcast Un clip de papel por una casa (clip tomado de Byte Podcast) Saludo de Javier Portoles de Viajero del Mundo […]
Reviewing the Nokia N900, User and Developer opinions.
Playing with it from the User Perspective – Virtual keyboard is deactivated by default, not good if you have one hand busy, however I can see why it’s this way (the virtual keyboard sucks). When it comes out it covers the entire screen, and the experience with it is not there yet in comparison to […]
Playing with basics of HTML5 Canvas
Here’s a snippet of something I did tonight to play a bit with the Canvas and 2d Graphics context objects in javascript. [html] <html> <head> <title>Playing with Canvas</title> </head> <body style="padding:0 0; margin: 0 0; background:black"> <canvas id="myCanvas" width="1024" height="1024" ></canvas> <script type="text/javascript"> //convert to CSS friendly Hex String function d2h (n) { var result […]