Live data from Hacker News

Viewing profile — sergejsb

sergejsb

HN member
Joined
Tue, Jun 03, 2014, 3:50 PM UTC
HN karma
19
Public activity
5 items

About sergejsb

No profile information was provided.

Recent public activity

  1. comment
    Comment #7962158

    FYI - I wasn't able to find your app on my nexus when searching for "math machine". I found it only when looked for "woodencloset". As for the app - great idea and nice implementat…

  2. comment
    Comment #7941958

    To my understanding - yes, all "assets" are typically included. In most of the cases though, all assets (textures, geometry, sounds, camera paths) are generated during runtime. Mor…

  3. comment
    Comment #7842973

    A couple more interesting swift features that seemed a bit weird to me after skipping through the reference: 1. Strings, arrays and dictionaries are value types (like structs in C#…

  4. comment
    Comment #7842949

    Are you sure this should work? I checked the grammar once more and it seems that closure-expression should always be enclosed in { ... }

  5. comment
    Comment #7840916

    I don't have XCode to try it out, but according to the book, you can replace var spawn = SKAction.runBlock({() in self.spawnPipes()}) with var spawn = SKAction.runBlock({self.spawn…