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

 



Forgot your password?
typodupeerror
Games

Blizzard's Unannounced 'Titan' MMO Rebooted, Development Team Reduced 193

An anonymous reader writes "VentureBeat reports that the next-gen MMO Blizzard Entertainment has been hinting at since 2007, codenamed 'Titan,' is getting restarted with a drastically reduced development team. It was originally being built by a 100-person 'dream team' of developers that had their roots in other popular Blizzard games. Many people were expecting an announcement about Titan at this year's Blizzcon, but now that looks unlikely. 'Blizzard's development teams aren't known for their speed. The publisher often cancels projects that have been in the works for years if it believes that those games don't meet its standard of quality.' VentureBeat's sources say the game is now looking at a 2016 release at the earliest."
Privacy

Big Brother In the Home Office 298

hessian writes with this excerpt from the New York Times' "Bits" column: "Tens of thousands of programmers, writers, accountants and other workers labor at home doing contract work for companies like Google, Hewlett-Packard and NBC. The computers they use contain software that takes snapshots of what they are doing six times an hour. The snooping occurs randomly, making it impossible for the computer user to game the system. It is probably more invasive than what happens to those working in offices, where scooting through Facebook entries, shopping on Cyber Monday, and peeping at N.S.F.W. ('Not Safe for Work') Web sites on corporate computers is both normal and rarely observed by managers."
Firefox

Best Browser For Using Complex Web Applications? 347

yanyan writes "I'm fairly new to the field of web application development. Currently I'm working on a big online ticketing system for passage and freight for a local shipping company. It's a one-man show and the system is written in Ruby and uses Rails. Aside from the requisite functionality of creating bookings the system must also print reports and tickets, and this is where I've discovered (the hard way) that most, if not all, browsers fall short. I've had to switch from Firefox 3.6.3 to Opera 10.53 because of a major printing bug in Firefox, but the latest stable Opera is also giving me its own share of problems. To complicate things, an earlier version of Opera (10.10) doesn't appear to have 10.53's printing problems, but I'm wary. What browsers and specific versions do you end up deploying for use with big, complex web apps that include printing? Also consider CSS accuracy and consistency."

Comment Re:So... (Score 1) 204

I'm reminded of the saying, "Do stateways change folkways or do folkways change stateways?" This is probably a bastardization of the quote, whose author is now lost to me, but there ya go.
NASA

Why Does the US Have a Civil Space Program? 308

BDew writes "The Presidents of the National Academy of Science and the National Academy of Engineering have commissioned a study on the Rationale and Goals of the US Civil Space Program. In short, the Academies are asking why the nation has a civil space program (including human, robotic, commercial, and personal spaceflight). The study is intended to provide a strategic framework for the nation's activities in space that can provide consistent guidance in an increasingly interconnected world. The members of the study committee are interested in the views (positive or negative) of the general public, particularly those people with a scientific and/or technological interest."
Microsoft

The Exact Cause of the Zune Meltdown 465

An anonymous reader writes "The Zune 30 failure became national news when it happened just three days ago. The source code for the bad driver leaked soon after, and now, someone has come up with a very detailed explanation for where the code was bad as well as a number of solutions to deal with it. From a coding/QA standpoint, one has to wonder how this bug was missed if the quality assurance team wasn't slacking off. Worse yet: this bug affects every Windows CE device carrying this driver."

Comment Re:What do you want to program? (Score 1) 997

Okay, I didn't mean they were "fake." I just meant they were unwieldy, in my experience, for writing something like a web browser or some other major desktop app. I wholeheartedly support shell scripting! It's very important. I still mean to say that you need to know what you are looking to write before you go choosing a language. Certain languages are suited to some things and not others.

Comment What do you want to program? (Score 4, Interesting) 997

That is the first question you should ask yourself, actually. ;)

One thing you might learn, from a tinkering-with-Linux point-of-view, is shell scripts. Surprised no one mentioned them yet. They aren't really "programming" in the sense of creating apps, but they are fun and a cool part of Linux.

Slashdot Top Deals

The fancy is indeed no other than a mode of memory emancipated from the order of space and time. -- Samuel Taylor Coleridge

Working...