Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:asking for trouble (Score 1) 248

I think you mean at the top.

A company that's come close to abolishing Reply All is the global information and measurement firm Nielsen. On its screens, the button is visible but inactive, covered with a fuzzy gray. It can be reactivated with an override function on the keyboard. Chief Information Officer Andrew Cawood explained in a memo to 35,000 employees the reason behind Nielsen's decision: eliminating "bureaucracy and inefficiency."'

I hope somebody replied to all, quoting this entire memo and putting "OK" at the bottom.

Comment Whichever makes you prove things (Score 1) 466

As a grad student in CS who has also worked in industry, I've never directly used any but the most basic of math (matrix multiplication etc.). The reason math is important for programmers is that it teaches you to think. It doesn't really matter what kind of math you take - as a programmer you're unlikely to ever use it directly, and even if you do you really only need to know the practical aspects. What's important is that you take something that makes you prove things and think analytically. Those ways of thinking are what is important for all computer scientists and programmers.

Comment Re:WTF, Google. You're teaming up w/Adobe, too? (Score 1) 343

You're building a new OS based on the Linux kernel + Chrome Browser, which is cool because these are both high-quality Free Software projects. But then you wander off and sidle up to Adobe instead of working with Free Software such as Gnash.

Gnash is all fine and good, except that it's a piece of shit and doesn't work. Just like open-source Java.

Look, I like open source as much as the next guy (more, probably), but more than anything I like working software. Google can either spend lots of man-hours making Gnash work properly with all the Flash out there on the web today, and then spend more man-hours keeping it up-to-date as Adobe adds new features that various popular websites take advantage of, or they can just partner with Adobe and use real Flash, spending just a few man-hours to integrate it into their system. Google is a business, and while they may make some choices ideologically, in most cases they need to use the best tool for the job. In this case, that tool is Flash.

Comment Re:Yup (Score 2, Informative) 436

An IP address DOES identify a computer- but not the way the judge thinks. My IP address identifies my router, which in turn owns 5 to 6 computers. With the wireless open, it could refer to the whole neighborhood, for all I know/care. They need to revise, an IP address identifies a NETWORK, but not neccessarily conclusively any particular computer.

A router is still a computer. An IP address identifies a computer. Whether that computer has other computers connected to it, and forwards traffic from those computers using its IP address, is an entirely separate matter.

Initial Reactions to Fedora Core 5 164

Ki writes to tell us that he has put up a short review of Fedora Core 5 which covers the install and general first impressions to the new release. The author highlights several quirks in the installation and a few problems getting down to business, but overall the Fedora team seems to have made some very good progress.

Is Visual Basic a Good Beginner's Language? 1100

Austin Milbarge asks: "Ever since the .NET framework came along a few years ago, Microsoft had promised VB developers that their language would finally be taken seriously. To be honest, I never understood why some non-VB developers thought of VB as a 'toy' language, but that is for another article. Anyways, Microsoft made good on their promise and transformed VB from an easy to learn language into an object oriented power house, with lots of OOP functionality thrown in. The old VB has been discontinued, and the new VB is no longer a simple language. With all the fancy changes, is VB still the great beginner's language it once was? Would you recommend it to a beginner over C#?"

Slashdot Top Deals

If God is perfect, why did He create discontinuous functions?

Working...