Live data from Hacker News

Viewing profile — bitpew

bitpew

HN member
Joined
Tue, Jun 03, 2014, 8:24 AM UTC
HN karma
15
Public activity
8 items

About bitpew

email: marc@appjungs.com

http://www.appjungs.com

Recent public activity

  1. comment
    Comment #8181214

    > I need the pro version of Unity3d to generate iOS, Android or VR games for the Oculus Rift Not true anymore. You can generate iOS and Android versions of your game with the free …

  2. comment
    Comment #8009019

    There is a open source iBeacon library for Android: https://github.com/RadiusNetworks/android-ibeacon-service Decoding the iBeacon packets is quite easy, but you need a device that…

  3. comment
    Comment #8008639

    I recently (Feb 2014) had the opportunity to evaluate different iBeacon hardware for a project. http://roximity.com * "ok" price * horrible customer communication * in reality to w…

  4. comment
    Comment #7983491

    Thanks for the "Advanced C++" tip. "Eloquent Ruby" did the same for me when i was looking into ruby. "Effective Java" is a similar book for Java.

  5. comment
    Comment #7970938

    I have used RubyMine when i was developing apps with Rubymotion. It was a little bit rough around the edges back then (oct 2013) but the code completion was already quite useful. I…

  6. comment
    Comment #7924610

    May I ask where you are located? Around here (Central Europe, Austria) it's the other way around. It's a little bit harder to find good Android jobs than iOS jobs. Maybe because Ja…

  7. comment
    Comment #7844677

    It's true that C# is not as prevalent on non-Microsoft platforms as it is on Windows but there are a handful of mid-size to big multiplatform projects using C#. e.g. - Xamarin (mul…

  8. comment
    Comment #7840093

    Not to speak for the OP, but two features bear resemblance to functional programming languages: 1) Function Types ( = higher order functions) This allows functions to be passed aro…