Slashdot Mirror


User: canistel

canistel's activity in the archive.

Stories
0
Comments
79
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 79

  1. Re:You got patents? We got patents too! on NetApp Hits Sun With Patent Infringement Lawsuit · · Score: 1

    I think it's probably more a case of "what you don't protect, you lose"... a sign of problematic patent system

  2. Re:Finaly a good native compiler. on Sun Lowers Barriers to Open-Source Java · · Score: 1

    Not sure if you're aware of this or not, but gcj (gcc for java) will compile to native code. I have used it in linux; you do have to watch out for things like swing, as only part of swing is supported using libraries like SwingWTX (swing api over swt which is a native controls library). I think you can do something similarly for windows, but IIRC, it uses a 10mb runtime library which you need to then package along with your project.

  3. Kernel Type on ATI Driver Flaw Exposes Vista Kernel to Attackers · · Score: 2, Interesting

    I wonder (obviously not a kernel developer here), would a micro kernel prevent these types of problems, where malicious code which normally wouldn't have permission to do things, attack a part of the kernel (video driver) which does and so gain permissions?

  4. Re:Palm Tungsten T and SD Card on Syncing Music Players In Linux? · · Score: 1

    Somewhat offtopic, but how exactly do you get linux to drop ogg files onto the sd card in your palm? Or, do you just dump them on the card directly using an sd reader? I have a treo but haven't had a whole lot of success syncing with it (except for Gnome Pilot in Ubuntu 7.04)