Slashdot Mirror


User: sk999

sk999's activity in the archive.

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

Comments · 211

  1. Is the IBM logo still relevant? on IBM Thinkpads now in Titanium · · Score: 1

    Shouldn't the logo that Slashdot uses for the article now be a "Lenovo" logo (whatever the heck that looks like) now that IBM has sold the business?

  2. Best setup for an airline flight on Ultimate Software Developer Setup? · · Score: 1

    I have done lots of good coding on airline flights - no phone calls, no people dropping in, no Slashdot to read. Some keys to success:

    1. Fly American Airlines. They have power ports in coach as well as 1st class. (They are also the only major airline that has not gone bankrupt - yet).

    2. On a Super 80 (that's a big version of a DC9), get seat 21F. That is an exit row window seat that reclines. Some people like 21D (aisle), which is OK too. Ideally, the middle seat next to you is empty. (If you have a Gold card or above, you can reserve exit row in advance.) The exit rows on these planes have more legroom than 1st class. Go for an upgrade only if the middle seat is likely to be filled.

    3. Bring food and drink.

    4. Bring a power adapter for 12V. Different vendors sell these. On American, the plug is the same as for a cigarette lighter in a car.

    5. (Optional) Select a flight that is likely to be delayed a few hours, say, for passing T'storms. This gives you more time for coding without having to worry about the seat belt sign. [Obviously not recommended if you have to make a connection.]

  3. Re:Maybe... on MySQL and SCO Join Forces · · Score: 1
    Why would MySQL decide to work directly with a company that has deemed the GPL as unconstitutional?"

    Or maybe because they are located in Sweden which has it's own constitution?

  4. Consultant was hired in 1999 or earlier on Unsealed SCO Email Reveals Linux Code is Clean · · Score: 1

    Although the email is dated 2002, the consultant's study that it refers to was delivered in 1999. You have to dig through the links on Groklaw to find this out. The consultant, Bob Swartz, examined Red Hat 5.2, which would be a 2.0 generation kernel.

  5. Fallen window ... on Falling Window Cover Damages Discovery · · Score: 2, Interesting
    A falling window knocked out the shuttle? Geez, those things are supposed to keep the cabin pressurized in space, and one just fell out?

    ... oh wait, a window cover.

  6. Re:Yeah, but was that a SpeakEasy issue? on PC World's ISP Service Rankings, as of June 2005 · · Score: 1

    I also waited 4 months, and yes, it was a Speakeasy issue [i.e., they created the problem. they told me that I needed to take steps to fix it, in the end they were the only ones who could fix it, which they did, but jeez, 4 months wasted.] Since then, however, the service has been impeccable. SBC, of course, was more than willing to step in and sell me service, but they couldn't figure out how far I was from the central office, even telling me that I couldn't qualify for more than their lowest level of service, in spite of the fact that a good golf shot from my front yard would hit the side of their building!

  7. How much money do you spend at these stores? on Using Computer Stores to Spread Open Source? · · Score: 1

    If you go into any one of the stores and offer to spend a big enough wad of cash, but only on the condition that they preinstall the OSS of your choice, you will get their attention. Money talks.

  8. He did conduct research, but in the wrong place .. on The SCO Trial Through A New Lens · · Score: 2, Informative

    The problem is that Murphy probably obtained his information by reading SCO's legal briefs. Here's a quote from a declaration of John Harrop, submitted by SCO:

    "... Mr. Torvalds had been studying an operating system that one of his professors [Andrew Tanenbaum] ... based on and derived from UNIX,"

    IBM, in a later brief, pointed out that Tanenbaum teaches in Amersterdam, while Torvalds was a student at the University of Helsinki in Finland.

  9. NO! NO! NO! on New Bill Would Ban Public NOAA Weather Data · · Score: 3, Interesting

    I actually had an Accuweather account for years, dial-up (paid for long distance bill plus $10 per month). I stopped using it once weather via internet (both gopher and later http) became available because the internet product provided vastly more information (like satellite .gif images, radar maps) and in a much more usable format. The cost was only secondary. Remind me again, how will this bill better serve the public?

  10. 029 on In Which OS Do You Feel More Productive? · · Score: 1

    I've used both 026 and 029 keypunches (along with all the standard tty keyboards, ASR33, vt100, decwriters, IBM PC, Mac, SunOS, SGI, etc.) and the 029 was by far the most efficient device for entering source code, notwithstanding the fact that if you made a mistake, you had to eject the card and start over from scratch. The 029 was also OS agnostic (sort of). Can't say anything about OS X ... never used it.

  11. Re:I just tried it with lynx on MSN Search - From A UI Perspective · · Score: 1

    Slightly OT, lynx lets us compare the "weight" of
    the big search sites. [In this comarison, smaller
    numbers are better.]

    First, let's "weigh" MSN:

    lynx -source http://www.msn.com/ | wc
    344 2027 41468

    (the last line gives the number of lines, words,
    and bytes in the source code for the web page.) We
    find that the home page "weighs in" at 41 kbytes.

    Next up, YAHOO:

    lynx -source http://www.yahoo.com/ | wc
    441 2078 32002

    So Yahoo has more lines, the same number of words,
    but overall has only 3/4 the total "weight" of
    MSN.

    Finally, Google:

    lynx -source http://www.google.com/ | wc
    12 102 2058

    Google "weighs in" at a parsimonious 2 kbytes.

    The verdict is in: it's not even close - comparing
    MSN to Google is like comparing an amateur to a
    professional.