Slashdot Mirror


User: Plutor

Plutor's activity in the archive.

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

Comments · 253

  1. Slashdot is more than 5 years old! on Slashdot Turns 5 · · Score: 1

    It looks to me like the first article was posted 33 years ago!

    Or the real oldest article in the database from New Year's Eve 1998.

  2. Submission acceptance rate on Slashdot Turns 5 · · Score: 2

    We've posted nearly 30,000 stories. Deleted a million submissions.

    Wow, a 3% acceptance rate. Considering the signal to noise ratio in the discussion, that's pretty good!

  3. Re:The Complete Idiot's Guide for Dummies on Slashback: BBC, Crypto, Dummies [updated] · · Score: 2

    Yup

  4. In other news.. on Wright Brothers vs. Glenn Curtiss · · Score: 1

    In other news, one-click shopping reveals the location of Osama bin Laden and brings Al Qaeda to a standstill.
    Coming up next, how the opening of DNA sequencing technology patents will thwart Saddam Hussein's evil machinations.

    Does this remind anyone else of 'Connections'?

  5. Re:I still favour the fire theories... on Rings Around Earth From Ancient Meteorites · · Score: 2, Interesting

    Some say the world will end in fire,
    Some say in ice.
    From what I've tasted of desire
    I hold with those who favour fire.
    But if it had to perish twice,
    I think I know enough of hate
    To say that for destruction ice
    Is also great
    And would suffice.

    --Robert Frost

  6. Re:Starcraft was even good single-player on Blizzard Announces New Starcraft Game · · Score: 1

    1) You imply that the Warcrafts are clones of Starcraft. This is erroneous. Starcraft came after WC2, and was clearly a very similar game. The similarities are even more apparent when you look at screenshots of beta versions on Blizzard's history site.

    2) You bring your console on long flights? You must carry around a big battery pack and an lcd screen of some sort. That's awful hardcore of you.

  7. Re:The last time on Blizzard Announces New Starcraft Game · · Score: 1

    And the time before that, they liked the "other group of developers" so much that they became "Blizzard North". One sample point does not indicate a trend.

  8. Re:in moderation on More Random Randomness · · Score: 2

    irony /'I-r&-nE/. noun.
    1: incongruity between the actual result of a sequence of events and the normal or expected result
    2: an event or result marked by such incongruity
    3: a comment on Slashdot about the inefficiency and futility of comment moderation that is moderated to (Score: 4, Funny)

  9. Re:Hes right but.. on David Brin on "Attack of the Clones" · · Score: 2

    Hey, at least it isn't TWO FULL YEARS late.

  10. Re:The moon has to be licensed? on First Commercial Moon Mission Approved · · Score: 1

    What is it about space travel that makes it necessary to get federal approval? WalMart, for example, does not need government approval for shipping a box from the warehouse to the store.

  11. The moon has to be licensed? on First Commercial Moon Mission Approved · · Score: 2

    Why does the US government have to license trips to the moon? The satellite is taking off from Russia, and neither space nor the moon are US territories. The article didn't clear this up, can anyone else?

  12. Love/Hate relationship on Assembly Language for Intel-Based Computers, 4th edition · · Score: 1, Offtopic

    "Most of the people I know have a love-hate relationship with Kip Irvine's Assembly Language for Intel-based Computers. Ask any student who used this textbook and you will either get a cheerful 'I've used it, it's great, I learned Assembly, and it has lots of useful examples' or resentful 'The book is horrible, hard to follow and full of code that is irrelevant to the contents of a specific chapter.'"

    That's not a love/hate relationship. A love/hate relationship would be "I used it, it was hard to follow, but I learned Assembly once I finished wading through it. I'm glad I read it, but if I have to do it again, I'm going to commit Hari-Kari"

  13. Re:Game logic on Tim Willits Interview: Lead Doom3 Designer · · Score: 1

    Your post is either 1) a troll, or 2) misdirected anger. I have the utmost respect for the real-time lighting and shadowing that Id is working on for Doom3. That, in fact, is why I was so surprised that Joe thought the (decade-old) idea of separating game logic and engine was the most interesting part of the interview.

    I actually thought that the interview was pretty lax on details, and I think Tim probably typed up those responses in five minutes in response to a single email.

  14. Game logic on Tim Willits Interview: Lead Doom3 Designer · · Score: 0, Troll

    "[M]ost of the game logic is outside the main executable, this gives us great flexibility in changing basic game parameters between single and multiplayer."

    Yeah this is so cutting-edge. Never before has a game put its game logic outside the main executable. I foresee this design paradigm spawning multiple "modifications" using the Doom 3 game engine. Many of them will be free and I imagine some may even use OSS licenses. This is truly a revolution for PC gaming!

  15. Re:Ok, that is hot.... on Paul Graham on Fighting Spam · · Score: 5, Insightful

    1) [...] A nice Hoo-ha to anyone who says there are no practical applications of lisp based languages. (except haskell...which personally, i think sucks! [...])

    You ridicule people who dismiss the usefulness of your personal "favorite" language, and then you dismiss the usefulness of one particular language that you happen to dislike? That's a bit hypocritical.

    3) [...] what happens when a few smart spammers get their hands on this analysis[?]

    Paul covers this. First, he suggests that each user's filters should be personalized, so that any spammer would not be able to circumvent everyone's filters. Second, the filters would be continually learning, possibly dumping older words from the corpus in favor of newer ones. And third, even if a spammer put at the end of his spam "describe describe describe describe", this still wouldn't work; the basic premise of the filter is that the spammer HAS to tell you what he's selling, and in the process of doing that, gives himself away as a spammer.

  16. Re:Hmm, not terribly impressed... on New DOOM III Shots · · Score: 4, Insightful

    The real improvements in the Doom3 engine can't be seen in a static image like this. You won't realize what a difference completely dynamic lights and shadows will make until you SEE it.

  17. Re:(Sorta-kinda OT) - GCC3 and GCC 2.95.3 coexist? on GCC 3.2 Released · · Score: 4, Insightful

    I got into a good habit at my first SysAdminning job that prevents this kinda problem. Make a directory in /usr/local/package/. Make a subdirectory dist, and untar the source there. configure --prefix=/usr/local/package/. make and make install, and then when you have all your /usr/local/package/bin/ and lib directories, make sym links.

    "Uninstalling" and "upgrading" becomes as easy as "for F in `ls -l /usr/local/* | grep '-> /usr/local/package/'`; do rm $F; done".

    At the aforementioned job, the directory I installed to was actually /usr/local/package/version/architecture/, but I consider that overkill on my home machine.

  18. Re:13? Why not more? on Longer Bar Codes Coming in 2005 · · Score: 0, Redundant

    RTFA. The rest of the world is currently using 13-digit UPCs, and this change is more to satisfy manufacturer complaints than opening up more address space, IMO.

    14-digit codes like the RSS code are currently being used on shipping crates and so forth, and the article says that some companies are actually going to use those 14-digit codes in order to consolidate their databases. A good idea.

  19. Re:MySQL supporters need to learn SQL on MySQL 4 - Is it Stable? · · Score: 2

    Hear, hear!

    I would mod you up if I could. Because of their large feature set, giant RDBMS's like Oracle often end up doing things that belong in the middle tier. I'm glad someone with so much real knowledge was able to speak up in favor of MySQL.

  20. Re:Returning to the fold. on New IBM Plant Will Mass Produce .1 Micron Chips · · Score: 2

    'Bout time IBM got back into upstate NY.

    Actually, this isn't a new plant opening up. It's just a new assembly line in the existing East Fishkill plant. My mom works for the Microelectronics division there, and she points out that the line is referred to as the "300mm line", not the "0.1 micron line".

  21. Re:HOWTO: Civil Disobedience on Perens Backs Down from DMCA Violation · · Score: 4, Informative

    From the parent: "Well, it wasn't a government authority, it was a capitalist one. Which I suppose says more about his convictions than we'd like to know."
    (Implying that Bruce is only concerned with Money)

    From the article: "HP funds Perens to pursue a variety of free software projects."
    (Explaining the Bruce was concerned with his ability to continue working on your free software)

  22. Re:Ratter stupid name on Shuttle SS51 Reviewed · · Score: 2, Offtopic

    Actually, the Challenger mission was actually mission "51-L". STS-51 came 7 years later, and involved a four-times-aborted launch of the Discovery.

  23. Re:Solstice on Time to Say Thanks For the Uptime · · Score: 1

    In fact, the shortest day of the year in the Northern hemisphere oscillates regularly between December 21 and 22. This page has a table of the soltices up to 2009.

  24. Re:Is it time for the Geek community to target... on MPAA vs. Television · · Score: 2

    Ernest "Fritz" Hollings was last re-elected to the US Senate in 1998. With the six-year term in the Senate, that means that he will be running again for office (presumably) in 2004.

  25. Re:Easy upgrade on Perl 5.8.0 Released · · Score: 1

    I've got CPAN 1.61. Which is coincidentally the most recent version.