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

 



Forgot your password?
typodupeerror
×

Comment Re:Unsubstantiated rumor (Score 1) 325

(1)+(2) I don't think Dell manufactures components but they design their own motherboards, cases, etc and assemble everything. That's a lot different from just reselling stuff. AMD sold the manufacturing part of its business a while ago, they basically just design chips now which is not that dissimilar to Dell's situation.

(3) They could save money by using their own chip designs rather than paying a third party like they do at the moment. I think the biggest gain would be in custom chips for storage/networking kit. I do agree about the investment part though. And selling x86 chips and GPUs isn't their area, especially becuase of the monopoly claims it''s bound to cause.

Overall I think there are some benefits but it's probably not a good idea.

Comment Re:Stupid fixed-position crap (Score 1) 2254

I agree, although I'd settle for a way to collapse it down to just the slashdot logo in the corner. The grey padding at the top needs to go too. This might be ok on a modern high-res desktop machine but on my netbook I want the maximum screen space possible for content.

Comment Re:Yeah righ (Score 1) 43

The problem is that the banks that failed were massive and would have taken the rest of the economy with them. You basically have a choice of regulating the size of the banks and letting them fail or removing regulation and potentially having to bail them out. Either way, an unadulterated free market won't work.

Comment Re:Use databases! (Score 1) 235

I would say put the data in the database too. It doesn't have to be relational, you can use BLOBs. It has the following benefits:
  • You can use transactions on both the metadata and the data
  • Backing up the database backs up everything in one go
  • You can easily set up standby systems that mirror the whole database consistently
  • It makes writing applications easier, anything that can talk to the database can get at the data. No messing around with mounts or file servers
  • You can use a single security model. Most databases support a decent access rights system

Comment Re:Won't Loving Work. (Score 1) 466

You need to actually think about the reason for fines. It is supposed to be a punishment that is significant enough to make you not want to break the law again. If the fines are fixed and you are rich then the punishment is actually less because the amount of money is worth less to you.

This system is designed to right the wrong you describe, giving a poor guy a harsher punishment.

In the UK we have points and a fine, although the fine is probably fixed. Personally, I think points are good for giving people a bit of leeway before revoking their license but fines are better for stopping people who will just speed until they're up to the last point. Getting a point doesn't directly cause you any hassle so it won't be as effective as a deterrent.

Slashdot Top Deals

FORTRAN is not a flower but a weed -- it is hardy, occasionally blooms, and grows in every computer. -- A.J. Perlis

Working...