Live data from Hacker News

Viewing profile — SimonKinds

SimonKinds

HN member
Joined
Wed, Dec 14, 2016, 7:13 AM UTC
HN karma
22
Public activity
6 items

About SimonKinds

No profile information was provided.

Recent public activity

  1. comment
    Comment #18074094

    I listen to a lot of technology podcasts, but my absolute favorite is "Coding Blocks". The hosts have such a good synergy with each other. They often read a few chapters of a book …

  2. comment
    Comment #16626530

    I believe this is what Command Query Responsibility Segregation (CQRS) is all about. By having one object handling writes, and another for reads, things are easier to reason about …

  3. comment
    Comment #16046870

    I'm assuming the person you replied to is referencing emails that AWS sent out on New Year's, stating incorrect forecasted usage. Some discussion can be found on reddit https://www…

  4. story
  5. comment
    Comment #13181567

    This paper http://dl.acm.org/citation.cfm?id=2830854 kind of has a solution to being more efficient. It has two networks and uses the smaller one (more efficient) to infere first. …

  6. comment
    Comment #13174396

    There is also this one https://arxiv.org/abs/1506.02515 which takes pruning a step further to reduce the sparsity. Also this one https://arxiv.org/abs/1608.04493 which makes sure n…