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

 



Forgot your password?
typodupeerror
×
Windows

Submission + - 'Craplets' Could Hurt Vista Launch

chromacat writes: Uncertified OEM installed applications could cause compatibility problems for Vista users — at least one senior Micrsoft official thinks so.

From the CBC article: "We call them craplets," the official said. The term is a contraction of the words "crap" and "applet."
Emulation (Games)

Submission + - Play GBA Games on Your Nintendo Wii

An anonymous reader writes: DCEmu have posted a tutorial that explains how to get Game Boy Advance games on your Nintendo Wii using an Action Replay disc with builtin Freeloader and also Datels Advance Game Port which plugs into a Gamecube Memory Card slot on the Nintendo Wii, using this tutorial will allow you to play all your GBA games and even homebrew if you have the hardware needed.
XBox (Games)

Submission + - Microsoft publishes free XBox development tools

prostoalex writes: "Microsoft announced the release of free XNA Game Studio Express tool for developing C# games that run on both Windows and XBox. They're also selling XNA Creators Club subscriptions, which, similar to MSDN subscriptions, offer access to sample code and additional documentation. Also, Microsoft is explicitly aiming towards uniting the Windows and XBox development platforms: "You will have to compile the game once for each platform. In this release simply create a separate project for each platform and then compile them both. Our goal is to allow as much code as possible to be shared between those two projects, allowing you to use the same source files in both projects, but platform-specific code will need to be conditionally-compiled.""
Software

BitTorrent, Inc. Acquires uTorrent 189

ColinPL writes "BitTorrent, Inc. has taken the next step — the acquisition of uTorrent. In a joint announcement made today, the two firms have publicly solidified the merger. 'Together, we are pleased to announce that BitTorrent, Inc. and uTorrent AB have decided to join forces ... BitTorrent has acquired uTorrent as it recognized the merits of uTorrent's exceptionally well-written codebase and robust user community. Bringing together uTorrent's efficient implementation and compelling UI with BitTorrent's expertise in networking protocols will significantly benefit the community with what we envision will be the best BitTorrent client.'"
Math

Professor Comes Up With a Way to Divide by Zero 1090

54mc writes "The BBC reports that Dr. James Anderson, of the University of Reading, has finally conquered the problem of dividing by zero. His new number, which he calls "nullity" solves the 1200 year old problem that niether Newton nor Pythagoras could solve, the problem of zero to the zero power. Story features video (Real Player only) of Dr. Anderson explaining the "simple" concept."

Comment Re:Java's answer to Rails: Groovlets! (Score 1) 406

Groovlets, though a refreshing way to not have to risk getting any Java on your clothes, don't at all provide the features of Rails. They are synonymous with Java servlets, which is pretty much the bare metal request/response paradigm, accessible as an API.

The Ruby equivalent to Groovlets is WEBRick's Servlets. Rails can run on top of this, but it provides a much higher level of abstraction.

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...