<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>
  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Inscribeté en nuestra lista de correo
   
   Email
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://bogohack.us2.list-manage.com/subscribe/post-json?u=87267d61c79a8d6f746d85df9&amp;id=0e87d0012d&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 


Somos una comunidad dispuesta a resolver cualquier problema. 
Amamos la tecnología sobre todo la que es abierta y libre.
Compartimos nuestro conocimiento para resolver los problemas de todos.
Fomentamos la colaboración y la creatividad. Sabemos que todo es posible y que si nos juntamos lo hacemos realidad más rápido. Creemos que entre todos es más fácil. 
Nos le medimos a todo. 

We love Open Source!</description><title>Bogohack</title><generator>Tumblr (3.0; @bogohack)</generator><link>http://bogohack.tumblr.com/</link><item><title>Ahora podemos imprimir fotos con impresoras 3D!!!!, ya lo...</title><description>&lt;img src="http://25.media.tumblr.com/4721e443e42735c6ed9891eeffdbc1b8/tumblr_mn0vkq19Rt1r83m1wo1_400.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Ahora podemos imprimir fotos con impresoras 3D!!!!, ya lo estamos haciendo en bogohack, si quieren uno solo eligan la foto que más les guste y lo hacemos, los esperamos!!!!!&lt;/p&gt;</description><link>http://bogohack.tumblr.com/post/50776273268</link><guid>http://bogohack.tumblr.com/post/50776273268</guid><pubDate>Sat, 18 May 2013 21:46:02 -0400</pubDate></item><item><title>Nueva Página, Visitanos </title><description>&lt;p&gt;Hola todos, acabamos de actualizar nuestra página, porfavor cuentanos que opinas&lt;img src="http://media.tumblr.com/c34fbfb09b39deca7de0401b0056b6d8/tumblr_inline_mlf6azNP9D1qz4rgp.jpg"/&gt;&lt;/p&gt;</description><link>http://bogohack.tumblr.com/post/48226918641</link><guid>http://bogohack.tumblr.com/post/48226918641</guid><pubDate>Wed, 17 Apr 2013 17:55:00 -0400</pubDate></item><item><title>Este es un post de prueba</title><description>&lt;p&gt;Estamos trabajando en nuestra página web, esperamos poder comunicarnos con ustedes prontamente por ese medio.&lt;/p&gt;</description><link>http://bogohack.tumblr.com/post/48098282960</link><guid>http://bogohack.tumblr.com/post/48098282960</guid><pubDate>Mon, 15 Apr 2013 23:54:25 -0400</pubDate></item><item><title>


Excelente maquina para reciclar plástico



Filabot turns...</title><description>&lt;img src="http://24.media.tumblr.com/873b8e44943165666cd80955a85d48df/tumblr_mgvghoOi071r83m1wo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;
&lt;div class="post_content clearfix" id="post_content_40917157965"&gt;
&lt;div class="caption"&gt;
&lt;p&gt;&lt;strong&gt;Excelente maquina para reciclar plástico&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&lt;a href="http://flip.it/0IgAS" target="_blank"&gt;Filabot turns plastic waste into raw material for 3D printing&lt;/a&gt;&lt;br/&gt; By Duncan Geere, &lt;a href="http://flip.it/0IgAS" target="_blank"&gt;wired.co.uk&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Technology&lt;/p&gt;
&lt;p&gt;An Amer­i­can col­lege stu­dent named Tyler McNaney is devel­op­ing a machine that recy­cles plas­tic house­hold waste into the raw mate­ri­als for use in 3D print­ing.&lt;/p&gt;
&lt;p&gt;The Filabot per­forms the 21st cen­tu­ry equiv­a­lent of alche­…&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/40917157965</link><guid>http://bogohack.tumblr.com/post/40917157965</guid><pubDate>Sat, 19 Jan 2013 07:10:00 -0500</pubDate></item><item><title>Excelente link para entiendas todo el proceso de producción </title><description>&lt;a href="http://flip.it/UbONJ"&gt;Excelente link para entiendas todo el proceso de producción &lt;/a&gt;: &lt;p&gt;Que buena idea. Ayudando a hacer! Lo ayudan a uno en todas las etapas del proceso.&lt;/p&gt;</description><link>http://bogohack.tumblr.com/post/38587438482</link><guid>http://bogohack.tumblr.com/post/38587438482</guid><pubDate>Sat, 22 Dec 2012 20:20:00 -0500</pubDate></item><item><title>Conductive filament means printable sensors</title><description>&lt;a href="http://flip.it/PNUXg"&gt;Conductive filament means printable sensors&lt;/a&gt;: &lt;blockquote&gt;
&lt;p&gt;Brian Benchoff, &lt;a href="http://flip.it/PNUXg" target="_blank"&gt;hackaday.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The 3D printer world has the creation of plastic trinkets pretty much down pat. The next step, obviously, is the creation of multi-material models, whether they be made of two different colors of plastic, or completely different materials entirely…&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/38116271604</link><guid>http://bogohack.tumblr.com/post/38116271604</guid><pubDate>Sun, 16 Dec 2012 21:34:00 -0500</pubDate></item><item><title>shapeways:
Create whatever you can imagine.


