Slashdot Mirror


User: MouseR

MouseR's activity in the archive.

Stories
0
Comments
1,336
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,336

  1. Re:The real question is... on Probable Water Ice Sighted On Mars · · Score: 1, Funny

    Because now they have proof that Mars has weapons of mass sublimation.

  2. Re:Interesting Object? on First Pictures From Mars Phoenix Lander · · Score: 0

    Moo?

  3. Re:Viral marketing on Spore Editor Available June 17th · · Score: 1

    The game was announced fore the Wii. Just not release date. For all intents and purposes, if a simpler version can dun on the DS, there's no reason a more decent version will on the Wii.

  4. Re:Viral marketing on Spore Editor Available June 17th · · Score: 1

    I'm actually waiting for this game on Wii, although I'm sick of hearing about it. I hope it'll be a good game. I'm just saying I wont bite on their 10$ add.

  5. Viral marketing on Spore Editor Available June 17th · · Score: 1

    his is viral marketing at it's best: build up the excitement for years, finally announce another far-off release date and charge people for a preview of it.

    Also, pun intended.

  6. Re:Really? on Gartner Analysts Warn That Windows Is Collapsing · · Score: 4, Informative

    Last time you checked, you failed.

    iPhone runs on a down-clocked 112mghz processor. (before the 1.1.2 firmware, it ran at 100mghz). Yes, the processor is capable of 620mghz but the battery would last something like 1 hour so it's been down-clocked.

    Plus the iPhone doesn't have to carry the bazillion drivers that the regular Mac OS X carries, nor the bazillion software in embarks. It is, otherwise, the same Mach kernel.

  7. Re:Well that's great on Geist Creates His Own Do-Not-Call List · · Score: 1

    Regardless, I dont think I want to sent out my phone number and emails addresses to some third party who might just, in the end, get hacked and stolen his juicy database.

    Not that I'd trust the government wich such a database either.

  8. Re:It is a cult/organized crime on Scientology's Credibility Questioned Over Video Channel · · Score: 1

    One word: inquisition.

  9. Re:John Titor on Large Hadron Collider Sparks 'Doomsday' Lawsuit · · Score: 4, Funny

    WOuldn't it suck to discover that, in the end, Hawking is just some lame robot sent from the futur to enlighten us?

    Futur Scientist 1: "We should send back a robot!"
    Futur Scientist 2: "Hrm. it'll take years to develop a convincing one!"
    Futur Scientist 3: "Let's get to it!!"
    Futur Janitor: "Hey... why dont you make him look like a crip? You could then use that IBM 5100 chip on the floor as a voice box."
    Futur Scientists: "Smart ass".

  10. Re:It probably makes more sense than you think on US Plans "Disposable" Nuclear Batteries · · Score: 1

    My link didn't work. My bad. here's Candu info: http://en.wikipedia.org/wiki/CANDU

  11. Re:It probably makes more sense than you think on US Plans "Disposable" Nuclear Batteries · · Score: 4, Insightful

    The Candu reactor is a good export for Canada. AND it can use depleted uranium and other non-weapon-grade fuel.

  12. Re:What was the name of the record company... on Beatles and iTunes At Last? · · Score: 1

    Neither company thought it was funny. They had been throwing law suits at each other for almost 20 years un Apple (formerly Apple Computer) bought all the rights to the "Apple" trademarks and re-licensed them back to Apple Corps.

  13. Re:What was the name of the record company... on Beatles and iTunes At Last? · · Score: 1

    Your point being?

    And you're also wrong. It's "Apple Corps".

  14. Re:Hmmm on Beatles and iTunes At Last? · · Score: 1

    ^ AAC format.

  15. Re:Will it have a real file system? on An App Store For iPhone Software · · Score: 1

    It already has a real file system, and you can do all those things you've mentioned using add-on apps from the urrent hacker community.

    Eg, SendFile, MobileFinder etc.

  16. Re:H.264 on iPhone already on Higher-Resolution YouTube Videos Currently In Testing · · Score: 1

    How can you go through life being so unloved?

    Youtube is as-free on the iPhone. And the 400$ NON-plastic thing actually lets me avoid dragging a 1000$+ laptop around, a phone and a music player all at once. So, what's your point?

    My point was that YouTube has been converting their videos to H.264 for MONTHS. In fact, they've even mentioned months ago that every new videos uploaded to YouTube was being simultaneously H.264 -encoded on-the-fly. Initially, iPhone users have seen the benefits before other viewers because it's got a dedicated YouTube browser app (wich does full screen) (aka, non-flash based).

    I dont hate you because you dont drive the same car I do. Go hate someone else.

  17. H.264 on iPhone already on Higher-Resolution YouTube Videos Currently In Testing · · Score: 4, Informative

    iPhone users have been enjoying H.264-encoded YouTube for many months already.

    To be frank, I've not been on YouTube.com ever since I've gotten the iPhone. The video quality is SO much better on H.264 than crap^H^H^H^H flash players that it's worth wasting time with it. Plus, you can actually pause, fast-forward, rewind and skip to any point without it failing like flash players always do.

  18. Re:At least use proper Cocoa naming conventions! on Mac OS X Secretly Cripples Non-Apple Software · · Score: 1

    Just dont want to clash with a possible implementation somewhere. besides, this isn't the exact code I'm using. My employer wouldn't aprove otherwise.

  19. Re:Article is a Troll on Mac OS X Secretly Cripples Non-Apple Software · · Score: 4, Informative

    There is a slight difference in this case though. Unlike compiled C or C++ libraries, Objective-C (/Cocoa) frameworks can be easily turned inside out. The strong method signature nature of the language actually makes it easy to figure out the parameters being passed. If in doubt, just ask at runtime!!

    Introspection makes this easy, as in java (and c# I suppose--I'm just guessing for this one).

    Also, given Apple did mention it into a post (see above reply) and that although there wasn't documentation per say, the functions were in a published API (in this particular case), one could say "the plans where on display".

  20. Re:Article is a Troll on Mac OS X Secretly Cripples Non-Apple Software · · Score: 3, Insightful

    Foreword: I pulled my head out of Steve's ass when I unlocked my iPhone.

    Now...

    Maybe he's on to something though. You see, published APIs are APIs that are generally tested and well engineered (although that's sometimes arguable). The idea is that a published API can be relied upon for the foreseable future as being available and to do what it's documented to do.

    Now, if Safari is using yet-unpublished APIs, it does so at a possible cost of futur compatibility and, even perhaps, worse performance down the line.

    Now, obviously, Apple is in a rather sweet spot to use this because they have some inside info as to when things might get changed. Or at least, access to engineers that can fix it.

    Using Cocoa/Objective-C for any APIs makes any framework (libraries) easy to dig into. There are THOUSANDS of unpublished methods in Cocoa classes. They're unpublished because they are not meant to be normal entry points for various reasons. They might be some internal data munger routines that end up being used by some public API but it's not to day that accessing this one directly wouldn't be a performance boost for something else, used in a different context.

    There are tools you can use to find out what method Cocoa classes implement and if you really want, you can dig right into them. The cost, though, is that you risk futur incompatibilities.

    That's probably what's going on in this case.

    FYI: I also make use of some undocumented methods. There. let me give you one:

    @interface NSScreen (_NSScreen_screenNumber)

    - (int) _ScreenNumber;

    @end

    @implementation NSScreen (_NSScreen_screenNumber)

    - (int) _ScreenNumber
    {
            return _screenNumber;
    }

    @end

    Oh noes! I gave you access to a method wich may give you an unfair advantage to a poor sap who'll have to traverse an array using an interator to get screen numbers!!!

    For a counter argument, Apple is now as evil as the company it fought all these years. So, maybe they're just guilty of this one too.

  21. Re:Isn't that theft? on iPhones Produced in China Smuggled Right Back in · · Score: 1

    Oh I understand that.

    Mine got purchased by a friend in NC.

    But, 400,000 phones? Damn. That's a lot of friends.

  22. Re:Apple wants this to happen on iPhones Produced in China Smuggled Right Back in · · Score: 1

    Well, think about it. If these extra phones are not sold BY Apple but rather than by the manufacturer's own extra (un-contracted) production run, doesn't that make the manufacturer a thief in the story, keeping profits for itself rather than let Apple sell the products?

    If I had contracted 1m phones to find out that 400k other ones were build without my consent, I'd be majorly pissed at my contractor for having stolen a potential 400k*399$ in revenues.

  23. Isn't that theft? on iPhones Produced in China Smuggled Right Back in · · Score: 3, Interesting

    Someone needs to explain how distribution channels can legally divert these phones away.

    Apple is the only producer of these phones (well, through OEM partners), wich presumably moves the phones to some Apple warehouses and they, in turn, are moved off to Apple stores and authorised resellers (AT&T, Orange, T-Mobile and O2 if I'm not mistaking).

    So, where do all the grey market phones come from? And how can Apple account for them if they've never been in their warehouses?

    Mine was bought in an Apple store so I'm not even worried about it but I wonder about those I see in downtown Montreal cell phone outlets (at a premium price). Should those be considered stolen devices?

  24. Re:Implied Lisa? on Outer Space has a Smell · · Score: 1

    Shelf stocks of Dukem Nukem Forever.

    And yeah, I meant relative pressure.

  25. Re:Implied Lisa? on Outer Space has a Smell · · Score: 2, Informative

    No, I think he means explode. You cant implode if there's negative outside pressure.