Live data from Hacker News

Viewing profile — typicode

typicode

HN member
Joined
Mon, Sep 23, 2013, 3:12 PM UTC
HN karma
6
Public activity
15 items

About typicode

No profile information was provided.

Recent public activity

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

    It's a simple trick, hotel comes with a proxy.pac file https://github.com/typicode/hotel/tree/master/docs You can use it to tell that .dev domains should be handled by hotel :) So …

  4. comment
    Comment #11480464

    Thank you :) Which part would you like me to explain?

  5. comment
    Comment #11480451

    Hi, When working with many dev servers, you have to increment and remember ports (e.g. http://localhost:3000 , http://localhost:4000 , ...). With hotel you can access them using th…

  6. story
  7. comment
    Comment #9683850

    I'm glad you find it useful :)

  8. story
  9. story
  10. comment
    Comment #8582446

    Hi, thanks for sharing these thoughts. You're right about JSON, I'll fix that :)

  11. story
  12. story
  13. comment
    Comment #8271317

    Just a little update. I've released LowDB 0.4.0 which is a complete rewrite of the project. It fixes some initial flaws/bugs and includes some new features. Also, writing is now fa…

  14. comment
    Comment #8214220

    Actually, in my code I always start with low(): low('foo').insert({ name: 'foo' }) low('bar').insert({ name: 'bar' }) low('foo').insert({ name: 'foo' }) So never really considered …

  15. comment
    Comment #8213710

    Hi everyone, First, thanks for all the interest, it’s quite sudden and unexpected. Actually, LowDB is an extract from JSON Server, a mocking REST server based on plain JSON ( https…