Live data from Hacker News

Viewing profile — pkuki

pkuki

HN member
Joined
Thu, Oct 10, 2013, 2:36 PM UTC
HN karma
14
Public activity
10 items

About pkuki

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #9206296

    Also for GGO 2012 you can view entrants here: http://pkukielka.github.io/ggo12-viewer/ (disclaimer: viewer was done by me). If I remember correctly someone forked my code and did t…

  4. comment
    Comment #9150268

    Look at the original blog post. I just added third column to show ratio between given data.

  5. comment
    Comment #9149904

    I thought it could be interesting to see ratio of program performance to its length. If I didn't make any mistake it looks like that: perf3 perf3 / macros chars chars * 100 -------…

  6. comment
    Comment #8264932

    Down in Poland as well.

  7. comment
    Comment #7968080

    It's simply incorrect. Where you found that information? In section 2.3 android is mentioned explicitly: "These features are more useful on Android (besides micro-benchmarks) where…

  8. comment
    Comment #7720097

    In Akka you can use typed actors as well: http://doc.akka.io/docs/akka/snapshot/scala/typed-actors.htm...

  9. comment
    Comment #7620421

    You can also use Scala: https://github.com/pkukielka/stronghold-defense The main problem which you will get with languages like Scala , Clojure and other functional languages on JV…

  10. comment
    Comment #7438313

    Maybe they are slower to some extend, but for most cases it won't matter too much. I wrote simple game in scala and it was easy to constantly get 55-60 fps on newer devices: https:…