Viewing profile — mvf4z7
mvf4z7
HN member- Joined
- Sat, Sep 29, 2018, 8:37 PM UTC
- HN karma
- 115
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About mvf4z7
No profile information was provided.
Recent public activity
-
comment
Comment #45846594
Can you share a link to your implementation?
-
comment
Comment #44520726
Another company developing similar technology in the US. https://www.motmot.ai/
-
comment
Comment #43110390
Gretchen, stop trying to make Elixir happen.
-
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 …
-
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.
-
comment
Comment #40738255
Should be replacing state in the history stack rather than pushing a new state.
-
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…
- comment
- comment
-
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…
-
comment
Comment #36261357
I bet there were a lot of essays written about Aardvarks at that time.
-
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 …
-
comment
Comment #35005706
Jonathan, is that you?
-
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…
-
comment
Comment #33533107
Especially not in the state of Michigan.
-
comment
Comment #33252255
This reminds me of Reacts "dangerouslySetInnerHTML" prop. https://reactjs.org/docs/dom-elements.html#dangerouslysetinn...
-
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…
-
comment
Comment #32669742
This is the first usage of blockchain technology that I actually find compelling.
- story
-
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/
-
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…
-
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…