Viewing profile — bajtos
bajtos
HN member- Joined
- Sun, Jun 16, 2013, 6:10 PM UTC
- HN karma
- 355
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About bajtos
Recent public activity
-
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…
- story
- story
- story
- story
- story
- story
-
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…
- story
- story
-
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…
-
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…
- story
- story
-
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…
- story
- story
-
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