Forgot your password?
typodupeerror

Comment Re:Real world already knows this (Score 1) 172

As a developer, I see everyday that when someone is asked to do something with a tight deadline, it usually takes more time than if there's no deadline or a large one.

When someone thinks there's no time to perform a task, they try to cut on "useless" parts like planning, modeling... and they try to begin "productive" work right away.

The result is often that a lot of work has to be redone, and the global task ends up taking more time.

My experience is quite the opposite : if you do not give a deadline, the work takes much more time, people are goofing off (especially me), knowing that anyways, they will have enough time. A deadline forces you to focus right now, not to experiment on new ways of doing things. I often ask for deadlines in my job, it makes me much more efficient. That said, if the deadline is not realistic, it does not hep either to motivate people and furthermore, it is often necessary to try new approaches, just not all the time. As often, it is a question of finding a good balance.

Comment Re:What has UI development become? (Score 1) 153

Having used GWT for the whole past year, I can ensure you that using it does not totally feel like writing desktop apps. You definitely still have to understand very well how the DOM and css properties are working to obtain nicely looking and mainly, nicely resizing pages. Furthermore, since, in the browser, you do not have direct storage available, you are relying very much on asynchronous calls to a server to obtain any kind of persistency, which makes theh process very differnet than writing to files. That said, I must point that manipulating complex data structures is really easier using java compiled to javascript than directly using javascript (if only for the debugging facilities offered by GWT). My point is : GWT definitely helps you write slick web app looking like destop app, but the abstraction remains very leaky.
Microsoft

Obama's "ZuneGate" 608

theodp writes "Barack Obama supporters were left shaking their heads after a report surfaced that the president-elect was using a Zune at the gym instead of an iPod. So why would Mac-user Obama be Zune-ing out? Could be one of those special-edition preloaded Zunes that Microsoft bestowed on Democratic National Convention attendees, suggests TechFlash, nixing the idea that the soon-to-be Leader of the Free World would waste time loading Parallels or Boot Camp in OS X just to use a Zune."
First Person Shooters (Games)

Black Mesa Nearing Completion, Trailer Released 103

Today, the Black Mesa Team released an impressive trailer for their remake of Half-Life . The remake is a total-conversion mod for Half-Life 2, bringing the updated graphics and AI of the Source engine to the original game. The team has been dropping hints lately that the project, which began in 2004, is almost done, and the trailer confirms that it will be out in 2009. They also recently announced that they've "dropped Counter-Strike: Source as a requirement for Black Mesa, and from now on, the only thing you'll need to play the mod is a Steam account with any Source engine game installed! Black Mesa is now running completely off of our own content and base Source shared content, and we felt the vastly increased user base more then [sic] justified creating all the extra assets needed to make this switch."
Security

Experts Tell Feds To Sign the DNS Root ASAP 147

alphadogg sends along news that the US National Telecommunications and Information Administration has gotten plenty of feedback on its call for comments on securing the root zone using DNSSEC. The comment period closed yesterday, and more than 30 network and security experts urged the NTIA to implement DNSSEC stat. There were a couple of dissenting voices and a couple of trolls.

Slashdot Top Deals

Life would be so much easier if we could just look at the source code. -- Dave Olson

Working...