Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Operating Systems

Submission + - Interview with Linux kernel developer Jens Axboe

AlanS2002 writes: "Jens Axboe has been involved with Linux since 1993. 30 years old, he lives in Copenhagen, Denmark, and works as a Linux Kernel developer for Oracle. His block layer rewrite launched the 2.5 kernel development branch, a layer he continues to maintain and improve. Interested in most anything dealing with IO, he has introduced several new IO schedulers to the kernel, including the default CFQ, or Complete Fair Queuing scheduler. In this interview, Jens talks about how he got interested in Linux, how he became the maintainer of the block layer and other block devices, and what's involved in being a maintainer. He describes his work on IO schedulers, offering an indepth look at the design and current status of the CFQ scheduler, including a peek at what's in store for the future. He conveys his excitement about the new splice IO model, explaining how it came about and how it works. And he discusses the current 2.6 kernel development process, the impact of git, and why the GPL is important to him."
Java

Submission + - Quantifying Recursion In Java 6

aahmad writes: "If you are like most developers, you believe that although recursive solutions to problems are elegant, they neither perform nor scale as well as their iterative cousins. In the expose, "Quantifying Recursion on the Java Platform", Amin Ahmad blows the pants off this fallacy: all other things being equal, recursive solutions run a factor of 2x-3x faster than iterative ones on Java 6.

That said, the article acknowledges that recursive solutions do not scale well which greatly limits their applicability. I'm curious to hear about other slashdotters experiences with recursion, in particular on the Java platform."
Nintendo

Submission + - Wii Modchip Announced

deadmantyping writes: The first modchip for the Wii, dubbed "WiiNinja", allowing the playing of backups has been announced. This comes shortly after the announcement of a method to backup Wii games. Photos of the modchip and videos of it in action were also made available by the developers. Installation requires dismantling the Wii (of course) and soldering 5 wires to the Wii's motherboard. The WiiNinja modchip will be available soon for purchase according to the developers.
Security

Web Honeynet Project IDs Attackers 70

narramissic writes "The Web Honeynet Project, an independent group of Honeynet researchers from Securiteam and the ITOSF, is putting a new twist on Web application honeynets by naming not only the attack details, but the IP addresses and other tracking information about the attackers as well. As security consultant Brent Huston notes, 'This approach is not unheard of, as lists of known high-volume attackers have been circulating through the Net for several years, but this is the first time someone has applied the honeynet concept to making attacker IP data publicly known.'"
Microsoft

Submission + - Microsoft wanted to "whack" Dell

pboyd2004 writes: According to emails obtained in Iowa's antitrust case against Microsoft. Microsoft wanted to "whack" Dell over their Linux sales. "We should whack them, we should make sure they understand our value," wrote Paul Flessner, a senior vice president in Microsoft's server applications unit. The email exchange can be found here.

Slashdot Top Deals

"The chain which can be yanked is not the eternal chain." -- G. Fitch

Working...