Slashdot Mirror


User: TrancePhreak

TrancePhreak's activity in the archive.

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

Comments · 1,611

  1. Re:So how secure is iOS from roadside police copyi on Apple Releases IOS Security Guide · · Score: 1

    None of that matters, just look at the jailbreakers. The cops can use the same techniques. Put the device into DFU mode and do anything you want with it.

  2. Re:GPLv3 on FreeBSD 10 To Use Clang Compiler, Deprecate GCC · · Score: 1

    Because Apple loves DRM, and GPLv3 tries to prevent DRM.

  3. Re:New features on Objective-C Comes of Age · · Score: 1

    XCode is a pain in the ass. Especially the latest version where they've added tabs that don't act like any other tab system and removed useful features like Interface Builder plugins.

  4. Re:When do anti-trust laws come into effect? on Apple Blocks iOS Apps Using Dropbox SDK · · Score: 1

    Microsoft has very little control over the Indie Marketplace on the 360. It is controlled by the collective of indie developers.

  5. Re:Its not just Windows ... on iTunes' Windows Problem · · Score: 1

    That answer to that question is a resounding yes. If you go from one Android device to another, after you login it will restore your data & apps. Indeed Google has been doing this longer than Apple.

  6. Re:Its not just Windows ... on iTunes' Windows Problem · · Score: 1

    The PC serves as the base for the phone. Where are you storing 10 gigs of music legally in the 'cloud'? How do you sync that with other music? Is this a paid service? How easy is it to make sure you're not pushing that huge volume of data over your dataplan rather than wireless?

    Google Music, caching, ICS built in data facilities.

    Although I believe the poster you replied to is a troll.

  7. Re:PS3 better uses HDD's that work on any sata sys on Hackers Can Easily Lift Credit Card Info From a Used Xbox · · Score: 4, Interesting

    Credit card details were already leaked through Sony themselves. No need to physically get at the boxes.

  8. PowerVR has it's drawbacks on NVIDIA Challenges Apple's iPad Benchmarks · · Score: 1

    I wonder how well they both fair with heavy use of alpha blending. I know this will cause big problems for the tile based PowerVR chips.

  9. Re:POWER7 baby. on Sony Ditching Cell Architecture For Next PlayStation? · · Score: 1

    This post is clearly inaccurate. Here's an article about the launch of the 360: http://xbox.about.com/od/xbox2/a/x360launchguide_3.htm

    And as everyone will point out, up until now (5 years after launch), all Wii's had the ability to play almost all GameCube games.

  10. Re:Core count obsession on Asus Transformer Drops Quad-core In Favor of Dual-core · · Score: 1

    One core for the OS to function, one core for the phone parts to update, one core for the game logic, one core for the game graphics to update. It's not that hard to see why more cores could easily be better.

  11. Re:Why BASIC? What for? on Why Can't We Put a BASIC On the Phone? · · Score: 1

    Precisely this! Someone mod this guy up, please.

  12. Re:Maybe Steve was trying to kill patents? on Apple Transfers Patents Through Shell Company To Sue All Phone Makers · · Score: 1

    Apple also said they would not license those patents out. (Or so I recall, that part is definitely more fuzzy)

  13. let us not forget on Two SOPA Writers Become Entertainment Lobbyists · · Score: 1

    Lawyer for the RIAA goes on to become vice president and helps to legislate for more internet censorship/takedowns.

  14. Re:collusion ? on Apple Transfers Patents Through Shell Company To Sue All Phone Makers · · Score: 2

    The patents necessary are available under FRAND, but Apple chose not to license them..

  15. Re:Maybe Steve was trying to kill patents? on Apple Transfers Patents Through Shell Company To Sue All Phone Makers · · Score: 1

    I don't think so. When the iPhone was announced they also said they patented all their innovations and were ready to sue. That doesn't sound like someone trying to fix a broken system.

  16. Re:So what? on Have Walled Gardens Killed the Personal Computer? · · Score: 1

    Apple charges 30% regardless of the cause. It's the reason you can't have your own donate functionality as Apple wants their cut.

  17. Re:So what? on Have Walled Gardens Killed the Personal Computer? · · Score: 2

    Actually, Apple disallows linking to websites to ask for donations. You are allowed to have a donation function inside the app, however, as long as it uses the Apple App Store for the transaction.

  18. Re:Intel on Sources Say Apple Originally Planned AMD Chip For MacBook Air · · Score: 3, Interesting
  19. Re:Money... on What's Keeping You On Windows? · · Score: 1

    They went after people for selling them. However, I don't believe they have gone after any individuals for doing it. yet.

  20. Re:Resolution! on ARM Claims PS3-Like Graphics On Upcoming Mobile GPU · · Score: 1

    I own this phone, it's no sham. One cable is micro-hdmi, the other is usb for power. (Playing games through hdmi eats up battery for some reason)

  21. Re:Resolution! on ARM Claims PS3-Like Graphics On Upcoming Mobile GPU · · Score: 1
  22. Re:"and a Siri board member" on Siri Gives Apple Two Year Advantage Over Android · · Score: 1

    The thing about Android is that Google would not have to buy them and integrate it. They could make an app that does that already.

  23. Re:iOS updates == Android Application updates on Android Orphans: a Sad History of Platform Abandonment · · Score: 1

    I'm just saying that they are still taking the wrong approach to software, even under the hood. Delta updates wouldn't have been a major deal if they had stuck with good object orientated design instead of their large monolithic ways. If they had done it the correct way, we could have been updating smaller pieces of the OS in the beginning. (Twitter API is outdated, download update [y/n]).

  24. Re:iOS updates == Android Application updates on Android Orphans: a Sad History of Platform Abandonment · · Score: 1

    Yeah, and if they had done it better it would be a bunch of libraries that interact together instead of one monolithic pile. In Android, there's a sharing API that things can register with, then they show up in any app that wants to share. This also means you can update the pieces without having to update the whole thing. It'd be like if you needed a new Windows version every time you needed to update drivers for something.

  25. Re:iOS updates == Android Application updates on Android Orphans: a Sad History of Platform Abandonment · · Score: 1

    That is precisely what I would like to point out.