There were no...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mctf5tnRb91qgoa30o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://shapeways.tumblr.com/post/34762935099/there-were-no-sharks-in-the-sewer-after-sandy-in" target="_blank"&gt;shapeways&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Create whatever you can imagine.&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;p&gt;There were no sharks in the sewer after #sandy in NYC but there is one in our tumbler (at Shapeways LIC)&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/37027156615</link><guid>http://bogohack.tumblr.com/post/37027156615</guid><pubDate>Sun, 02 Dec 2012 08:01:00 -0500</pubDate></item><item><title>shapeways:


Anatomica di Revolutis: The 3D Printing Revolution...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_mdfj1vdxBl1qgoa30o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://shapeways.tumblr.com/post/35634824977/anatomica-di-revolutis-the-3d-printing-revolution" target="_blank"&gt;shapeways&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;h1 class="blog-post-title"&gt;&lt;strong&gt;&lt;a href="http://www.shapeways.com/blog/archives/1758-Anatomica-di-Revolutis-The-3D-Printing-Revolution-on-Kickstarter.html" target="_blank"&gt;Anatomica di Revolutis: The 3D Printing Revolution on Kickstarter&lt;/a&gt;&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Joshua Harker has just launched &lt;a href="http://www.kickstarter.com/projects/joshharker/anatomica-di-revolutis" target="_blank"&gt;Anatomica di Revolutis&lt;/a&gt; on Kickstarter, following up on his massively successful &lt;a href="http://www.kickstarter.com/projects/joshharker/crania-anatomica-filigre-me-to-you" target="_blank"&gt;Crania Anatomica Filigre: Me to You&lt;/a&gt; project that used &lt;a href="http://www.shapeways.com/blog/archives/1159-Innovation-Amplifier-Crowdsourced-Capital-and-On-Demand-Digital-Fabrication.html#extended" target="_blank"&gt;Shapeways 3D printing to realize his art&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;p&gt;&lt;em&gt;My latest work entitled “Anatomica di Revolutis” is in honor of the developing 3rd Industrial Revolution. My art has been inspired, enabled, &amp; defined by it. The resources &amp; networks of the revolution are my tools, medium, &amp; art gallery. I’m here to present my art within the context of how &amp; why I make it, not on a shelf or wall in a gallery, but within the current landscape of the public psyche &amp; part of a larger event. &lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/36976167896</link><guid>http://bogohack.tumblr.com/post/36976167896</guid><pubDate>Sat, 01 Dec 2012 16:01:00 -0500</pubDate></item><item><title>New Color 3D Prints
shapeways:


