Slashdot Mirror


User: JAlexoi

JAlexoi's activity in the archive.

Stories
0
Comments
2,058
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,058

  1. Re:Not really on Indian Man Charged With Blasphemy For Exposing "Miracle" · · Score: 3, Interesting

    Because the most dangerous idea a church faces is a religious person who realizes that Jezus never founded a church.

    That and only that is what the Catholic church is willing to fight. Everything else you attribute to Catholic church is the extremism of American protestants.

  2. Re:Not really on Indian Man Charged With Blasphemy For Exposing "Miracle" · · Score: 2

    Well.... Technically they do. But they are most definitely not anti-evolution. In fact, they even accept the idea of extra terrestrials and generally accept that the old testament isn't really a historically accurate account.

  3. Re:First on Former Nokia Exec: Windows Phone Strategy Doomed · · Score: 1

    Well Samsung is the leading Android manufacturer and got quite a lot of Microsoft's marketing $$$.

  4. Realistically, if the device breaks down within two years it's poorly fabricated. But certainly if the device breaks down sooner and you have to buy a new one, the company makes more money.

    Legally, if a device breaks within 6 months after purchase it's outright faulty and the burden of proof is on the manufacturer/retailer. After 6mo it's a bit more complicated.

  5. There are actually proper EU laws, that are enacted verbatim across all countries. A little addons or variations are allowed, but the best example of a directive that is enacted verbatim is the VAT directive - where the only variation is the VAT rate.

  6. Re:So wait . . . on Apple Sued By Belgian Consumer Association For Not Applying EU Warranty Laws · · Score: 2

    Civil law, you mean. Unless there is a very concrete case of damages, Apple will not have to pay out to individuals. Being fined, is a question of the law in Belgium.

  7. Re:Normal lifecycle... on James Whittaker: Focus on Ads and 'Social' Destroying Google · · Score: 1

    But the "bored developers seeking excitement move on to next startup" does not equate moving from Google to Microsoft.

  8. Re:Sad but true on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    When going from legacy 320x480 smartphone to a 1024x768 tablet, scaling does not cut it, you need to reflow elements or even completely change the UI to better suit tablet users

    There is no "or even".

  9. Re:Sad but true on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    Yeah.... Pixel counts in both directions is a coordinate system. On iOS you know the aspect ratio and coordinates, thus allowing you to make designs that are pixel perfect, but don't scale with changing aspect ratios.

  10. Re:OpenGL is the problem on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    OpenGL is already an abstraction layer! How many do I need to do the simplest things?

  11. Re:OpenGL is the problem on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    You define flexibility in a very strange way. You define it as a way of making the hardware do what you want at a lower level - as in you can exert power over the hardware. I define flexible API as a API that can be used by novices and masters - as in it bends to your needs.
    I love when people bring up Unity :D Since I actually know a lot of their core developers personally. None of them ever disagreed that learning OpenGL is a total nightmare.

  12. Re:OpenGL is the problem on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    You mean all with shaders and none of that OpenGL 2.0'ish stuff? I find it hard to believe....

  13. Re:Sounds fair enough on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    FYI: The number of devices without a GPU is insignificant. All of them are ultra low end that were sold 2 years ago. For example - ZTE Blade is a lowest end phone from last summer that already had a GPU.

  14. Re:Sounds fair enough on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    HTC Wildfire was a very nice example of a phone that would not initialize an OpenGL context.

  15. Re:Who can blame them? on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    9 months? Discontinued - June 7, 2010, last update - November 22, 2010. I think that amounts to less than 6 months.
    And FFS! You Apple fanbois just can't take negative facts without feeling that you need to retaliate... Even though I personally bash both sides for transgressions.

  16. Re:Who can blame them? on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    I find it funny coming from the side that had iPhone 3G supported a mere 6 months after last production stopped. Apple is not the ideal here, neither do I give out any praise in the Android manufacturer area.
    PS: It's actually ODMs obligation to keep the functionality at least at the same level.

  17. Re:Sad but true on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 3, Informative

    Really? Are you using absolute positioning on Android? It seems that you got into mobile development via iOS, where you always know the pixel width an height of your screen. You would not be the first to say that. I tend to hear it from die-hard iOS devs. And since I come into layout development from the web, where relative positioning is used for years, I don't find it harder to develop and think the right way for Android layout development. iOS development is very much a pixel precision affair.

  18. Re:OpenGL is the problem on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 2

    That is correct. As a result of those "serious" dev's requests, the rest have to spend a month just to understand how to write a simple rotating triangle program. These serious devs are all nuts mathematicians, with no exceptions. And they have hijacked the process. openGL should have been flexible, not crazy like now.

  19. Re:Context vs platform tweeking on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    Your argument doesn't really hold water under close scrutiny.

    Because he's a troll? Just look at his last statement and the controversy with FPX.

  20. Re:He's wrong. on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    Hardware diversity shouldn't be a big problem if you're coding to the APIs in question.

    Actually in their case, hardware is the problem. They want a very high level of optimization, while not really testing them on all GPUs. Shaders and texture compression are the two biggest elements to their issue. Both have nothing to do with the OS version.

  21. Re:Sounds fair enough on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 2

    There was one single reason why those devices weren't supported - they didn't have an actual GPU. And plain failed to initialize the OpenGL context.

  22. Re:IOS is a nightmare to program on too on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    Try searching for stories of Apple's backwards compatibility issues. They are numerous.

  23. Re:Who can blame them? on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 3, Interesting

    That said, supporting only 3 -4 types of hardware, instead of thousands, is considerably more predictable.

    Sorry, unless you are doing something really hardware specific, like certain OpenGL ext, you don't care about hardware. I can state out of 2 years of experience in android development. And if you're a game dev, then it's the usual "make your OpenGL code run better on a particular GPU" carried over from the desktop.
    Android isn't the easiest, not is it bug free. Otherwise, I find your comment out of sync with what me and 3 Android developer communities I participate in have encountered.

  24. Re:Who can blame them? on Battleheart Developer Drops Android As 'Unsustainable' · · Score: 1

    There is also a big issue with Apple's way - they tend to break your old device. While Android devices tend to stay at the same level of functionality when you bought them.

  25. Re:Google Wallet vs PayPal on Google To Devs: Use Our Payment System Or Be Dropped · · Score: 1

    Please remember that the issue with Apple was that they changed their stance on e-books and linking to external stores way into their dominance. Google have not changed their ToS on this issue, only enforcing it against a very vocal company.