Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Submission + - BASE jumper dies in 1,000 foot Grand Canyon fall (azdailysun.com)

Flash Modin writes: A Norwegian BASE jumper plummeted to his death Tuesday afternoon after a 1,000-foot fall near the confluence with Grand Canyon National Park. Authorities say the victim was 37-year-old Eiliv Ruud, a highly-experienced wingsuit BASE jumper and alpine climber. Two other BASE jumpers, a Norwegian man and woman, watched Ruud leap off the cliff and fall about halfway into the gorge, officials said. About 500 feet from canyon bottom, the pair said they saw a gust of wind catch Ruud and slam him into the cliff face. His main parachute didn't deploy afterward and he spiraled to his death. Ruud is often featured in pro BASE jumping videos wearing a wingsuit as he skims above rivers, treetops and cliff faces. While hundreds jump illegally in Yosemite each year, the park service has banned the practice and the Grand Canyon typically doesn't have to deal with BASE jumpers.

Submission + - Dotcom drags NZ spook agency into court (stuff.co.nz)

d18c7db writes: Internet tycoon Kim Dotcom has won another court victory, today given the right to drag the secretive GCSB into the spotlight of a courtroom. Forcing the GCSB to be tied to the court action opens it up to court ordered ''discovery'' — meaning Dotcom's lawyers can go fishing for documents as they continue to fight extradition to the US to face copyright charges. But the GCSB claimed any disclosure of what [was] intercepted would prejudice New Zealand's national security interests "as it will tend to reveal intelligence gathering and sharing methods". Dotcom and his fellow Mega Upload accused asked Chief High Court Judge Helen Winkelmann for the right to have the GCSB become part of the proceedings, amend their statement of claim, and for additional discovery.
In a judgment issued today she gave that permission.

Programming

Auto-threading Compiler Could Restore Moore's Law Gains 404

New submitter Nemo the Magnificent writes "Develop in the Cloud has news about what might be a breakthrough out of Microsoft Research. A team there wrote a paper (PDF), now accepted for publication at OOPSLA, that describes how to teach a compiler to auto-thread a program that was written single-threaded in a conventional language like C#. This is the holy grail to take advantage of multiple cores — to get Moore's Law improvements back on track, after they essentially ran aground in the last decade. (Functional programming, the other great hope, just isn't happening.) About 2004 was when Intel et al. ran into a wall and started packing multiple cores into chips instead of cranking the clock speed. The Microsoft team modified a C# compiler to use the new technique, and claim a 'large project at Microsoft' have written 'several million lines of code' testing out the resulting 'safe parallelism.'" The paper is a good read if you're into compilers and functional programming. The key to operation is adding permissions to reference types allowing you to declare normal references, read-only references to mutable objects, references to globally immutable objects, and references to isolated clusters of objects. With that information, the compiler is able to prove that chunks of code can safely be run in parallel. Unlike many other approaches, it doesn't require that your program be purely functional either.
Books

How Does a Single Line of BASIC Make an Intricate Maze? 438

JameskPratt writes "This Slate article talks about a single line of code — 10 PRINT CHR$ (205.5 + RND (1)); : GOTO 10 — and how it manages to create a complicated maze without the use of a loop, variables and without very complicated syntax." Now that amazing snippet of code is the basis of a book, and the book is freely downloadable.
Education

Indian School Textbook Says Meat-Eaters Lie and Commit Sex Crimes 409

another random user writes with bad news from the BBC for anybody who enjoys a hamburger now and again: "Meat-eaters 'easily cheat, lie, forget promises and commit sex crimes,' according to a controversial school textbook available in India. New Healthway, a book on hygiene and health aimed at 11 and 12 year-olds, is printed by one of India's leading publishers. 'This is poisonous for children,' Janaki Rajan of the Faculty of Education at Jamia Millia University in Delhi told the BBC. 'The government has the power to take action, but they are washing their hands of it,' she said. 'The strongest argument that meat is not essential food is the fact that the Creator of this Universe did not include meat in the original diet for Adam and Eve. He gave them fruits, nuts and vegetables,' reads a chapter entitled Do We Need Flesh Food? The chapter details the 'benefits' of a vegetarian diet and goes on to list 'some of the characteristics' found among non-vegetarians. 'They easily cheat, tell lies, forget promises, they are dishonest and tell bad words, steal, fight and turn to violence and commit sex crimes,' it says."
Android

CyanogenMod Domain Hijacked 143

An anonymous reader writes "The team behind CyanogenMod, one of the most popular community-driven, Android-based operating systems for phones and tablets, has announced that they're moving to Cyanogenmod.org after their .com domain was held ransom by a community member. He had been in control of the .com domain name for some time, but the team found out he was impersonating Cyanogen to make deals with community sites. When they removed his access to other parts of the CM infrastructure, he demanded $10,000 to relinquish control of the domain and threatened to change the DNS entries. When they refused to pay, he went through with it. The team is now disputing control of the domain with ICANN. They said, 'We will continue to be open about the what, when, how, but unfortunately, we may never know the "why" – though greed comes to mind. The team itself has not made a profit off of CM and that is not our goal. But to have one of our own betray the community like this is beyond our comprehension.'"
Operating Systems

Ask Slashdot: Best 32-Bit Windows System In 2012? 313

First time accepted submitter justthinkit writes "I have a number of applications that will not run on 64-bit Windows, but I would like to gain the benefits (most better caching) of having more than 4GB of RAM. Am I stuck with these Windows operating systems? And why is Windows Server 2008 Datacenter and Enterprise not included on that page? Should I go with a Linux or Win 7/8 system, and run a VM of Windows XP? Is this a solved problem or a lost cause?"
Hardware

Submission + - NVIDIA, fuck you! - worked (steamforlinux.com)

lagi writes: It looks like cursing NVIDIA worked out, for Linus. the R310 release features 'double the performance and dramatically reduce game loading times for those gaming on the Linux operating system.' this was tested on Intel Core i7-3930K CPU @ 3.20GHz with 8 GB memory, GeForce GTX 680 and Ubuntu 12.04 32-bit. ya sometimes it needs some cursing to get things done.

Slashdot Top Deals

The moon is made of green cheese. -- John Heywood

Working...