Live data from Hacker News

Viewing profile — gavinjoyce

gavinjoyce

HN member
Joined
Thu, Aug 23, 2012, 7:12 PM UTC
HN karma
172
Public activity
40 items

About gavinjoyce

Building www.vidu.io twitter.com/gavinjoyce

Recent public activity

  1. 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'…

  2. 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…

  3. story
  4. comment
    Comment #21853486

    Here's a graph showing ships / day from 2013 to 2015: https://youtu.be/NoCxHTxpmSQ?t=299

  5. 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…

  6. 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…

  7. 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…

  8. comment
    Comment #21848518

    I think this is fresh opportunity for Ember to become mainstream again, modern Ember is so clean and productive

  9. 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…

  10. story
  11. 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…

  12. 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…

  13. 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…

  14. 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…

  15. story
  16. 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...

  17. story
  18. 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…

  19. comment
    Comment #10976267

    It yields the same results in reverse order and also when the cache is primed for both and cleared for both

  20. 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. …

  21. comment
    Comment #10975932

    Some further details on the issue: https://github.com/npm/npm/issues/11283

  22. 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…

  23. comment
    Comment #7202937

    Merchants could simply return the $ value of the product

  24. 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…

  25. 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…