Slashdot Mirror


User: zoomosis

zoomosis's activity in the archive.

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

Comments · 14

  1. Re:Time on What Is Time? One Researcher Shares His Exploration · · Score: 1

    He certainly is.

  2. Re:XOOM on Yahoo Pulls the Plug On GeoCities · · Score: 1

    Xoom gave you 100 MB to use, which was a lot at the time. Great for hosting image galleries.

    From memory, Geocities had a 10 MB limit, and Fortunecity 20 MB.

  3. Re:I wish Borland would release code for C++ Build on What Happens To Code From Failed Projects? · · Score: 1

    Codegear owns C++ Builder now.

    C++ Builder 2009: http://www.codegear.com/products/cppbuilder

    Unless you meant Kylix, which seems to have been abandoned.

  4. Re:Homebrew Wii-ns again on Nintendo Blocks Homebrew Installation · · Score: 1

    I suspect Candlejack kidnapp

  5. Re:Another Physical Distribution Method? on SanDisk, Music Publishers Push DRM-free SlotMusic Format · · Score: 2, Informative

    About the only advantage I see to this is the "up to 320k", whereas Amazon's are 160k I believe.

    160 kbit is a bit marginal, but Amazon's MP3s are encoded at 256 kbit. For most people who aren't audiophiles, this is indistinguishable from the original CD.

    I ran MediaInfo over one of their MP3s. The output is at http://pastebin.com/m75a78b22 .

  6. Re:Norton Products... on The Most Annoying Software Out There · · Score: 1

    By default AVG Free 8.0 will also delete a ZIP file if it finds a virus inside. No moving the ZIP file to AVG's Virus Vault - it just deletes it outright. I lost some e-mail because of this.

  7. Re:Ignoring History on MS Offers Vista Upgrade Pricing To All · · Score: 1

    I've heard of the file copy issues with Vista from a few different sources but haven't seen anyone try to investigate the cause. I'm curious about that. As I understand it, Windows Explorer uses the CopyFile() or CopyFileEx() functions to copy files (duh). I don't have a copy of Vista to test, but presumably it uses the latter, and perhaps there's some oddball copy-protection code in it like another posted suggested. Or maybe it's just some other weird bug. Either way, one simple thing to try out would be to test the performance of a file copy using your own code, only using fopen(), fread(), fwrite() & fclose(). Those I/O functions will map to lower level Windows API calls, but you will at least avoid calling CopyFile().

    Having said all that, it's odd that not everyone has experienced performance problems copying files, so maybe it's a driver issue, eg. faulty DMA code.

    - ozz

  8. Re:Ignoring History on MS Offers Vista Upgrade Pricing To All · · Score: 1

    QBASIC? :-)

    It would be nice if Python was supplied with Windows (as it is with Apple OS X), but it's not a lot of trouble to download and install. Having it not supplied by default may be a good thing as it will tend to stop people writing Python code for a particular version of Python, and eliminates problems upgrading the supplied version to a newer one (which I understand can be a bit of an issue with OS X).

    Most people can freely download a whole stack of different devtools for Windows, eg. Bloodshed Dev-C++ (provides a GNU C/C++ compiler), Borland Turbo C++ Explorer, Turbo Delphi Explorer, Microsoft Visual Studio Express, Open Watcom ...

    - ozz

  9. Re:How pratical can it be to hold out? on MS Offers Vista Upgrade Pricing To All · · Score: 1

    Apparently Firefox 2.0.0.3 will run under Windows 98:

    http://www.mozilla.com/en-US/firefox/system-requir ements.html

    - ozz

  10. I'm using... on Must-Have Extensions for Thunderbird 2.0 · · Score: 1

    I don't use a lot - just the Auto Copy, Image Zoom and MR Tech Local Install extensions.

    Auto Copy, so I can copy text to the clipboard just by highlighting it (no need to press Ctrl+C).

    Image Zoom, so Thunderbird will reduce the size of images to fit the message view pane. Without it, you have to scroll around a lot for large images.

    MR Tech Local Install so I can force extensions to ignore the maxversion setting in the .xpi file, if necessary. Useful for when you upgrade either Firefox or Thunderbird and your extensions suddenly stop working - you can force them to work. Or at least try to work. I had to use that to get Image Zoom working in Thunderbird 2.0, although I think it's not necessary any more with the most recent version of Image Copy.

    http://autocopy.mozdev.org/
    http://imagezoom.yellowgorilla.net/
    http://www.mrtech.com/extensions/local_install/

    - ozz

  11. Re:autorewrap on Must-Have Extensions for Thunderbird 2.0 · · Score: 1

    Presumably the current version of autorewrap is disabled in Thunderbird 2.0 because the maxversion setting in the .xpi file is set to only allow it to run in Thunderbird 1.5.x. You can use the "MR Tech's Local Install" extension to force other extensions to essentially ignore that setting. This works in both Thunderbird & Firefox.

    https://addons.mozilla.org/firefox/421/
    http://www.mrtech.com/extensions/local_install/

    - ozz

  12. Re:Why Upgrade at all? on Is Windows Vista in Trouble? · · Score: 1

    Is it possible to get Win2K to support USB 2.0?

  13. Re:The obvious on Yahoo Music Chief Comes Out Against DRM · · Score: 1

    I can't find a reference for this on the web, but I believe Windows Media files can contain embedded HTML including JavaScript code. Playing these files using Windows Media Player and the code will be executed by the Internet Explorer scripting engine, which (depending on your configuration) may allow ActiveX objects to be executed and exploited.

  14. Re:priceless quotes on Boot Camp Flaw Leaves Some Users Fuming · · Score: 1

    Why would a self-confessed "lifelong Apple devotee" want to run Windows?

    - ozz