def hackernews_link(id: str) -> str: return f'https://news.ycombinator.com/item?id={id}'