Slashdot Mirror


User: eggnet

eggnet's activity in the archive.

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

Comments · 216

  1. Re:Jeezus freaking A Christ on "DNS Forgery Pharming" Attack Against BIND 9 · · Score: 4, Insightful

    Probably because BIND has to be cross-platform. I'm sorry to break this to you Matt, but some people use inferior operating systems without good random number generation function. That doesn't prevent BIND from using superior OS provided services for platforms that do have good random number generators. They decided not to do it, plain and simple.
  2. Re:CFS vs. O(1) on Linux Gets Completely Fair Scheduler · · Score: 5, Informative

    Big O notation describes performance as "n" approaches infinity. If you cap n, then of course you cap the execution time, that's the case for most any algorithm. What you're describing still remains O(ln(n)).

    Frankly big O notation isn't a very good way to describe scheduler performance. Execution time under common loads, and maybe an extreme case would be better. Who cares about an O(1) scheduler that always takes 1 second to schedule the next task :)

  3. Re:Finite things can grow on Is the Universe a Hall of Mirrors? · · Score: 1

    You make an accurate description of the process from a 3rd party observer but aren't taking into account relativity.

    Light travels at the speed of light for all observers which results in time and space distortion. For the two parties accelerating, the universe in the direction they are moving is compressed, approaching 0 as they approach the speed of light. To the 3rd party observer, time would appear to stop passing for the participants as they approach the speed of light. So yes to the 3rd party observer it would appear that light would take forever to go from one participant to the other, but to the participants the dimention that they are traveling in will collapse to near nothing and light will travel at the speed of light as always.

    So yes, light would take longer and longer to go between the participants, but the participants experience that vast amount of time in a very short time.

  4. Re:At home? on IPv6 Readiness Report · · Score: 1

    Not sure if you're trolling, but IPv6 addresses are 128 bits, not 48.

  5. Re:IPv6 isnt really wanted on IPv6 Readiness Report · · Score: 1

    When you use NAT, you have to punch a hole and redirect traffic to receive a connection.

    When you use stateful firewalling, you still have to punch a hole in your firewall.

    What have you really gained?

  6. Re:Dual Booting is not the answer on EFI Modifications Leaves iMac Unbootable? · · Score: 1

    Yes, the money helps, but the real point here is that Apple can license the win32 API from MS.

  7. Re:The failed QoS modell on Google Won't Pay Bell South · · Score: 1

    You must be joking. When was the last time you dropped a call on a land line (that wasn't related to your own phones or local loop)?

    A properly designed sonet network is untouchable by any current IP technologies, including MPLS.

  8. Re:Speed on A Look at Data Compression · · Score: 1

    I'd image the decompression speeds are all fast.

  9. Re:We are dorks on OpenBSD 3.8 Released · · Score: 1

    I believe allocations less than 1 page don't get that benefit, but yes... the large buffer type allocations would. Allocations less than 1 page are handled internally by malloc still, and I don't see that changing.

  10. Re:PITA but move along on Internet Partitioning - Cogent vs Level 3? · · Score: 1

    There are ISPs that have no peering arrangements, they purchase all of their bandwidth to avoid situations like these (among other benefits).

    Internap is one of them. Since I work for them, I'll end the sales pitch now.

  11. Better Metric on IE More Secure Than Mozilla? · · Score: 1

    I'd like to see:

    (average severity)(number of bugs)(time to fix) / month

    That's about it.

  12. Re:Comparison of MySQL, PostgreSQL, Oracle, MS SQL on Comparing MySQL and PostgreSQL 2 · · Score: 1

    As far as C strings are concerned, you can have:

    char *str;

    str = "";

    in which str points to a byte in memory that is 0.

    char *str;

    str = NULL; /* basically, 0 */

    In this case, str will point to the memory address 0, which is invalid. If you dereference that, your process will terminate. There is a difference between a null string and an empty string, even in C.

  13. Re:Beautiful on Could Apple's Intel Desktop Threaten Linux? · · Score: 1

    Photoshop and Office are actually good examples of that--that's why those systems come with their own toolkits, libraries, development environments, and scripting languages.

    They do this becuase they're cross-platform: win32 / osx

  14. Re:Dated icon on Apple Releases WebKit · · Score: 1

    You keep it for a year and 6 months, not 6 months.

  15. Re:Purpose of Prisons? on RFID Bracelets to Track Inmates in L.A. County · · Score: 2, Insightful

    1. The primary purposes of jails are to deter crime and to keep criminals off the street. Punishment is a means to an end, and reform is just a good idea.

    2. Sometimes, law enforcement doesn't even know what jail someone's in, where they need to be transferred to, when they need medical attention, or what their release date is.

  16. Re:Infinity on The Pseudoscience of Intelligent Design · · Score: 1

    Not everything that is possible can happen. You might die in less than 20 years, or more. But not both.

  17. Re:It's all a wind-up. on The Pseudoscience of Intelligent Design · · Score: 1

    Regarding free will.

    You assert that God has omniscience and we have free will. I'll assert that God has communicated with people according to The Bible.

    So, God already knows everything that's going to happen. Let's say God knows (and truthfully and faithfully conveys that to me) that I will say "Hi person X, how are you doing?" the next time I call person X. I decide not to do it, and instead, I say "Hi, screw you" to person X.

    Now, God's vision of the future isn't the correct vision.

    If the future is pre-determined, then free will is just an illusion.

  18. Re:Of course there will be lots of comments! on The Pseudoscience of Intelligent Design · · Score: 1

    Anyway, I can visualise things with more than 5+ dimensions

    This is complete BS. Maybe you can visualize a 3d projection of it, because you've seen it. Maybe you can visualize a 3d+time projection of a 5d object because you've seen a computer generated projection with the viewpoint changing enough times to fool yourself.

    Or, maybe you've convinced yourself you really can visualize a 5d object, but it's nothing more than that.

  19. Re:Okay. on Apple Sued over Tiger, Injunction Sought · · Score: 0, Redundant

    TigerDirect should be granted damages

    I agree that TigerDirect should be granted damages.

    So, what are the damages?

  20. Re:impromptu poll on Apple and MS Battle For Desktop Search Supremacy · · Score: 1

    Nope. Just put all of your documents in one directory. Or not, who cares.

    I don't organize my mail on gmail either. Haven't had a problem.

  21. Re:How d'ya like yer eggs? on Resurrection Ecology Gives Life to Old Eggs · · Score: 1

    It's not about finding mates, it's about how many children you have, and when.

    Intelligent people generally have less children and also wait longer to have them.

    Almost everyone finds a mate... there's an ass for every seat.

  22. Re:OpenBSD on DragonFlyBSD 1.2 Released · · Score: 1

    If you are security consious, you should always be trying to only have those things installed and in memory that you need. Less code == les vulnerabilities, that even holds on OpenBSD.

    It takes more code to conditionally load drivers. It takes more effort to debug different kernel images. Extra drivers that aren't executed aren't a source of vulnerabilities.

  23. Re:Watch for this... on Google Prefetching for Mozilla Browsers · · Score: 1

    So do you expect your browser to prevent sites from loading other sites in frames, then?

    If the browser could do so without me knowing, yes. If the "other" site could be potentially any site with or without my knowledge, you bet.

  24. Re:Too Many Factors on Is Leasing Really Worth It? · · Score: 1

    So, in 3 different years, 3 different suggestions were made by 3 different accounting firms. This occured in an organization that had a "badly" fluctuating cash position.

    What conclusion are you attempting to draw from that?

  25. Re:Sure it's a joke... on Scientific American Gives Up · · Score: 1

    No. Intelligent Design proponents are trying to use scientific terms like "theory" without meeting the prerequisites, and they're pushing to do so in science classes.

    It's politics, and at the risk of being redundant, lying. If I were religious, I wouldn't associate myself with ID proponents.