Slashdot Mirror


User: eelke_klein

eelke_klein's activity in the archive.

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

Comments · 91

  1. Re:This is TRIVIAL to bypass on Copy-protected CD Tops U.S. Charts · · Score: 1

    If it says that its still a trojan because it doesn't need to install anything to function. It actually installs software that prevents some functionality from functioning. This is misleading information!

  2. Re:Microsoft Office Spell Check on Windows Compatability on the Linux Desktop · · Score: 3, Insightful

    What pisses me of is that Word messes up its own documents even when they are made with the same version of Word (not to mention if the document comes from an older version). Ever worked with a document containing images anchored to the paragraphs. When the paragraph moves word happily shifts the image outside the margins! Then when you have finally all images where they should go suddenly several of them have been replaced with red crosses! This is why at my work the user manual is written using OpenOffice.org. We can trust OOo with our documents. OOo allways behaves predictable and its style system is much more powerfull then that of Word.

    Strange how people allways bitch about it when OOo imports a word document incorrectly but they never mention that Word doesn't read sxw.

  3. Re:Length of Warranty? on Seagate Rolls Out 400 GB SATA Drives · · Score: 1

    When a company doesn't dare to give a three year warranty its a clear signal that they will expect many drives to fail within three years. So you shoudn't trust the drive even if you do trust the company.

  4. Re:How many programmers now? on Oracle To Finish Linux Makeover This Year · · Score: 2, Insightful

    Its not the quantity of programmers that's important but the quality of the programmers...

  5. Re:My opinion on When 8 Megapixels Just Isn't Enough · · Score: 1

    While a large zoom range is very handy (have a Minolta Z1 with 10x optical zoom myself) you will need resolution for large prints. To reach analogue quality on a 15cm x 10cm print you need 3 megapixel. For a 20 x 30 print this would be 12 megapixel

    Also notice the fact that each pixel on the CCD only records a single channel (red, green or blue). The other channels are interpolated from the surrounding pixels to get the final image. Thus the image does not contain as much detail as the pixel count suggests.

  6. Re:Are you serious? on Google to be Sued Over Name? · · Score: 4, Informative

    Read: Google history

    The first alinea goes...

    Google is a play on the word googol, which was coined by Milton Sirotta, nephew of American mathematician Edward Kasner, and was popularized in the book, "Mathematics and the Imagination" by Kasner and James Newman. It refers to the number represented by the numeral 1 followed by 100 zeros. Google's use of the term reflects the company's mission to organize the immense, seemingly infinite amount of information available on the web.

  7. Re:Yeah ... RIGHT on The Security Risk of Keyboard Clicks · · Score: 1, Informative

    Blinking lights on a modem can be decoded to yield the byte values sent and received? DUH ... also obvious ... that's why they are labelled "TD" and "RD"! Also easily defeated by simple piece of black tape.

    These LEDs are only supposed to signal the fact that a byte is received or send. They should not also give the bit patterns.

  8. Not impressed... on Build Your Own Jet Engine · · Score: 0

    It does seem very bulky, it would be really interesting if they could provide some spec's.

    I have read an article one (in a dutch magazine about radio controlled models so I can't provide a link) about someone who build his own turbojet. All parts were home made and it actually was installed in a model that could fly! That was in the early 80's so these guys seem to be a bit behind times...

  9. Re:not a good idea on Summer Is Coming; Will Your Mousing Hand Survive? · · Score: 0

    When your hands and wrists are cold the friction of the sinew is higher then when your arm is warm which can cause RSI. This is also part of the reason why you shouldn't rest your wrist on the table. The angle of the wrist increases the friction and at the same time the table cools your wrist increasing the friction even further.

  10. Re:Standards on What Would The World Be Like Without Microsoft? · · Score: 0

    The market dominance however, has shown us the benefit of having "standard" file types such as .doc that just about everybody in certain industries uses exclusively.

    .doc a standard!?

    Allmost every version of Word uses another format, yes it has the same extension but internally its different. Transfering complex documents from one version of word to another is allmost impossible without loosing the correct formatting.

  11. Re:Please stop C++ calling portable on C Alive and Well Thanks to Portable.NET · · Score: 0

    Java programs ain't portable in the true sence of the word. Java programs run on a virtual machine which is just a nice word for an emulator.

    Ofcourse you are right about C++, there are many problems when trying to keep your program portable. However I have for example done some OpenGL graphics portable between Linux and Windows by using the SDL library for graphics and user input and libpng for texture loading. So its just a case of choosing the right libs.

  12. Depends on Multiple Monitors Increase Productivity · · Score: 0, Redundant

    I actually prefer my own big 21" over the two 17" at my work ofcourse two 21" inch would be even better.

  13. $4 levy on Sweden To Outlaw File Sharing, Crypto Breaking? · · Score: 1

    a hefty $4 levy on blank digital media such as CD-ROMs.

    Is it not a bit strange to outlaw copying and then add a $4 levy on blank media because everbody is going to do it anyway...

    Also if you put a $4 levy on media you can argue that the user has allready paid the copyrights of the material he or she is copying and thus it should be legal to do so.

  14. Re:Black Boxes, GPS and Gradiated Speed limits... on Black Box in Speeder's Car Helped Conviction · · Score: 1

    There are several reasons why everybody should have the same speed limit.

    First speed limits are not only to reduce the risk of an accident, they are also to reduce the amount of noise and to reduce polution.

    Giving people different speedlimits reduces safety as the people who are allowed to drive fast will have to overtake the others.

  15. Re:Who cares? on Your Chance To Influence CPU Benchmarking · · Score: 1

    If they do not have a memory managemnt unit and facilities for multiple tasks they will not be able to replace the CPU.

    Adding these parts will make those GPU's much more complex, which will slow them down.

  16. Re:Who cares? on Your Chance To Influence CPU Benchmarking · · Score: 1

    It wont scare Intel and AMD a bit those GPU's cannot replace the CPU. They may be fast but they simple can't run a preemptive multitasking operating system and make sure processes don't mess up each other memory. The reason they are so fast is that they are designed to do one thing (graphics) and do it good and everything which isn't needed for that one thing has been thrown out. This also applies to other specialized processors like DSP's.