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

 



Forgot your password?
typodupeerror
×
Programming

Stroustrup Says New C++ Standard Delayed Until 2010 Or Later 501

wandazulu writes "At the end of an article written by the creator of C++, where he talks about removing a feature from the new C++ standard, he drops a bombshell: The new C++ standard (typically referred to as C++0x) has been delayed until 2010 or later. What does this mean? No new C++ features like threads, proper enum classes, or hash tables. C++0x is dead, long live C++1x!"
Music

Music Game Genre On the Decline 225

After enjoying several years of popularity, music games seem to be drawing less and less interest from gamers lately. Guitar Hero and Rock Band titles have been conspicuously absent from a list of the 20 best-selling software titles in the past two months, and one report estimates that revenue from those games has dropped by almost half. Analyst Jesse Divnich suggests that there's no longer much room for dramatic improvements in game play, saying, "it would be erroneous to assume that any franchise or brand can grow unless it brings something new to the table. After a while, utility to the gamer will diminish and he/she will surely move on." Nevertheless, the companies are happy to continue to rely on DLC sales while working on new releases. Harmonix is showing off a trailer and a partial set list for The Beatles: Rock Band, and Neversoft has detailed a number of new features and tracks for Guitar Hero 5.
Image

Japanese Researchers Create Skiing Robot Screenshot-sm 52

An anonymous reader writes "In a bid to better understand the art of an effective ski turn researchers have recently built a robot to simulate the exact movements of a skier. The team of researchers from Kanazawa University in Japan built the ski robot to investigate the existing movements of skier's turns and see if there is any room for improvement on current techniques."
Earth

Alaskan Blob Is an Algae Bloom 130

Bryan Gividen writes "Time.com is running a story on the previously unidentified blob floating off of the coast of Alaska. The article states that the blob is an algae bloom — far less sinister (or exciting) than any The Thing or The Blob comparison that was jokingly made. From the article: '"It's sort of like a swimming pool that hasn't been cleaned in a while." The blob, Konar said, is a microalgae made up of 'billions and billions of individuals.'"
Software

VLC 1.0.0 Released 419

rift321 writes "VLC media player, which we all know for simplifying the playback of pretty much any codec out there, has finally released version 1.0.0. Here's a quick list of improvements: live recording, instant pausing and frame-by-frame support, finer speed controls, new HD codecs (AES3, Dolby Digital Plus, TrueHD, Blu-Ray Linear PCM, Real Video 3.0 and 4.0), new formats (Raw Dirac, M2TS) and major improvements in many formats, new Dirac encoder and MP3 fixed-point encoder, video scaling in fullscreen, RTSP Trickplay support, zipped file playback, customizable toolbars, easier encoding GUI in Qt interface, better integration in Gtk environments, MTP devices on Linux, and AirTunes streaming."

Comment Re:I wonder... (Score 1) 212

Yeah, Vista-32 on my laptop with 4GB RAM shows 3.5GB RAM installed. I have an 8600M with a 256 MB framebuffer so all PCIE devices including it fit in that 0.5GB. I use Linux-32 as my primary desktop though, which I think uses HIGHMEM to access memory above 896MB (more knowledgeable kernel hackers correct me if I'm wrong), which isn't too efficient. One of these days I'll install a 64-bit OS, I keep telling myself.

Comment Re:I wonder... (Score 2, Informative) 212

No, Windows can only access 3.5GB of system memory, the remaining 0.5GB will be mapped above 4GB in the physical address space. When you have lots of PCI devices in the system, they take up some space in the physical address space. So if your PCI(E) devices take up 1GB of space, the BIOS will fit less of that 4GB of RAM into the 4GB physcial address space. Your PCI devices would would already be allocating BARs like I said earlier. Like AC said, you can enable PAE to reclaim some of that lost space. I know there is a flag in XP (Run:msconfig, Advanced:) to enable PAE, but I don't know if that has any effect.

Sony

Sony Pictures CEO Thinks the Net Wasn't Worth It 562

rossturk writes "Michael Lynton, CEO of Sony Pictures Entertainment, said, 'I'm a guy who doesn't see anything good having come from the Internet, period.' Why? Because people 'feel entitled' to have what they want when they want it, and if they can't get it for free, 'they'll steal it.' It's become customary to expect a somewhat limited perspective on things from old-world entertainment companies, but his inability to acknowledge that the Internet has changed everything makes me think he's a very confused man. Is this when we all give up hope that companies like Sony Pictures can adapt? Will we look back on this as one of the defining moments when the industrialized entertainment industry lost touch for good?"

Comment Summary of the exploit (Score 1) 242

For those who've no time or inclination to read the article:

1) The attacker should first modify system MTRR
register(s) in order to mark the region of system
memory where the SMRAM is located as
cacheable with type Write-Back (WB).

2) Attacker now generates write accesses to
physical addresses corresponding to locations
where the SMRAM is located.

3) Finally attacker needs to trigger an SMI, which
will transfer execution to the SMM code. The CPU
  will start executing the SMM code, but will be
fetching the instructions from the cache first.

Announcements

Shuttleworth Announces Karmic Koala 305

An anonymous reader writes to mention that Mark Shuttleworth has announced the next release in the horribly alliterative Ubuntu family, "Karmic Koala." The new version hopes to include a newer, shinier, faster startup, better small screen support, a spruced-up desktop look (no more brown), and many minor tweaks and updates. "A newborn Koala spends about six months in the family before it heads off into the wild alone. Sounds about perfect for an Ubuntu release plan! I'm looking forward to seeing many of you in Barcelona, and before that, at a Jaunty release party. Till then, cheers."

Comment Re:nVidia is doomed. (Score 1) 115

I hate to say it because they do good work, but I think nVidia is ultimately doomed as it is today. Everyone rips Intel's integrated 3d graphics but they just keep getting better every year.

And nVidia's graphics aren't getting any better? A GPU and a CPU stuffed together into the same chip will always be a low-cost/low-power/low-end solution, can never come close to the capability of a GPU that has the whole die to itself. If Intel/AMD has ~2B transistors in a chip that are divided between a general-purpose CPU and a GPU, can that ever match a 2B transistor discrete GPU + a discrete CPU? Unlikely. Plus, CUDA has put forth interesting possibilities for putting the GPU to other uses.

Although AMD should have bought nVidia instead of ATI, they do own ATI, and so have a pretty good graphics system on their own.

And they should have taken nVidia down with them, instead of ATI, like their doing now. They did nVidia a favour by going for ATI instead.

Eventually, both AMD and Intel are going to wind up with 3d calculations on the die in some fashion, and that's going to leave nVidia for what?

See above. Keyword: Discrete GPUs.

Slashdot Top Deals

"It may be that our role on this planet is not to worship God but to create him." -Arthur C. Clarke

Working...