Forgot your password?

typodupeerror

Comment: IndentationError (Score 5, Insightful) 997

by ksw2 (#26016347) Attached to: What Programming Language For Linux Development?

If something like indentation is a show-stopper for your choice of language, then you are missing the point.

Computer languages are about data structures and idioms for manipulating them efficiently. In contrast, whitespace is a cosmetic, superficial thing.

Yes, I adore Python. (I wish I had paid attention to it ten years sooner than I did.)

Bug

e1000e Bug Squashed — Linux Kernel Patch Released 111

Posted by Soulskill
from the good-news-everyone dept.
ruphus13 writes "As mentioned earlier, there was a kernel bug in the alpha/beta version of the Linux kernel (up to 2.6.27 rc7), which was corrupting (and rendering useless) the EEPROM/NVM of adapters. Thankfully, a patch is now out that prevents writing to the EEPROM once the driver is loaded, and this follows a patch released by Intel earlier in the week. From the article: 'The Intel team is currently working on narrowing down the details of how and why these chipsets were affected. They also plan on releasing patches shortly to restore the EEPROM on any adapters that have been affected, via saved images using ethtool -e or from identical systems.' This is good news as we move towards a production release!"

Comment: It's all changing too fast (Score 2, Insightful) 638

by blowhole (#24036557) Attached to: Intel Says to Prepare For "Thousands of Cores"

I've only been programming professionally for 3 years now, but already I'm shaking in my boots over having to rethink and relearn the way I've done things to accomodate these massively parallel architectures. I can't imagine how scared must be the old timers of 20, 30, or more years. Or maybe the good ones who are still hacking decades later have already had to deal with paradigm shifts and aren't scared at all?

Media

The New School of Videographers->

Submitted by Provataki
Provataki writes "This editorial discusses the impending explosion of hobbyist artistic videographers, in the same way that happened with digital photography just a few short years ago. The article claims that it's time camera manufacturers create camcorders equivalent in principle to the cheap DSLRs that we currently enjoy. Some beautiful HD footage, shot by amateurs, is shown too."
Link to Original Source

Long computations which yield zero are probably all for naught.

Working...