Viewing profile — eliperkins
eliperkins
HN member- Joined
- Sat, Feb 11, 2012, 3:39 PM UTC
- HN karma
- 17
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About eliperkins
[ my public key: https://keybase.io/eliperkins; my proof: https://keybase.io/eliperkins/sigs/rARsnYspKXUq2aF5VWc1aSmdBXwm3ze4s__oPG-iOnU ]
Recent public activity
-
comment
Comment #18907620
Relay supports generating Typescript types for queries as of v1.7.0 [1]: https://github.com/facebook/relay/pull/2293 [2]: https://github.com/relay-tools/relay-compiler-language-typ…
-
comment
Comment #14052561
This is great. Hackintosh builds using the GTX 1080 will be fairly powerful now.
-
comment
Comment #9011481
Doing "react" in the native environment is hard, you have to fight UIKit really hard to get to a good place. [ReactiveCocoaLayout]( https://github.com/ReactiveCocoa/ReactiveCocoaLa…
-
comment
Comment #9011046
It's not about "Write once, run everywhere" but rather about "Learn once, write everywhere". React-Native encourages better design patterns for UI, especially on iOS. This blog pos…
-
comment
Comment #7467401
Would love one if you've still got them.
-
comment
Comment #7334715
As someone who spends most of their day in Xcode, Alcatraz is an invaluable tool to grooming my Xcode setup and keeping up with the latest plugins and what not. Congrats on the lau…
- story
-
comment
Comment #5827821
Curious if this means that the Heap SDK will require for the shipped app to be symbolicated or not, given how their example is written.
-
comment
Comment #5763340
Great write-up. I've started recently to compose a lot of table view cells just using subviews, not thinking back to the days where I had to drawRect the subviews. Performance has …
-
comment
Comment #5073418
Should you call the singleton on multiple threads, there is a chance you could get inconsistent results based on a race condition. Using GCD ensures that the singleton is truly onl…
-
comment
Comment #5073398
Well this is a bit of a sweeping statement. I don't think you ALWAYS have to run on your device. Emulators are much faster at launching and getting to it. I use the emulator for a …