Live data from Hacker News

Viewing profile — jeremy8883

jeremy8883

HN member
Joined
Tue, Feb 24, 2015, 5:35 PM UTC
HN karma
8
Public activity
13 items

About jeremy8883

No profile information was provided.

Recent public activity

  1. comment
    Comment #47860094

    Finally a haptic trackpad. Unfortunately not having one was a dealbreaker when purchasing my laptop last year, but next upgrade I'll be able to consider them again.

  2. comment
    Comment #45779182

    Yes, use the button element for buttons, and a for links. But this is not a new problem or one "among the react crowd". Anecdotally I'd say it was more prevalent 10 or 15 years ago…

  3. comment
    Comment #44699442

    the back button does work, if you use any basic routing library. opening in a new tab does work, with any basic routing library...

  4. comment
    Comment #44699394

    if you're receiving jarring page scrolling, it is not the fault of the spa, it's something else at play. it is not they typical spa experience. if the back button doesn't work, the…

  5. comment
    Comment #30123412

    Bob himself has mentioned that many of the rules are contradictory to one another. I can't remember what examples he gave. I think it was in his video series.

  6. comment
    Comment #29802279

    Yeah, in the past month, I've caught out 2 bugs in a code review. One was a performance degradation due to a function being passed down into a react `useMemo` hook dependency array…

  7. comment
    Comment #28338010

    Thank you! I couldn't originally figure this out for my "on air" script, so my workaround was to query the existance of the `zoom.us` process every second.

  8. comment
    Comment #24676355

    Apologies, it looks like pre es6, they were unordered objects. But now there are rules that guarantee insertion order.

  9. comment
    Comment #24675376

    Interesting idea to remove number and string types. The downside being that you spend more time writing parsers of the data. But if you had some sort of separate schema that genera…

  10. comment
    Comment #21843669

    I've never understood that position. Hooks and redux solve completely different problems. Why would the introduction of hooks change anything about using redux?

  11. comment
    Comment #19127034

    For JavaScript, https://javascriptweekly.com is pretty good.

  12. comment
    Comment #9105205

    I do wish the pebble buttons were easier to press.

  13. comment
    Comment #9102155

    > Just swiping and tapping to control is useful than having to fiddle with 4 buttons What's fiddly about buttons? It's much faster than swiping a couple of times to get to the opti…