Viewing profile — nevyn
nevyn
HN member- Joined
- Sat, Mar 22, 2008, 9:29 PM UTC
- HN karma
- 5
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About nevyn
Recent public activity
-
comment
Comment #15286106
I’ve long been a proponent for rewriting rather than slowly iteratively fixing, once you’re at a certain level of technical debt. The success of this project really strengthens thi…
- story
- story
- story
-
comment
Comment #6794807
We're working on a version of the library that is AppStore-safe, e g for the bug reporting use case. It's not nearly as performant, but works good enough, at least in iOS 7. Thanks…
-
comment
Comment #6794625
Yes, that would be great! I'm nevyn@lookback.io, just email me or leave your details here and I'll contact you. Thanks!
-
comment
Comment #6794602
Yep, browser/web app is on the way.
-
comment
Comment #6794238
Yes. I haven't optimized it for games yet (there are several shortcuts you can take in such a scenario), but it works fine for the OpenGL games I've tried with.
-
comment
Comment #6794232
Hey, also cofounder here. It should work fine, but you'll have to write a little bit of Objective-C for it. We plan to make it a drop-in kind of thing for PhoneGap, RubyMotion and …
-
comment
Comment #5827586
That looks totally sweet! self promotion
-
comment
Comment #827678
Except those can't read nor modify variables in their enclosing scope. Anonymous inner instances are more akin to C's nested functions, which GCC has had for a long time. Correct m…
-
comment
Comment #143571
>Or rather, a large organization could only avoid slowing down if they avoided tree structure. Valve, the makers of Half-Life and Portal, work like that. No one has a dedicated rol…