ldidi

↗ HN profile [ 43.4 ms ] full profile
Karma
43
Created
October 26, 2013 (12y ago)
Submissions
0
  1. I've asked this question on stackexchange but it never got much attention: http://apple.stackexchange.com/questions/276552/is-there-a-service-that-allows-distributing-ios-builds-per-git-branches What I'm looking for is…

  2. Buildnumber.io (buildnumber.io)
  3. Show HN: SwiftyRSA (github.com)
  4. I work on a project that uses classes in JS. So far I've already used 3 different ways to do inheritance: - Subclass.prototype = new Class() - Subclass.prototype = Object.create( Class.prototype ) - Fiber:…