Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Games

Why Warhammer Online Failed — an Insider Story 235

sinij writes "An EA insider has aired dirty laundry over what went wrong with Warhammer and what could this mean for the upcoming Bioware Star Wars MMORPG. Quoting: 'We shouldn't have released when we did, everyone knows it. The game wasn't done, but EA gave us a deadline and threatened the leaders of Mythic with pink slips. We slipped so many times, it had to go out. We sold more than a million boxes, and only had 300k subs a month later. Going down ever since. It's 'stable' now, but guess what? Even Dark Age and Ultima have more subs than we have. How great is that? Games almost a decade [old] make more money than our biggest project." The (unverified) insider, who calls himself EA Louse (named after the EA Spouse who brought to light the company's excessive crunchtime practices) says similar trouble is ahead for the development of Star Wars: The Old Republic. EA has not commented yet. God of War creator David Jaffe has criticized the insider for having unrealistic expectations of working in the games industry.
The Internet

The Puzzle of Japanese Web Design 242

I'm Not There (1956) writes "Jeffrey Zeldman brings up the interesting issue of the paradox between Japan's strong cultural preference for simplicity in design, contrasted with the complexity of Japanese websites. The post invites you to study several sites, each more crowded than the last. 'It is odd that in Japan, land of world-leading minimalism in the traditional arts and design, Web users and skilled Web design practitioners believe more is more.'"

Comment Re:The just don't build 'em like they used to (Score 1) 150

Some time ago (probably 8-10 years ago), I noticed that getty lost the ability to automatically do stty -iuclc -olcuc if you logged in with a username all in caps, like the original UNIX getty used to do, and bash lost mapping ^ into |, both of which are needed to use an ASR-33 on a UNIX type system. I did use UNIX V6 on an ASR-33 for a bit in the 1970's.

Comment VAX 780 was 1 MIP (Score 1) 150

In terms of MIPS (meaningless indicator of processor speed), the Vax 780 was the gold standard for benchmarks. As such, it became the measurement all of the super-minis measured themselves against, and the general concensus was it a 1MIP machine. Of course later VAXes came in at different speed/price points.

Comment Cards and Teletype model 37 (Score 1) 150

Nah, you should program using cards (9-edge down of course) or UNIX's first character terminal (the teletype 37) to get a true retro feeling. Programming in cards where you submitted the deck to the attendents for processing, and sometime later picked your output, tended to make you check the program by hand before submitting, particularly if you didn't get the output back until the next day. I remember in my first high school having the 029 or 027 card punch in the next room to the computer, made it so convenient for doing those last minute changes (though in a pinch, tape and a portable hole punch would do), while my second high school had the 24-hour turn around.
Classic Games (Games)

The Unsung Heroes of PC Gaming History 325

An anonymous reader writes "The history of PC gaming is littered with many well-known and highly regarded titles, but what about the titles you mightn't have heard of? This list of the top games in the history of the PC includes the usual suspects, such as Half-Life and Doom, but also some often overlooked PC games including such classics as Elite, the space trading RPG developed in 1984 by two college friends from Cambridge for the Acorn and BB Micro systems. The game used a truly elegant programming hack to create over 200 different worlds to explore while using 32kb of memory, all with 3D wireframes. Also in the list is Robot War, which required players to actually code the participants, and one of the first online multiplayer RPGs, Neverwinter Nights, which introduced many of the developer and user behaviors, such as custom guilds, that have made modern RPGs so popular." What's your favorite classic game that always gets overlooked in these kinds of lists? My vote goes for Star Control 2.

Comment Re:Cathedral & the Bazaar? Irony? (Score 3, Informative) 198

In the 1.xx days it was a classic cathedral project until the EGCS/GCC split. In the real old days (1988-ish) you logged on to the central server and edited the files there, using emacs version mode, with the number of versions set rather high. You had to register the IP address that you would be ftp'ing the sources from, and the threat was if you were passing along pre-release versions of the source outside the clique then you would have your access denied. It was a different time....

Comment SSE5 is not an Intel instruction set (Score 1) 230

Ummm, the SSE5 instruction was AMD's extension not Intel's. After SSE4, the next Intel instruction set is AES, CLMUL, FMA3, and AVX. After AVX came out, the SSE5 instructions were changed to XOP (integer vector), FMA4 (fused multiply/add using the SSE5 format instead of the Intel FMA3 format), and CVT16 instructions (conversion to/from 16-bit floating point). http://en.wikipedia.org/wiki/SSE5 http://en.wikipedia.org/wiki/Advanced_Vector_Extensions

Comment Dye-subs (Score 2, Interesting) 970

The problems with dye-subs is the print will last maybe 10 years (according to Wilhelm). That's great for a picture that you will hang on your refrigerator for a while and then be replaced, but not as good for something that will last longer. Another problem is because the ink and paper come as a kit, you don't have much choice as to the paper, and likely there will be no clone versions of the ink/paper combinations, and when the manufacturer stops making it, you need to replace the printer. Dye-subs are great for things like photo setups at festivals, where you want something that can do print after print for fixed costs all day long, and the photo is immediately protected against the elements.

Comment Migraines (Score 1) 710

Though in terms of migraines, in the past I have been sensitive to the 50/60Hz flickering that fluorescents gave off (at least a few years ago), and I found halogen or incandescents to be better. I suspect the modern CFL's have better ballasts than previous models, but I still dread the 2012 cutoff when incandescents are supposed to be removed.

Comment Compiler change, GCC 4.3 - GCC 4.4 (Score 1) 688

When I glanced at the site, the differences between the two Ubunto distros look like they are mostly in cpu intensive code, and not things like OS drivers, etc (some of the differences between Snow Leopard are OS/filesystem issues). Given a change from GCC 4.3 to GCC 4.4 was made between the two distributions, it is likely due to the compiler. It may be something simple like not using -mcpu=native on the compilation (not specifying the cpu means GCC has to choose the generic cpu model, which is a compromise between various AMD and Intel chipsets). It could also be one of the places that was made slower, because incorrect code was generated, but you didn't always see the effect of the bad code in the sample dataset.

Comment Re:Why would anyone want to buy a capped connectio (Score 1) 259

Good for you. As the other posters have mentioned, this isn't available to everybody. For example, I had a T-1 connection to my house when I was a work at home programmer, and the rate was $400/month. It was the only high speed connection available to me at the time (no cable, and we are too far from the central office for DSL, but because T-1 is regulated, the phone company has to provide it wherever it provides a landline). Well, the T-1 bill would have jumped to $700/month starting next month, and we decided that enough was enough, and cancelled the service. Right now, my only options are 3G networking (Sprint and Verizon) or satellite (hughes/wildblue), both of which have bandwidth caps. Both Sprint and Verizon offer service with 5 gigabytes/month service, and seem to be a much better deal than satellite. I went with Sprint, because my neighbors have been using it for a bit. It is fast enough that I can get a VPN connection to work, though the upload speeds and ping latencies are a little slower than I had with the T-1. In theory, Verizon Fios will be here within the year, and I hoping to get business class service from them.

Comment Re:Other phones too ? (Score 2, Informative) 135

I just switched to a Nokia 6133 using t-mobile, and I've set things up so the laptop connects to the phone via bluetooth, and I set up a normal PPP connection using GPRS/EDGE. I also have the cable, but it is more convenient to use bluetooth (however, I discovered when my house lost power for 5 days and I needed to check email, that the bluetooth drains the battery much faster). I do have to subscribe to the unlimited data service on t-mobile, and speed depends on whether I can get GPRS or EDGE. Here is one such site that documents how to set things up. http://koti.kapsi.fi/mcfrisk/linux_gprs.html

Slashdot Top Deals

A successful [software] tool is one that was used to do something undreamed of by its author. -- S. C. Johnson

Working...