Is the situation brighter for a company who owns the hardware and the software, for Apple?
Taking a picture of an AI generated image aside, theoretically could Apple attest to origin of photos taken in the native camera app and uploaded to iCloud?
Ultimately even with that tech, you can still take a photo of an AI generated scene. Maybe coupled with geolocation data in the signature or something it might work.
I see signing chains as the way to go here. Your camera signs an image, you sign the signed image, your client or editor signs the image you signed etc etc. Might finally have a use for blockchain.
I was going to say feng shui, but the handful of times I've seen it brought up in the context of food plating the whole point was harmony and balance . . .
Having food askew is probably messing with the eater's qi.
It's just much more visually interesting than a page full of perfect burgers. Each one looks like a unique thing from the real world; they don't "look AI", as the kids say these days.
> Design is more than styling, it is also behaviour and state,
Maybe I need an example of this for buttons: what behaviour on buttons should be consistent? What about state - what state on buttons should be consistent?
The core value of front-end JavaScript frameworks is state management. You don't need to use a framework, but the need to manage complex application state doesn't go away.
Take this example: when a checkout button on an ecommerce website/application is triggered, the button should reflect that state and prevent re-triggering the same action so the button has to be disabled, then ideally a loading state has to be shown. When that action fails, an error may need to be displayed. Ideally you would use native DOM states first, ARIA states may be used if no native DOM states can be used, and if that's not enough then custom data states may be necessary.
Styling should be reacting to application state, preventing impossible states and bugs to create predictable UIs. Thus, styling is also a state management concern. UI=fn(state).
Obviously there's no "evidence". Why would you even think we need AGI? But I'm happy to hear your reasoning if you were one of the few/only? people who imagined that software that could predict the next word could do what it now is doing.
reply