Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
Intel

The Big Technical Mistakes of History 244

An anonymous reader tips a PC Authority review of some of the biggest technical goofs of all time. "As any computer programmer will tell you, some of the most confusing and complex issues can stem from the simplest of errors. This article looking back at history's big technical mistakes includes some interesting trivia, such as NASA's failure to convert measurements to metric, resulting in the Mars Climate Orbiter being torn apart by the Martian atmosphere. Then there is the infamous Intel Pentium floating point fiasco, which cost the company $450m in direct costs, a battering on the world's stock exchanges, and a huge black mark on its reputation. Also on the list is Iridium, the global satellite phone network that promised to make phones work anywhere on the planet, but required 77 satellites to be launched into space."
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!"

Comment Re:Fat chance, but... (Score 1) 56

This game is full of bad game "design decisions" (at least in the PC version):

- Why the hell you could not jump? Great graphics, great atmosphere, but stuck in the floor?
- The input is lagging. I've tried to disable vsync, etc, but i still got a considerable amount of lag on my mouse.
- YOU CANNOT CHANGE DEFAULT KEYS. This really killed the game for me, as i don't really use any of the AWSD ones for movement. This is the first game in like 15+ years where i could not change the default keyboard controls.

TL

Slashdot Top Deals

Your good nature will bring you unbounded happiness.

Working...