Live data from Hacker News

Viewing profile — wess

wess

HN member
Joined
Mon, Apr 11, 2011, 2:40 AM UTC
HN karma
52
Public activity
26 items

About wess

No profile information was provided.

Recent public activity

  1. comment
    Comment #18931305

    Skafos actually leverages CoreML and the models do run on device. It's a live update to device local models in the background, or even hot swap while in the foreground.

  2. story
  3. story
  4. story
  5. comment
    Comment #8018455

    @wesscope here!

  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #4660725

    Was thinking about that, but different people like different things, suggestions are welcome. Maybe i will add "errorView" property to SurveyField.

  12. comment
    Comment #4660279

    Submitted to Cocoacontrols, thanks for the suggestion!

  13. comment
    Comment #4660015

    Yeah, I want to put together a really nice page for it, with very involved docs and example usage. It's coming, just wanted to get the lib out ;)

  14. comment
    Comment #4660010

    It supports any field type you want, SurveyField has a property of fieldClass, so you can set it to [UITextView class] and it will do it's best to use it

  15. story
  16. story
  17. story
  18. comment
    Comment #3945636

    You can load them on demand as well, pushViewController when ever you would like.

  19. comment
    Comment #3945367

    It's not a UINavigationController replacement. It's a slide menu like facebook, just uses nav controller as inspiration, to make creating slide menus, that are all the rage, easier…

  20. story
  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #2578232

    Friend and I are currently working on an embeddable library for server-side javascript called CoreJS ( http://github.com/frenzylabs/CoreJS ). It's not to compete with node, as it's…