Live data from Hacker News

Viewing profile — codedivine

codedivine

HN member
Joined
Tue, Dec 23, 2008, 2:41 AM UTC
HN karma
1,401
Public activity
373 items

About codedivine

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #4587685

    It is a simple memory bandwidth benchmark application for Android. Simply install, press "Run" and it will give you a score for achievable memory bandwidth. Alternately, you can tr…

  3. story
  4. comment
    Comment #4586971

    Yes, same with my NDK based apps though in my case I have only compiled for x86 and ARMv7-A. About MIPS, is there any MIPS based hardware with Play store access out there that we n…

  5. comment
    Comment #4572128

    Thanks. Good to know it is consistent with what other users reported to me :)

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #4373414

    Well, for anyone interested in Cling, check out this Google tech talk: http://www.youtube.com/watch?v=f9Xfh8pv3Fs This is a CERN project and it uses Clang from the LLVM project. Th…

  13. comment
  14. comment
  15. story
  16. comment
    Comment #4343313

    No discussion about this? when people use iPads they end up just using technology to consume things instead of making things. With a computer you can make things. You can code, you…

  17. story
  18. story
  19. story
  20. comment
    Comment #4328209

    I think the assumption that Moore's law, or even Koomey's law, is going to hold for another two decades is wildly optimistic. I would expect a taper off much sooner, perhaps even t…

  21. comment
    Comment #4326557

    Well Qt is simply a C++ API and as such can become a standard part of the Android NDK if Google chooses.

  22. comment
    Comment #4326555

    Its not "yet another integration", Qt is already the base component of their Cascades framework which is RIM's preferred way of building BB10 apps.

  23. comment
    Comment #4326552

    Well Qt doesn't require X11. Qt's backends are actually VERY flexible, essentially all you need to do is provide it with a 2D drawing surface in most cases. There is already an And…

  24. story
  25. comment
    Comment #4284108

    Well, two points: 1. Using raw pointers as opposed to vectors gives 2x the performance on my machine. 2. This is a microbenchmark with extremely simple array indexing pattern. JVMs…