Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Submission + - PostgreSQL getting parallel query 1

iamvego writes: A major feature PostgreSQL users have requested for some time now is to have the query planner "parallelize" a query. Now, thanks to Robert Haas and Amit Kapila, this has now materialized in the 9.6 branch. Robert Haas writes in his blog entry that so far it only supports splitting up a sequential scan between multiple workers, but should hopefully be extended to work with multiple partitions before the final release, and much more beside in future releases.
Displays

Valve To Reveal Virtual Reality Dev Kit Next Week At GDC 48

An anonymous reader writes Gaming giant Valve has been researching augmented and virtual reality for some time. Early on, the company worked closely with Oculus, sharing research findings and even adding support for TF2 to Oculus' first VR headset, the DK1, back in 2013. After demonstrating their own prototype VR headset at Steam Dev Days in early 2014, and then a modified version later in the year, Valve is now ready to take the wraps off a 'previously unannounced ... SteamVR Dev Kit,' which will make its debut at GDC next week. SteamVR is the name of the software adaptation of Steam's 'Big Picture' mode that the company revealed early last year, allowing players to browse their Steam library and play supported games all in virtual reality.
Censorship

RadioTimes.com Accidentally Included In UK Antipiracy Blocking 43

Techmeology writes "Legitimate TV schedule website RadioTimes.com was briefly blocked by ISPs Be Broadband and Virgin Media as a result of the site's shared IP address. This comes days after it was discovered that Sky's system is vulnerable to DNS attacks that lead to TorrentFreak being blocked accidentally."
Google

Google Drive Goes Live 323

lemmen writes "As widely expected, Google Drive has launched officially today. Google Drive is free for the first 5GB, while you can get an upgrade to 25GB for $2.50 a month. They say the service is available for PCs, Macs, Android devices, and soon iOS devices. According to Mercury News, '... the success of Drive will ride largely on whether Google can differentiate its offering from already established fast-growing cloud storage startups that were in the market first, such as Dropbox and Box, as well as Microsoft's SkyDrive service and big consumer media competitors like Apple's iCloud and Amazon's Cloud Drive. ... Existing Google Docs files, the centerpiece of Google's existing cloud storage offering, will move to the Google Drive service once users download apps and install the new service."

Comment Re:Kubuntu (Score 1) 244

yes you can install other things but they don't work well. they are crippled compared to what they were like in natty.

im shopping around for something else.

and typing one-handed hence the lack of capitals

Transportation

Man Builds Turbine Powered Batmobile 77

hasanabbas1987 writes "Casey Putsch, the famous car restorer, puts a new meaning to the word 'Fanboy' as he builds a Batmobile and powers it with a Boeing turboshaft engine taken from a drone helicopter. According to Casey this is the only one of its kind and even Bruce Wayne would've been proud of his work. Internal mods include an iPad in the dashboard which serves as an avionics system and GPS coordinates."
Operating Systems

Ubuntu 10.04 Alpha 2 vs. Early Fedora 13 Benchmarks 157

Given that early benchmarks of the Lucid Lynx were less than encouraging, Phoronix decided to take the latest alpha out for a spin and has set it side-by-side with an early look at Fedora 13. "Overall, there are both positive and negative performance changes for Ubuntu 10.04 LTS Alpha 2 in relation to Ubuntu 9.10. Most of the negative regressions are attributed to the EXT4 file-system losing some of its performance charm. With using a pre-alpha snapshot of Fedora 13 and the benchmark results just being provided for reference purposes, we will hold off on looking into greater detail at this next Red Hat Linux update until it matures."
Emulation (Games)

Nintendo Upset Over Nokia Game Emulation Video 189

An anonymous reader writes "Nintendo is investigating potential copyright infringement by Nokia during some video demos of their N900 phone, which can be seen emulating Nintendo games. Nintendo spokesman Robert Saunders says: 'We take rigorous steps to protect our IP and our legal team will examine this to determine if any infringement has taken place.' In the video, Nokia says, 'Most publishers allow individual title usage, provided that the user is in possession of the original title.'"

Comment What perl needs (Score 1) 235

For me anyways:

1: Better multi-threading support

I have written a huge estimation application (web-based). The calculations are something like O(n^n) or worse... point is, processors aren't getting faster. We are however getting a lot more cores. The algorithm parallelizes very well, but perl does not do efficient multi-threading. So I will have to re-write the estimation engine in something else.

2: Compilability

For the companies that want to keep their code proprietary... there are projects that pretend this, but they just append the code to the interpreted. Trivially reversable.

Comment Re:DNSBL for comment spammers? (Score 1) 152

I havn't come across any centralized resource for this, but I was thinking of building one. Wanna help? I was thinking a simple page for people to submit new ip's to, and the ability to dl the list. So you could setup a cron job to update your list every night. What do you think? I'm willing to host.

Slashdot Top Deals

The world is moving so fast these days that the man who says it can't be done is generally interrupted by someone doing it. -- E. Hubbard

Working...