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

 



Forgot your password?
typodupeerror

Comment The real reason? (Score 1) 180

MTV.

MTV videos started the depressing slide into 'attention avoidance' by flipping a scene every 1-2 seconds. At that rate there just isn't time to *focus* on anything. The result is that the brain enters passive mode and just avoids paying attention to anything.

Lather, rinse, repeat.

A whole generation is now incapable of focusing on *anything* for a whole hour.

Programming

Simpler "Hello World" Demonstrated In C 582

An anonymous reader writes "Wondering where all that bloat comes from, causing even the classic 'Hello world' to weigh in at 11 KB? An MIT programmer decided to make a Linux C program so simple, she could explain every byte of the assembly. She found that gcc was including libc even when you don't ask for it. The blog 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!"
Technology

Using EMP To Punch Holes In Steel 165

angrytuna writes "The Economist is running a story about a group of researchers at the Fraunhofer Institute for Machine Tools and Forming Technology in Chemnitz, Germany, who've found a way to use an EMP device to shape and punch holes through steel. The process enjoys advantages over both lasers, which take more time to bore the hole (0.2 vs. 1.4 seconds), and by metal presses, which can leave burrs that must be removed by hand."

Comment Re:Virtualization (Score 1) 73

Runs very well under QEMU. I've also tried it on VirtualBox. Works Ok, but VB doesn't support all BSDs equally well. Here's a shot of all 4 BSDs under QEMU

Interesting factoids-

Host: IBM T40 laptop with 1GB RAM. running FreeBSD 7.1-RC1. Guests: FreeBSD 7.1-RC1, (two VMs) NetBSD 4.0.1 OpenBSD 4.4 DragonFlyBSD 2.0.1-RELEASE. QEMU version 0.9.1. AQEMU version 0.5 (01/09/2008)

I'm working on using it for BSD Professional Certification lab exams.

---

Jim B.

Slashdot Top Deals

Almost anything derogatory you could say about today's software design would be accurate. -- K.E. Iverson

Working...