Hot From the 3D Printer
We are...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mdhsqk3fRX1qgoa30o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;New Color 3D Prints&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://shapeways.tumblr.com/post/35717521830/hot-from-the-3d-printer-we-are-starting-to-see" target="_blank"&gt;shapeways&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;h1 class="blog-post-title"&gt;&lt;a href="http://www.shapeways.com/blog/archives/1763-Hot-From-the-3D-Printer.html" target="_blank"&gt;Hot From the 3D Printer&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;We are starting to see the &lt;a href="http://www.shapeways.com/blog/archives/1687-Launching-New-Polished-Colors-Today-at-10%25-Off.html" target="_blank"&gt;new, smooth colors&lt;/a&gt; make there way out of our 3D Printers and into the hands of people around the world.  The new colors are looking amazing and feel fantastic.  Take a look at the &lt;a href="http://www.shapeways.com/model/742354/iphone-5-quot-sweater-quot-case.html?li=productBox-search" target="_blank"&gt;Sweater Case&lt;/a&gt;, the &lt;a href="http://www.shapeways.com/blog/archives/1728-Announcing-the-Winner-of-the-Design-for-iPhone-5-Contest-VIDEO.html" target="_blank"&gt;winner of our iPhone 5 design contest&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/36947915041</link><guid>http://bogohack.tumblr.com/post/36947915041</guid><pubDate>Sat, 01 Dec 2012 08:01:00 -0500</pubDate></item><item><title>Tobacco Pipe

shapeways:


