= Help libcaca research projects with CPUShare = Image processing research sometimes requires expensive computations, for instance analysing the quality of an algorithm on thousands of different images. You can help the project by selling or donating your idle CPU cycles. We use [http://www.cpushare.com/ CPUShare] for this purpose: it provides all the infrastructure for reliable, secure and anonymous distributed computing. == Getting started == If you are using Debian or Ubuntu, just download one of the following packages: * [/raw/CPUShare/cpushare_0.47-2_i386.deb cpushare_0.47-2_i386.deb] (32-bit platforms) * [/raw/CPUShare/cpushare_0.47-2_amd64.deb cpushare_0.47-2_amd64.deb] (64-bit platforms) * [/raw/CPUShare/cpushare_0.47-2.dsc cpushare_0.47-2.dsc] (source package) Then download our [/raw/CPUShare/libcaca-sell.cpu sell order] and put it in `/etc/cpushare/`. If your machine has several CPUs, you can place several copies of the same file in `/etc/cpushare/`, just make sure their names end in `.cpu`. Finally, start the CPUShare daemons: {{{ /etc/init.d/cpushare start }}} If you are not using Debian or Ubuntu, you can either try to install and run CPUShare from source (good luck!) or run this Live CD, either by burning and booting it, or by running it in an emulator (see more information [https://www.cpushare.com/wiki/cpushare/CPUShareLiveCD on the CPUShare wiki]): * [/raw/CPUShare/libcaca-cpushare-livecd.iso libcaca-cpushare-livecd.iso] Live CD image (5.8 MB) == How does it work? == Your machine's idle CPU cycles will be available to CPUShare users. There is no way to know whether your CPU will only be used for libcaca projects, but if you use our `.cpu` file, the CPUCoins earned by running other software will be credited to the libcaca project's account. We will in turn use these CPUCoins to buy CPU cycles on other machines; maybe yours, maybe not. The CPUShare daemons run at a very low priority (`nice -19` by default) but you can stop them at any time if the impact on your system is too important. If you do not like giving CPUCoins directly to the libcaca project, you can create your own `.cpu` file by creating an account on [http://www.cpushare.com/ cpushare.com] and [https://www.cpushare.com/orders/ creating a new sell order]. '''Note: we ''cannot'' use your data, only your CPU. CPUShare is secure and prevents malicious code from using any other resource.''' == What computations are currently running? == None at the moment. We are still porting our software so that it uses CPUShare efficiently.