If AI is so good, then:
- Why does code generation continue to hallucinate nonexistent API members?
- Why does tech advice hallucinate nonexistent UI controls?
- Where are the AI based apps to automatically skip and hide all ads across all platforms, devices, and apps?
- Why are software services riddled with decades old bugs and UX quirks?
- Why do calendar and mailing address UI elements still suck?
- Why is dark mode so incomplete across platforms?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| unset IFS | |
| set -eu | |
| if [ -z "${DEST:-}" ]; then | |
| exit | |
| fi | |
| mkdir -p "$DEST" |
- Start the car.
- Activate the entertainment system. If mecessary, press and hold the volume knob down into the console.
- Press the Favorites console button.
- Wiggle the big button right to navigate to the Options pane.
- Rotate the big button clockwise to Edit.
- Press the big button down to navigate to the Edit view.
- Rotate the big button right to navigate to Delete Favorite(s).
- Use the big button to manually select all favorites.
Docker's buildx subsystem may not automatically load built images into the normal Docker cache, depending on the Docker configuration.
- Select a supported Docker platform for your host environment (e.g.
linux/arm64,linux/amd64, etc). - Run
docker buildx build [--builder <builder>] --platform <platform>.
NewerOlder