Slashdot Mirror


User: koadic

koadic's activity in the archive.

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

Comments · 12

  1. Re:Good Move! on VMware to Make Server Product Free (as in beer) · · Score: 2, Informative

    As the parent says, Workstation lets you keep a practically unlimited tree of snapshots, which is great for testing. Server can only take a single snapshot. (Sure, it can be copied and stashed somewhere manually, but the Workstation interface is much nicer and the incremental shapshots more efficient.)

  2. Re:Sweet! on New Honda Accord Drives Itself · · Score: 1
    The #1 problem with drunk driving is being able to react to hazards in a timely manner... Staying in lane is easy.

    Not to go too far off topic, but NHTSA studies found four behaviors that highly correlate with DUI. Number one is "Problems in maintaining proper lane position."

    http://www.nhtsa.dot.gov/people/injury/alcohol/dwi /dwihtml/

  3. Re:I'm all for it! on Microsoft's 'IsNot' Patent Continued... · · Score: 1

    No, development will not grind to a stop; large companies like Microsoft often have cross-patent agreements with competitors. They also have such a huge patent portfolio that the threat of countersuits is enough to discourage anyone from trying to sue them.

    So development by startups and independent developers might grind to a halt, but the Microsofts of the world will keep right on going.

  4. Re:Y2K meant NOTHING to VMS users on VAX Users See the Writing on the Wall · · Score: 1
    I remember trying out some 5-digit years when we were doing Y2K testing, just to see what would happen. It seemed to work, except for displays that assumed four digits. Dates below Y10K looked fine.
    $ set time="10-jun-9425 15:20"
    $ show time
    10-JUN-9425 15:20:02
    $ show system/noprocesses
    OpenVMS V7.3-2 on node FUBAR 10-JUN-9425 15:20:03.57 Uptime 8 22:13:33
  5. Re:Kinda OT on US Busts Military Network Hacker · · Score: 1

    Sometimes not very good guards or very secure locations. Fulton County, Atlanta lost 67 memory cards last week. (http://www.accessatlanta.com/ajc/metro/election02 /09fultonvotes.html)

  6. Re:Read the Article. on WorldCom Wins $25M Bonus Judgement · · Score: 1

    I did read the article. It says the cash goes to "mostly" sales and service people, which means a few others (a good guess: top executives) get to dip into the pot. It does not say how much goes to the sales and service people, and how much to the unnamed others.

  7. Re:This article does NOT sum up how I feel on Copyrights/Patents are Public Domain? · · Score: 2, Insightful

    No BS about the public good? How about the first sentence: "insure domestic Tranquility... promote the general Welfare..."

    Even granting your argument that greed is good: Dead bodies have no greed. So why should dead bodies have intellectual property rights?

  8. Re:VMS better than *NIX? on Revitalizing the Internet and VMS · · Score: 1
    VMS did not let you put a lot of nice characters like space or multiple periods in the filenames, a far, far worse problem for the user than case sensitivity.
    As of OpenVMS V7.2 (the ODS-5 filesystem), you can use pretty much the same character set for filenames on VMS as you can on UNIX or Windows. The filesystem is still case-INsensitive, though. (A good thing, IMHO.)
  9. Re:VMS didn't leave on Revitalizing the Internet and VMS · · Score: 1

    Re: compilers - The OpenVMS C compilers are extremely flexible. Perhaps the system you were using was set up to use STANDARD=ANSI89 or more likely, STANDARD=VAXC, both of which prohibit C++-style comments. The default is STANDARD=RELAXED_ANSI89, which does allow them. Re: versioning - if you really want to, you can disable versioning on a per-file or per-directory basis, and not use them at all. You still see a trailing version number, but can ignore it.

  10. Re:VMS didn't leave on Revitalizing the Internet and VMS · · Score: 1

    Each version of a file is completely independent of other versions. Thankfully, disk space is cheap these days.

  11. Re:UNIX advantages. on Revitalizing the Internet and VMS · · Score: 1

    Actually, it's the other way around; VMS never had an "apropos" sort of command to search for keywords, but to get help on, say, the DIRECTORY command, you just type "HELP DIRECTORY".

    On the plus side, VMS help is hierarchical, so you can usually navigate your way down to what you're looking for by choosing the appropriate item from a list.

  12. Re:VMS better than *NIX? on Revitalizing the Internet and VMS · · Score: 1

    Source listings are still available, but they're no longer given away. These days, I think a listings CD will cost you on the order of $2000. (I can't find a price online.) $2K is expensive, but it's all relative; other commercial OS's (such as the ones from Redmond) won't give you access to their source listings at all.