Viewing profile — ldidi
ldidi
HN member- Joined
- Fri, Oct 25, 2013, 11:43 PM UTC
- HN karma
- 43
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About ldidi
No profile information was provided.
Recent public activity
-
comment
Comment #22752968
Siteline | San Francisco, CA | Software Engineers | Fulltime onsite | https://jobs.lever.co/siteline (Note: We are early-stage company but our company health is safe and sound. We …
-
comment
Comment #20585974
Location: San Francisco, CA Remote: No Willing to relocate: No Technologies: iOS, Android, Node.js, Web/React Resume/CV: loisdiqual.com/resume.pdf Email: lois.diqual@gmail.com Only…
- story
- story
-
comment
Comment #16285139
Scoop | San Francisco, California | Full-time, Onsite | https://www.takescoop.com | jobs@takescoop.com Scoop is looking for talented iOS & Android engineers to tackle exciting new …
-
story
Ask HN: Is there a service that allows hosting iOS/Android builds per “branch”
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-pe…
- comment
- story
- story
- story
-
comment
Comment #10626220
Happened to me at my previous company. We had a bunch of #ifdef DEBUG that wrapped non user-facing code. One day someone added DEBUG=1 in debug mode, DEBUG=0 in release mode, which…
- story
- story
-
story
Ask HN: Is there a consensus on the way to do JS inheritance?
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( C…
- story