惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
罗磊的独立博客
雷峰网
雷峰网
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
B
Blog RSS Feed
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
D
Docker
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
小众软件
小众软件
人人都是产品经理
人人都是产品经理
云风的 BLOG
云风的 BLOG
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
I
InfoQ
S
SegmentFault 最新的问题

alexwlchan’s notes

What is WS11 1DB? Blocking referrers with Caddy How to type a Spanish question mark (¿) on a Mac Non-overlapping type comparisons and Python type checkers Why does t.Setenv panic after t.Parallel? Use Path.glob() and Path.rglob() for typed versions of glob.glob() Curious clocks and colourful eyes Track which templates are used by Jinja2 Archeologists distinguish between “sherds” and “shards” A single command to test all my changed Go packages Disable the new message animations in WhatsApp Finding high-churn folders that bother Backblaze Always-on SSH agent forwarding with my Git pushes Managing the caption of a photo with AppleScript (but not PhotoKit) Goodhart’s and Campbell’s Law are different Notes from The Cornishman No. 176 (Spring 2026) Notes from The Cornishman No. 176 (Spring 2026) GitUp can’t diff text files larger than 8MB Home Testing the width of a page on a mobile device using Playwright Disable AirPods charging notifications Start a Caddy server in a subprocess during a Python session Filter a list of JSON object based on a list of tags The FileExistsError exception exposes a filename attribute The red-lined bubble snail Why can’t Python connect to example.com? Useful type hints for Python How to truncate the middle of long command output AirPlay Receiver can interfere with Flask apps What’s the main prefix in SQLite queries?
HOME_GET_ME_HOME is a Citymapper Shortcuts action
2026-04-08 · via alexwlchan’s notes

It’s a Citymapper action that gives directions to my home, which can be triggered using the Shortcuts app.

The other day, I pulled up Spotlight on my iPhone, and I saw a Siri Suggestion I didn’t recognise – it suggested HOME_GET_ME_HOME with Citymapper, which looks like a programmer’s variable name:

Siri Suggestions, which show four apps along the top, a Kindle action to 'Play current', and a Citymapper action to 'HOME_GET_ME_HOME'.

Maybe this is a variable name which has leaked, and there’s meant to be some more user-friendly text here – but the meaning is also pretty obvious to a non-programmer.

I did a bit of digging, and I found HOME_GET_ME_HOME as one of two Citymapper actions in the Shortcuts app, and it’s an action to “Get directions to your saved home in Citymapper”. You can use it in a shortcut – I imagine it might be useful for, say, a “leaving the office” shortcut which starts a playlist, texts your partner, and starts getting directions home.

More confusing is HOME_GET_ME_TO_WORK, an action to “Get directions to your saved work in Citymapper”.

(I’m running Citymapper 11.40.1; who knows if this will change in a future version.)