Added updates category, but hid it from the main page with this code on my index.php template:

<?php if (is_home()) {query_posts("cat=-41");}
if (have_posts()) : while (have_posts()) : the_post(); ?>
#technology