Text from paper straight into a field: Live Text and Google Lens
Stop retyping details off paper. iPhone can scan text with the camera directly into a text field; Android does the same through Google Lens.
502 tips · new ones added continuously
Every tip is one concrete thing you will do better or faster. Filter by what you use and who you are — or just search.
Stop retyping details off paper. iPhone can scan text with the camera directly into a text field; Android does the same through Google Lens.
Swiping right along the bottom edge of the screen switches to your previous app — on iPhone and on Android with gesture navigation. No app switcher needed.
Android can trigger battery saver by percentage. iPhone has no built-in schedule — but a Shortcuts automation turns on Low Power Mode entirely on its own.
iPhone offers to share the password automatically as soon as someone nearby tries to connect. Android generates a QR code that scans and connects.
You can't scan a code on your own screen with the camera. But you can hold your finger on it in Photos, or open it through Google Lens.
A long press on an icon opens a shortcut menu: new email, selfie, private tab, navigate home. One tap instead of hunting inside the app.
Do Not Disturb doesn't have to be a gamble. Chosen people and repeated calls always get through — so you can finally turn it on without the guilt.
Google Messages sends a text at a scheduled time when you hold down the send button. iPhone does the same in iMessage via Send Later.
Looking for where to turn on the hotspot or turn off vibration? Type it into the Settings search bar — you'll land right on the correct screen.
Tap the space bar twice at the end of a sentence — your phone inserts a period and a space, then capitalizes the next sentence. iPhone and Android.
On iPhone, slide your finger off the 123 key onto a digit and the keyboard snaps back to letters by itself. Gboard has a key hold or a permanent number row.
A laptop permanently docked at 100% is wrecking its battery. Almost every manufacturer has a hidden option that stops charging earlier — and multiplies the battery's lifespan.
A laptop sitting on the desk shoots your chin and the ceiling from below, and a window behind you turns you into a silhouette. Camera height and light direction fix more than a new webcam ever will.
One checkbox in your calendar shortens default meetings to 25 and 50 minutes. Between calls you get a breather you don't have today.
Don't arrange a meeting time over email. Google Calendar and Outlook lay attendees' calendars side by side, and you spot the open slot at a glance.
Google Calendar and Outlook can both show a second time axis next to your own. Plan a meeting across time zones by looking, not by doing math in your head.
A cable that falls behind the desk every time you unplug it is a daily micro-frustration. An office clip and a few reusable cable ties end it for good.
API response as one unreadable line of mush? jq formats it, colors it, and pulls out exactly the field you're looking for.
On iPhone, just tap the status bar with the clock and any long list, webpage, or chat snaps back to the top. No scrolling required.
The iPhone has gestures for working with text: a three-finger pinch copies, a spread pastes, and a swipe left undoes the last action.
Newer iPhones have a programmable button above the volume controls. Voice memo, flashlight, camera, or a custom shortcut with one press-and-hold.
An urgent fix comes in and your code is half-finished? git stash tucks it away in a drawer, git stash pop brings it back. No half-baked commits.
Bad reset, deleted branch, a rebase gone wrong? git reflog shows the history of everywhere HEAD has been — and lost commits can be brought back.
Files from your system and editor don't belong in every project's .gitignore. Set up a global ignore file instead — it applies to every repository.
A forgotten file or a typo in the message doesn't need a new commit. --amend rewrites the last one, as if the mistake never happened.
One file has both a bug fix and an unrelated cleanup? git add -p walks through the changes chunk by chunk and asks what belongs in the commit.
Google Photos reads the text in your pictures. A photographed whiteboard or slide can then be found a month later just by searching for a term that was written on it.
Ctrl+click on sheet tabs groups them — and whatever you type into one gets written into all of them. Fix twelve monthly sheets in one move.
Switching back and forth between the sheet with source data and the sheet with results? View → New Window shows both at once.
Alt+;
Copying a table with hidden rows and they paste in too? Alt+; selects only the visible cells — the hidden ones stay home.