Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Firechrome (Score 1) 381

After a few years of increased use of chrome, I have found myself going back to firefox over the course of the last year. The chrome startup time (with lots of tabs) is what drives my preference for firefox. I used to use chrome for debugging javascript, but even that is not so important with recent updates to the firefox debugger.

Comment Re:I agree... (Score 1) 279

1) organic chemistry is part logic, part memory work
2) this is something that med students should be able to handle
3) I am not particularly good at memory related courses, but because I could hack away at it using the logic of reactions mechanisms I did suprisingly well
4) disclosure: phys chem was my major

If you want to be a farkin doctor, you should be able to handle organic chemistry. This article strikes me as whinging.

Comment Probably not (Score 1) 418

One thing annoys me, on my otherwise excellent LG 37" 720p LCD screen, and that's the fact that it only has one HDMI port. This has caused me some grief over the years when experimenting with media computers running xbmc. Okay, one other complaint is that the PVR I have comes up in 480i mode by default, but the screen doesn't support 480i so I have to jump through a few hoops to configure it for 720p.

Comment Books qualified (Score 1) 322

Without question my favourite application of SciFi is written, since so much is destroyed by Hollywood. No doubt there have been some great SciFi films over the years, in the early 70s 2001 was one of my great inspirations and Moon springs to mind as a recent perfect adaptation. But short SciFi is absolutely my favourite way to consume the genre. Get and read the Science Fiction Hall of Fame Vol. 1 for some great short story and novella forms in some of the best SciFi from the golden era. Run, don't walk, you chubby little nerds and buy this collection, you know you want to.

Security

Dell Ships Infected Motherboards 326

An anonymous reader writes "Computer maker Dell is warning that some of its server motherboards have been delivered to customers carrying an unwanted extra: computer malware. It could be confirmation that the 'hardware trojans' long posited by some security experts are indeed a real threat."

Comment find old files in bash (Score 2, Informative) 375

I managed to find some files from 1991 on one of my old file servers. No doubt if I also searched archives (tarballs, zip files, etc) I would find something older,

fdir="/backup"
find $fdir -type f -printf "%T@ %Tc %p\n" | sort -n --reverse | tail

676094400 Wed 05 Jun 1991 12:00:00 AM EDT /home/obfuscated/valium/tmp/dosutils/copying

this also happens to be a version of the GPL from June 1991. Kinda cool that.

Slashdot Top Deals

Today is a good day for information-gathering. Read someone else's mail file.

Working...