Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:"Dayum!" (Score 1) 220

IMO: Taking that much money from government should be considered a very literal hanging offense.

You are assuming that the government had nothing to do with this failure. Software development by committee never ends well.

It's not too uncommon for government projects to have every bureaucrat in the mix trying to get their grubby little paws on it and make it how "they want". I can't even imagine trying to write software and having, literally, thousands of "bosses" giving you contradictory or impossible requirements. Add in lowest-bidder and you start to understand why every government software service you've ever used sucks at least a little bit.

Comment Re:System requirements (Score 1) 426

I put Puppy Linux on such machines and it works well. Similar in speed to XP (and doesn't get slower over time). Lubuntu is a bit slow for such work but it does run.

My friends who just want webmail/Facebook/etc use it to browse with no problem. For the really challenged you can delete most of the desktop shortcuts and rename what you keep to what they do.
I tuck a copy of the live CD inside the case of their desktops just in case.

Comment Re:all i want is BP-rewrite (Score 1) 297

How is an I/O scheduler supposed to know if the block it's currently working on is one you're about to request? Unless you've got a very consistent and sequential workload, it's EXTREMELY difficult if not impossible to predict which block you're going to want next.

It's acceptable to make first seek time a little slower if you can make many seeks faster in the future by reorganizing some blocks. And if the io scheduler were sufficiently good, then it would be able to prioritize the defrag task somewhere down in the basement, where it would only get blocks when the system looks quiet.

I imagine that this is actually really hard, since otherwise someone would have done it by now. But it still boggles my mind.

Comment Re:AMD Experience (Score 1) 148

I started off having problems with ATI drivers twenty years ago with Windows 3.1 and the Mach32. Even Radius could make more stable accelerated video drivers. Hell, so could S3.

Today, people are still having serious problems with their ATI video drivers, now they're just called AMD.

ATI can't code their way out of a nutsack.

Comment Re:Cue Linus in 3..2..1 (Score 1) 335

Considering we used to run Linux and our applications in 32MB of RAM and 64MB of Flash in embedded systems,

Tee hee. My first Linux box was a 386DX25 with 8MB of DIP DRAM and a 1MB Trident ISA VGA card. I did have a whoppin' 120MB of HDD, though. I have run GPE on iPaq (Familiar) but I've got a 128MB+WiFi CF plus the SD slot.

Comment Re:So... no separation between system and userspac (Score 2) 335

It boggles the mind that anyone would suggest something like this and then use the excuse of "well we only run on app on a box". That's such amateur hour nonsense. It's like running your cloud apps on classic MacOS or an Amiga.

Their premise is that you'll write your app as a series of separate servers. Then you'll deal with inter-server security instead of inter-process security. If two processes are basically parts of the same program anyway, you can run them on the same server so they can share memory.

I think it's a silly idea, but it's not an inherently bad one. It might well make sense for some kinds of workloads. Until we get back single system image clustering on Linux (there was OpenMOSIX) this might help some people.

Slashdot Top Deals

One way to make your old car run better is to look up the price of a new model.

Working...