Live data from Hacker News

Viewing profile — nightnight

nightnight

HN member
Joined
Fri, Oct 25, 2019, 3:31 AM UTC
HN karma
11
Public activity
18 items

About nightnight

No profile information was provided.

Recent public activity

  1. comment
    Comment #21626066

    The chess pieces don't have to be recognized via a neural network. You just need to track the delta of fields with chess pieces between moves and then you know which piece moved to…

  2. comment
    Comment #21586858

    Redux gave me superpowers.

  3. comment
    Comment #21586845

    Funny. Today's web devs are not your daddy's webmasters.

  4. comment
    Comment #21512157

    All tech demos without strong use cases yet. Machine-generated content, spinning content, etc. are black hat tactics employed for decades in order to game Google. Works (just look …

  5. comment
    Comment #21426398

    The problem with newsletters from a product perspective: They are not addictive.

  6. comment
    Comment #21420953

    OT: or just use puppeteer, not really hard, for free and you can rule the world

  7. comment
    Comment #21420760

    Great subject: I bet that 95% of successful people are one hit wonders. I mean, they got once lucky and can live of the capital of their one hit wonder but can't repeat this a seco…

  8. comment
    Comment #21420667

    > I mostly enjoy my day at work. There are people to talk to and somewhat interesting projects to work on. Stockholm syndrome.

  9. comment
    Comment #21353102

    Dear tsanummy, help us to find the irony in my post or better the message in your post. So, what's your point? I'd love to know what you are talking about. Just to give another exa…

  10. comment
    Comment #21353086

    This clearly demonstrates once again that Google is miles ahead of the competition in AI. I mean, they just have the best data. If you want to have an every day example of Google's…

  11. comment
    Comment #21353040

    > Skeleton state There is a name for this? Didn't know. > I do recommend you to play with it more in a tiny project. Ok, will do.

  12. comment
    Comment #21353028

    > performance costs They are overstated. You are not building Photoshop in the browser 99% of the time. Dev productivity should have a higher prio => everything in JS and nobody ne…

  13. comment
    Comment #21353010

    OT: Languages are the biggest lock-in + market barrier for others an economy has (best example is China). Great that English has got even bigger as a lingua france since the Intern…

  14. comment
    Comment #21352013

    > a downside about React is the fact that your template is also JavaScript Everytime I read this (and it still seems to happens in 2019) I just don't get it--I don't get why people…

  15. comment
    Comment #21351962

    OT: The other day in one of Europe's biggest consumer electronics retail chain (MediaMarkt): Why does Huawei has 3x more showroom space than all other smartphones manufacturers tog…

  16. comment
  17. comment
    Comment #21351772

    From your second link: > if we switch from one page to another, and none of the code or data for the next screen has loaded yet, it might be frustrating to immediately see a blank …

  18. comment
    Comment #21351636

    @Dan, fyi, useTransition is already used as a hook name by the quite popular react-spring animation lib. I mean, I can migrate old code bases to import { useTransition as useSpring…