Not That We Condone Smoking, But This...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_mdqwxx8TPP1qgoa30o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Tobacco Pipe&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a class="tumblr_blog" href="http://shapeways.tumblr.com/post/36073003270/not-that-we-condone-smoking-but-this-3d-printed" target="_blank"&gt;shapeways&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;h1 class="blog-post-title"&gt;&lt;a href="http://www.shapeways.com/blog/archives/1772-Not-That-We-Condone-Smoking,-But-This-3D-Printed-Ceramic-Skull-Pipe-is-HOT....html" target="_blank"&gt;Not That We Condone Smoking, But This 3D Printed Ceramic Skull Pipe is HOT…&lt;/a&gt;&lt;/h1&gt;
&lt;div class="blog-social-comments"&gt;
&lt;div class="comment-count"&gt;&lt;a href="http://www.shapeways.com/blog/archives/1772-Not-That-We-Condone-Smoking,-But-This-3D-Printed-Ceramic-Skull-Pipe-is-HOT....html#comments" target="_blank"&gt;&lt;span&gt; &lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="blog-social-buttons"&gt;
&lt;div class="twitter"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;We have seen our 3D printed ceramics used for quite a few applications that take advantage of the heat resistance and food safe properties, but this is the first smoking hot design to use those same properties for smoking tobacco.  Pookas has also designed the &lt;a href="http://www.shapeways.com/model/719525/skull_tabacco_pipe.html" target="_blank"&gt;Skull Tobacco Pipe&lt;/a&gt; with a Bronze Stainless Steel mouthpiece, a clever use of combined 3D printed materials.&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/36915228214</link><guid>http://bogohack.tumblr.com/post/36915228214</guid><pubDate>Fri, 30 Nov 2012 19:57:00 -0500</pubDate></item><item><title>Crear todo lo que tu mente se ha imaginado, lo necesario para la...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_mc3hksfPCV1qec2eyo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;&lt;span&gt;Crear todo lo que tu mente se ha imaginado, lo necesario para la innovación.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://nycedc.tumblr.com/post/33838201223/new-yorks-next-top-makers-mayor-bloomberg-and" target="_blank"&gt;nycedc&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;h3&gt;&lt;strong&gt;New York’s Next Top Makers&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Mayor Bloomberg and NYCEDC this morning launched &lt;a href="http://nexttopmakers.com/" target="_blank"&gt;“New York’s Next Top Makers,”&lt;/a&gt; a competition to promote 3-D printing and innovative manufacturing in New York City, as &lt;a href="http://www.shapeways.com/" target="_blank"&gt;Shapeways&lt;/a&gt; opened its NYC facility. &lt;/p&gt;
&lt;p&gt;Six New York City-based inventors will win the opportunity to prototype new products while receiving studio space from sponsor NYDesigns and mentorship from industry leaders Shapeways, Adafruit Industries, and Honeybee Robotics. The prototyping competition kicks off in mid-November. Find out more on &lt;a href="http://on.nyc.gov/T2ROwa" target="_blank"&gt;NYC.gov&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Mayor Bloomberg made the announcement at the ribbon-cutting for Shapeways’ new 25,000-square-foot “Factory of the Future,” a production and distribution center in Long Island City, Queens. The space is under construction and on its way to becoming the biggest consumer-facing 3-D printing manufacturing facility in the world, with the potential to 3-D print three to five million unique products each year on high-end, industrial size printers. The facility will house between 30 and 50 industrial-size 3-D printers and create as many as 50 manufacturing jobs. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Above, Mayor Bloomberg prepares to cut the ribbon on Shapeways’ new “Factory of the Future” using 3-D printed scissors. Photo credit: &lt;a href="http://instagram.com/p/Q7RzAGThNa/" target="_blank"&gt;nycmayorsoffice&lt;/a&gt; via Instagram&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/33895886071</link><guid>http://bogohack.tumblr.com/post/33895886071</guid><pubDate>Fri, 19 Oct 2012 11:31:00 -0400</pubDate></item><item><title>“Imprimiendo calaveras” cortesia de nuestro amigo...</title><description>&lt;iframe src="//www.tumblr.com/video/bogohack/33303029757/400" id="tumblr_video_iframe_33303029757" class="tumblr_video_iframe" width="400" height="300" style="display:block;background-color:transparent;overflow:hidden;" allowTransparency="true" frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;“Imprimiendo calaveras” cortesia de nuestro amigo Beto Durán&lt;/strong&gt;&lt;/p&gt;</description><link>http://bogohack.tumblr.com/post/33303029757</link><guid>http://bogohack.tumblr.com/post/33303029757</guid><pubDate>Wed, 10 Oct 2012 12:25:00 -0400</pubDate></item><item><title>“Imprimiendo calaveras” cortesia de nuestro amigo...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mboqnrlbB11r83m1wo1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_mboqnrlbB11r83m1wo2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_mboqnrlbB11r83m1wo3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_mboqnrlbB11r83m1wo4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_mboqnrlbB11r83m1wo5_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_mboqnrlbB11r83m1wo6_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;strong&gt;“Imprimiendo calaveras” cortesia de nuestro amigo Beto Durán&lt;/strong&gt;&lt;/p&gt;</description><link>http://bogohack.tumblr.com/post/33302753378</link><guid>http://bogohack.tumblr.com/post/33302753378</guid><pubDate>Wed, 10 Oct 2012 12:19:00 -0400</pubDate></item><item><title>
How to watch your own videos on a plane: barf bag Mike Szczys,...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mblgol6rSP1r83m1wo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://flpbd.it/x3eTW" target="_blank"&gt;How to watch your own videos on a plane: barf bag&lt;/a&gt;&lt;/strong&gt;&lt;br/&gt; Mike Szczys, &lt;a href="http://flpbd.it/x3eTW" target="_blank"&gt;hackaday.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Air trav­ellers take note, [Asth­mat­i­catom] fig­ured out how to com­fort­ably watch your own videos on the plane. We know you always have your phone with you, now you just need to find a barf bag. A lit­tle bit of paper­craft turns the waste…&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Un hack muy facil pa los aviones!&lt;/p&gt;</description><link>http://bogohack.tumblr.com/post/33186820079</link><guid>http://bogohack.tumblr.com/post/33186820079</guid><pubDate>Mon, 08 Oct 2012 17:50:00 -0400</pubDate></item><item><title>How to watch your own videos on a plane: barf bag
Mike Szczys,...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mblgm1S4im1r83m1wo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a href="http://flpbd.it/6aeu2" target="_blank"&gt;How to watch your own videos on a plane: barf bag&lt;/a&gt;&lt;br/&gt;
Mike Szczys, &lt;a href="http://flpbd.it/6aeu2" target="_blank"&gt;hackaday.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Air trav­ellers take note, [Asth­mat­i­catom] fig­ured out how to com­fort­ably watch your own videos on the plane. We know you always have your phone with you, now you just need to find a barf bag. A lit­tle bit of paper­craft turns the waste…&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Un hack muy facil pa los aviones!&lt;/p&gt;</description><link>http://bogohack.tumblr.com/post/33186711801</link><guid>http://bogohack.tumblr.com/post/33186711801</guid><pubDate>Mon, 08 Oct 2012 17:49:13 -0400</pubDate></item><item><title>Visita a bogohack </title><description>&lt;a href="http://cristpalma.blogspot.com/2012/07/visita-bogohack.html"&gt;Visita a bogohack &lt;/a&gt;: &lt;p&gt;Hace un par de meses me enteré de que en Bogotá habían algunos hackerspaces (bogohack y HackBo), así que se me ocurrió la idea de visitarlos y conocer mas acerca de ellos. Para comenzar me comunique con los responsables de bogohack por medio de Twitter y ellos amablemente me permitieron ir a conocerlos.&lt;/p&gt;</description><link>http://bogohack.tumblr.com/post/31517990007</link><guid>http://bogohack.tumblr.com/post/31517990007</guid><pubDate>Fri, 14 Sep 2012 07:39:00 -0400</pubDate></item><item><title>darklyeuphoric:


