Slashdot Mirror


User: kaisyain

kaisyain's activity in the archive.

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

Comments · 571

  1. Re:I don't know why it tanked, either on Rick Berman Doesn't Know Why Nemesis Tanked · · Score: 1

    Are you on crack? ToS was canned because of a lack of a following. TNG went on forever because of a horde of rabid, scary fans.

  2. Re:System V init on SCO Group Hires Boies After All · · Score: 3, Interesting

    Except for those Linux systems which don't use sysvinit, I guess you mean. I think Gentoo, for instance, uses something other than sysvinit. There's no real reason other distributions couldn't as well. sysvinit isn't part of the linux kernel, it is just a piece of software; you can put anything you want in /sbin/init.

  3. Re:Here's a simple one... on Discuss BIOS and Palladium Issues With an AMIBIOS Rep · · Score: 1

    How will HP be able to undercut them on price? HP has to pay for the cost of making those changes in the first place. Everyone else just has to pay for the evaluation. First mover advantages are often overrated.

  4. Re:I used to love his stuff on Prey · · Score: 2

    Generally speaking, if a lot of people read and like an author, I'm finding that I don't tend to like it.

    Because Neal Stephenson is pretty much a nobody that only you have discovered. You know that his last book was on the NYT best seller list, right? Guess you should steer clear of Neal from now on.

  5. Re:I drove a VW Diesel on 239 MPG Car · · Score: 1

    They are noisy, and dirty.
    Not any more


    Not noisy but certainly dirty. According to the EPA the best VW diesel pollutes twice as much as the worst gas car in its segment (a Ferrari Enzo). When compared to the best gas car it contributes an order of magnitude more pollution.

  6. Re:shame there aren't more users on Mozilla 1.2 Unleashed · · Score: 1

    Really? Phoenix just crashed at home 20 minutes ago and all of my preferences are gone. At least it didn't eat my bookmarks, too.

  7. Re:hopefully they did it right.. on The Wireless City · · Score: 2

    ssh -p 80

    22 is just a number.

  8. Re:uh on An Overview of the Boa Web Server · · Score: 3, Interesting

    Very true. Several years ago when I was in college I ported Boa to DOS. At the time I thought it was the world's first DOS httpd but was later informed someone had beaten me to the punch. At the time Corel or someone were releasing their free DOS replacement and talked to me a couple of times about including Boa for DOS but eventually their project died.

  9. Re:tinydns: internal and external views? on Bind 4 and 8 Vulnerabilities · · Score: 1

    Yes it can.

  10. Re:Is this some sort of a MS tradition? on Halloween VII · · Score: 2

    The PR department doesn't write strategy documents. So what you're saying is that this document could have easily been forged by anyone who, like you, "closely follows MS PR" (i.e. reads the news).

    Strategy documents are not press releases. Press releases are not strategy documents.

  11. Re:Death of TiVo, film at 11... on AdAge Predicts Tivo will Fail · · Score: 1

    Did you read the article? They are saying that TiVo (the company) will fail because PVR features will be offered standard in televisions from Sony, RCA, etc. Which has nothing to do with them being upset that you can skip their ads.

  12. Re:Suit and Tie do not make the programmer. on Suit Up Or Ship Out? · · Score: 1

    Well then you are an idiot for wearing wool in the summer in Texas. You know they make suits out of other materials, right?

  13. Re:Help Save Firefly!!! on Stargate SG-1 Gets A Seventh Season · · Score: 1

    Yep and the list goes on and on. West Wing, ER, 24.

    Oh wait....

  14. Re:Hardly news ... on CERT: Sendmail Distribution Contained Trojan Horse · · Score: 1

    You realize that the Iliad doesn't actually talk about the Trojan Horse because it ends when Achilles dies, which happens before the city falls?

  15. Re:What is Fortran used for these days? on Fortran 2000 Committee Draft · · Score: 2

    Blitz's benchmarks show that Fortran isn't quite the speed king you imply it is. As they show Blitz++ does more aggressive loop unrolling than Fortran. The main performance bottleneck seems to be that Blitz++ doesn't do loop jamming, although they show there are circumstances in which loop jamming makes the Fortran compilers slower. The moral of the story: benchmark, never assume.

    Fortran may be faster for your particular application. But it may be slower. If performance is that important then you have to write both and benchmark them. If performance isn't that important then other considerations (availability of libraries) dominate.

  16. Re:Pretty cool offerings on New MP3 Portables · · Score: 2

    Sharp and Sony don't care. They license IP all the time. They don't care about a "free" format. They care about market penetration.

  17. Re:Interoperation would be...hard on Should Open Source Content Management Interoperate? · · Score: 1

    Protocols are not some myseterious thing that should be piggy-backed upon.

    You mean like the way http is piggy backed on top of TCP which is piggy backed on top of IP which is piggy backed on top of ethernet?

    Do you have any actual critiques of webdav other than not liking that its protocol is based on top on http?

  18. Re:it's not about not paying for the software on HP Publishs First Linux TPC-C Benchmarks · · Score: 2, Insightful

    With Linux, you aren't locked into a single vendor.

    This benchmark tested Oracle. If you put 18TB of data into an Oracle database you are locked into a single vendor anyway.

    And if you don't like Linux anymore, you can switch to any of a dozen other, compatible platforms.

    No, you can switch to whatever platforms Oracle supports. Because you have 18TB of data in it.

    With Windows, you are locked into a single, proprietary implementation and Microsoft has you by the proverbial precious body parts; there is no other vendor you can get a compatible implementation of Windows or all the Windows libraries from.

    I'm using an Oracle database. Why do I need compatible implementations of all the Windows libraries if I decide I want to migrate that database cluster to another host OS?

  19. Re:Proper spellings on Zaurus Sync Software (Finally) Available for Linux · · Score: 2

    You fail to understand how trademarks work. You do not need to write Microsoft(TM). Take a look at how every single newpaper and magazine on the planet Earth spells it: Microsoft. It is part of fair use of the trademark.

  20. Re:MS doesn't implement snprintf() on MS Exec: 'Our products just aren't engineered for security' · · Score: 3, Informative

    You are completely clueless. Microsoft has lots of things that are completely specific to windows (like _ltot) that have leading underscores. That is how Microsoft (sometimes) tell you things aren't part of ANSI C. You are right, snprintf isn't part of the standard. Blame ANSI, not Microsoft.

    And I doubt they use "%13s" or directives like this in sprintf(), or if their version even supports these constructs.

    That works just fine.

  21. Re:A lost art, alas on Assembly Language for Intel-Based Computers, 4th edition · · Score: 2

    Did you spend two years learning lambda calculus before you were allowed to program?

    All algorithm theory should be taught in assembly.

    Out of curiosity...what kind of crap school did you go to? We didn't program at all during my algorithm theory class. We did math. That's what algorithms are. Assembly is just a layer of cruft on top of the math.

  22. Re:High End vs. Souped Up on Gamers Drive High-End PC Market · · Score: 1

    Actually it does impact Toyota and Nissan. When Ford was coming out with its Focus it spent a lot of time and money working with aftermarket parts suppliers so that that subculture would be ready to hit the ground running with the Focus' release. Ford did this because their market research had shown how much of an effect those people have on car sales. Not only do they count as sales but also are a strong advertising force.

  23. Re:We already do pay for TV without commercials on How Could TV Survive Without Commercials? · · Score: 1

    As opposed to the 99% of "premium" channel content that sucks ass and isn't worth watching?

  24. single player claim to fame. on DOOM 3 will use P2P System? · · Score: 5, Insightful

    What was the last FPS that made it's claim to fame in single player mode only? Probably the original Doom.

    You're joking, right? Goldeneye 007, Half-Life, Deux Ex, Thief, System Shock, Rainbow 6, Jedi Knight, Medal of Honor: Frontline, No One Lives Forever, MDK, Outlaws, Hitman, Shogo.

    I like playing FPS because they let me pit my wits against other people.

    You can play most games online, from Backgammon to Chess to every RTS made nowadays.

  25. Re:No Government Bailout In Sight on WorldCom Fraud Doubles · · Score: 4, Insightful

    The days of government bailouts are over.

    You mean like the bailout of the airline industry just a few months back? Or the bailout of farmers that was just passed?

    Government bailouts will be around for a long, long time.