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:HDTV - Really? on CableCARDs and HDTV · · Score: 1

    OTOH, if we forced manufacturers to produce 1080p displays or nothing, we'd likely get nothing.

  2. Re:What's important is; Shareholder lawsuit on Gosling on Opening Java · · Score: 2, Informative

    Sun actually makes millions of dollars from licensing their VM source code to IBM, Apple, HP, BEA, etc.

  3. Re:Possible solution: exclude Microsoft et. al. on Gosling on Opening Java · · Score: 2, Informative

    The open source definition includes "No Discrimination Against Persons or Groups" specifically to head off such misguided ideas.

    Besides, Microsoft doesn't need Sun's source code to fork Java. They have enough people to write a VM from scratch. Or they could use Kaffe.

  4. The devil's in the details on Gosling on Opening Java · · Score: 4, Insightful

    One thing Gosling neglects to mention is that it costs tens of thousands of dollars to get access to the test suite.

    While compatibility is great, a major advantage of open source is the ability for people to make and distribute experimental changes (after all, new features often start out as experiments).

    While anyone can get the source code to Sun's VM, there is concern that looking at the code taints you for life, unlike open source.

  5. Re:NeWS on Sun Mulling GPL for Solaris · · Score: 1

    ...now that Apple has shown that you can be successful with a non-X UNIX GUI based on Postscript...

    Apple hasn't shown that. Quartz is successful, but it doesn't use Postscript. In fact, Quartz is architecturally very different from NeWS.

  6. Re:Seek granularity / CPU load on Dirac: BBC Open Source Video Codec · · Score: 1

    The typcial keyframe rate in MPEG4 stuff is around 8-10 seconds. In MPEG2 it tends to be around 2-5 ms...

    Did you really mean 2-5 milliseconds? Because a single field of video is at least 16 ms, so it's going to take longer than that to find the next I-frame.

  7. Re:Get your KDE RPMs here on Red Hat Linux 9 Reaches End-of-Life · · Score: 1

    Maybe Alan's point is that it's easier to just install Fedora than to install RHEL/Whitebox and then add a bunch of RPMs to get it up to date.

  8. Re:Bad strategy for Red Hat... on Red Hat Linux 9 Reaches End-of-Life · · Score: 1

    Two completely different markets, not a whole lot of overlap. The $1000/computer market would have never bought the "regular" RedHat distro, and vice-versa.

    I agree, and I guess they couldn't afford to pursue both strategies so they chose the most profitable one.

  9. Re:Bad strategy for Red Hat... on Red Hat Linux 9 Reaches End-of-Life · · Score: 1

    Red Hat lost the customers who were paying $100/computer and gained the $1000/computer customers. So far it's a pretty profitable strategy.

  10. Re:WSAD on Red Hat Linux 9 Reaches End-of-Life · · Score: 2, Insightful

    On the contrary. The whole point of the 18-month development cycle for RHEL is that the ISVs can keep up with it.

  11. Re:NDS on A Standardized Open Source Network Authentication · · Score: 1

    Isn't NDS mostly just an LDAP server? We already have LDAP servers. The hard part (as the article says) is making all the parts that we already have just work, especially on the client side and across all the various distributions.

  12. Additive vs. subtractive color on Beyond Megapixels · · Score: 2, Informative

    There are different ways to produce color; you can start with black and add red, green, (maybe emerald), and blue, or you can start with white and subtract cyan, yellow, magenta (and optionally black). Cameras and monitors use additive color while printers use subtractive color. More info.

  13. Re:iChat AV / AIM Video Chat on Gaim Forks To Get Voice And Video Support · · Score: 1

    Too bad Apple enbraced and extended SIP so that iChat AV doesn't interoperate with real SIP software.

  14. Re:20% lower power consumption's nice too! on 100GB, 9.5mm thick HD from Toshiba · · Score: 3, Informative

    There has been some academic work on power management policies for variable-RPM disks, and IIRC Sony built a prototype. So far it hasn't caught on, probably because of cost.

  15. Re:Why the big fuss? on Gmail Commentary and Responses · · Score: 1

    Does that have something to do with Gmail? If anything, Google seems more honest that other companies about privacy (or lack thereof).

  16. Re:Standard "Multi-threading" issues? on Dual User Windows PC · · Score: 1

    Windows Terminal Server works; why can't this work?

  17. Re:802.16a wireless in this frequency range? on FCC Opens Wireless 3.6GHZ Band · · Score: 1

    AFAIK 802.16 was originally designed without any consideration for mobility, and then task group e tacked on mobility support as best they could. 802.20 looks like it's being designed for mobility from the beginning, so it aims to be around 2x as efficient as 802.16e.

  18. Re:802.16a wireless in this frequency range? on FCC Opens Wireless 3.6GHZ Band · · Score: 3, Informative

    Why do I keep on thinking that the 802.16a extension to WiMax wireless networking will allocated that 50 MHz allocation in the 3.6 GHz range?

    Spectrum isn't allocated to protocols, but you can bet that ISPs will use 802.16 in this new band.

    For those who don't know, 802.16a is the standard that allows wireless broadband Internet even if you're in a moving vehicle up to 250 km/h or 155 mph...

    Nope. 802.16a is for fixed devices. 802.16e will support low-speed mobility and 802.20 will support high-speed mobility (e.g. moving cars).

    And BTW, 802.16a has already been obsoleted by 802.16revD.

  19. Go to the source on FCC Opens Wireless 3.6GHZ Band · · Score: 4, Informative

    Instead of "Broadband Reports reports that RCR Wireless News reports that the FCC said..." let's just see what the FCC said: news release, Powell statement.

  20. Re:Higher freq. & higher power = signal penetr on FCC Opens Wireless 3.6GHZ Band · · Score: 4, Funny

    I think this new band is intended for outdoor last-mile Internet access, so penetration of buildings is not a concern. If you use 3.6GHz 802.16, 5GHz 802.11a, and a 2.4GHz cordless phone, they won't overlap (although your brain may explode from the alphabet soup).

  21. Re:GCJ/Classhpath sounds great, but wait on Two Takes on the Java Dilemma · · Score: 1

    A Java program is a Java program. It doesn't matter what tools you used to develop it, so don't tell people. As long as your program runs on GCJ and Sun's VM, everybody's happy.

  22. Re:Wrong on Intel Potentially Reverse-Engineered AMD64 · · Score: 1

    Translation and protection needs to be done for every instruction fetch and every load or store. For performance reasons, that means you need a TLB right next to the data cache and another one right next to the instruction cache. The TLB is most of the MMU.

    There are always weird low-performance processors out there, but for all mainstream processors I'm right.

  23. Re:Wrong on Intel Potentially Reverse-Engineered AMD64 · · Score: 1

    No, a no-execute bit must be implemented in the MMU. Likewise the MMU is always part of the processor.

  24. Wrong on Intel Potentially Reverse-Engineered AMD64 · · Score: 3, Informative

    No, not really. The NX flag is dealt with by the MMU, which is part of the processor.

  25. No on Use Multiple Channels for Faster Wireless Networking · · Score: 1

    The IEEE 802.11 standard uses the 2.4GHz and 5GHz bands.