Slashdot Mirror


User: Wesley+Felter

Wesley+Felter's activity in the archive.

Stories
0
Comments
3,537
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,537

  1. Re:the real question on IBM Plans to Open the Cell Processor · · Score: 1

    Some Cell patches have been posted to linux-kernel already.

  2. Re:Functional Compilers, anyone? on IBM Plans to Open the Cell Processor · · Score: 2, Interesting

    Difficult as it is, I think most programmers would rather learn multithreading than functional programming.

  3. Re:IBM zSeries on Linux Clustering Hardware? · · Score: 1

    If you need this, you need it bad.

    Conversely, if you don't need it (because you've already decided on a cluster), then you really don't need it.

  4. Re:Email retention Policy. on Deleting Emails Costs Morgan Stanley $1.45B · · Score: 1

    "Compliance" is already a mini-industry with the usual big players and plenty of startups.

    Email is so small that it's cheaper to keep everything.

  5. Re:Single Sign-on like Passport is a lame idea. on OpenID - Open Source Single-SignOn · · Score: 1

    That sounds like Passwd Composer.

  6. Not really on VoIP Providers Given 120 Days to Provide 911 Service · · Score: 1

    You can't design, manufacture, and ship new hardware in 120 days.

  7. Re:Anyone on OpenID - Open Source Single-SignOn · · Score: 1

    What if I get a free blog, and after some time, they make me pay.

    Free services are scams.

    How am I suppost to take my OpenID with me?

    Run your own OpenID server using a domain name that you own.

    And what keeps me from making a blog site and using OpenID. When someone posts to my site, what keeps me from getting their password?

    Only your homesite sees your password.

  8. Re:Competition on OpenID - Open Source Single-SignOn · · Score: 1

    A site could support multiple identity systems.

  9. It's not on OpenID - Open Source Single-SignOn · · Score: 1

    It's not single-sign-on beccause you have to fill in your homesite at every different site you log in to. But it doesn't claim to be SSO, either; the submitter mangled the story as usual.

  10. Why not just RTFA? on OpenID - Open Source Single-SignOn · · Score: 1

    This is explained on the Web page.

  11. Re:Go BluRay on Blu-Ray DVDs Hit 100 GB · · Score: 1

    Blu-Ray will either use AACS or something even worse. This is Sony we're talking about.

  12. Re:So what happens... on Vonage Testing Mobile VoIP Service Routers · · Score: 1

    VoIP isn't exactly the least demanding application ever.

    Yeah, I think ping is the least demanding application. 60-80kbps is not a lot of bandwidth.

  13. Re:Network Interface? on The Rise of the Internetwork · · Score: 1

    Can TiVos get content from the Internet?

    In theory it's possible if you have the TiVo connected to a broadband Internet connection.

  14. Re:Network Interface? on The Rise of the Internetwork · · Score: 1

    First TiVo would need to design new boxes that support modern codecs. Then these companies would have to make deals with TiVo.

  15. Re:I don't get it... on Open source Java? · · Score: 2, Informative

    People wine at Sun "Open Java... Open Java... Open Java...".

    Those people are whiners anyway; they have no credibility.

    And when they finally look at doing so...

    You didn't understand the article correctly. Sun is still not planning to open source their VM.

    all I see people saying are things like "We already have GJC, you fuckers... we don't need you anymore".

    One benefit of open source is that it makes users independent from vendors. Not needing Sun is very important for some people.

    Apache made the political mistake of implying that they'll throw away GCJ etc. and start from scratch, which understandably has people in shock at the sheer hubris of it. (Of course, it doesn't matter whether that implication is true or not...)

  16. Re:Zzzzzz. Wake me up on Open source Java? · · Score: 2, Insightful

    if the problem is that Java is hard to distribute w/ OSS, shouldn't the solution figure out how to pressure Sun or IBM into distributing Java with OSS?

    People have been working on that problem for almost ten years, and no progress has been made. It's time for a different approach.

  17. Re:I was under the impression... on Open source Java? · · Score: 1

    Blackdown was never open source.

    Even though "anyone can write a Java VM", so far there isn't a complete open source Java VM. If Apache wants to build one I'm not going to complain.

  18. Re:Big deal on 45GB Triple-Layer HD DVDs · · Score: 3, Informative

    Those 8-layer discs are just prototypes; they're not included in the spec and Blu-ray players won't play them.

  19. Re:Regulating internet traffic? Hm. on VoIP Services to be Regulated in Canada · · Score: 1

    The article didn't say anything about packet prioritization.

    I think Amazon is a good analogy. Amazon advertises over the Internet, but they aren't exempt from false advertising laws. They also aren't exempt from sales tax (in some states). etc.

  20. Re:How long until feature films... on iTunes Music Store Sells Videos · · Score: 1

    Use the SVideo out port on your video card.

    You mean after I buy a computer to put in my living room? No thanks.

  21. Re:How long until feature films... on iTunes Music Store Sells Videos · · Score: 1

    That makes sense, although I wonder how long it would take to convert two hours of H.264 to MPEG-2.

  22. Re:How long until feature films... on iTunes Music Store Sells Videos · · Score: 1

    Except for one thing: How do I watch iTunes movies on my TV?

  23. Re:Does dual core == 2xProcessor or hybrid? on AMD's Dual-core Athlon 64 X2 reviewed · · Score: 1

    I was talking about heterogeneous microarchitecture but homogenous ISA chips (e.g. one big x86 and one small x86). Heterogeneous ISAs look good for embedded systems but I don't think they'd work in the desktop/server market.

  24. Re:Does dual core == 2xProcessor or hybrid? on AMD's Dual-core Athlon 64 X2 reviewed · · Score: 1

    What might be doable is running one core on one clock multiplier, and runnning the other core on a different (much lower) clock multiplier, and disabling the faster core when the proc is under a low load...

    Some of my coworkers did some research showing that the best thing to do for server apps is to run both cores at the same frequency, and adjust the frequency to match the workload. For desktop machines, I suspect you should either run both cores at full frequency or disable the second core (as in Yonah). I think there are few situations where you'd want different frequencies.

  25. Re:RISC on AMD's Dual-core Athlon 64 X2 reviewed · · Score: 1

    Of course, you could also put a bunch of simple, power-efficient x86 cores (VIA/Centaur C3) on one chip. It has nothing to do with RISC vs. CISC.