Slashdot Mirror


User: ewithrow

ewithrow's activity in the archive.

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

Comments · 82

  1. Re:Complexity on Redskins Football Games Predict Election Winner · · Score: 4, Informative

    It's true that the chance of either team winning this game is 50/50 assuming that they are of equal skill level, however I think the parent was differentiating the odds of this happening so many times in a row. Certainly if you started flipping a penny it would be highly unusual to see heads come up 17 times in a row, and there is a certain probability to how often this occurs if the penny is flipped continually.

  2. Re:Complexity on Redskins Football Games Predict Election Winner · · Score: 3, Insightful

    If I read the article correctly, I counted 17 correct predictions, so that adds another couple powers of two to the odds.

    Also I think its significant that this is a Washington DC team, and there certainly aren't that many pro sports teams in DC

    Still, I think its just a big coincidence. Interestingly, both teams are at the bottom of their division with only 1 win since the start of the season, so it should be interesting to see if the rumor holds true.

  3. Re:Bush Cheated? on Did Kerry Use a Cheat Sheet? · · Score: 1

    Salon allows you to view the site for 24 hours as long as you watch a ~1 minute ad. Just click on "free day pass". No registration is required.

    Also, I am a starving college student as well, I do not work for salon, or any place else for that matter. :(

  4. Bush Cheated? on Did Kerry Use a Cheat Sheet? · · Score: 4, Interesting

    Salon is reporting that Bush may have been wearing a device that would allow him to receive sound from someone offstage.

    Here is the article

    Here is the image

  5. Re:hmm, but is this really a good thing? on Faster Updates for DNS Root Servers Arrive · · Score: 4, Insightful

    DNS was designed in the lat 70's, with RFC's appearing in the early 80's. The computational power today is vastly greater than what the routers of the 80's could contend with. I'm sure they would not implement this change if they had not thoroughly outweighed the costs and benefits.

    Oh wait, VeriSign? We're all doomed.

  6. For those that can't open PDF on Gosling: If I Designed a Window System Today... · · Score: -1, Redundant

    Window System Design:
    If I had it to do over again in 2002.
    James Gosling
    December 9, 2002
    In the deep dark past I have been involved in building window
    systems. I did the original design and implementation of both the
    Andrew and NeWS window systems. Both of which predated
    X11. They shared with X11 the architectural feature of being
    networked: clients sent messages to the server over TCP
    connections. I occasionally get asked "if you had to do it over
    again, what would you do? Would you do the same thing". The
    answer is a strong no. It's now 20 years later, and the
    technological landscape is totally different. So here is what I
    would do. But first...
    The term "window system" is somewhat loose. It generally refers
    to the mechanism by which applications share access to the
    screen(s), keyboard and mouse. Beyond this it generally contains
    facilities for inter-application messages such as support for cutand-
    paste, and drag-and-drop. It also often contains support for the
    decorations surrounding windows that provide the user interface
    for resizing, opening and closing windows; although in some
    systems this has been left up to the application. Sometimes the
    window system provides higher level abstractions like menus.
    When a system is designed, there are always tradeoffs made that
    reflect the technology of the day. In the case of Andrew and
    NeWS, these tradeoffs were based on the state of the art 15 to 20
    years ago (this probably applies to X11 too, but I wasn't involved
    in the design analysis behind it). There were a number of things
    that were very different between then and now.
    1) The most significant is the relative performance of graphics
    rendering and network communication. Back then,
    rendering was relatively slow. The overhead of network
    communication was significantly overshadowed by the
    overhead of rendering.
    2) Back then, there were no shared libraries. This seems odd,
    looked back at from today, but back then no version of
    Unix had the ability to have a library like libc or OpenGL
    that was shared between processes. All applications had to
    be "statically linked". There was a primitive segment
    Background
    History
    sharing facility that allowed one segment per process to be
    shared, that was at the beginning of the address space; but it
    wasn't powerful enough for this purpose.
    3) Putting large things, like windowing libraries, into the
    kernel is generally a bad idea. It has a significant negative
    impact on the reliability and testability of the system.
    4) When hardware acceleration was available, it generally had
    no interlocking mechanisms for arbitrating amongst
    independent threads that were trying to use it. This
    generally meant that either the accelerator was permanently
    allocated to a thread (very common, since acceleration was
    normally 3D hardware used exclusively for CAD), or there
    was an software interlock mechanism that added some cost
    to each operation.
    So, given these, where do you put all of the code that is involved in
    the window system - including the graphics rendering library?
    Remember that rendering libraries tended to be large, since
    hardware acceleration was almost non-existent.
    They couldn't be in each user process, since without being shared,
    they would take up an unacceptable amount of RAM. So the only
    way to get one copy of the code, and have it outside of the kernel,
    was to have it in one process, and to have applications
    communicate with this "window server".
    But today, while putting large amounts of code into the kernel is
    still a bad idea, rendering performance has improved dramatically,
    and most operating systems have shared libraries. The increase in
    rendering performance has outstripped Moore's law, which in turn
    has outstripped the increase in generally available bandwidth,
    making the overhead of shipping requests through the network an
    unacceptable burden.
    High performance 3D rendering

  7. Disability Program on Note Taking Devices for Students? · · Score: 5, Informative

    At my university if there is a student that may be unable to take notes for a class due to a disability then all he/she needs to do is inform the dean of students. They get in contact with the professor and the prof makes an announcement in class that they are looking for someone with good hand writing to take detailed notes. They make copies of the notes for the person with the disability and pay the note taker a small fee for their extra work. You may want to check to see if your college provides this, it beats spending hundreds or thousands on some piece of equipment.

  8. Re:Slashdotted ? on XP SP2 Torrent Shows Legal P2P's Promise · · Score: 1

    Any given torrent must have a tracker to coordinate all the peers. If the tracker goes down then new people trying to download the file won't know what peers are available to download from. Usually it doesn't take much resources at all to run the tracker, however it is possible to slashdot it.

    It may just be down temporarily, so I would recommend waiting a while.

  9. Re:IED? on GPS Coke Can X-Rayed · · Score: 1
  10. Another Article on Chopper Pilots Train to Catch Space Probe · · Score: 5, Interesting


    Here is another article (along with a huge picture!) at the official JPL NASA website.

  11. Re:Time to scare your friends on RIAA Files 477 New Filesharing Lawsuits · · Score: 1

    I tried this on several people, all saying they got either blank or server error pages.

    Puzzled I fired up Internet Exploder and sure enough the URLs give "Invalid Syntax errors".

    Apparently that recent patch that blocked URL spoofing disallows all addresses with username:password@domain.

    I guess I will have to convince all of my gullible friends to upgrade to firefox before I can trick them. :/

  12. Re:Too late on World's First 1GB Web Mail May Not Be From Google · · Score: 1, Offtopic

    Strange how the post 3 minutes after mine pointing out spymac gets +4 but I get modded down to -1.

  13. Too late on World's First 1GB Web Mail May Not Be From Google · · Score: 0, Redundant

    Spymac already has a free 1 GB web email service.

    Click here

  14. Re:how private? on VIA Releases Source To Custom WASTE Client · · Score: 4, Informative

    If I recall correctly the data sent over the network was encrypted using a very long key generated by asking you to move the mouse randomly for a period of time. Doing this for a minute or so ensures that you get a unique key.

  15. Are the sure it's safe? on Virtual Pilot Lands Qantas Jet · · Score: 1

    Flight QF10, carrying 400 passengers, went from 39,000ft to a standing stop on the tarmac without the pilots or tower talking.

    Isn't the point of testing to determine if the system works before you start using it in critical real world applications?

    What if the virtual-pilot system malfunctioned and the pilots were unable to gain control before the plane crashed and killed everyone. Mass criticism would ensue for using 400 passengers as genie pigs.

  16. Or not on Say Goodbye to BuyMusic.com · · Score: 1

    Thank you for visiting BuyMusic.com.

    In order to take full advantage of BuyMusic.com's offerings you must be on a Windows Operating System using Internet Explorer version 5.0 or higher.


    I think I'll stick with the cross platform iTunes..

  17. Re:sublight speed ;) on X-43A Hits Mach 7 · · Score: 4, Insightful


    Of course, rockets launched into space have to travel at least 11.18 km/s to reach escape velocity, which is a lot faster than mach 7. This isnt a speed record, really more of a design change in that the engine doesn't need to carry its own oxygen.

    Congrats to NASA though.

  18. Race for Mars? on Energiya Pushes For A 6-Person Space Capsule · · Score: 4, Interesting
    "Zelenshchikov said Energiya engineers were also working on a huge spaceship for a flight to Mars, set to weigh 660 tons, the Interfax news agency reported."
    Maybe this is just the thing we need to start another space race? Competition is good, and I don't think Americans will sit around while the Russians start testing a Mars spacecraft..
  19. Re:Mars is tiny on Spirit Rolls on Mars · · Score: 1

    I don't know if your trying to be funny or not, but FYI they are using fish-eye lenses on the navigation cameras that allow them to have a 120 degree field of view.

  20. Re:Took a few seconds... on Plow Operators Object to GPS Tracking System · · Score: 1


    If you had RTFA you would have noticed that the first word is "snow" ;)

  21. Re:e-Sex??? on AT&T Sues PayPal and eBay for Patent Infringement · · Score: 1


    I'm sure many /.ers can claim prior art on this "e-sex" ;)

  22. How many LOCs will the LOC have? on E-Book Museum at Library of Congress? · · Score: 1

    This is really going to screw up the Library of Congress data storage unit.

    Now the Library of Congress will be holding many Libraries of Congress. It's a conundrum!

    ;)

  23. Re:Go bill gates! on Microsoft Fires Mac Fan For Blog Photo · · Score: 1



    Especially considering yesterday was his birthday ;)

  24. Screenshots on More Looks At Far-Off 'Longhorn' · · Score: 5, Informative



    More screenshots can be found here.

  25. Re:Wouldn't it be great ... on Michigan To Purchase Record 130,000 Laptops · · Score: 1

    I'm absolutly positive if Gates helped buy 130,000 laptops for someone he would make damn sure the contract says they will use Windows and only Windows.