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

 



Forgot your password?
typodupeerror
×
XBox (Games)

New Xbox 360 S Uses Less Power, Makes Less Noise 176

Vigile writes "Microsoft unveiled a new Xbox 360 S console at E3 this month, and without delay the new machine has been dissected and tested. The most dramatic change is the move to a single-chip CPU/GPU hybrid processor that is apparently being built on the 45nm process technology from GlobalFoundries, AMD's spun-off production facilities. With the inclusion of the new processor, the Xbox 360 S uses much less power (about 30-40%) compared to previous generation machines, and also turns out to be much quieter as a result of a single, larger fan. This article has photographic evidence of the teardown, with comparisons between this Valhalla platform and the older Falcon system, along with videos of the reconstruction process and noise comparisons." The new console also takes measures to protect itself from overheating, so RRoDs shouldn't be a problem with this revision.
Graphics

Nintendo 3DS GPU Revealed 133

An anonymous reader writes "The GPU for the Nintendo 3DS has just been revealed, and it's not made by Nvidia, ATI, or even Imagination Technologies. Instead, Nintendo has signed up Japanese startup Digital Media Professionals (DMP) in a deal that sees the company's PICA200 chip churning out the 3-D visuals. For the first time in Nintendo's history, the 3DS will feature a GPU with programmable shaders, rather than a fixed-function pipeline, meaning the 3DS is more graphically versatile than the Wii. Among the PICA200's features are 2x anti-aliasing, per-pixel lighting, subdivision primitives, and soft shadows. As well as featuring DMP's own 'Maestro' extensions, the PICA200 also fully supports OpenGL ES 1.1. The architecture supports four programmable vertex units and up to four pixel pipelines."
Image

Funeral Being Held Today For IE6 194

An anonymous reader writes "More than 100 people, many of them dressed in black, are expected to gather around a coffin Thursday to say goodbye to an old friend. The deceased? Internet Explorer 6. The aging Web browser, survived by its descendants Internet Explorer 7 and Internet Explorer 8, is being eulogized at a tongue-in-cheek 'funeral' hosted by Aten Design Group, a design firm in Denver, Colorado."
Games

New WoW Patch Brings Cross-Server Instances 342

ajs writes "World of Warcraft's Wrath of the Lich King expansion was staggered into 4 phases. The fourth and final phase, patch 3.3, was released on Tuesday. This patch is significant in that it will be the first introduction of one of the most anticipated new features in the game since PvP arenas: the cross-realm random dungeon, as well as the release of new end-game dungeons for 5, 10 and 25-player groups. The patch notes have been posted, and so has a trailer. The ultimate fight against the expansion's antagonist, the Lich King a.k.a. Arthas, will be gated as each of the four wings of the final dungeon are opened in turn — a process that may take several months. The next major patch after 3.3 (presumably 4.0) will be the release of Cataclysm, the next expansion."

Comment Data Code (Score 2, Informative) 487

And in fact, for large classes of interesting applications, installer and installed size is overwhelmingly data, not code. Games are going to be 95%+ data (check out how small the actual app is sometimes; often less than 1% the size of the data files). Microsoft Office has far, far more space allocated to fonts, clip art, all those multilingual spelling dictionaries, and templates than the actual *.exe files.

And even the self-contained .exe files in the above examples will also include a ton of bitmapped images for the GUI and such. Sure, command-line apps are going to have a lot more code, but even they will have the help text, tables, and other stuff that could be stored once in a platform-independent internal data structure.

Having behavior driven largely by data, not good is a good thing, of course. Data is a whole lot easier to debug than code, and bugs in data are generally much less catastrophic assuming the code itself does good validation.

Comment Win 7 XP particularly with NUMA multi-socket (Score 1) 349

This test was only using a single socket system. Perf differences from XP are going to be greater on a NUMA multisocket systems like Barcelona or Nehalem. XP predates NUMA on the PC architecture, while Vista and Win 7 got a lot of tuning for it.

