Slashdot Mirror


User: JohnFluxx

JohnFluxx's activity in the archive.

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

Comments · 3,079

  1. Re:Is this a technical or religious issue? on Kernel Builders Appeal For Open Source Drivers · · Score: 1

    The linux kernel has gone through several revisions of the USB interface, for example. Now just about every USB driver can work at close to the full theoritical usb speed.

    If linux had a stable ABI, it would severely hampen such development.

  2. Re:Is this a technical or religious issue? on Kernel Builders Appeal For Open Source Drivers · · Score: 1

    Do you really want a closed source driver that will only work on a certain kernel version for a certain distro and just hope that the manufactorer will keep it updated forever?

  3. Re:Such arrogance... on Kernel Builders Appeal For Open Source Drivers · · Score: 1

    By publically telling NVidia to release open source drivers and telling users to not buy until they do, you are giving nvidia a financial incentive to do so.

    By encouraging people to put pressure on NVidia, you are making it more profitable for them to do so, because they do not want the bad publicity and perhaps loss in sales.

  4. Re:This is bullshit on Kernel Builders Appeal For Open Source Drivers · · Score: 2

    Sounds awful - then you get a situation where you have binary drivers which mostly can't be shipped with the distribution, can't be updated, only work with a certain kernel version on a certain distro...

    Sounds terrible

  5. Re:Finally, developers' ignorance and childish on The State of X.Org · · Score: 1

    I don't see the point. Pixmaps sent to the xserver tend to be stored on the video card memory, on non-UMA systems (systems with seperate video card and main memory - i.e. most PCs). You can't share that video card memory with a client app.

  6. Re:Quality Control or Quantity Control? on Are Academic Journals Obsolete? · · Score: 2, Funny

    Only 150? Here's an email I recieved a few days ago:

    On behalf of X - Head of Engineering & Design - I would like to invite you to a celebration in honour of Professor Y, who recently celebrated the publication of his 500th academic paper.

    500... seriously...

  7. Re:Hang in there guys on OpenOffice.org 3.0 Beta Released · · Score: 1

    Well given that Java is from Sun and that .NET is from Microsoft, it's hardly surprising that MS Office is mostly geared for .NET usage and Openoffice.org is mostly geared for Java usage.

  8. Re:Hang in there guys on OpenOffice.org 3.0 Beta Released · · Score: 1

    Btw you can control openoffice the same way through it's java and c++ interfaces.

  9. Re:This sounds like it might help on MiniOn ARM Microcontroller Programming System · · Score: 1

    So... basically you end up waiting ages for a bus and then two come along at the same time?

  10. Re:This sounds like it might help on MiniOn ARM Microcontroller Programming System · · Score: 1

    So, what does a via do, what is ground bounce, and how do you measure it? :)

  11. Re:Gumstix on MiniOn ARM Microcontroller Programming System · · Score: 1

    Out of interest, what would the 'bunch of very standard' components be?

  12. Gumstix on MiniOn ARM Microcontroller Programming System · · Score: 3, Interesting

    How is this different from the Gumstix, which are small 600Mhz xscale chips (using ARM also) but also come with ethernet, bluetooth, touchscreen TFT screens, general I/O, flash memory, etc

  13. Re:HP on Major PC Vendors Push For Open Source Drivers · · Score: 1

    I get the sarcasm, but without the PPD files you can't set full duplex etc

  14. Re:HP on Major PC Vendors Push For Open Source Drivers · · Score: 1

    Well I share the printer on the network. For that you need the PPD file so that users can chose full duplex etc.

  15. Re:HP on Major PC Vendors Push For Open Source Drivers · · Score: 1

    Hmm, I emailed HP and they said flat out that they will not support Linux or Mac. I looked on the HP website and did google for the PPD file for the printer and couldn't find it.

  16. Re:HP on Major PC Vendors Push For Open Source Drivers · · Score: 1

    Where can I download the PPD driver for the HP Color LaserJet CP3505x printer?

    I emailed HP and they said flat out that they will not support Linux or Mac.

  17. HP on Major PC Vendors Push For Open Source Drivers · · Score: 1

    And yet HP still refuse to provide linux drivers for their printers. Hmm.

  18. Re:Logical positivism to the rescue... on Is Mathematics Discovered Or Invented? · · Score: 1

    E=mc^2 is exactly true if m is the relativistic mass. This is the objects gravitational mass, its inertial mass.

  19. Re:Kudos to them, I guess on Sun to Fully Open Source Java · · Score: 1

    VMWare is an excellent example of where it is difficult to install because it can't be packaged by distros.

    Everytime Ubuntu releases a new kernel, VMWare stops working If it was integrated better into the packing system then this wouldn't happen.

  20. Re:Good for a swap drive, I guess on Fujitsu HDD with AES 256-bit Encryption · · Score: 1

    No, they mean that the user types in the password. This is then used to generate the key. If this decrypts the data, then you're good to go.
    This key only needs to be stored until you poweroff.

  21. Re:But The Real Question: on Stephen Hawking Thinks Aliens Likely · · Score: 4, Informative

    > Travelling faster than the speed of light is, after all, just as impossible as time travel

    Travelling faster than the speed of light is pretty much the same thing as time travel. If you could travel faster than the speed of light, then you could time travel.

  22. Re:Who cares about BSD... on OpenSolaris Boot Support For ZFS Root FS on x86 and SPARC · · Score: 1

    Um, what? It is not possible to put the zfs code into the kernel. It would be illegal to do so. Putting down pitchforks would not solve this problem.

  23. Re:Who cares about BSD... on OpenSolaris Boot Support For ZFS Root FS on x86 and SPARC · · Score: 1

    If the CDDL and GPL were compatible, then Sun would have chosen a different license that was incompatible with the GPL.

  24. Re:You Can't Ever Win on Is Open Source the Answer To Giving? · · Score: 2, Insightful

    It also seems that a lot of times companies deserve to lose out to open source.

    I purchased an expensive HP printer for the office, and yet HP refuse to provide me with the PPD files for it. This _forces_ me to use, and support, open source drivers.

    I simply cannot understand why HP refuse to the provide the ppd file for their printers. It's plain text and probably wouldn't take them more than a day to write. Yet they seem to actively refuse to do so.

  25. Re:More agile perhaps? on Microsoft "Albany" Offers Office and Security as Subscription · · Score: 1

    Undirected hacking can be a good thing. There's always something that needs fixing/improving, so why not just go ahead and fix/improve it, rather than having to follow a specific plan?

    You can add a bit of structure by prioritizing bug reports (to make sure boring but important bugs/features are fixed/added).