lorax 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +0 -0
- data/CHANGELOG.rdoc +6 -0
- data/LICENSE +20 -0
- data/Manifest.txt +37 -0
- data/README.rdoc +70 -0
- data/Rakefile +50 -0
- data/TODO +40 -0
- data/bin/lorax +15 -0
- data/lib/lorax.rb +35 -0
- data/lib/lorax/delta.rb +28 -0
- data/lib/lorax/delta/delete_delta.rb +19 -0
- data/lib/lorax/delta/insert_delta.rb +22 -0
- data/lib/lorax/delta/modify_delta.rb +51 -0
- data/lib/lorax/delta_set.rb +24 -0
- data/lib/lorax/delta_set_generator.rb +36 -0
- data/lib/lorax/fast_matcher.rb +108 -0
- data/lib/lorax/match.rb +22 -0
- data/lib/lorax/match_set.rb +30 -0
- data/lib/lorax/signature.rb +101 -0
- data/spec/fast_matcher_spec.rb +400 -0
- data/spec/files/Michael-Dalessio-200909.html +147 -0
- data/spec/files/Michael-Dalessio-201001.html +153 -0
- data/spec/files/slashdot-1.html +3236 -0
- data/spec/files/slashdot-2.html +3216 -0
- data/spec/files/slashdot-3.html +3228 -0
- data/spec/files/slashdot-4.html +3278 -0
- data/spec/integration/lorax_spec.rb +130 -0
- data/spec/match_spec.rb +54 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +42 -0
- data/spec/unit/delta/delete_delta_spec.rb +50 -0
- data/spec/unit/delta/insert_delta_spec.rb +109 -0
- data/spec/unit/delta/modify_delta_spec.rb +94 -0
- data/spec/unit/delta_set_generator_spec.rb +157 -0
- data/spec/unit/delta_set_spec.rb +40 -0
- data/spec/unit/lorax_spec.rb +9 -0
- data/spec/unit/match_set_spec.rb +93 -0
- data/spec/unit/signature_spec.rb +473 -0
- metadata +216 -0
- metadata.gz.sig +3 -0
@@ -0,0 +1,147 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC
|
3
|
+
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
4
|
+
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
5
|
+
<html xmlns:svg='http://www.w3.org/2000/svg' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
|
6
|
+
<head><meta content='application/xhtml+xml;charset=utf-8' http-equiv='Content-type' /><title>Michael Dalessio</title><link href='resume.css' rel='stylesheet' type='text/css' />
|
7
|
+
</head>
|
8
|
+
<body><div class='info-container clearfix'>
|
9
|
+
<div class='info'>
|
10
|
+
<a href='mailto:mike.dalessio@gmail.com'>mike.dalessio@gmail.com</a>
|
11
|
+
<br />
|
12
|
+
24 Pine Avenue, Madison, NJ 07940
|
13
|
+
</div>
|
14
|
+
<div class='info'>
|
15
|
+
201.602.9038
|
16
|
+
<br />
|
17
|
+
<a href='http://mike.daless.io'>http://mike.daless.io</a>
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
<h1 id='michael_dalessio'>Michael Dalessio</h1>
|
21
|
+
|
22
|
+
<p class='clearfix'><em>I write code for a living, but I also do it for fun. I’ve had success as a manager and a technical lead. I encourage <a href='http://agilemanifesto.org/principles.html'>Agile</a> software development practices, which emphasize early and continuous delivery of valuable software.</em></p>
|
23
|
+
|
24
|
+
<h2 id='technological_strengths'>Technological Strengths</h2>
|
25
|
+
|
26
|
+
<ul>
|
27
|
+
<li><strong>Ruby</strong>. Comfortable with Functional Programming and meta-programming. Language extensions in both C and FFI (JRuby).</li>
|
28
|
+
|
29
|
+
<li><strong>C, C++, STL</strong>. Large-scale OO design and implementation. Emphasis on writing portable code: Linux gcc, Solaris CC, AIX; Windows VS6 and VS7; Intel, Portland Group, Compaq compilers; 32/64-bit.</li>
|
30
|
+
|
31
|
+
<li>Web development: <strong>Rails</strong> web framework, <strong>JavaScript</strong>, <strong>jQuery</strong> and <strong>Prototype</strong> javascript libraries. Successfully deployed highly-available web applications.</li>
|
32
|
+
|
33
|
+
<li><strong>High performance parallel computing</strong>: PVM and MPI toolkits; data serialization; load balancing and fault tolerance; job scheduling.</li>
|
34
|
+
|
35
|
+
<li><strong>System-level programming</strong>: threads, IPC, message queues, sockets. Network programming using TCP and UDP.</li>
|
36
|
+
|
37
|
+
<li>Linux <strong>system administration</strong> experience, notably large compute clusters.</li>
|
38
|
+
|
39
|
+
<li>Broad experience with screen scraping, including HTML+JS and proprietary terminal applications: Mechanize, Nokogiri, Hpricot, libxml2, XPath and CSS selectors.</li>
|
40
|
+
|
41
|
+
<li>Extensive scripting in Ruby, Perl, various shells. Comfortable with OLE automation via APIs and VB script.</li>
|
42
|
+
|
43
|
+
<li>Deep knowledge of FORTRAN. Integration with C and C++ environments.</li>
|
44
|
+
|
45
|
+
<li>Comfortable with debuggers and profilers: gdb, valgrind, gprof, efence, Heap Agent, Bleak House.</li>
|
46
|
+
|
47
|
+
<li>Comfortable with many source code revision tools: Git, Mercurial, Subversion, CVS, RCS.</li>
|
48
|
+
</ul>
|
49
|
+
|
50
|
+
<h2 id='management_skills'>Management Skills</h2>
|
51
|
+
|
52
|
+
<ul>
|
53
|
+
<li>Building and managing <strong>strong development teams</strong>, and improving existing teams.</li>
|
54
|
+
|
55
|
+
<li>Constructing <strong>development environments</strong> which leverage the time and skills of the development team, from sane build environments to custom debugging tools and meta-programming tools.</li>
|
56
|
+
|
57
|
+
<li>Building <strong>application frameworks</strong> to deliver abstracted functionality to domain-expert developers.</li>
|
58
|
+
|
59
|
+
<li>Dealing with <strong>technology integration</strong> issues such as training, documentation and inertial resistance while meeting business demands.</li>
|
60
|
+
|
61
|
+
<li><strong>Mentoring</strong> developers in technology and design, both in informal office setting and in formal training classes. Experienced technical trainer.</li>
|
62
|
+
|
63
|
+
<li>Experience in equity and fixed income <strong>financial markets</strong>, market data and trading systems.</li>
|
64
|
+
|
65
|
+
<li>Excellent public speaking and presentation skills. Excellent written and verbal communication skills.</li>
|
66
|
+
</ul>
|
67
|
+
|
68
|
+
<h2 id='professional_experience'>Professional Experience</h2>
|
69
|
+
|
70
|
+
<h3 id='agile_software_developer__pivotal_labs_nov_2008__present'>Agile Software Developer @ <a href='http://pivotallabs.com/'>Pivotal Labs</a> (Nov 2008 — Present)</h3>
|
71
|
+
|
72
|
+
<p class='indent'>Pivotal Labs is an Agile / XP software development shop specializing in Ruby and Java. At Pivotal, I was a member of a 4-person team developing an enterprise web application for social services. Our practices included test-driving development and pair programming. The application is implemented in Ruby on Rails with jQuery, and featured an XML API for data export and import and Jasper reporting tools.</p>
|
73
|
+
|
74
|
+
<h3 class='space' id='founder_and_managing_partner__pharos_enterprise_intelligence_jan_2008__present'>Founder and Managing Partner @ <a href='http://www.pharos-ei.com/'>Pharos Enterprise Intelligence</a> (Jan 2008 — Present)</h3>
|
75
|
+
|
76
|
+
<p class='indent'>Pharos is a startup software and consulting company which caters to the electricity trading and asset management markets. At Pharos, I designed and built an <strong>energy trading</strong> product to aggregate public and private data from ISO energy markets. I also designed and built <strong>asset management</strong> software for generator owners and operators. Both applications are designed to be hosted “in the cloud”, and provide data mining and realtime data aggregation from multiple sources, including external websites, internal databases and data feeds. The software is implemented in Ruby, Rails, C, C++, Flash and JavaScript.</p>
|
77
|
+
|
78
|
+
<h3 class='space' id='director_of_application_development__uspowergen_may_2006__dec_2007'>Director of Application Development @ <a href='http://www.uspowergen.com/'>USPOWERGEN</a> (May 2006 — Dec 2007)</h3>
|
79
|
+
|
80
|
+
<p class='indent'>As system architect and lead developer for a generator operator, I designed, implemented and maintained a large energy management system (EMS) providing realtime overviews of the markets and electrical grid. The project was bootstrapped in two months under an extremely aggressive timetable. Implemented in Ruby, Rails, C, C++, Javascript.</p>
|
81
|
+
|
82
|
+
<p class='indent'>As the technology director, I managed system integration projects for Accounting and Treasury departments, and managed the I.T. due diligence process for mergers and acquisitions. As part of managing the financial software systems, I initiated the company’s SOX 404 compliance efforts. I also managed outsourced staff of I.T. contractors across four sites.</p>
|
83
|
+
|
84
|
+
<h3 class='space' id='head_of_software_development__aspeed_software_aug_2004__apr_2006'>Head of Software Development @ <a href='http://www.aspeed.com/'>ASPEED Software</a> (Aug 2004 — Apr 2006)</h3>
|
85
|
+
|
86
|
+
<p class='indent'>At ASPEED, a successful startup ISV, I hired and managed a small team of developers in the design and development of a high-performance parallel computing SDK. The library provided dynamic load balancing, efficient data serialization and fault tolerance while supporting common business algorithms (e.g., Monte Carlo simulations) and associated issues (e.g., distributed random number generation).</p>
|
87
|
+
|
88
|
+
<p class='indent'>Some advanced features included: <strong>machine-generating</strong> C++ template code for fast, typesafe, portable serialization of complex data structures; <strong>process management subsystem</strong> providing support for common SOA vendors as well as “native” process management for both Linux and Windows; and a patented algorithm for parallelizing some types of long-running pharmaceutical models.</p>
|
89
|
+
|
90
|
+
<p class='indent'>I also co-authored and maintained a <strong>high-performance messaging library</strong> for distributed computing, which provided high throughput and low latency on both Linux and Windows.</p>
|
91
|
+
|
92
|
+
<h3 class='space' id='infrastructure_applications_lead__moneylinetelerate_nov_2003__aug_2004'>Infrastructure Applications Lead @ Moneyline/Telerate (Nov 2003 — Aug 2004)</h3>
|
93
|
+
|
94
|
+
<p class='indent'>The Infrastructure Application group was part of a larger effort to build a state-of-the-art ticker plant for financial market data. As team lead, I managed seven developers building and porting content generation applications under extremely aggressive deadlines. I also managed a small team of outsourced developers building a GUI application for browsing ticker plant data.</p>
|
95
|
+
|
96
|
+
<p class='indent'>I designed and implemented a high-performance data feed to integrate third-party vendors. The feed used ASN.1 and BER encoding to describe and marshal data. The feed handled all contributed data for the firm. Implemented in C++ using POSIX threads.</p>
|
97
|
+
|
98
|
+
<h3 class='space' id='chief_architect_for_bloomberg_launchpad__bloomberg_lp_jun_1995__aug_2003'>Chief Architect for Bloomberg Launchpad @ <a href='http://www.bloomberg.com/'>Bloomberg, L.P.</a> (Jun 1995 - Aug 2003)</h3>
|
99
|
+
|
100
|
+
<p class='indent'>At Bloomberg, I was the Lead Developer and Architect for <strong>Bloomberg Launchpad</strong>, a desktop platform which allows the user to customize a display integrating data from multiple sources: Bloomberg and third-party real-time market data; historical, fundamental and research data; news and web content. I designed and helped build the Launchpad <strong>application development framework</strong>, used by hundreds of developers across the firm.</p>
|
101
|
+
|
102
|
+
<p class='indent'>As Lead Developer and Architect in Server-Side Integration and Research group, I led a team whose areas of focus were: rapid <strong>prototyping</strong> of applications; <strong>reusable component</strong> technology; salvaging legacy code using intelligent frameworks and components; generic <strong>market data pub/sub services</strong>; messaging and IPC; and evaluating database systems.</p>
|
103
|
+
|
104
|
+
<p class='indent'>I led that same team in the design and delivery of a beta Bloomberg <strong>instant messaging</strong> product in three months; implemented using C++, pub/sub infrastructure and proprietary directory services.</p>
|
105
|
+
|
106
|
+
<p class='indent'>As Lead Developer in the Trading System group, I designed and built the Trading Systems Desktop (“TW”), integrating Trading System functionality and market data display; including market data monitors, trading position blotters, pricing methodologies, news, auto-execution, trade history, and trade ticketing.</p>
|
107
|
+
|
108
|
+
<p class='indent'>I also designed, built, and maintained TCP/IP trade feeds, custody bank links and client data feeds. This included designing an application-layer protocol and meta-programming to generate feed handler code based on feed specs.</p>
|
109
|
+
|
110
|
+
<h2 id='open_source_experience'>Open Source Experience</h2>
|
111
|
+
|
112
|
+
<h3 id='coauthor_of_nokogiri_august_2008__present'>Co-Author of <a href='http://github.com/tenderlove/nokogiri/tree/master'>Nokogiri</a> (August 2008 — Present)</h3>
|
113
|
+
|
114
|
+
<p class='indent'>Nokogiri is currently the most popular XML/HTML parsing library for Ruby developers. It supports CSS and XPath querying, has push and pull SAX parsers, validates DTD and XSD schemas, performs XSLT transformations, and has a very simple and usable API. It’s implemented in Ruby and C.</p>
|
115
|
+
|
116
|
+
<h3 class='space' id='author_of_loofah_august_2009__present'>Author of <a href='http://loofah.rubyforge.org/loofah/'>Loofah</a> (August 2009 — Present)</h3>
|
117
|
+
|
118
|
+
<p class='indent'>Loofah is an HTML sanitizer (based on Nokogiri) which can be used to prevent cross-site scripting (XSS) attacks. It provides a variety of methods to clean or remove unsafe HTML, and delivers ActiveRecord plugins for Rails applications.</p>
|
119
|
+
|
120
|
+
<h3 class='space' id='core_maintainer_of_mechanize_june_2008__present'>Core Maintainer of <a href='http://mechanize.rubyforge.org/mechanize/'>Mechanize</a> (June 2008 — Present)</h3>
|
121
|
+
|
122
|
+
<p class='indent'>Mechanize is a Ruby library used for automating website interaction and screen-scraping. It fully supports browser history and cookies, and allows easy authentication and form submission. Implemented in Ruby.</p>
|
123
|
+
|
124
|
+
<h3 class='space' id='smaller_projects_and_contributions'>Smaller projects and contributions:</h3>
|
125
|
+
|
126
|
+
<ul>
|
127
|
+
<li>Co-author of <a href='http://github.com/zilkey/active_hash/tree/master'>ActiveHash</a>, a project to create ActiveRecord-like models with Hash- or file-based readonly datasources.</li>
|
128
|
+
|
129
|
+
<li>Author of <a href='http://github.com/flavorjones/git-rake/tree/master'>git.rake</a>, a set of rake tasks to make it easy to keep your git superproject in synch with multiple submodules.</li>
|
130
|
+
|
131
|
+
<li>Contributor to <a href='http://git-scm.com/'>git</a>, an open-source distributed version control system.</li>
|
132
|
+
|
133
|
+
<li>Contributor to <a href='http://aintablog.com/'>aintablog</a>, a feed aggregator / tumblog built using Ruby on Rails.</li>
|
134
|
+
|
135
|
+
<li>Contributor to <a href='http://code.google.com/p/flexible-js-formatting'>flexible-js-formatting</a>, Baron Schwartz’s fast and flexible javascript library for formatting and parsing datetimes and numbers.</li>
|
136
|
+
|
137
|
+
<li>Contributor to <a href='http://kenai.com/projects/ruby-ffi'>ruby-ffi</a>, Ruby’s Foreign Function Interface project, which allows Ruby extensions to run on the JVM (JRuby).</li>
|
138
|
+
|
139
|
+
<li>Contributor to <a href='http://rinari.rubyforge.org/'>rinari</a>, a Ruby on Rails minor-mode for Emacs.</li>
|
140
|
+
</ul>
|
141
|
+
|
142
|
+
<h2 id='education'>Education</h2>
|
143
|
+
|
144
|
+
<h3 id='the_johns_hopkins_university'>The Johns Hopkins University</h3>
|
145
|
+
|
146
|
+
<p class='indent'>Graduated 1995 with a B.A. in Physics.</p>
|
147
|
+
</body></html>
|
@@ -0,0 +1,153 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC
|
3
|
+
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
4
|
+
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
5
|
+
<html xmlns:svg='http://www.w3.org/2000/svg' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
|
6
|
+
<head><meta content='application/xhtml+xml;charset=utf-8' http-equiv='Content-type' /><title>Michael Dalessio</title><link href='resume.css' rel='stylesheet' type='text/css' />
|
7
|
+
</head>
|
8
|
+
<body><div class='info-container clearfix'>
|
9
|
+
<div class='info'>
|
10
|
+
<a href='mailto:mike.dalessio@gmail.com'>mike.dalessio@gmail.com</a>
|
11
|
+
<br />
|
12
|
+
24 Pine Avenue, Madison, NJ 07940
|
13
|
+
</div>
|
14
|
+
<div class='info'>
|
15
|
+
201.602.9038
|
16
|
+
<br />
|
17
|
+
<a href='http://mike.daless.io'>http://mike.daless.io</a>
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
<h1 id='michael_dalessio'>Michael Dalessio</h1>
|
21
|
+
|
22
|
+
<p class='clearfix'><em>I write code for a living, but I also do it for fun. I’ve had success as a manager and a technical lead. I encourage <a href='http://agilemanifesto.org/principles.html'>Agile</a> software development practices, which emphasize early and continuous delivery of valuable software.</em></p>
|
23
|
+
|
24
|
+
<ul>
|
25
|
+
<li><strong>Ruby</strong>. Comfortable with Functional Programming and meta-programming. Language extensions in both C and FFI (JRuby).</li>
|
26
|
+
|
27
|
+
<li><strong>C, C++, STL</strong>. Large-scale OO design and implementation. Emphasis on writing portable code: Linux gcc, Solaris CC, AIX; Windows VS6 and VS7; Intel, Portland Group, Compaq compilers; 32/64-bit.</li>
|
28
|
+
|
29
|
+
<li>Web development: <strong>Rails</strong> web framework, <strong>JavaScript</strong>, <strong>jQuery</strong> and <strong>Prototype</strong> javascript libraries. Successfully deployed highly-available web applications.</li>
|
30
|
+
|
31
|
+
<li><strong>High performance parallel computing</strong>: PVM and MPI toolkits; data serialization; load balancing and fault tolerance; job scheduling.</li>
|
32
|
+
|
33
|
+
<li><strong>System-level programming</strong>: threads, IPC, message queues, sockets. Network programming using TCP and UDP.</li>
|
34
|
+
|
35
|
+
<li>Linux <strong>system administration</strong> experience, notably large compute clusters.</li>
|
36
|
+
|
37
|
+
<li>Broad experience with screen scraping, including HTML+JS and proprietary terminal applications: Mechanize, Nokogiri, Hpricot, libxml2, XPath and CSS selectors.</li>
|
38
|
+
|
39
|
+
<li>Extensive scripting in Ruby, Perl, various shells. Comfortable with OLE automation via APIs and VB script.</li>
|
40
|
+
|
41
|
+
<li>Deep knowledge of FORTRAN. Integration with C and C++ environments.</li>
|
42
|
+
|
43
|
+
<li>Comfortable with debuggers and profilers: gdb, valgrind, gprof, efence, Heap Agent, Bleak House.</li>
|
44
|
+
|
45
|
+
<li>Comfortable with many source code revision tools: Git, Mercurial, Subversion, CVS, RCS.</li>
|
46
|
+
</ul>
|
47
|
+
|
48
|
+
<h2 id='management_skills'>Management Skills</h2>
|
49
|
+
|
50
|
+
<ul>
|
51
|
+
<li>Building and managing <strong>strong development teams</strong>, and improving existing teams.</li>
|
52
|
+
|
53
|
+
<li>Constructing <strong>development environments</strong> which leverage the time and skills of the development team, from sane build environments to custom debugging tools and meta-programming tools.</li>
|
54
|
+
|
55
|
+
<li>Building <strong>application frameworks</strong> to deliver abstracted functionality to domain-expert developers.</li>
|
56
|
+
|
57
|
+
<li>Dealing with <strong>technology integration</strong> issues such as training, documentation and inertial resistance while meeting business demands.</li>
|
58
|
+
|
59
|
+
<li><strong>Mentoring</strong> developers in technology and design, both in informal office setting and in formal training classes. Experienced technical trainer.</li>
|
60
|
+
|
61
|
+
<li>Experience in equity and fixed income <strong>financial markets</strong>, market data and trading systems.</li>
|
62
|
+
|
63
|
+
<li>Excellent public speaking and presentation skills. Excellent written and verbal communication skills.</li>
|
64
|
+
</ul>
|
65
|
+
|
66
|
+
<h2 id='professional_experience'>Professional Experience</h2>
|
67
|
+
|
68
|
+
<h3 id='manager_and_agile_software_developer__pivotal_labs_nov_2008__present'>Manager and Agile Software Developer @ <a href='http://pivotallabs.com/'>Pivotal Labs</a> (Nov 2008 — Present)</h3>
|
69
|
+
|
70
|
+
<p>Pivotal Labs is an Agile / XP software development shop specializing in Ruby and Java. Our practices included test-driving development and pair programming.</p>
|
71
|
+
|
72
|
+
<h4 id='engineering_manager_oct_2009__present'>Engineering Manager (Oct 2009 — Present)</h4>
|
73
|
+
|
74
|
+
<p class='indent'>In addition to Agile evangelism with new and potential clients, I also manage staffing, recruiting, and the sales pipeline. I also try to keep the developers happy, and, oh yeah, occasionally code.</p>
|
75
|
+
|
76
|
+
<h4 id='agile_software_developer_nov_2008__sep_2009'>Agile Software Developer (Nov 2008 — Sep 2009)</h4>
|
77
|
+
|
78
|
+
<p class='indent'>I was a member of a 10-person team developing an enterprise web application for social services. The application is implemented in Ruby on Rails with jQuery, and featured an XML API for data export and import and Jasper reporting tools.</p>
|
79
|
+
|
80
|
+
<h3 class='space' id='founder_and_managing_partner__pharos_enterprise_intelligence_jan_2008__present'>Founder and Managing Partner @ <a href='http://www.pharos-ei.com/'>Pharos Enterprise Intelligence</a> (Jan 2008 — Present)</h3>
|
81
|
+
|
82
|
+
<p class='indent'>Pharos is a startup software and consulting company which caters to the electricity trading and asset management markets. At Pharos, I designed and built an <strong>energy trading</strong> product to aggregate public and private data from ISO energy markets. I also designed and built <strong>asset management</strong> software for generator owners and operators. Both applications are designed to be hosted “in the cloud”, and provide data mining and realtime data aggregation from multiple sources, including external websites, internal databases and data feeds. The software is implemented in Ruby, Rails, C, C++, Flash and JavaScript.</p>
|
83
|
+
|
84
|
+
<h3 class='space' id='director_of_application_development__uspowergen_may_2006__dec_2007'>Director of Application Development @ <a href='http://www.uspowergen.com/'>USPOWERGEN</a> (May 2006 — Dec 2007)</h3>
|
85
|
+
|
86
|
+
<p class='indent'>As system architect and lead developer for a generator operator, I designed, implemented and maintained a large energy management system (EMS) providing realtime overviews of the markets and electrical grid. The project was bootstrapped in two months under an extremely aggressive timetable. Implemented in Ruby, Rails, C, C++, Javascript.</p>
|
87
|
+
|
88
|
+
<p class='indent'>As the technology director, I managed system integration projects for Accounting and Treasury departments, and managed the I.T. due diligence process for mergers and acquisitions. As part of managing the financial software systems, I initiated the company’s SOX 404 compliance efforts. I also managed outsourced staff of I.T. contractors across four sites.</p>
|
89
|
+
|
90
|
+
<h3 class='space' id='head_of_software_development__aspeed_software_aug_2004__apr_2006'>Head of Software Development @ <a href='http://www.aspeed.com/'>ASPEED Software</a> (Aug 2004 — Apr 2006)</h3>
|
91
|
+
|
92
|
+
<p class='indent'>At ASPEED, a successful startup ISV, I hired and managed a small team of developers in the design and development of a high-performance parallel computing SDK. The library provided dynamic load balancing, efficient data serialization and fault tolerance while supporting common business algorithms (e.g., Monte Carlo simulations) and associated issues (e.g., distributed random number generation).</p>
|
93
|
+
|
94
|
+
<p class='indent'>Some advanced features included: <strong>machine-generating</strong> C++ template code for fast, typesafe, portable serialization of complex data structures; <strong>process management subsystem</strong> providing support for common SOA vendors as well as “native” process management for both Linux and Windows; and a patented algorithm for parallelizing some types of long-running pharmaceutical models.</p>
|
95
|
+
|
96
|
+
<p class='indent'>I also co-authored and maintained a <strong>high-performance messaging library</strong> for distributed computing, which provided high throughput and low latency on both Linux and Windows.</p>
|
97
|
+
|
98
|
+
<h3 class='space' id='infrastructure_applications_lead__moneylinetelerate_nov_2003__aug_2004'>Infrastructure Applications Lead @ Moneyline/Telerate (Nov 2003 — Aug 2004)</h3>
|
99
|
+
|
100
|
+
<p class='indent'>The Infrastructure Application group was part of a larger effort to build a state-of-the-art ticker plant for financial market data. As team lead, I managed seven developers building and porting content generation applications under extremely aggressive deadlines. I also managed a small team of outsourced developers building a GUI application for browsing ticker plant data.</p>
|
101
|
+
|
102
|
+
<p class='indent'>I designed and implemented a high-performance data feed to integrate third-party vendors. The feed used ASN.1 and BER encoding to describe and marshal data. The feed handled all contributed data for the firm. Implemented in C++ using POSIX threads.</p>
|
103
|
+
|
104
|
+
<h3 class='space' id='chief_architect_for_bloomberg_launchpad__bloomberg_lp_jun_1995__aug_2003'>Chief Architect for Bloomberg Launchpad @ <a href='http://www.bloomberg.com/'>Bloomberg, L.P.</a> (Jun 1995 - Aug 2003)</h3>
|
105
|
+
|
106
|
+
<p class='indent'>At Bloomberg, I was the Lead Developer and Architect for <strong>Bloomberg Launchpad</strong>, a desktop platform which allows the user to customize a display integrating data from multiple sources: Bloomberg and third-party real-time market data; historical, fundamental and research data; news and web content. I designed and helped build the Launchpad <strong>application development framework</strong>, used by hundreds of developers across the firm.</p>
|
107
|
+
|
108
|
+
<p class='indent'>As Lead Developer and Architect in Server-Side Integration and Research group, I led a team whose areas of focus were: rapid <strong>prototyping</strong> of applications; <strong>reusable component</strong> technology; salvaging legacy code using intelligent frameworks and components; generic <strong>market data pub/sub services</strong>; messaging and IPC; and evaluating database systems.</p>
|
109
|
+
|
110
|
+
<p class='indent'>I led that same team in the design and delivery of a beta Bloomberg <strong>instant messaging</strong> product in three months; implemented using C++, pub/sub infrastructure and proprietary directory services.</p>
|
111
|
+
|
112
|
+
<p class='indent'>As Lead Developer in the Trading System group, I designed and built the Trading Systems Desktop (“TW”), integrating Trading System functionality and market data display; including market data monitors, trading position blotters, pricing methodologies, news, auto-execution, trade history, and trade ticketing.</p>
|
113
|
+
|
114
|
+
<p class='indent'>I also designed, built, and maintained TCP/IP trade feeds, custody bank links and client data feeds. This included designing an application-layer protocol and meta-programming to generate feed handler code based on feed specs.</p>
|
115
|
+
|
116
|
+
<h2 id='open_source_experience'>Open Source Experience</h2>
|
117
|
+
|
118
|
+
<h3 id='coauthor_of_nokogiri_august_2008__present'>Co-Author of <a href='http://github.com/tenderlove/nokogiri/tree/master'>Nokogiri</a> (August 2008 — Present)</h3>
|
119
|
+
|
120
|
+
<p class='indent'>Nokogiri is currently the most popular XML/HTML parsing library for Ruby developers. It supports CSS and XPath querying, has push and pull SAX parsers, validates DTD and XSD schemas, performs XSLT transformations, and has a very simple and usable API. It’s implemented in Ruby and C.</p>
|
121
|
+
|
122
|
+
<h3 class='space' id='author_of_loofah_august_2009__present'>Author of <a href='http://loofah.rubyforge.org/loofah/'>Loofah</a> (August 2009 — Present)</h3>
|
123
|
+
|
124
|
+
<p class='indent'>Loofah is an HTML sanitizer (based on Nokogiri) which can be used to prevent cross-site scripting (XSS) attacks. It provides a variety of methods to clean or remove unsafe HTML, and delivers ActiveRecord plugins for Rails applications.</p>
|
125
|
+
|
126
|
+
<h3 class='space' id='core_maintainer_of_mechanize_june_2008__present'>Core Maintainer of <a href='http://mechanize.rubyforge.org/mechanize/'>Mechanize</a> (June 2008 — Present)</h3>
|
127
|
+
|
128
|
+
<p class='indent'>Mechanize is a Ruby library used for automating website interaction and screen-scraping. It fully supports browser history and cookies, and allows easy authentication and form submission. Implemented in Ruby.</p>
|
129
|
+
|
130
|
+
<h3 class='space' id='smaller_projects_and_contributions'>Smaller projects and contributions:</h3>
|
131
|
+
|
132
|
+
<ul>
|
133
|
+
<li>Co-author of <a href='http://github.com/zilkey/active_hash/tree/master'>ActiveHash</a>, a project to create ActiveRecord-like models with Hash- or file-based readonly datasources.</li>
|
134
|
+
|
135
|
+
<li>Author of <a href='http://github.com/flavorjones/git-rake/tree/master'>git.rake</a>, a set of rake tasks to make it easy to keep your git superproject in synch with multiple submodules.</li>
|
136
|
+
|
137
|
+
<li>Contributor to <a href='http://git-scm.com/'>git</a>, an open-source distributed version control system.</li>
|
138
|
+
|
139
|
+
<li>Contributor to <a href='http://aintablog.com/'>aintablog</a>, a feed aggregator / tumblog built using Ruby on Rails.</li>
|
140
|
+
|
141
|
+
<li>Contributor to <a href='http://code.google.com/p/flexible-js-formatting'>flexible-js-formatting</a>, Baron Schwartz’s fast and flexible javascript library for formatting and parsing datetimes and numbers.</li>
|
142
|
+
|
143
|
+
<li>Contributor to <a href='http://kenai.com/projects/ruby-ffi'>ruby-ffi</a>, Ruby’s Foreign Function Interface project, which allows Ruby extensions to run on the JVM (JRuby).</li>
|
144
|
+
|
145
|
+
<li>Contributor to <a href='http://rinari.rubyforge.org/'>rinari</a>, a Ruby on Rails minor-mode for Emacs.</li>
|
146
|
+
</ul>
|
147
|
+
|
148
|
+
<h2 id='education'>Education</h2>
|
149
|
+
|
150
|
+
<h3 id='the_johns_hopkins_university'>The Johns Hopkins University</h3>
|
151
|
+
|
152
|
+
<p class='indent'>Graduated 1995 with a B.A. in Physics.</p>
|
153
|
+
</body></html>
|
@@ -0,0 +1,3236 @@
|
|
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: '291436862239710655',
|
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
|
+
|
90
|
+
|
91
|
+
$('#more-experiment a').
|
92
|
+
live('more-possible', function( event ){
|
93
|
+
var $more_link=$(this);
|
94
|
+
if ( regexp.test($more_link.text()) ) {
|
95
|
+
|
96
|
+
|
97
|
+
$(document).bind('scroll', call_auto_more);
|
98
|
+
} else {
|
99
|
+
$(document).unbind('scroll', call_auto_more);
|
100
|
+
|
101
|
+
}
|
102
|
+
});
|
103
|
+
})();
|
104
|
+
</script>
|
105
|
+
|
106
|
+
|
107
|
+
<script type="text/javascript">
|
108
|
+
var suggestions_for_context = {
|
109
|
+
nod: 'fresh funny insightful interesting maybe ',
|
110
|
+
nix: 'binspam dupe notthebest offtopic slownewsday stale stupid ',
|
111
|
+
|
112
|
+
tagnod: 'descriptive',
|
113
|
+
feedback: 'typo dupe error',
|
114
|
+
metanod: 'insightful interesting informative funny underrated',
|
115
|
+
metanix: 'offtopic flamebait troll redundant overrated'
|
116
|
+
};
|
117
|
+
|
118
|
+
</script>
|
119
|
+
|
120
|
+
|
121
|
+
<script id="lazyload-script" type="text/javascript">
|
122
|
+
$(function() {
|
123
|
+
// $("img[src*='images.slashdot.org']").lazyload({ threshold : 150 });
|
124
|
+
});
|
125
|
+
</script>
|
126
|
+
<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/" >
|
127
|
+
<link rel="search" title="Search Slashdot" href="//slashdot.org/search.pl">
|
128
|
+
<link rel="alternate" title="Slashdot RSS" href="http://rss.slashdot.org/Slashdot/slashdot" type="application/rss+xml">
|
129
|
+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
130
|
+
<!-- DoubleClick Random Number -->
|
131
|
+
<script type="text/javascript">
|
132
|
+
dfp_ord=Math.random()*10000000000000000;
|
133
|
+
dfp_tile = 1;
|
134
|
+
</script>
|
135
|
+
<!-- End DoubleClick Random Number -->
|
136
|
+
|
137
|
+
|
138
|
+
<script type="text/javascript">
|
139
|
+
var pageTracker = _gat._getTracker("UA-32013-5");
|
140
|
+
pageTracker._setDomainName("slashdot.org");
|
141
|
+
pageTracker._initData();
|
142
|
+
</script>
|
143
|
+
|
144
|
+
</head>
|
145
|
+
<body>
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
<div id="top_parent"></div>
|
150
|
+
|
151
|
+
<div id="jump">
|
152
|
+
<a href="#main-articles">Stories</a>
|
153
|
+
<br>
|
154
|
+
<a href="#blocks">Slash Boxes</a>
|
155
|
+
<br>
|
156
|
+
<a href="#comments">Comments</a>
|
157
|
+
</div>
|
158
|
+
<a name="topothepage"></a>
|
159
|
+
<div id="doc3" class="yui-t6 index2 slashdot ac ">
|
160
|
+
<div id="hd" >
|
161
|
+
<div id="logo" >
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
<h1><a href="//slashdot.org"><span>Slashdot</span></a></h1>
|
166
|
+
<div id="slogan"><h2>News for nerds, stuff that matters</h2></div>
|
167
|
+
</div>
|
168
|
+
<a href="#articles" class="hidden">Jump to articles</a>
|
169
|
+
<div class="nav">
|
170
|
+
<ul>
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
<li class="submit"><a href="//slashdot.org/submission" title="Submit a story to Slashdot">Submit Story</a> </li>
|
175
|
+
<li><a href="//slashdot.org/help" title="Frequently asked questions on Slashdot">Help</a></li>
|
176
|
+
<li><a href="//slashdot.org/my/login" class="loginlink" onclick="show_login_box(); return false;">Log In</a></li>
|
177
|
+
|
178
|
+
</ul>
|
179
|
+
</div>
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
<div id="fh_picker_search" style="display: block;">
|
186
|
+
<form method="get" action="//slashdot.org/index2.pl">
|
187
|
+
<fieldset class="mode-filter mode-anon">
|
188
|
+
<legend>Search</legend>
|
189
|
+
|
190
|
+
|
191
|
+
<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">
|
192
|
+
<noscript><input type="submit" class="setsearchfilter" value="Search"></noscript>
|
193
|
+
|
194
|
+
<script type="text/javascript">
|
195
|
+
var slash_search;
|
196
|
+
$(function(){
|
197
|
+
if (has_hose()) {
|
198
|
+
var $search_text = $any('searchquery'),
|
199
|
+
$panel = $search_text.closest('fieldset');
|
200
|
+
$search_buttons = $('#viewsearch,#fhsearch'),
|
201
|
+
ws = /\s+/;
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
// The search buttons set the firehose option named by their class.
|
206
|
+
$search_buttons.
|
207
|
+
click(function(){
|
208
|
+
var which=this.className;
|
209
|
+
$search_text.each(function(){
|
210
|
+
firehose_set_options(which, this.value);
|
211
|
+
});
|
212
|
+
return false;
|
213
|
+
});
|
214
|
+
|
215
|
+
// Provide a globally available function that does whatever clicking the search button would do.
|
216
|
+
slash_search = function( query ){
|
217
|
+
query!==undefined && $search_text.val(query);
|
218
|
+
$search_buttons.filter(':visible:first').click();
|
219
|
+
};
|
220
|
+
|
221
|
+
$search_text.
|
222
|
+
keydown(function( e ){ // ESCAPE restores the filter in-effect.
|
223
|
+
if ( e.which == $.ui.keyCode.ESCAPE ) {
|
224
|
+
$search_text.val(firehose_settings.fhfilter||'');
|
225
|
+
return true;
|
226
|
+
}
|
227
|
+
if ( e.which == $.ui.keyCode.ENTER ) {
|
228
|
+
slash_search();
|
229
|
+
return false;
|
230
|
+
}
|
231
|
+
});
|
232
|
+
|
233
|
+
$(document).
|
234
|
+
bind('firehose-setting-setfhfilter firehose-setting-setsearchfilter', function( e, new_query ){
|
235
|
+
$('fieldset input[type=text]').each(function(){
|
236
|
+
$(this).blur().val(new_query);
|
237
|
+
});
|
238
|
+
}).
|
239
|
+
bind('set-options.firehose', function( e, data ){
|
240
|
+
data.select_section && $panel.toggleClass('mode-filter', data.id!=='unsaved');
|
241
|
+
});
|
242
|
+
}
|
243
|
+
});
|
244
|
+
</script>
|
245
|
+
|
246
|
+
</fieldset>
|
247
|
+
|
248
|
+
<script type="text/javascript">
|
249
|
+
$(document).
|
250
|
+
one('unsaved.firehose', function(){
|
251
|
+
$any('searchquery').closest('fieldset').removeClass('mode-anon');
|
252
|
+
});
|
253
|
+
</script>
|
254
|
+
|
255
|
+
</form>
|
256
|
+
</div>
|
257
|
+
|
258
|
+
</div>
|
259
|
+
<div class="ad31 advertisement"><!-- placeholder for ad position 31 --></div>
|
260
|
+
<div id="bd" ><!-- body begin -->
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
<style type="text/css">
|
270
|
+
menu, menu * {
|
271
|
+
cursor:pointer;
|
272
|
+
color:inherit;
|
273
|
+
text-decoration:none;
|
274
|
+
font-family:sans-serif;
|
275
|
+
}
|
276
|
+
|
277
|
+
menu[type=context] {
|
278
|
+
display:none;
|
279
|
+
position:absolute;
|
280
|
+
z-index:10000;
|
281
|
+
background-color:#dfdfdf;
|
282
|
+
margin:0;
|
283
|
+
padding:2px 0.5em;
|
284
|
+
border-style:solid;
|
285
|
+
border-width:1px;
|
286
|
+
border-color:#eeeeee #aaaaaa #aaaaaa #eeeeee;
|
287
|
+
}
|
288
|
+
|
289
|
+
menu[type=context] {
|
290
|
+
-moz-border-radius-topright:.7em;
|
291
|
+
-webkit-border-top-right-radius: 0.7em 0.7em;
|
292
|
+
}
|
293
|
+
|
294
|
+
menu[type=context] > a.slash-hover:first-child {
|
295
|
+
-moz-border-radius-topright:.6em;
|
296
|
+
-webkit-border-top-right-radius: 0.6em 0.6em;
|
297
|
+
}
|
298
|
+
|
299
|
+
|
300
|
+
/* #tag-menu a, #feedback-menu a { */
|
301
|
+
menu.tag-menu a {
|
302
|
+
display:list-item;
|
303
|
+
list-style:none;
|
304
|
+
text-align:left;
|
305
|
+
font-weight:bold;
|
306
|
+
color:black;
|
307
|
+
padding:0.1em 0.5em;
|
308
|
+
margin:-0.1em -0.5em;
|
309
|
+
}
|
310
|
+
|
311
|
+
#tag-menu span.var-tag {
|
312
|
+
font-weight:normal;
|
313
|
+
color:#444444;
|
314
|
+
}
|
315
|
+
|
316
|
+
|
317
|
+
menu.reasons-menu {
|
318
|
+
display:none;
|
319
|
+
margin:0.5em 0 0 0.75em;
|
320
|
+
padding:0;
|
321
|
+
}
|
322
|
+
menu.reasons-menu a {
|
323
|
+
display:inline-block;
|
324
|
+
margin:-0.1em -0.25em;
|
325
|
+
}
|
326
|
+
|
327
|
+
div.fhitem h3 menu.reasons-menu {
|
328
|
+
margin:0.25em 0 0;
|
329
|
+
}
|
330
|
+
|
331
|
+
div.fhitem h3 menu.reasons-menu a.tag {
|
332
|
+
font-size:.8em;
|
333
|
+
}
|
334
|
+
|
335
|
+
#tag-menu a.slash-hover,
|
336
|
+
#feedback-menu a.slash-hover,
|
337
|
+
|
338
|
+
.tag-display span.tag:hover,
|
339
|
+
.tag-display span.tag.trigger {
|
340
|
+
color:white;
|
341
|
+
background-color:rgb(0, 85, 85);
|
342
|
+
}
|
343
|
+
|
344
|
+
#tag-menu a.slash-hover span.var-tag {
|
345
|
+
color:#eee;
|
346
|
+
}
|
347
|
+
</style>
|
348
|
+
|
349
|
+
<menu id="nix-reasons" style="display:none">
|
350
|
+
<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>
|
351
|
+
</menu>
|
352
|
+
<menu id="nod-reasons" style="display:none">
|
353
|
+
<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>
|
354
|
+
</menu>
|
355
|
+
<menu id="comment-nix-reasons" style="display:none">
|
356
|
+
<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>
|
357
|
+
</menu>
|
358
|
+
<menu id="comment-nod-reasons" style="display:none">
|
359
|
+
<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>
|
360
|
+
</menu>
|
361
|
+
|
362
|
+
<menu id="tag-nod-reasons" style="display:none">
|
363
|
+
<a class="tag">descriptive</a>
|
364
|
+
</menu>
|
365
|
+
<menu id="feedback-menu" class="tag-menu" type="context">
|
366
|
+
<a class="tag">typo</a><a class="tag">dupe</a><a class="tag">error</a>
|
367
|
+
</menu>
|
368
|
+
<menu id="tag-menu" class="tag-menu" type="context">
|
369
|
+
|
370
|
+
<a data-op="-">delete <span class="var-tag"></span></a>
|
371
|
+
<a data-op="!">not <span class="var-tag"></span></a>
|
372
|
+
<a data-op="="><span class="var-tag"></span> in <span class="var-view"></span></a>
|
373
|
+
</menu>
|
374
|
+
|
375
|
+
<script type="text/javascript">
|
376
|
+
$(function(){
|
377
|
+
var $CURRENT_MENU, $TAG_MENU=$('#tag-menu'), NOTNOT=/^!!/, IE7=/^7\.0/, TAG_PREFIX=/^\/tag\//;
|
378
|
+
|
379
|
+
function get_tag_name( $tag ){
|
380
|
+
return ($tag.attr('href') || '').replace(TAG_PREFIX, '') || $tag.text().toLowerCase();
|
381
|
+
}
|
382
|
+
|
383
|
+
function trigger_menu( e, selector, $menu, menu_content ){
|
384
|
+
var $target=$(original_target(e, selector)), in_use=$target.is('.trigger');
|
385
|
+
if ( $CURRENT_MENU ) {
|
386
|
+
$CURRENT_MENU.menu('cancel', e);
|
387
|
+
$CURRENT_MENU = null;
|
388
|
+
}
|
389
|
+
|
390
|
+
if ( !in_use ) {
|
391
|
+
menu_content && $menu.stop(true, true).hide().html(menu_content);
|
392
|
+
($CURRENT_MENU=$menu).menu('context', e);
|
393
|
+
}
|
394
|
+
return !in_use;
|
395
|
+
}
|
396
|
+
|
397
|
+
function open_menu( trigger, $menu ){
|
398
|
+
var $trigger=$(trigger), $fhitem=$trigger.closest('.fhitem');
|
399
|
+
$fhitem.length && user_intent('interest', $fhitem[0]);
|
400
|
+
|
401
|
+
$menu.appendTo(document.body).css({ opacity:0 }).show();
|
402
|
+
|
403
|
+
var right = $fhitem.offset().left + $fhitem.width(),
|
404
|
+
global = $trigger.offset(),
|
405
|
+
local = $menu.offsetParent().offset();
|
406
|
+
|
407
|
+
// Ugly IE position hack required:
|
408
|
+
$.browser.msie && IE7.test($.browser.version) && (local.top = 0);
|
409
|
+
|
410
|
+
// pin the menu (horizontally) on-screen
|
411
|
+
global.left = Math.min(global.left, right-$menu.width());
|
412
|
+
|
413
|
+
$trigger.addClass('trigger');
|
414
|
+
$menu.css({
|
415
|
+
position: 'absolute',
|
416
|
+
top: global.top - local.top + $trigger.height(),
|
417
|
+
left: global.left - local.left,
|
418
|
+
opacity: 1
|
419
|
+
});
|
420
|
+
}
|
421
|
+
|
422
|
+
function close_menu( trigger, $menu ){
|
423
|
+
$menu.hide();
|
424
|
+
$(trigger).removeClass('trigger');
|
425
|
+
($CURRENT_MENU===$menu) && ($CURRENT_MENU=false);
|
426
|
+
}
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
/* T2 tag context-menu */
|
431
|
+
|
432
|
+
var $TAG_MENU=$('#tag-menu'), NOTNOT=/^!!/;
|
433
|
+
$('a[rel=tag]').
|
434
|
+
live('mousedown', function( e ){
|
435
|
+
var unhandled=true;
|
436
|
+
if ( logged_in || $(original_target(e)).is('div.fhitem-editor *') ) {
|
437
|
+
unhandled = trigger_menu(e, 'a[rel=tag]', $TAG_MENU);
|
438
|
+
}
|
439
|
+
return unhandled;
|
440
|
+
}).
|
441
|
+
live('click', function( e ){
|
442
|
+
if ( !logged_in ) {
|
443
|
+
var target = original_target(e),
|
444
|
+
tag = $(target).text();
|
445
|
+
addfhfilter(tag);
|
446
|
+
}
|
447
|
+
e.preventDefault();
|
448
|
+
return false;
|
449
|
+
});
|
450
|
+
|
451
|
+
$TAG_MENU.menu({
|
452
|
+
cssNamespace: 'slash',
|
453
|
+
liveTriggers: true,
|
454
|
+
clickDuration: 300,
|
455
|
+
|
456
|
+
start: function( e, ui ){
|
457
|
+
var $tag = $(ui.trigger),
|
458
|
+
tag = get_tag_name($tag),
|
459
|
+
context = firehose_settings && firehose_settings.viewtitle;
|
460
|
+
|
461
|
+
// Insert the tagname into the menu items where needed.
|
462
|
+
$TAG_MENU.find('span.var-tag').text(tag);
|
463
|
+
|
464
|
+
// non-admins may only delete their own tags
|
465
|
+
$TAG_MENU.find('a:[data-op="-"]').toggle($tag.is('.my'));
|
466
|
+
|
467
|
+
|
468
|
+
// *tagname* in *viewtitle*
|
469
|
+
$TAG_MENU.find('a:[data-op="="]').toggle(!!context);
|
470
|
+
context && $TAG_MENU.find('span.var-view').text(context);
|
471
|
+
|
472
|
+
open_menu($tag, $TAG_MENU);
|
473
|
+
},
|
474
|
+
|
475
|
+
select: function( e, ui ){
|
476
|
+
var $tag = $(ui.trigger),
|
477
|
+
tag = get_tag_name($tag),
|
478
|
+
op = $(ui.select).attr('data-op'),
|
479
|
+
fhitem,
|
480
|
+
command;
|
481
|
+
|
482
|
+
// Global for positioning other things.
|
483
|
+
$related_trigger = $tag;
|
484
|
+
|
485
|
+
switch ( op ) {
|
486
|
+
case '=':
|
487
|
+
addfhfilter(tag);
|
488
|
+
break;
|
489
|
+
|
490
|
+
default:
|
491
|
+
fhitem = $tag.closest('div.fhitem')[0];
|
492
|
+
command = (op + tag).replace(NOTNOT, '');
|
493
|
+
try { Tags.submit(fhitem, command); } catch ( err ) { }
|
494
|
+
break;
|
495
|
+
}
|
496
|
+
},
|
497
|
+
|
498
|
+
stop: function( e, ui ){ close_menu(ui.trigger, $TAG_MENU); }
|
499
|
+
});
|
500
|
+
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
/* T2 feedback context-menu */
|
505
|
+
|
506
|
+
|
507
|
+
|
508
|
+
/* T2 datatype context-menu (admin-only) */
|
509
|
+
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
|
514
|
+
|
515
|
+
});
|
516
|
+
</script>
|
517
|
+
|
518
|
+
|
519
|
+
<div class="nav">
|
520
|
+
<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>
|
521
|
+
|
522
|
+
<script type="text/javascript">
|
523
|
+
$(function(){
|
524
|
+
$("#toggleleftmenu").click(function(){
|
525
|
+
|
526
|
+
show_login_box();
|
527
|
+
|
528
|
+
return false;
|
529
|
+
});
|
530
|
+
});
|
531
|
+
</script>
|
532
|
+
|
533
|
+
|
534
|
+
<ul class="menu" id="fhtablist">
|
535
|
+
|
536
|
+
|
537
|
+
|
538
|
+
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
|
543
|
+
|
544
|
+
<li class="active Stories">
|
545
|
+
|
546
|
+
<span class="ctab_rss"><a href="http://rss.slashdot.org/Slashdot/slashdot" title="RSS for stories">RSS</a></span>
|
547
|
+
|
548
|
+
|
549
|
+
<a href="//slashdot.org/stories" >Stories</a>
|
550
|
+
</li>
|
551
|
+
|
552
|
+
|
553
|
+
|
554
|
+
|
555
|
+
|
556
|
+
<li class="Recent">
|
557
|
+
|
558
|
+
<a href="//slashdot.org/recent" >Recent</a>
|
559
|
+
</li>
|
560
|
+
|
561
|
+
|
562
|
+
|
563
|
+
|
564
|
+
|
565
|
+
<li class="Popular">
|
566
|
+
|
567
|
+
<a href="//slashdot.org/popular" >Popular</a>
|
568
|
+
</li>
|
569
|
+
|
570
|
+
|
571
|
+
|
572
|
+
|
573
|
+
|
574
|
+
<li class="Search">
|
575
|
+
|
576
|
+
<a href="//slashdot.org/search" >Search</a>
|
577
|
+
</li>
|
578
|
+
|
579
|
+
|
580
|
+
</ul>
|
581
|
+
|
582
|
+
<script type="text/javascript">
|
583
|
+
$(function(){ // on document ready
|
584
|
+
|
585
|
+
$('input[id^=tab-input-]').
|
586
|
+
each(function(){
|
587
|
+
var tab_id = this.id.substr('tab-input-'.length);
|
588
|
+
$(this).
|
589
|
+
blur(function(){
|
590
|
+
firehose_save_tab(tab_id);
|
591
|
+
}).
|
592
|
+
keypress(function(event){
|
593
|
+
var RETURN=13, SPACE=32;
|
594
|
+
|
595
|
+
var $this = $(this);
|
596
|
+
switch ( event.which || event.keyCode ) {
|
597
|
+
case RETURN:
|
598
|
+
case SPACE:
|
599
|
+
firehose_save_tab(tab_id);
|
600
|
+
return false;
|
601
|
+
default:
|
602
|
+
return true;
|
603
|
+
}
|
604
|
+
});
|
605
|
+
})
|
606
|
+
|
607
|
+
});
|
608
|
+
</script>
|
609
|
+
<div id="fhupdatestatus">
|
610
|
+
<a href="//slashdot.org/my/newuser" onclick="javascript:getModalPrefs('newUserModal', 'Create Account', 1); return false;" title="">Create Account</a>
|
611
|
+
|
612
|
+
<span class="busy spinner">*</span>
|
613
|
+
<a id="local_last_update_time" href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){firehose_more(1)});">23:40</a>
|
614
|
+
<a id="gmt_update_time" href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){firehose_more(1)});"></a>
|
615
|
+
|
616
|
+
</div>
|
617
|
+
|
618
|
+
<div id="fhoptions" class="options">
|
619
|
+
|
620
|
+
|
621
|
+
|
622
|
+
|
623
|
+
<ul>
|
624
|
+
|
625
|
+
|
626
|
+
|
627
|
+
|
628
|
+
|
629
|
+
<li id="pref"><a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box();});" title="Toggle preferences">Preferences</a></li>
|
630
|
+
|
631
|
+
|
632
|
+
|
633
|
+
<li id="slashboxen">
|
634
|
+
|
635
|
+
<script type="text/javascript">
|
636
|
+
$(function(){
|
637
|
+
$("#slashboxen a").click(function(){
|
638
|
+
var hide = $(this).setClass(applyMap('expanded', 'collapsed')).is('.collapsed');
|
639
|
+
|
640
|
+
$('div#yui-main div.yui-b, div#slashboxes, div#topfoot div.rightcontent, div#doc3 div.railad').toggleClass('hideslashboxes', hide);
|
641
|
+
firehose_set_options('noslashboxes', hide, 'global');
|
642
|
+
return false;
|
643
|
+
});
|
644
|
+
});
|
645
|
+
</script>
|
646
|
+
</li>
|
647
|
+
|
648
|
+
</ul>
|
649
|
+
|
650
|
+
</div>
|
651
|
+
</div>
|
652
|
+
|
653
|
+
|
654
|
+
<div class="ad1 advertisement"><!-- placeholder for ad position 1 --></div><div class="railad"><div class="ad6 advertisement"><!-- ad position 6 -->
|
655
|
+
<!-- DoubleClick Ad Tag -->
|
656
|
+
|
657
|
+
<script type="text/javascript">
|
658
|
+
var ad6 = 'active';
|
659
|
+
</script>
|
660
|
+
|
661
|
+
|
662
|
+
<div id="fad6">
|
663
|
+
|
664
|
+
|
665
|
+
|
666
|
+
<script type="text/javascript">
|
667
|
+
//<![CDATA[
|
668
|
+
|
669
|
+
var hint = 'mainpage';
|
670
|
+
|
671
|
+
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>');
|
672
|
+
dfp_tile++;
|
673
|
+
//]]>
|
674
|
+
</script>
|
675
|
+
|
676
|
+
|
677
|
+
</div>
|
678
|
+
<!-- End DoubleClick Ad Tag --></div><div class="ad2 advertisement"><!-- placeholder for ad position 2 --></div></div>
|
679
|
+
|
680
|
+
<div id="yui-main">
|
681
|
+
|
682
|
+
<div class="yui-b hideleftmenu">
|
683
|
+
|
684
|
+
|
685
|
+
|
686
|
+
<div class="yui-gf" style="position: relative">
|
687
|
+
<div class="yui-u first" id="links">
|
688
|
+
<div class="block" id="links-sections">
|
689
|
+
<div class="title" id="links-sections-title">
|
690
|
+
|
691
|
+
<h4 class='active'>
|
692
|
+
|
693
|
+
<a class="data-title" href="//slashdot.org" >Slashdot</a>
|
694
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box(); });" class="links-sections-edit">[e]</a>
|
695
|
+
|
696
|
+
<script type="data">{ color: "", viewname: "stories", filter: "", name: "Main", id: 13 }</script>
|
697
|
+
|
698
|
+
|
699
|
+
</h4>
|
700
|
+
</div>
|
701
|
+
<div class="content" id="links-sections-content">
|
702
|
+
|
703
|
+
<ul id="firehose-sections">
|
704
|
+
<script type="data">{ active_id:13, default_id:1 }</script>
|
705
|
+
|
706
|
+
|
707
|
+
|
708
|
+
|
709
|
+
<li class="hide" id="fhsection-45">
|
710
|
+
<a id="fhsectiontitle-45" class="data-title" href="//amd.vendors.slashdot.org">AMD</a>
|
711
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
712
|
+
<script type="data">{ color: "", viewname: "stories", filter: "vendor_amd", name: "AMD", id: 45 }</script>
|
713
|
+
</li>
|
714
|
+
|
715
|
+
|
716
|
+
|
717
|
+
|
718
|
+
<li class="hide" id="fhsection-11">
|
719
|
+
<a id="fhsectiontitle-11" class="data-title" href="//apache.slashdot.org">Apache</a>
|
720
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
721
|
+
<script type="data">{ color: "", viewname: "stories", filter: "apache", name: "Apache", id: 11 }</script>
|
722
|
+
</li>
|
723
|
+
|
724
|
+
|
725
|
+
|
726
|
+
|
727
|
+
<li class="" id="fhsection-53">
|
728
|
+
<a id="fhsectiontitle-53" class="data-title" href="//apple.slashdot.org">Apple</a>
|
729
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
730
|
+
<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>
|
731
|
+
</li>
|
732
|
+
|
733
|
+
|
734
|
+
|
735
|
+
|
736
|
+
<li class="" id="fhsection-63">
|
737
|
+
<a id="fhsectiontitle-63" class="data-title" href="//ask.slashdot.org">Ask Slashdot</a>
|
738
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
739
|
+
<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>
|
740
|
+
</li>
|
741
|
+
|
742
|
+
|
743
|
+
|
744
|
+
|
745
|
+
<li class="hide" id="fhsection-31">
|
746
|
+
<a id="fhsectiontitle-31" class="data-title" href="//backslash.slashdot.org">Backslash</a>
|
747
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
748
|
+
<script type="data">{ color: "", viewname: "stories", filter: "backslash", name: "Backslash", id: 31 }</script>
|
749
|
+
</li>
|
750
|
+
|
751
|
+
|
752
|
+
|
753
|
+
|
754
|
+
<li class="" id="fhsection-49">
|
755
|
+
<a id="fhsectiontitle-49" class="data-title" href="//books.slashdot.org">Book Reviews</a>
|
756
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
757
|
+
<script type="data">{ color: "", viewname: "stories", filter: "books", name: "Book Reviews", id: 49 }</script>
|
758
|
+
</li>
|
759
|
+
|
760
|
+
|
761
|
+
|
762
|
+
|
763
|
+
<li class="hide" id="fhsection-5">
|
764
|
+
<a id="fhsectiontitle-5" class="data-title" href="//bsd.slashdot.org">BSD</a>
|
765
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
766
|
+
<script type="data">{ color: "", viewname: "stories", filter: "bsd", name: "BSD", id: 5 }</script>
|
767
|
+
</li>
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
<li class="hide" id="fhsection-61">
|
773
|
+
<a id="fhsectiontitle-61" class="data-title" href="//developers.slashdot.org">Developers</a>
|
774
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
775
|
+
<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>
|
776
|
+
</li>
|
777
|
+
|
778
|
+
|
779
|
+
|
780
|
+
|
781
|
+
<li class="hide" id="fhsection-1">
|
782
|
+
<a id="fhsectiontitle-1" class="data-title" href="//entertainment.slashdot.org">Entertainment</a>
|
783
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
784
|
+
<script type="data">{ color: "", viewname: "stories", filter: "entertainment", name: "Entertainment", id: 1 }</script>
|
785
|
+
</li>
|
786
|
+
|
787
|
+
|
788
|
+
|
789
|
+
|
790
|
+
<li class="hide" id="fhsection-55">
|
791
|
+
<a id="fhsectiontitle-55" class="data-title" href="//features.slashdot.org">Features</a>
|
792
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
793
|
+
<script type="data">{ color: "", viewname: "stories", filter: "features", name: "Features", id: 55 }</script>
|
794
|
+
</li>
|
795
|
+
|
796
|
+
|
797
|
+
|
798
|
+
|
799
|
+
<li class="" id="fhsection-33">
|
800
|
+
<a id="fhsectiontitle-33" class="data-title" href="//games.slashdot.org">Games</a>
|
801
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
802
|
+
<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>
|
803
|
+
</li>
|
804
|
+
|
805
|
+
|
806
|
+
|
807
|
+
|
808
|
+
<li class="hide" id="fhsection-43">
|
809
|
+
<a id="fhsectiontitle-43" class="data-title" href="//radio.slashdot.org">Geeks in Space</a>
|
810
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
811
|
+
<script type="data">{ color: "", viewname: "stories", filter: "radio", name: "Geeks in Space", id: 43 }</script>
|
812
|
+
</li>
|
813
|
+
|
814
|
+
|
815
|
+
|
816
|
+
|
817
|
+
<li class="" id="fhsection-3">
|
818
|
+
<a id="fhsectiontitle-3" class="data-title" href="//hardware.slashdot.org">Hardware</a>
|
819
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
820
|
+
<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>
|
821
|
+
</li>
|
822
|
+
|
823
|
+
|
824
|
+
|
825
|
+
|
826
|
+
<li class="" id="fhsection-25">
|
827
|
+
<a id="fhsectiontitle-25" class="data-title" href="//idle.slashdot.org">Idle</a>
|
828
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
829
|
+
<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>
|
830
|
+
</li>
|
831
|
+
|
832
|
+
|
833
|
+
|
834
|
+
|
835
|
+
<li class="hide" id="fhsection-7">
|
836
|
+
<a id="fhsectiontitle-7" class="data-title" href="//intel.vendors.slashdot.org">Intel</a>
|
837
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
838
|
+
<script type="data">{ color: "", viewname: "stories", filter: "vendor_intel", name: "Intel", id: 7 }</script>
|
839
|
+
</li>
|
840
|
+
|
841
|
+
|
842
|
+
|
843
|
+
|
844
|
+
<li class="" id="fhsection-39">
|
845
|
+
<a id="fhsectiontitle-39" class="data-title" href="//interviews.slashdot.org">Interviews</a>
|
846
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
847
|
+
<script type="data">{ color: "", viewname: "stories", filter: "interviews", name: "Interviews", id: 39 }</script>
|
848
|
+
</li>
|
849
|
+
|
850
|
+
|
851
|
+
|
852
|
+
|
853
|
+
<li class="hide" id="fhsection-15">
|
854
|
+
<a id="fhsectiontitle-15" class="data-title" href="//it.slashdot.org">IT</a>
|
855
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
856
|
+
<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>
|
857
|
+
</li>
|
858
|
+
|
859
|
+
|
860
|
+
|
861
|
+
|
862
|
+
<li class="" id="fhsection-65">
|
863
|
+
<a id="fhsectiontitle-65" class="data-title" href="//linux.slashdot.org">Linux</a>
|
864
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
865
|
+
<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>
|
866
|
+
</li>
|
867
|
+
|
868
|
+
|
869
|
+
|
870
|
+
|
871
|
+
<li class="hide" id="fhsection-21">
|
872
|
+
<a id="fhsectiontitle-21" class="data-title" href="//meta.slashdot.org">Meta</a>
|
873
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
874
|
+
<script type="data">{ color: "", viewname: "stories", filter: "meta", name: "Meta", id: 21 }</script>
|
875
|
+
</li>
|
876
|
+
|
877
|
+
|
878
|
+
|
879
|
+
|
880
|
+
<li class="" id="fhsection-47">
|
881
|
+
<a id="fhsectiontitle-47" class="data-title" href="//mobile.slashdot.org">Mobile</a>
|
882
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
883
|
+
<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>
|
884
|
+
</li>
|
885
|
+
|
886
|
+
|
887
|
+
|
888
|
+
|
889
|
+
<li class="hide" id="fhsection-35">
|
890
|
+
<a id="fhsectiontitle-35" class="data-title" href="//news.slashdot.org">News</a>
|
891
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
892
|
+
<script type="data">{ color: "", viewname: "stories", filter: "news", name: "News", id: 35 }</script>
|
893
|
+
</li>
|
894
|
+
|
895
|
+
|
896
|
+
|
897
|
+
|
898
|
+
<li class="hide" id="fhsection-23">
|
899
|
+
<a id="fhsectiontitle-23" class="data-title" href="//oracle.vendors.slashdot.org">Oracle</a>
|
900
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
901
|
+
<script type="data">{ color: "", viewname: "stories", filter: "vendor_oracle", name: "Oracle", id: 23 }</script>
|
902
|
+
</li>
|
903
|
+
|
904
|
+
|
905
|
+
|
906
|
+
|
907
|
+
<li class="hide" id="fhsection-27">
|
908
|
+
<a id="fhsectiontitle-27" class="data-title" href="//politics.slashdot.org">Politics</a>
|
909
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
910
|
+
<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>
|
911
|
+
</li>
|
912
|
+
|
913
|
+
|
914
|
+
|
915
|
+
|
916
|
+
<li class="hide" id="fhsection-57">
|
917
|
+
<a id="fhsectiontitle-57" class="data-title" href="//polls.slashdot.org">Polls</a>
|
918
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
919
|
+
<script type="data">{ color: "", viewname: "stories", filter: "polls", name: "Polls", id: 57 }</script>
|
920
|
+
</li>
|
921
|
+
|
922
|
+
|
923
|
+
|
924
|
+
|
925
|
+
<li class="" id="fhsection-29">
|
926
|
+
<a id="fhsectiontitle-29" class="data-title" href="//science.slashdot.org">Science</a>
|
927
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
928
|
+
<script type="data">{ color: "", viewname: "stories", filter: "science", name: "Science", id: 29 }</script>
|
929
|
+
</li>
|
930
|
+
|
931
|
+
|
932
|
+
|
933
|
+
|
934
|
+
<li class="hide" id="fhsection-59">
|
935
|
+
<a id="fhsectiontitle-59" class="data-title" href="//search.slashdot.org">Search</a>
|
936
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
937
|
+
<script type="data">{ color: "", viewname: "stories", filter: "search", name: "Search", id: 59 }</script>
|
938
|
+
</li>
|
939
|
+
|
940
|
+
|
941
|
+
|
942
|
+
|
943
|
+
<li class="hide" id="fhsection-37">
|
944
|
+
<a id="fhsectiontitle-37" class="data-title" href="slashdot.sourceforge.net">SF.net Auth</a>
|
945
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
946
|
+
<script type="data">{ color: "", viewname: "stories", filter: "sfauth", name: "SF.net Auth", id: 37 }</script>
|
947
|
+
</li>
|
948
|
+
|
949
|
+
|
950
|
+
|
951
|
+
|
952
|
+
<li class="hide" id="fhsection-19">
|
953
|
+
<a id="fhsectiontitle-19" class="data-title" href="//slashdot.org">Taco Hell</a>
|
954
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
955
|
+
<script type="data">{ color: "", viewname: "stories", filter: "tacohell", name: "Taco Hell", id: 19 }</script>
|
956
|
+
</li>
|
957
|
+
|
958
|
+
|
959
|
+
|
960
|
+
|
961
|
+
<li class="hide" id="fhsection-17">
|
962
|
+
<a id="fhsectiontitle-17" class="data-title" href="//tech.slashdot.org">Technology</a>
|
963
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
964
|
+
<script type="data">{ color: "", viewname: "stories", filter: "tech", name: "Technology", id: 17 }</script>
|
965
|
+
</li>
|
966
|
+
|
967
|
+
|
968
|
+
|
969
|
+
|
970
|
+
<li class="hide" id="fhsection-67">
|
971
|
+
<a id="fhsectiontitle-67" class="data-title" href="//slashdot.org">The 2000 Beanies</a>
|
972
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
973
|
+
<script type="data">{ color: "", viewname: "stories", filter: "awards", name: "The 2000 Beanies", id: 67 }</script>
|
974
|
+
</li>
|
975
|
+
|
976
|
+
|
977
|
+
|
978
|
+
|
979
|
+
<li class="hide" id="fhsection-51">
|
980
|
+
<a id="fhsectiontitle-51" class="data-title" href="//thinkgeek.shill.slashdot.org">ThinkGeek</a>
|
981
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
982
|
+
<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>
|
983
|
+
</li>
|
984
|
+
|
985
|
+
|
986
|
+
|
987
|
+
|
988
|
+
<li class="hide" id="fhsection-41">
|
989
|
+
<a id="fhsectiontitle-41" class="data-title" href="//vendors.slashdot.org">Vendors</a>
|
990
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
991
|
+
<script type="data">{ color: "", viewname: "stories", filter: "vendors", name: "Vendors", id: 41 }</script>
|
992
|
+
</li>
|
993
|
+
|
994
|
+
|
995
|
+
|
996
|
+
|
997
|
+
<li class="" id="fhsection-9">
|
998
|
+
<a id="fhsectiontitle-9" class="data-title" href="//yro.slashdot.org">YRO</a>
|
999
|
+
<a href="//slashdot.org/faq/UI.shtml#ui700" onclick="return nojscall(function(){show_login_box()});" class="links-sections-edit">[e]</a>
|
1000
|
+
<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>
|
1001
|
+
</li>
|
1002
|
+
|
1003
|
+
</ul>
|
1004
|
+
<script type="text/javascript">
|
1005
|
+
|
1006
|
+
var firehose_delete_section, update_section;
|
1007
|
+
|
1008
|
+
(function(){
|
1009
|
+
var $section_menu = $any('firehose-sections');
|
1010
|
+
|
1011
|
+
|
1012
|
+
|
1013
|
+
function save_menu(){
|
1014
|
+
if ( !check_logged_in() ) { return false; }
|
1015
|
+
|
1016
|
+
// tell the server our current (ordered) list of sections
|
1017
|
+
ajax_update({
|
1018
|
+
op: 'firehose_save_section_menu',
|
1019
|
+
reskey: reskey_static,
|
1020
|
+
fsids: $section_menu.
|
1021
|
+
children('li:not(#fhsection-unsaved)').
|
1022
|
+
map(function(){ return this.id.slice(10); }).get().join(',')
|
1023
|
+
});
|
1024
|
+
}
|
1025
|
+
|
1026
|
+
|
1027
|
+
function unsaved(){
|
1028
|
+
var $unsaved = $any('fhsection-unsaved');
|
1029
|
+
if ( !$unsaved.length ) {
|
1030
|
+
($unsaved = $(unsaved.template).prependTo($section_menu)).metadata().id = 'unsaved';
|
1031
|
+
}
|
1032
|
+
return $unsaved;
|
1033
|
+
}
|
1034
|
+
|
1035
|
+
var section_matching;
|
1036
|
+
(function(){
|
1037
|
+
var signatures={}, ids={}, ws=/\s+/, id_prefix=/^fhsection-/, default_color = {
|
1038
|
+
stories: 'green',
|
1039
|
+
recent: 'blue',
|
1040
|
+
popular: 'green',
|
1041
|
+
daddypants: 'indigo'
|
1042
|
+
};
|
1043
|
+
|
1044
|
+
function init_metadata( el ){
|
1045
|
+
var $el=$(el), result=$el.metadata({ type:'elem', name:'script' });
|
1046
|
+
$el.find('script[type=data]').remove();
|
1047
|
+
return result;
|
1048
|
+
}
|
1049
|
+
|
1050
|
+
function signature( section ){
|
1051
|
+
return section.viewname + ';'
|
1052
|
+
+ (section.color||default_color[section.viewname]) + ';'
|
1053
|
+
+ $.trim(section.filter).toLowerCase().split(ws).sort().join(' ');
|
1054
|
+
}
|
1055
|
+
|
1056
|
+
section_matching = function( data ){
|
1057
|
+
var have_id = $section_menu.metadata().active_id,
|
1058
|
+
have = signatures[have_id],
|
1059
|
+
want = signature(data),
|
1060
|
+
want_id = (have_id==='unsaved'||want!==have) ? ids[want] : have_id,
|
1061
|
+
$want = want_id && firehose_section_menu_item(want_id),
|
1062
|
+
want_section = want_id && $want.length && $want.metadata();
|
1063
|
+
|
1064
|
+
|
1065
|
+
|
1066
|
+
|
1067
|
+
return want_section;
|
1068
|
+
};
|
1069
|
+
|
1070
|
+
update_section = function( el, update, opts ){
|
1071
|
+
var section = init_metadata(el),
|
1072
|
+
id = section.id, // assert(id);
|
1073
|
+
oldsig = signatures[id],
|
1074
|
+
newsig = signature($.extend(section,
|
1075
|
+
// Make the color explicit.
|
1076
|
+
!section.color && { color:default_color[section.viewname] },
|
1077
|
+
// Roll-in the updated data, if any; but protect the id.
|
1078
|
+
update, { id:id }
|
1079
|
+
));
|
1080
|
+
|
1081
|
+
// Update the signatures that let us match properties to existing sections.
|
1082
|
+
if ( id!=='unsaved' && newsig!==oldsig ) {
|
1083
|
+
ids[ signatures[id]=newsig ] = id;
|
1084
|
+
if ( oldsig ) {
|
1085
|
+
delete ids[ oldsig ];
|
1086
|
+
// Discard cached skin if the search has changed.
|
1087
|
+
section.skin && oldsig.split(';')[2]!==newsig.split(';')[2] && delete section.skin;
|
1088
|
+
|
1089
|
+
// This must be a change to an existing menu item, so let's save the menu as a whole.
|
1090
|
+
save_menu();
|
1091
|
+
}
|
1092
|
+
}
|
1093
|
+
|
1094
|
+
if ( opts ) {
|
1095
|
+
opts.highlight && highlight_menu_item(id);
|
1096
|
+
opts.make_default && ($section_menu.metadata().default_id=id);
|
1097
|
+
}
|
1098
|
+
};
|
1099
|
+
|
1100
|
+
// Force-initialize the metadata and build the section_matching map.
|
1101
|
+
var $sections=$any('links-sections').find('div.title,li');
|
1102
|
+
$sections.add($section_menu).each(function(){ init_metadata(this); });
|
1103
|
+
$('#links-sections-title').metadata().name = "Slashdot";
|
1104
|
+
$sections.each(function(){ update_section(this); });
|
1105
|
+
})();
|
1106
|
+
|
1107
|
+
|
1108
|
+
function highlight_menu_item( section_id ){
|
1109
|
+
return firehose_section_menu_item(section_id).each(function(){
|
1110
|
+
$('#links-sections .active').not(this).removeClass('active');
|
1111
|
+
$( $('h4', this)[0] || this ).addClass('active');
|
1112
|
+
$section_menu.metadata().active_id = section_id;
|
1113
|
+
firehose_style_switch(section_id);
|
1114
|
+
});
|
1115
|
+
}
|
1116
|
+
|
1117
|
+
|
1118
|
+
$any('links-sections').
|
1119
|
+
mousedown(function( event ){ // "activate" a section (immediately) on mousedown in the section menu
|
1120
|
+
$(event.originalTarget||event.target). // mouseDown was on this element...
|
1121
|
+
closest('li,div.title').not('.active,:has(.active)').
|
1122
|
+
each(function(){
|
1123
|
+
var section = $(this).metadata();
|
1124
|
+
if ( section.id !== 'unsaved' ) {
|
1125
|
+
|
1126
|
+
} else {
|
1127
|
+
|
1128
|
+
}
|
1129
|
+
});
|
1130
|
+
// allow other handlers to run (by not returning false)
|
1131
|
+
}).
|
1132
|
+
click(function( event ){ // edit only for a click in the edit button
|
1133
|
+
var handled;
|
1134
|
+
$(event.originalTarget||event.target). // mouseDown was on this element...
|
1135
|
+
closest('a.links-sections-edit'). // ...in this edit icon (if any)
|
1136
|
+
each(function(){
|
1137
|
+
var id = $(this).closest('li,div.title').metadata().id;
|
1138
|
+
id==='unsaved' && (id=void(0));
|
1139
|
+
getModalPrefs('firehoseview', 'Save Custom Section', 0, { id: id });
|
1140
|
+
handled = true;
|
1141
|
+
});
|
1142
|
+
return !handled;
|
1143
|
+
});
|
1144
|
+
|
1145
|
+
|
1146
|
+
// Drag items in the section-menu to reorder it permanently.
|
1147
|
+
$section_menu.
|
1148
|
+
sortable({
|
1149
|
+
axis: 'y',
|
1150
|
+
containment: '#links-sections',
|
1151
|
+
opacity: 0.8,
|
1152
|
+
update: save_menu
|
1153
|
+
});
|
1154
|
+
|
1155
|
+
|
1156
|
+
$(document).
|
1157
|
+
bind('firehose-setting-section', function( e, section_id ){
|
1158
|
+
// Request to change sections is on its way to the server; update the UI now (don't wait for response)
|
1159
|
+
var section = highlight_menu_item(section_id).metadata();
|
1160
|
+
$(document).
|
1161
|
+
trigger('firehose-setting-setfhfilter', section.filter).
|
1162
|
+
trigger('firehose-setting-view', section.viewname).
|
1163
|
+
trigger('firehose-setting-color', section.color);
|
1164
|
+
}).
|
1165
|
+
bind('set-options.firehose', function( e, data ){
|
1166
|
+
// Changing some option (possibly even the 'section' option)
|
1167
|
+
if ( !data.select_section ) {
|
1168
|
+
// OK, _not_ the 'section' option. Activate a section that matches the new options, or else "unsaved"
|
1169
|
+
delete data.id;
|
1170
|
+
|
1171
|
+
data = section_matching(data)||data;
|
1172
|
+
if ( !data.id ) {
|
1173
|
+
var $unsaved = unsaved();
|
1174
|
+
data = $.extend($unsaved.metadata(), data);
|
1175
|
+
$(document).
|
1176
|
+
one('update.firehose', function( e, updated ){
|
1177
|
+
$unsaved.find('a span').text(updated.local_time);
|
1178
|
+
if ( updated.skin ) {
|
1179
|
+
data.skin = updated.skin;
|
1180
|
+
firehose_style_switch('unsaved');
|
1181
|
+
}
|
1182
|
+
}).
|
1183
|
+
trigger('unsaved.firehose', data);
|
1184
|
+
}
|
1185
|
+
}
|
1186
|
+
highlight_menu_item(data.id);
|
1187
|
+
});
|
1188
|
+
|
1189
|
+
unsaved.template = (
|
1190
|
+
'<li id="fhsection-unsaved">'
|
1191
|
+
+ '<a><i class="data-title">unsaved</i> <span></span></a>'
|
1192
|
+
+ '<a href="//slashdot.org/faq/UI.shtml#ui700"'
|
1193
|
+
+ ' onclick="return nojscall(function(){show_login_box()});"'
|
1194
|
+
+ ' class="links-sections-edit">'
|
1195
|
+
+ '[e]'
|
1196
|
+
+ '</a>'
|
1197
|
+
+ '</li>'
|
1198
|
+
);
|
1199
|
+
|
1200
|
+
})();
|
1201
|
+
</script>
|
1202
|
+
|
1203
|
+
</div>
|
1204
|
+
|
1205
|
+
</div>
|
1206
|
+
<div class="block" id="links-help">
|
1207
|
+
<div class="title" id="links-help-title">
|
1208
|
+
<h4><a href="//slashdot.org/help">Site Info</a></h4>
|
1209
|
+
</div>
|
1210
|
+
<div class="content" id="links-help-content">
|
1211
|
+
<ul>
|
1212
|
+
<li><a href="//slashdot.org/faq/">FAQ</a></li>
|
1213
|
+
<li><a href="http://sourceforge.net/tracker/?func=add&group_id=4421&atid=104421">Bugs</a></li>
|
1214
|
+
<li><a href="//slashdot.org/code.shtml">Code</a></li>
|
1215
|
+
</ul>
|
1216
|
+
</div>
|
1217
|
+
</div>
|
1218
|
+
<div class="block" id="links-stories">
|
1219
|
+
<div class="title" id="links-stories-title">
|
1220
|
+
<h4>Stories</h4>
|
1221
|
+
</div>
|
1222
|
+
<div class="content" id="links-stories-content">
|
1223
|
+
<ul>
|
1224
|
+
<li><a href="//slashdot.org/search.pl">Old Stories</a></li>
|
1225
|
+
<li><a href="//polls.slashdot.org/">Old Polls</a></li>
|
1226
|
+
<li><a href="//slashdot.org/hof.shtml">Hall of Fame</a></li>
|
1227
|
+
<li><a href="//slashdot.org/submission">Submit Story</a></li>
|
1228
|
+
</ul>
|
1229
|
+
</div>
|
1230
|
+
</div>
|
1231
|
+
</div>
|
1232
|
+
</div>
|
1233
|
+
|
1234
|
+
|
1235
|
+
<div class="yui-u maincol first">
|
1236
|
+
|
1237
|
+
|
1238
|
+
<div id="firehose-message-tray" class="message">
|
1239
|
+
|
1240
|
+
<p>Please <strong><a href="//slashdot.org/login.pl">create an account</a></strong> to participate in the Slashdot moderation system</p>
|
1241
|
+
|
1242
|
+
</div>
|
1243
|
+
|
1244
|
+
|
1245
|
+
|
1246
|
+
|
1247
|
+
|
1248
|
+
|
1249
|
+
|
1250
|
+
<div id="firehose" class="nothumbs">
|
1251
|
+
<div id="firehoselist" class="fhroot ">
|
1252
|
+
<div id="firehose-8045350" data-fhid="8045350" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
|
1253
|
+
<span class="sd-info-block" style="display: none">
|
1254
|
+
<span class="sd-key-firehose-id">8045350</span>
|
1255
|
+
<span class="type">story</span>
|
1256
|
+
|
1257
|
+
</span>
|
1258
|
+
|
1259
|
+
|
1260
|
+
|
1261
|
+
|
1262
|
+
|
1263
|
+
|
1264
|
+
|
1265
|
+
|
1266
|
+
|
1267
|
+
|
1268
|
+
|
1269
|
+
<h3 class="story">
|
1270
|
+
|
1271
|
+
|
1272
|
+
|
1273
|
+
|
1274
|
+
<span class="vballoon-firehoselist-simple">
|
1275
|
+
<span>Comments:</span>
|
1276
|
+
<a href="//news.slashdot.org/comments.pl?sid=1488720" id="commentcnt-8045350">41</a>
|
1277
|
+
</span>
|
1278
|
+
|
1279
|
+
|
1280
|
+
|
1281
|
+
|
1282
|
+
|
1283
|
+
|
1284
|
+
|
1285
|
+
|
1286
|
+
|
1287
|
+
|
1288
|
+
|
1289
|
+
|
1290
|
+
|
1291
|
+
|
1292
|
+
|
1293
|
+
|
1294
|
+
<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>
|
1295
|
+
|
1296
|
+
|
1297
|
+
|
1298
|
+
<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> </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>
|
1299
|
+
|
1300
|
+
|
1301
|
+
|
1302
|
+
|
1303
|
+
</h3>
|
1304
|
+
|
1305
|
+
<div class="details" id="details-8045350"><small>
|
1306
|
+
|
1307
|
+
Posted
|
1308
|
+
by
|
1309
|
+
|
1310
|
+
|
1311
|
+
|
1312
|
+
samzenpus
|
1313
|
+
|
1314
|
+
|
1315
|
+
|
1316
|
+
|
1317
|
+
|
1318
|
+
|
1319
|
+
<span id="fhtime-8045350">on Wednesday December 23, @10:16PM</span>
|
1320
|
+
|
1321
|
+
<br>
|
1322
|
+
|
1323
|
+
from the how-can-you-have-any-TV-if-you-don't-eat-your-meat? dept.
|
1324
|
+
|
1325
|
+
</small>
|
1326
|
+
</div>
|
1327
|
+
<div class="body" id="fhbody-8045350">
|
1328
|
+
|
1329
|
+
<div class="media">
|
1330
|
+
|
1331
|
+
|
1332
|
+
|
1333
|
+
|
1334
|
+
|
1335
|
+
|
1336
|
+
|
1337
|
+
|
1338
|
+
|
1339
|
+
|
1340
|
+
|
1341
|
+
<div class="maybe-sprite tid-513">
|
1342
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicmediaall.gif); width:73px; height:59px;</span>
|
1343
|
+
<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>
|
1344
|
+
</div>
|
1345
|
+
|
1346
|
+
|
1347
|
+
|
1348
|
+
|
1349
|
+
</div>
|
1350
|
+
|
1351
|
+
|
1352
|
+
|
1353
|
+
<div id="text-8045350">
|
1354
|
+
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> – 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>
|
1355
|
+
|
1356
|
+
|
1357
|
+
|
1358
|
+
|
1359
|
+
|
1360
|
+
<div class="article-foot a">
|
1361
|
+
|
1362
|
+
<span class="reader">
|
1363
|
+
|
1364
|
+
<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>
|
1365
|
+
|
1366
|
+
<span class="commentcnt"> <a href="//news.slashdot.org/comments.pl?sid=1488720" id="commentcnt-8045350">41</a> comments</span>
|
1367
|
+
</span>
|
1368
|
+
|
1369
|
+
<menu type="toolbar" class="edit-bar">
|
1370
|
+
|
1371
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
1372
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
1373
|
+
|
1374
|
+
<span id="tagbar-8045350" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
1375
|
+
<a class="popular tag" rel="tag" href="/tag/bbc">bbc</a>
|
1376
|
+
<a class="popular tag" rel="tag" href="/tag/media">media</a>
|
1377
|
+
<a class="popular tag" rel="tag" href="/tag/tv">tv</a>
|
1378
|
+
<a class="popular tag" rel="tag" href="/tag/foss">foss</a>
|
1379
|
+
<a class="popular tag" rel="tag" href="/tag/freedom">freedom</a>
|
1380
|
+
<a class="datatype pseudo-tag">story</a>
|
1381
|
+
</span>
|
1382
|
+
|
1383
|
+
<div class="spinner">
|
1384
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
1385
|
+
</div>
|
1386
|
+
|
1387
|
+
</menu>
|
1388
|
+
</div>
|
1389
|
+
|
1390
|
+
</div>
|
1391
|
+
|
1392
|
+
|
1393
|
+
<hr>
|
1394
|
+
|
1395
|
+
|
1396
|
+
</div><div id="firehose-8044970" data-fhid="8044970" data-fhtype="story" class="fhitem fhitem-story briefarticle usermode thumbs">
|
1397
|
+
<span class="sd-info-block" style="display: none">
|
1398
|
+
<span class="sd-key-firehose-id">8044970</span>
|
1399
|
+
<span class="type">story</span>
|
1400
|
+
|
1401
|
+
</span>
|
1402
|
+
|
1403
|
+
|
1404
|
+
|
1405
|
+
|
1406
|
+
|
1407
|
+
|
1408
|
+
|
1409
|
+
|
1410
|
+
|
1411
|
+
|
1412
|
+
|
1413
|
+
<h3 class="story">
|
1414
|
+
|
1415
|
+
|
1416
|
+
|
1417
|
+
|
1418
|
+
<span class="vballoon-firehoselist-simple">
|
1419
|
+
<span>Comments:</span>
|
1420
|
+
<a href="//hardware.slashdot.org/comments.pl?sid=1488708" id="commentcnt-8044970">16</a>
|
1421
|
+
</span>
|
1422
|
+
|
1423
|
+
|
1424
|
+
|
1425
|
+
|
1426
|
+
|
1427
|
+
|
1428
|
+
|
1429
|
+
|
1430
|
+
|
1431
|
+
|
1432
|
+
|
1433
|
+
|
1434
|
+
|
1435
|
+
|
1436
|
+
|
1437
|
+
|
1438
|
+
<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>
|
1439
|
+
|
1440
|
+
|
1441
|
+
|
1442
|
+
<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> </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>
|
1443
|
+
|
1444
|
+
|
1445
|
+
|
1446
|
+
|
1447
|
+
</h3>
|
1448
|
+
|
1449
|
+
<div class="details" id="details-8044970"><small>
|
1450
|
+
|
1451
|
+
Posted
|
1452
|
+
by
|
1453
|
+
|
1454
|
+
|
1455
|
+
|
1456
|
+
samzenpus
|
1457
|
+
|
1458
|
+
|
1459
|
+
|
1460
|
+
|
1461
|
+
|
1462
|
+
|
1463
|
+
<span id="fhtime-8044970">on Wednesday December 23, @08:59PM</span>
|
1464
|
+
|
1465
|
+
<br>
|
1466
|
+
|
1467
|
+
from the best-of-show dept.
|
1468
|
+
|
1469
|
+
</small>
|
1470
|
+
</div>
|
1471
|
+
<div class="hide" id="fhbody-8044970">
|
1472
|
+
|
1473
|
+
<div class="media">
|
1474
|
+
|
1475
|
+
|
1476
|
+
|
1477
|
+
|
1478
|
+
|
1479
|
+
|
1480
|
+
|
1481
|
+
|
1482
|
+
|
1483
|
+
|
1484
|
+
|
1485
|
+
<div class="maybe-sprite tid-2248">
|
1486
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicrobotics.gif); width:40px; height:77px;</span>
|
1487
|
+
<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>
|
1488
|
+
</div>
|
1489
|
+
|
1490
|
+
|
1491
|
+
|
1492
|
+
|
1493
|
+
</div>
|
1494
|
+
|
1495
|
+
|
1496
|
+
|
1497
|
+
<div id="text-8044970">
|
1498
|
+
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>
|
1499
|
+
|
1500
|
+
|
1501
|
+
|
1502
|
+
|
1503
|
+
|
1504
|
+
<div class="article-foot a">
|
1505
|
+
|
1506
|
+
<span class="reader">
|
1507
|
+
|
1508
|
+
<a href="//hardware.slashdot.org/story/09/12/23/2321245/The-Best-Robots-of-2009" class="more">Read More...</a>
|
1509
|
+
|
1510
|
+
<span class="commentcnt"> <a href="//hardware.slashdot.org/comments.pl?sid=1488708" id="commentcnt-8044970">16</a> comments</span>
|
1511
|
+
</span>
|
1512
|
+
|
1513
|
+
<menu type="toolbar" class="edit-bar">
|
1514
|
+
|
1515
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
1516
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
1517
|
+
|
1518
|
+
<span id="tagbar-8044970" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
1519
|
+
<a class="popular tag" rel="tag" href="/tag/hardware">hardware</a>
|
1520
|
+
<a class="popular tag" rel="tag" href="/tag/robot">robot</a>
|
1521
|
+
<a class="popular tag" rel="tag" href="/tag/humanoid">humanoid</a>
|
1522
|
+
<a class="popular tag" rel="tag" href="/tag/robotics">robotics</a>
|
1523
|
+
<a class="popular tag" rel="tag" href="/tag/robots">robots</a>
|
1524
|
+
<a class="datatype pseudo-tag">story</a>
|
1525
|
+
</span>
|
1526
|
+
|
1527
|
+
<div class="spinner">
|
1528
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
1529
|
+
</div>
|
1530
|
+
|
1531
|
+
</menu>
|
1532
|
+
</div>
|
1533
|
+
|
1534
|
+
</div>
|
1535
|
+
|
1536
|
+
|
1537
|
+
<hr>
|
1538
|
+
|
1539
|
+
|
1540
|
+
</div><div id="firehose-8044904" data-fhid="8044904" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
|
1541
|
+
<span class="sd-info-block" style="display: none">
|
1542
|
+
<span class="sd-key-firehose-id">8044904</span>
|
1543
|
+
<span class="type">story</span>
|
1544
|
+
|
1545
|
+
</span>
|
1546
|
+
|
1547
|
+
|
1548
|
+
|
1549
|
+
|
1550
|
+
|
1551
|
+
|
1552
|
+
|
1553
|
+
|
1554
|
+
|
1555
|
+
|
1556
|
+
|
1557
|
+
<h3 class="story">
|
1558
|
+
|
1559
|
+
|
1560
|
+
|
1561
|
+
|
1562
|
+
<span class="vballoon-firehoselist-simple">
|
1563
|
+
<span>Comments:</span>
|
1564
|
+
<a href="//science.slashdot.org/comments.pl?sid=1488700" id="commentcnt-8044904">33</a>
|
1565
|
+
</span>
|
1566
|
+
|
1567
|
+
|
1568
|
+
|
1569
|
+
|
1570
|
+
|
1571
|
+
|
1572
|
+
|
1573
|
+
|
1574
|
+
|
1575
|
+
|
1576
|
+
|
1577
|
+
|
1578
|
+
|
1579
|
+
|
1580
|
+
|
1581
|
+
|
1582
|
+
<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>
|
1583
|
+
|
1584
|
+
|
1585
|
+
|
1586
|
+
<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> </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>
|
1587
|
+
|
1588
|
+
|
1589
|
+
|
1590
|
+
|
1591
|
+
</h3>
|
1592
|
+
|
1593
|
+
<div class="details" id="details-8044904"><small>
|
1594
|
+
|
1595
|
+
Posted
|
1596
|
+
by
|
1597
|
+
|
1598
|
+
|
1599
|
+
|
1600
|
+
samzenpus
|
1601
|
+
|
1602
|
+
|
1603
|
+
|
1604
|
+
|
1605
|
+
|
1606
|
+
|
1607
|
+
<span id="fhtime-8044904">on Wednesday December 23, @08:10PM</span>
|
1608
|
+
|
1609
|
+
<br>
|
1610
|
+
|
1611
|
+
from the in-space-nobody-can-hear-you-disagree dept.
|
1612
|
+
|
1613
|
+
</small>
|
1614
|
+
</div>
|
1615
|
+
<div class="body" id="fhbody-8044904">
|
1616
|
+
|
1617
|
+
<div class="media">
|
1618
|
+
|
1619
|
+
|
1620
|
+
|
1621
|
+
|
1622
|
+
|
1623
|
+
|
1624
|
+
|
1625
|
+
|
1626
|
+
|
1627
|
+
|
1628
|
+
|
1629
|
+
<div class="maybe-sprite tid-146">
|
1630
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicnasa.gif); width:74px; height:67px;</span>
|
1631
|
+
<a style="width:74px; height:67px; display: block; text-indent:-99999px;" href="//slashdot.org/index2.pl?fhfilter=nasa" onclick="return addfhfilter('nasa');" class="nasa" >nasa</a>
|
1632
|
+
</div>
|
1633
|
+
|
1634
|
+
|
1635
|
+
|
1636
|
+
|
1637
|
+
</div>
|
1638
|
+
|
1639
|
+
|
1640
|
+
|
1641
|
+
<div id="text-8044904">
|
1642
|
+
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>
|
1643
|
+
|
1644
|
+
|
1645
|
+
|
1646
|
+
|
1647
|
+
|
1648
|
+
<div class="article-foot a">
|
1649
|
+
|
1650
|
+
<span class="reader">
|
1651
|
+
|
1652
|
+
<a href="//science.slashdot.org/story/09/12/23/2318211/NASA-and-Space-Station-Alliance-On-Shaky-Ground" class="more">Read More...</a>
|
1653
|
+
|
1654
|
+
<span class="commentcnt"> <a href="//science.slashdot.org/comments.pl?sid=1488700" id="commentcnt-8044904">33</a> comments</span>
|
1655
|
+
</span>
|
1656
|
+
|
1657
|
+
<menu type="toolbar" class="edit-bar">
|
1658
|
+
|
1659
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
1660
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
1661
|
+
|
1662
|
+
<span id="tagbar-8044904" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
1663
|
+
<a class="popular tag" rel="tag" href="/tag/nasa">nasa</a>
|
1664
|
+
<a class="popular tag" rel="tag" href="/tag/science">science</a>
|
1665
|
+
<a class="datatype pseudo-tag">story</a>
|
1666
|
+
</span>
|
1667
|
+
|
1668
|
+
<div class="spinner">
|
1669
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
1670
|
+
</div>
|
1671
|
+
|
1672
|
+
</menu>
|
1673
|
+
</div>
|
1674
|
+
|
1675
|
+
</div>
|
1676
|
+
|
1677
|
+
|
1678
|
+
<hr>
|
1679
|
+
|
1680
|
+
|
1681
|
+
</div><div id="firehose-8044034" data-fhid="8044034" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
|
1682
|
+
<span class="sd-info-block" style="display: none">
|
1683
|
+
<span class="sd-key-firehose-id">8044034</span>
|
1684
|
+
<span class="type">story</span>
|
1685
|
+
|
1686
|
+
</span>
|
1687
|
+
|
1688
|
+
|
1689
|
+
|
1690
|
+
|
1691
|
+
|
1692
|
+
|
1693
|
+
|
1694
|
+
|
1695
|
+
|
1696
|
+
|
1697
|
+
|
1698
|
+
<h3 class="story">
|
1699
|
+
|
1700
|
+
|
1701
|
+
|
1702
|
+
|
1703
|
+
<span class="vballoon-firehoselist-simple">
|
1704
|
+
<span>Comments:</span>
|
1705
|
+
<a href="//games.slashdot.org/comments.pl?sid=1488656" id="commentcnt-8044034">137</a>
|
1706
|
+
</span>
|
1707
|
+
|
1708
|
+
|
1709
|
+
|
1710
|
+
|
1711
|
+
|
1712
|
+
|
1713
|
+
|
1714
|
+
|
1715
|
+
|
1716
|
+
|
1717
|
+
|
1718
|
+
|
1719
|
+
|
1720
|
+
|
1721
|
+
|
1722
|
+
|
1723
|
+
<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>
|
1724
|
+
|
1725
|
+
|
1726
|
+
|
1727
|
+
<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> </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>
|
1728
|
+
|
1729
|
+
|
1730
|
+
|
1731
|
+
|
1732
|
+
</h3>
|
1733
|
+
|
1734
|
+
<div class="details" id="details-8044034"><small>
|
1735
|
+
|
1736
|
+
Posted
|
1737
|
+
by
|
1738
|
+
|
1739
|
+
|
1740
|
+
|
1741
|
+
<a href="mailto:soulskillatslashdotdotorg" rel="nofollow">Soulskill</a>
|
1742
|
+
|
1743
|
+
|
1744
|
+
|
1745
|
+
|
1746
|
+
|
1747
|
+
|
1748
|
+
<span id="fhtime-8044034">on Wednesday December 23, @06:42PM</span>
|
1749
|
+
|
1750
|
+
<br>
|
1751
|
+
|
1752
|
+
from the takes-time-to-collect-all-those-pretty-hats dept.
|
1753
|
+
|
1754
|
+
</small>
|
1755
|
+
</div>
|
1756
|
+
<div class="body" id="fhbody-8044034">
|
1757
|
+
|
1758
|
+
<div class="media">
|
1759
|
+
|
1760
|
+
|
1761
|
+
|
1762
|
+
|
1763
|
+
|
1764
|
+
|
1765
|
+
|
1766
|
+
|
1767
|
+
|
1768
|
+
|
1769
|
+
|
1770
|
+
<div class="maybe-sprite tid-64">
|
1771
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicgames.gif); width:68px; height:77px;</span>
|
1772
|
+
<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>
|
1773
|
+
</div>
|
1774
|
+
|
1775
|
+
|
1776
|
+
|
1777
|
+
|
1778
|
+
</div>
|
1779
|
+
|
1780
|
+
|
1781
|
+
|
1782
|
+
<div id="text-8044034">
|
1783
|
+
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>
|
1784
|
+
|
1785
|
+
|
1786
|
+
|
1787
|
+
|
1788
|
+
|
1789
|
+
<div class="article-foot a">
|
1790
|
+
|
1791
|
+
<span class="reader">
|
1792
|
+
|
1793
|
+
<a href="//games.slashdot.org/story/09/12/23/2228258/Girl-Gamers-More-Hardcore-Than-Guys" class="more">Read More...</a>
|
1794
|
+
|
1795
|
+
<span class="commentcnt"> <a href="//games.slashdot.org/comments.pl?sid=1488656" id="commentcnt-8044034">137</a> comments</span>
|
1796
|
+
</span>
|
1797
|
+
|
1798
|
+
<menu type="toolbar" class="edit-bar">
|
1799
|
+
|
1800
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
1801
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
1802
|
+
|
1803
|
+
<span id="tagbar-8044034" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
1804
|
+
<a class="popular tag" rel="tag" href="/tag/rule30">rule30</a>
|
1805
|
+
<a class="popular tag" rel="tag" href="/tag/games">games</a>
|
1806
|
+
<a class="popular tag" rel="tag" href="/tag/science">science</a>
|
1807
|
+
<a class="popular tag" rel="tag" href="/tag/gamers">gamers</a>
|
1808
|
+
<a class="popular tag" rel="tag" href="/tag/missleadingtitle">missleadingtitle</a>
|
1809
|
+
<a class="datatype pseudo-tag">story</a>
|
1810
|
+
</span>
|
1811
|
+
|
1812
|
+
<div class="spinner">
|
1813
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
1814
|
+
</div>
|
1815
|
+
|
1816
|
+
</menu>
|
1817
|
+
</div>
|
1818
|
+
|
1819
|
+
</div>
|
1820
|
+
|
1821
|
+
|
1822
|
+
<hr>
|
1823
|
+
|
1824
|
+
|
1825
|
+
</div><div id="firehose-8044042" data-fhid="8044042" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
|
1826
|
+
<span class="sd-info-block" style="display: none">
|
1827
|
+
<span class="sd-key-firehose-id">8044042</span>
|
1828
|
+
<span class="type">story</span>
|
1829
|
+
|
1830
|
+
</span>
|
1831
|
+
|
1832
|
+
|
1833
|
+
|
1834
|
+
|
1835
|
+
|
1836
|
+
|
1837
|
+
|
1838
|
+
|
1839
|
+
|
1840
|
+
|
1841
|
+
|
1842
|
+
<h3 class="story">
|
1843
|
+
|
1844
|
+
|
1845
|
+
|
1846
|
+
|
1847
|
+
<span class="vballoon-firehoselist-simple">
|
1848
|
+
<span>Comments:</span>
|
1849
|
+
<a href="//ask.slashdot.org/comments.pl?sid=1488660" id="commentcnt-8044042">261</a>
|
1850
|
+
</span>
|
1851
|
+
|
1852
|
+
|
1853
|
+
|
1854
|
+
|
1855
|
+
|
1856
|
+
|
1857
|
+
|
1858
|
+
|
1859
|
+
|
1860
|
+
|
1861
|
+
|
1862
|
+
|
1863
|
+
|
1864
|
+
|
1865
|
+
|
1866
|
+
|
1867
|
+
<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>
|
1868
|
+
|
1869
|
+
|
1870
|
+
|
1871
|
+
<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> </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>
|
1872
|
+
|
1873
|
+
|
1874
|
+
|
1875
|
+
|
1876
|
+
</h3>
|
1877
|
+
|
1878
|
+
<div class="details" id="details-8044042"><small>
|
1879
|
+
|
1880
|
+
Posted
|
1881
|
+
by
|
1882
|
+
|
1883
|
+
|
1884
|
+
|
1885
|
+
<a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
|
1886
|
+
|
1887
|
+
|
1888
|
+
|
1889
|
+
|
1890
|
+
|
1891
|
+
|
1892
|
+
<span id="fhtime-8044042">on Wednesday December 23, @05:55PM</span>
|
1893
|
+
|
1894
|
+
<br>
|
1895
|
+
|
1896
|
+
from the just-mirror-to-the-internet dept.
|
1897
|
+
|
1898
|
+
</small>
|
1899
|
+
</div>
|
1900
|
+
<div class="body" id="fhbody-8044042">
|
1901
|
+
|
1902
|
+
<div class="media">
|
1903
|
+
|
1904
|
+
|
1905
|
+
|
1906
|
+
|
1907
|
+
|
1908
|
+
|
1909
|
+
|
1910
|
+
|
1911
|
+
|
1912
|
+
|
1913
|
+
|
1914
|
+
<div class="maybe-sprite tid-20">
|
1915
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicstorage.gif); width:48px; height:51px;</span>
|
1916
|
+
<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>
|
1917
|
+
</div>
|
1918
|
+
|
1919
|
+
|
1920
|
+
|
1921
|
+
|
1922
|
+
</div>
|
1923
|
+
|
1924
|
+
|
1925
|
+
|
1926
|
+
<div id="text-8044042">
|
1927
|
+
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>
|
1928
|
+
|
1929
|
+
|
1930
|
+
|
1931
|
+
|
1932
|
+
|
1933
|
+
<div class="article-foot b">
|
1934
|
+
|
1935
|
+
<span class="reader">
|
1936
|
+
|
1937
|
+
<a href="//ask.slashdot.org/story/09/12/23/2229226/Best-Filesystem-For-External-Back-Up-Drives" class="more">Read 1320 More Bytes...</a>
|
1938
|
+
|
1939
|
+
<span class="commentcnt"> <a href="//ask.slashdot.org/comments.pl?sid=1488660" id="commentcnt-8044042">261</a> comments</span>
|
1940
|
+
</span>
|
1941
|
+
|
1942
|
+
<menu type="toolbar" class="edit-bar">
|
1943
|
+
|
1944
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
1945
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
1946
|
+
|
1947
|
+
<span id="tagbar-8044042" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
1948
|
+
<a class="popular tag" rel="tag" href="/tag/storage">storage</a>
|
1949
|
+
<a class="popular tag" rel="tag" href="/tag/linux">linux</a>
|
1950
|
+
<a class="popular tag" rel="tag" href="/tag/macosx">macosx</a>
|
1951
|
+
<a class="popular tag" rel="tag" href="/tag/askslashdot">askslashdot</a>
|
1952
|
+
<a class="popular tag" rel="tag" href="/tag/fat32">fat32</a>
|
1953
|
+
<a class="datatype pseudo-tag">story</a>
|
1954
|
+
</span>
|
1955
|
+
|
1956
|
+
<div class="spinner">
|
1957
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
1958
|
+
</div>
|
1959
|
+
|
1960
|
+
</menu>
|
1961
|
+
</div>
|
1962
|
+
|
1963
|
+
</div>
|
1964
|
+
|
1965
|
+
|
1966
|
+
<hr>
|
1967
|
+
|
1968
|
+
|
1969
|
+
</div><div id="firehose-8043238" data-fhid="8043238" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
|
1970
|
+
<span class="sd-info-block" style="display: none">
|
1971
|
+
<span class="sd-key-firehose-id">8043238</span>
|
1972
|
+
<span class="type">story</span>
|
1973
|
+
|
1974
|
+
</span>
|
1975
|
+
|
1976
|
+
|
1977
|
+
|
1978
|
+
|
1979
|
+
|
1980
|
+
|
1981
|
+
|
1982
|
+
|
1983
|
+
|
1984
|
+
|
1985
|
+
|
1986
|
+
<h3 class="story">
|
1987
|
+
|
1988
|
+
|
1989
|
+
|
1990
|
+
|
1991
|
+
<span class="vballoon-firehoselist-simple">
|
1992
|
+
<span>Comments:</span>
|
1993
|
+
<a href="//mobile.slashdot.org/comments.pl?sid=1488616" id="commentcnt-8043238">96</a>
|
1994
|
+
</span>
|
1995
|
+
|
1996
|
+
|
1997
|
+
|
1998
|
+
|
1999
|
+
|
2000
|
+
|
2001
|
+
|
2002
|
+
|
2003
|
+
|
2004
|
+
|
2005
|
+
|
2006
|
+
|
2007
|
+
|
2008
|
+
|
2009
|
+
|
2010
|
+
|
2011
|
+
<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>
|
2012
|
+
|
2013
|
+
|
2014
|
+
|
2015
|
+
<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> </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&T Wins Gizmodo 3G Bandwidth Test</a> <span class="date">on Wednesday December 23, @05:03PM</span> <span class="nickname"></span></span>
|
2016
|
+
|
2017
|
+
|
2018
|
+
|
2019
|
+
|
2020
|
+
</h3>
|
2021
|
+
|
2022
|
+
<div class="details" id="details-8043238"><small>
|
2023
|
+
|
2024
|
+
Posted
|
2025
|
+
by
|
2026
|
+
|
2027
|
+
|
2028
|
+
|
2029
|
+
<a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
|
2030
|
+
|
2031
|
+
|
2032
|
+
|
2033
|
+
|
2034
|
+
|
2035
|
+
|
2036
|
+
<span id="fhtime-8043238">on Wednesday December 23, @05:03PM</span>
|
2037
|
+
|
2038
|
+
<br>
|
2039
|
+
|
2040
|
+
from the avoid-the-mountains dept.
|
2041
|
+
|
2042
|
+
</small>
|
2043
|
+
</div>
|
2044
|
+
<div class="body" id="fhbody-8043238">
|
2045
|
+
|
2046
|
+
<div class="media">
|
2047
|
+
|
2048
|
+
|
2049
|
+
|
2050
|
+
|
2051
|
+
|
2052
|
+
|
2053
|
+
|
2054
|
+
|
2055
|
+
|
2056
|
+
|
2057
|
+
|
2058
|
+
<div class="maybe-sprite tid-883">
|
2059
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topiccellphone.gif); width:75px; height:74px;</span>
|
2060
|
+
<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>
|
2061
|
+
</div>
|
2062
|
+
|
2063
|
+
|
2064
|
+
|
2065
|
+
|
2066
|
+
</div>
|
2067
|
+
|
2068
|
+
|
2069
|
+
|
2070
|
+
<div id="text-8043238">
|
2071
|
+
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&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&T's wasn't measurably more or less reliable than Verizon's.'"</i></div>
|
2072
|
+
|
2073
|
+
|
2074
|
+
|
2075
|
+
|
2076
|
+
|
2077
|
+
<div class="article-foot a">
|
2078
|
+
|
2079
|
+
<span class="reader">
|
2080
|
+
|
2081
|
+
<a href="//mobile.slashdot.org/story/09/12/23/2140213/ATampT-Wins-Gizmodo-3G-Bandwidth-Test" class="more">Read More...</a>
|
2082
|
+
|
2083
|
+
<span class="commentcnt"> <a href="//mobile.slashdot.org/comments.pl?sid=1488616" id="commentcnt-8043238">96</a> comments</span>
|
2084
|
+
</span>
|
2085
|
+
|
2086
|
+
<menu type="toolbar" class="edit-bar">
|
2087
|
+
|
2088
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
2089
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
2090
|
+
|
2091
|
+
<span id="tagbar-8043238" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
2092
|
+
<a class="popular tag" rel="tag" href="/tag/att">att</a>
|
2093
|
+
<a class="popular tag" rel="tag" href="/tag/mobile">mobile</a>
|
2094
|
+
<a class="popular tag" rel="tag" href="/tag/wireless">wireless</a>
|
2095
|
+
<a class="popular tag" rel="tag" href="/tag/cellphones">cellphones</a>
|
2096
|
+
<a class="popular tag" rel="tag" href="/tag/networking">networking</a>
|
2097
|
+
<a class="datatype pseudo-tag">story</a>
|
2098
|
+
</span>
|
2099
|
+
|
2100
|
+
<div class="spinner">
|
2101
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
2102
|
+
</div>
|
2103
|
+
|
2104
|
+
</menu>
|
2105
|
+
</div>
|
2106
|
+
|
2107
|
+
</div>
|
2108
|
+
|
2109
|
+
|
2110
|
+
<hr>
|
2111
|
+
|
2112
|
+
|
2113
|
+
</div><div id="firehose-8041468" data-fhid="8041468" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
|
2114
|
+
<span class="sd-info-block" style="display: none">
|
2115
|
+
<span class="sd-key-firehose-id">8041468</span>
|
2116
|
+
<span class="type">story</span>
|
2117
|
+
|
2118
|
+
</span>
|
2119
|
+
|
2120
|
+
|
2121
|
+
|
2122
|
+
|
2123
|
+
|
2124
|
+
|
2125
|
+
|
2126
|
+
|
2127
|
+
|
2128
|
+
|
2129
|
+
|
2130
|
+
<h3 class="story">
|
2131
|
+
|
2132
|
+
|
2133
|
+
|
2134
|
+
|
2135
|
+
<span class="vballoon-firehoselist-simple">
|
2136
|
+
<span>Comments:</span>
|
2137
|
+
<a href="//news.slashdot.org/comments.pl?sid=1488562" id="commentcnt-8041468">98</a>
|
2138
|
+
</span>
|
2139
|
+
|
2140
|
+
|
2141
|
+
|
2142
|
+
|
2143
|
+
|
2144
|
+
|
2145
|
+
|
2146
|
+
|
2147
|
+
|
2148
|
+
|
2149
|
+
|
2150
|
+
|
2151
|
+
|
2152
|
+
|
2153
|
+
|
2154
|
+
|
2155
|
+
<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>
|
2156
|
+
|
2157
|
+
|
2158
|
+
|
2159
|
+
<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> </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>
|
2160
|
+
|
2161
|
+
|
2162
|
+
|
2163
|
+
|
2164
|
+
</h3>
|
2165
|
+
|
2166
|
+
<div class="details" id="details-8041468"><small>
|
2167
|
+
|
2168
|
+
Posted
|
2169
|
+
by
|
2170
|
+
|
2171
|
+
|
2172
|
+
|
2173
|
+
<a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
|
2174
|
+
|
2175
|
+
|
2176
|
+
|
2177
|
+
|
2178
|
+
|
2179
|
+
|
2180
|
+
<span id="fhtime-8041468">on Wednesday December 23, @04:11PM</span>
|
2181
|
+
|
2182
|
+
<br>
|
2183
|
+
|
2184
|
+
from the just-crazy-enough-to-work dept.
|
2185
|
+
|
2186
|
+
</small>
|
2187
|
+
</div>
|
2188
|
+
<div class="body" id="fhbody-8041468">
|
2189
|
+
|
2190
|
+
<div class="media">
|
2191
|
+
|
2192
|
+
|
2193
|
+
|
2194
|
+
|
2195
|
+
|
2196
|
+
|
2197
|
+
|
2198
|
+
|
2199
|
+
|
2200
|
+
|
2201
|
+
|
2202
|
+
<div class="maybe-sprite tid-513">
|
2203
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicmediaall.gif); width:73px; height:59px;</span>
|
2204
|
+
<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>
|
2205
|
+
</div>
|
2206
|
+
|
2207
|
+
|
2208
|
+
|
2209
|
+
|
2210
|
+
</div>
|
2211
|
+
|
2212
|
+
|
2213
|
+
|
2214
|
+
<div id="text-8041468">
|
2215
|
+
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>
|
2216
|
+
|
2217
|
+
|
2218
|
+
|
2219
|
+
|
2220
|
+
|
2221
|
+
<div class="article-foot a">
|
2222
|
+
|
2223
|
+
<span class="reader">
|
2224
|
+
|
2225
|
+
<a href="//news.slashdot.org/story/09/12/23/2013219/VLC-Team-Announces-Video-Editor-In-the-Works" class="more">Read More...</a>
|
2226
|
+
|
2227
|
+
<span class="commentcnt"> <a href="//news.slashdot.org/comments.pl?sid=1488562" id="commentcnt-8041468">98</a> comments</span>
|
2228
|
+
</span>
|
2229
|
+
|
2230
|
+
<menu type="toolbar" class="edit-bar">
|
2231
|
+
|
2232
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
2233
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
2234
|
+
|
2235
|
+
<span id="tagbar-8041468" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
2236
|
+
<a class="popular tag" rel="tag" href="/tag/media">media</a>
|
2237
|
+
<a class="popular tag" rel="tag" href="/tag/news">news</a>
|
2238
|
+
<a class="popular tag" rel="tag" href="/tag/software">software</a>
|
2239
|
+
<a class="popular tag" rel="tag" href="/tag/opensource">opensource</a>
|
2240
|
+
<a class="popular tag" rel="tag" href="/tag/announcement">announcement</a>
|
2241
|
+
<a class="datatype pseudo-tag">story</a>
|
2242
|
+
</span>
|
2243
|
+
|
2244
|
+
<div class="spinner">
|
2245
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
2246
|
+
</div>
|
2247
|
+
|
2248
|
+
</menu>
|
2249
|
+
</div>
|
2250
|
+
|
2251
|
+
</div>
|
2252
|
+
|
2253
|
+
|
2254
|
+
<hr>
|
2255
|
+
|
2256
|
+
|
2257
|
+
</div><div id="firehose-8040998" data-fhid="8040998" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
|
2258
|
+
<span class="sd-info-block" style="display: none">
|
2259
|
+
<span class="sd-key-firehose-id">8040998</span>
|
2260
|
+
<span class="type">story</span>
|
2261
|
+
|
2262
|
+
</span>
|
2263
|
+
|
2264
|
+
|
2265
|
+
|
2266
|
+
|
2267
|
+
|
2268
|
+
|
2269
|
+
|
2270
|
+
|
2271
|
+
|
2272
|
+
|
2273
|
+
|
2274
|
+
<h3 class="story">
|
2275
|
+
|
2276
|
+
|
2277
|
+
|
2278
|
+
|
2279
|
+
<span class="vballoon-firehoselist-simple">
|
2280
|
+
<span>Comments:</span>
|
2281
|
+
<a href="//hardware.slashdot.org/comments.pl?sid=1488532" id="commentcnt-8040998">78</a>
|
2282
|
+
</span>
|
2283
|
+
|
2284
|
+
|
2285
|
+
|
2286
|
+
|
2287
|
+
|
2288
|
+
|
2289
|
+
|
2290
|
+
|
2291
|
+
|
2292
|
+
|
2293
|
+
|
2294
|
+
|
2295
|
+
|
2296
|
+
|
2297
|
+
|
2298
|
+
|
2299
|
+
<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>
|
2300
|
+
|
2301
|
+
|
2302
|
+
|
2303
|
+
<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> </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>
|
2304
|
+
|
2305
|
+
|
2306
|
+
|
2307
|
+
|
2308
|
+
</h3>
|
2309
|
+
|
2310
|
+
<div class="details" id="details-8040998"><small>
|
2311
|
+
|
2312
|
+
Posted
|
2313
|
+
by
|
2314
|
+
|
2315
|
+
|
2316
|
+
|
2317
|
+
<a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
|
2318
|
+
|
2319
|
+
|
2320
|
+
|
2321
|
+
|
2322
|
+
|
2323
|
+
|
2324
|
+
<span id="fhtime-8040998">on Wednesday December 23, @03:19PM</span>
|
2325
|
+
|
2326
|
+
<br>
|
2327
|
+
|
2328
|
+
from the take-two-they're-small dept.
|
2329
|
+
|
2330
|
+
</small>
|
2331
|
+
</div>
|
2332
|
+
<div class="body" id="fhbody-8040998">
|
2333
|
+
|
2334
|
+
<div class="media">
|
2335
|
+
|
2336
|
+
|
2337
|
+
|
2338
|
+
|
2339
|
+
|
2340
|
+
|
2341
|
+
|
2342
|
+
|
2343
|
+
|
2344
|
+
|
2345
|
+
|
2346
|
+
<div class="maybe-sprite tid-449">
|
2347
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicmonitors.gif); width:52px; height:53px;</span>
|
2348
|
+
<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>
|
2349
|
+
</div>
|
2350
|
+
|
2351
|
+
|
2352
|
+
|
2353
|
+
|
2354
|
+
</div>
|
2355
|
+
|
2356
|
+
|
2357
|
+
|
2358
|
+
<div id="text-8040998">
|
2359
|
+
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>
|
2360
|
+
|
2361
|
+
|
2362
|
+
|
2363
|
+
|
2364
|
+
|
2365
|
+
<div class="article-foot a">
|
2366
|
+
|
2367
|
+
<span class="reader">
|
2368
|
+
|
2369
|
+
<a href="//hardware.slashdot.org/story/09/12/23/1952202/OLPC-Unveils-Plans-For-Tablets-By-2012" class="more">Read More...</a>
|
2370
|
+
|
2371
|
+
<span class="commentcnt"> <a href="//hardware.slashdot.org/comments.pl?sid=1488532" id="commentcnt-8040998">78</a> comments</span>
|
2372
|
+
</span>
|
2373
|
+
|
2374
|
+
<menu type="toolbar" class="edit-bar">
|
2375
|
+
|
2376
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
2377
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
2378
|
+
|
2379
|
+
<span id="tagbar-8040998" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
2380
|
+
<a class="popular tag" rel="tag" href="/tag/displays">displays</a>
|
2381
|
+
<a class="popular tag" rel="tag" href="/tag/olpc">olpc</a>
|
2382
|
+
<a class="popular tag" rel="tag" href="/tag/education">education</a>
|
2383
|
+
<a class="popular tag" rel="tag" href="/tag/portables">portables</a>
|
2384
|
+
<a class="popular tag" rel="tag" href="/tag/display">display</a>
|
2385
|
+
<a class="datatype pseudo-tag">story</a>
|
2386
|
+
</span>
|
2387
|
+
|
2388
|
+
<div class="spinner">
|
2389
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
2390
|
+
</div>
|
2391
|
+
|
2392
|
+
</menu>
|
2393
|
+
</div>
|
2394
|
+
|
2395
|
+
</div>
|
2396
|
+
|
2397
|
+
|
2398
|
+
<hr>
|
2399
|
+
|
2400
|
+
|
2401
|
+
</div><div id="firehose-8039192" data-fhid="8039192" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs">
|
2402
|
+
<span class="sd-info-block" style="display: none">
|
2403
|
+
<span class="sd-key-firehose-id">8039192</span>
|
2404
|
+
<span class="type">story</span>
|
2405
|
+
|
2406
|
+
</span>
|
2407
|
+
|
2408
|
+
|
2409
|
+
|
2410
|
+
|
2411
|
+
|
2412
|
+
|
2413
|
+
|
2414
|
+
|
2415
|
+
|
2416
|
+
|
2417
|
+
|
2418
|
+
<h3 class="story">
|
2419
|
+
|
2420
|
+
|
2421
|
+
|
2422
|
+
|
2423
|
+
<span class="vballoon-firehoselist-simple">
|
2424
|
+
<span>Comments:</span>
|
2425
|
+
<a href="//developers.slashdot.org/comments.pl?sid=1488448" id="commentcnt-8039192">443</a>
|
2426
|
+
</span>
|
2427
|
+
|
2428
|
+
|
2429
|
+
|
2430
|
+
|
2431
|
+
|
2432
|
+
|
2433
|
+
|
2434
|
+
|
2435
|
+
|
2436
|
+
|
2437
|
+
|
2438
|
+
|
2439
|
+
|
2440
|
+
|
2441
|
+
|
2442
|
+
|
2443
|
+
<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>
|
2444
|
+
|
2445
|
+
|
2446
|
+
|
2447
|
+
<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> </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>
|
2448
|
+
|
2449
|
+
|
2450
|
+
|
2451
|
+
|
2452
|
+
</h3>
|
2453
|
+
|
2454
|
+
<div class="details" id="details-8039192"><small>
|
2455
|
+
|
2456
|
+
Posted
|
2457
|
+
by
|
2458
|
+
|
2459
|
+
|
2460
|
+
|
2461
|
+
<a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
|
2462
|
+
|
2463
|
+
|
2464
|
+
|
2465
|
+
|
2466
|
+
|
2467
|
+
|
2468
|
+
<span id="fhtime-8039192">on Wednesday December 23, @02:27PM</span>
|
2469
|
+
|
2470
|
+
<br>
|
2471
|
+
|
2472
|
+
from the productivity-is-a-blunt-edged-word dept.
|
2473
|
+
|
2474
|
+
</small>
|
2475
|
+
</div>
|
2476
|
+
<div class="body" id="fhbody-8039192">
|
2477
|
+
|
2478
|
+
<div class="media">
|
2479
|
+
|
2480
|
+
|
2481
|
+
|
2482
|
+
|
2483
|
+
|
2484
|
+
|
2485
|
+
|
2486
|
+
|
2487
|
+
|
2488
|
+
|
2489
|
+
|
2490
|
+
<div class="maybe-sprite tid-84">
|
2491
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicbusiness.gif); width:64px; height:54px;</span>
|
2492
|
+
<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>
|
2493
|
+
</div>
|
2494
|
+
|
2495
|
+
|
2496
|
+
|
2497
|
+
|
2498
|
+
</div>
|
2499
|
+
|
2500
|
+
|
2501
|
+
|
2502
|
+
<div id="text-8039192">
|
2503
|
+
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 ü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>
|
2504
|
+
|
2505
|
+
|
2506
|
+
|
2507
|
+
|
2508
|
+
|
2509
|
+
<div class="article-foot a">
|
2510
|
+
|
2511
|
+
<span class="reader">
|
2512
|
+
|
2513
|
+
<a href="//developers.slashdot.org/story/09/12/23/1820214/Why-Coder-Pay-Isnt-Proportional-To-Productivity" class="more">Read More...</a>
|
2514
|
+
|
2515
|
+
<span class="commentcnt"> <a href="//developers.slashdot.org/comments.pl?sid=1488448" id="commentcnt-8039192">443</a> comments</span>
|
2516
|
+
</span>
|
2517
|
+
|
2518
|
+
<menu type="toolbar" class="edit-bar">
|
2519
|
+
|
2520
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
2521
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
2522
|
+
|
2523
|
+
<span id="tagbar-8039192" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
2524
|
+
<a class="popular tag" rel="tag" href="/tag/business">business</a>
|
2525
|
+
<a class="popular tag" rel="tag" href="/tag/money">money</a>
|
2526
|
+
<a class="popular tag" rel="tag" href="/tag/developers">developers</a>
|
2527
|
+
<a class="popular tag" rel="tag" href="/tag/programming">programming</a>
|
2528
|
+
<a class="popular tag" rel="tag" href="/tag/metrics">metrics</a>
|
2529
|
+
<a class="datatype pseudo-tag">story</a>
|
2530
|
+
</span>
|
2531
|
+
|
2532
|
+
<div class="spinner">
|
2533
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
2534
|
+
</div>
|
2535
|
+
|
2536
|
+
</menu>
|
2537
|
+
</div>
|
2538
|
+
|
2539
|
+
</div>
|
2540
|
+
|
2541
|
+
|
2542
|
+
<hr>
|
2543
|
+
|
2544
|
+
|
2545
|
+
</div><div id="firehose-8040044" data-fhid="8040044" data-fhtype="story" class="fhitem fhitem-story briefarticle usermode thumbs">
|
2546
|
+
<span class="sd-info-block" style="display: none">
|
2547
|
+
<span class="sd-key-firehose-id">8040044</span>
|
2548
|
+
<span class="type">story</span>
|
2549
|
+
|
2550
|
+
</span>
|
2551
|
+
|
2552
|
+
|
2553
|
+
|
2554
|
+
|
2555
|
+
|
2556
|
+
|
2557
|
+
|
2558
|
+
|
2559
|
+
|
2560
|
+
|
2561
|
+
|
2562
|
+
<h3 class="story">
|
2563
|
+
|
2564
|
+
|
2565
|
+
|
2566
|
+
|
2567
|
+
<span class="vballoon-firehoselist-simple">
|
2568
|
+
<span>Comments:</span>
|
2569
|
+
<a href="//developers.slashdot.org/comments.pl?sid=1488480" id="commentcnt-8040044">58</a>
|
2570
|
+
</span>
|
2571
|
+
|
2572
|
+
|
2573
|
+
|
2574
|
+
|
2575
|
+
|
2576
|
+
|
2577
|
+
|
2578
|
+
|
2579
|
+
|
2580
|
+
|
2581
|
+
|
2582
|
+
|
2583
|
+
|
2584
|
+
|
2585
|
+
|
2586
|
+
|
2587
|
+
<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>
|
2588
|
+
|
2589
|
+
|
2590
|
+
|
2591
|
+
<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> </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>
|
2592
|
+
|
2593
|
+
|
2594
|
+
|
2595
|
+
|
2596
|
+
</h3>
|
2597
|
+
|
2598
|
+
<div class="details" id="details-8040044"><small>
|
2599
|
+
|
2600
|
+
Posted
|
2601
|
+
by
|
2602
|
+
|
2603
|
+
|
2604
|
+
|
2605
|
+
<a href="http://www.monkey.org/~timothy/" rel="nofollow">timothy</a>
|
2606
|
+
|
2607
|
+
|
2608
|
+
|
2609
|
+
|
2610
|
+
|
2611
|
+
|
2612
|
+
<span id="fhtime-8040044">on Wednesday December 23, @02:06PM</span>
|
2613
|
+
|
2614
|
+
<br>
|
2615
|
+
|
2616
|
+
from the abstraction-gains-a-layer dept.
|
2617
|
+
|
2618
|
+
</small>
|
2619
|
+
</div>
|
2620
|
+
<div class="hide" id="fhbody-8040044">
|
2621
|
+
|
2622
|
+
<div class="media">
|
2623
|
+
|
2624
|
+
|
2625
|
+
|
2626
|
+
|
2627
|
+
|
2628
|
+
|
2629
|
+
|
2630
|
+
|
2631
|
+
|
2632
|
+
|
2633
|
+
|
2634
|
+
<div class="maybe-sprite tid-22">
|
2635
|
+
<span class="no-sprite" style="display: none">background: url(//a.fsdn.com/sd/topics/topicprogramming.gif); width:80px; height:48px;</span>
|
2636
|
+
<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>
|
2637
|
+
</div>
|
2638
|
+
|
2639
|
+
|
2640
|
+
|
2641
|
+
|
2642
|
+
</div>
|
2643
|
+
|
2644
|
+
|
2645
|
+
|
2646
|
+
<div id="text-8040044">
|
2647
|
+
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>
|
2648
|
+
|
2649
|
+
|
2650
|
+
|
2651
|
+
|
2652
|
+
|
2653
|
+
<div class="article-foot a">
|
2654
|
+
|
2655
|
+
<span class="reader">
|
2656
|
+
|
2657
|
+
<a href="//developers.slashdot.org/story/09/12/23/191207/An-Open-Source-Compiler-From-CUDA-To-X86-Multicore" class="more">Read More...</a>
|
2658
|
+
|
2659
|
+
<span class="commentcnt"> <a href="//developers.slashdot.org/comments.pl?sid=1488480" id="commentcnt-8040044">58</a> comments</span>
|
2660
|
+
</span>
|
2661
|
+
|
2662
|
+
<menu type="toolbar" class="edit-bar">
|
2663
|
+
|
2664
|
+
<a class="edit-toggle"><span class="button collapse"></span></a>
|
2665
|
+
<input class="tag-entry default" type="text" size="10" style="display:none" value="apply tags">
|
2666
|
+
|
2667
|
+
<span id="tagbar-8040044" class="tag-bar"><a class="topic main domain tag" rel="tag" href="/tag/slashdot">slashdot</a>
|
2668
|
+
<a class="popular tag" rel="tag" href="/tag/nvidia">nvidia</a>
|
2669
|
+
<a class="popular tag" rel="tag" href="/tag/programming">programming</a>
|
2670
|
+
<a class="popular tag" rel="tag" href="/tag/developers">developers</a>
|
2671
|
+
<a class="popular tag" rel="tag" href="/tag/cuda">cuda</a>
|
2672
|
+
<a class="popular tag" rel="tag" href="/tag/ocelot">ocelot</a>
|
2673
|
+
<a class="datatype pseudo-tag">story</a>
|
2674
|
+
</span>
|
2675
|
+
|
2676
|
+
<div class="spinner">
|
2677
|
+
<span class="tag-server-busy spinner" style="display:none">*</span>
|
2678
|
+
</div>
|
2679
|
+
|
2680
|
+
</menu>
|
2681
|
+
</div>
|
2682
|
+
|
2683
|
+
</div>
|
2684
|
+
|
2685
|
+
|
2686
|
+
<hr>
|
2687
|
+
|
2688
|
+
|
2689
|
+
</div>
|
2690
|
+
</div>
|
2691
|
+
<script id="init-sprites" type="text/javascript">
|
2692
|
+
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; }" });
|
2693
|
+
use_sprites($dom("firehoselist"));
|
2694
|
+
$('script:last#init-sprites').remove();
|
2695
|
+
</script>
|
2696
|
+
|
2697
|
+
<span id="itemsreturned">
|
2698
|
+
|
2699
|
+
</span>
|
2700
|
+
</div>
|
2701
|
+
|
2702
|
+
<div class="paginate" id="fh-pag-div">
|
2703
|
+
<div class="currcolor green "> </div>
|
2704
|
+
<div class="menu" id="fh-paginate">
|
2705
|
+
|
2706
|
+
|
2707
|
+
|
2708
|
+
|
2709
|
+
|
2710
|
+
|
2711
|
+
|
2712
|
+
<span class="active">
|
2713
|
+
<a onclick="firehose_set_options('startdate','20091223'); return false;" href="//slashdot.org/index2.pl?section=&color=green&index=1&view=stories&duration=-1&startdate=20091223">Today</a>
|
2714
|
+
</span>
|
2715
|
+
|
2716
|
+
<span class="inactive">
|
2717
|
+
<a onclick="firehose_set_options('startdate','20091222'); return false;" href="//slashdot.org/index2.pl?section=&color=green&index=1&view=stories&duration=-1&startdate=20091222">Yesterday</a>
|
2718
|
+
</span>
|
2719
|
+
|
2720
|
+
<span class="inactive">
|
2721
|
+
<a onclick="firehose_set_options('startdate','20091221'); return false;" href="//slashdot.org/index2.pl?section=&color=green&index=1&view=stories&duration=-1&startdate=20091221">Monday</a>
|
2722
|
+
</span>
|
2723
|
+
|
2724
|
+
|
2725
|
+
<span class="inactive more">
|
2726
|
+
<span id="firehose_more">
|
2727
|
+
|
2728
|
+
|
2729
|
+
|
2730
|
+
<span id="more-experiment" class=" present future "><a href="//slashdot.org/index2.pl?section=&color=green&index=1&view=stories&duration=-1&startdate=20091223&page=1" onclick=" firehose_more(); return false;">Many more <small>↓</small>
|
2731
|
+
<span class="busy spinner">*</span>
|
2732
|
+
</a></span>
|
2733
|
+
<script type="text/javascript">more_possible('Many more');</script>
|
2734
|
+
|
2735
|
+
</span>
|
2736
|
+
</span>
|
2737
|
+
|
2738
|
+
|
2739
|
+
<span class="submit"><a onclick="show_submit_box('','submission'); return false;" href="//slashdot.org/submission">Submit Story</a></span>
|
2740
|
+
|
2741
|
+
|
2742
|
+
|
2743
|
+
</div>
|
2744
|
+
</div>
|
2745
|
+
|
2746
|
+
|
2747
|
+
|
2748
|
+
</div>
|
2749
|
+
|
2750
|
+
|
2751
|
+
|
2752
|
+
</div> <!-- yui-b -->
|
2753
|
+
|
2754
|
+
</div>
|
2755
|
+
|
2756
|
+
|
2757
|
+
<div id="slashboxes" class="yui-b">
|
2758
|
+
|
2759
|
+
|
2760
|
+
<div class="block">
|
2761
|
+
<div class="title" id="srandblock-title">
|
2762
|
+
<h4>
|
2763
|
+
<a href="//yro.slashdot.org">YRO</a>
|
2764
|
+
</h4>
|
2765
|
+
</div>
|
2766
|
+
<div class="content" id="srandblock-content">
|
2767
|
+
<ul>
|
2768
|
+
<li>
|
2769
|
+
<a href="//yro.slashdot.org/story/09/12/23/1430229/Google-About-Openness">
|
2770
|
+
Google About Openness
|
2771
|
+
</a>
|
2772
|
+
</li><li>
|
2773
|
+
<a href="//yro.slashdot.org/story/09/12/23/0134259/Comcast-Pays-Out-16M-In-P2P-Throttling-Suit">
|
2774
|
+
Comcast Pays Out $16M In P2P Throttling Suit
|
2775
|
+
</a>
|
2776
|
+
</li><li>
|
2777
|
+
<a href="//yro.slashdot.org/story/09/12/23/028215/Amazon-Kindle-Proprietary-Format-Broken">
|
2778
|
+
Amazon Kindle Proprietary Format Broken
|
2779
|
+
</a>
|
2780
|
+
</li><li>
|
2781
|
+
<a href="//tech.slashdot.org/story/09/12/23/0040252/Targetcoms-Aggressive-SEO-Tactic-Spams-Google">
|
2782
|
+
Target.com's Aggressive SEO Tactic Spams Google
|
2783
|
+
</a>
|
2784
|
+
</li><li>
|
2785
|
+
<a href="//yro.slashdot.org/story/09/12/23/0113250/A-New-Libel-Defense-In-Canada-For-Blogs-Too">
|
2786
|
+
A New Libel Defense In Canada; For Blogs Too
|
2787
|
+
</a>
|
2788
|
+
</li>
|
2789
|
+
</ul>
|
2790
|
+
</div>
|
2791
|
+
</div><div class="block" id="poll">
|
2792
|
+
<div class="title" id="poll-title">
|
2793
|
+
<h4><a href="">Slashdot Poll</a></h4>
|
2794
|
+
</div>
|
2795
|
+
|
2796
|
+
<div class="content" id="poll-content">
|
2797
|
+
<form action="//slashdot.org/pollBooth.pl" method="post">
|
2798
|
+
<fieldset>
|
2799
|
+
<legend>Poll</legend>
|
2800
|
+
<input type="hidden" name="qid" value="1906">
|
2801
|
+
|
2802
|
+
<input type="hidden" name="section" value="slashdot">
|
2803
|
+
|
2804
|
+
<b>In total, I've downloaded X Linux ISOs, where X= ...</b>
|
2805
|
+
|
2806
|
+
|
2807
|
+
<br><input type="radio" name="aid" value="1">1-10
|
2808
|
+
|
2809
|
+
<br><input type="radio" name="aid" value="2">11-20
|
2810
|
+
|
2811
|
+
<br><input type="radio" name="aid" value="3">21-30
|
2812
|
+
|
2813
|
+
<br><input type="radio" name="aid" value="4">31-40
|
2814
|
+
|
2815
|
+
<br><input type="radio" name="aid" value="5">41-50
|
2816
|
+
|
2817
|
+
<br><input type="radio" name="aid" value="6">More than 50
|
2818
|
+
|
2819
|
+
<br><input type="radio" name="aid" value="7">I have never downloaded a Linux ISO.
|
2820
|
+
|
2821
|
+
|
2822
|
+
<br><input type="submit" value="Vote">
|
2823
|
+
|
2824
|
+
[ <a href="//slashdot.org/pollBooth.pl?qid=1906&aid=-1"><b>Results</b></a> |
|
2825
|
+
<a href="//slashdot.org/pollBooth.pl"><b>Polls</b></a> ] <br>
|
2826
|
+
Comments:<b>372</b> | Votes:<b>24255</b>
|
2827
|
+
</fieldset>
|
2828
|
+
</form>
|
2829
|
+
<div class="ad31 advertisement">
|
2830
|
+
<script type="text/javascript">
|
2831
|
+
var ad6 = 'inactive';
|
2832
|
+
</script>
|
2833
|
+
|
2834
|
+
<div id="fad31p">
|
2835
|
+
<script type="text/javascript">
|
2836
|
+
|
2837
|
+
//<![CDATA[
|
2838
|
+
|
2839
|
+
var hint = 'mainpage';
|
2840
|
+
|
2841
|
+
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>');
|
2842
|
+
|
2843
|
+
dfp_tile++;
|
2844
|
+
//]]>
|
2845
|
+
</script>
|
2846
|
+
</div>
|
2847
|
+
</div>
|
2848
|
+
</div>
|
2849
|
+
</div><div class="block" id="activetags">
|
2850
|
+
<div class="title" id="activetags-title">
|
2851
|
+
<h4><a href="/tags">Recent Tags</a></h4>
|
2852
|
+
</div>
|
2853
|
+
|
2854
|
+
<div class="content" id="activetags-content">
|
2855
|
+
<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>
|
2856
|
+
|
2857
|
+
</div>
|
2858
|
+
</div><div class="block">
|
2859
|
+
<div class="title" id="login-title">
|
2860
|
+
<h4>
|
2861
|
+
Slashdot Login
|
2862
|
+
</h4>
|
2863
|
+
</div>
|
2864
|
+
<div class="content" id="login-content">
|
2865
|
+
<form action="//slashdot.org/login.pl" method="post">
|
2866
|
+
<fieldset>
|
2867
|
+
<legend>Log In</legend>
|
2868
|
+
<label>
|
2869
|
+
Nickname
|
2870
|
+
</label>
|
2871
|
+
<input type="text" name="unickname" size="20" value="">
|
2872
|
+
<label>
|
2873
|
+
Password
|
2874
|
+
</label>
|
2875
|
+
<input type="hidden" name="returnto" value="//slashdot.org/">
|
2876
|
+
<input type="hidden" name="op" value="userlogin">
|
2877
|
+
<input type="password" name="upasswd" size="20">
|
2878
|
+
<label class="checkbox">
|
2879
|
+
<input type="checkbox" name="login_temp" value="yes">
|
2880
|
+
Public Terminal
|
2881
|
+
</label>
|
2882
|
+
<input type="submit" name="userlogin" value="Log in" class="button">
|
2883
|
+
</fieldset>
|
2884
|
+
</form>
|
2885
|
+
|
2886
|
+
|
2887
|
+
|
2888
|
+
<hr>
|
2889
|
+
|
2890
|
+
|
2891
|
+
<form action="//slashdot.org/login.pl" method="post">
|
2892
|
+
<fieldset>
|
2893
|
+
<input type="hidden" name="slash_returnto" value="//slashdot.org/">
|
2894
|
+
<input type="hidden" name="op" value="claim_openid">
|
2895
|
+
<input type="hidden" name="openid_login" value="1">
|
2896
|
+
<label for="openid_url" class="openid_url">
|
2897
|
+
<input type="text" name="openid_url" value="http://" size="32" maxlength="255">
|
2898
|
+
</label>
|
2899
|
+
<input type="submit" value="Log in with OpenID" class="button">
|
2900
|
+
</fieldset>
|
2901
|
+
</form>
|
2902
|
+
|
2903
|
+
|
2904
|
+
<p>
|
2905
|
+
<b>
|
2906
|
+
<a href="//slashdot.org/my/newuser" onclick="javascript:getModalPrefs('newUserModal', 'Create Account', 1); return false;">Create Account</a>
|
2907
|
+
|
|
2908
|
+
<a href="//slashdot.org/my/mailpassword" onclick="javascript:getModalPrefs('sendPasswdModal', 'Retrieve Password', 1); return false;">Retrieve Password</a>
|
2909
|
+
</b>
|
2910
|
+
</p>
|
2911
|
+
</div>
|
2912
|
+
</div><div class="block" id="srandblock_ostg">
|
2913
|
+
<div class="title" id="srandblock_ostg-title">
|
2914
|
+
<h4><a href="http://fossfor.us/recent_reviews">Fossfor.us</a></h4>
|
2915
|
+
</div>
|
2916
|
+
|
2917
|
+
<div class="content" id="srandblock_ostg-content">
|
2918
|
+
<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>
|
2919
|
+
|
2920
|
+
</div>
|
2921
|
+
</div><div class="block" id="books">
|
2922
|
+
<div class="title" id="books-title">
|
2923
|
+
<h4><a href="//books.slashdot.org/">Book Reviews</a></h4>
|
2924
|
+
</div>
|
2925
|
+
|
2926
|
+
<div class="content" id="books-content">
|
2927
|
+
Recent reviews from Slashdot readers:
|
2928
|
+
|
2929
|
+
<ul>
|
2930
|
+
|
2931
|
+
|
2932
|
+
<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>
|
2933
|
+
|
2934
|
+
<li> <a
|
2935
|
+
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>
|
2936
|
+
|
2937
|
+
|
2938
|
+
<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>
|
2939
|
+
</ul>
|
2940
|
+
|
2941
|
+
<p><a href="https://slashdot.org/submit.pl">Submitting a review</a> for
|
2942
|
+
consideration is easy; please first read <a
|
2943
|
+
href="//slashdot.org/book.review.guidelines.shtml">Slashdot's
|
2944
|
+
book review guidelines</a>. Updated: 2008114 by samzenpus</p>
|
2945
|
+
|
2946
|
+
|
2947
|
+
</div>
|
2948
|
+
</div><div class="block" id="index_qlinks">
|
2949
|
+
<div class="title" id="index_qlinks-title">
|
2950
|
+
<h4><a href="">Quick Links</a></h4>
|
2951
|
+
</div>
|
2952
|
+
|
2953
|
+
<div class="content" id="index_qlinks-content">
|
2954
|
+
<B>Cool Sites:</B>
|
2955
|
+
<br>· <A href="http://www.xkcd.com">XKCD</A> (It's teh funz0rz)
|
2956
|
+
<br>· <A href="http://www.animefu.com">AnimeFu</A> (Addicted to Anime?)
|
2957
|
+
<br>· <A href="http://www.penny-arcade.com">Penny Arcade</A> (The First one is always Free)
|
2958
|
+
<br>· <A href="http://everything2.com">Everything</A> (Blow your Mind)
|
2959
|
+
<br>· <A href="http://themes.freshmeat.net">Themes.freshmeat.net</A> (Make X Perty)
|
2960
|
+
<br>· <A href="http://slashdot.jp">Slashdot.jp</A> (So familiar...)
|
2961
|
+
<br>· <A href="http://CmdrTaco.net">CmdrTaco.net</A> (I used to be in charge)
|
2962
|
+
<P><B>Support Slashdot:</B>
|
2963
|
+
<br>· <A href="http://www.thinkgeek.com">ThinkGeek</A> (Clothe Yourself in Slashdot)
|
2964
|
+
|
2965
|
+
</div>
|
2966
|
+
</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>
|
2967
|
+
|
2968
|
+
|
2969
|
+
<div class="block" id="newslashbox-create">
|
2970
|
+
<div class="title collapsed" id="newslashbox-title">
|
2971
|
+
<h4><a href="#" id="newslashbox-edit" onclick="show_login_box(); return false">Add Slashbox<span class="addbox">+</span></a></h4>
|
2972
|
+
</div>
|
2973
|
+
|
2974
|
+
</div>
|
2975
|
+
|
2976
|
+
|
2977
|
+
|
2978
|
+
</div>
|
2979
|
+
|
2980
|
+
|
2981
|
+
<script type="text/javascript">
|
2982
|
+
firehose_exists = 1;
|
2983
|
+
$(function(){
|
2984
|
+
$('#firehose-filter').
|
2985
|
+
focus(function(event){
|
2986
|
+
gFocusedText = this;
|
2987
|
+
}).
|
2988
|
+
blur(function(event){
|
2989
|
+
if ( gFocusedText === this ) {
|
2990
|
+
gFocusedText = null;
|
2991
|
+
}
|
2992
|
+
});
|
2993
|
+
|
2994
|
+
|
2995
|
+
apply_updates_when( 'at-end', true);
|
2996
|
+
});
|
2997
|
+
|
2998
|
+
|
2999
|
+
firehose_settings.startdate = "";
|
3000
|
+
firehose_settings.mode = "mixed";
|
3001
|
+
firehose_settings.fhfilter = "";
|
3002
|
+
firehose_settings.orderdir = "DESC";
|
3003
|
+
firehose_settings.orderby = "createtime";
|
3004
|
+
firehose_settings.duration = -1;
|
3005
|
+
firehose_settings.color = "green";
|
3006
|
+
firehose_settings.view = "stories";
|
3007
|
+
firehose_settings.viewtitle = "Stories";
|
3008
|
+
firehose_settings.tab = "";
|
3009
|
+
firehose_settings.base_filter = "";
|
3010
|
+
firehose_settings.user_view_uid = "";
|
3011
|
+
firehose_settings.sectionname = "Main";
|
3012
|
+
|
3013
|
+
firehose_settings.issue = "";
|
3014
|
+
firehose_settings.section = 13;
|
3015
|
+
$('#searchquery').val(firehose_settings.fhfilter);
|
3016
|
+
|
3017
|
+
|
3018
|
+
firehose_sitename = "Slashdot";
|
3019
|
+
firehose_slogan = "News for nerds, stuff that matters";
|
3020
|
+
firehose_update_title_count();
|
3021
|
+
firehose_smallscreen = 0;
|
3022
|
+
|
3023
|
+
fh_idle_skin = 1;
|
3024
|
+
|
3025
|
+
|
3026
|
+
|
3027
|
+
|
3028
|
+
firehose_settings.index = 1;
|
3029
|
+
|
3030
|
+
|
3031
|
+
|
3032
|
+
|
3033
|
+
var firehose_action_time = 0;
|
3034
|
+
var firehose_user_class = 0;
|
3035
|
+
|
3036
|
+
|
3037
|
+
var fh_color = "green";
|
3038
|
+
fh_colors = [ "red", "orange", "yellow", "green", "blue", "indigo", "violet", "black" ];
|
3039
|
+
var fh_colors_hash = new Array(0);
|
3040
|
+
for (var i=0; i< fh_colors.length; i++) {
|
3041
|
+
fh_colors_hash[fh_colors[i]] = i;
|
3042
|
+
}
|
3043
|
+
var fh_view_mode = "mixed";
|
3044
|
+
firehose_settings.page = 0;
|
3045
|
+
|
3046
|
+
fh_is_admin = 0;
|
3047
|
+
var updateIntervalType = 2;
|
3048
|
+
var inactivity_timeout = 3600;
|
3049
|
+
setFirehoseAction();
|
3050
|
+
var update_time = "2009-12-24 04:40:38";
|
3051
|
+
|
3052
|
+
var maxtime = "2009-12-24 04:40:38";
|
3053
|
+
var insert_new_at = "top";
|
3054
|
+
firehose_play("init");
|
3055
|
+
|
3056
|
+
|
3057
|
+
fh_adTimerUrl = '/images/iframe/firehose.html';
|
3058
|
+
|
3059
|
+
|
3060
|
+
fh_ticksize = 15;
|
3061
|
+
sitename = 'idle.slashdot.org';
|
3062
|
+
|
3063
|
+
|
3064
|
+
|
3065
|
+
//coremetrics
|
3066
|
+
|
3067
|
+
</script>
|
3068
|
+
|
3069
|
+
|
3070
|
+
|
3071
|
+
|
3072
|
+
<!-- body end --></div>
|
3073
|
+
<div id="ft" >
|
3074
|
+
<div id="topfoot">
|
3075
|
+
|
3076
|
+
<div class="search">
|
3077
|
+
|
3078
|
+
<form method="get" action="//slashdot.org/search.pl">
|
3079
|
+
<fieldset>
|
3080
|
+
<legend>Search</legend>
|
3081
|
+
<input type="text" name="query" value="" size="20">
|
3082
|
+
<input type="submit" value="Search" class="button">
|
3083
|
+
</fieldset>
|
3084
|
+
</form>
|
3085
|
+
|
3086
|
+
</div>
|
3087
|
+
|
3088
|
+
<div class="rightcontent">
|
3089
|
+
|
3090
|
+
<small>If the master dies and the disciple grieves, the lives of both have
|
3091
|
+
been wasted.</small>
|
3092
|
+
|
3093
|
+
</div>
|
3094
|
+
<div id="slug-Bottom" class="slug"></div>
|
3095
|
+
</div>
|
3096
|
+
<div class="copyright">
|
3097
|
+
<p>
|
3098
|
+
All trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the Poster. The Rest © 1997-2009 <a href="http://geek.net/">Geeknet, Inc.</a>
|
3099
|
+
</p>
|
3100
|
+
</div>
|
3101
|
+
<div id="login_cover" style="display:none" onclick="hide_login_box()"></div>
|
3102
|
+
<div id="login_box" style="display:none">
|
3103
|
+
<div class="generaltitle" >
|
3104
|
+
<div class="title">
|
3105
|
+
<h3 >
|
3106
|
+
Please Log In to Continue<a href="#" onclick="hide_login_box(); return false" class="close" title="Close this box">x</a>
|
3107
|
+
|
3108
|
+
</h3>
|
3109
|
+
</div>
|
3110
|
+
</div>
|
3111
|
+
<div id="login_box_content">
|
3112
|
+
<form action="//slashdot.org/login.pl" method="post">
|
3113
|
+
<fieldset>
|
3114
|
+
<legend>Log In</legend>
|
3115
|
+
<label>
|
3116
|
+
Nickname
|
3117
|
+
</label>
|
3118
|
+
<input type="text" name="unickname" size="20" value="">
|
3119
|
+
<label>
|
3120
|
+
Password
|
3121
|
+
</label>
|
3122
|
+
<input type="hidden" name="returnto" value="//slashdot.org/">
|
3123
|
+
<input type="hidden" name="op" value="userlogin">
|
3124
|
+
<input type="password" name="upasswd" size="20">
|
3125
|
+
<label class="checkbox">
|
3126
|
+
<input type="checkbox" name="login_temp" value="yes">
|
3127
|
+
Public Terminal
|
3128
|
+
</label>
|
3129
|
+
<input type="submit" name="userlogin" value="Log in" class="button">
|
3130
|
+
</fieldset>
|
3131
|
+
</form>
|
3132
|
+
|
3133
|
+
|
3134
|
+
|
3135
|
+
<hr>
|
3136
|
+
|
3137
|
+
|
3138
|
+
<form action="//slashdot.org/login.pl" method="post">
|
3139
|
+
<fieldset>
|
3140
|
+
<input type="hidden" name="slash_returnto" value="//slashdot.org/">
|
3141
|
+
<input type="hidden" name="op" value="claim_openid">
|
3142
|
+
<input type="hidden" name="openid_login" value="1">
|
3143
|
+
<label for="openid_url" class="openid_url">
|
3144
|
+
<input type="text" name="openid_url" value="http://" size="32" maxlength="255">
|
3145
|
+
</label>
|
3146
|
+
<input type="submit" value="Log in with OpenID" class="button">
|
3147
|
+
</fieldset>
|
3148
|
+
</form>
|
3149
|
+
|
3150
|
+
|
3151
|
+
<p>
|
3152
|
+
<b>
|
3153
|
+
<a href="//slashdot.org/my/newuser">Create Account</a>
|
3154
|
+
|
|
3155
|
+
<a href="//slashdot.org/my/mailpassword">Retrieve Password</a>
|
3156
|
+
</b>
|
3157
|
+
</p>
|
3158
|
+
</div></div>
|
3159
|
+
<script type="text/javascript">logged_in = 0</script>
|
3160
|
+
<div class="nav">
|
3161
|
+
<ul>
|
3162
|
+
<li>
|
3163
|
+
<a href="//slashdot.org/">home</a>
|
3164
|
+
</li>
|
3165
|
+
<li class="submit">
|
3166
|
+
<a href="//slashdot.org/submission">submit story</a>
|
3167
|
+
</li>
|
3168
|
+
<li>
|
3169
|
+
<a href="//slashdot.org/help">help</a>
|
3170
|
+
</li>
|
3171
|
+
<li>
|
3172
|
+
<a href="http://geek.net/advertising">advertise</a>
|
3173
|
+
</li>
|
3174
|
+
<li>
|
3175
|
+
<a href="http://geek.net/terms.php">terms of service</a>
|
3176
|
+
</li>
|
3177
|
+
<li>
|
3178
|
+
<a href="http://geek.net/privacy.php">privacy</a>
|
3179
|
+
</li>
|
3180
|
+
<li class="rss">
|
3181
|
+
<a href="http://rss.slashdot.org/Slashdot/slashdot">rss</a>
|
3182
|
+
</li>
|
3183
|
+
</ul>
|
3184
|
+
</div>
|
3185
|
+
</div>
|
3186
|
+
</div>
|
3187
|
+
<a href="#topothepage" class="hidden">Jump to top of page</a>
|
3188
|
+
<div id="modal_cover" style="display:none"></div>
|
3189
|
+
<div id="modal_box" style="display:none">
|
3190
|
+
<div class="generaltitle" >
|
3191
|
+
<div class="title"><h3><span id="preference_title"></span> <a href="#" onclick="hide_modal_box(); return false">Close</a></h3></div>
|
3192
|
+
</div>
|
3193
|
+
<div id="modal_box_content"></div>
|
3194
|
+
</div>
|
3195
|
+
|
3196
|
+
|
3197
|
+
|
3198
|
+
<script type="text/javascript">
|
3199
|
+
pageTracker._trackPageview();
|
3200
|
+
(function() {
|
3201
|
+
|
3202
|
+
// coremetrics
|
3203
|
+
setSlashCMCallback( function(params){
|
3204
|
+
if( window.location.hostname.indexOf('slashdot.org') >= 0 ) {
|
3205
|
+
cmSetProduction();
|
3206
|
+
}
|
3207
|
+
var searchstring = 'SEARCH ';
|
3208
|
+
if( params.updateNum > 0 ) {
|
3209
|
+
searchstring = searchstring + 'SUCCESSFUL';
|
3210
|
+
} else
|
3211
|
+
{
|
3212
|
+
searchstring = searchstring + 'UNSUCCESSFUL';
|
3213
|
+
params.updateNum = 0;
|
3214
|
+
}
|
3215
|
+
cmCreatePageviewTag( searchstring, params.updateType.toUpperCase(), params.updateTerms, params.UpdateNum );
|
3216
|
+
});
|
3217
|
+
|
3218
|
+
var basedomain = 'slashdot.org';
|
3219
|
+
var site = basedomain.replace(/\..*/gi,'');
|
3220
|
+
var subsite = location.hostname.replace(/\..*/gi,'');
|
3221
|
+
var section = subsite;
|
3222
|
+
var t = $('title').text();
|
3223
|
+
var title = ( t.indexOf('|') >= 0 ? t.replace(/.* \| /gi,'') : 'SECTION PAGE: ' + section );
|
3224
|
+
if( window.location.hostname.indexOf('slashdot.org') >= 0 ) {
|
3225
|
+
cmSetProduction();
|
3226
|
+
}
|
3227
|
+
cmCreatePageviewTag && cmCreatePageviewTag('ARTICLE DETAIL: ' + section, null, null, null, title + '-_-' + section ) && (cmCreatePageviewTag = null);
|
3228
|
+
})();
|
3229
|
+
</script>
|
3230
|
+
<script id="after-content" type="text/javascript">
|
3231
|
+
(function( $, fn, console ){
|
3232
|
+
$ && fn && $(function(){ fn($, console); });
|
3233
|
+
})(window.jQuery, window.pageload_done, window.console);
|
3234
|
+
</script>
|
3235
|
+
</body>
|
3236
|
+
</html>
|