Slashdot Mirror


User: DogIsMyCoprocessor

DogIsMyCoprocessor's activity in the archive.

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

Comments · 167

  1. Ethical issues of overclocking - on Intel's Anti-Overclocking Technology Simplified · · Score: 4, Funny
    1. Every time you overclock, you make baby Jesus cry.
  2. Re:Why, You're RIGHT! on Practical Statecharts in C/C++ · · Score: 1

    Ummm ... guess you don't know what a statechart is, do you, Ms. AC?

  3. Re:The UML crowd discovers finite state automata on Practical Statecharts in C/C++ · · Score: 1

    Thanks for the flame. It made me laugh ... really.

  4. Re:The UML crowd discovers finite state automata on Practical Statecharts in C/C++ · · Score: 1
    There's no such claim by the "UML crowd". All statecharts are is a better notation for documenting an FSM than a traditional state diagram. A statechart allows you to naturally decompose the FSM into simpler parts, which scales better (in terms of diagram size) for large FSMs. There is also some other nice "diagrammatic sugar" such as symbols for the default entry point into a sub-system and so on.

    Here's a book that presents a good case for using statecharts in one particular problem domain. Like any tool, using them for everything would be a mistake. But I think a real advocate of UML wouldn't say you need to make class diagrams of everything, either.

  5. Who gives a ... on Microsoft Commits to Using Opteron · · Score: 0, Flamebait

    ... rat's ass about 64-bit support for any x86 architecture? If you have a real need to address that much memory, you'd be a fool to cheap out and buy inferior hardware like Intel or AMD.

  6. Check out the picture of that couple ... on Last-Mile Fiber Optic · · Score: 2, Funny
    in the home page for Issaquah Highland.

    "We met at a Starbucks. She was in one that was across the street from the one I was in"

    "We both feel so lucky to be living in a time of such wonderful catalogs."

  7. Neither ... on Are Programmers Engineers? · · Score: 4, Insightful

    an engineer or a code monkey. I'm a journeyman ... in the best sense of the word.

  8. poke-it-with-a-stick department? on First Look At SuSE Linux 8.2 · · Score: 0, Flamebait

    Is he talking about Mad Penguin's Web site?

  9. Re:Congratulations to the winner ... on Martin Michlmayr Wins DPL · · Score: 1

    Thanks! That's a lot clearer than the Debian page.

  10. Congratulations to the winner ... on Martin Michlmayr Wins DPL · · Score: 5, Funny
    of an incomprehensible voting system. Now all that remains for Martin Michlmayr is to -
    1. Destroy the Debian budget by not cashing donation checks from the wealthiest donors
    2. Hire a press agent who can say "GNU/Linux" with a straight face
    3. Imprison without accusation developers on those suspicious BSD-licensed projects
    4. Declare war on Red Hat (damn commies!)
  11. Re:The newest item added to the exhibition... on The Museum of Unworkable Devices · · Score: 1

    and the penultimate item ... Slashdot itself.

  12. Some of the titles include ... on A New Approach to Teaching Science · · Score: 5, Funny
    • Newton Has Two Mommies
    • Are You There, Mr. Feynman? It's Me, Margaret.
    • Harry Potter and the Erlenmayer Flask of Doom
  13. Typically ... on MySQL A Threat to Bigwigs? · · Score: 1

    a human estimate ("I estimate we command 20% of the world wide installed base of databases.") is way off. A lot of Windows applications run on top of Access or SQLServer, which probably puts the real figure at something more like 2%.

  14. Re:Communism on RMS Turns 50 · · Score: 0, Offtopic

    Did Nancy type this for you?

  15. Sun on Internships in the Post-DotCom Era? · · Score: 1

    has an excellent intern program.

  16. Re:Python is not just an alternative to Perl. on Slashback: Rocketry, Pythonation, Scoffing · · Score: 1
    Everytime I think Slashdot has lost all value, someone actually bothers to post a thoughtful, well-reasoned, unbiased, and insightful comment.

    Thanks a lot, Frater 219, for ensuring that I will continue to bother wasting my time sorting through all the trolls, teens, and alpha-geek-wannabes.

  17. Re:1 2 3 on Slashback: Rocketry, Pythonation, Scoffing · · Score: 1

    You should try Ruby; it's much nicer than either Perl or Python.

    That is, if you live in the intersection of the set of people who want a cross between Smalltalk and Perl, and the set of people who enjoy using really immature libraries.

    For the rest of us who live in the larger set consisting of the intersection of people who want to get work done and the set of people who want to write code that other people have a prayer of maintaining, Python fits the bill.

  18. I get by with ... on How Configurable Should a Desktop User Interface be? · · Score: 1
    my .bash_rc and .bash_profile.

    Oh ... desktop ... never mind.

  19. It turns out that ... on Slashback: Compromise, Bugs, Slag · · Score: 5, Funny

    all 8 million credit cards were held by 6 families in an Alabama trailer park.

  20. Re:Here at the University of Wyoming.... on U of Wyoming Fingerprinting All P2P Traffic · · Score: 1

    The University of Wyoming ... where the men are men, and the sheep are scared.

  21. Yeah, that's great ... on Understanding Moore's Law · · Score: 1

    my pet peeve is people who pompously pontificate about meaningless crap like Moore's Law.

  22. Stoopid question ... on Mixing the Unmixable · · Score: 3, Interesting

    how exactly is "mixing" defined? If I put olive oil and tap water in my blender, and crank it on high, it is pretty well mixed, at least temporarily. Is it critical that the "mixture" stay "mixed" over time?

  23. Re:Moore's law applies to people, too ... on Humans Hold Off the Machines... For Now · · Score: 1

    Damn it, I meant playing a program instead of a playing a human. What a maroon!

  24. Moore's law applies to people, too ... on Humans Hold Off the Machines... For Now · · Score: 1
    While it is true that computer chess programs will continue to progress, it is often forgotten that human players can progress, too. They don't have very much experience, as yet, of playing a program instead of playing a machine.

    For example, the Kasparov - Deep Blue match was extremely short by normal standards. Until Karpov, a world championship match was typically 24 games. Kasparov had very little chance to learn from the first few games and modify his play accordingly. (Also, in such a short match, luck predominates, which favored Deep Blue.)

    Please don't underestimate the humans in this equation. World championship level players have improved a lot over the years and will continue to improve.

  25. Re:Yuck. on Sneak Peak at Java's New Makeover · · Score: 2, Insightful

    Please don't believe everything the Slashdot editors write. Templates are not being added, and generics are not being built on top of templates.