Live data from Hacker News

Viewing profile — mvf4z7

mvf4z7

HN member
Joined
Sat, Sep 29, 2018, 8:37 PM UTC
HN karma
115
Public activity
22 items

About mvf4z7

No profile information was provided.

Recent public activity

  1. comment
    Comment #45846594

    Can you share a link to your implementation?

  2. comment
    Comment #44520726

    Another company developing similar technology in the US. https://www.motmot.ai/

  3. comment
    Comment #43110390

    Gretchen, stop trying to make Elixir happen.

  4. comment
    Comment #42995918

    Could not agree more. The All In guys stopped engaging in thought provoking and critical conversations a long time ago. And holy hell, Jason Calacanis is the biggest weasel on the …

  5. comment
    Comment #42625040

    I used to use a client app like this. But after I switched phones, I never re-downloaded it and have found that using the browser works just as good for such a simple application.

  6. comment
    Comment #40738255

    Should be replacing state in the history stack rather than pushing a new state.

  7. comment
    Comment #39041993

    Basically Little's law. It is queues all the way down. https://en.wikipedia.org/wiki/Little's_law Additionally, here is a great talk on queuing theory and load shedding. One argume…

  8. comment
  9. comment
  10. comment
    Comment #36738513

    Detroit checking in. I pay anywhere bewteen $0.182/kWh to $0.237/kWh (varies depending on time of day). Furthermore, our electric utility has some of the worst reliability in the c…

  11. comment
    Comment #36261357

    I bet there were a lot of essays written about Aardvarks at that time.

  12. comment
    Comment #35915617

    I think one of those circumstances is when you previously worked for the company behind Remix. He is probably just really comfortable with the framework, so it makes sense for him …

  13. comment
    Comment #35005706

    Jonathan, is that you?

  14. comment
    Comment #34337734

    I was under the impression that you create a button component and apply the atomic styles in that component. That way you don’t don’t need a “btn” class, you just use the Button co…

  15. comment
    Comment #33533107

    Especially not in the state of Michigan.

  16. comment
    Comment #33252255

    This reminds me of Reacts "dangerouslySetInnerHTML" prop. https://reactjs.org/docs/dom-elements.html#dangerouslysetinn...

  17. comment
    Comment #33020307

    My biggest problem with using JWTs for authenticating a SPA is where do you store them so that a user does not have to login every time they visit your application? Every SPA tutor…

  18. comment
    Comment #32669742

    This is the first usage of blockchain technology that I actually find compelling.

  19. story
  20. comment
    Comment #31197932

    Now might be a good time to check out Dynatrace if you are a current New Relic customer. https://www.dynatrace.com/

  21. comment
    Comment #31163770

    Has anyone here actually used DDD for building a significant production system? I have read a lot of material on the subject, and everything always sounds good in theory. But whene…

  22. comment
    Comment #29484831

    This is awesome to see. I have gotten interested in CRDTs in the last couple years due to them being used in the Elixir/Phoenix ecosystem. One question though, how do you integrate…