Live data from Hacker News

Viewing profile — bajtos

bajtos

HN member
Joined
Sun, Jun 16, 2013, 6:10 PM UTC
HN karma
355
Public activity
18 items

About bajtos

[ my public key: https://keybase.io/bajtos; my proof: https://keybase.io/bajtos/sigs/u2m8rOOfs2gFYWxpnJxo5aFHQps80rhpMTHPdlUyZFY ]

Recent public activity

  1. comment
    Comment #30176713

    Google, Amazon, and the entire tracking industry relies on IAB Europe’s consent system, which has now been found to be illegal following complaints coordinated by ICCL. EU data pro…

  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #9532717

    Well, as a LoopBack developer, I am biased, but I don't think LoopBack is just yet another framework. There are already some big names already using our framework, for example GoDa…

  9. story
  10. story
  11. comment
    Comment #7817861

    > We’re waiting eagerly for node v0.12 to be released. > Unfortunately, the release may not happen soon since there are about 800 open bugs and about 180 pull requests waiting to b…

  12. comment
    Comment #7796607

    Since LoopBack exposes a REST-like API, you should be able to use Ember modules in your client: http://emberjs.com/guides/models/the-rest-adapter/ http://emberjs.com/api/data/class…

  13. story
  14. story
  15. comment
    Comment #7598842

    That's not entirely true. If "db.insertUser()" is opening a database connection, who is going to close it on error? The idea behind Zones for Node.js is to auto-attach new resource…

  16. story
  17. story
  18. comment
    Comment #7264631

    Node v0.12 will bring other debugger-related improvements too, e.g. ability to break on uncaught exceptions. https://github.com/joyent/node/pull/5713