Slashdot Mirror


User: scotch

scotch's activity in the archive.

Stories
0
Comments
1,593
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,593

  1. Re:Why would you use this? on The New C Standard · · Score: 1, Informative

    You don't know what you are talking about.

  2. Re:Days are numbered? on Guitarists, your Days are Numbered · · Score: 1

    While I love to hear a good guitarist, there is more to music than guitar virtuosity.

  3. Re:The clue is in the word 'fiction' on Is Science Fiction the Opiate of the Geek Masses? · · Score: 1
    Regarding PKD and his vacuum tube supercomputers, I would say he got the science right but the engineering wrong.

  4. Re:Faith in the future, more than Stra Trek. on Is Science Fiction the Opiate of the Geek Masses? · · Score: 1
    This is great:

    Teach a man to fish and you'll find him the next day selling those fish for drugs.

    Can I quote you?

  5. Re: Your sig (OT) on Glass In Spaaaaace · · Score: -1, Offtopic

    The why is called "the good book", smarty-pants. And if it's a collection of 60 independent books, I should be able to find all of those books independently, in a form that predates the thousands of years and editing, translation, transcription, politicizing, and anthologizing that produced the bible we have today. You know, like the one called "good news" you have on your bookshelf.

  6. Re:MythTV? on Fedora Core 4 Available · · Score: 1
    I installed mythtv on FC4 test 2 - never did myth before, so can't give you a comparison. Most dependencies were handled via yum and atrpms or livna. A couple things I build, including mythtv. Had to track down a few compiler errors with gcc-4.0 - pretty straightforward. This is with the head of mythtv cvs - watching the dev mailing list, those things are getting fixed.

    HTH

  7. Re:M$ is really on a tear today... on MS Unveils Beta of New Image Editing Program · · Score: 1
    I thought the general concensus on this board ....

    Congratulations on the first SlashBorg post!!!

  8. Microsoft: "Me too!!!" on Microsoft's Music Subscription Service · · Score: 1

    Subject says it all.

  9. Re:Idea for new Slashdot section on Cringley Thinks Apple & Intel Are Merging · · Score: 4, Funny

    I thought the ultimate irony was "Raiiiaiin on your Wedding Day." Boy have I been misinformed.

  10. Re:Do people still write new C++ code? on Effective C++, Third Edition · · Score: 1
    My apologies, clearly you and the poster are correct. However, in my defense, the OP was responding to a claim about Java and C# and an implementation language for an OS. That original claim stuck in my head for the entire conversation. It seems that he and you are claiming the similarities between java and smalltalk/lisp, for example, are strong enough that the demostrated art in the latter is evidence for the claim wrt the former.

    Certainly the fact that the equivalent of a context switch can be much lighter weight in a virtual machine than it can in your typical C OS implementation is important for some classes of applications.

    Am I sufficiently with it now?

  11. Re:Do people still write new C++ code? on Effective C++, Third Edition · · Score: 1

    I was unaware that your typical jvm could run more than one unrelated process.

  12. Re:Do people still write new C++ code? on Effective C++, Third Edition · · Score: 1

    Whoops, int pid = ::getpid (). That's what you get for free. For $9.95, you can have the infinitely faster version. For $29.95, you canhave the version that's slight faster yet. For $1M, I'll come over to your house and tell you the process id whenever you need to know it.

  13. Re:Do people still write new C++ code? on Effective C++, Third Edition · · Score: 1
    You're comparing apples and tangerines - either you need to make the system call 1 million times or you don't - the fact that java guesses for you for this particular function that you don't need to make the call every time is a fluke. Using it as an example is disingenous. For other system calls that can't be cached, java and C will have similar performace; i.e., slow - and the java will be marginally slower because that's just the way it is. Here, I'll give you some free code such that C++ will exceed the performane of java for your stupid example:

    namespace idiot
    {
    int getpid ()
    {
    static int pid = getpid ();
    return pid;
    }
    }
  14. Re:Its all about availability. on Will Next-Gen Consoles Kill Off PC Gaming? · · Score: 1
    Try the US Treasurey, Fantasy Currency division. It's two doors down from the Department of Humor and Whimsy.

  15. Re:Its all about availability. on Will Next-Gen Consoles Kill Off PC Gaming? · · Score: 1
    You've described me exactly. I have so much disposable income I wipe my ass with $400 bills.

  16. Re:Sure Sign of a Fanatic on Poor Man's Kinesis Keyboard: The K'nexis Keyboard · · Score: 1

    No offense intended, mister serious. I noticed that odd turn of phrase and was going for funny. Failed, I guess.

  17. Sure Sign of a Fanatic on Poor Man's Kinesis Keyboard: The K'nexis Keyboard · · Score: 2, Interesting

    Beware of endorsements from people who say "I've never looked back." There is no surer sign of fanatical devotion to a particular technology than that phrase. You will usually find "I've never looked back" after an anecdote justifying said fanatics use of the technology and especially their decisions to purchase fringe technology for relatively high prices. Ironically, "I've never looked back" is offered to endorse the fanatics chosen poster gadget, yet the phrase, if evaluated honestly, clearly says more about the purchasers fanaticism than it does the quality of the gadget. Indeed, the rational consumer always looks back and re-evaluates purchases, technological trends, long-term quality and alternatives that have come on to the scene; the fanatic, on the other hand, clings to his decions against all evidence and data. Please, if you see or hear "I've never looked back", run away from the source as fast as you can, and do not look back. Thank You.

  18. Re:WTF? on Mad as Hell, Switching to Mac · · Score: 2, Insightful

    If you had read the article, you would have noticed that many of his complaints were about range of quality and problems that come with intel hardware.

  19. Re:Nice Work! on Unlocking the GeForce 6800 · · Score: 1

    What do you mean "confirm I'm not a script?"

  20. Re:Terminology is chosen to generate emotions on MPAA Blames BitTorrent for Star Wars Distribution · · Score: 2, Insightful

    Aside from the clear-to-everyone-except-you US bias of this discussion board, the US leads the rest of the world in the adoption of draconian intellectual property laws. The USSC does matter to this discussion and even to you. Get over yourself already.

  21. Re:Crime prevention on Just a Phone? · · Score: 1

    For every 1 criminal caught with a camera phone, there are probably 10 uses for peeping toms, upskirt shots, and papparazzi (sp?) style celebrity pictures.

  22. Re:Um on Teacher Fired for P2P Lecture · · Score: 1
    Why don't you just admit you were an asshole and move on?

  23. Re:OK - is this the most stupid AskSlashdot today on 32-bit to 64-bit - Obsolesence Pains Again? · · Score: 1

    Instalsuit?

  24. Re:interesting on Indian Company Shows Off Sub-$200 Laptop · · Score: 1

    Maybe the pun is that "redneck" could also be a derogatory word for an American Indian. Backwoods Indian indians described as rednecks? A stretch, sure, it's more likely that the GP doesn't konw what a pun is.

  25. Re:Carnivorous isn't superior on From Carnivore to Herbivore · · Score: 5, Funny
    Furthermore, the chain for a carnivore is simply longer by one (plants->herbivores->carnivore)

    The way I look at it, I'm a vegetarian, but cows are part of my extended digestive tract.