Live data from Hacker News

Viewing profile — sm_sohan

sm_sohan

HN member
Joined
Thu, Jan 17, 2013, 11:30 PM UTC
HN karma
58
Public activity
24 items

About sm_sohan

No profile information was provided.

Recent public activity

  1. comment
    Comment #23374460

    I think you're lucky with your son. The meds and interventions are essential for some. End even then the progress isn't always visible. Speaking from a different experience than yo…

  2. comment
    Comment #21660623

    Many years ago I remember using a similar shim on ASP.NET where you'd simply decorate a server-side C# method and you could call it from JS like any other method. Not quite the way…

  3. story
  4. story
  5. story
  6. comment
    Comment #19459249

    I’ve seen videos and read lengthy articles about the internals of OAuth a few times. Mo has done an exceptionally good job to keep it bare minimal and used a simple analogy to expl…

  7. story
  8. story
    Request for participation: REST API client developer productivity

    I'm running a study on the Impact of Usage Examples on REST API Documentation. Any software engineer with 1+ years of REST API experience and no prior experience with WordPress RES…

  9. story
    Apple Serving debug JavaScript code full of bugs

    Visit https://supportpayment.apple.com/app and open your developer window on the browser. You'll have a rare opportunity to see all the debug code and a bunch of petty errors on yo…

  10. story
    Mind blowing Ruby String#split bug?

    Ran into a weird bug because of this: > x = " a " => " a " > x.split('*') => ["", "a"] Expected => ["", "a", ""] or ["a"] It feels bizarre. Anyone has an explanation for this?

  11. comment
    Comment #8913772

    May I say, look at SpyREST (SpyREST.com) if you consider developing the API first and then produce the documentation automatically simply by exercising the API? This is an open-sou…

  12. comment
    Comment #8881076

    Here's a blog post explaining how it works: http://smsohan.com/blog/2015/01/13/you-can-haz-automated-res...

  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #7185865

    "Your code may be elegant, but mine works" - of course it works today, who cares about tomorrow?

  20. story
  21. comment
    Comment #5076393

    This doesn't have to be this way. The underlying machine friendly API can be hidden under a human friendly API abstraction.

  22. comment
    Comment #5076380

    Totally agree with you.

  23. comment
    Comment #5076361

    I am not sure of its origin. But these days you'll find good ORMs that would craft the query for you. My point is, the Mongo API seems to be more of a machine readable API with the…

  24. story