Slashdot Mirror


User: cbreak

cbreak's activity in the archive.

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

Comments · 143

  1. Re:Apple's activity is criminal here, Palm's is le on Palm Ignores USB-IF Warning, Restores iTunes Sync · · Score: 1

    If you think it's bad to check in a driver if the device you speak to is really the one the driver was written for, you're a morron.

    If you think it's apple's duty to write drivers for unrelated products from third parties, you're a morron as well.

    Apple doesn't force incompatibility, apple just knows how to write drivers. No one with half a brain would sue apple for not writing drivers for other people.

  2. Re:Apple's activity is criminal here, Palm's is le on Palm Ignores USB-IF Warning, Restores iTunes Sync · · Score: 1

    Apple a monopoly? Get a clue. Apple is not even close enough to dominate any market.

    Palm violated their contract, lied to their customers, continue to lie to every device their hardware is connected and you defend it? But why do I waste my time arguing with a corporate shill anyway...

  3. Re:And message integrity on Using Encryption Garners Exemption For Data Breach Notification · · Score: 1

    For message integrity you can just append a hash value or a mac.

  4. Re:But... on Nissan Gives Electric Cars Blade Runner Audio Effect · · Score: 1

    Considering a car that doesn't move does not use any energy, it's probably quite efficient.

  5. Re:But... on Nissan Gives Electric Cars Blade Runner Audio Effect · · Score: 1
  6. Re:XOR! on Using Encryption Garners Exemption For Data Breach Notification · · Score: 1

    The only provable encryption scheme OTP works with XOR. The only drawback is the key length.

  7. Re:Remove Hydrocarbons from Plastic???!!!! on Transforming Waste Plastic Into $10/Barrel Fuel · · Score: 1

    Cracking plastic into little bits for easier storage and usage does not violate the conservation of energy law since no energy is gained from nothing.
    You could burn the plastic without cracking it up first just as well.

  8. Re:What is 5-1/2 hours a day? on Panasonic's New LED Bulbs Shine For 19 Years · · Score: 1

    5-1/2 = 5-0.5 = 4.5 in hours
    That's 270 minutes.

  9. Re:Adobe Lobby machine on New Standard For EU-Compliant Electronic Signatures · · Score: 4, Informative

    There are many ways to create PDFs and read PDFs without relying on Adobe. Mac OS X offers wide support for this format, every application that can print can create a PDF file. PDFs can be opened with Preview and many other applications understand it.
    LaTeX can create PDF files either directly or with ghostscript, which creates PDFs out of Postcript files.
    Many different libraries exist to create a PDF programmatically.
    Not all implementations might be feature complete, but it's far from being as proprietary as Office from Microsoft.

  10. Re:No effect whatsoever on Japan's Cell Phones May Get DRM, At Music Industry Behest · · Score: 1

    Outside restrictions never bring any benefit for users appart from protecting them from themselves. In this case, the only ones that profit are those that control who can play music and who can not.

  11. Re:Server Security? on Apple Open Sources Grand Central Dispatch · · Score: 1

    Allways sanitize your input.

  12. Re:GCD -vs- OpenMP on Apple Open Sources Grand Central Dispatch · · Score: 1

    Apple's main language of choice for application development is not C++ but Objective-C. Objective-C is closely related to C, so putting the changes into C makes sense.

  13. Re:GPL violation? on Apple Open Sources Grand Central Dispatch · · Score: 1

    Big parts of Mac OS X are open source, including the kernel, the compiler and some basic libraries. Now including LLVM, Clang and GCD.

  14. Re:Kamikaze development on Apple Open Sources Grand Central Dispatch · · Score: 1

    Locked into open source software? I can think of worse things.

  15. Re:This does not help, Apple. on Apple Open Sources Grand Central Dispatch · · Score: 2, Informative

    Abstraction is the main theme in progression in programming. Blocks (Language change) and the rest of the package provide such an abstracted view.

    GCD also does not need kernel changes as written in the sumary.

  16. Re:Should have been binary from the start... on Apple Kicks HDD Marketing Debate Into High Gear · · Score: 1

    But computers use base 10.

    How many cycles does a 1 GHz CPU make per second?
    How many bits are transferred over a GBit ethernet link?
    How many seconds does it take to download one million bits with a 1 MBit internet downlink?

  17. Re:1 MB = 1,000,000 bytes on Apple Kicks HDD Marketing Debate Into High Gear · · Score: 1

    No one uses a base 15 system besides you.

  18. Re:Main blocker on State of Sound Development On Linux Not So Sorry After All · · Score: 1

    I use mplayer even on Mac OS X. It's a great player, low on resources and with a great support for all common and most exotic formats. With MPlayer OS X Extended, there's even a nice user interface wrapper for it.