News

LHC Shut Down Again — By Baguette-Dropping Bird 478

Philip K Dickhead writes "Is Douglas Adams scripting the saga of sorrows facing the LHC? These time-traveling Higgs-Boson particles certainly exhibit the sign of his absurd sense of humor! Perhaps it is the Universe itself, conspiring against the revelations intimated by the operation of CERN's Large Hadron Collider? This time, it is not falling cranes, cracked magnets, liquid helium leaks or even links to Al Qaeda, that have halted man's efforts to understand the meaning of life, the universe and everything. It now appears that the collider is hindered from an initial firing by a baguette, dropped by a passing bird: 'The bird dropped some bread on a section of outdoor machinery, eventually leading to significant overheating in parts of the accelerator. The LHC was not operational at the time of the incident, but the spike produced so much heat that had the beam been on, automatic failsafes would have shut down the machine.'"
Google

Dashboard Reveals What Google Knows About You 260

CWmike writes "Ever wonder exactly what Google knows about you? Google took a step today to answer that question with the unveiling of Google Dashboard, which is designed to let users see and control the copious amounts of data that Google has stored in its servers about them. 'Over the past 11 years, Google has focused on building innovative products for our users. Today, with hundreds of millions of people using those products around the world, we are very aware of the trust that you have placed in us, and our responsibility to protect your privacy and data,' Google said in a blog post today. 'In an effort to provide you with greater transparency and control over their own data, we've built the Google Dashboard.' Dashboard is set up so that users can control the personal settings in each Google product that they use. Google said the tool supports more than 20 products, including Gmail, Calendar, Docs, Web History, YouTube, Picasa, Talk, Reader, Alerts and Google Latitude. Consumer Watchdog said in a statement today that it applauds Google for giving users a single place to go to manage their data. But at the same tine, the group also came down hard on Google, contending that it needs to give users a vehicle for stopping the company from collecting any personal data."
GUI

Ubiquiti Announces RouterStation Challenge Winners 87

Riskable writes "Remember that $200,000 Contest For a Better Open-WRT Wireless Router GUI? Today Ubiquiti posted the winning entries to their support wiki. The grand prize was a tie between PyCI (written by yours truly) and NETSHe with OpenNET as the runner up. Source code and firmware images for each entry are available for download on their respective wiki pages. I'll be setting up a project page for PyCI (and l2sh) soon to make it a participatory open source product. Even if you don't have a RouterStation, or don't care about OpenWRT, there are numerous Python modules and tools inside of PyCI that could prove useful to other open source projects (e.g. iptables.py can read/interpret over 400 permutations of the iptables command). I'll also be checking the comments if anyone has any questions for me about PyCI or the contest in general. BTW: I'd like to thank all the commenters in the original article that insinuated that the technical requirements were impossible and/or that making a GUI to configure such complex things is a waste of time. I read every one and I wouldn't have made it such an obsession otherwise!"
Google

Google Releases Open Source JavaScript Tools 158

Dan Jones writes "Google has open sourced several of its key JavaScript application development tools, hoping that they will prove useful for external programmers to build faster Web applications. According to Google, by enabling and allowing developers to use the same tools that Google uses, they can not only build rich applications but also make the Web really fast. The Closure JavaScript compiler and library are used as the standard Javascript library for pretty much any large, public Web application that Google is serving today, including some of its most popular Web applications, including Gmail, Google Docs and Google Maps. Google has also released Closure Templates which are designed to automate the dynamic creation of HTML. The announcement comes a few months after Google released and open sourced the NX server."
Music

Going Head To Head With Genius On Playlists 174

brownerthanu writes "Engineers at the University of California, San Diego are developing a system to include an ignored sector of music, dubbed the 'long tail,' in music recommendations. It's well known that radio suffers from a popularity bias, where the most popular songs receive an inordinate amount of exposure. In Apple's music recommender system, iTunes' Genius, this bias is magnified. An underground artist will never be recommended in a playlist due to insufficient data. It's an artifact of the popular collaborative filtering recommender algorithm, which Genius is based on. In order to establish a more holistic model of the music world, Luke Barrington and researchers at the Computer Audition Laboratory have created a machine learning system which classifies songs in an automated, Pandora-like, fashion. Instead of using humans to explicitly categorize individual songs, they capture the wisdom of the crowds via a Facebook game, Herd It, and use the data to train statistical models. The machine can then 'listen to,' describe and recommend any song, popular or not. As more people play the game, the machines get smarter. Their experiments show that automatic recommendations work at least as well as Genius for recommending undiscovered music."
OS X

Apple Not Disabling OS X Atom Support After All 275

bonch writes "Contrary to previous reports, Atom chip support is working fine in the latest 10C535 build of OS X 10.6.2. Apple's EULA still states that OS X is licensed to run only on Apple hardware, but it looks like OSX86 hackers can breathe easy ... for now."
Communications

Home Phone System That Syncs To Computer? 405

An anonymous reader writes 'In comparison to the advanced technology in today's smart phones, the standard home phone is painfully backwards. My current setup is a Panasonic system that has 4 cordless phones over one base station. Setting the time on one phone changes the time on all the phones; however, this is not the case for the phone book. Each entry must be manually copied (pushed) to each handset. Is this as far as home phone technology has come? What I would like is a phone system that I could sync to my computer so I could update the phone book over all the units (if not sync with Address Book or Outlook), keep a log of caller IDs, or even forward me new voicemail notifications. Does anyone know if such a system exists?'
Moon

NASA May Drop Ares I-Y Test Flight 203

