HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mikewhy

no profile record

comments

mikewhy
·5년 전·discuss
It does not, no.
mikewhy
·7년 전·discuss
There have been multiple variations in other laptops. How successful they are, I can't comment on.

Screen in touchpad: https://www.microsoft.com/en-ca/p/asus-zenbook-14-ux434fl-ub...

Screen above keyboard: https://www.microsoft.com/en-ca/p/asus-zenbook-pro-duo-lapto...
mikewhy
·7년 전·discuss
Thanks for the links! That blog post is great.

I've encountered the issue before, but never knew the name. After bumping into it a couple of times I just changed up how I use react-redux.
mikewhy
·7년 전·discuss
(note this is not directed at redux, react-redux, or the wonderful redux-starter-kit library. I'm also a huge, huge fan of how createSlice combines action constants, action creators, and reducer handlers, all in one.)

Those react-redux hooks just exemplify the issues I have with hooks.

Yeah, potentially less code, but with more (and in some instances, completely unheard of) gotchas, more that the developer has to do to keep parity with not using hooks, and certain things dropped entirely.

I'm super interested in this discussion. I've been using React for years, and it's been smooth sailing. But somethings up with hooks, and I haven't been able to put it into words.
mikewhy
·7년 전·discuss
Was there ever any clarification on why the React team went with a single `contextType`, and not something like:

    class MyComponent extends Component {
      static contextTypes = {
        auth: AuthContext,
      }
    }
mikewhy
·9년 전·discuss
Giant Bomb did a great interview with one of the longtime Naughty Dog devs where he talks about the old Crash and Jax engine: https://www.giantbomb.com/videos/an-uncharted-tech-retrospec...
mikewhy
·9년 전·discuss
Oh that is a little awkward. You can configure it, but the configuration options appear below the CPU bars. So if there's already so many that your screen is filled, that's a bit moot.

This stackoverflow has some pointers though: http://superuser.com/questions/806614/how-to-compress-or-hid...