Viewing profile — gavinjoyce
gavinjoyce
HN member- Joined
- Thu, Aug 23, 2012, 7:12 PM UTC
- HN karma
- 172
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About gavinjoyce
Recent public activity
-
comment
Comment #35587870
We're using GPT 4 to create personalised content for product demo videos for sales teams. Demo here: https://www.linkedin.com/feed/update/urn:li:activity:7049764... Even though it'…
-
comment
Comment #30790003
Hey HN. My co-founder and I begun working on Vidu 10 months ago. We are both ex-Intercom - he ran the outbound sales team at Intercom, I was an early engineer. Vidu aims to help cr…
- story
-
comment
Comment #21853486
Here's a graph showing ships / day from 2013 to 2015: https://youtu.be/NoCxHTxpmSQ?t=299
-
comment
Comment #21850246
Sorry, I meant to say we ship to production about a hundred times per day, not hundreds of times per day. We've shipped continuously since the very early days of Intercom. [1] We h…
-
comment
Comment #21848822
The idiomatic way of shipping an ember app is with ember-cli-deploy [1] which, among other things, will ensure that it ships a production build. [1] https://github.com/ember-cli-de…
-
comment
Comment #21848745
Perhaps you're measuring a development build? I just tried a new ember 3.15 app production build, the JS payload comes in at 712.29 KB (180.80 KB gzipped) `ember new myapp && cd my…
-
comment
Comment #21848518
I think this is fresh opportunity for Ember to become mainstream again, modern Ember is so clean and productive
-
comment
Comment #21848347
At Intercom, we've been incrementally upgrading our almost 6 year old Ember app to Octane as the features have landed over the past 8 months. Our app continues to be in great healt…
- story
-
comment
Comment #16841703
1.x to 2.0 was a little rough, but so much better than the "all apps left behind" approach of Angular 1.x to 2.0. Ember's 2.x to 3.0 upgrade path was much improved as earlier mista…
-
comment
Comment #16841672
We started on ~v1.4. Ember has improved in every dimension since then. ember-cli, the ember inspector, contextual components, data down actions up, much better docs, an open RFC pr…
-
comment
Comment #16838923
We've been using Ember at Intercom for over 4 years to build our main app. We continue to be super productive with Ember, our customers love our product, our code base has never be…
-
comment
Comment #16828916
We've been using Ember at Intercom for over 4 years to build our main app. We continue to be super productive with Ember, our customers love our product, our code base has never be…
- story
-
comment
Comment #14053770
Here's a playlist of technical videos which explore the Glimmer VM internals: https://www.youtube.com/playlist?list=PLpAr6J-75N24C-XQgIUDM...
- story
-
comment
Comment #11387190
We're running Ember 2.2 on Intercom and we've found it to be faster than 1.x. In addition to this, it looks like Glimmer 2 will bring significant render time improvement for both i…
-
comment
Comment #10976267
It yields the same results in reverse order and also when the cache is primed for both and cleared for both
-
comment
Comment #10976186
Many people have confirmed a major speed improvement. I've repeated this with an empty cache, primed cache and in different orders many times and have always got the same results. …
-
comment
Comment #10975932
Some further details on the issue: https://github.com/npm/npm/issues/11283
-
comment
Comment #8554042
We began rebuilding Intercom with Ember.js in April this year. We now have 12 engineers working with Ember and both the pace of development and the quality of our output has been a…
-
comment
Comment #7202937
Merchants could simply return the $ value of the product
-
comment
Comment #6309872
> It seems that Ember Data is in a new round of development with alpha status Ember Data isn't a requirement of Ember by any means. You can happily use these instead: * jQuery.ajax…
-
comment
Comment #6309703
That's true, Ember doesn't have any data synchronisation mechanism over websockets like Meteor does. It is easy to update your data model from incoming messages but, as sambeau poi…