Matt_dk writes "Just one week after the first test launch of the Ares I-X rocket, NASA says it may decide to cancel a follow-up launch called Ares 1-Y, which wasn't scheduled until 2014. Reportedly, program managers recommended dropping the flight because, currently, there isn't funding to get an upper stage engine ready in time. Depending on whether the Obama administration decides to continue the Ares I program, this decision may be moot. Earlier this week Sen. Bill Nelson said Obama may make a decision on NASA's future path, based on the report by the Augustine Commission, by the end of November."
Security

Shockwave Vulnerabilities Affect More Than 450 Million Systems 130

Trinity writes "Researchers from VUPEN have discovered critical vulnerabilities in Adobe Shockwave, a technology installed on over 450 million Internet-enabled desktops. The vulnerabilities could allow remote code execution by tricking a user into visiting a web page using Internet Explorer or even Mozilla Firefox. Version 11.5.1.601 as well as earlier ones are affected. The vendor recommends upgrading to version 11.5.1.602." Especially sobering when you consider Adobe's current push to be essentially required as an intermediary player for anyone who wants to see certain government data.
Software

Ryan Gordon Ends FatELF Universal Binary Effort 549

recoiledsnake writes "A few years after the Con Kolivas fiasco, the FatELF project to implement the 'universal binaries' feature for Linux that allows a single binary file to run on multiple hardware platforms has been grounded. Ryan C. Gordon, who has ported a number of popular games and game servers to Linux, has this to say: 'It looks like the Linux kernel maintainers are frowning on the FatELF patches. Some got the idea and disagreed, some didn't seem to hear what I was saying, and some showed up just to be rude.' The launch of the project was recently discussed here. The FatELF project page and FAQ are still up."
Transportation

Computer Failure Causes Gridlock In MD County 483

Uncle Rummy writes "A central traffic control computer in Montgomery County, Maryland failed early Wednesday morning, leading to widespread gridlock across the entire county. The computer, which dates to the 1970s, is the single point of unified control for all traffic signals in the county, which comprises a number of major Washington DC-area suburban communities. When the system failed, it caused all signals to default to stand-alone operation, rather than the highly-tuned synchronization that usually serves to facilitate traffic flow during rush hours. The resulting chaos is a yet another stark reminder of how much modern civilization relies on behind-the-scenes automation to deliver and control basic services and infrastructure. The system remains down Thursday, with no ETA in sight."
The Internet

EU Telecom Deal Finished — No Three Strikes 109

a_n_d_e_r_s writes "The battle was hard, but the final text of the agreement ensures that people in the EU are not disconnected from the Internet without a chance to get a fair and impartial hearing beforehand. The important part is: 'Accordingly, these measures may only be taken with due respect for the principle of presumption of innocence and the right to privacy. A prior fair and impartial procedure shall be guaranteed, including the right to be heard of the person or persons concerned, subject to the need for appropriate conditions and procedural arrangements in duly substantiated cases of urgency in conformity with European Convention for the Protection of Human Rights and Fundamental Freedoms. The right to an effective and timely judicial review shall be guaranteed.' This means that if someone is accused of copyright infringement, they can't just be disconnected from Internet. It lets the accused get a chance to disagree and take it to court first. The urgency clause means that a computer can be disconnected if it is part of an ongoing DDoS attack. Next, this has to be implemented into the EU nations' own laws, so the final ruling on how this will be implemented is not out yet. But, overall, it looks like a great success in stopping informal three-strikes disconnections."
Bug

Facebook and MySpace Backdoors Found, Fixed 106

jamie writes with news of a Facebook app developer who found a significant security hole while he was trying to get around function limitations for his application. Quoting: "Luckily — just with browser AJAX requests — a flash application hosted on domain X is unable to open a file on domain Y. If this would be possible, domain X [would be] able to access content on domain Y, and when the user is logged in on domain Y retrieve and post back any personal data. In certain cases this could limit a Flash application's capabilities. ... To resolve such issues, Adobe (Flash's developers) introduced a 'crossdomain.xml' file which could allow certain domains to access another domain, leading to cross-domain access by certain or all domains. While indeed Facebook locked the front door from any non-Facebook domain access via Flash, a simple subdomain change allowed any flash application (domain="*") to access its domain data." He found a similar problem in MySpace's crossdomain.xml. Both sites were notified, and they have implemented fixes.
Games

Epic Releases Free Version of Unreal Engine 217

anomnomnomymous writes "Just a week after Unity announced its engine is now available for free to indie users, Epic Games has revealed a free version of its popular Unreal Engine technology. Called the Unreal Development Kit (UDK), it is a free edition of UE3 that allows community, modder and indie users more access to the engine's features and is available for all. Epic said game developers, students, hobbyists, researchers, creators of 3D visualizations and simulations plus digital filmmakers can all take advantage of the UDK for non-commercial use. The UDK site also offers detailed product features, technical documentation, commercial licensing terms and support resources."
Space

LaserMotive Finds Success In Space Elevator Competition 258

Bucc5062 writes "LaserMotive has achieved the first step towards the creation of a working space elevator by qualifying for the $900,000 prize in a contest sponsored by NASA. To achieve this first level, LaserMotive needed to propel a platform up a cable dangling from a helicopter at over 2 m/s. They hit a top speed of 4.13 m/s. The next level of qualification will be to achieve a climb speed greater then 5 m/s. LaserMotive beamed roughly 400 watts of laser power to a moving target at a distance of 1 kilometer, as part of the vertical laser alignment procedure. The target was a retro-reflective board a little larger than 1 meter on a side. The contest will continue for another two days with at least two other teams challenging for the prize. To win the Power Beaming competition, the LaserMotive system uses a high-power laser array to shine ultra-intense infrared light onto high-efficiency solar cells, converting the light into electric power which then drives a motor. 'Our system will track the vehicle as it climbs, compensating for motion due to wind and other changes. Building on our experience from last year’s competition, we are designing an improved system able to capture the full $2,000,000 prize.'"

Slashdot Top Deals