Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Android

NVIDIA Announces SHIELD Game Console 116

MojoKid writes: NVIDIA held an event in San Francisco last night at GDC, where the company unveiled a new Android TV streamer, game console, and supercomputer, as NVIDIA's Jen Hsun Huang calls it, all wrapped up in a single, ultra-slim device called NVIDIA SHIELD. The SHIELD console is powered by the NVIDIA Tegra X1 SoC with 3GB of RAM, 16GB of storage, Gig-E and 802.11ac 2x2 MIMO WiFi. It's also 4K Ultra-HD Ready with 4K playback and capture up to 60 fps (VP9, H265, H264) with encode/decode with full hardware processing. The company claims the console provides twice the performance of an Xbox 360. NVIDIA demo'ed the device with Android TV, streaming music and HD movies and browsing social media. The device can stream games from a GeForce powered PC to your television or from NVIDIA's GRID cloud gaming service, just like previous NVIDIA SHIELD devices. Native Android games will also run on the SHIELD console. NVIDIA's plan is to offer a wide array of native Android titles in the SHIELD store, as well as leverage the company's relationships with game developers to bring top titles to GRID. The device was shown playing Gearbox's Borderlands The Pre-Sequel, Doom 3 BFG Edition, Metal Gear Solid V, the Unreal Engine 4 Infiltrator demo and yes, even Crysis 3.
Mars

Mars Curiosity Rover Experiences Short Circuit, Will Be Stationary For Days 33

hypnosec writes: NASA says its Mars Curiosity rover has experienced a transient short circuit. The team has halted all work from the rover temporarily while engineers analyze the situation. Telemetry data received from Curiosity indicated the short circuit, after which the vehicle followed its programmed response, stopping the arm activity underway whenthe irregularity in the electric current happened. Curiosity will stay parked as its engineers analyze the situation and figure out if any damage has been done. NASA says a transient short circuit would have little effect on the rover's operations in some systems, but it could force the team to restrict use of whatever mechanism caused the problem.
Privacy

Schneier: Either Everyone Is Cyber-secure Or No One Is 130

Presto Vivace sends a new essay from Bruce Schneier called "The Democratization of Cyberattack." Quoting: When I was working with the Guardian on the Snowden documents, the one top-secret program the NSA desperately did not want us to expose was QUANTUM. This is the NSA's program for what is called packet injection--basically, a technology that allows the agency to hack into computers.Turns out, though, that the NSA was not alone in its use of this technology. The Chinese government uses packet injection to attack computers. The cyberweapons manufacturer Hacking Team sells packet injection technology to any government willing to pay for it. Criminals use it. And there are hacker tools that give the capability to individuals as well. ... We can't choose a world where the U.S. gets to spy but China doesn't, or even a world where governments get to spy and criminals don't. We need to choose, as a matter of policy, communications systems that are secure for all users, or ones that are vulnerable to all attackers. It's security or surveillance.
Power

The US's First Offshore Wind Farm Will Cut Local Power Prices By 40% 267

merbs writes: The U.S. is finally getting its first offshore wind farm. Deepwater Wind has announced that its Block Island project has been fully financed, passed the permitting process, and will begin putting "steel in water" this summer. For local residents, that means a 40% drop in electricity rates. The company has secured $290 million in financing, with funding from the likes of Key Bank and France's Société Générale, in part on the strength of its long-term power purchase agreement with US utility National Grid. Block Island has thus surpassed the much-publicized Cape Wind project, long touted as "the nation's first offshore wind farm," but that has been stalled out for over a decade in Massachusetts, held up by a tangle of clean power foes, regulatory and financing woes, and Cape Cod homeowners afraid it'd ruin the view.

Comment Re:Easier to Analyze or Change == More Maintainabl (Score 2) 247

So I have a method that brute forces something, then I go back and figure out how to do it with a better big 0, and the functionality doesn't change, but that still isn't refactoring, because ... ?

Because it violates the standard definition of "refactoring".

Refactoring is about changing the structure of the code, and not the algorithms used within the code. The goal is typically to reduce coupling, increase cohesion, and (frequently) to improve testability.

Replacing an algorithm with a better algorithm isn't "refactoring", it's "rewriting".

Taking your giant brute-force method and breaking it into smaller parts in a cohesive unit (source file, class, package, etc.) with lowered coupling (perhaps by genericizing previously tightly-coupled bits), in such a way that the individual units have a smaller testing surface -- but is otherwise the same algorithm -- then you've refactored the code, by definition.

Yaz

Programming

GitLab Acquires Gitorious 48

New submitter sckirklan writes with news that code repository GitLab has purchased rival service Gitorious. Gitorious users are now able to import their projects into GitLab. They must do so by the end of May, because Gitorious will shut down on June 1st. Rolf Bjaanes, Gitorious CEO, gives some background on the reasons for the acquisition: “At Gitorious we saw more and more organizations adopting GitLab. Due to decreased income from on-premises customers, running the free Gitorious.org was no longer sustainable. GitLab was solving the same problem that we were, but was solving it better.” “This acquisition will accelerate the growth of GitLab. With more than 100,000 organizations using it, it is already the most used on-premise solution for Git repository management, and bringing Gitorious into the fold will significantly increase that footprint.” says Sytse Sijbrandij, GitLab CEO.
AMD

AMD Enters Virtual Reality Fray With LiquidVR SDK At GDC 23

