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. Not quite on Open MPEG-4 Codec Contest · · Score: 1

    AFAIK, Apple has announced that QuickTime 5 will support MPEG-1 and MPEG-2 (or support them better than QuickTime 4), but they have not announced MPEG-4 support. If anybody has proof that I'm wrong, please correct me because I'd like to see MPEG-4 support as much as the next guy.

  2. No, you just need an exception on Open MPEG-4 Codec Contest · · Score: 1

    I'm too lazy to dig up the FSF's page on this topic, but you can write GPL'ed plugins for proprietary apps; you just need to include an exception in the license.

  3. They have plenty to sell on RSA Released Into The Public Domain · · Score: 1

    RSA still has a variety of products, most of which don't rely on the patent for their business model.

    e.g. Presumably some people buy SSL-C instead of just linking OpenSSL with BSAFE. If they bought it in the past, they'll probably keep using it even though there are free alternatives.

  4. but eBay is on Cray for Sale - Cheap - Some Assembly Required · · Score: 1

    Yeah, but buying it at auction is the gamble. What if you raise >$35K and then don't win?

  5. Re:Helix Contrib on Helix Code's Red Carpet Simplifies Package Updates · · Score: 1

    Can I make my own channels?

  6. Sony has licensed Memory Stick on New Sony Palm, With Removable Memory Stick · · Score: 1

    Sony has licensed Memory Stick to several other companies, but that still won't solve the problems that Memory Stick = oppression. And AFAIK, CompactFlash is a totally open spec that doesn't even require licenses.

  7. MacOS X not a microkernel on Mac OS X Beta To Come Out Sept. 13 · · Score: 1

    You are right about how microkernels work, but MacOS X does not use a microkernel. Drivers, filesystems, the network stack, etc. all run in kernel space (although many parts are loadable modules).

    Don't let mentions of Mach confuse you; Darwin/MacOS X is based on Mach, which appears to mean "we hacked it until it didn't look like Mach anymore". :-)

  8. Never on Mac OS X Beta To Come Out Sept. 13 · · Score: 1

    The x86 version of MacOS X is currently schduled to be released... never.

  9. Probably no SMP support on Intel Unveils New StrongARMs · · Score: 1

    The Interl site doesn't mention anything about a cache-coherent bus protocol, so I assume that these new CPUs don't support SMP.

  10. Native Java compilers on Amiga Allies With Red Hat · · Score: 1

    GCJ can compile direct from Java source to native code, although the results are pretty much the same as compiling from bytecode (since the bytecode is equally expressive as the source).

  11. Serial ATA is still ATA on USB 2.0 Spec Is Final - Up To 480 MB/s · · Score: 1

    From what I've heard, Serial ATA is just ATA/100 with cheaper cables. It's still only 2 drives per bus, still internal-only, still no hot-plug, etc. For cheap internal drives, Serial ATA will be great. For everything else, there's FireWire.

  12. Cheap storage on Supporting Tens Of Thousands Of Users With Apache? · · Score: 1

    You didn't mention anything about how much traffic you expect. If the traffic is small enough to fit on one machine, you could use several 3ware IDE controller cards with 80GB drives attached to them to get a lot of storage cheap.

  13. Re:TCP/IP appliance standard needed? on Where are the "Internet" Appliances with Ethernet Cards? · · Score: 1

    So the device can just use SSL for all of its connections and not listen for any incoming connections. Problem solved.

  14. Re:What was the problem? on Mozilla To Be Dual Licensed - MPL/GPL · · Score: 1

    So if Galeon was MPL'ed from the beginning, there never would have been a problem. It makes me wonder why the author purposely created a license incompatibility.

  15. No conflict on Mozilla To Be Dual Licensed - MPL/GPL · · Score: 1

    There won't be any GPL violations, because with dual-licensed software, you can choose to only abide by one of the licenses if you want to. So AOL can just follow the MPL and they'll be OK.

  16. Not quite on Mozilla To Be Dual Licensed - MPL/GPL · · Score: 1

    The MPL does not require that patches be submitted back to Mozilla.org. (Such a requirement would be even sillier on MPL'ed software that's not from Mozilla.org.) The MPL is also less viral than the GPL (MPL'ed code can be linked into proprietary apps like Netscape), so it's more like the LGPL IMO.

  17. What was the problem? on Mozilla To Be Dual Licensed - MPL/GPL · · Score: 1

    For those of use not closely following Galeon development, what was the licensing problem? What license is Galeon under?

  18. It's Spring! It's EROS! on A Praise To Unix · · Score: 1

    So what do you think about the Spring and EROS papers? You have read the Spring and EROS papers, right?

  19. What's wrong with HTML? on Gamera = AOL for Linux · · Score: 1

    Why do we need special software to view AOL content on every platform? Why can't they just use standard formats and protocols and save a lot of effort?

  20. Napster is not free on Tivo/ReplayTV Are To TV What Napster Is To Music? · · Score: 1

    Napster requires a computer, which (believe it or not) not everyone has. A TV + TiVo is probably cheaper than a computer + Napster.

  21. Re:garbage collection not as good as precise colle on C# Under The Microscope · · Score: 1

    Some recent Java VMs can stack-allocate objects in cases where it's safe to do so.

  22. .NET probably no better on C# Under The Microscope · · Score: 1

    If you write an app that uses any .NET features, it will require the .NET runtime, which is probably at least as big and complex as the JRE.

  23. The VM is called NGWS? on C# Under The Microscope · · Score: 1

    NGWS (Next Gen Windows Services) was the codename for .NET; I thought the VM was part of the Common Language Runtime (CLR), which itself is part of the Common Language Infrastructure (CLI).

    By maybe someone from MS should straigten this whole naming thing out.

  24. SawMill Linux on Could Linux Become A Microkernel? · · Score: 1

    Check out SawMill Linux, which is a multi-server version of Linux on the L4 microkernel.

  25. not EVERY site... on Napster Clone With Pay Per Download · · Score: 1

    it would mean a guranteed income of a size greater than ad revenue, for practically every site

    I doubt it. On the Web, 1% of the sites get 99% of the hits. For the other 99% of sites, micropayments would barely pay for the hosting (if you're lucky). If you're not lucky, people just stop visiting the site altogether. Nothing is guaranteed.