HN user

GrazeMor

14 karma
Posts0
Comments12
View on HN
No posts found.

I don't think expensive public transport is the problem. It can be crucial for some people. The fact that the article says some people need "short stops on trips to and from work, short-distance trips and a higher frequency of trips" just means the public transport needs to be tweaked, not completely scrapped.

I think the divide is that artists have worked at developing a skill to express themselves (art) while AI artists think they have achieved the same thing by turning a prompt into an image. The former is an act of expression, the latter is choosing something you like out of a magazine. Very different and one is art and the other is not. If you really want to say AI is art, maybe, but the person prompting it is definitely not the artist...maybe the curator.

The credential management api is super annoying. Many websites now have a very annoying sign in with google dialog whenever I visit them and there's no way I can find to disable it.

React Suspense 7 years ago

It's weird how the article mentions that before Suspense there was a waterfall issue. But as far as I understand Suspense introduces the waterfall issue. If you have nested components that need data, the data has to load serially rather than in parallel which creates a waterfall and React devs don't seem to know how to fix this issue.