This can be a big help for video encoding and other highly multithreaded tasks.

Comment 48 Kbps HE AAC sounds quite good (Score 2, Insightful) 567

There's no news here. The HE AAC codec (called AAC+ in the Coding Technologies implementation, and now called Dolby Pulse after Dolby's acquisition) is a highly advanced spectral band replication codec, and can be pretty darn transparent down to around 48 Kbps. That there was about a 2:1 preference for the high bitrate Ogg in a highly nonscientific small sample size test like this is a yawner. http://en.wikipedia.org/wiki/HE_AAC

Comment Re:What every player is missing (Score 1) 184

On Windows, the most common one is DirectShow. (or whatever they've renamed it in Vista/Win7)

DirectShow is alive and well on Vista and Windows 7. There is a new media API called MediaFoundation, which is used by default in WMP for Win 7. It's quite different and improved in many ways over DirectShow, but can interoperate with existing DirectShow decoders.

Comment Re:You know.. (Score 1) 184

The MPEG-LA license only protects you against the MPEG-LA members. In no way does it provide any sort of guarantee that someone who isn't in MPEG-LA won't start suing at any point in time. The argument against Theora in this regard can really be made against any codec.

Well, the members of the MPEG-LA patent pools hold pretty much all the known-critical patents for video compression, so that's actually a pretty good real-world protection.

Comment Samples of current Theora, H.264, VC-1 (Score 2, Interesting) 184

I made a few samples using the latest versions of x264, VC-1, and Theora, testing both offline VBR and real-time CBR encoding.

http://cid-bee3c9ac9541c85b.skydrive.live.com/browse.aspx/.Public/Theora%5E_1.1

Theora is defintely improved, but I see a lot of basis pattern throughout these samples. Theora would be well-served by a postprocessing filter. Theora's 1-pass CBR encoding definitely needs a LOT of tuning before it'd be viable for real-world content; I don't think we'll see it used effectively for live encoding this version.

Comment Except other industries DO use G=10^9 (Score 1) 711

Coming from the digital video world, I'm entirely opposed to standardizing on using GB instead of GiB in any context. Because lots of other industries, like telecommunications and digital media, have long used the correct ^10 numbers. Come to think of it, Apple was the last company to use KB/sec for compression bitrates, and even they dropped it as of QuickTime 6 back in 2003.

When you get provisioned bandwith, you're getting ^10 numbers. And when you compress video, you're using ^10 values (so, 20 Mbps is really 20,000,000 bits per second, not 20,971,520)

It's a big pain to have to always convert between the real values and the erroneous ^2 values when figuring out how much video we can put on a disc/drive.

It will be a horrible thing to have GB mean different things in different contexts and to have to know when to do or not do the conversions.

Comment Re:Stupid conclusions (Score 1) 843

You won't get a FormatLikeWord95 tag if you're not using Word 95, of course :).

It's important for lots of users that they can maintain functional compatibility and bidirectional conversion with older Office documents, so that was a core design goal of the .???x formats.

You may not need that yourself, but a lot of people do, and the new formats give them that in a much more interoperable, searchable, and efficient XML-with-.zip structure.

It seems like 90% of the compliants about the new formats don't even acknowledge the design goal, which makes any discussion of how good it is pretty irrelevant.

A clean-room new office file format would have had much worse interoperability and hence much less adoption, for only aesthetic gains at best.

Comment Word for writing, PDF for distribution? (Score 1) 843

Well, yes, of course you'd use PDF if you want to get the exact fonts and layout on the other end. .docx is a content creation format. It can work somewhat for that scenario, but it's not its whole reason for existence.

But nor are you going to write an article in Acrobat. Note that the Office apps now have an excellent "Save as PDF" mode that's much faster than Distiller.

Slashdot Top Deals

"The one charm of marriage is that it makes a life of deception a neccessity." - Oscar Wilde

Working...