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

 



Forgot your password?
typodupeerror
×

Comment Re:Recall when hell freezes over (Score 2, Informative) 314

I use to own a Dell Inspiron 5150 that had to have a motherboard replaced out of warranty. (I've since given it to my wife as she is a lighter user and it'll probably last longer with her). The most likely cause is a known but never acknowledged issue where with normal use the case wears against a component on the motherboard severing it. It's not the first such issue I've heard of.

I too have an Inspiron 5150, and I too had the motherboard replaced past the original warranty; however it was still free as a result of a class action lawsuit over this problem in the 5150.
http://www.lieffcabraser.com/dell-inspiron-2.htm

Comment Re:yes and no (Score 1) 1078

Exactly. I used to work for a company where there was one smoker who chain-smoked all day long in her office. She went through computer components and printers like the rest of the office went through coffee. The other computers had hardly any hardware problems. From motherboard failures, dead CPU (heatsink was covered in that fuzzy residue you mentioned), to hard drive failures, multiple dead printers (the electronics apparently, not the mechanical parts); I was always replacing something in her office. It was ridiculous.

I don't blame Apple at all for voiding warranties of computers kept in such damaging conditions. Just seems they are citing the wrong reasons here.

Comment I'm an expert! (Score 5, Funny) 660

"Long-winded 'explanations' of the code in the application's comments (that is, the ones that read like excuses), indicate that the developer probably didn't understand what he was doing.'"

That's right, I'm an expert and I keep my code comments short and sweet. Observe:

// This function kicks ass.

function kick_ass()
{
...

// This following code is like Chuck Norris. It doesn't know how to fail.

while(true)
{
...

Comment Re:It's about social status... (Score 1) 836

It would be difficult to add any more arrogance to your comment.

As a computer science (BS) student I too had a lot of difficulty with calculus. I'm not bad at math, but calculus in particular was just completely unintuitive to my brain. No other course in the CS program gave me as much trouble as did calculus.

I'm glad I suffered through it (though unfortunately my GPA suffered too) because I do think that calculus is valuable even if rarely used directly in computer science. I'm very good at programming and at problem solving, however I don't think calculus had anything to do with that at all.

Why is calculus required for CS? Probably because CS is frequently offered through the school of engineering and most engineering degrees require calculus. My university has since added a new CS degree (BA) through the college of arts and sciences that does not require calculus. Historically CS got lumped in with engineering because they didn't know where else to put it and that seemed like the closest fit. It is not a perfect fit, and CS does not necessarily require calculus; certainly not in the way the more traditional engineering disciplines do.

Comment Re:Bide your time (Score 2, Insightful) 1006

As someone with long experience working with lawyers I can tell you that the percentage that are dirty, crooked scumbags is just as high as in IT or the general population. If no lawyer did anything dodgy then there wouldn't be many disciplinary or disbarment hearings, yet they happen all the time. Just look up news reports of lawyers busted for fraud involving millions or billions of dollars. There are several from just the past few days, and that's only one type of dodgy act and only the high-profile cases that make the news.

Comment Re:Archival? (Score 1) 117

Why is this so funny? I use the digital equivalent all the time. No need to store massive amounts of data when you can backup the md5 hash instead. It's never more than thirty-some bytes so I haven't even needed to overwrite older backups.

Slashdot Top Deals

Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse

Working...