Slashdot Mirror


User: haystor

haystor's activity in the archive.

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

Comments · 1,209

  1. Re:I have always wondered... on Blind Lake · · Score: 1

    First, it would dissipate beyond any possible measure by this point.

    If the impact of photons were infinitely divisible then we could just read the disturbances in the waves as they continue to propogate here on earth, no reason to travel anywhere.

    Just try figuring out the aperture on a camera located 50 light years away. You'll need a small opening in order to filter out the rest of the universe's light.

    Alternately you could put your camera in Utah, which is roughly 40 years behind the rest of the US.

  2. Re:Hmmm- on H.R. 3057: To the Asteroids, Moon and Mars · · Score: 2, Insightful

    The impetus of going to the moon was to beat the Soviets. While Kennedy may have been instrumental in funding it, the greatest thing he achieved was tacking his name onto it. I'm not even sure if he's so responsible for that so much as all the Kennedy lovers since then still trying to build his legacy.

  3. Re:How so? on Linus to SCO: 'Please Grow Up' · · Score: 1

    I'm pretty sure the only past employment status that is protected is veteran status.

    I'm sure you could find this out by going to your break room and looking it up on the posters that actually describe what's protected.

  4. Re:Oh boy here we go again. on Initial Half-Life 2 Benchmarks Released · · Score: 1

    False prophet!

    Any real emacs user doesn't use a graphics card. They use software acceleration in emacs of course.

  5. Re:Microsoft's reaction will be ? on Brazilian Government Continues Push For Free Software · · Score: 1

    Nothing's happening in Texas so long as the Democratic members of the state senate are hiding out of country. I think they're currently in New Mexico.

  6. Re:Fark says it best... on Florida Proposes Taxing Local LANs · · Score: 1

    Yea, you'll want to avoid the traffic circles if you can.

  7. Re:In Space No One Can Hear You Scream on Sci-Fi Movies and 'Bad Science' · · Score: 1

    There is also no ambient music in space.

  8. Re:Good ol' days on Masters of Doom · · Score: 1, Funny

    1 Dimension! You had it good. When I was a kid all we had was a single bit for entire neighborhood. If it was on you won if it was off you lost. None of this fancy schmancy line business for us. Even when our bit was broken and wouldn't turn back on we continued to play and we were thankful!

  9. Re:Jeez, don't flatter yourself on Recommend Apple, Lose Your Job? · · Score: 2, Insightful

    In my experience for the regular use it comes down to money.

    The corporate standard is 1.7GHz machine with 256M of ram and a 17" CRT (not even flat screen).

    Price out that computer and let me know which Apple I can get for that.

  10. Re:Can I meet the man in charge of naming these? on US Military Develops P2P Wireless Network Sniffer · · Score: 1

    And they'd come in different flavors like blueberry, tangerine, lime and graphite.

  11. Re:This is the exact on Cognitive Machines Help Decision-Making · · Score: 1

    Next they'll tell me I can't take my Europa vacation.

  12. Re:A mic listening to the environment? on LavaRnd: A Open Source Project for Truly Random Numbers · · Score: 5, Informative

    You are correct that white noise can produce appropriately random numbers.

    The problem is that for encryption purposes you may need some huge random numbers. If you want to do that from an analog solution you'll have to take your samples closer and closer together, until the numbers become less random. If you start sampling sound 1 million times a second, any two values next to each other my be really close and actually predictable.

  13. Re:A new poll is required on Comparison of Bayesian POP3 Spam Filters · · Score: 1

    There have been no repeat offenders among those that have been put to death.

  14. Re:favorite quote on Lobbyist Morgan Reed Answers Your Questions · · Score: 5, Insightful

    The interviewee avoided the issue of why lobbyists spend billions of dollars not buying votes. If they were merely educating the politicians, it could be done for a lot less.

    Unless the politicians intentionally ignore this education until the dollar amount passes a certain threshhold at which time they learn the issue, change their vote...oh wait.

  15. Re:Wish List on Designing And Building A New Pragmatic Language · · Score: 1

    The language you are looking for is Common Lisp.

    Interactive, interpreted and native all coexist together. You can redeine functions on the fly. Its like having the full access of a good debugger and getting to use it on live code.

    It can be made to be database savvy. As an example, some code I wrote just the other day:

    (tran
    (withdraw from-account amount)
    (deposit to-account amount))

    the tran function wasn't part of the language. I added that in 6 lines of code. Just try adding something like that to Java so that it looks like:
    tran {
    withdraw();
    deposit();
    }

    Lisp is not dead yet, its still out there making a quiet few very happy.

  16. Re:I think you mean... on Slow And Steady Leads To Windows Refund Success · · Score: 1

    Thank you for filling it in for me. I couldn't quite remember the words and I've lost the cd.

    For those of you that don't recognize it, this is a reference to Arlo Guthrie's "Thanksgiving Day Masacre" ("Alice's Restaurant").

    The thought of 50 people singing the free software song defies my imagination and gives me the creeps.

  17. Re:Is it worth it? on Slow And Steady Leads To Windows Refund Success · · Score: 2, Funny

    And if three people do it...

    Can you imagine if three people do it?

    And if three people do it they'll think you're a part of movement...

  18. Re:Great use for morse code on Morse Code Migrating To The Net · · Score: 1

    I've heard a few messages beyond SMS on my wife's phone. I didn't get what was being sent and there was no corresponding message left on the phone. Its only happened 2-3 times and each time the phone has been in the bottom of her purse, across the room and by the time I finally get to it I hear a couple letters, just enough to be sure its morse code.

  19. Re:This is going to cause trouble... on Petri Dish Babies, 25 Years Later · · Score: 1

    You could argue it fits well with Darwinism. The people that are successful enough to afford IVF will still reproduce.

  20. Re:Emacs clone ? on Eclipse in Action · · Score: 1

    LISP is only slow and interpreted if your idea of LISP is running it under emacs.

    Check out www.franz.com for an IDE that produces fast, native code, including GUI stuff.

    I can't speak on how portable the GUI code is, but my other stuff runs just fine on Linux and Windows.

    I'll take the syntax that lets me do things no other languages allow...macros anyone?

  21. Re:The Missing Line on Instant Messaging Giveaway · · Score: 1

    I would offer that:

    40 Profit!

    would be even better.

  22. Re:This is the future of law enforcement on Military DNA Registry Used in Criminal Case · · Score: 1

    She still insists it was him though and I believe brought a civil suit against him.

  23. Re:Misconception on Head First Java · · Score: 2, Informative

    If you people would actually read the review its quite clear that he had outgrown JavaScript and was moving on to Java (Java being a bigger hammer than JavaScript).

    He also never staid that JavaScript has not object system, just that he's never done much with objects. Thus he needed a good basis in how to programm OO, something you don't have to have to use JavaScript.

  24. Re:Two words sum it all up..... on Marriage May Tame Genius · · Score: 1

    I'm a man,
    and I can change.
    If I have to.
    I guess.

  25. Re:Shares on SCO's Other Investor: Sun Microsystems · · Score: 1

    You are right.

    What I wrote was mostly as a warning to people that may have valuable stock options and not realize when they may incur a tax burden. If they are just an employee that has never invested in options before I would strongly advise getting out of their position and consolidate their gains rather than attempt to build a hedge against future markets.

    If you can realize large gains and move your money to a simpler portfolio that you are more knowledgeable about (regular mutual fund for instance) then that's a good move by me. Especially if your single holdings with their complicated tax liabilities represent a substantial percentage of your assets.

    Sun on the other hand can incur the tax burden and offset the "gains" of exercising those options against other losses in their holdings. You likely don't have $2 mil in losses to balance those gains against.

    My advice is:
    1. Keep 80-90% of your holding in a place you understand well.
    2. Don't invest too heavily in your own company unless you have a corresponding amount of control over it.
    3. Don't accept infinite risk on any investment. My further investment rule is to not accept any risk over 100% (plus commissions).
    4. Follow the above rules and invest agressively with 10% of your money in areas you think you want to learn about. There is no quicker way to learn than when the consequences are real. Chalk the losses here up to education, it will be worth it in the end with the rest of your assets.