Live data from Hacker News

Viewing profile — codeguy

codeguy

HN member
Joined
Sat, Jul 24, 2010, 5:09 PM UTC
HN karma
41
Public activity
14 items

About codeguy

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #7341259

    Hi nikic. Thanks for the feedback! (I'm the author of that article). The O'Reilly editors made a few changes to the wording without my review that make it more ambiguous as to what…

  4. story
  5. comment
    Comment #4212922

    haha. Always good advice. But I checked. It's fine :)

  6. comment
    Comment #4212862

    I agree. It's very much in a v1.0 form right now. Once I move over to GitHub Pages, I hope to add more links to tutorials and code samples without bloating the document itself.

  7. comment
    Comment #4212844

    As mentioned elsewhere in the comments, I'll be moving over to GitHub Pages tonight to do exactly this.

  8. comment
    Comment #4212800

    I'd definitely filter input that goes into a database. But if you think the wording can be made better, definitely send a pull request. Thanks!

  9. comment
    Comment #4212776

    Will be moving over to GitHub pages w/ Jekyll soon to automate build process.

  10. comment
    Comment #4212765

    I think it's less about being "superior" than standardizing on a common style. Makes it easier to get up and running with someone else's code. But if your team agrees on a common b…

  11. comment
    Comment #4212739

    All good points. If you'd like to submit a pull request, I'll be happy to credit you with the additions and get them added to the site.

  12. comment
    Comment #4212729

    Thanks for the suggestion. Feel free to send a pull request and I'll be happy to add it in!

  13. story
  14. comment
    Comment #1711133

    Looks promising! I've actually been developing my own Sinatra clone in PHP5. I've called it "Slim". It has RESTful GET, POST, PUT, DELETE routing. It has before and after callbacks…