Viewing profile — nightnight
nightnight
HN member- Joined
- Fri, Oct 25, 2019, 3:31 AM UTC
- HN karma
- 11
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About nightnight
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #21586858
Redux gave me superpowers.
-
comment
Comment #21586845
Funny. Today's web devs are not your daddy's webmasters.
-
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 …
-
comment
Comment #21426398
The problem with newsletters from a product perspective: They are not addictive.
-
comment
Comment #21420953
OT: or just use puppeteer, not really hard, for free and you can rule the world
-
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…
-
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.
-
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…
-
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…
-
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.
-
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…
-
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…
-
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…
-
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…
- comment
-
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 …
-
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…