Slashdot Mirror


User: iMacGuy

iMacGuy's activity in the archive.

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

Comments · 134

  1. Patent arguments? on Australia to Vote on Extending IP Laws · · Score: 1

    The major point in their "no patent" article seems to be that the USPTO is mismanaged. While it is, this isn't an argument against implementing software patents with a shorter expiration and better examination. I don't get the references to music either; it's completely different from software. There isn't anything you can reverse-engineer in music and reuse in your own songs without sounding like a ripoff.

  2. Re:Good riddance! on RIP G4 PowerMac · · Score: 1

    The 2.5 GHz G5 is a 970FX.

  3. Re:One Big LAME on Apple Rolls Out AirPort Express, AirTunes · · Score: 1

    MenuTunes also allows you to remote-control iTunes. As for whether or not it will be extended to support AirTunes, I am unable to say.

  4. Re:You are mistaken on iPod May Not Have The Horsepower For Ogg [updated] · · Score: 1

    AAC has also had years of research since MPEG-1, but it is designed to be faster to decode than MP3.

  5. Re:Good motives but... on British Telecom Blocks Access to Child Porn Sites · · Score: 1

    If BT ever blocks anyone improperly they'd get rich from suing for libel, since BT would be claiming they were a child porn site.

  6. Re:APE: Neither Blind nor Unique on Unsanity Developer Comes to APE's Defense · · Score: 1

    ANY program in OS X can do this. You would have to remove Mach from the kernel to disable it.

  7. Re:Well.. I'm interested on Unsanity Developer Comes to APE's Defense · · Score: 1

    Rosyna Keller is a man.

  8. Re:I always wanted OSX on PC on Successful PearPC/Mac OS X Install Documented · · Score: 1

    AltiVec emulation would barely speed it up at all. It would give exactly NO speed increase in the generic core, since interpreting the vector instructions in the scalar units is just about the same as interpreting the scalar instructions. In the x86 JIT, it would have to emulate the permute unit (which is used very heavily in a lot of Altivec code) as well as some other features missing from x86 SIMD.

  9. Re:I can see myself using this on Successful PearPC/Mac OS X Install Documented · · Score: 1

    1/40 speed is with the x86 JIT. The generic core is 1/500 speed.

  10. Re:In related news... on Safe and Insecure? · · Score: 1

    I should think that writing an article announcing his plans to defraud their good faith policy would remove any deniability he has with the ISP itself.

  11. Re:too long on P-P-P-PowerBook for a S-S-S-Scammer... · · Score: 1

    hey guys i took the slashdot logo and fiestad it lol

  12. Re:Funniest part of the pics on P-P-P-PowerBook for a S-S-S-Scammer... · · Score: 1

    Probably. Lots of people seem to like to post stupid shit about GNAA here.

    Thank you Slashdot for ruining the proud sport of trolling.

  13. Re:All for it .... but on P-P-P-PowerBook for a S-S-S-Scammer... · · Score: 1

    sup pipebomb :coal:

  14. Re:Not "47", but "Mr. 47" on Winny P2P Software Creator Arrested · · Score: 1

    Does Slashdot have a defined character set? If not, kanji wouldn't work.

    ?????

    That's what happens when I type Japanese.

  15. Re:In other news ... on Winny P2P Software Creator Arrested · · Score: 1

    You're hoping it will happen? Get that paranoia checked out. (PS obligatory "well regulated militia")

  16. Re:ironic fact on Practical File System Design with the Be File System · · Score: 1

    No, it's an HFSX filesystem. This can be already created in 10.3; it's the Case-Sensitive Mac OS Extended (newfs_hfs -s). There's an Apple technote about some of the new features that aren't implemented yet, but I don't know the number.

  17. Re:why do developers have to get screwed on this t on EU Moves Toward Software Patents · · Score: 1

    Since when did we not have software patents? Look at mpegla.com sometime.

  18. Re:What worries me most on After DeCSS, DVD Jon Releases DeDRMS · · Score: 1

    Then deauthorize your PCs before selling them. (It's 5 as of iTunes 4.5, not 3)

  19. Re:Apple can bite me on After DeCSS, DVD Jon Releases DeDRMS · · Score: 1

    That's because he just copied the QuickTime binary into it (this is the same reason it has "3ivx support").

  20. Re:I'm obviously not understanding something here. on After DeCSS, DVD Jon Releases DeDRMS · · Score: 1

    Laws are there to allow determination of whether someone is being moral, and because it's very unlikely that someone who has violated the laws is smart enough to avoid capture. Also, that doesn't consider immoral people in the justice system; if there were no impartial rules, they could count anything as punishable (such as in Christianity where God is supposed to be absolutely moral and can validly punish anyone for anything).

  21. Re:I'm obviously not understanding something here. on After DeCSS, DVD Jon Releases DeDRMS · · Score: 1

    DVDs can be purchased without a DVD player. However, it's impossible to purchase an iTMS FairPlayed song without having iTunes installed.

  22. Re:Apple cant do any worse on Apple and Independent Developers · · Score: 1

    Well, they give several of the developers a job. I think that should count :)

  23. Re:I'm UNIX folk on Apple and Independent Developers · · Score: 1

    How about "people who can't keep track of GNOME's thirty zillion dependencies, some of which have weird outdated versions of libtool and some of which don't use libtool at all"?

  24. Re:Apple on Apple and Independent Developers · · Score: 1

    The Finder is PowerPlant, which is a C++ wrapper around Carbon.

  25. Re:BBC Archive on Dirac: BBC Open Source Video Codec · · Score: 1

    It doesn't use the DCT. It uses a different 4x4 transform which is purely integer (so you don't get the rounding errors that prevent Qpel interoperability). It does still have the problem of causing blocking artifacts, but it has a deblocking filter embedded inside the codec to make it look better (and all the motion residuals are calculated against the deblocked version).