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

 



Forgot your password?
typodupeerror
×

Comment books that were important to me (Score 1) 700

In high school I read all the Sherlock Holmes books. Later I found the charactor was based on a real person, Dr. John Bell.

The Moon is a Harsh Mistress by Heinlein was an indirect study in how society is affected by resources.

Stranger in a Strange Land also by Heinlein also about choices society makes that they aren't always aware of.

Comment Re:No, coding is useless to an entrepreneur (Score 5, Interesting) 202

One time I was writing some code to control hardware and the boss wanted it to watch for a condition and then alert the supervisors. I thought it was a good idea and asked him what symptoms defined this condition he wanted to watch for. He said "just let the computer figure it out." I don't think I ever got him to understand the computer doesn't think but just follows rules and until the rules are defined the computer won't know what to do. I ended up making a guess for rules and kept tweeking as I watched for false positives and negatives.

A entrepreneur needs to understand how computes work and how algorithms work or it's going to be a cluster.

Comment bandwidth expectations (Score 1) 365

Depending on what type of job you are doing, bandwidth could be an issue. As a sysadmin, when a server goes down my boss expects me to fix it "right now". Excuses like storms took down my internet connection aren't acceptable. I was expected to have alternate internet and as a last resort, drive into the data center to fix the problem.

Some Linux servers only had GUI interfaces for the hardware connection. Dial-up wasn't fast enough for these.

A programmer could be off line for a few days and still be productive as long as phone service was available so conversations with coworkers could still take place.

Comment slash code should work on more browsers. (Score 1) 410

I've tried 6 different browsers on 4 different platforms and none of them render slashdot properly. All of them render something different than the others. Firefox on Solaris was so bad I gave up reading slashdot at work. I would think Firefox on Linux would render it properly but it leaves out major chunks of screen that show up in Opera.

Is anyone going to acturally quality test your changes this time?

Comment Re:Sucks to be you! (Score 1) 516

I'm on the north side of 65 and am still employed as a sysadmin for a little more than 100k. I was 54 when I was hired and offered the second highest salary of my small group of sysadmins. Being old isn't a handicap yet. I have one company waiting for me to retire from my current employer just so they can have me work part time for them. I've never let my skills get rusty by studing both inside and outside the company. I'm considered the go-to guy for any weird Linux or Solaris problems and the person to see for ksh or perl coding help. I'll let you know in another 5 years if being old has become a problem.

Comment Re:Norton Disk Doctor (Score 1) 375

I second the suggestion for spinrite. It worked wonders for me back then. The biggest problem you have is the compression. Since the compression algorithm depends on previous data in the file, once you get to an unreadable sector everything after is lost. For some algorithms is any part is missing, all is lost. You might be able to read the raw disk sectors under linux. I remember doing something like that long ago but don't remember how to do it anymore. Reading it under linux has the benefit of not corrupting the data even with multiple read attempts. There is a second fat table on floppies but MS never used it. Linux will use it if the first seems corrupted.

Comment Re:Motorcycles... (Score 1) 1137

My Honda gets 60 mpg. With a 60 mile round trip that is about a $6 a day saving in gas over my pickup. I find taking the back roads home very relaxing. On the other hand there is no public transportation between my home and work so I don't really have the choice of public/private transportation. Mostly I ride when there is no ice on the roads and it's not raining on my drive in. I don't care if I get wet driving home. This year I started riding the bike in April and will continue until the snow flies which is usually in mid December.

Comment I would loose money (Score 1) 740

My 1998 Ford F-150 pickup which is in pretty good condition can be sold on the street for about $3000 but the voucher system would only give me $2000 for it. Hmmm, should I sell it or take a $1000 loss on the voucher? That being said, I've been looking for a high milage utility vehicle for the last five years with no luck. I keep thinking a Geo Tracker with VW's diesel would be a great combination but I doubt I'll ever see it.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...