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

推荐订阅源

腾讯CDC
IT之家
IT之家
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
V
V2EX
Last Week in AI
Last Week in AI
H
Help Net Security
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
F
Fortinet All Blogs
I
InfoQ
宝玉的分享
宝玉的分享
A
About on SuperTechFans
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
Blog — PlanetScale
Blog — PlanetScale
B
Blog

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.)