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

 



Forgot your password?
typodupeerror
×

Comment Re:No. (Score 2) 392

Yup, the consolidation of the YouTube and the Google accounts made me logout from Google forever. I want to keep my YouTube identity separate from my Google identity, and since it's impossible to do so without constantly logging in and out of them, I gave up on the Google side of things (so I just use my old YouTube account). What made the decision even easier is when they announced the impending death of iGoogle.

Comment Re:OMG, the display! (Score 1) 392

The 3:2 proportion is perfect for programming. I also want something that I can hook up to a projector when giving a presentation and I don't have to fiddle with resolutions. Ideally I want my usual resolution on both the laptop screen and the projector. That used to be the case for example with the first gen MacBooks.

Comment Re:Damage control? (Score 1) 175

Here's a few ideas:

1- publicly funded research should not copyright protected. Have a university-wide policy for that. Easily enforced by tenure and promotion committees.
2- to enable 1., get together with other top universities and start running a federation of open-access journals that are free to publish in and freely available to the public. Have your librarians run them.

Comment it's already happened... (Score 5, Informative) 544

Look no further than in agriculture. Just a century ago, what percentage of people used to work in the farms? What's that percentage now? People then moved into the manufacturing industries, but work there has also been replaced by machines to a great extent, and cheaper labor in other countries.

It doesn't take a lot of human labor to fulfill our basic needs anymore, and so people have been trying to create needs we didn't think we had. This is why so much rides on advertisement these days. Is there a point where the incremental improvement in our comfort is no longer worth the money we'd spend to get it? That's when we'll probably face major unemployment issues...

Comment Coincidence? (Score 1) 329

Just yesterday I decided to give up on iGoogle, as I hated the fact that I couldn't use it while using a different YouTube account in the same browser. Much as I don't mind them logging and datamining everything I do (to some extent), I don't like them to correlate my calendar, my email information AND the silly videos I might want to watch. So the Google/YouTube consolidation did it for me, and I returned (unhappily) to My Yahoo. Too bad, as I really liked having Google Calendar and its to do list so readily available. Now with iGoogle being retired I really can't regret my decision. But Yahoo Calendar is ugly and its to-do list sucks. Netvibes looks promising, so I'll give it a shot.

Comment Re:Chicken/Egg (Score 3, Insightful) 53

What we need is for reputable researchers from reputable institutions to launch free open access journals, and have them managed and archived by their libraries, using digital library tools. In Artificial Intelligence, there's already the Journal of Artificial Intelligence Research (JAIR) that has been free and available on-line since the beginning, and it has a good reputation.

The digital repository tools are mature now, we just need MIT, Stanford and others to decide to circumvent Elsevier and co and do it themselves. Then federate all the digital libraries across universities, and now you have additional redundancy and ease of access. It might even be cheaper for universities to run their own digital repositories instead of paying Elsevier and co outrageous fees. Or at least it gives them some leverage for fee negotiation.

Udacity and Coursera were launched by Stanford profs; not sure no-namers would have had the same success.

Comment In defense of Patterns (Score 1) 129

Yes, patterns often are needed due to the inflexibility of your programming language of choice (erm, Java), and yes, when you first learn about them you tend to use them everywhere and over-engineer things to death (guilty!). BUT, with some experience you realize that it's the idea behind them that is important. Especially if you're using some agile methodology, you basically only end up with patterns or a piece thereof as a result of some refactoring (see Joshua Kerievsky's excellent book on the subject), and you should also be ready to move away from them as soon as you realize you don't need them. Patterns provide a direction, but they're not necessarily an end goal.

I haven't read this new book, but breaking down patterns into smaller, more fundamental chunks could be very useful in that "refactoring toward patterns" attitude.

Slashdot Top Deals

"One lawyer can steal more than a hundred men with guns." -- The Godfather

Working...