Slashdot Mirror


User: cnettel

cnettel's activity in the archive.

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

Comments · 1,662

  1. Re:It's pronounced "Longhaul" on Windows Longhorn Beta for June Release · · Score: 1
    And mid-2006, XP is five years old. That's close to twice the age of 98 when XP was released (and remember 98SE and Me in-between, even if they didn't tout upgrading to those that much).

    Windows 3.0 (not 3.1) was as old when Windows 95 was released that it looks like XP will be when Longhorn is released. It's not exactly a once-a-year rush.

  2. Re:Replacement for SWF, and its implications for M on Windows Longhorn Beta for June Release · · Score: 1

    I think their "story" is that System.Windows.Forms has good support, maybe a bit better than plain GDI (assuming a bit more about how the stuff in SWF actually accesses things), but Avalon is still fully on its way. It's bad while Mono is making progress, but I would say that a serious rethinking of the drawing model on Windows is needed to get on par with MacOS X in these aspects. They might accomplish that, if it's done properly.

  3. Re:China's rise to power on China to Pioneer Melt-Down Proof Reactors · · Score: 1

    One point is that when/if 1.3 billion Chinese are up on a close-to-Western standard of living, that will be a huge economic power. The sheer number would make it quite impressive. Japan, on the other hand, is a quite different thing -- to exceed the U.S. in importance the U.S. would have to break.

  4. Modding rant on ESA to Deploy Mars Express Radar · · Score: 1

    I just love being modded redundant for being the first one to point out the obvious costs of stopping in orbit. The first answer was purely around the problem of synchronizing funds. Bah, mod points, give them all to me!

  5. Re:I got spyware from Firefox on Spyware for Firefox Coming This Year? · · Score: 1

    If it was embedded in a more general executable, I don't see the strange thing about it. After all, much spyware is just binaries that the user is made to load, by an exploit or by a bit of social engineering.

  6. Re:Why not test while in Earth orbit? on ESA to Deploy Mars Express Radar · · Score: 0, Redundant
    Oh, I love this approach:

    1. Send up a probe, using a lot of fuel to put it in an ISS-friendly orbit.

    2. Add enough fuel to accelerate from that orbit into a completely different trajectory to reach Mars sometime soon.

    3. ?????????

    4. Profit!

    Also, I wouldn't be so sure that the probe wouldn't benefit from extra protection during the heavy acceleration when leaving Earth orbit and possibly during the voyage itself (more of a radiation matter, there).

    The most important point -- it is not cheap to bring up a lot of fuel into space. Currently, you should better be on the right track from the start. Going into orbit and then leaving it is not a way to do so.

  7. Re:This is why we need a manned mission! on ESA to Deploy Mars Express Radar · · Score: 3, Insightful
    It may be true for rover activity, but I seriously doubt that orbital surveys, radar and photographic, would be done better by manned missions (in orbit?!). The communication and weather satellites around Earth are not manned and they do their job, giving significant information about our planet, which we wouldn't have by just staying on the surface and which would be quite dull to manage from orbit.

    Even with an ambitious manned mission, the coverage of the planet would be "spotty". Automated studies give us the broader view.

  8. Re:Incrediably important on Patients get Solar Implants in Eyes · · Score: 1

    OTOH, it's well-known that hearing implants on from-birth deaf children are more successful if put in place early on. The real test of adapting to random data would be putting a microphone in the eye and start sending away Fourier transformed sound data and watch if any patient developed hearing through that thing. I really doubt it.

  9. Re:No chance of life.... on Strange Mini Solar System Found · · Score: 1

    It is more likely to find organical life on the surface of Sol, than on those planets, radiation-wise. Any self-reproducing structures to be considered life would make carbon-based and for example silicon-based life (if it exists) so much alike that they would be indistinguishable, while this would need to be a totally different type.

  10. Re:Planets from stars? on Strange Mini Solar System Found · · Score: 1

    Did that turn Earth-Sol into a binary system in the 1950s?

  11. Re:JNI is an API, not a platform... on Don Box: Huge Security Holes in Solaris, JVM · · Score: 1
    So, the problems continue with IIS, and are not simply because there was a buggy version with NT4. Although, I do agree that it's a target because it's in the default install, just like OpenSSH is a huge target because it's running on so many Linux boxes.
    Well, even Windows 2000 vanilla is getting 5 years old now, but I of course don't know when this happened. There have been service packs to slipstream for years and Windows 2003 also for a number of years. And, of course, that doesn't excuse the bug itself. But the severity is caused by the huge number of computers, never really intended to be real web servers, which have been turned into zombies. As noted here and in the grandparent, we're not interested in market-share for real servers, just the number of hosts possible to reach in an attack. I bet most Apache and IIS setups don't host any real site, but are just there to toy with or by "accident"/"oh, how cool, a web server" interest.
  12. Re:Fun fact! on Where Have All The Cycles Gone? · · Score: 1
    Have you considered adding paragraphs to the answer in the next release?

    It's strange how hard it is to relate to a text of this type, I'm somehow distracted by the almost identical lines above and below and I get lost.

  13. Re:Nobody give a fig about optimizing on Where Have All The Cycles Gone? · · Score: 1
    All so true. Even remembering the need to code for a 64k segment based real mode model gives some good (and some bad) habits regarding saving memory. I think the worst problem these days is when coders don't realize that they do really stupid things, like using random access on a linked list or implementing their own O(N^2) sorting, or what's basically equivalent to a sorting, without realizing it.

    The only thing that's worth than that is when the same coders think that you benefit by instantiating a complex data structure just to store five-or-so elements. Or saving memory by a cache implementation with 50-200 % overhead on the objects cached (unless they are really expensive to create).

  14. Re:Just look at the size of a word document today on Where Have All The Cycles Gone? · · Score: 1
    How do you get a big Word document by just using the feature-equivalent of Mac Write? No embedded pictures, no macros, no fancy stuff. An empty document is 20 K, yeah, that's a level of bloat, but you can add a lot of text just to reach 30 or 40.

    You easily run out of space on a floppy quite easily, even by just writing lots of source code, especially properly documented code. (No-tabs will of course add even more, crappy coding "standards"...)

  15. Re:Code Bloat on Where Have All The Cycles Gone? · · Score: 1
    You're forgetting the effects of increasing data density, alleviating the sequential read problem. And if you only use the first few tracks, you get somewhat lower access times, too. The increase in size is not a problem. Increasing fragmentation in disk access patterns is problem, but one fact is that with more CPU cycles/disk access, we can spend more time on smart prediction and pre-fetching, as sequential speed is still acceptable.

    RAM has increased tremendously since 1998, although not as fast as CPUs. Look at dual channel DDR with a base frequency of 200 MHz compared to the brand new 100 MHz SDRAM of the time. I also would really think that most 7200 RPMs have made some significant inroads during these seven years.

  16. Re:Once again... on Court Docs Reveal Kazaa Logging User Downloads · · Score: 1

    Exactly -- I could understand concerns against logging of which public domain material I download (a truely legitimate P2P use) so I would want a reputable service that I could trust would not abuse the data I create about me. But, unless I knew the maintainer, that would probably mean that the service would be on the radar, not below it...

  17. Re:Java is a type-safe language at the VM level... on Gosling Claims Huge Security Hole in .NET · · Score: 1

    Is the compiler/VM smart enough to unwind it properly for an array, compared to other collections? foreach in .NET doesn't bound-check in the same way as other accesses, but it still manages to be slightly slower than a common for loop for an ArrayList or similar. I haven't benchmarked the Java 5 implementation. Have you?

  18. Re:tinifying the URL? on Microsoft Seeks Latitude/Longitude Patent · · Score: 1
    Those sites, IIRC, only add a row in their DB and encodes the primary key of the row into the non-negative numbers and letters. You can't make up the tinyurl for a certain URL on the fly without first contacting their server to register it.

    That said, I don't see why this would be patent-worthy. Neater than long floating point numbers, yes, special compared to hex or anything, no.

  19. Re:I'm sorry, Mr. Scott... on Instead of Revamping Hubble, Replace It · · Score: 1

    Please don't tell me that this new "Hubble A" will go out to seek God, while hunted by klingons and piloted by Spock's (half-)brother.

  20. Re:Disposable Science! on Instead of Revamping Hubble, Replace It · · Score: 1
    Wouldn't Gilette be more like you have a "cheap" space telescope that you need to go up and service regularly at a higher price than new, equivalent, hardware. Just attach some moniker like "Mach" or "Turbo" or something to it.

    So, no, Gilette should have sponsored the original Hubble telescope, with extra payouts at each service mission.

  21. Re:That man is right... on Bill Gates Claims OSS Has Poor Interoperability · · Score: 1
    Ah, ok, that's one place where it would make sense. Of course, maybe both Copy and Paste special would make more sense, as you sometimes know that you want to do something special when copying, sometimes it's more a function of the environment you are pasting into.

    I know that there are some keyboard shortcuts for doing strange things in the RTF based rich text control (like accidentally getting Right-to-left text...), but I guess there is none for "paste text", and that it wouldn't work in IE anyway.

  22. Re:But.... on 6 Firms Form Holographic Versatile Disc Alliance · · Score: 1

    On the other hand, I don't think many types of protective casing would have saved CDRs with bad dye, just like not much has saved some of the twenty+ year old 5 1/4s. Have you actually made a CD unplayable by dropping it? Dropping it on what?

  23. Re:Acronym confusion on 6 Firms Form Holographic Versatile Disc Alliance · · Score: 1

    Well, if it is only a number describing read-transfer speed from the SRAM cache, it says nothing at all of the underlying media. I would assume that it's some kind of sequential or burst rate that would actually involve the interface. As I said, I've seen no single disk drive giving numbers that would really match those. On the other hand, they should have been matched and exceeded by the time this technology actually gets into real products, if that ever happens.

  24. Re:So whats wrong with Freenode? on New IRC Network For Open Source Projects · · Score: 1

    By forking networks, they create more room for possibly redundant chatter without anyone noticing.

  25. Re:Interoperating spyware on Bill Gates Claims OSS Has Poor Interoperability · · Score: 1
    Lots of spyware likes the Browser Helper Object infrastructure (BHO). It's what the Google toolbar and other stuff uses in IE to get hold of the DOM and get events about what's going on. Anyway, in old IE versions (5.0 or something), you could only ever use ONE BHO. If you added several in the appropriate registry key, only the first one enumerated was actually loaded.

    So they've gone to great lengths to improve spyware interoperability! Kudos for that!