Slashdot Mirror


User: JSR+$FDED

JSR+$FDED's activity in the archive.

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

Comments · 41

  1. Re:Bah, no WAP on Google Launches Mobile Mail · · Score: 1

    This *is* WAP. XHTML is WAP 2.0.

  2. No such thing as "great leaders" in Civ4 on Holiday Gaming Potpourri · · Score: 1

    You probably meant "great people".

    There's only one leader in the game, and it's you. You might be a great person yourself, but let's get to know each other first.

  3. Re:Unit Testing In The Schools... on Unit Test Your Aspects · · Score: 2, Informative

    Actually, take a look at TestNG if you want to get a sense of where testing in Java is headed (and I mean testing, not just "unit testing", which is just a subset).

  4. Re:The Story of a Microsoft Patch on The Story of a Microsoft Patch · · Score: 1

    The Story of a Microsoft Patch
    A Tragedy in Three Acts


    They are respectively called

    1) 95
    2) Millennium
    3) XP

  5. Re:'best coders in the world'? on Google Code Jam 2005 Winners Announced · · Score: 1

    Maybe I just me, but I don't see how being able to solve TopCoder-style problems makes you a great programmer. Great programmers write easy-to-understand, supportable code. This competition doesn't encourage that in any way.

    That's why it's called TopCoder and not TopProgrammer.

  6. Not the Network Computers AGAIN! on Sun President Says PCs Are Relics · · Score: 1

    Yeah, yeah, McNealy already tried to sell us Network Computers with Larry Ellison five years ago. We have more bandwidth now, but some things still haven't changed, like the fact that people *like* their PC and they *love* having their local data on their own computer.

    Yawn.

  7. Unit tests are becoming irrelevant on An Early Look at JUnit 4 · · Score: 1

    Here are a couple of articles explaining why the distinction between tests and unit tests are becoming irrelevant:

    http://www.theserverside.com/news/thread.tss?threa d_id=36502
    http://beust.com/weblog/archives/000319.html

  8. Try TestRe:Just when I'd almost gotten comfortable on An Early Look at JUnit 4 · · Score: 1

    If you want to use an advanced testing framework that works with JDK 1.4 and below, check out TestNG, the framework mentioned in the article and which pioneered many of the concepts being implemented in JUnit 4:

    http://testng.org/

  9. Dumb on De-spamming Your Inbox The Hard Way · · Score: 1

    For a detailed explanation why the author of this article is wrong: http://tinyurl.com/6houy

  10. Mind on Microsoft Just Wants a Little Look · · Score: 1

    > but received 800,000 without offering anything but piece of mind.

    Piece of mind? Sure! How about: screw you M$!

  11. Re:The horns of a dilemma... on Google Launches Desktop Search Tool · · Score: 1

    Why, oh why, did they have to specifically aim this at all the apps I don't use?

    Maybe because the rest of the world does?

  12. While scuba diving on Reading Slashdot From Strange Locations · · Score: 1

    Man, I have to share this. One day, I made a bet with a fellow diver named Rob that I could read slashdot while scuba diving. Rob didn't believe me. On the day before the dive, I took out my digital camera from its housing (an Equinox FITS-40, excellent for back-scatter) and I put my Zaurus inside. Note that I had to write a quick hack to power it on with a timer so that it would launch the browser and load the /. home page. Sweet.

    The connection was good on the beach but the only thing I wasn't sure of was whether I would receive wi-fi coverage at sixty feet of depth. We dove and when we reached the bottom of our dive, the Zaurus came on and after a few anxious minutes, loaded the Slashdot front page. I couldn't believe my eyes, nor could my friend.

    Next time, I'll have to find a way to actually browse.

  13. Re:History is against him. on Gates: Open Source Kills Jobs · · Score: 1

    Linux is the future.

    Yup. And it always will be.

  14. Re:whew... on Gates: Open Source Kills Jobs · · Score: 1

    This is finally the thing where Microsoft misses the wrong boat

    Then I guess we're stuck with them for a few more years, eh?

  15. Another interesting idea against spam on Using AI for Spam Filtering (w/ Source Code) · · Score: 1

    Here.

  16. TestNG, Next Generation Testing on New & Revolutionary Debugging Techniques? · · Score: 1

    Another innovative testing framework that was released recently is TestNG, http://beust.com/testng

    It uses Java Metadata to specify test runtime and deployment information.

  17. Matrices and imaginary n umbers on HP Releases New RPN Scientific Calculator · · Score: 1

    It doesn't seem to support matrices nor imaginary numbers, like the 15c did... Strange.

  18. Re:1994 on Happy Spamiversary! · · Score: 1

    This tradition is usually referred to as "droit de cuissage", which means "thigh right".

    Yeah, they weren't very good at anatomy back then.

  19. Re:Physics can solve anything if it has all the in on A High-tech Wheel of Fortune · · Score: 1


    Afterall, in any form of mixing bin, all of the balls inside do have to obey the laws of physics. If you knew the starting positions and details about all of the activities that are going on in the bin, you could possibly solve for which ball is going to be the one selected.


    This is incorrect, but don't worry, Einstein made the same mistake, so you are in good company.

    Quantum mechanics introduce randomness in any complex system, so that even if you know every single starting parameter, you still can't predict the outcome with 100% certainty (this is connected to the aptly-named "Heisenberg principle of uncertainty", although it's not exactly the same phenomenon at work).

  20. Fake order forms on Paul Graham: Filters that Fight Back · · Score: 1

    How about something more subtle and less prone to being abused:

    Find out on the spammer's site where the order form is and fill it with bogus information

    ?

    This would hit the spammer where it really hurts: they can't afford ignoring the order forms but it will cost them a lot to process them. Hopefully it will make the act of spamming much less interesting financially.

  21. Re:Lego Solution on Four-Dimensional Rubik's Cube Craziness · · Score: 2, Funny

    > It's not LEGOS, legos, LEGOS'.. ITS LEGO

    It's not "ITS", it's "IT'S".

  22. Apple][ nostalgia on Top Ten Dying Game Genres · · Score: 1

    Here: http://tinyurl.com/82xt

  23. Open Source Surgery on All Source Code Should Be Open, Revisited · · Score: 1

    Here is another take on that topic:

  24. It's already been done on Spielberg to Produce Live-Action Tintin Movie(s) · · Score: 1

    There has been one Tintin movie: Tintin et Les Oranges Bleues (http://us.imdb.com/Title?0058663).

    It was okay, but disappointing: captain Haddock didn't have the same voice as in the books.

  25. Re:Vendor lock-in on BEA WebLogic Server Bible · · Score: 1

    WebLogic offers a tool similar to XDoclet, except that it is specialized in WebLogic and covers the latest (WLS7) extensions:

    http://beust.com/cedric/ejbgen