Viewing profile — pkuki
pkuki
HN member- Joined
- Thu, Oct 10, 2013, 2:36 PM UTC
- HN karma
- 14
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About pkuki
No profile information was provided.
Recent public activity
- story
- story
-
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…
-
comment
Comment #9150268
Look at the original blog post. I just added third column to show ratio between given data.
-
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 -------…
-
comment
Comment #8264932
Down in Poland as well.
-
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…
-
comment
Comment #7720097
In Akka you can use typed actors as well: http://doc.akka.io/docs/akka/snapshot/scala/typed-actors.htm...
-
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…
-
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:…