Cellular Lamp by Nervous System
 by nervous...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m9kttcHZXb1rue7gdo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://darklyeuphoric.tumblr.com/post/30525720527/cellular-lamp-by-nervous-system-by-nervous-system" target="_blank"&gt;darklyeuphoric&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;h1 class="photo-title" id="title_div"&gt;Cellular Lamp by Nervous System&lt;/h1&gt;
&lt;p&gt; by &lt;a href="http://www.flickr.com/photos/jrosenk/" target="_blank"&gt;nervous system&lt;/a&gt; on Flickr.&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/31219917416</link><guid>http://bogohack.tumblr.com/post/31219917416</guid><pubDate>Sun, 09 Sep 2012 16:00:00 -0400</pubDate></item><item><title>Tiny quadcopter project called the...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/7gpNkCmBlTM?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;Tiny quadcopter project called the Picopter&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://tumblr.justinrcole.net/post/18363239962/all-pcb-quadcopter-makes-the-most-of-each" target="_blank"&gt;whisperoftheshot&lt;/a&gt;&lt;span&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href="http://hackaday.com/2012/02/24/all-pcb-quadcopter-makes-the-most-of-each-component/" target="_blank"&gt;All PCB quadcopter makes the most of each component&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hackaday.com/2012/02/24/all-pcb-quadcopter-makes-the-most-of-each-component/" target="_blank"&gt;Hack a Day&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/31192536855</link><guid>http://bogohack.tumblr.com/post/31192536855</guid><pubDate>Sun, 09 Sep 2012 07:34:00 -0400</pubDate></item><item><title>Project EEME: What is an EEME project?</title><description>&lt;a href="http://blog.eeme.co/post/31043440027/what-is-an-eeme-project"&gt;Project EEME: What is an EEME project?&lt;/a&gt;: &lt;p&gt;&lt;a class="tumblr_blog" href="http://blog.eeme.co/post/31043440027/what-is-an-eeme-project" target="_blank"&gt;project-eeme&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;p&gt;Good toys are both fun and educational for the kids. Inspired by the emerging DIY/Make/Arduino electronics movement, I want to make &lt;strong&gt;great&lt;/strong&gt; toys that are also engaging for me as a parent!&lt;/p&gt;
&lt;p&gt;EEME’s electronic projects (re-)introduces a parent and their kids to electrical engineering concepts. An EEME…&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/31143507268</link><guid>http://bogohack.tumblr.com/post/31143507268</guid><pubDate>Sat, 08 Sep 2012 15:57:00 -0400</pubDate></item><item><title>Fun and education for the Kids
project-eeme:


Some components...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_m9ue1tBrsA1rf0m2vo1_r1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;Fun and education for the Kids&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://blog.eeme.co/post/31043594853/some-components-to-stir-up-inspiration-for-an-eeme" target="_blank"&gt;project-eeme&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;p&gt;&lt;strong&gt;Some components to stir up inspiration for an EEME project!&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;</description><link>http://bogohack.tumblr.com/post/31117782425</link><guid>http://bogohack.tumblr.com/post/31117782425</guid><pubDate>Sat, 08 Sep 2012 07:53:00 -0400</pubDate></item></channel></rss>
