Slashdot Mirror


User: CableModemSniper

CableModemSniper's activity in the archive.

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

Comments · 1,528

  1. Re:maybe to ruby, not python on Departure Of The Java Hyper-Enthusiasts? · · Score: 2, Insightful

    Oh come on. I mean I don't like the Python "whitespace as syntax" as a matter of aesthestics, but thats a ridiculous statement to make. Any programmer knows that the "if" for instance has to terminate, the worst case scenario is that they will throw in some { } or extraneous ends and it will fail to parse. Then they'll quickly figure it out. It's not gonna cause you any more runtime errors than any other language. If a block is so big and so nested that you make a mistake placing a statement in the proper block, you'd probably make that mistake regardless of the language.

  2. Re:New features ? Why ? on Update to OpenOffice 2 Released · · Score: 1

    I use pivot tables in my job extensively,

    Every time OO.o comes up on /., someone mentions pivot tables. Could someone, please please tell me what the heck pivot tables are, and what they are used for?

  3. Re:Talk to me when.... on Reincarnating the NES · · Score: 1

    My friend has for his SNES, a floopy drive. He's got to have dozens and dozens of 3.5" floppies with roms on them. I think it was called the Super Drive or something...

  4. Re:Cool as a P* commercial on Reincarnating the NES · · Score: 1

    If ++ is +1 and -- is -1, then why would you think ** is exponent? Surely a new operator is in order. I nominate ^.

    Caret is bitwise-xor in many C-style languages.

  5. Re:good riddance on Departure Of The Java Hyper-Enthusiasts? · · Score: 2, Insightful

    He doesn't loathe Java. (Well maybe he does, but its impossible to determine from his post). He loathes hyper-enthusiasts.

  6. Re:Don't Repeat Yourself (DRY) on Is Ruby on Rails Maintainable? · · Score: 1

    Apparently you want it to be Prolog on Rails?

  7. Re:Yes, very on Is Ruby on Rails Maintainable? · · Score: 2, Informative
  8. Re:Finally a chance to user my adblocker on Google on Graphics Coming to Google Ads · · Score: 1

    I yearn for the day when a search engine does as well.

    I wouldn't hold your breath. Somehow I doubt google keeps a copy of every web page and greps it every time you do a search. It would make for very long searches, since it would be O(n) (where n is the number of characters in web pages searched by google.). You can't hash a regex to speed up searches. (Well you could but thats only useful if someone had previously typed in the same regex you wanted and sat around waiting for it to complete.)

  9. Re:Binary Packages on Gaim 2.0.0beta1 Released · · Score: 1

    Binary packages are the responsibility of your distribution.

  10. Re:That is one sexy video. on Ruby on Rails 1.0 Released · · Score: 1

    I know. I said that.

  11. Re:That is one sexy video. on Ruby on Rails 1.0 Released · · Score: 1

    I dare say it's the sexiest thing I've seen yet. If they ever release a version 2 that allows for simple Javascript on the client for AJAX interfaces, there will be only 1 game in town for web development!

    Rails already has support for AJAX. Check the documentation

  12. Re:Inevitable on TiVo Causes Increase in Product Placement · · Score: 1

    Also, "US Robotics" now THAT is funny. Are they still in business? Similar to the placement SGI had in "Lost In Space" -- is SGI still in business? Wow!

    You obviously haven't actually read any Asimov. If anything US Robotics was retroactive product placement, they got the name from Asimov, not the other way around.

  13. Re:In defense of print statements on Pro Perl Debugging · · Score: 1
    I think you mean
    use constant DEBUG => 0;
    Note the "big arrow" operator, as opposed to the =. Of course the constant pragma does pretty much the exact same thing as sub DEBUG { return 0; } anyway.
  14. Manhattan Special on Coca-Cola's Coffee Soda · · Score: 1

    I'd rather have a nice Manhattan Special

  15. Re:Overpriced shitty product. on Publishers Frustrated With Second-Hand Sales · · Score: 1

    We want to play them, but we're bored of racing games, I don't like fighting games, and we don't like sports games

    Mario Party!

  16. Yay on King's Quest 9 Lives! · · Score: 2, Interesting

    "We are the ants king Antony, we're coming to help King Graham!" Sorry, V was the only one I played, but this is awesome news.

  17. Re:Slashdot overrun by old fogies on The Podjacker Threat · · Score: 1

    It wasn't a link it was a copy of the contents of the rss feed with a different url. Which could have ended up having total different content than the original rss feed. His issue wasn't being added to an index, it was that the index indexed differently than how he expected.

  18. Re:Been Done Before... Sorta on Build Your Own MMOG · · Score: 1

    That honor goes to The Elder Scrolls: Daggerfall which used the Quake engine.

    Methinks you mean Ultima Underworld. Linky: http://en.wikipedia.org/wiki/Ultima_Underworld

  19. Re:In the real world... on RPGs In The 'Real World' · · Score: 1

    And back in the dark ages of computing there was a programming language called Report Program Generator (RPG)

    I know some people who are still in those Dark Ages

  20. Re:When history looks back on RPGs In The 'Real World' · · Score: 1

    But what mental feats are there?

    See the Psionics Handbook for a list of feats a psionicist can take.

  21. Re:Wow... Took only 30 years to catch up... on Vista To Be Updated Without Reboots · · Score: 1
    LOL. That's amazing. Just out of curiosity
    runas /user:LocalSystem taskmgr.exe
    won't work?
  22. Re:funny department on Vista To Be Updated Without Reboots · · Score: 1

    Every time huh? Funny, I thought it was only when it had that little restart required icon next to the update.

  23. Re:Laptops really for gaming? on Notebook Hard Drive Roundup · · Score: 1

    Sager notebooks are basically scary, over the top laptops. You can get them with RAID for chrissakes.

  24. Re:Why didn't they use apt-get? on Windows vs. Linux Study Author Replies · · Score: 1

    You scare me. You do know that apt can break, right? And its especially fun if it breaks during a cron job at 2 in the morning on a dist-upgrade and no one is around to notice something went horribly, horribly wrong.

  25. Re:MySQL on Windows vs. Linux Study Author Replies · · Score: 1

    Maybe we should have had an interview with the admins instead of the guy running the study.