Forgot your password?

typodupeerror

Comment: Re:Linus Torvalds and regression? (Score 1) 186

by fuzzix (#35917476) Attached to: Linux Kernel Suffering Power Management Regression?

I run my recently upgraded desktop (Core i5-2500K) through a power meter and it is very easy to notice - Ubuntu 10.10 (kernel 2.6.35) idles at about 30W, while 11.04 (2.6.38) goes up to 35W. That's about 20% more.

I believe 2.6.36 introduced a problem with DRI on intel and some other video chipsets which led to a shitload of kworker wake ups. One of my laptops running Arch benefitted from a kernel parameters suggestion over here but by that stage I had a menu.lst as long as your arm full of attempts at a functional system (e.g. kernel ... nohz=off highres=off pcie_ports=compat...) each with small, incremental improvements.

You can't catch every regression without owning all hardware and infinite time :)

Comment: Re:scraping the barrel (Score 1) 207

by fuzzix (#35619170) Attached to: 100% Libre, Trisquel 4.5 STS 'Slaine' Released

a whole os, distro and the highlights include enabling http pipelining and including a couple of browser add-ons, switching default search engine
Really ? really ?
That's the problem that needs solving, thru a new disto

Yep, that's right, a whole new distro... to enable something that not everybody thinks is a great idea... I mean, if you want to make 200 http connections per web page have at it, but do it on some other web, not the one that myself and others enjoy traffic from.

Comment: Re:This isn't exactly news... (Score 1) 305

by fuzzix (#33971102) Attached to: Japan's Latest Rockstar Is a 3D Hologram

Erm... yes, that's great and all. Except Hatsune Miku has been around since 2007, and versons of the the Vocaloid software that powers "her" has been around a good bit longer (since 2004 or so, I think). I'm pretty sure I heard reference to special-effects-heavy concerts more than a year ago.

Precisely. Japan's latest rock star is a discovery of the Whitman Campaign. Jerry Brown knows what I'm talkin' 'bout.

Education

How Well Will Linux Handle Future Multicores?->

Submitted by eldavojohn
eldavojohn writes "Multicore (think tens or hundreds of cores) will come at a price for current operating systems. A team at MIT found that as they approached 48 cores their operating system slowed down. After activating more and more cores in their simulation, a sort of memory leak occurred whereby data had to remain in memory as long as a core might need it in its calculations. But the good news is that in their paper (PDF), they showed that for at least several years Linux should be able to keep up with chip enhancements in the multicore realm. To handle multiple cores, Linux keeps a counter of which cores are working on the data. As a core starts to work on a piece of data, Linux increments the number. When the core is done, Linux decrements the number. As the core count approached 48, the amount of actual work decreased and Linux spent more time managing counters. But the team found that 'Slightly rewriting the Linux code so that each core kept a local count, which was only occasionally synchronized with those of the other cores, greatly improved the system's overall performance.' The researchers caution that as the number of cores skyrockets, operating systems will have to be completely redesigned to handle managing these cores and SMP. After reviewing the paper, one researcher is confident Linux will remain viable for five to eight years without need for a major redesign."
Link to Original Source

I didn't do it! Nobody saw me do it! Can't prove anything! -- Bart Simpson

Working...