LWN.net Logo

Probably a bad gamble

Probably a bad gamble

Posted Nov 10, 2012 14:53 UTC (Sat) by coriordan (guest, #7544)
In reply to: Probably a bad gamble by dlang
Parent article: Let’s Limit the Effect of Software Patents, Since We Can’t Eliminate Them (Wired)

If Rockbox is to be ok (except bootloader and drivers), the proposal should say "a program *that can be effectively run* on generally used computing hardware".

But I'm not sure that that's broad enough. It could leave a problem for video acceleration in drivers. I'd stick with looking for ways to ensure that mp3 players are wholly included in "generally used computing hardware".

The terrible decision about tablets does prove that legislators can make anti-citizen decisions, but the goal (enforce companies' DRM against computer users) shouldn't bind them to making bad decisions on patent questions.


(Log in to post comments)

Probably a bad gamble

Posted Nov 10, 2012 23:05 UTC (Sat) by dlang (✭ supporter ✭, #313) [Link]

> the proposal should say "a program *that can be effectively run* on generally used computing hardware".

why do you need to include the word 'effectively' here? that is subjective.

> It could leave a problem for video acceleration in drivers.

I'm actually Ok with that being a problem.

A closed source driver with closed ABIs like NVIDIA should be a problem

A closed source driver with open ABIs like ATI is Ok with me. I will try to avoid using it and instead use the open source driver that will be written instead.

A open 'shim' driver with open ABIs like the Raspberry Pi is also Ok with me. Everyone uses the same ABI and any 'secret stuff' is in the firmware.

being able to replace the firmware and have the ABI from the firmware to the hardware be open is even better.

> I'd stick with looking for ways to ensure that mp3 players are wholly included in "generally used computing hardware".

I wish you good luck with that, however in the current political climate, I think you will run into the same problem that they had with tablets including e-book readers

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds