lorax 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3228 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
+ "http://www.w3.org/TR/html4/strict.dtd">
3
+ <html>
4
+ <head>
5
+ <script id="before-content" type="text/javascript">
6
+ var pageload = {
7
+ pagemark: '195942846441279304',
8
+ before_content: (new Date).getTime()
9
+ };
10
+ function pageload_done( $, console, maybe ){
11
+ pageload.after_readycode = (new Date).getTime();
12
+ pageload.content_ready_time = pageload.content_ready - pageload.before_content;
13
+ pageload.script_ready_time = pageload.after_readycode - pageload.content_ready;
14
+ pageload.ready_time = pageload.after_readycode - pageload.before_content;
15
+ // Only report 1% of cases.
16
+ maybe || (Math.random()>0.01) || $.ajax({ data: {
17
+ op: 'page_profile',
18
+ pagemark: pageload.pagemark,
19
+ dom: pageload.content_ready_time,
20
+ js: pageload.script_ready_time
21
+ } });
22
+ }
23
+ </script>
24
+
25
+ <title>Slashdot - News for nerds, stuff that matters</title>
26
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
27
+
28
+
29
+
30
+
31
+
32
+
33
+ <link rel="stylesheet" rev="stylesheet" href="//a.fsdn.com/sd/idlecore-tidied.css?T_2_5_0_283" media="screen">
34
+ <link rel="stylesheet" rev="stylesheet" href="//a.fsdn.com/sd/print.css?T_2_5_0_283" media="print">
35
+
36
+
37
+
38
+ <!-- -->
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+ <!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="//a.fsdn.com/sd/ie7-idle.css?T_2_5_0_283" /><![endif]-->
47
+ <!--[if lt IE 7]><link rel="stylesheet" type="text/css" media="screen" href="//a.fsdn.com/sd/ie6-idle.css?T_2_5_0_283" /><![endif]-->
48
+ <!--[if gte IE 8]><link rel="stylesheet" type="text/css" media="screen" href="//a.fsdn.com/sd/ie8-idle.css?T_2_5_0_283" /><![endif]-->
49
+
50
+
51
+
52
+ <script src="//a.fsdn.com/sd/all-minified.js?T_2_5_0_283" type="text/javascript"></script>
53
+ <script id="after-jquery" type="text/javascript">
54
+ (function( $, pageload, pageload_done, console ){
55
+ $ && pageload && $(function(){
56
+ pageload.content_ready = (new Date).getTime();
57
+ pageload_done && $(function(){ pageload_done($, console, 'maybe'); });
58
+ });
59
+ })(window.jQuery, window.pageload, window.pageload_done, window.console);
60
+ </script>
61
+ <script type="text/javascript">
62
+ (function(){
63
+ var regexp=/\s*(?:\d+|many)\s+more\s*/i;
64
+
65
+
66
+ var auto_more_count = 2;
67
+
68
+ function auto_more(){
69
+ var $more_link = $('#more-experiment a');
70
+ $more_link.each(function(){
71
+ var $lastitem = $('#firehoselist>div.fhitem:visible:last');
72
+ if ( Bounds.intersect(window, $lastitem) ) {
73
+ // _any_ click can trigger, but click-specific ad will win
74
+ setTimeout(function(){ inlineAdFirehose($lastitem, 1); }, 0);
75
+ //setFirehoseAction();
76
+ //$more_link.click();
77
+ !--auto_more_count && (auto_more=undefined);
78
+ // don't allow a call till the next paginate gets built and |more_possible|
79
+ $(document).unbind('scroll', call_auto_more);
80
+ }
81
+ });
82
+ };
83
+
84
+ function call_auto_more(){ auto_more && auto_more(); }
85
+
86
+
87
+
88
+
89
+ function hint_more( $more_link ){
90
+ if ( !auto_more ){
91
+ $more_link.
92
+ click(function(){
93
+ hint_more = undefined;
94
+ }).
95
+ after('<span id="more-hint" class="feature-hint"><em>NEW: Fetch stories in-line!</em></span>');
96
+ }
97
+ }
98
+
99
+
100
+
101
+ $('#more-experiment a').
102
+ live('more-possible', function( event ){
103
+ var $more_link=$(this);
104
+ if ( regexp.test($more_link.text()) ) {
105
+
106
+ hint_more && hint_more($more_link);
107
+
108
+
109
+ $(document).bind('scroll', call_auto_more);
110
+ } else {
111
+ $(document).unbind('scroll', call_auto_more);
112
+
113
+ }
114
+ });
115
+ })();
116
+ </script>
117
+
118
+
119
+ <script type="text/javascript">
120
+ var suggestions_for_context = {
121
+ nod: 'fresh funny insightful interesting maybe ',
122
+ nix: 'binspam dupe notthebest offtopic slownewsday stale stupid ',
123
+
124
+ tagnod: 'descriptive',
125
+ feedback: 'typo dupe error',
126
+ metanod: 'insightful interesting informative funny underrated',
127
+ metanix: 'offtopic flamebait troll redundant overrated'
128
+ };
129
+
130
+ </script>
131
+
132
+
133
+ <script id="lazyload-script" type="text/javascript">
134
+ $(function() {
135
+ // $("img[src*='images.slashdot.org']").lazyload({ threshold : 150 });
136
+ });
137
+ </script>
138
+ <meta http-equiv="X-XRDS-Location" content="http://slashdot.org/slashdot.xrds"><link rel="top" title="News for nerds, stuff that matters" href="//slashdot.org/" >
139
+ <link rel="search" title="Search Slashdot" href="//slashdot.org/search.pl">
140
+ <link rel="alternate" title="Slashdot RSS" href="http://rss.slashdot.org/Slashdot/slashdot" type="application/rss+xml">
141
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
142
+ <!-- DoubleClick Random Number -->
143
+ <script type="text/javascript">
144
+ dfp_ord=Math.random()*10000000000000000;
145
+ dfp_tile = 1;
146
+ </script>
147
+ <!-- End DoubleClick Random Number -->
148
+
149
+
150
+ <script type="text/javascript">
151
+ var pageTracker = _gat._getTracker("UA-32013-5");
152
+ pageTracker._setDomainName("slashdot.org");
153
+ pageTracker._initData();
154
+ </script>
155
+
156
+ </head>
157
+ <body>
158
+
159
+
160
+
161
+ <div id="top_parent"></div>
162
+
163
+ <div id="jump">
164
+ <a href="#main-articles">Stories</a>
165
+ <br>
166
+ <a href="#blocks">Slash Boxes</a>
167
+ <br>
168
+ <a href="#comments">Comments</a>
169
+ </div>
170
+ <a name="topothepage"></a>
171
+ <div id="doc3" class="yui-t6 index2 slashdot ac ">
172
+ <div id="hd" >
173
+ <div id="logo" >
174
+
175
+
176
+
177
+ <h1><a href="//slashdot.org"><span>Slashdot</span></a></h1>
178
+ <div id="slogan"><h2>News for nerds, stuff that matters</h2></div>
179
+ </div>
180
+ <a href="#articles" class="hidden">Jump to articles</a>
181
+ <div class="nav">
182
+ <ul>
183
+
184
+
185
+
186
+ <li class="submit"><a href="//slashdot.org/submission" title="Submit a story to Slashdot">Submit Story</a> </li>
187
+ <li><a href="//slashdot.org/help" title="Frequently asked questions on Slashdot">Help</a></li>
188
+ <li><a href="//slashdot.org/my/login" class="loginlink" onclick="show_login_box(); return false;">Log In</a></li>
189
+
190
+ </ul>
191
+ </div>
192
+
193
+
194
+
195
+
196
+
197
+ <div id="fh_picker_search" style="display: block;">
198
+ <form method="get" action="//slashdot.org/index2.pl">
199
+ <fieldset class="mode-filter mode-anon">
200
+ <legend>Search</legend>
201
+
202
+
203
+ <input class="query" type="text" name="fhfilter" value="" id="searchquery"> <input type="button" class="setfhfilter searchfu" value="Filter" id="viewsearch" style="display:none"> <input type="submit" class="setsearchfilter" value="Search" id="fhsearch" style="display:none">
204
+ <noscript><input type="submit" class="setsearchfilter" value="Search"></noscript>
205
+
206
+ <script type="text/javascript">
207
+ var slash_search;
208
+ $(function(){
209
+ if (has_hose()) {
210
+ var $search_text = $any('searchquery'),
211
+ $panel = $search_text.closest('fieldset');
212
+ $search_buttons = $('#viewsearch,#fhsearch'),
213
+ ws = /\s+/;
214
+
215
+
216
+
217
+ // The search buttons set the firehose option named by their class.
218
+ $search_buttons.
219
+ click(function(){
220
+ var which=this.className;
221
+ $search_text.each(function(){
222
+ firehose_set_options(which, this.value);
223
+ });
224
+ return false;
225
+ });
226
+
227
+ // Provide a globally available function that does whatever clicking the search button would do.
228
+ slash_search = function( query ){
229
+ query!==undefined && $search_text.val(query);
230
+ $search_buttons.filter(':visible:first').click();
231
+ };
232
+
233
+ $search_text.
234
+ keydown(function( e ){ // ESCAPE restores the filter in-effect.
235
+ if ( e.which == $.ui.keyCode.ESCAPE ) {
236
+ $search_text.val(firehose_settings.fhfilter||'');
237
+ return true;
238
+ }
239
+ if ( e.which == $.ui.keyCode.ENTER ) {
240
+ slash_search();
241
+ return false;
242
+ }
243
+ });
244
+
245
+ $(document).
246
+ bind('firehose-setting-setfhfilter firehose-setting-setsearchfilter', function( e, new_query ){
247
+ $('fieldset input[type=text]').each(function(){
248
+ $(this).blur().val(new_query);
249
+ });
250
+ }).
251
+ bind('set-options.firehose', function( e, data ){
252
+ data.select_section && $panel.toggleClass('mode-filter', data.id!=='unsaved');
253
+ });
254
+ }
255
+ });
256
+ </script>
257
+
258
+ </fieldset>
259
+
260
+ <script type="text/javascript">
261
+ $(document).
262
+ one('unsaved.firehose', function(){
263
+ $any('searchquery').closest('fieldset').removeClass('mode-anon');
264
+ });
265
+ </script>
266
+
267
+ </form>
268
+ </div>
269
+
270
+ </div>
271
+ <div class="ad31 advertisement"><!-- placeholder for ad position 31 --></div>
272
+ <div id="bd" ><!-- body begin -->
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+ <style type="text/css">
282
+ menu, menu * {
283
+ cursor:pointer;
284
+ color:inherit;
285
+ text-decoration:none;
286
+ font-family:sans-serif;
287
+ }
288
+
289
+ menu[type=context] {
290
+ display:none;
291
+ position:absolute;
292
+ z-index:10000;
293
+ background-color:#dfdfdf;
294
+ margin:0;
295
+ padding:2px 0.5em;
296
+ border-style:solid;
297
+ border-width:1px;
298
+ border-color:#eeeeee #aaaaaa #aaaaaa #eeeeee;
299
+ }
300
+
301
+ menu[type=context] {
302
+ -moz-border-radius-topright:.7em;
303
+ -webkit-border-top-right-radius: 0.7em 0.7em;
304
+ }
305
+
306
+ menu[type=context] > a.slash-hover:first-child {
307
+ -moz-border-radius-topright:.6em;
308
+ -webkit-border-top-right-radius: 0.6em 0.6em;
309
+ }
310
+
311
+
312
+ /* #tag-menu a, #feedback-menu a { */
313
+ menu.tag-menu a {
314
+ display:list-item;
315
+ list-style:none;
316
+ text-align:left;
317
+ font-weight:bold;
318
+ color:black;
319
+ padding:0.1em 0.5em;
320
+ margin:-0.1em -0.5em;
321
+ }
322
+
323
+ #tag-menu span.var-tag {
324
+ font-weight:normal;
325
+ color:#444444;
326
+ }
327
+
328
+
329
+ menu.reasons-menu {
330
+ display:none;
331
+ margin:0.5em 0 0 0.75em;
332
+ padding:0;
333
+ }
334
+ menu.reasons-menu a {
335
+ display:inline-block;
336
+ margin:-0.1em -0.25em;
337
+ }
338
+
339
+ div.fhitem h3 menu.reasons-menu {
340
+ margin:0.25em 0 0;
341
+ }
342
+
343
+ div.fhitem h3 menu.reasons-menu a.tag {
344
+ font-size:.8em;
345
+ }
346
+
347
+ #tag-menu a.slash-hover,
348
+ #feedback-menu a.slash-hover,
349
+
350
+ .tag-display span.tag:hover,
351
+ .tag-display span.tag.trigger {
352
+ color:white;
353
+ background-color:rgb(0, 85, 85);
354
+ }
355
+
356
+ #tag-menu a.slash-hover span.var-tag {
357
+ color:#eee;
358
+ }
359
+ </style>
360
+
361
+ <menu id="nix-reasons" style="display:none">
362
+ <a class="tag">binspam</a><a class="tag">dupe</a><a class="tag">notthebest</a><a class="tag">offtopic</a><a class="tag">slownewsday</a><a class="tag">stale</a><a class="tag">stupid</a>
363
+ </menu>
364
+ <menu id="nod-reasons" style="display:none">
365
+ <a class="tag">fresh</a><a class="tag">funny</a><a class="tag">insightful</a><a class="tag">interesting</a><a class="tag">maybe</a>
366
+ </menu>
367
+ <menu id="comment-nix-reasons" style="display:none">
368
+ <a class="tag">offtopic</a><a class="tag">flamebait</a><a class="tag">troll</a><a class="tag">redundant</a><a class="tag">overrated</a>
369
+ </menu>
370
+ <menu id="comment-nod-reasons" style="display:none">
371
+ <a class="tag">insightful</a><a class="tag">interesting</a><a class="tag">informative</a><a class="tag">funny</a><a class="tag">underrated</a>
372
+ </menu>
373
+
374
+ <menu id="tag-nod-reasons" style="display:none">
375
+ <a class="tag">descriptive</a>
376
+ </menu>
377
+ <menu id="feedback-menu" class="tag-menu" type="context">
378
+ <a class="tag">typo</a><a class="tag">dupe</a><a class="tag">error</a>
379
+ </menu>
380
+ <menu id="tag-menu" class="tag-menu" type="context">
381
+
382
+ <a data-op="-">delete <span class="var-tag"></span></a>
383
+ <a data-op="!">not <span class="var-tag"></span></a>
384
+ <a data-op="="><span class="var-tag"></span> in <span class="var-view"></span></a>
385
+ </menu>
386
+
387
+ <script type="text/javascript">
388
+ $(function(){
389
+ var $CURRENT_MENU, $TAG_MENU=$('#tag-menu'), NOTNOT=/^!!/, IE7=/^7\.0/, TAG_PREFIX=/^\/tag\//;
390
+
391
+ function get_tag_name( $tag ){
392
+ return ($tag.attr('href') || '').replace(TAG_PREFIX, '') || $tag.text().toLowerCase();
393
+ }
394
+
395
+ function trigger_menu( e, selector, $menu, menu_content ){
396
+ var $target=$(original_target(e, selector)), in_use=$target.is('.trigger');
397
+ if ( $CURRENT_MENU ) {
398
+ $CURRENT_MENU.menu('cancel', e);
399
+ $CURRENT_MENU = null;
400
+ }
401
+
402
+ if ( !in_use ) {
403
+ menu_content && $menu.stop(true, true).hide().html(menu_content);
404
+ ($CURRENT_MENU=$menu).menu('context', e);
405
+ }
406
+ return !in_use;
407
+ }
408
+
409
+ function open_menu( trigger, $menu ){
410
+ var $trigger=$(trigger), $fhitem=$trigger.closest('.fhitem');
411
+ $fhitem.length && user_intent('interest', $fhitem[0]);
412
+
413
+ $menu.appendTo(document.body).css({ opacity:0 }).show();
414
+
415
+ var right = $fhitem.offset().left + $fhitem.width(),
416
+ global = $trigger.offset(),
417
+ local = $menu.offsetParent().offset();
418
+
419
+ // Ugly IE position hack required:
420
+ $.browser.msie && IE7.test($.browser.version) && (local.top = 0);
421
+
422
+ // pin the menu (horizontally) on-screen
423
+ global.left = Math.min(global.left, right-$menu.width());
424
+
425
+ $trigger.addClass('trigger');
426
+ $menu.css({
427
+ position: 'absolute',
428
+ top: global.top - local.top + $trigger.height(),
429
+ left: global.left - local.left,
430
+ opacity: 1
431
+ });
432
+ }
433
+
434
+ function close_menu( trigger, $menu ){
435
+ $menu.hide();
436
+ $(trigger).removeClass('trigger');
437
+ ($CURRENT_MENU===$menu) && ($CURRENT_MENU=false);
438
+ }
439
+
440
+
441
+
442
+ /* T2 tag context-menu */
443
+
444
+ var $TAG_MENU=$('#tag-menu'), NOTNOT=/^!!/;
445
+ $('a[rel=tag]').
446
+ live('mousedown', function( e ){
447
+ var unhandled=true;
448
+ if ( logged_in || $(original_target(e)).is('div.fhitem-editor *') ) {
449
+ unhandled = trigger_menu(e, 'a[rel=tag]', $TAG_MENU);
450
+ }
451
+ return unhandled;
452
+ }).
453
+ live('click', function( e ){
454
+ if ( !logged_in ) {
455
+ var target = original_target(e),
456
+ tag = $(target).text();
457
+ addfhfilter(tag);
458
+ }
459
+ e.preventDefault();
460
+ return false;
461
+ });
462
+
463
+ $TAG_MENU.menu({
464
+ cssNamespace: 'slash',
465
+ liveTriggers: true,
466
+ clickDuration: 300,
467
+
468
+ start: function( e, ui ){
469
+ var $tag = $(ui.trigger),
470
+ tag = get_tag_name($tag),
471
+ context = firehose_settings && firehose_settings.viewtitle;
472
+
473
+ // Insert the tagname into the menu items where needed.
474
+ $TAG_MENU.find('span.var-tag').text(tag);
475
+
476
+ // non-admins may only delete their own tags
477
+ $TAG_MENU.find('a:[data-op="-"]').toggle($tag.is('.my'));
478
+
479
+
480
+ // *tagname* in *viewtitle*
481
+ $TAG_MENU.find('a:[data-op="="]').toggle(!!context);
482
+ context && $TAG_MENU.find('span.var-view').text(context);
483
+
484
+ open_menu($tag, $TAG_MENU);
485
+ },
486
+
487
+ select: function( e, ui ){
488
+ var $tag = $(ui.trigger),
489
+ tag = get_tag_name($tag),
490
+ op = $(ui.select).attr('data-op'),
491
+ fhitem,
492
+ command;
493
+
494
+ // Global for positioning other things.
495
+ $related_trigger = $tag;
496
+
497
+ switch ( op ) {
498
+ case '=':
499
+ addfhfilter(tag);
500
+ break;
501
+
502
+ default:
503
+ fhitem = $tag.closest('div.fhitem')[0];
504
+ command = (op + tag).replace(NOTNOT, '');
505
+ try { Tags.submit(fhitem, command); } catch ( err ) { }
506
+ break;
507
+ }
508
+ },
509
+
510
+ stop: function( e, ui ){ close_menu(ui.trigger, $TAG_MENU); }
511
+ });
512
+
513
+
514
+
515
+
516
+ /* T2 feedback context-menu */
517
+
518
+
519
+
520
+ /* T2 datatype context-menu (admin-only) */
521
+
522
+
523
+
524
+
525
+
526
+
527
+ });
528
+ </script>
529
+
530
+
531
+ <div class="nav">
532
+ <a id="toggleleftmenu" onclick="return false" href="//slashdot.org/login.pl" class="collapsed" href="//slashdot.org/faq/UI.shtml#ui700" title="Toggle left menu">Toggle left menu</a>
533
+
534
+ <script type="text/javascript">
535
+ $(function(){
536
+ $("#toggleleftmenu").click(function(){
537
+
538
+ show_login_box();
539
+
540
+ return false;
541
+ });
542
+ });
543
+ </script>
544
+
545
+
546
+ <ul class="menu" id="fhtablist">
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+ <li class="active Stories">
557
+
558
+ <span class="ctab_rss"><a href="http://rss.slashdot.org/Slashdot/slashdot" title="RSS for stories">RSS</a></span>
559
+
560
+
561
+ <a href="//slashdot.org/stories" >Stories</a>
562
+ </li>
563
+
564
+
565
+
566
+
567
+
568
+ <li class="Recent">
569
+
570
+ <a href="//slashdot.org/recent" >Recent</a>
571
+ </li>
572
+
573
+
574
+
575
+
576
+
577
+ <li class="Popular">
578
+
579
+ <a href="//slashdot.org/popular" >Popular</a>
580
+ </li>
581
+
582
+
583
+
584
+
585
+
586
+ <li class="Search">
587
+
588
+ <a href="//slashdot.org/search" >Search</a>
589
+ </li>
590
+
591
+
592
+ </ul>
593
+
594
+ <script type="text/javascript">
595
+ $(function(){ // on document ready
596
+
597
+ $('input[id^=tab-input-]').
598
+ each(function(){
599
+ var tab_id = this.id.substr('tab-input-'.length);
600
+ $(this).
601
+ blur(function(){
602
+ firehose_save_tab(tab_id);
603
+ }).
604
+ keypress(function(event){
605
+ var RETURN=13, SPACE=32;
606
+
607
+ var $this = $(this);
608
+ switch ( event.which || event.keyCode ) {
609
+ case RETURN:
610
+ case SPACE:
611
+ firehose_save_tab(tab_id);
612
+ return false;
613
+ default:
614
+ return true;
615
+ }
616
+ });
617
+ })
618
+
619
+ });
620
+ </script>
621
+ <div id="fhupdatestatus">
622
+ <a href="//slashdot.org/my/newuser" onclick="javascript:getModalPrefs('newUserModal', 'Create Account', 1); return false;" title="">Create Account</a>
623
+
624
+ <span class="busy spinner">*</span>
625
+ <a id="local_last_update_time" href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){firehose_more(1)});">23:51</a>
626
+ <a id="gmt_update_time" href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){firehose_more(1)});"></a>
627
+
628
+ </div>
629
+
630
+ <div id="fhoptions" class="options">
631
+
632
+
633
+
634
+
635
+ <ul>
636
+
637
+
638
+
639
+
640
+
641
+ <li id="pref"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box();});" title="Toggle preferences">Preferences</a></li>
642
+
643
+
644
+
645
+ <li id="slashboxen">
646
+
647
+ <script type="text/javascript">
648
+ $(function(){
649
+ $("#slashboxen a").click(function(){
650
+ var hide = $(this).setClass(applyMap('expanded', 'collapsed')).is('.collapsed');
651
+
652
+ $('div#yui-main div.yui-b, div#slashboxes, div#topfoot div.rightcontent, div#doc3 div.railad').toggleClass('hideslashboxes', hide);
653
+ firehose_set_options('noslashboxes', hide, 'global');
654
+ return false;
655
+ });
656
+ });
657
+ </script>
658
+ </li>
659
+
660
+ </ul>
661
+
662
+ </div>
663
+ </div>
664
+
665
+
666
+ <div class="ad1 advertisement"><!-- placeholder for ad position 1 --></div><div class="railad"><div class="ad6 advertisement"><!-- ad position 6 -->
667
+ <!-- DoubleClick Ad Tag -->
668
+
669
+ <script type="text/javascript">
670
+ var ad6 = 'active';
671
+ </script>
672
+
673
+
674
+ <div id="fad6">
675
+
676
+
677
+
678
+ <script type="text/javascript">
679
+ //<![CDATA[
680
+
681
+ var hint = 'mainpage';
682
+
683
+ document.write('<script type="text/javascript" src="http://ad.doubleclick.net/adj/ostg.slashdot/mainpage_p6_imu;pg=index2;logged_in=0;tile='+dfp_tile+';ord='+dfp_ord+'?"><\/script>');
684
+ dfp_tile++;
685
+ //]]>
686
+ </script>
687
+
688
+
689
+ </div>
690
+ <!-- End DoubleClick Ad Tag --></div><div class="ad2 advertisement"><!-- placeholder for ad position 2 --></div></div>
691
+
692
+ <div id="yui-main">
693
+
694
+ <div class="yui-b hideleftmenu">
695
+
696
+
697
+
698
+ <div class="yui-gf" style="position: relative">
699
+ <div class="yui-u first" id="links">
700
+ <div class="block" id="links-sections">
701
+ <div class="title" id="links-sections-title">
702
+
703
+ <h4 class='active'>
704
+
705
+ <a class="data-title" href="//slashdot.org" >Slashdot</a>
706
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box(); });" class="links-sections-edit">[e]</a>
707
+
708
+ <script type="data">{ color: "", viewname: "stories", filter: "", name: "Main", id: 13 }</script>
709
+
710
+
711
+ </h4>
712
+ </div>
713
+ <div class="content" id="links-sections-content">
714
+
715
+ <ul id="firehose-sections">
716
+ <script type="data">{ active_id:13, default_id:1 }</script>
717
+
718
+
719
+
720
+
721
+ <li class="hide" id="fhsection-45">
722
+ <a id="fhsectiontitle-45" class="data-title" href="//amd.vendors.slashdot.org">AMD</a>
723
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
724
+ <script type="data">{ color: "", viewname: "stories", filter: "vendor_amd", name: "AMD", id: 45 }</script>
725
+ </li>
726
+
727
+
728
+
729
+
730
+ <li class="hide" id="fhsection-11">
731
+ <a id="fhsectiontitle-11" class="data-title" href="//apache.slashdot.org">Apache</a>
732
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
733
+ <script type="data">{ color: "", viewname: "stories", filter: "apache", name: "Apache", id: 11 }</script>
734
+ </li>
735
+
736
+
737
+
738
+
739
+ <li class="" id="fhsection-53">
740
+ <a id="fhsectiontitle-53" class="data-title" href="//apple.slashdot.org">Apple</a>
741
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
742
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_apple.css?T_2_5_0_283\" title=\"apple\">", color: "", viewname: "stories", filter: "apple", name: "Apple", id: 53 }</script>
743
+ </li>
744
+
745
+
746
+
747
+
748
+ <li class="" id="fhsection-63">
749
+ <a id="fhsectiontitle-63" class="data-title" href="//ask.slashdot.org">Ask Slashdot</a>
750
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
751
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_askslashdot.css?T_2_5_0_283\" title=\"askslashdot\">", color: "", viewname: "stories", filter: "askslashdot", name: "Ask Slashdot", id: 63 }</script>
752
+ </li>
753
+
754
+
755
+
756
+
757
+ <li class="hide" id="fhsection-31">
758
+ <a id="fhsectiontitle-31" class="data-title" href="//backslash.slashdot.org">Backslash</a>
759
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
760
+ <script type="data">{ color: "", viewname: "stories", filter: "backslash", name: "Backslash", id: 31 }</script>
761
+ </li>
762
+
763
+
764
+
765
+
766
+ <li class="" id="fhsection-49">
767
+ <a id="fhsectiontitle-49" class="data-title" href="//books.slashdot.org">Book Reviews</a>
768
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
769
+ <script type="data">{ color: "", viewname: "stories", filter: "books", name: "Book Reviews", id: 49 }</script>
770
+ </li>
771
+
772
+
773
+
774
+
775
+ <li class="hide" id="fhsection-5">
776
+ <a id="fhsectiontitle-5" class="data-title" href="//bsd.slashdot.org">BSD</a>
777
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
778
+ <script type="data">{ color: "", viewname: "stories", filter: "bsd", name: "BSD", id: 5 }</script>
779
+ </li>
780
+
781
+
782
+
783
+
784
+ <li class="hide" id="fhsection-61">
785
+ <a id="fhsectiontitle-61" class="data-title" href="//developers.slashdot.org">Developers</a>
786
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
787
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_developers.css?T_2_5_0_283\" title=\"developers\">", color: "", viewname: "stories", filter: "developers", name: "Developers", id: 61 }</script>
788
+ </li>
789
+
790
+
791
+
792
+
793
+ <li class="hide" id="fhsection-1">
794
+ <a id="fhsectiontitle-1" class="data-title" href="//entertainment.slashdot.org">Entertainment</a>
795
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
796
+ <script type="data">{ color: "", viewname: "stories", filter: "entertainment", name: "Entertainment", id: 1 }</script>
797
+ </li>
798
+
799
+
800
+
801
+
802
+ <li class="hide" id="fhsection-55">
803
+ <a id="fhsectiontitle-55" class="data-title" href="//features.slashdot.org">Features</a>
804
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
805
+ <script type="data">{ color: "", viewname: "stories", filter: "features", name: "Features", id: 55 }</script>
806
+ </li>
807
+
808
+
809
+
810
+
811
+ <li class="" id="fhsection-33">
812
+ <a id="fhsectiontitle-33" class="data-title" href="//games.slashdot.org">Games</a>
813
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
814
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_games.css?T_2_5_0_283\" title=\"games\">", color: "", viewname: "stories", filter: "games", name: "Games", id: 33 }</script>
815
+ </li>
816
+
817
+
818
+
819
+
820
+ <li class="hide" id="fhsection-43">
821
+ <a id="fhsectiontitle-43" class="data-title" href="//radio.slashdot.org">Geeks in Space</a>
822
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
823
+ <script type="data">{ color: "", viewname: "stories", filter: "radio", name: "Geeks in Space", id: 43 }</script>
824
+ </li>
825
+
826
+
827
+
828
+
829
+ <li class="" id="fhsection-3">
830
+ <a id="fhsectiontitle-3" class="data-title" href="//hardware.slashdot.org">Hardware</a>
831
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
832
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_hardware.css?T_2_5_0_283\" title=\"hardware\">", color: "", viewname: "stories", filter: "hardware", name: "Hardware", id: 3 }</script>
833
+ </li>
834
+
835
+
836
+
837
+
838
+ <li class="" id="fhsection-25">
839
+ <a id="fhsectiontitle-25" class="data-title" href="//idle.slashdot.org">Idle</a>
840
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
841
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_idle.css?T_2_5_0_283\" title=\"idle\">", color: "", viewname: "stories", filter: "idle", name: "Idle", id: 25 }</script>
842
+ </li>
843
+
844
+
845
+
846
+
847
+ <li class="hide" id="fhsection-7">
848
+ <a id="fhsectiontitle-7" class="data-title" href="//intel.vendors.slashdot.org">Intel</a>
849
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
850
+ <script type="data">{ color: "", viewname: "stories", filter: "vendor_intel", name: "Intel", id: 7 }</script>
851
+ </li>
852
+
853
+
854
+
855
+
856
+ <li class="" id="fhsection-39">
857
+ <a id="fhsectiontitle-39" class="data-title" href="//interviews.slashdot.org">Interviews</a>
858
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
859
+ <script type="data">{ color: "", viewname: "stories", filter: "interviews", name: "Interviews", id: 39 }</script>
860
+ </li>
861
+
862
+
863
+
864
+
865
+ <li class="hide" id="fhsection-15">
866
+ <a id="fhsectiontitle-15" class="data-title" href="//it.slashdot.org">IT</a>
867
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
868
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_it.css?T_2_5_0_283\" title=\"it\">", color: "", viewname: "stories", filter: "it", name: "IT", id: 15 }</script>
869
+ </li>
870
+
871
+
872
+
873
+
874
+ <li class="" id="fhsection-65">
875
+ <a id="fhsectiontitle-65" class="data-title" href="//linux.slashdot.org">Linux</a>
876
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
877
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_linux.css?T_2_5_0_283\" title=\"linux\">", color: "", viewname: "stories", filter: "linux", name: "Linux", id: 65 }</script>
878
+ </li>
879
+
880
+
881
+
882
+
883
+ <li class="hide" id="fhsection-21">
884
+ <a id="fhsectiontitle-21" class="data-title" href="//meta.slashdot.org">Meta</a>
885
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
886
+ <script type="data">{ color: "", viewname: "stories", filter: "meta", name: "Meta", id: 21 }</script>
887
+ </li>
888
+
889
+
890
+
891
+
892
+ <li class="" id="fhsection-47">
893
+ <a id="fhsectiontitle-47" class="data-title" href="//mobile.slashdot.org">Mobile</a>
894
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
895
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_mobile.css?T_2_5_0_283\" title=\"mobile\">", color: "", viewname: "stories", filter: "mobile", name: "Mobile", id: 47 }</script>
896
+ </li>
897
+
898
+
899
+
900
+
901
+ <li class="hide" id="fhsection-35">
902
+ <a id="fhsectiontitle-35" class="data-title" href="//news.slashdot.org">News</a>
903
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
904
+ <script type="data">{ color: "", viewname: "stories", filter: "news", name: "News", id: 35 }</script>
905
+ </li>
906
+
907
+
908
+
909
+
910
+ <li class="hide" id="fhsection-23">
911
+ <a id="fhsectiontitle-23" class="data-title" href="//oracle.vendors.slashdot.org">Oracle</a>
912
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
913
+ <script type="data">{ color: "", viewname: "stories", filter: "vendor_oracle", name: "Oracle", id: 23 }</script>
914
+ </li>
915
+
916
+
917
+
918
+
919
+ <li class="hide" id="fhsection-27">
920
+ <a id="fhsectiontitle-27" class="data-title" href="//politics.slashdot.org">Politics</a>
921
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
922
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_politics.css?T_2_5_0_283\" title=\"politics\">", color: "", viewname: "stories", filter: "politics", name: "Politics", id: 27 }</script>
923
+ </li>
924
+
925
+
926
+
927
+
928
+ <li class="hide" id="fhsection-57">
929
+ <a id="fhsectiontitle-57" class="data-title" href="//polls.slashdot.org">Polls</a>
930
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
931
+ <script type="data">{ color: "", viewname: "stories", filter: "polls", name: "Polls", id: 57 }</script>
932
+ </li>
933
+
934
+
935
+
936
+
937
+ <li class="" id="fhsection-29">
938
+ <a id="fhsectiontitle-29" class="data-title" href="//science.slashdot.org">Science</a>
939
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
940
+ <script type="data">{ color: "", viewname: "stories", filter: "science", name: "Science", id: 29 }</script>
941
+ </li>
942
+
943
+
944
+
945
+
946
+ <li class="hide" id="fhsection-59">
947
+ <a id="fhsectiontitle-59" class="data-title" href="//search.slashdot.org">Search</a>
948
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
949
+ <script type="data">{ color: "", viewname: "stories", filter: "search", name: "Search", id: 59 }</script>
950
+ </li>
951
+
952
+
953
+
954
+
955
+ <li class="hide" id="fhsection-37">
956
+ <a id="fhsectiontitle-37" class="data-title" href="slashdot.sourceforge.net">SF.net Auth</a>
957
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
958
+ <script type="data">{ color: "", viewname: "stories", filter: "sfauth", name: "SF.net Auth", id: 37 }</script>
959
+ </li>
960
+
961
+
962
+
963
+
964
+ <li class="hide" id="fhsection-19">
965
+ <a id="fhsectiontitle-19" class="data-title" href="//slashdot.org">Taco Hell</a>
966
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
967
+ <script type="data">{ color: "", viewname: "stories", filter: "tacohell", name: "Taco Hell", id: 19 }</script>
968
+ </li>
969
+
970
+
971
+
972
+
973
+ <li class="hide" id="fhsection-17">
974
+ <a id="fhsectiontitle-17" class="data-title" href="//tech.slashdot.org">Technology</a>
975
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
976
+ <script type="data">{ color: "", viewname: "stories", filter: "tech", name: "Technology", id: 17 }</script>
977
+ </li>
978
+
979
+
980
+
981
+
982
+ <li class="hide" id="fhsection-67">
983
+ <a id="fhsectiontitle-67" class="data-title" href="//slashdot.org">The 2000 Beanies</a>
984
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
985
+ <script type="data">{ color: "", viewname: "stories", filter: "awards", name: "The 2000 Beanies", id: 67 }</script>
986
+ </li>
987
+
988
+
989
+
990
+
991
+ <li class="hide" id="fhsection-51">
992
+ <a id="fhsectiontitle-51" class="data-title" href="//thinkgeek.shill.slashdot.org">ThinkGeek</a>
993
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
994
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_thinkgeek.css?T_2_5_0_283\" title=\"thinkgeek\">", color: "", viewname: "stories", filter: "thinkgeek", name: "ThinkGeek", id: 51 }</script>
995
+ </li>
996
+
997
+
998
+
999
+
1000
+ <li class="hide" id="fhsection-41">
1001
+ <a id="fhsectiontitle-41" class="data-title" href="//vendors.slashdot.org">Vendors</a>
1002
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
1003
+ <script type="data">{ color: "", viewname: "stories", filter: "vendors", name: "Vendors", id: 41 }</script>
1004
+ </li>
1005
+
1006
+
1007
+
1008
+
1009
+ <li class="" id="fhsection-9">
1010
+ <a id="fhsectiontitle-9" class="data-title" href="//yro.slashdot.org">YRO</a>
1011
+ <a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
1012
+ <script type="data">{ skin: "<link rel=\"alternate stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"//a.fsdn.com/sd/yui_yro.css?T_2_5_0_283\" title=\"yro\">", color: "", viewname: "stories", filter: "yro", name: "YRO", id: 9 }</script>
1013
+ </li>
1014
+
1015
+ </ul>
1016
+ <script type="text/javascript">
1017
+
1018
+ var firehose_delete_section, update_section;
1019
+
1020
+ (function(){
1021
+ var $section_menu = $any('firehose-sections');
1022
+
1023
+
1024
+
1025
+ function save_menu(){
1026
+ if ( !check_logged_in() ) { return false; }
1027
+
1028
+ // tell the server our current (ordered) list of sections
1029
+ ajax_update({
1030
+ op: 'firehose_save_section_menu',
1031
+ reskey: reskey_static,
1032
+ fsids: $section_menu.
1033
+ children('li:not(#fhsection-unsaved)').
1034
+ map(function(){ return this.id.slice(10); }).get().join(',')
1035
+ });
1036
+ }
1037
+
1038
+
1039
+ function unsaved(){
1040
+ var $unsaved = $any('fhsection-unsaved');
1041
+ if ( !$unsaved.length ) {
1042
+ ($unsaved = $(unsaved.template).prependTo($section_menu)).metadata().id = 'unsaved';
1043
+ }
1044
+ return $unsaved;
1045
+ }
1046
+
1047
+ var section_matching;
1048
+ (function(){
1049
+ var signatures={}, ids={}, ws=/\s+/, id_prefix=/^fhsection-/, default_color = {
1050
+ stories: 'green',
1051
+ recent: 'blue',
1052
+ popular: 'green',
1053
+ daddypants: 'indigo'
1054
+ };
1055
+
1056
+ function init_metadata( el ){
1057
+ var $el=$(el), result=$el.metadata({ type:'elem', name:'script' });
1058
+ $el.find('script[type=data]').remove();
1059
+ return result;
1060
+ }
1061
+
1062
+ function signature( section ){
1063
+ return section.viewname + ';'
1064
+ + (section.color||default_color[section.viewname]) + ';'
1065
+ + $.trim(section.filter).toLowerCase().split(ws).sort().join(' ');
1066
+ }
1067
+
1068
+ section_matching = function( data ){
1069
+ var have_id = $section_menu.metadata().active_id,
1070
+ have = signatures[have_id],
1071
+ want = signature(data),
1072
+ want_id = (have_id==='unsaved'||want!==have) ? ids[want] : have_id,
1073
+ $want = want_id && firehose_section_menu_item(want_id),
1074
+ want_section = want_id && $want.length && $want.metadata();
1075
+
1076
+
1077
+
1078
+
1079
+ return want_section;
1080
+ };
1081
+
1082
+ update_section = function( el, update, opts ){
1083
+ var section = init_metadata(el),
1084
+ id = section.id, // assert(id);
1085
+ oldsig = signatures[id],
1086
+ newsig = signature($.extend(section,
1087
+ // Make the color explicit.
1088
+ !section.color && { color:default_color[section.viewname] },
1089
+ // Roll-in the updated data, if any; but protect the id.
1090
+ update, { id:id }
1091
+ ));
1092
+
1093
+ // Update the signatures that let us match properties to existing sections.
1094
+ if ( id!=='unsaved' && newsig!==oldsig ) {
1095
+ ids[ signatures[id]=newsig ] = id;
1096
+ if ( oldsig ) {
1097
+ delete ids[ oldsig ];
1098
+ // Discard cached skin if the search has changed.
1099
+ section.skin && oldsig.split(';')[2]!==newsig.split(';')[2] && delete section.skin;
1100
+
1101
+ // This must be a change to an existing menu item, so let's save the menu as a whole.
1102
+ save_menu();
1103
+ }
1104
+ }
1105
+
1106
+ if ( opts ) {
1107
+ opts.highlight && highlight_menu_item(id);
1108
+ opts.make_default && ($section_menu.metadata().default_id=id);
1109
+ }
1110
+ };
1111
+
1112
+ // Force-initialize the metadata and build the section_matching map.
1113
+ var $sections=$any('links-sections').find('div.title,li');
1114
+ $sections.add($section_menu).each(function(){ init_metadata(this); });
1115
+ $('#links-sections-title').metadata().name = "Slashdot";
1116
+ $sections.each(function(){ update_section(this); });
1117
+ })();
1118
+
1119
+
1120
+ function highlight_menu_item( section_id ){
1121
+ return firehose_section_menu_item(section_id).each(function(){
1122
+ $('#links-sections .active').not(this).removeClass('active');
1123
+ $( $('h4', this)[0] || this ).addClass('active');
1124
+ $section_menu.metadata().active_id = section_id;
1125
+ firehose_style_switch(section_id);
1126
+ });
1127
+ }
1128
+
1129
+
1130
+ $any('links-sections').
1131
+ mousedown(function( event ){ // "activate" a section (immediately) on mousedown in the section menu
1132
+ $(event.originalTarget||event.target). // mouseDown was on this element...
1133
+ closest('li,div.title').not('.active,:has(.active)').
1134
+ each(function(){
1135
+ var section = $(this).metadata();
1136
+ if ( section.id !== 'unsaved' ) {
1137
+
1138
+ } else {
1139
+
1140
+ }
1141
+ });
1142
+ // allow other handlers to run (by not returning false)
1143
+ }).
1144
+ click(function( event ){ // edit only for a click in the edit button
1145
+ var handled;
1146
+ $(event.originalTarget||event.target). // mouseDown was on this element...
1147
+ closest('a.links-sections-edit'). // ...in this edit icon (if any)
1148
+ each(function(){
1149
+ var id = $(this).closest('li,div.title').metadata().id;
1150
+ id==='unsaved' && (id=void(0));
1151
+ getModalPrefs('firehoseview', 'Save Custom Section', 0, { id: id });
1152
+ handled = true;
1153
+ });
1154
+ return !handled;
1155
+ });
1156
+
1157
+
1158
+ // Drag items in the section-menu to reorder it permanently.
1159
+ $section_menu.
1160
+ sortable({
1161
+ axis: 'y',
1162
+ containment: '#links-sections',
1163
+ opacity: 0.8,
1164
+ update: save_menu
1165
+ });
1166
+
1167
+
1168
+ $(document).
1169
+ bind('firehose-setting-section', function( e, section_id ){
1170
+ // Request to change sections is on its way to the server; update the UI now (don't wait for response)
1171
+ var section = highlight_menu_item(section_id).metadata();
1172
+ $(document).
1173
+ trigger('firehose-setting-setfhfilter', section.filter).
1174
+ trigger('firehose-setting-view', section.viewname).
1175
+ trigger('firehose-setting-color', section.color);
1176
+ }).
1177
+ bind('set-options.firehose', function( e, data ){
1178
+ // Changing some option (possibly even the 'section' option)
1179
+ if ( !data.select_section ) {
1180
+ // OK, _not_ the 'section' option. Activate a section that matches the new options, or else "unsaved"
1181
+ delete data.id;
1182
+
1183
+ data = section_matching(data)||data;
1184
+ if ( !data.id ) {
1185
+ var $unsaved = unsaved();
1186
+ data = $.extend($unsaved.metadata(), data);
1187
+ $(document).
1188
+ one('update.firehose', function( e, updated ){
1189
+ $unsaved.find('a span').text(updated.local_time);
1190
+ if ( updated.skin ) {
1191
+ data.skin = updated.skin;
1192
+ firehose_style_switch('unsaved');
1193
+ }
1194
+ }).
1195
+ trigger('unsaved.firehose', data);
1196
+ }
1197
+ }
1198
+ highlight_menu_item(data.id);
1199
+ });
1200
+
1201
+ unsaved.template = (
1202
+ '<li id="fhsection-unsaved">'
1203
+ + '<a><i class="data-title">unsaved</i> <span></span></a>'
1204
+ + '<a href="//slashdot.org/faq/UI.shtml#ui700"'
1205
+ + ' onclick="return nojscall(function(){show_login_box()});"'
1206
+ + ' class="links-sections-edit">'
1207
+ + '[e]'
1208
+ + '</a>'
1209
+ + '</li>'
1210
+ );
1211
+
1212
+ })();
1213
+ </script>
1214
+
1215
+ </div>
1216
+
1217
+ </div>
1218
+ <div class="block" id="links-help">
1219
+ <div class="title" id="links-help-title">
1220
+ <h4><a href="//slashdot.org/help">Site Info</a></h4>
1221
+ </div>
1222
+ <div class="content" id="links-help-content">
1223
+ <ul>
1224
+ <li><a href="//slashdot.org/faq/">FAQ</a></li>
1225
+ <li><a href="http://sourceforge.net/tracker/?func=add&amp;group_id=4421&amp;atid=104421">Bugs</a></li>
1226
+ <li><a href="//slashdot.org/code.shtml">Code</a></li>
1227
+ </ul>
1228
+ </div>
1229
+ </div>
1230
+ <div class="block" id="links-stories">
1231
+ <div class="title" id="links-stories-title">
1232
+ <h4>Stories</h4>
1233
+ </div>
1234
+ <div class="content" id="links-stories-content">
1235
+ <ul>
1236
+ <li><a href="//slashdot.org/search.pl">Old Stories</a></li>
1237
+ <li><a href="//polls.slashdot.org/">Old Polls</a></li>
1238
+ <li><a href="//slashdot.org/hof.shtml">Hall of Fame</a></li>
1239
+ <li><a href="//slashdot.org/submission">Submit Story</a></li>
1240
+ </ul>
1241
+ </div>
1242
+ </div>
1243
+ </div>
1244
+ </div>
1245
+
1246
+
1247
+ <div class="yui-u maincol first">
1248
+
1249
+
1250
+ <div id="firehose-message-tray" class="message">
1251
+
1252
+ <p>Slashdot stories can be listened to in audio form via an RSS feed, as <a href="http://feeds.feedburner.com/slashdot/audio">read by our own robotic overlord</a>.</p>
1253
+
1254
+ </div>
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+ <div id="firehose" class="nothumbs">
1263
+ <div id="firehoselist" class="fhroot ">
1264
+ <div id="firehose-8045350" data-fhid="8045350" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
1265
+ <span class="sd-info-block" style="display: none">
1266
+ <span class="sd-key-firehose-id">8045350</span>
1267
+ <span class="type">story</span>
1268
+
1269
+ </span>
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+ <h3 class="story">
1282
+
1283
+
1284
+
1285
+
1286
+ <span class="vballoon-firehoselist-simple">
1287
+ <span>Comments:</span>
1288
+ <a href="//news.slashdot.org/comments.pl?sid=1488720" id="commentcnt-8045350">43</a>
1289
+ </span>
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+ <span id="updown-8045350" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
1307
+
1308
+
1309
+
1310
+ <span class="cnin" id="title-8045350"><span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/news">News:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//news.slashdot.org/story/09/12/23/2342207/BBCs-Plan-To-Kick-Open-Source-Out-of-UK-TV" class="datitle">BBC's Plan To Kick Open Source Out of UK TV</a> <span class="date">on Wednesday December 23, @10:16PM</span> <span class="nickname"></span></span>
1311
+
1312
+
1313
+
1314
+
1315
+ </h3>
1316
+
1317
+ <div class="details" id="details-8045350"><small>
1318
+
1319
+ Posted
1320
+ by
1321
+
1322
+
1323
+
1324
+ samzenpus
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+ <span id="fhtime-8045350">on Wednesday December 23, @10:16PM</span>
1332
+
1333
+ <br>
1334
+
1335
+ from the how-can-you-have-any-TV-if-you-don't-eat-your-meat? dept.
1336
+
1337
+ </small>
1338
+ </div>
1339
+ <div class="body" id="fhbody-8045350">
1340
+
1341
+ <div class="media">
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+
1350
+
1351
+
1352
+
1353
+ <div class="maybe-sprite tid-513">
1354
+ <span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicmediaall.gif); width:73px; height:59px;</span>
1355
+ <a style="width:73px; height:59px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=media" onclick="return addfhfilter('media');" class="media" >media</a>
1356
+ </div>
1357
+
1358
+
1359
+
1360
+
1361
+ </div>
1362
+
1363
+
1364
+
1365
+ <div id="text-8045350">
1366
+ bluec writes <i>"Generally speaking, the BBC isn't allowed to encrypt or restrict its broadcasts: the license fee payer pays for these broadcasts. But the BBC has tried to get around this, asking Ofcom for <a href="http://www.guardian.co.uk/technology/2009/dec/22/bbc-drm-cory-doctorow">permission to encrypt the "metadata" on its broadcasts</a> &ndash; including the assistive information used by deaf and blind people and the 'tables' used by receivers to play back the video. As Ofcom gears up to a second consultation on the issue, there's one important question that the BBC must answer if the implications of this move are to be fully explored, namely: How can free/open source software co-exist with a plan to put DRM on broadcasts?"</i></div>
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+ <div class="article-foot a">
1373
+
1374
+ <span class="reader">
1375
+
1376
+ <a href="//news.slashdot.org/story/09/12/23/2342207/BBCs-Plan-To-Kick-Open-Source-Out-of-UK-TV" class="more">Read More...</a>
1377
+
1378
+ <span class="commentcnt"> <a href="//news.slashdot.org/comments.pl?sid=1488720" id="commentcnt-8045350">43</a> comments</span>
1379
+ </span>
1380
+
1381
+ <menu type="toolbar" class="edit-bar">
1382
+
1383
+ <a class="edit-toggle"><span class="button collapse"></span></a>
1384
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
1385
+
1386
+ <span id="tagbar-8045350" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
1387
+ <a class="popular tag" rel="tag" href="/tag/bbc">bbc</a>
1388
+ <a class="popular tag" rel="tag" href="/tag/media">media</a>
1389
+ <a class="popular tag" rel="tag" href="/tag/tv">tv</a>
1390
+ <a class="popular tag" rel="tag" href="/tag/foss">foss</a>
1391
+ <a class="popular tag" rel="tag" href="/tag/freedom">freedom</a>
1392
+ <a class="datatype pseudo-tag">story</a>
1393
+ </span>
1394
+
1395
+ <div class="spinner">
1396
+ <span class="tag-server-busy spinner" style="display:none">*</span>
1397
+ </div>
1398
+
1399
+ </menu>
1400
+ </div>
1401
+
1402
+ </div>
1403
+
1404
+
1405
+ <hr>
1406
+
1407
+
1408
+ </div><div id="firehose-8044970" data-fhid="8044970" data-fhtype="story" class="fhitem fhitem-story briefarticle usermode thumbs">
1409
+ <span class="sd-info-block" style="display: none">
1410
+ <span class="sd-key-firehose-id">8044970</span>
1411
+ <span class="type">story</span>
1412
+
1413
+ </span>
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+
1420
+
1421
+
1422
+
1423
+
1424
+
1425
+ <h3 class="story">
1426
+
1427
+
1428
+
1429
+
1430
+ <span class="vballoon-firehoselist-simple">
1431
+ <span>Comments:</span>
1432
+ <a href="//hardware.slashdot.org/comments.pl?sid=1488708" id="commentcnt-8044970">17</a>
1433
+ </span>
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+
1448
+
1449
+
1450
+ <span id="updown-8044970" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
1451
+
1452
+
1453
+
1454
+ <span class="cnin" id="title-8044970"><span class="sodify" onclick="firehose_set_options('color', 'orange')" title="Filter Firehose to entries rated orange or better" ></span><span class="soda pop2" title="Filter Firehose to entries rated orange or better" onclick="firehose_set_options('color', 'orange')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/hardware">Hardware:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//hardware.slashdot.org/story/09/12/23/2321245/The-Best-Robots-of-2009" class="datitle">The Best Robots of 2009</a> <span class="date">on Wednesday December 23, @08:59PM</span> <span class="nickname"></span></span>
1455
+
1456
+
1457
+
1458
+
1459
+ </h3>
1460
+
1461
+ <div class="details" id="details-8044970"><small>
1462
+
1463
+ Posted
1464
+ by
1465
+
1466
+
1467
+
1468
+ samzenpus
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+ <span id="fhtime-8044970">on Wednesday December 23, @08:59PM</span>
1476
+
1477
+ <br>
1478
+
1479
+ from the best-of-show dept.
1480
+
1481
+ </small>
1482
+ </div>
1483
+ <div class="hide" id="fhbody-8044970">
1484
+
1485
+ <div class="media">
1486
+
1487
+
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+
1497
+ <div class="maybe-sprite tid-2248">
1498
+ <span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicrobotics.gif); width:40px; height:77px;</span>
1499
+ <a style="width:40px; height:77px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=robot" onclick="return addfhfilter('robot');" class="robot" >robot</a>
1500
+ </div>
1501
+
1502
+
1503
+
1504
+
1505
+ </div>
1506
+
1507
+
1508
+
1509
+ <div id="text-8044970">
1510
+ kkleiner writes <i>"Singularity Hub has just unveiled its second annual roundup of the <a href="http://singularityhub.com/2009/12/22/a-review-of-the-best-robots-of-2009/">best robots of the year</a>. In 2009 robots continued their advance towards world domination with several impressive breakouts in areas such as walking, automation, and agility, while still lacking in adaptability and reasoning ability. It will be several years until robots can gain the artificial intelligence that will truly make them remarkable, but in the meantime they are still pretty awesome."</i></div>
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+ <div class="article-foot a">
1517
+
1518
+ <span class="reader">
1519
+
1520
+ <a href="//hardware.slashdot.org/story/09/12/23/2321245/The-Best-Robots-of-2009" class="more">Read More...</a>
1521
+
1522
+ <span class="commentcnt"> <a href="//hardware.slashdot.org/comments.pl?sid=1488708" id="commentcnt-8044970">17</a> comments</span>
1523
+ </span>
1524
+
1525
+ <menu type="toolbar" class="edit-bar">
1526
+
1527
+ <a class="edit-toggle"><span class="button collapse"></span></a>
1528
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
1529
+
1530
+ <span id="tagbar-8044970" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
1531
+ <a class="popular tag" rel="tag" href="/tag/hardware">hardware</a>
1532
+ <a class="popular tag" rel="tag" href="/tag/robot">robot</a>
1533
+ <a class="popular tag" rel="tag" href="/tag/humanoid">humanoid</a>
1534
+ <a class="popular tag" rel="tag" href="/tag/robotics">robotics</a>
1535
+ <a class="popular tag" rel="tag" href="/tag/robots">robots</a>
1536
+ <a class="datatype pseudo-tag">story</a>
1537
+ </span>
1538
+
1539
+ <div class="spinner">
1540
+ <span class="tag-server-busy spinner" style="display:none">*</span>
1541
+ </div>
1542
+
1543
+ </menu>
1544
+ </div>
1545
+
1546
+ </div>
1547
+
1548
+
1549
+ <hr>
1550
+
1551
+
1552
+ </div><div id="firehose-8044904" data-fhid="8044904" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
1553
+ <span class="sd-info-block" style="display: none">
1554
+ <span class="sd-key-firehose-id">8044904</span>
1555
+ <span class="type">story</span>
1556
+
1557
+ </span>
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+ <h3 class="story">
1570
+
1571
+
1572
+
1573
+
1574
+ <span class="vballoon-firehoselist-simple">
1575
+ <span>Comments:</span>
1576
+ <a href="//science.slashdot.org/comments.pl?sid=1488700" id="commentcnt-8044904">35</a>
1577
+ </span>
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+
1588
+
1589
+
1590
+
1591
+
1592
+
1593
+
1594
+ <span id="updown-8044904" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
1595
+
1596
+
1597
+
1598
+ <span class="cnin" id="title-8044904"><span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/science">Science:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//science.slashdot.org/story/09/12/23/2318211/NASA-and-Space-Station-Alliance-On-Shaky-Ground" class="datitle">NASA and Space Station Alliance On Shaky Ground</a> <span class="date">on Wednesday December 23, @08:10PM</span> <span class="nickname"></span></span>
1599
+
1600
+
1601
+
1602
+
1603
+ </h3>
1604
+
1605
+ <div class="details" id="details-8044904"><small>
1606
+
1607
+ Posted
1608
+ by
1609
+
1610
+
1611
+
1612
+ samzenpus
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+ <span id="fhtime-8044904">on Wednesday December 23, @08:10PM</span>
1620
+
1621
+ <br>
1622
+
1623
+ from the in-space-nobody-can-hear-you-disagree dept.
1624
+
1625
+ </small>
1626
+ </div>
1627
+ <div class="body" id="fhbody-8044904">
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+ <div id="text-8044904">
1634
+ coondoggie writes <i>"Even as the latest shift of astronauts arrived at the International Space Station, challenges with the orbital outpost on the ground are <a href="http://www.networkworld.com/news/2009/122309-layer8-nasa-iss-astronauts.html?hpg1=bn">threatening its future</a>. Those challenges include the pending retirement of the space shuttle but also the way NASA and the ISS are managed. A report issued this week by the Government Accountability Office said NASA faces several significant issues that may impede efforts to maximize utilization of all ISS research facilities"</i></div>
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+ <div class="article-foot a">
1641
+
1642
+ <span class="reader">
1643
+
1644
+ <a href="//science.slashdot.org/story/09/12/23/2318211/NASA-and-Space-Station-Alliance-On-Shaky-Ground" class="more">Read More...</a>
1645
+
1646
+ <span class="commentcnt"> <a href="//science.slashdot.org/comments.pl?sid=1488700" id="commentcnt-8044904">35</a> comments</span>
1647
+ </span>
1648
+
1649
+ <menu type="toolbar" class="edit-bar">
1650
+
1651
+ <a class="edit-toggle"><span class="button collapse"></span></a>
1652
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
1653
+
1654
+ <span id="tagbar-8044904" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
1655
+ <a class="popular tag" rel="tag" href="/tag/nasa">nasa</a>
1656
+ <a class="popular tag" rel="tag" href="/tag/science">science</a>
1657
+ <a class="datatype pseudo-tag">story</a>
1658
+ </span>
1659
+
1660
+ <div class="spinner">
1661
+ <span class="tag-server-busy spinner" style="display:none">*</span>
1662
+ </div>
1663
+
1664
+ </menu>
1665
+ </div>
1666
+
1667
+ </div>
1668
+
1669
+
1670
+ <hr>
1671
+
1672
+
1673
+ </div><div id="firehose-8044034" data-fhid="8044034" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
1674
+ <span class="sd-info-block" style="display: none">
1675
+ <span class="sd-key-firehose-id">8044034</span>
1676
+ <span class="type">story</span>
1677
+
1678
+ </span>
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+
1686
+
1687
+
1688
+
1689
+
1690
+ <h3 class="story">
1691
+
1692
+
1693
+
1694
+
1695
+ <span class="vballoon-firehoselist-simple">
1696
+ <span>Comments:</span>
1697
+ <a href="//games.slashdot.org/comments.pl?sid=1488656" id="commentcnt-8044034">139</a>
1698
+ </span>
1699
+
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+
1711
+
1712
+
1713
+
1714
+
1715
+ <span id="updown-8044034" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
1716
+
1717
+
1718
+
1719
+ <span class="cnin" id="title-8044034"><span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/games">Games:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//games.slashdot.org/story/09/12/23/2228258/Girl-Gamers-More-Hardcore-Than-Guys" class="datitle">Girl Gamers More Hardcore Than Guys</a> <span class="date">on Wednesday December 23, @06:42PM</span> <span class="nickname"></span></span>
1720
+
1721
+
1722
+
1723
+
1724
+ </h3>
1725
+
1726
+ <div class="details" id="details-8044034"><small>
1727
+
1728
+ Posted
1729
+ by
1730
+
1731
+
1732
+
1733
+ <a href="mailto:soulskillatslashdotdotorg" rel="nofollow">Soulskill</a>
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+ <span id="fhtime-8044034">on Wednesday December 23, @06:42PM</span>
1741
+
1742
+ <br>
1743
+
1744
+ from the takes-time-to-collect-all-those-pretty-hats dept.
1745
+
1746
+ </small>
1747
+ </div>
1748
+ <div class="body" id="fhbody-8044034">
1749
+
1750
+ <div class="media">
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+ <div class="maybe-sprite tid-64">
1763
+ <span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicgames.gif); width:68px; height:77px;</span>
1764
+ <a style="width:68px; height:77px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=games" onclick="return addfhfilter('games');" class="games" >games</a>
1765
+ </div>
1766
+
1767
+
1768
+
1769
+
1770
+ </div>
1771
+
1772
+
1773
+
1774
+ <div id="text-8044034">
1775
+ TheClockworkSoul writes <i>"Scientific American reports on a study published this month in the <em>Journal of Communication</em>, which found that women who engage in a role-playing game online actually <a href="http://www.scientificamerican.com/podcast/episode.cfm?id=gal-gamers-geekier-than-guys-09-12-23">commit more time on average than the male players do</a>. The authors <a href="http://dmitriwilliams.com/LFGpaperfinal.pdf">surveyed 7,000 players logged in to <em>EverQuest II</em></a> (PDF), and found that the average age of the gamers surveyed was 31, and that playing time tended to increase with age. Interestingly, however, the female gamers not only tended to log more time online (29 hours per week versus 25 for the males), but were also more likely to lie about how much they really play."</i></div>
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+ <div class="article-foot a">
1782
+
1783
+ <span class="reader">
1784
+
1785
+ <a href="//games.slashdot.org/story/09/12/23/2228258/Girl-Gamers-More-Hardcore-Than-Guys" class="more">Read More...</a>
1786
+
1787
+ <span class="commentcnt"> <a href="//games.slashdot.org/comments.pl?sid=1488656" id="commentcnt-8044034">139</a> comments</span>
1788
+ </span>
1789
+
1790
+ <menu type="toolbar" class="edit-bar">
1791
+
1792
+ <a class="edit-toggle"><span class="button collapse"></span></a>
1793
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
1794
+
1795
+ <span id="tagbar-8044034" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
1796
+ <a class="popular tag" rel="tag" href="/tag/rule30">rule30</a>
1797
+ <a class="popular tag" rel="tag" href="/tag/games">games</a>
1798
+ <a class="popular tag" rel="tag" href="/tag/science">science</a>
1799
+ <a class="popular tag" rel="tag" href="/tag/gamers">gamers</a>
1800
+ <a class="popular tag" rel="tag" href="/tag/missleadingtitle">missleadingtitle</a>
1801
+ <a class="datatype pseudo-tag">story</a>
1802
+ </span>
1803
+
1804
+ <div class="spinner">
1805
+ <span class="tag-server-busy spinner" style="display:none">*</span>
1806
+ </div>
1807
+
1808
+ </menu>
1809
+ </div>
1810
+
1811
+ </div>
1812
+
1813
+
1814
+ <hr>
1815
+
1816
+
1817
+ </div><div id="firehose-8044042" data-fhid="8044042" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
1818
+ <span class="sd-info-block" style="display: none">
1819
+ <span class="sd-key-firehose-id">8044042</span>
1820
+ <span class="type">story</span>
1821
+
1822
+ </span>
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+
1829
+
1830
+
1831
+
1832
+
1833
+
1834
+ <h3 class="story">
1835
+
1836
+
1837
+
1838
+
1839
+ <span class="vballoon-firehoselist-simple">
1840
+ <span>Comments:</span>
1841
+ <a href="//ask.slashdot.org/comments.pl?sid=1488660" id="commentcnt-8044042">266</a>
1842
+ </span>
1843
+
1844
+
1845
+
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+ <span id="updown-8044042" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
1860
+
1861
+
1862
+
1863
+ <span class="cnin" id="title-8044042"><span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/askslashdot">Ask Slashdot:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//ask.slashdot.org/story/09/12/23/2229226/Best-Filesystem-For-External-Back-Up-Drives" class="datitle">Best Filesystem For External Back-Up Drives?</a> <span class="date">on Wednesday December 23, @05:55PM</span> <span class="nickname"></span></span>
1864
+
1865
+
1866
+
1867
+
1868
+ </h3>
1869
+
1870
+ <div class="details" id="details-8044042"><small>
1871
+
1872
+ Posted
1873
+ by
1874
+
1875
+
1876
+
1877
+ <a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
1878
+
1879
+
1880
+
1881
+
1882
+
1883
+
1884
+ <span id="fhtime-8044042">on Wednesday December 23, @05:55PM</span>
1885
+
1886
+ <br>
1887
+
1888
+ from the just-mirror-to-the-internet dept.
1889
+
1890
+ </small>
1891
+ </div>
1892
+ <div class="body" id="fhbody-8044042">
1893
+
1894
+ <div class="media">
1895
+
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+ <div class="maybe-sprite tid-20">
1907
+ <span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicstorage.gif); width:48px; height:51px;</span>
1908
+ <a style="width:48px; height:51px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=storage" onclick="return addfhfilter('storage');" class="storage" >storage</a>
1909
+ </div>
1910
+
1911
+
1912
+
1913
+
1914
+ </div>
1915
+
1916
+
1917
+
1918
+ <div id="text-8044042">
1919
+ rufey writes <i>"I've recently embarked on a project to rip my DVD and CD collection to a pair of external USB drives. One drive will be used on a daily basis to access the rips of music and DVDs, as well as store backups of all of my other data. The second drive will be a copy of the first drive, to be synced up on a monthly basis and kept at a different location. The USB drives that I purchased for this are 1 TB in size and came pre-formatted with FAT32. While I can access this filesystem from all of my Windows and Linux machines, there are some limitations."</i> Read on for the rest, and offer your advice on the best filesystem for this application.</div>
1920
+
1921
+
1922
+
1923
+
1924
+
1925
+ <div class="article-foot b">
1926
+
1927
+ <span class="reader">
1928
+
1929
+ <a href="//ask.slashdot.org/story/09/12/23/2229226/Best-Filesystem-For-External-Back-Up-Drives" class="more">Read 1320 More Bytes...</a>
1930
+
1931
+ <span class="commentcnt"> <a href="//ask.slashdot.org/comments.pl?sid=1488660" id="commentcnt-8044042">266</a> comments</span>
1932
+ </span>
1933
+
1934
+ <menu type="toolbar" class="edit-bar">
1935
+
1936
+ <a class="edit-toggle"><span class="button collapse"></span></a>
1937
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
1938
+
1939
+ <span id="tagbar-8044042" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
1940
+ <a class="popular tag" rel="tag" href="/tag/storage">storage</a>
1941
+ <a class="popular tag" rel="tag" href="/tag/linux">linux</a>
1942
+ <a class="popular tag" rel="tag" href="/tag/macosx">macosx</a>
1943
+ <a class="popular tag" rel="tag" href="/tag/askslashdot">askslashdot</a>
1944
+ <a class="popular tag" rel="tag" href="/tag/fat32">fat32</a>
1945
+ <a class="datatype pseudo-tag">story</a>
1946
+ </span>
1947
+
1948
+ <div class="spinner">
1949
+ <span class="tag-server-busy spinner" style="display:none">*</span>
1950
+ </div>
1951
+
1952
+ </menu>
1953
+ </div>
1954
+
1955
+ </div>
1956
+
1957
+
1958
+ <hr>
1959
+
1960
+
1961
+ </div><div id="firehose-8043238" data-fhid="8043238" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
1962
+ <span class="sd-info-block" style="display: none">
1963
+ <span class="sd-key-firehose-id">8043238</span>
1964
+ <span class="type">story</span>
1965
+
1966
+ </span>
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+
1978
+ <h3 class="story">
1979
+
1980
+
1981
+
1982
+
1983
+ <span class="vballoon-firehoselist-simple">
1984
+ <span>Comments:</span>
1985
+ <a href="//mobile.slashdot.org/comments.pl?sid=1488616" id="commentcnt-8043238">96</a>
1986
+ </span>
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+ <span id="updown-8043238" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
2004
+
2005
+
2006
+
2007
+ <span class="cnin" id="title-8043238"><span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/mobile">Mobile:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//mobile.slashdot.org/story/09/12/23/2140213/ATampT-Wins-Gizmodo-3G-Bandwidth-Test" class="datitle">AT&amp;T Wins Gizmodo 3G Bandwidth Test</a> <span class="date">on Wednesday December 23, @05:03PM</span> <span class="nickname"></span></span>
2008
+
2009
+
2010
+
2011
+
2012
+ </h3>
2013
+
2014
+ <div class="details" id="details-8043238"><small>
2015
+
2016
+ Posted
2017
+ by
2018
+
2019
+
2020
+
2021
+ <a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+
2028
+ <span id="fhtime-8043238">on Wednesday December 23, @05:03PM</span>
2029
+
2030
+ <br>
2031
+
2032
+ from the avoid-the-mountains dept.
2033
+
2034
+ </small>
2035
+ </div>
2036
+ <div class="body" id="fhbody-8043238">
2037
+
2038
+ <div class="media">
2039
+
2040
+
2041
+
2042
+
2043
+
2044
+
2045
+
2046
+
2047
+
2048
+
2049
+
2050
+ <div class="maybe-sprite tid-883">
2051
+ <span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topiccellphone.gif); width:75px; height:74px;</span>
2052
+ <a style="width:75px; height:74px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=cellphones" onclick="return addfhfilter('cellphones');" class="cellphones" >cellphones</a>
2053
+ </div>
2054
+
2055
+
2056
+
2057
+
2058
+ </div>
2059
+
2060
+
2061
+
2062
+ <div id="text-8043238">
2063
+ ink writes <i>"Gizmodo has completed a <a href="http://gizmodo.com/5428343/our-2009-12+city-3g-data-mega-test-att-won">12-city test of 3G cellular bandwidth speed</a>. Verizon won four of the twelve, however AT&amp;T scored higher with six: 'Let's get this straight right away: We didn't test dropped voice calls, we didn't test customer service, and we didn't test map coverage by wandering around in the boonies. We tested the ability of the networks to deliver 3G data in and around cities, including both concrete canyons and picket-fenced 'burbs. And while every 3G network gave us troubles on occasion, AT&amp;T's wasn't measurably more or less reliable than Verizon's.'"</i></div>
2064
+
2065
+
2066
+
2067
+
2068
+
2069
+ <div class="article-foot a">
2070
+
2071
+ <span class="reader">
2072
+
2073
+ <a href="//mobile.slashdot.org/story/09/12/23/2140213/ATampT-Wins-Gizmodo-3G-Bandwidth-Test" class="more">Read More...</a>
2074
+
2075
+ <span class="commentcnt"> <a href="//mobile.slashdot.org/comments.pl?sid=1488616" id="commentcnt-8043238">96</a> comments</span>
2076
+ </span>
2077
+
2078
+ <menu type="toolbar" class="edit-bar">
2079
+
2080
+ <a class="edit-toggle"><span class="button collapse"></span></a>
2081
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
2082
+
2083
+ <span id="tagbar-8043238" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
2084
+ <a class="popular tag" rel="tag" href="/tag/att">att</a>
2085
+ <a class="popular tag" rel="tag" href="/tag/mobile">mobile</a>
2086
+ <a class="popular tag" rel="tag" href="/tag/wireless">wireless</a>
2087
+ <a class="popular tag" rel="tag" href="/tag/cellphones">cellphones</a>
2088
+ <a class="popular tag" rel="tag" href="/tag/networking">networking</a>
2089
+ <a class="datatype pseudo-tag">story</a>
2090
+ </span>
2091
+
2092
+ <div class="spinner">
2093
+ <span class="tag-server-busy spinner" style="display:none">*</span>
2094
+ </div>
2095
+
2096
+ </menu>
2097
+ </div>
2098
+
2099
+ </div>
2100
+
2101
+
2102
+ <hr>
2103
+
2104
+
2105
+ </div><div id="firehose-8041468" data-fhid="8041468" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
2106
+ <span class="sd-info-block" style="display: none">
2107
+ <span class="sd-key-firehose-id">8041468</span>
2108
+ <span class="type">story</span>
2109
+
2110
+ </span>
2111
+
2112
+
2113
+
2114
+
2115
+
2116
+
2117
+
2118
+
2119
+
2120
+
2121
+
2122
+ <h3 class="story">
2123
+
2124
+
2125
+
2126
+
2127
+ <span class="vballoon-firehoselist-simple">
2128
+ <span>Comments:</span>
2129
+ <a href="//news.slashdot.org/comments.pl?sid=1488562" id="commentcnt-8041468">98</a>
2130
+ </span>
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+
2145
+
2146
+
2147
+ <span id="updown-8041468" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
2148
+
2149
+
2150
+
2151
+ <span class="cnin" id="title-8041468"><span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/news">News:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//news.slashdot.org/story/09/12/23/2013219/VLC-Team-Announces-Video-Editor-In-the-Works" class="datitle">VLC Team Announces Video Editor In the Works</a> <span class="date">on Wednesday December 23, @04:11PM</span> <span class="nickname"></span></span>
2152
+
2153
+
2154
+
2155
+
2156
+ </h3>
2157
+
2158
+ <div class="details" id="details-8041468"><small>
2159
+
2160
+ Posted
2161
+ by
2162
+
2163
+
2164
+
2165
+ <a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
2166
+
2167
+
2168
+
2169
+
2170
+
2171
+
2172
+ <span id="fhtime-8041468">on Wednesday December 23, @04:11PM</span>
2173
+
2174
+ <br>
2175
+
2176
+ from the just-crazy-enough-to-work dept.
2177
+
2178
+ </small>
2179
+ </div>
2180
+ <div class="body" id="fhbody-8041468">
2181
+
2182
+ <div class="media">
2183
+
2184
+
2185
+
2186
+
2187
+
2188
+
2189
+
2190
+
2191
+
2192
+
2193
+
2194
+ <div class="maybe-sprite tid-513">
2195
+ <span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicmediaall.gif); width:73px; height:59px;</span>
2196
+ <a style="width:73px; height:59px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=media" onclick="return addfhfilter('media');" class="media" >media</a>
2197
+ </div>
2198
+
2199
+
2200
+
2201
+
2202
+ </div>
2203
+
2204
+
2205
+
2206
+ <div id="text-8041468">
2207
+ eldavojohn writes <i>"Despite news that <a href="http://en.wikipedia.org/wiki/VLC_media_player">VLC</a> <a href="http://apple.slashdot.org/story/09/12/16/2145251/Lack-of-Manpower-May-Kill-VLC-For-Mac">might not have anyone to work on the Mac release</a>, Lifehacker brings word of a <a href="http://lifehacker.com/5432946/vlc-team-working-on-a-cross+platform-video-editor">video editor that the VLC team is working on</a> dubbed <a href="http://vlmc.org/">VideoLAN Media Creator</a>. It <a href="http://github.com/VLMC">hasn't been released yet</a> (git clone git://github.com/VLMC/vlmc.git) but a pre-release is due out soon."</i></div>
2208
+
2209
+
2210
+
2211
+
2212
+
2213
+ <div class="article-foot a">
2214
+
2215
+ <span class="reader">
2216
+
2217
+ <a href="//news.slashdot.org/story/09/12/23/2013219/VLC-Team-Announces-Video-Editor-In-the-Works" class="more">Read More...</a>
2218
+
2219
+ <span class="commentcnt"> <a href="//news.slashdot.org/comments.pl?sid=1488562" id="commentcnt-8041468">98</a> comments</span>
2220
+ </span>
2221
+
2222
+ <menu type="toolbar" class="edit-bar">
2223
+
2224
+ <a class="edit-toggle"><span class="button collapse"></span></a>
2225
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
2226
+
2227
+ <span id="tagbar-8041468" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
2228
+ <a class="popular tag" rel="tag" href="/tag/media">media</a>
2229
+ <a class="popular tag" rel="tag" href="/tag/news">news</a>
2230
+ <a class="popular tag" rel="tag" href="/tag/software">software</a>
2231
+ <a class="popular tag" rel="tag" href="/tag/opensource">opensource</a>
2232
+ <a class="popular tag" rel="tag" href="/tag/announcement">announcement</a>
2233
+ <a class="datatype pseudo-tag">story</a>
2234
+ </span>
2235
+
2236
+ <div class="spinner">
2237
+ <span class="tag-server-busy spinner" style="display:none">*</span>
2238
+ </div>
2239
+
2240
+ </menu>
2241
+ </div>
2242
+
2243
+ </div>
2244
+
2245
+
2246
+ <hr>
2247
+
2248
+
2249
+ </div><div id="firehose-8040998" data-fhid="8040998" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
2250
+ <span class="sd-info-block" style="display: none">
2251
+ <span class="sd-key-firehose-id">8040998</span>
2252
+ <span class="type">story</span>
2253
+
2254
+ </span>
2255
+
2256
+
2257
+
2258
+
2259
+
2260
+
2261
+
2262
+
2263
+
2264
+
2265
+
2266
+ <h3 class="story">
2267
+
2268
+
2269
+
2270
+
2271
+ <span class="vballoon-firehoselist-simple">
2272
+ <span>Comments:</span>
2273
+ <a href="//hardware.slashdot.org/comments.pl?sid=1488532" id="commentcnt-8040998">78</a>
2274
+ </span>
2275
+
2276
+
2277
+
2278
+
2279
+
2280
+
2281
+
2282
+
2283
+
2284
+
2285
+
2286
+
2287
+
2288
+
2289
+
2290
+
2291
+ <span id="updown-8040998" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
2292
+
2293
+
2294
+
2295
+ <span class="cnin" id="title-8040998"><span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/hardware">Hardware:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//hardware.slashdot.org/story/09/12/23/1952202/OLPC-Unveils-Plans-For-Tablets-By-2012" class="datitle">OLPC Unveils Plans For Tablets By 2012</a> <span class="date">on Wednesday December 23, @03:19PM</span> <span class="nickname"></span></span>
2296
+
2297
+
2298
+
2299
+
2300
+ </h3>
2301
+
2302
+ <div class="details" id="details-8040998"><small>
2303
+
2304
+ Posted
2305
+ by
2306
+
2307
+
2308
+
2309
+ <a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
2310
+
2311
+
2312
+
2313
+
2314
+
2315
+
2316
+ <span id="fhtime-8040998">on Wednesday December 23, @03:19PM</span>
2317
+
2318
+ <br>
2319
+
2320
+ from the take-two-they're-small dept.
2321
+
2322
+ </small>
2323
+ </div>
2324
+ <div class="body" id="fhbody-8040998">
2325
+
2326
+ <div class="media">
2327
+
2328
+
2329
+
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+
2336
+
2337
+
2338
+ <div class="maybe-sprite tid-449">
2339
+ <span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicmonitors.gif); width:52px; height:53px;</span>
2340
+ <a style="width:52px; height:53px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=displays" onclick="return addfhfilter('displays');" class="displays" >displays</a>
2341
+ </div>
2342
+
2343
+
2344
+
2345
+
2346
+ </div>
2347
+
2348
+
2349
+
2350
+ <div id="text-8040998">
2351
+ adeelarshad82 writes <i>"The One Laptop Per Child (OLPC) initiative outlined its product <a href="http://www.pcmag.com/article2/0,2817,2357518,00.asp">roadmap for the next three years</a>, a plan that includes the release of tablet-based OLPC by 2012. During the next three years, OLPC plans on releasing two laptops, the first two years' priced around $200 and $150 respectively, before launching a tablet in 2011 for less than $100."</i></div>
2352
+
2353
+
2354
+
2355
+
2356
+
2357
+ <div class="article-foot a">
2358
+
2359
+ <span class="reader">
2360
+
2361
+ <a href="//hardware.slashdot.org/story/09/12/23/1952202/OLPC-Unveils-Plans-For-Tablets-By-2012" class="more">Read More...</a>
2362
+
2363
+ <span class="commentcnt"> <a href="//hardware.slashdot.org/comments.pl?sid=1488532" id="commentcnt-8040998">78</a> comments</span>
2364
+ </span>
2365
+
2366
+ <menu type="toolbar" class="edit-bar">
2367
+
2368
+ <a class="edit-toggle"><span class="button collapse"></span></a>
2369
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
2370
+
2371
+ <span id="tagbar-8040998" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
2372
+ <a class="popular tag" rel="tag" href="/tag/displays">displays</a>
2373
+ <a class="popular tag" rel="tag" href="/tag/olpc">olpc</a>
2374
+ <a class="popular tag" rel="tag" href="/tag/education">education</a>
2375
+ <a class="popular tag" rel="tag" href="/tag/portables">portables</a>
2376
+ <a class="popular tag" rel="tag" href="/tag/display">display</a>
2377
+ <a class="datatype pseudo-tag">story</a>
2378
+ </span>
2379
+
2380
+ <div class="spinner">
2381
+ <span class="tag-server-busy spinner" style="display:none">*</span>
2382
+ </div>
2383
+
2384
+ </menu>
2385
+ </div>
2386
+
2387
+ </div>
2388
+
2389
+
2390
+ <hr>
2391
+
2392
+
2393
+ </div><div id="firehose-8039192" data-fhid="8039192" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
2394
+ <span class="sd-info-block" style="display: none">
2395
+ <span class="sd-key-firehose-id">8039192</span>
2396
+ <span class="type">story</span>
2397
+
2398
+ </span>
2399
+
2400
+
2401
+
2402
+
2403
+
2404
+
2405
+
2406
+
2407
+
2408
+
2409
+
2410
+ <h3 class="story">
2411
+
2412
+
2413
+
2414
+
2415
+ <span class="vballoon-firehoselist-simple">
2416
+ <span>Comments:</span>
2417
+ <a href="//developers.slashdot.org/comments.pl?sid=1488448" id="commentcnt-8039192">445</a>
2418
+ </span>
2419
+
2420
+
2421
+
2422
+
2423
+
2424
+
2425
+
2426
+
2427
+
2428
+
2429
+
2430
+
2431
+
2432
+
2433
+
2434
+
2435
+ <span id="updown-8039192" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
2436
+
2437
+
2438
+
2439
+ <span class="cnin" id="title-8039192"><span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better" ></span><span class="soda pop1" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/developers">Developers:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//developers.slashdot.org/story/09/12/23/1820214/Why-Coder-Pay-Isnt-Proportional-To-Productivity" class="datitle">Why Coder Pay Isn't Proportional To Productivity</a> <span class="date">on Wednesday December 23, @02:27PM</span> <span class="nickname"></span></span>
2440
+
2441
+
2442
+
2443
+
2444
+ </h3>
2445
+
2446
+ <div class="details" id="details-8039192"><small>
2447
+
2448
+ Posted
2449
+ by
2450
+
2451
+
2452
+
2453
+ <a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
2454
+
2455
+
2456
+
2457
+
2458
+
2459
+
2460
+ <span id="fhtime-8039192">on Wednesday December 23, @02:27PM</span>
2461
+
2462
+ <br>
2463
+
2464
+ from the productivity-is-a-blunt-edged-word dept.
2465
+
2466
+ </small>
2467
+ </div>
2468
+ <div class="body" id="fhbody-8039192">
2469
+
2470
+ <div class="media">
2471
+
2472
+
2473
+
2474
+
2475
+
2476
+
2477
+
2478
+
2479
+
2480
+
2481
+
2482
+ <div class="maybe-sprite tid-84">
2483
+ <span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicbusiness.gif); width:64px; height:54px;</span>
2484
+ <a style="width:64px; height:54px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=business" onclick="return addfhfilter('business');" class="business" >business</a>
2485
+ </div>
2486
+
2487
+
2488
+
2489
+
2490
+ </div>
2491
+
2492
+
2493
+
2494
+ <div id="text-8039192">
2495
+ theodp writes <i>"John D. Cook takes a stab at explaining <a href="http://www.johndcook.com/blog/2009/12/23/why-programmers-are-not-paid-in-proportion-to-their-productivity">why programmers are not paid in proportion to their productivity</a>. The basic problem, Cook explains, is that extreme programmer productivity may not be obvious. A salesman who sells 10x as much as his peers will be noticed, and compensated accordingly. And if a bricklayer were 10x more productive than his peers, this would be obvious too (it doesn't happen). But the best programmers do not write 10x as many lines of code; nor do they work 10x as many hours. Programmers are most effective when they avoid writing code. An &#252;ber-programmer, Cook explains, is likely to be someone who stares quietly into space and then says 'Hmm. I think I've seen something like this before.'"</i></div>
2496
+
2497
+
2498
+
2499
+
2500
+
2501
+ <div class="article-foot a">
2502
+
2503
+ <span class="reader">
2504
+
2505
+ <a href="//developers.slashdot.org/story/09/12/23/1820214/Why-Coder-Pay-Isnt-Proportional-To-Productivity" class="more">Read More...</a>
2506
+
2507
+ <span class="commentcnt"> <a href="//developers.slashdot.org/comments.pl?sid=1488448" id="commentcnt-8039192">445</a> comments</span>
2508
+ </span>
2509
+
2510
+ <menu type="toolbar" class="edit-bar">
2511
+
2512
+ <a class="edit-toggle"><span class="button collapse"></span></a>
2513
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
2514
+
2515
+ <span id="tagbar-8039192" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
2516
+ <a class="popular tag" rel="tag" href="/tag/business">business</a>
2517
+ <a class="popular tag" rel="tag" href="/tag/money">money</a>
2518
+ <a class="popular tag" rel="tag" href="/tag/developers">developers</a>
2519
+ <a class="popular tag" rel="tag" href="/tag/programming">programming</a>
2520
+ <a class="popular tag" rel="tag" href="/tag/metrics">metrics</a>
2521
+ <a class="datatype pseudo-tag">story</a>
2522
+ </span>
2523
+
2524
+ <div class="spinner">
2525
+ <span class="tag-server-busy spinner" style="display:none">*</span>
2526
+ </div>
2527
+
2528
+ </menu>
2529
+ </div>
2530
+
2531
+ </div>
2532
+
2533
+
2534
+ <hr>
2535
+
2536
+
2537
+ </div><div id="firehose-8040044" data-fhid="8040044" data-fhtype="story" class="fhitem fhitem-story briefarticle usermode thumbs">
2538
+ <span class="sd-info-block" style="display: none">
2539
+ <span class="sd-key-firehose-id">8040044</span>
2540
+ <span class="type">story</span>
2541
+
2542
+ </span>
2543
+
2544
+
2545
+
2546
+
2547
+
2548
+
2549
+
2550
+
2551
+
2552
+
2553
+
2554
+ <h3 class="story">
2555
+
2556
+
2557
+
2558
+
2559
+ <span class="vballoon-firehoselist-simple">
2560
+ <span>Comments:</span>
2561
+ <a href="//developers.slashdot.org/comments.pl?sid=1488480" id="commentcnt-8040044">59</a>
2562
+ </span>
2563
+
2564
+
2565
+
2566
+
2567
+
2568
+
2569
+
2570
+
2571
+
2572
+
2573
+
2574
+
2575
+
2576
+
2577
+
2578
+
2579
+ <span id="updown-8040044" class="vote"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="up" title="Vote this item up">+</a><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return false" class="down" title="Vote this item down">-</a></span>
2580
+
2581
+
2582
+
2583
+ <span class="cnin" id="title-8040044"><span class="sodify" onclick="firehose_set_options('color', 'orange')" title="Filter Firehose to entries rated orange or better" ></span><span class="soda pop2" title="Filter Firehose to entries rated orange or better" onclick="firehose_set_options('color', 'orange')"><span>&nbsp;</span></span> <a class="skin topic main tag" rel="tag" href="/tag/developers">Developers:</a> <a onclick="return toggle_fh_body_wrap_return(this);" href="//developers.slashdot.org/story/09/12/23/191207/An-Open-Source-Compiler-From-CUDA-To-X86-Multicore" class="datitle">An Open Source Compiler From CUDA To X86-Multicore</a> <span class="date">on Wednesday December 23, @02:06PM</span> <span class="nickname"></span></span>
2584
+
2585
+
2586
+
2587
+
2588
+ </h3>
2589
+
2590
+ <div class="details" id="details-8040044"><small>
2591
+
2592
+ Posted
2593
+ by
2594
+
2595
+
2596
+
2597
+ <a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
2598
+
2599
+
2600
+
2601
+
2602
+
2603
+
2604
+ <span id="fhtime-8040044">on Wednesday December 23, @02:06PM</span>
2605
+
2606
+ <br>
2607
+
2608
+ from the abstraction-gains-a-layer dept.
2609
+
2610
+ </small>
2611
+ </div>
2612
+ <div class="hide" id="fhbody-8040044">
2613
+
2614
+ <div class="media">
2615
+
2616
+
2617
+
2618
+
2619
+
2620
+
2621
+
2622
+
2623
+
2624
+
2625
+
2626
+ <div class="maybe-sprite tid-22">
2627
+ <span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicprogramming.gif); width:80px; height:48px;</span>
2628
+ <a style="width:80px; height:48px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=programming" onclick="return addfhfilter('programming');" class="programming" >programming</a>
2629
+ </div>
2630
+
2631
+
2632
+
2633
+
2634
+ </div>
2635
+
2636
+
2637
+
2638
+ <div id="text-8040044">
2639
+ Gregory Diamos writes <i>"An open source project, <a href="http://code.google.com/p/gpuocelot/">Ocelot</a>, has recently released a just-in-time compiler for CUDA, allowing the same programs to be run on NVIDIA GPUs or x86 CPUs and providing an alternative to OpenCL. A description of the compiler was recently posted on the <a href="http://forums.nvidia.com/index.php?showtopic=153448">NVIDIA forums</a>. The compiler works by translating GPU instructions to LLVM and then generating native code for any LLVM target. It has been validated against over 100 CUDA applications. All of the code is available under the New BSD license."</i></div>
2640
+
2641
+
2642
+
2643
+
2644
+
2645
+ <div class="article-foot a">
2646
+
2647
+ <span class="reader">
2648
+
2649
+ <a href="//developers.slashdot.org/story/09/12/23/191207/An-Open-Source-Compiler-From-CUDA-To-X86-Multicore" class="more">Read More...</a>
2650
+
2651
+ <span class="commentcnt"> <a href="//developers.slashdot.org/comments.pl?sid=1488480" id="commentcnt-8040044">59</a> comments</span>
2652
+ </span>
2653
+
2654
+ <menu type="toolbar" class="edit-bar">
2655
+
2656
+ <a class="edit-toggle"><span class="button collapse"></span></a>
2657
+ <input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
2658
+
2659
+ <span id="tagbar-8040044" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
2660
+ <a class="popular tag" rel="tag" href="/tag/nvidia">nvidia</a>
2661
+ <a class="popular tag" rel="tag" href="/tag/programming">programming</a>
2662
+ <a class="popular tag" rel="tag" href="/tag/developers">developers</a>
2663
+ <a class="popular tag" rel="tag" href="/tag/cuda">cuda</a>
2664
+ <a class="popular tag" rel="tag" href="/tag/ocelot">ocelot</a>
2665
+ <a class="datatype pseudo-tag">story</a>
2666
+ </span>
2667
+
2668
+ <div class="spinner">
2669
+ <span class="tag-server-busy spinner" style="display:none">*</span>
2670
+ </div>
2671
+
2672
+ </menu>
2673
+ </div>
2674
+
2675
+ </div>
2676
+
2677
+
2678
+ <hr>
2679
+
2680
+
2681
+ </div>
2682
+ </div>
2683
+ <script id="init-sprites" type="text/javascript">
2684
+ sprite_rules({ "tid-64": ".tid-64 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px -453px; width: 68px; height: 77px; }", "tid-2248": ".tid-2248 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px -209px; width: 40px; height: 77px; }", "tid-146": ".tid-146 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px -336px; width: 74px; height: 67px; }", "tid-2997": ".tid-2997 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px -109px; width: 50px; height: 50px; }", "tid-22": ".tid-22 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px -1012px; width: 80px; height: 48px; }", "tid-20": ".tid-20 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px -580px; width: 48px; height: 51px; }", "tid-513": ".tid-513 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px 0px; width: 73px; height: 59px; }", "tid-84": ".tid-84 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px -908px; width: 64px; height: 54px; }", "tid-449": ".tid-449 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px -805px; width: 52px; height: 53px; }", "tid-883": ".tid-883 { background: url(//a.fsdn.com/sd/firehose/008/045/8045350.png?2) no-repeat top left; background-position: 0px -681px; width: 75px; height: 74px; }" });
2685
+ use_sprites($dom("firehoselist"));
2686
+ $('script:last#init-sprites').remove();
2687
+ </script>
2688
+
2689
+ <span id="itemsreturned">
2690
+
2691
+ </span>
2692
+ </div>
2693
+
2694
+ <div class="paginate" id="fh-pag-div">
2695
+ <div class="currcolor green ">&nbsp;</div>
2696
+ <div class="menu" id="fh-paginate">
2697
+
2698
+
2699
+
2700
+
2701
+
2702
+
2703
+
2704
+ <span class="active">
2705
+ <a onclick="firehose_set_options('startdate','20091223'); return false;" href="//slashdot.org/index2.pl?section=&amp;color=green&amp;index=1&amp;view=stories&amp;duration=-1&amp;startdate=20091223">Today</a>
2706
+ </span>
2707
+
2708
+ <span class="inactive">
2709
+ <a onclick="firehose_set_options('startdate','20091222'); return false;" href="//slashdot.org/index2.pl?section=&amp;color=green&amp;index=1&amp;view=stories&amp;duration=-1&amp;startdate=20091222">Yesterday</a>
2710
+ </span>
2711
+
2712
+ <span class="inactive">
2713
+ <a onclick="firehose_set_options('startdate','20091221'); return false;" href="//slashdot.org/index2.pl?section=&amp;color=green&amp;index=1&amp;view=stories&amp;duration=-1&amp;startdate=20091221">Monday</a>
2714
+ </span>
2715
+
2716
+
2717
+ <span class="inactive more">
2718
+ <span id="firehose_more">
2719
+
2720
+
2721
+
2722
+ <span id="more-experiment" class=" present future "><a href="//slashdot.org/index2.pl?section=&amp;color=green&amp;index=1&amp;view=stories&amp;duration=-1&amp;startdate=20091223&amp;page=1" onclick=" firehose_more(); return false;">Many more <small>&darr;</small>
2723
+ <span class="busy spinner">*</span>
2724
+ </a></span>
2725
+ <script type="text/javascript">more_possible('Many more');</script>
2726
+
2727
+ </span>
2728
+ </span>
2729
+
2730
+
2731
+ <span class="submit"><a onclick="show_submit_box('','submission'); return false;" href="//slashdot.org/submission">Submit Story</a></span>
2732
+
2733
+
2734
+
2735
+ </div>
2736
+ </div>
2737
+
2738
+
2739
+
2740
+ </div>
2741
+
2742
+
2743
+
2744
+ </div> <!-- yui-b -->
2745
+
2746
+ </div>
2747
+
2748
+
2749
+ <div id="slashboxes" class="yui-b">
2750
+
2751
+
2752
+ <div class="block">
2753
+ <div class="title" id="srandblock-title">
2754
+ <h4>
2755
+ <a href="//interviews.slashdot.org">Interviews</a>
2756
+ </h4>
2757
+ </div>
2758
+ <div class="content" id="srandblock-content">
2759
+ <ul>
2760
+ <li>
2761
+ <a href="//interviews.slashdot.org/story/09/12/16/1635229/Sam-Ramji-Answers-Your-Questions">
2762
+ Sam Ramji Answers Your Questions
2763
+ </a>
2764
+ </li><li>
2765
+ <a href="//interviews.slashdot.org/story/09/11/17/1619205/Ask-Sam-Ramji-About-the-CodePlex-Foundation">
2766
+ Ask Sam Ramji About the CodePlex Foundation
2767
+ </a>
2768
+ </li><li>
2769
+ <a href="//interviews.slashdot.org/story/09/08/24/1552233/Blizzard-Answers-Your-Questions-and-More">
2770
+ Blizzard Answers Your Questions and More
2771
+ </a>
2772
+ </li><li>
2773
+ <a href="//interviews.slashdot.org/story/09/08/21/1432226/Ask-Blizzard-About-Starcraft2-Diablo-III-WoW-or-Battlenet">
2774
+ Ask Blizzard About Starcraft2, Diablo III, WoW, or Battle.net
2775
+ </a>
2776
+ </li><li>
2777
+ <a href="//games.slashdot.org/story/09/07/09/1655222/Bethesda-Speaks-On-Gamebryo-Engine-Final-emFallout-3em-DLC">
2778
+ Bethesda Speaks On Gamebryo Engine, Final Fallout 3 DLC
2779
+ </a>
2780
+ </li>
2781
+ </ul>
2782
+ </div>
2783
+ </div><div class="block" id="poll">
2784
+ <div class="title" id="poll-title">
2785
+ <h4><a href="">Slashdot Poll</a></h4>
2786
+ </div>
2787
+
2788
+ <div class="content" id="poll-content">
2789
+ <form action="//slashdot.org/pollBooth.pl" method="post">
2790
+ <fieldset>
2791
+ <legend>Poll</legend>
2792
+ <input type="hidden" name="qid" value="1906">
2793
+
2794
+ <input type="hidden" name="section" value="slashdot">
2795
+
2796
+ <b>In total, I've downloaded X Linux ISOs, where X= ...</b>
2797
+
2798
+
2799
+ <br><input type="radio" name="aid" value="1">1-10
2800
+
2801
+ <br><input type="radio" name="aid" value="2">11-20
2802
+
2803
+ <br><input type="radio" name="aid" value="3">21-30
2804
+
2805
+ <br><input type="radio" name="aid" value="4">31-40
2806
+
2807
+ <br><input type="radio" name="aid" value="5">41-50
2808
+
2809
+ <br><input type="radio" name="aid" value="6">More than 50
2810
+
2811
+ <br><input type="radio" name="aid" value="7">I have never downloaded a Linux ISO.
2812
+
2813
+
2814
+ <br><input type="submit" value="Vote">
2815
+
2816
+ [ <a href="//slashdot.org/pollBooth.pl?qid=1906&amp;aid=-1"><b>Results</b></a> |
2817
+ <a href="//slashdot.org/pollBooth.pl"><b>Polls</b></a> ] <br>
2818
+ Comments:<b>372</b> | Votes:<b>24255</b>
2819
+ </fieldset>
2820
+ </form>
2821
+ <div class="ad31 advertisement">
2822
+ <script type="text/javascript">
2823
+ var ad6 = 'inactive';
2824
+ </script>
2825
+
2826
+ <div id="fad31p">
2827
+ <script type="text/javascript">
2828
+
2829
+ //<![CDATA[
2830
+
2831
+ var hint = 'mainpage';
2832
+
2833
+ document.write('<script type="text/javascript" src="http://ad.doubleclick.net/adj/ostg.slashdot/mainpage_p31_lower_poll_spons;pg=index;logged_in=0;tile='+dfp_tile+';ord='+dfp_ord+'?"><\/script>');
2834
+
2835
+ dfp_tile++;
2836
+ //]]>
2837
+ </script>
2838
+ </div>
2839
+ </div>
2840
+ </div>
2841
+ </div><div class="block" id="activetags">
2842
+ <div class="title" id="activetags-title">
2843
+ <h4><a href="/tags">Recent Tags</a></h4>
2844
+ </div>
2845
+
2846
+ <div class="content" id="activetags-content">
2847
+ <ul><li><a href="/tags/storage">storage</a></li><li><a href="/tags/science">science</a></li><li><a href="/tags/nasa">nasa</a></li><li><a href="/tags/music">music</a></li><li><a href="/tags/reiser">reiser</a></li><li><a href="/tags/onlywire">onlywire</a></li><li><a href="/tags/business">business</a></li></ul>
2848
+
2849
+ </div>
2850
+ </div><div class="block">
2851
+ <div class="title" id="login-title">
2852
+ <h4>
2853
+ Slashdot Login
2854
+ </h4>
2855
+ </div>
2856
+ <div class="content" id="login-content">
2857
+ <form action="//slashdot.org/login.pl" method="post">
2858
+ <fieldset>
2859
+ <legend>Log In</legend>
2860
+ <label>
2861
+ Nickname
2862
+ </label>
2863
+ <input type="text" name="unickname" size="20" value="">
2864
+ <label>
2865
+ Password
2866
+ </label>
2867
+ <input type="hidden" name="returnto" value="//slashdot.org/">
2868
+ <input type="hidden" name="op" value="userlogin">
2869
+ <input type="password" name="upasswd" size="20">
2870
+ <label class="checkbox">
2871
+ <input type="checkbox" name="login_temp" value="yes">
2872
+ Public Terminal
2873
+ </label>
2874
+ <input type="submit" name="userlogin" value="Log in" class="button">
2875
+ </fieldset>
2876
+ </form>
2877
+
2878
+
2879
+
2880
+ <hr>
2881
+
2882
+
2883
+ <form action="//slashdot.org/login.pl" method="post">
2884
+ <fieldset>
2885
+ <input type="hidden" name="slash_returnto" value="//slashdot.org/">
2886
+ <input type="hidden" name="op" value="claim_openid">
2887
+ <input type="hidden" name="openid_login" value="1">
2888
+ <label for="openid_url" class="openid_url">
2889
+ <input type="text" name="openid_url" value="http://" size="32" maxlength="255">
2890
+ </label>
2891
+ <input type="submit" value="Log in with OpenID" class="button">
2892
+ </fieldset>
2893
+ </form>
2894
+
2895
+
2896
+ <p>
2897
+ <b>
2898
+ <a href="//slashdot.org/my/newuser" onclick="javascript:getModalPrefs('newUserModal', 'Create Account', 1); return false;">Create Account</a>
2899
+ &nbsp;|&nbsp;
2900
+ <a href="//slashdot.org/my/mailpassword" onclick="javascript:getModalPrefs('sendPasswdModal', 'Retrieve Password', 1); return false;">Retrieve Password</a>
2901
+ </b>
2902
+ </p>
2903
+ </div>
2904
+ </div><div class="block" id="srandblock_ostg">
2905
+ <div class="title" id="srandblock_ostg-title">
2906
+ <h4><a href="http://fossfor.us/recent_reviews">Fossfor.us</a></h4>
2907
+ </div>
2908
+
2909
+ <div class="content" id="srandblock_ostg-content">
2910
+ <ul><li><a href="http://fossfor.us/software/name/BZFlag?review=1316" rel="alternate">BZFlag - <em>Great</em></a><br>Sometimes I just want to kill, and this works great with my friends.</li><li><a href="http://fossfor.us/software/name/Notepad++?review=1314" rel="alternate">Notepad++ - <em>Great</em></a><br></li><li><a href="http://fossfor.us/software/name/Inkscape?review=1310" rel="alternate">Inkscape - <em>Great</em></a><br>Full-featured vector editor, fully svg-compliant, free (as in beer), free (as...</li><li><a href="http://fossfor.us/software/name/Pioneers?review=1308" rel="alternate">Pioneers - <em>Great</em></a><br>This game is a faithful reproduction of settlers with some reasonably good AI...</li><li><a href="http://fossfor.us/software/name/VLC_media_player?review=1307" rel="alternate">VLC media player - <em>Great</em></a><br>Never had a problem - on Win, Mac, or Lin. Any format, or container.</li></ul>
2911
+
2912
+ </div>
2913
+ </div><div class="block" id="books">
2914
+ <div class="title" id="books-title">
2915
+ <h4><a href="//books.slashdot.org/">Book Reviews</a></h4>
2916
+ </div>
2917
+
2918
+ <div class="content" id="books-content">
2919
+ Recent reviews from Slashdot readers:
2920
+
2921
+ <ul>
2922
+
2923
+
2924
+ <li> <a href="http://www.amazon.com/dp/0195152751/ref=nosim/?tag=slashdot0c-20"><cite>Advanced Excel for Scientific Data Analysis</cite></a> Learn to turn Excel into something that rivals Mathematica using VBA, brains, and a heaping helping of fortitude.(<a href="http://books.slashdot.org/article.pl?sid=08/10/01/1329243">Jack Herrington's review.</a>)</li>
2925
+
2926
+ <li> <a
2927
+ href="http://www.amazon.com/dp/1597492671/ref=nosim/?tag=slashdot0c-20"><cite>Nagios 3 Enterprise Network Monitoring</cite></a> A great book for anyone using Nagios as more than a casual user.(<a href="http://books.slashdot.org/article.pl?sid=08/10/08/1328247">jgoguen's review.</a>)</li>
2928
+
2929
+
2930
+ <li> <a href="http://www.amazon.com/dp/0470395354/ref=nosim/?tag=slashdot0c-20"><cite>Schneier on Security</cite></a> Schneier argues that security is not something you can buy; it is something you must get.(<a href="http://books.slashdot.org/article.pl?sid=08/10/20/1344203">Ben Rothke's review.</a>)</li>
2931
+ </ul>
2932
+
2933
+ <p><a href="https://slashdot.org/submit.pl">Submitting a review</a> for
2934
+ consideration is easy; please first read <a
2935
+ href="//slashdot.org/book.review.guidelines.shtml">Slashdot's
2936
+ book review guidelines</a>. Updated: 2008114 by samzenpus</p>
2937
+
2938
+
2939
+ </div>
2940
+ </div><div class="block" id="index_qlinks">
2941
+ <div class="title" id="index_qlinks-title">
2942
+ <h4><a href="">Quick Links</a></h4>
2943
+ </div>
2944
+
2945
+ <div class="content" id="index_qlinks-content">
2946
+ <B>Cool Sites:</B>
2947
+ <br>&middot; <A href="http://www.xkcd.com">XKCD</A> (It's teh funz0rz)
2948
+ <br>&middot; <A href="http://www.animefu.com">AnimeFu</A> (Addicted to Anime?)
2949
+ <br>&middot; <A href="http://www.penny-arcade.com">Penny Arcade</A> (The First one is always Free)
2950
+ <br>&middot; <A href="http://everything2.com">Everything</A> (Blow your Mind)
2951
+ <br>&middot; <A href="http://themes.freshmeat.net">Themes.freshmeat.net</A> (Make X Perty)
2952
+ <br>&middot; <A href="http://slashdot.jp">Slashdot.jp</A> (So familiar...)
2953
+ <br>&middot; <A href="http://CmdrTaco.net">CmdrTaco.net</A> (I used to be in charge)
2954
+ <P><B>Support Slashdot:</B>
2955
+ <br>&middot; <A href="http://www.thinkgeek.com">ThinkGeek</A> (Clothe Yourself in Slashdot)
2956
+
2957
+ </div>
2958
+ </div><div id="slug-Crown" class="block nosort slug"><div class="content"></div></div><div id="slug-Top" class="block nosort slug"><div class="content"></div></div>
2959
+
2960
+
2961
+ <div class="block" id="newslashbox-create">
2962
+ <div class="title collapsed" id="newslashbox-title">
2963
+ <h4><a href="#" id="newslashbox-edit" onclick="show_login_box(); return false">Add Slashbox<span class="addbox">+</span></a></h4>
2964
+ </div>
2965
+
2966
+ </div>
2967
+
2968
+
2969
+
2970
+ </div>
2971
+
2972
+
2973
+ <script type="text/javascript">
2974
+ firehose_exists = 1;
2975
+ $(function(){
2976
+ $('#firehose-filter').
2977
+ focus(function(event){
2978
+ gFocusedText = this;
2979
+ }).
2980
+ blur(function(event){
2981
+ if ( gFocusedText === this ) {
2982
+ gFocusedText = null;
2983
+ }
2984
+ });
2985
+
2986
+
2987
+ apply_updates_when( 'at-end', true);
2988
+ });
2989
+
2990
+
2991
+ firehose_settings.startdate = "";
2992
+ firehose_settings.mode = "mixed";
2993
+ firehose_settings.fhfilter = "";
2994
+ firehose_settings.orderdir = "DESC";
2995
+ firehose_settings.orderby = "createtime";
2996
+ firehose_settings.duration = -1;
2997
+ firehose_settings.color = "green";
2998
+ firehose_settings.view = "stories";
2999
+ firehose_settings.viewtitle = "Stories";
3000
+ firehose_settings.tab = "";
3001
+ firehose_settings.base_filter = "";
3002
+ firehose_settings.user_view_uid = "";
3003
+ firehose_settings.sectionname = "Main";
3004
+
3005
+ firehose_settings.issue = "";
3006
+ firehose_settings.section = 13;
3007
+ $('#searchquery').val(firehose_settings.fhfilter);
3008
+
3009
+
3010
+ firehose_sitename = "Slashdot";
3011
+ firehose_slogan = "News for nerds, stuff that matters";
3012
+ firehose_update_title_count();
3013
+ firehose_smallscreen = 0;
3014
+
3015
+ fh_idle_skin = 1;
3016
+
3017
+
3018
+
3019
+
3020
+ firehose_settings.index = 1;
3021
+
3022
+
3023
+
3024
+
3025
+ var firehose_action_time = 0;
3026
+ var firehose_user_class = 0;
3027
+
3028
+
3029
+ var fh_color = "green";
3030
+ fh_colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "black" ];
3031
+ var fh_colors_hash = new Array(0);
3032
+ for (var i=0; i< fh_colors.length; i++) {
3033
+ fh_colors_hash[fh_colors[i]] = i;
3034
+ }
3035
+ var fh_view_mode = "mixed";
3036
+ firehose_settings.page = 0;
3037
+
3038
+ fh_is_admin = 0;
3039
+ var updateIntervalType = 2;
3040
+ var inactivity_timeout = 3600;
3041
+ setFirehoseAction();
3042
+ var update_time = "2009-12-24 04:51:02";
3043
+
3044
+ var maxtime = "2009-12-24 04:51:02";
3045
+ var insert_new_at = "top";
3046
+ firehose_play("init");
3047
+
3048
+
3049
+ fh_adTimerUrl = '/images/iframe/firehose.html';
3050
+
3051
+
3052
+ fh_ticksize = 15;
3053
+ sitename = 'idle.slashdot.org';
3054
+
3055
+
3056
+
3057
+ //coremetrics
3058
+
3059
+ </script>
3060
+
3061
+
3062
+
3063
+
3064
+ <!-- body end --></div>
3065
+ <div id="ft" >
3066
+ <div id="topfoot">
3067
+
3068
+ <div class="search">
3069
+
3070
+ <form method="get" action="//slashdot.org/search.pl">
3071
+ <fieldset>
3072
+ <legend>Search</legend>
3073
+ <input type="text" name="query" value="" size="20">
3074
+ <input type="submit" value="Search" class="button">
3075
+ </fieldset>
3076
+ </form>
3077
+
3078
+ </div>
3079
+
3080
+ <div class="rightcontent">
3081
+
3082
+ <small>If the master dies and the disciple grieves, the lives of both have
3083
+ been wasted.</small>
3084
+
3085
+ </div>
3086
+ <div id="slug-Bottom" class="slug"></div>
3087
+ </div>
3088
+ <div class="copyright">
3089
+ <p>
3090
+ All trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the Poster. The Rest &copy; 1997-2009 <a href="http://geek.net/">Geeknet, Inc.</a>
3091
+ </p>
3092
+ </div>
3093
+ <div id="login_cover" style="display:none" onclick="hide_login_box()"></div>
3094
+ <div id="login_box" style="display:none">
3095
+ <div class="generaltitle" >
3096
+ <div class="title">
3097
+ <h3 >
3098
+ Please Log In to Continue<a href="#" onclick="hide_login_box(); return false" class="close" title="Close this box">x</a>
3099
+
3100
+ </h3>
3101
+ </div>
3102
+ </div>
3103
+ <div id="login_box_content">
3104
+ <form action="//slashdot.org/login.pl" method="post">
3105
+ <fieldset>
3106
+ <legend>Log In</legend>
3107
+ <label>
3108
+ Nickname
3109
+ </label>
3110
+ <input type="text" name="unickname" size="20" value="">
3111
+ <label>
3112
+ Password
3113
+ </label>
3114
+ <input type="hidden" name="returnto" value="//slashdot.org/">
3115
+ <input type="hidden" name="op" value="userlogin">
3116
+ <input type="password" name="upasswd" size="20">
3117
+ <label class="checkbox">
3118
+ <input type="checkbox" name="login_temp" value="yes">
3119
+ Public Terminal
3120
+ </label>
3121
+ <input type="submit" name="userlogin" value="Log in" class="button">
3122
+ </fieldset>
3123
+ </form>
3124
+
3125
+
3126
+
3127
+ <hr>
3128
+
3129
+
3130
+ <form action="//slashdot.org/login.pl" method="post">
3131
+ <fieldset>
3132
+ <input type="hidden" name="slash_returnto" value="//slashdot.org/">
3133
+ <input type="hidden" name="op" value="claim_openid">
3134
+ <input type="hidden" name="openid_login" value="1">
3135
+ <label for="openid_url" class="openid_url">
3136
+ <input type="text" name="openid_url" value="http://" size="32" maxlength="255">
3137
+ </label>
3138
+ <input type="submit" value="Log in with OpenID" class="button">
3139
+ </fieldset>
3140
+ </form>
3141
+
3142
+
3143
+ <p>
3144
+ <b>
3145
+ <a href="//slashdot.org/my/newuser">Create Account</a>
3146
+ &nbsp;|&nbsp;
3147
+ <a href="//slashdot.org/my/mailpassword">Retrieve Password</a>
3148
+ </b>
3149
+ </p>
3150
+ </div></div>
3151
+ <script type="text/javascript">logged_in = 0</script>
3152
+ <div class="nav">
3153
+ <ul>
3154
+ <li>
3155
+ <a href="//slashdot.org/">home</a>
3156
+ </li>
3157
+ <li class="submit">
3158
+ <a href="//slashdot.org/submission">submit story</a>
3159
+ </li>
3160
+ <li>
3161
+ <a href="//slashdot.org/help">help</a>
3162
+ </li>
3163
+ <li>
3164
+ <a href="http://geek.net/advertising">advertise</a>
3165
+ </li>
3166
+ <li>
3167
+ <a href="http://geek.net/terms.php">terms of service</a>
3168
+ </li>
3169
+ <li>
3170
+ <a href="http://geek.net/privacy.php">privacy</a>
3171
+ </li>
3172
+ <li class="rss">
3173
+ <a href="http://rss.slashdot.org/Slashdot/slashdot">rss</a>
3174
+ </li>
3175
+ </ul>
3176
+ </div>
3177
+ </div>
3178
+ </div>
3179
+ <a href="#topothepage" class="hidden">Jump to top of page</a>
3180
+ <div id="modal_cover" style="display:none"></div>
3181
+ <div id="modal_box" style="display:none">
3182
+ <div class="generaltitle" >
3183
+ <div class="title"><h3><span id="preference_title"></span> <a href="#" onclick="hide_modal_box(); return false">Close</a></h3></div>
3184
+ </div>
3185
+ <div id="modal_box_content"></div>
3186
+ </div>
3187
+
3188
+
3189
+
3190
+ <script type="text/javascript">
3191
+ pageTracker._trackPageview();
3192
+ (function() {
3193
+
3194
+ // coremetrics
3195
+ setSlashCMCallback( function(params){
3196
+ if( window.location.hostname.indexOf('slashdot.org') >= 0 ) {
3197
+ cmSetProduction();
3198
+ }
3199
+ var searchstring = 'SEARCH ';
3200
+ if( params.updateNum > 0 ) {
3201
+ searchstring = searchstring + 'SUCCESSFUL';
3202
+ } else
3203
+ {
3204
+ searchstring = searchstring + 'UNSUCCESSFUL';
3205
+ params.updateNum = 0;
3206
+ }
3207
+ cmCreatePageviewTag( searchstring, params.updateType.toUpperCase(), params.updateTerms, params.UpdateNum );
3208
+ });
3209
+
3210
+ var basedomain = 'slashdot.org';
3211
+ var site = basedomain.replace(/\..*/gi,'');
3212
+ var subsite = location.hostname.replace(/\..*/gi,'');
3213
+ var section = subsite;
3214
+ var t = $('title').text();
3215
+ var title = ( t.indexOf('|') >= 0 ? t.replace(/.* \| /gi,'') : 'SECTION PAGE: ' + section );
3216
+ if( window.location.hostname.indexOf('slashdot.org') >= 0 ) {
3217
+ cmSetProduction();
3218
+ }
3219
+ cmCreatePageviewTag && cmCreatePageviewTag('ARTICLE DETAIL: ' + section, null, null, null, title + '-_-' + section ) && (cmCreatePageviewTag = null);
3220
+ })();
3221
+ </script>
3222
+ <script id="after-content" type="text/javascript">
3223
+ (function( $, fn, console ){
3224
+ $ && fn && $(function(){ fn($, console); });
3225
+ })(window.jQuery, window.pageload_done, window.console);
3226
+ </script>
3227
+ </body>
3228
+ </html>