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

 



Forgot your password?
typodupeerror
×

Comment Re:LOL (Score 1) 448

Let me ask you a hypothetical question: let's say you're from an English-speaking country other than Australia, you have trouble understanding an Australian accent, and your boss sends you to Australia for a week. Let's also say, for some reason, the company doesn't want to give you six months' advance notice, a vocal coach, and listening comprehension classes. Would you seriously tell your boss you can't do the job? Or would you adapt?

If I was going to be in Australia for more than a week, I'd do my best while there to adjust my accent so they could better understand me and do my best to learn to understand them. If they came here, I'd expect them to do the same.

In theory, anyone can learn to understand any accent. It's a matter of best use of time and environment, though. If you're one of the minority speaking with (or having trouble understanding) an accent and you're in that acccent's home environment, then it's on you to adapt. As you take away "minoring" and who's home environment you're in, the responsibility to adapt changes targets.

Comment Re:Usage predicts lifespan (Score 1) 425

If GNU had chosen Tcl because it was popular, we would have a mass of dead code'

Instead, they decided to build their own dead language. That's a solid plan. That being said, Tcl isn't dead and it's actually a fantastic scripting language to add to other programs. It's actually pretty solid as a full development language, too. It has it's warts, but so does every language.

Comment Re:DC Traffic sucks... (Score 1) 395

What you're saying is certainly true, but keep one thing in mind... they're shutting down the trains in New York (subway and metro north) on Saturday for the duration of the event. The amount of people that use mass transit dwarfs that of DC. The fact that it's closed is going to have a huge impact on the traffic,

Comment payed once for each copy (Score 1) 342

The company that makes (publishes) the game gets payed once for each copy sold/being used in the wild. If two people want to be able to play the game, then they get paid twice.

The companies that resell used games get payed once for each time they help transfer ownership of one such instance of a game from one person to another.

Admittedly, its slightly more complicated than that... but I don't see what possible issue can be raised by game companies without the same issue being applicable to any product that has a physical representation that's all that's required to use it, ie one that can be resold.

Programming

Interview With Brian Kernighan of AWK/AMPL Fame 117

Reader oranghutan brings us another in Computerworld's series of interviews with icons of the programming world, this one with Brian Kernighan, who helped popularize C with his book (co-written with the creator Dennis Ritchie) The C Programming Language, and contributed to the development of AWK and AMPL. In the past we've chewed over a few other interviews in this series, including those with Martin Odersky on Scala and Larry Wall on perl. "In this interview, Brian Kernighan shares his tips for up-and-coming programmers and his thoughts on Ruby, Perl, and Java. He also discusses whether the classic book The Practice of Programming, co-written with Rob Pike, needs an update. He highlights Bill and Melinda Gates as two people doing great things for the world enabled through computer science. Some quotes: 'A typical programmer today spends a lot of time just trying to figure out what methods to call from some giant package and probably needs some kind of IDE like Eclipse or XCode to fill in the gaps. There are more languages in regular use and programs are often distributed combinations of multiple languages. All of these facts complicate life, though it's possible to build quite amazing systems quickly when everything goes right.' 'Every language teaches you something, so learning a language is never wasted, especially if it's different in more than just syntactic trivia.'"

Comment Re:CORY DOCTOROW IS NOT A "PROF." (Score 1) 333

A professor is someone with a PhD who is tenured at the university in question.

The definition of professor depends entirely on the locale and university in question. Your definition, while one of them, is not the only one. Poking around dictionaries and wikipedia will provide other definitions (up to and including anyone that happens to teach at a college/university).

Comment Re:The questions remains... (Score 1) 191

These days I'm writing exclusively in Ruby and it is "fast enough" (even with 1.8.X).

I suspect that's because your website doesn't receive thousands of dynamic requests per second.

If your front end page code is doing enough that speed is an issue, there's good odds that your front end page code is doing too much.

Comment Re:Open doors (Score 1) 1443

It is more like running a splitter and a cable and stealing your neighbors cable TV. Or running an extension cord to a backyard outlet and stealing power. Or perhaps a cordless phone. People accept that they have to pay for electricity, phone, but the internet should be free? why?
If you want to compare it to using someone else's power, I'd say it's more like finding a power outlet in a public place with a big label on it "For Public Use... You May Use This". If you don't secure your wireless network, then that is what you are setting up. Someone comes along, picks up your signal, follows the standard process of asking the router if they're allowed to use it, and the router tells them they are. You chose not to take the "For Public Use" sign off your signal...

Slashdot Top Deals

The moon is made of green cheese. -- John Heywood

Working...