Skip to content

Commit 2708799

Browse files
committed
Fix links
1 parent 74b31fc commit 2708799

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_posts/2026-02-02-web-ui-thread-freeze.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ date: 2026-02-02 00:00:00 +0000
55
style: browser-task-queues
66
---
77

8-
<script type="module" src="{{ '/assets/js/article/browser-task-queues/main.js' | relative_url }}"></script>
9-
108
... and remedies for the morning after.
119

10+
<script type="module" src="{{ '/assets/js/article/browser-task-queues/main.js' | relative_url }}"></script>
11+
1212
A frozen UI thread is one of the constant nightmares of application builders, regardless of the underlying platform and
13-
UI framework. For many years, platform developers at [Android](android-jank) and [the Chromium browser](chromium-jank)
13+
UI framework. For many years, platform developers at [Android][android-jank] and [the Chromium browser][chromium-jank]
1414
have been trying to make it easier for application developers to detect and mitigate jank. Jank can occur both in the
1515
platform (e.g., chromium did something slow) or in the application itself. This post walks you through some ways you, as
1616
a web application developer, could accidentally make your own application janky, and provides remedies.
@@ -467,8 +467,8 @@ CSS to save my life, so I let the LLM spin on that.
467467

468468
The prose in this post is all mine. I find LLM-driven auto-complete in IDEs like [Google's Antigravity][antigravity]
469469
extremely distracting. Using an LLM to co-write my prose is out of the question - the whole point is for me to tell you
470-
a story. Having somebody (something?) else's voice in the middle does not help. I did use the good old AI without
471-
[any snake oil][ai-snake-oil], i.e., spell check / grammar correction, while copy-editing. Because why wouldn't I?
470+
a story. Having somebody (something?) else's voice in the middle does not help. I did use the good old [AI without
471+
any snake oil][ai-snake-oil], i.e., spell check / grammar correction, while copy-editing. Because why wouldn't I?
472472

473473
## Conclusion
474474

0 commit comments

Comments
 (0)