Forgot your password?
typodupeerror
Programming

Submission + - Simpler "Hello World" demonstrated in C (ksplice.com)

An anonymous reader writes: Wondering where all that bloat comes from so even the classic "Hello world" now takes 11k? An MIT programmer decided to make a Linux C program so simple, she could explain every byte of the assembly. She found gcc was including libc even when you don't ask for it, and shows how to compile a much simpler "Hello world" — using no libraries at all. This takes me back to the days of programming bare-metal on DOS!
Linux

Submission + - "Mythical Man-Month" supposedly busted by MIT firm (ksplice.com) 2

An anonymous reader writes: We all know about the Mythical Man-Month, the argument that adding more programmers to a software project just makes it later and later. A Linux startup out of MIT claims to have busted the myth of the myth, using an MIT holiday month to hire 20 college student interns to get all their work done in a month and quadrupling its productivity. This picture shows the interns jammed in like sardines to a tiny room. We've written about them previously, but is this really who you want working on your kernel?
Operating Systems

Submission + - Patch Linux Kernel Without Reboots (zdnet.com)

evanbro writes: ZDNet is reporting on ksplice, a system for applying patches to the Linux kernel without having to reboot. ksplice requires no kernel modifications, just the source, the config files, and a patch. Author Jeff Arnold discusses the system in a technical overview paper. Ted Ts'o comments, "Users in the carrier grade linux space have been clamoring for this for a while. If you are a carrier in telephony and don't want downtime, this stuff is pure gold."

Slashdot Top Deals

The first sign of maturity is the discovery that the volume knob also turns to the left.

Working...