Viewing profile — dgeb
dgeb
HN member- Joined
- Mon, Apr 04, 2011, 8:37 PM UTC
- HN karma
- 184
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About dgeb
Recent public activity
-
comment
Comment #14797343
I find that a lot of developers will use the briefer implicit return form (`transform => backup.sync(transform)`) of a function without focusing on whether the returned value has s…
- story
-
comment
Comment #12167732
Developers from several large public-facing sites have already told me that they're using engines in production. In fact, Kacey Coughlin is giving a talk tonight at the SF Ember me…
- story
-
comment
Comment #9282043
JSON API adheres to RESTful principles and constraints: it uses HTTP verbs to fetch and manipulate resources and provides allowances for hypermedia. XML-RPC is neither RESTful nor …
-
comment
Comment #9281250
> JSON/REST are beloved because it's simple and just works. There is no consensus on the details of "REST". Every implementation has its subtle quirks and solutions to the same bas…
-
comment
Comment #9281174
Attribute names are opaque to the base spec. Dasherization is only a recommendation (see http://jsonapi.org/recommendations/#naming ) and not by any means required.
-
comment
Comment #9281102
As a co-author of JSON API, I'd like to address the value proposition of the specification. First of all, JSON API provides guidance for a lot of API design decisions that are usua…
- story
-
comment
Comment #7254393
Actually, both a broccoliphile and a broccolifilephobe.
-
comment
Comment #7254239
I like the Broccoli name quite a bit (and the whole concept and implementation - great job Jo!), but I also prefer `Brocfile` to `Broccolifile`. Does that make me a broccoliphile a…
-
comment
Comment #7087314
I've had this name and concept kicking around in my head for over two years. "Orbit" seems a catchy metaphor for effortless relationships between data sources. I'd hoped there woul…
-
comment
Comment #7086856
Hi, I'm the developer of Orbit, which I created to enable advanced features in client-side apps such as offline mode, synchronization of local caches, undo / redo stacks, and ad ho…
- story
- story
- story
-
comment
Comment #3725929
I approve! One of the most annoying aspects of OS X (pre-Lion) was hunting for the lower right corner to resize windows. Thankfully, all sides of a window can now be used for resiz…
- story
-
comment
Comment #3534908
Thanks for everyone's feedback on this series. Part 2 generated some discussion here: http://news.ycombinator.com/item?id=3516061
- story
-
comment
Comment #3516515
If I were writing this particular app as anything other than an example, I agree that Rails would be overkill. However, I wanted to provide a starting point for Ember/Rails apps th…
- story
- story
- story
-
comment
Comment #3427448
I guess my analogy is a bit contrived, but definitely less than this legislation ;) If we abstract analogies too far, I worry that people will ignore them. I tried to leave Uncle A…