MojoKid writes: AMD jumped into the virtual reality arena today by announcing that its new LiquidVR SDK will help developers customize VR content for AMD hardware. "The upcoming LiquidVR SDK makes a number of technologies available which help address obstacles in content, comfort and compatibility that together take the industry a major step closer to true, life-like presence across all VR games, applications, and experiences," AMD representatives said in a statement. Oculus is one of the VR companies that will be working with AMD's LiquidVR SDK, and likes what it's seen so far. "Achieving presence in a virtual world continues to be one of the most important elements to delivering amazing VR," said Brendan Iribe, CEO of Oculus. "We're excited to have AMD working with us on their part of the latency equation, introducing support for new features like asynchronous timewarp and late latching, and compatibility improvements that ensure that Oculus' users have a great experience on AMD hardware."
Communications

Deutsche Telecom Calls For Google and Facebook To Be Regulated Like Telcos 106

An anonymous reader writes Tim Hoettges, the CEO of the world's third-largest telecoms company, has called for Google and Facebook to be regulated in the same way that telcos are, declaring that "There is a convergence between over-the-top web companies and classic telcos" and "We need one level regulatory environment for us all." The Deutsche Telekom chief was speaking at Monday's Mobile World Congress, and further argued for a loosening of the current regulations which telcos operate under, in order to provide the infrastructure development that governments and policy bodies are asking of them. Hoettges' imprecation comes in the light of news about the latest Google Dance — an annual change in ranking criteria which boosts some businesses and ruins others. The case for and against regulating Google-level internet entities comes down to one question: who do you trust to 'not be evil'?

Submission + - Either everyone is cyber-secure or no one is

Presto Vivace writes: Bruce Schneier on The Democratization of Cyberattack

When I was working with the Guardian on the Snowden documents, the one top-secret program the NSA desperately did not want us to expose was QUANTUM. This is the NSA's program for what is called packet injection--basically, a technology that allows the agency to hack into computers.

Turns out, though, that the NSA was not alone in its use of this technology. The Chinese government uses packet injection to attack computers. The cyberweapons manufacturer Hacking Team sells packet injection technology to any government willing to pay for it. Criminals use it. And there are hacker tools that give the capability to individuals as well.

All of these existed before I wrote about QUANTUM. By using its knowledge to attack others rather than to build up the internet's defenses, the NSA has worked to ensure that anyone can use packet injection to hack into computers.

Movies

Gritty 'Power Rangers' Short Is Not Fair Use 255

Bennett Haselton writes: Vimeo and Youtube are pressured to remove a dark, fan-made "Power Rangers" short film; Vimeo capitulated, while Youtube has so far left it up. I'm generally against the overreach of copyright law, but in this case, how could anyone argue the short film doesn't violate the rights of the franchise creator? And should Vimeo and Youtube clarify their policies on the unauthorized use of copyrighted characters? Read on for the rest.

Submission + - Snowden Reportedly in Talks to Return to YS to Face Trial 1

HughPickens.com writes: The Globe and Mail reports that Edward Snowden's Russian lawyer Anatoly Kucherena says the fugitive former US spy agency contractor who leaked details of the government’s mass surveillance programs was working with American and German lawyers to return home. “I won’t keep it secret that he wants to return back home. And we are doing everything possible now to solve this issue. There is a group of U.S. lawyers, there is also a group of German lawyers and I’m dealing with it on the Russian side.” Kucherena added that Snowden is ready to return to the States, but on the condition that he is given a guarantee of a legal and impartial trial. The lawyer said Snowden had so far only received a guarantee from the US Attorney General that he will not face the death penalty. Kucherena says that Snowden is able to travel outside Russia since he has a three-year Russian residency permit, but "I suspect that as soon as he leaves Russia, he will be taken to the US embassy."

Submission + - Calling all Samba Users: 2015 User Survey (samba.org)

An anonymous reader writes: What Samba features do you care about most? Do you have problems or
ideas to tell the Samba Team? Which parts of the documentation are
most important to you?

The Samba Team invites all users to participate in the Samba Survey at

https://www.surveygizmo.com/s3...

The survey takes only 5-10 minutes to complete and runs until the end
of March. We don't of course ask for any personal information, and the
results will be shared with the community in a presentation at the
SambaXP conference in May (www.sambaxp.org — come and join us there!)

This survey will help us improve Samba and its documentation by better
understanding your needs and listening to your suggestions. If you are
a Samba user, no matter how you use Samba from just experimenting
through to production deployment, we are really keen to get your
feedback. And please do encourage other Samba users to fill it in as well.

Thanks in advance to all survey participants.

Submission + - $415M Silicon Valley Salary-Fixing Conspiracy Settlement Heads For Approval (itworld.com)

jfruh writes: A lawsuit last year argued that the biggest players in Silicon Valley, including Google, Apple, Intel, Adobe, Intuit, Lucasfilm, and Pixar had engaged in a conspiracy to fix and suppress employee salaries; an initial settlement in the suit at over $300 million was deemed by a judge to be too low. Now a $415 million settlement is headed for approval.
Wireless Networking

Flaw In GoPro Update Mechanism Reveals Users' Wi-Fi Passwords 35

An anonymous reader writes A vulnerability in the update mechanism for the wireless networks operated by GoPro cameras has allowed a security researcher to easily harvest over a 1,000 login credentials (including his own). The popular rugged, wearable cameras can be controlled via an app, but in order to do so the user has to connect to the camera's Wi-Fi network. Israel-based infosec expert Ilya Chernyakov discovered the flaw when he had to access the network of a friend's camera, but the friend forgot the login credentials.

Submission + - Mississipppi Attorney General Conspires With MPAA To Revive SOPA (itworld.com)

jfruh writes: Mississippi Attorney General Jim Hood filed a subpoena last October seeking information about Google’s search and advertising practices in areas related to banned substances, human trafficking and copyrighted material. But a Federal judge has now quashed that investigation — and information from last fall's Sony leak made seemed to indicate that Hood had agreed to work with the MPAA to launch it in the first place, as part of a move to revive the reviled SOPA legislation through other means.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...