Forgot your password?
typodupeerror

Comment WeasyPrint (Score 2) 132

I started with Reportlab (the open source parts), found it to low level so I considered using the commercial edition because it has a templating language. As I was not very fond of investing time in learning yet another templating language, I reconsidered, and gave HTML with CSS a try for printing. I used wkhtmlpdf for a while but switched to WeasyPrint in the end: it was created for using HTML with CSS for printing, seemed to be more actively developed when compared to wkhtmlpdf.
Microsoft

Microsoft Giving Away Vista Ultimate, With a Catch 495

Opinari writes "In case you haven't heard, Microsoft is giving away copies of Windows Vista Ultimate (32-bit or 64-bit DVD), Microsoft Office Ultimate 2007, Microsoft Money Plus Premium, Microsoft Student with Encarta Premium 2008, or Microsoft Streets and Trips 2008 — you can choose any one. The caveat is that you have to let them monitor your use of the program."
User Journal

Journal Journal: San Sabastian

Last week the OCEAN project meeting took place in Elgoibar near San Sebastian and Bilbao. I took the opportunity to visit the Guggenheim museum and experience the local habits such as the delicious pintxos and the marvelous ciderhouse-style diner.

The local people were all very friendly and there was a very warm and safe atmosphere all over.

This is definitely a place I'd like to visit again.

User Journal

Journal Journal: Kana

About two weeks ago on a Saturday, I memorised the Hiragana characters. I'm able to recognise and read them all and their combinations. I started memorising the Katakana characters on Sunday, but since Sunday is family gathering day, I didn't have enough time to spend.

User Journal

Journal Journal: RTAI 3.2 simplifications

The number of header and source files in the RTAI Kilauea tree determined with a simple find: 574.

In the Vesuvio tree: 569.

And finally in the new Magma tree: 325. Which shows that some serious cleanup has occurred.

User Journal

Journal Journal: RTAI 3.2

The RTAI developers are preparing to release a new version based on the magma branch. My first impressions are quiet good. They seem to have removed a lot of the unnecessary stuff, which makes the project appear somewhat less complicated.

User Journal

Journal Journal: DVD authoring

Creating DVD-Videos with Open Source software has gotten a lot easier recently. By using ffmpeg, dvdauthor and growisofs one can create a valid DVD-Video for free and rather fast.

Comment Re:Kernel Recompile (Score 1) 361

Some distro's provide kernel packages for various CPU's. No need to recompile it.

kernel-image-2.6.8-1-386 - Linux kernel image for version 2.6.8 on 386.
kernel-image-2.6.8-1-686 - Linux kernel image for version 2.6.8 on PPro/Celeron/PII/PIII/PIV.
kernel-image-2.6.8-1-6 86-smp - Linux kernel image for version 2.6.8 on PPro/Celeron/PII/PIII/PIV SMP.
kernel-image-2.6.8-1-k7 - Linux kernel image for version 2.6.8 on AMD K7.
kernel-image-2.6.8-1-k7-smp - Linux kernel image for version 2.6.8 on AMD K7 SMP.
kernel-image-2.6.8-2-amd64-generic - Linux kernel image for version 2.6.8 on generic x86_64 systems.
kernel-image-2.6.8-2-amd64-k8 - Linux kernel image for version 2.6.8 on AMD64 systems.
kernel-image-2.6.8-2-amd64-k8-smp - Linux kernel image for version 2.6.8 on AMD K8 SMP.
kernel-image-2.6.8-2-amd64-xeon - Linux kernel image for version 2.6.8 on Intel amd64 systems.
User Journal

Journal Journal: Blender with CORBA

Last Sunday I experimented with using CORBA from within Blender's Python scripting environment. Yesterday, I extended these simple scripts to use the EventService to receive its updated data.

Slashdot Top Deals

There is never time to do it right, but always time to do it over.

Working...