Live data from Hacker News

Viewing profile — kevinpfab

kevinpfab

HN member
Joined
Tue, Nov 30, 2010, 5:53 PM UTC
HN karma
151
Public activity
30 items

About kevinpfab

Founder www.emergentone.com kevin.pfab at emergentone.com

Recent public activity

  1. comment
    Comment #21937009

    Omnivore | Full Time | REMOTE or ONSITE (Tampa, FL) | USA or Canada Omnivore is a universal API for restaurant point-of-sales. Our API integrates hundreds of apps directly into the…

  2. comment
    Comment #21692350

    Omnivore | Full Time | REMOTE or ONSITE (Tampa, FL) | USA or Canada Omnivore is a universal API for restaurant point-of-sales. Our API integrates hundreds of apps directly into the…

  3. comment
    Comment #5689835

    I'm a founder of Emergent One, a startup that uses similar agent-based technology to Chartio to access production databases and build out RESTful APIs. Some of our APIs are write-e…

  4. comment
    Comment #5334041

    Often times, particularly in enterprise software, part of the terms of a deal include a "source code escrow" clause. This means that if you go out of business, the customer with th…

  5. story
  6. story
  7. comment
    Comment #4893922

    The issue with web scraping is that it relies on the scraper to keep up with changes made to the site. If a site owner changes the layout or implements a new feature, the programs …

  8. story
  9. comment
    Comment #4885268

    Yes, the numbers for TechStars Cloud are accurate. If you're interested in learning more about the themed program, feel free to contact me and I'll answer any questions you have! S…

  10. comment
    Comment #4862994

    Just chatted with Max over Skype. Had some great suggestions that I'm going to work on implementing right away - would have gladly paid a small consultation fee for the session.

  11. comment
    Comment #4729567

    Apologies for this oversight - we'll fix it ASAP. In the mean time, here are the articles we were mentioned in: TechCrunch: http://techcrunch.com/2012/04/11/techstars-debuts-11-clo…

  12. comment
    Comment #4729415

    We totally understand the hesitation there. We're launching with the hosted direct-connection form, but we have tons of plans to specifically address this concern. First, we're act…

  13. comment
    Comment #4729378

    We definitely built the product with existing applications (without an API) in mind. We found it much more difficult to add an API after-the-fact than if you design for one in the …

  14. story
  15. comment
    Comment #4728310

    Emergent One - Remote (US) - Full Time Emergent One automatically generates REST APIs for existing applications and databases. We're a new startup devoted to making APIs better and…

  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #4040330

    Conductrics as well: http://conductrics.com

  21. story
  22. comment
    Comment #3823180

    Just to name a couple similar companies off the top of my head: http://parse.com http://kinvey.com http://cloudmine.me http://proxomo.com

  23. comment
    Comment #3776475

    This configuration can still be RESTful as long as you POST to those endpoints. The complexity I was referring to is the snowball effect of adding different actions. If you use hyp…

  24. comment
    Comment #3776189

    Exactly. Having these endpoints instantly turns your API into an RPC-API. This is the start of a snowball of complexity introduced for your consumers.

  25. comment
    Comment #3663785

    Documenting every function is great practice. Masklinn was just stating that an API based on 'functions' is inherently not a REST API, but instead RPC. The documentation sentiment …