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

 



Forgot your password?
typodupeerror
×

Comment Re:Not sure I'll buy it. (Score 1) 216

I nearly bought Starcraft 2. I saw all kind of fun things done with it, mods etc, and gameplay videos and all that. I was avoiding it for the same reasons as you, but at some point I wondered if I could try to oversee those things.

Then I found out Starcraft have a region restriction in it's multiplayer. As a European with a lot of American friends... it's a no buy for me.

Education

Astonishing Speedup In Solving Linear SDD Systems 157

eldavojohn writes "A new paper (PDF) out of Carnegie Mellon University shows how to solve symmetric diagonally dominant linear systems much faster than before. The technique employs graph theory, randomized algorithms, and linear algebra to achieve an astonishing advantage over current methods to solve such systems. From the article: 'The result is a significant decrease in computer run times. The Gaussian elimination algorithm runs in time proportional to s^3, where s is the size of the SDD system as measured by the number of terms in the system, even when s is not much bigger the number of variables. The new algorithm, by comparison, has a run time of s*[log(s)]^2. That means, if s = 1 million, that the new algorithm run time would be about a billion times faster than Gaussian elimination.' Developers out there who maintain matrix packages and linear algebra tools might want to take a peak at the paper. Anyone who has modeled real-world systems will be able to tell you that speedups in linear algebra algorithms have a weighty effect on efficiency in simulations — especially as one approaches the theoretical limits of optimality. This research is currently being presented at the IEEE Symposium on Foundations of Computer Science."

Comment Re:Stretch that dollar. (Score 1) 255

Supposedly Microsoft had interest in acquiring Nintendo but Hiroshi Yamauchi former president of Nintendo and also the largest shareholder of Nintendo refused any offers. This could just been a rumor of course, but judging a few old news articles Microsoft seemed to have the interest.

I think it's unlikely Nintendo gets bought up by anyone. Judging by the last few years successes (even if they had it a little slow lately), it's more likely they buy someone else up.

Comment Re:I'll take that bet and raise you ten. (Score 2, Insightful) 473

Other might not necessarily be desktop operating systems. Infact, I have a feeling it's various smartphone devices, consoles, etc. Infact I'm curious how large part of other is Android, which is based on the Linux kernel (but is unlike any other Linux distro, and did fork the kernel...).

Considering the amount of computers around, I actually find 0.77% impressive since by those stats Mac is only "seven" times bigger than Linux. And Macintosh is widely advertised and have the whole brand thing, while there isn't much the case for Linux.

The Courts

Man Gets 10 Years For VoIP Hacking 149

angry tapir writes "A US court has sentenced a Venezuelan man to 10 years in prison for stealing and then reselling more than 10 million minutes of Internet phone service. Edwin Pena, 27, was convicted in February of masterminding a scheme to hack into more than 15 telecommunications companies and then reroute calls to their networks at no charge. He must also pay more than US$1 million in restitution, and will be deported once his sentence is served."

Comment Re:Disappointed! :( (Score 1) 399

5. It was SO frustrating that you could not preview how far a ranged unit could fire. The reason it was so frustrating is that some units require you to set them up (i.e. before they fire, you have to use one of their moves). Apparently it is affected by mountains and other terrain. So it's really hard to tell. It doesn't even tell you the range in the tooltip. (BTW, I may be wrong about this).

On the left there is a ranged attack command. If you click on it, you can see the range that your unit can do. Yes, I didn't realize this right away either, but it helped a lot as soon I found out about it.

There is also an promotion that makes you able to shoot over otherwise blocking targets, which helps a lot. :)

Comment Re:Anybody else (Score 1) 399

Some micromanagement before Civ IV was quite annoying. There was no overflow mechanics, so if you had a building that had 78 out of 80 production done, and you gain ten hammers, you lose eight of them. And to get around this, players micromanaged out of the wazoo. Same was true for income and beakers (science progress). Thankfully Freeciv added the Civ IV style overflow to at least production, which is why i tend to prefer Freeciv when I want to go for Civ II gameplay style. :)

Civ IV and V also keeps track of "cents" in the money system I believe, just isn't shown to the player.

And not to even mention, the "trade" system in Civ II. Which was removed cause of excessive (unfun) micromanagement. Moving those caravans all over the place wasn't fun. It's in Freeciv too annoyingly, but at least they removed the supply/demand system (which lead to even more micro).

Civ IV and Civ V have their micromanagment, but they feel honestly more productive in terms of tradeoffs. While in the older games, you would lose anything that overflowed or didn't round off right.

Civilization II is like Simcity 2000. Both games are heralded as being the best in the series by many people, but most fans I meet (that have tried out the newer games, and learned them) seems to prefer the fourth game in the series.

Comment Re:it's so damn hard to build them right. (Score 1) 399

Simultaneous turns are pretty much obligatory if you're playing multiplayer, especially with more than two players involved, FreeCiv always been biased towards multiplayer, unlike the commercial games which all mostly focused on singleplayer (and I play both Freeciv, Civ IV, and Civ V :) ) which is why it's on default too. I think infact Freeciv was orginally meant to clone CivNet, which apparently introduced simultaneous turns.

The Freeciv AI seems to move all their units immediately too, so Freeciv feels turnbased when only AI opponents are involved.

Simultaneous turns are used on Civ IV and V multiplayer as well. Making it wholly turnbased can make the games take awhile, but on the other hand, it's perfect for play by e-mail games. See Freeciv longturn games.

Freeciv gameplay is pretty much Civ I/II, expect more balanced for multiplayer but I honestly prefer Civ IV/V for their depth.

Comment Re:Of course; (Score 1) 276

There is also a registry value you can change to fix a drive (CD or HD, usually CD drives) that is stuck in PIO mode. Didn't even require a restart! This is just some "override" bitmask that Windows sets after enough reading errors, which can only be changed back with regedit (idiotic).

Loose cables or a bad disc, and Windows insists on using the slow reading/writing mode.

Reinstalling the disk controller helps too since you're basically removing the troubling registry values and let Windows recreate them from scratch. Probably the easier way out for most people too. :)

GUI

Left-Handed Gamers Getting Left Behind? 426

An anonymous reader writes "As the stylus becomes a contemporary equal with the controller and joystick, it is a bit surprising to notice a game developer overlooking the simple fact that there are a lot of southpaw gamers out there. But the creators of Base 10, a mini-game on the DSi, did just that, making it impossible for the game to be played by anyone who isn't right-handed. Seems pretty silly for a game developer to just cut out a slice of their potential audience right from the start."

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...