Live data from Hacker News

Viewing profile — andrewgross

andrewgross

HN member
Joined
Fri, Mar 23, 2012, 7:37 PM UTC
HN karma
96
Public activity
25 items

About andrewgross

No profile information was provided.

Recent public activity

  1. comment
    Comment #42880862

    Super easy to get started, but lacking for larger datasets where you want to understand a bit more about predictions. You generally lose things like prediction probability (though …

  2. comment
    Comment #42843369

    Got it. I’ll review the paper again for that portion. However, it still sounds like the end result is not VRAM savings but efficiently and speed improvements.

  3. comment
    Comment #42841234

    Ahh got it, thanks for the pointer. I am surprised there is enough correlation there to allow an entire GPU to be specialized. I'll have to dig in to the paper again.

  4. comment
    Comment #42837045

    Is there a concept of an expert that persists across layers? I thought each layer was essentially independent in terms of the "experts". I suppose you could look at what part of ea…

  5. comment
    Comment #42836422

    > The beauty of the MOE model approach is that you can decompose the big model into a collection of smaller models that each know different, non-overlapping (at least fully) pieces…

  6. comment
    Comment #39059370

    4 x 32GB for now. I need to investigate manual OC as EXPO doesn't work with all 4 slots populated. Another option is to try the 192GB 4x48GB Corsair kits at 5200.

  7. comment
    Comment #39059165

    7950x3d w/ 128GB at stock timings (~3200MT/s?). Showed a high base but no increase with threads, need to investigate what is happening. 1 54.7 2 50.6 3 49.6 4 48.2 5 47.9 6 47.4 7 …

  8. comment
    Comment #7772628

    Are you referring to the drive to use more of a languages' built in operators to build queries, instead of my approach? I think the Mozilla library uses an approach like that. http…

  9. comment
    Comment #7772579

    It is a modified version of what we use at Yipit. I stripped out mostly things related to working with Django/Flask apps. It comes in very handy when making sure we maintain style …

  10. comment
    Comment #7770584

    Good point, I will have to swap out some testing libs but should be possible.

  11. comment
    Comment #7770122

    Thanks for sharing. Nice to see an alternative approach for defining these sorts of things.

  12. comment
    Comment #7769824

    Fixed. Completely missed that.

  13. comment
    Comment #7769810

    Thanks, checking this out.

  14. comment
    Comment #7769737

    Agreed. I had a rough time when I was first learning how to manually build queries as there are few examples of complex queries.

  15. comment
    Comment #7769709

    Thanks for sharing this, didn't know about it. Always nice to see how other people tackle the same issue.

  16. comment
    Comment #7769605

    We used to use Haystack, but found it a bit too opinionated for us once we wanted to do some custom stuff. It is a bit more faithful to the Django queryset API, something we had to…

  17. story
  18. story
  19. comment
    Comment #6534447

    A friend of mine made NSArray extensions with a Ruby syntax a while back. Certainly useful if you find these helpful. https://github.com/nsantorello/nsarray-extensions

  20. comment
    Comment #5789268

    Awesome, thanks for the explanation

  21. comment
    Comment #5789119

    Thanks, was reviewing it with a coworker and crept up on the same conclusion. Seems a bit hard to test and definitely alarming at first glance.

  22. story
    Ask HN: Can someone explain why this line exists?

    https://github.com/mongodb/mongo-java-driver/blob/master/src/main/com/mongodb/ConnectionStatus.java#L213 Found via: https://twitter.com/avibryant/status/339840598871769088

  23. comment
    Comment #4486452

    Not a bad idea since it would make easier to pull changes outside of the automation without needing to specify the GIT_SSH variable.

  24. comment
    Comment #4485821

    I know where you are coming from with compiled languages. A big reason for creating this flow was for working with repositories that are not our primary code repository. We have se…

  25. comment
    Comment #4315039

    Switch memcache to UDP for testing and see what it looks like, curious if TCP connection startups are causing issues.