Slashdot Mirror


User: kenholm3

kenholm3's activity in the archive.

Stories
0
Comments
15
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 15

  1. Off Topic : SciFi on What "Earth-Shaking" Discovery Has Curiosity Made on Mars? · · Score: 1

    Wouldn't it be interesting if a new life form were discovered and when Curiosity beamed all the info it had collected back to earth only then do we find out that the way this newly discovered life form proliferates was through transmission, of any form or vehicle, of it's "data". So, by transmitting that data back here, Curiosity has introduced that new life form to Earth. Then, of course, the new colony can be defeated/undone wholly by someone unawares swallowing the entire colony. ModDown ModDown -K

  2. Re:Sure on Can Microsoft Really Convince People To Subscribe To Software? · · Score: 1

    *ack* you've screwed up my streak now.

  3. Sure on Can Microsoft Really Convince People To Subscribe To Software? · · Score: 2, Insightful

    People subscribe to stuff (software) all the time. How many folks pay for WoW? How many businesses pay "annual maintenance" which akin to a subscription.

    As for folks liking FOSS, it's still there. If FOSS was that good*, MS would not sell as much as they do.

    *I'm an old *nix guy. I ~do~ dig FOSS, when it's appropriate. Currently, MS Office is the defacto standard in the business world.

    I know it's cool to gripe about MS and Bill Gates. I prefer to waste my time on other things. And, I've ~never~ been accused of being cool.

  4. Shazaam! on Apple Unveils New iPad · · Score: 0

    How did Apple sneak that one out. They're like ninjas!

  5. Pay taxes? on Slate: Amazon's Tax Stance Unfair and Unethical · · Score: 2

    Amazon won't pay taxes, they'll just collect them from you and me. WE will be the ones paying those taxes...

  6. He should have on Chinese Boy Sells Kidney For iPad2 · · Score: 1

    gone for the Wii

  7. Just a rumor on Bill Clinton Suggests Internet Fact Agency · · Score: 4, Funny

    Bill Clinton didn't say this.

  8. Your box / Their Network on Ask Slashdot: Do I Give IT a Login On Our Dept. Server? · · Score: 1

    In reading over this, it seems harsh. It is not my intent to be harsh. I get to deal with this type of interaction fairly regularly where I work. I think it is an opportunity to talk openly about some of the struggles IT has with providing responsive, responsible support to our customers.

    A couple of observations:

    * You're right: The server is not owned or managed by them
    * You bought something and put it in place without explicitly consulting IT
    * The box is going to travel on a network that ~is~ owned by IT
    * There are lots of other nodes on that network that may be affected by yours
    * You're asking IT to support something they were unable to plan for

    You're not an ordinary Joe if you're installing/connecting all those pieces of the puzzle. However, it's a bit presumptuous to think IT needs to conform to your personal requests without prior knowledge of your intent. As for running it up the chain, you may tread lightly. My current CIO would smack the request down pretty quickly and would probably demand that you remove your unauthorized IT device from ~his~ network.

    Looking forward to reading some of the other responses.

  9. Walmart Family Mobile powered by AT&T? on AT&T To Acquire T-Mobile From Deutsche Telekom · · Score: 1

    Walmart made a splash a few month back with their new post paid family mobile plan. They touted their service as riding on T-Mobile's gear. I wonder if AT&T will want to keep this in place. If they do, how will it affect the WMart plans?

    I have been on an el cheapo plan or quite a while. Will AT&T eventually jack my rates? Time will tell I suppose. I, for one, will be keeping an eye on how this develops over time. It may be time to jump to a regional carrier like Cellular South.

  10. A map is a map on 'Death By GPS' Increasing In America's Wilderness · · Score: 1, Insightful

    Whether that map is electronic (GPS) or not (origami), maps can be out-of-date or just plain wrong. Nattrass said. "A map in that case may have been a lifesaver for them." Not so. If they had a GOOD/ACCURATE map, it could have been a lifesaver. Had they a map from 100 years ago, it would have been useless.

  11. Mr. Uncool on Competition Aims To Make Cybergeeks Cool · · Score: 1

    I'm a geek (non-uber). I seek to be uncool. I don't care to be what the world wants. Read a different way: Who cares what others think. IMO

  12. Re:I second - but... on WikiLeaks Nominated For 2011 Nobel Peace Prize · · Score: 1, Funny

    It won't be anonymous when Assange gets the /. leaks...

  13. Flickr on How Do You Store Your Personal Photos? · · Score: 3, Informative

    $25 / year. Easy to use. Easy to share. My 70 y/o dad harasses me on a regular basis when we'll post new photos. Currently have 10k+ pics online. Back up of our Flickr is Carbonite. -K

  14. As well as on Skin-Tight Bodysuits Could Protect Astronauts From Bone Loss · · Score: 1

    Loss of Mojo

  15. script (and scriptreplay) on (Useful) Stupid Unix Tricks? · · Score: 2, Interesting

    Whenever I want to know _what_ I did, I'll fire up script and capture my keystrokes.

    If your system has it, you can "watch" yourself with scriptreplay

    EXAMPLE
    % script -t 2> timingfile
    Script started, file is typescript
    % ls
    <etc, etc>
    % exit
    Script done, file is typescript
    % scriptreplay timingfile