Who will maintain the future? Rethinking open source leadership for a new generation github.blog/open-source/maintainers/who-will-maintain-the-future-rethinking-open-source-leadership-for-a-new-generation/
AI tooling must be disclosed for contributions github.com/ghostty-org/ghostty/pull/8289
GitHub MCP Server: Secret scanning, push protection, and more github.blog/changelog/2025-08-13-github-mcp-server-secret-scanning-push-protection-and-more
脆弱性診断 with AIエージェント、ついに開発チームにひろがりました。 developers.freee.co.jp/entry/AI-agent-securitytest-used-by-devteam
Enough AI copilots, we need AI HUDs geoffreylitt.com/2025/07/27/enough-ai-copilots-we-need-ai-huds
死刑囚3人「絞首刑が残虐でないと言うなら」と国へ死刑執行の実態開示を求める声に同意と「糞尿を垂れ流す」こともある刑の残虐性を指摘する反応 - Togetter [トゥギャッター] togetter.com/li/2583600
Excellent blog on `font-size-adjust` highlights more complexity about font rendering: https://matklad.github.io/2025/07/16/font-size-adjust.html We just implemented an automatic form of `font-size-adjust` in Ghostty ~2wks ago! https://github.com/ghostty-org/ghostty/pull/7840 Afaik the only terminal to do this so far.
This problem can happen anywhere multiple font faces are used, even in environments where you don't (or can't!) choose multiple font faces, like a terminal!
When a codepoint isn't available, terminals (and most software, really) search for a "fallback font face" to supply that codepoint because that's usually better than showing a box or unicode replacement character.
Ghostty has done this for years, but we always just rendered the glyph as the font requested, which doesn't match up well with the primary font face (as noted in Matklad's blog post). We now apply similar behavior to `font-size-adjust` to even this out.