playwriter 0.0.105 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist/bippy.js +5 -5
  2. package/dist/cdp-relay.d.ts.map +1 -1
  3. package/dist/cdp-relay.js +17 -5
  4. package/dist/cdp-relay.js.map +1 -1
  5. package/dist/cli-help.test.d.ts +2 -0
  6. package/dist/cli-help.test.d.ts.map +1 -0
  7. package/dist/cli-help.test.js +53 -0
  8. package/dist/cli-help.test.js.map +1 -0
  9. package/dist/cli.js +74 -25
  10. package/dist/cli.js.map +1 -1
  11. package/dist/executor.d.ts +1 -0
  12. package/dist/executor.d.ts.map +1 -1
  13. package/dist/executor.js +55 -12
  14. package/dist/executor.js.map +1 -1
  15. package/dist/extension/background.js +675 -27
  16. package/dist/extension/manifest.json +1 -1
  17. package/dist/ghost-cursor-client.js +170 -83
  18. package/dist/{recording-ghost-cursor.d.ts → ghost-cursor-controller.d.ts} +15 -10
  19. package/dist/ghost-cursor-controller.d.ts.map +1 -0
  20. package/dist/ghost-cursor-controller.js +98 -0
  21. package/dist/ghost-cursor-controller.js.map +1 -0
  22. package/dist/ghost-cursor.d.ts.map +1 -1
  23. package/dist/ghost-cursor.js +42 -26
  24. package/dist/ghost-cursor.js.map +1 -1
  25. package/dist/mcp.d.ts.map +1 -1
  26. package/dist/mcp.js +6 -1
  27. package/dist/mcp.js.map +1 -1
  28. package/dist/on-mouse-action.test.js +25 -0
  29. package/dist/on-mouse-action.test.js.map +1 -1
  30. package/dist/performance-examples.d.ts +5 -0
  31. package/dist/performance-examples.d.ts.map +1 -0
  32. package/dist/performance-examples.js +112 -0
  33. package/dist/performance-examples.js.map +1 -0
  34. package/dist/performance-profiling.md +417 -0
  35. package/dist/prompt.md +22 -8
  36. package/dist/react-source.d.ts +44 -0
  37. package/dist/react-source.d.ts.map +1 -1
  38. package/dist/react-source.js +207 -20
  39. package/dist/react-source.js.map +1 -1
  40. package/dist/readability.js +1 -1
  41. package/dist/relay-core.test.d.ts.map +1 -1
  42. package/dist/relay-core.test.js +101 -1
  43. package/dist/relay-core.test.js.map +1 -1
  44. package/dist/relay-session.test.js +34 -6
  45. package/dist/relay-session.test.js.map +1 -1
  46. package/dist/screen-recording.d.ts +2 -2
  47. package/dist/screen-recording.d.ts.map +1 -1
  48. package/dist/screen-recording.js +19 -7
  49. package/dist/screen-recording.js.map +1 -1
  50. package/dist/selector-generator.js +1 -1
  51. package/package.json +7 -7
  52. package/src/aria-snapshots/github-interactive.txt +5 -3
  53. package/src/aria-snapshots/github-raw.txt +8 -5
  54. package/src/aria-snapshots/hackernews-interactive.txt +241 -238
  55. package/src/aria-snapshots/hackernews-raw.txt +269 -265
  56. package/src/aria-snapshots/prosemirror-interactive.txt +3 -1
  57. package/src/aria-snapshots/prosemirror-raw.txt +4 -1
  58. package/src/assets/aria-labels-hacker-news.png +0 -0
  59. package/src/assets/aria-labels-old-reddit.png +0 -0
  60. package/src/cdp-relay.ts +17 -5
  61. package/src/cli-help.test.ts +63 -0
  62. package/src/cli.ts +80 -28
  63. package/src/executor.ts +65 -15
  64. package/src/ghost-cursor-client.ts +221 -96
  65. package/src/{recording-ghost-cursor.ts → ghost-cursor-controller.ts} +50 -34
  66. package/src/ghost-cursor.ts +54 -41
  67. package/src/mcp.ts +6 -1
  68. package/src/on-mouse-action.test.ts +30 -0
  69. package/src/performance-examples.ts +186 -0
  70. package/src/react-source.ts +310 -24
  71. package/src/relay-core.test.ts +117 -0
  72. package/src/relay-session.test.ts +36 -10
  73. package/src/screen-recording.ts +23 -10
  74. package/src/skill.md +33 -9
  75. package/src/snapshots/shadcn-ui-accessibility-full.md +6 -3
  76. package/src/snapshots/shadcn-ui-accessibility-interactive.md +2 -0
  77. package/dist/recording-ghost-cursor.d.ts.map +0 -1
  78. package/dist/recording-ghost-cursor.js +0 -79
  79. package/dist/recording-ghost-cursor.js.map +0 -1
@@ -22,388 +22,389 @@
22
22
  - row:
23
23
  - cell "1."
24
24
  - cell:
25
- - link [id="up_47672295"]
26
- - cell "Every GPU That Mattered (sheets.works)":
27
- - role=link[name="Every GPU That Mattered"]
28
- - role=link[name="sheets.works"]
29
- - row:
30
- - cell "60 points by jonbaer 1 hour ago | hide | 21 comments":
31
- - role=link[name="jonbaer"]
32
- - role=link[name="1 hour ago"]
25
+ - link [id="up_47719602"]
26
+ - cell "You can't trust macOS Privacy and Security settings (eclecticlight.co)":
27
+ - role=link[name="You can't trust macOS Privacy and Security settings"]
28
+ - role=link[name="eclecticlight.co"]
29
+ - row:
30
+ - cell "320 points by zdw 3 hours ago | hide | 114 comments":
31
+ - role=link[name="zdw"]
32
+ - role=link[name="3 hours ago"] >> nth=0
33
33
  - role=link[name="hide"] >> nth=0
34
- - role=link[name="21 comments"]
34
+ - role=link[name="114 comments"]
35
35
  - row:
36
36
  - cell "2."
37
37
  - cell:
38
- - link [id="up_47614528"]
39
- - cell "My Experience as a Rice Farmer (xd009642.github.io)":
40
- - role=link[name="My Experience as a Rice Farmer"]
41
- - role=link[name="xd009642.github.io"]
42
- - row:
43
- - cell "150 points by surprisetalk 4 hours ago | hide | 58 comments":
44
- - role=link[name="surprisetalk"]
45
- - role=link[name="4 hours ago"] >> nth=0
38
+ - link [id="up_47719942"]
39
+ - cell "WireGuard makes new Windows release following Microsoft signing resolution (zx2c4.com)":
40
+ - role=link[name="WireGuard makes new Windows release following Microsoft signing resolution"]
41
+ - role=link[name="zx2c4.com"]
42
+ - row:
43
+ - cell "241 points by zx2c4 3 hours ago | hide | 74 comments":
44
+ - role=link[name="zx2c4"]
45
+ - role=link[name="3 hours ago"] >> nth=1
46
46
  - role=link[name="hide"] >> nth=1
47
- - role=link[name="58 comments"]
47
+ - role=link[name="74 comments"]
48
48
  - row:
49
49
  - cell "3."
50
50
  - cell:
51
- - link [id="up_47666024"]
52
- - cell "Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS (github.com/matthartman)":
53
- - role=link[name="Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS"]
54
- - role=link[name="github.com/matthartman"]
55
- - row:
56
- - cell "376 points by MattHart88 14 hours ago | hide | 174 comments":
57
- - role=link[name="MattHart88"]
58
- - role=link[name="14 hours ago"]
51
+ - link [id="up_47719740"]
52
+ - cell "1D Chess (rowan441.github.io)":
53
+ - role=link[name="1D Chess"]
54
+ - role=link[name="rowan441.github.io"]
55
+ - row:
56
+ - cell "298 points by burnt-resistor 3 hours ago | hide | 56 comments":
57
+ - role=link[name="burnt-resistor"]
58
+ - role=link[name="3 hours ago"] >> nth=2
59
59
  - role=link[name="hide"] >> nth=2
60
- - role=link[name="174 comments"]
60
+ - role=link[name="56 comments"]
61
61
  - row:
62
62
  - cell "4."
63
63
  - cell:
64
- - link [id="up_47669337"]
65
- - cell "Solod A subset of Go that translates to C (github.com/solod-dev)":
66
- - role=link[name="Solod A subset of Go that translates to C"]
67
- - role=link[name="github.com/solod-dev"]
68
- - row:
69
- - cell "135 points by TheWiggles 9 hours ago | hide | 34 comments":
70
- - role=link[name="TheWiggles"]
71
- - role=link[name="9 hours ago"] >> nth=0
64
+ - link [id="up_47720419"]
65
+ - cell "Industrial design files for Keychron keyboards and mice (github.com/keychron)":
66
+ - role=link[name="Industrial design files for Keychron keyboards and mice"]
67
+ - role=link[name="github.com/keychron"]
68
+ - row:
69
+ - cell "152 points by stingraycharles 3 hours ago | hide | 40 comments":
70
+ - role=link[name="stingraycharles"]
71
+ - role=link[name="3 hours ago"] >> nth=3
72
72
  - role=link[name="hide"] >> nth=3
73
- - role=link[name="34 comments"]
73
+ - role=link[name="40 comments"]
74
74
  - row:
75
75
  - cell "5."
76
76
  - cell:
77
- - link [id="up_47660925"]
78
- - cell "Issue: Claude Code is unusable for complex engineering tasks with Feb updates (github.com/anthropics)":
79
- - role=link[name="Issue: Claude Code is unusable for complex engineering tasks with Feb updates"]
80
- - role=link[name="github.com/anthropics"]
81
- - row:
82
- - cell "1103 points by StanAngeloff 20 hours ago | hide | 607 comments":
83
- - role=link[name="StanAngeloff"]
84
- - role=link[name="20 hours ago"] >> nth=0
77
+ - link [id="up_47719274"]
78
+ - cell "Helium Is Hard to Replace (construction-physics.com)":
79
+ - role=link[name="Helium Is Hard to Replace"]
80
+ - role=link[name="construction-physics.com"]
81
+ - row:
82
+ - cell "152 points by JumpCrisscross 4 hours ago | hide | 87 comments":
83
+ - role=link[name="JumpCrisscross"]
84
+ - role=link[name="4 hours ago"] >> nth=0
85
85
  - role=link[name="hide"] >> nth=4
86
- - role=link[name="607 comments"]
86
+ - role=link[name="87 comments"]
87
87
  - row:
88
88
  - cell "6."
89
89
  - cell:
90
- - link [id="up_47659135"]
91
- - cell "Sam Altman may control our future – can he be trusted? (newyorker.com)":
92
- - role=link[name="Sam Altman may control our future – can he be trusted?"]
93
- - role=link[name="newyorker.com"]
94
- - row:
95
- - cell "1409 points by adrianhon 23 hours ago | hide | 576 comments":
96
- - role=link[name="adrianhon"]
97
- - role=link[name="23 hours ago"]
90
+ - link [id="up_47717847"]
91
+ - cell "CPU-Z and HWMonitor compromised (theregister.com)":
92
+ - role=link[name="CPU-Z and HWMonitor compromised"]
93
+ - role=link[name="theregister.com"]
94
+ - row:
95
+ - cell "149 points by pashadee 5 hours ago | hide | 66 comments":
96
+ - role=link[name="pashadee"]
97
+ - role=link[name="5 hours ago"] >> nth=0
98
98
  - role=link[name="hide"] >> nth=5
99
- - role=link[name="576 comments"]
99
+ - role=link[name="66 comments"]
100
100
  - row:
101
101
  - cell "7."
102
102
  - cell:
103
- - link [id="up_47670981"]
104
- - cell "Three hundred synths, 3 hardware projects, and one app (midi.guide)":
105
- - role=link[name="Three hundred synths, 3 hardware projects, and one app"]
106
- - role=link[name="midi.guide"]
107
- - row:
108
- - cell "28 points by ductionist 4 hours ago | hide | 2 comments":
109
- - role=link[name="ductionist"]
110
- - role=link[name="4 hours ago"] >> nth=1
103
+ - link [id="up_47719975"]
104
+ - cell "Bluesky April 2026 Outage Post-Mortem (pckt.blog)":
105
+ - role=link[name="Bluesky April 2026 Outage Post-Mortem"]
106
+ - role=link[name="pckt.blog"]
107
+ - row:
108
+ - cell "89 points by jcalabro 3 hours ago | hide | 32 comments":
109
+ - role=link[name="jcalabro"]
110
+ - role=link[name="3 hours ago"] >> nth=4
111
111
  - role=link[name="hide"] >> nth=6
112
- - role=link[name="2 comments"] >> nth=0
112
+ - role=link[name="32 comments"]
113
113
  - row:
114
114
  - cell "8."
115
115
  - cell:
116
- - link [id="up_47663147"]
117
- - cell "Launch HN: FreestyleSandboxes for Coding Agents (freestyle.sh)":
118
- - role=link[name="Launch HN: FreestyleSandboxes for Coding Agents"]
119
- - role=link[name="freestyle.sh"]
120
- - row:
121
- - cell "275 points by benswerd 17 hours ago | hide | 146 comments":
122
- - role=link[name="benswerd"]
123
- - role=link[name="17 hours ago"] >> nth=0
116
+ - link [id="up_47720418"]
117
+ - cell "Launch HN: Twill.ai (YC S25) Delegate to cloud agents, get back PRs (twill.ai)":
118
+ - role=link[name="Launch HN: Twill.ai (YC S25) Delegate to cloud agents, get back PRs"]
119
+ - role=link[name="twill.ai"]
120
+ - row:
121
+ - cell "19 points by danoandco 1 hour ago | hide | 12 comments":
122
+ - role=link[name="danoandco"]
123
+ - role=link[name="1 hour ago"] >> nth=0
124
124
  - role=link[name="hide"] >> nth=7
125
- - role=link[name="146 comments"]
125
+ - role=link[name="12 comments"]
126
126
  - row:
127
127
  - cell "9."
128
128
  - cell:
129
- - link [id="up_47662234"]
130
- - cell "A cryptography engineer's perspective on quantum computing timelines (filippo.io)":
131
- - role=link[name="A cryptography engineer's perspective on quantum computing timelines"]
132
- - role=link[name="filippo.io"]
133
- - row:
134
- - cell "471 points by thadt 18 hours ago | hide | 191 comments":
135
- - role=link[name="thadt"]
136
- - role=link[name="18 hours ago"] >> nth=0
129
+ - link [id="up_47721997"]
130
+ - cell "Show HN: FluidCAD Parametric CAD with JavaScript (fluidcad.io)":
131
+ - role=link[name="Show HN: FluidCAD Parametric CAD with JavaScript"]
132
+ - role=link[name="fluidcad.io"]
133
+ - row:
134
+ - cell "15 points by maouida 44 minutes ago | hide | 5 comments":
135
+ - role=link[name="maouida"]
136
+ - role=link[name="44 minutes ago"]
137
137
  - role=link[name="hide"] >> nth=8
138
- - role=link[name="191 comments"]
138
+ - role=link[name="5 comments"] >> nth=0
139
139
  - row:
140
140
  - cell "10."
141
141
  - cell:
142
- - link [id="up_47641528"]
143
- - cell "Apollo Guidance Computer restoration videos (curiousmarc.com)":
144
- - role=link[name="Apollo Guidance Computer restoration videos"]
145
- - role=link[name="curiousmarc.com"]
146
- - row:
147
- - cell "58 points by mariuz 6 hours ago | hide | 8 comments":
148
- - role=link[name="mariuz"]
149
- - role=link[name="6 hours ago"]
142
+ - link [id="up_47722262"]
143
+ - cell "Watgo A WebAssembly Toolkit for Go (thegreenplace.net)":
144
+ - role=link[name="Watgo A WebAssembly Toolkit for Go"]
145
+ - role=link[name="thegreenplace.net"]
146
+ - row:
147
+ - cell "7 points by ibobev 20 minutes ago | hide | discuss":
148
+ - role=link[name="ibobev"] >> nth=0
149
+ - role=link[name="20 minutes ago"]
150
150
  - role=link[name="hide"] >> nth=9
151
- - role=link[name="8 comments"]
151
+ - role=link[name="discuss"] >> nth=0
152
152
  - row:
153
153
  - cell "11."
154
- - cell:
155
- - link [id="up_47626242"]
156
- - cell "Second Revision of 6502 Laptop (codeberg.org/techpaula)":
157
- - role=link[name="Second Revision of 6502 Laptop"]
158
- - role=link[name="codeberg.org/techpaula"]
159
- - row:
160
- - cell "32 points by uticus 5 hours ago | hide | 2 comments":
161
- - role=link[name="uticus"]
162
- - role=link[name="5 hours ago"]
154
+ - cell "Bild AI (YC W25) Is Hiring a Founding Product Engineer (ycombinator.com)":
155
+ - role=link[name="Bild AI (YC W25) Is Hiring a Founding Product Engineer"]
156
+ - role=link[name="ycombinator.com"]
157
+ - row:
158
+ - cell "2 hours ago | hide":
159
+ - role=link[name="2 hours ago"] >> nth=0
163
160
  - role=link[name="hide"] >> nth=10
164
- - role=link[name="2 comments"] >> nth=1
165
161
  - row:
166
162
  - cell "12."
167
163
  - cell:
168
- - link [id="up_47667321"]
169
- - cell "Peptides: where to begin? (science.org)":
170
- - role=link[name="Peptides: where to begin?"]
171
- - role=link[name="science.org"]
172
- - row:
173
- - cell "155 points by A_D_E_P_T 12 hours ago | hide | 193 comments":
174
- - role=link[name="A_D_E_P_T"]
175
- - role=link[name="12 hours ago"] >> nth=0
164
+ - link [id="up_47721946"]
165
+ - cell "JSON Formatter Chrome Plugin Now Closed and Injecting Adware (github.com/callumlocke)":
166
+ - role=link[name="JSON Formatter Chrome Plugin Now Closed and Injecting Adware"]
167
+ - role=link[name="github.com/callumlocke"]
168
+ - row:
169
+ - cell "14 points by jkl5xx 49 minutes ago | hide | 4 comments":
170
+ - role=link[name="jkl5xx"]
171
+ - role=link[name="49 minutes ago"]
176
172
  - role=link[name="hide"] >> nth=11
177
- - role=link[name="193 comments"]
173
+ - role=link[name="4 comments"] >> nth=0
178
174
  - row:
179
175
  - cell "13."
180
176
  - cell:
181
- - link [id="up_47660954"]
182
- - cell "German police name alleged leaders of GandCrab and REvil ransomware groups (krebsonsecurity.com)":
183
- - role=link[name="German police name alleged leaders of GandCrab and REvil ransomware groups"]
184
- - role=link[name="krebsonsecurity.com"]
185
- - row:
186
- - cell "304 points by Bender 20 hours ago | hide | 150 comments":
187
- - role=link[name="Bender"]
188
- - role=link[name="20 hours ago"] >> nth=1
177
+ - link [id="up_47669923"]
178
+ - cell "Clojure on Fennel Part One: Persistent Data Structures (andreyor.st)":
179
+ - role=link[name="Clojure on Fennel Part One: Persistent Data Structures"]
180
+ - role=link[name="andreyor.st"]
181
+ - row:
182
+ - cell "86 points by roxolotl 3 hours ago | hide | 4 comments":
183
+ - role=link[name="roxolotl"]
184
+ - role=link[name="3 hours ago"] >> nth=5
189
185
  - role=link[name="hide"] >> nth=12
190
- - role=link[name="150 comments"]
186
+ - role=link[name="4 comments"] >> nth=1
191
187
  - row:
192
188
  - cell "14."
193
189
  - cell:
194
- - link [id="up_47638498"]
195
- - cell "Show HN: AdaShape-3D modeler for intuitive 3D printing parts / Windows 11 (adashape.com)":
196
- - role=link[name="Show HN: AdaShape-3D modeler for intuitive 3D printing parts / Windows 11"]
197
- - role=link[name="adashape.com"]
198
- - row:
199
- - cell "5 points by fsloth 2 hours ago | hide | 2 comments":
200
- - role=link[name="fsloth"]
201
- - role=link[name="2 hours ago"]
190
+ - link [id="up_47720827"]
191
+ - cell "A compelling title that is cryptic enough to get you to take action on it (ericwbailey.website)":
192
+ - role=link[name="A compelling title that is cryptic enough to get you to take action on it"]
193
+ - role=link[name="ericwbailey.website"]
194
+ - row:
195
+ - cell "75 points by mooreds 2 hours ago | hide | 43 comments":
196
+ - role=link[name="mooreds"]
197
+ - role=link[name="2 hours ago"] >> nth=1
202
198
  - role=link[name="hide"] >> nth=13
203
- - role=link[name="2 comments"] >> nth=2
199
+ - role=link[name="43 comments"]
204
200
  - row:
205
201
  - cell "15."
206
202
  - cell:
207
- - link [id="up_47662945"]
208
- - cell "Show HN: GovAuctions lets you browse government auctions at once (govauctions.app)":
209
- - role=link[name="Show HN: GovAuctions lets you browse government auctions at once"]
210
- - role=link[name="govauctions.app"]
211
- - row:
212
- - cell "277 points by player_piano 17 hours ago | hide | 80 comments":
213
- - role=link[name="player_piano"]
214
- - role=link[name="17 hours ago"] >> nth=1
203
+ - link [id="up_47720719"]
204
+ - cell "The difficulty of making sure your website is broken (letsencrypt.org)":
205
+ - role=link[name="The difficulty of making sure your website is broken"]
206
+ - role=link[name="letsencrypt.org"]
207
+ - row:
208
+ - cell "30 points by mcpherrinm 2 hours ago | hide | 9 comments":
209
+ - role=link[name="mcpherrinm"]
210
+ - role=link[name="2 hours ago"] >> nth=2
215
211
  - role=link[name="hide"] >> nth=14
216
- - role=link[name="80 comments"]
212
+ - role=link[name="9 comments"]
217
213
  - row:
218
214
  - cell "16."
219
215
  - cell:
220
- - link [id="up_47660286"]
221
- - cell "What being ripped off taught me (belief.horse)":
222
- - role=link[name="What being ripped off taught me"]
223
- - role=link[name="belief.horse"]
224
- - row:
225
- - cell "410 points by doctorhandshake 21 hours ago | hide | 204 comments":
226
- - role=link[name="doctorhandshake"]
227
- - role=link[name="21 hours ago"] >> nth=0
216
+ - link [id="up_47705187"]
217
+ - cell "The best seat in town (torched.la)":
218
+ - role=link[name="The best seat in town"]
219
+ - role=link[name="torched.la"]
220
+ - row:
221
+ - cell "10 points by NaOH 2 hours ago | hide | 1 comment":
222
+ - role=link[name="NaOH"]
223
+ - role=link[name="2 hours ago"] >> nth=3
228
224
  - role=link[name="hide"] >> nth=15
229
- - role=link[name="204 comments"]
225
+ - role=link[name="1 comment"] >> nth=0
230
226
  - row:
231
227
  - cell "17."
232
228
  - cell:
233
- - link [id="up_47662596"]
234
- - cell "AI singer now occupies eleven spots on iTunes singles chart (showbiz411.com)":
235
- - role=link[name="AI singer now occupies eleven spots on iTunes singles chart"]
236
- - role=link[name="showbiz411.com"]
237
- - row:
238
- - cell "177 points by flinner 17 hours ago | hide | 278 comments":
239
- - role=link[name="flinner"]
240
- - role=link[name="17 hours ago"] >> nth=2
229
+ - link [id="up_47722011"]
230
+ - cell "Show HN: A WYSIWYG word processor in Python (codeberg.org/chrisecker)":
231
+ - role=link[name="Show HN: A WYSIWYG word processor in Python"]
232
+ - role=link[name="codeberg.org/chrisecker"]
233
+ - row:
234
+ - cell "6 points by chrisecker 43 minutes ago | hide | 1 comment":
235
+ - role=link[name="chrisecker"]
236
+ - role=link[name="43 minutes ago"]
241
237
  - role=link[name="hide"] >> nth=16
242
- - role=link[name="278 comments"]
238
+ - role=link[name="1 comment"] >> nth=1
243
239
  - row:
244
240
  - cell "18."
245
241
  - cell:
246
- - link [id="up_47660853"]
247
- - cell "Book review: There Is No Antimemetics Division (stephendiehl.com)":
248
- - role=link[name="Book review: There Is No Antimemetics Division"]
249
- - role=link[name="stephendiehl.com"]
250
- - row:
251
- - cell "251 points by ibobev 20 hours ago | hide | 183 comments":
252
- - role=link[name="ibobev"]
253
- - role=link[name="20 hours ago"] >> nth=2
242
+ - link [id="up_47722096"]
243
+ - cell "Molotov Cocktail Is Hurled at Home of OpenAI CEO Sam Altman (nytimes.com)":
244
+ - role=link[name="Molotov Cocktail Is Hurled at Home of OpenAI CEO Sam Altman"]
245
+ - role=link[name="nytimes.com"]
246
+ - row:
247
+ - cell "49 points by enraged_camel 35 minutes ago | hide | 44 comments":
248
+ - role=link[name="enraged_camel"]
249
+ - role=link[name="35 minutes ago"]
254
250
  - role=link[name="hide"] >> nth=17
255
- - role=link[name="183 comments"]
251
+ - role=link[name="44 comments"]
256
252
  - row:
257
253
  - cell "19."
258
254
  - cell:
259
- - link [id="up_47636579"]
260
- - cell "Show HN: Anos a hand-written ~100KiB microkernel for x86-64 and RISC-V (github.com/roscopeco)":
261
- - role=link[name="Show HN: Anos a hand-written ~100KiB microkernel for x86-64 and RISC-V"]
262
- - role=link[name="github.com/roscopeco"]
263
- - row:
264
- - cell "81 points by noone_youknow 12 hours ago | hide | 23 comments":
265
- - role=link[name="noone_youknow"]
266
- - role=link[name="12 hours ago"] >> nth=1
255
+ - link [id="up_47676174"]
256
+ - cell "Mysteries of Dropbox: Testing of a Distributed Sync Service (2016) [pdf] (upenn.edu)":
257
+ - role=link[name="Mysteries of Dropbox: Testing of a Distributed Sync Service (2016) [pdf]"]
258
+ - role=link[name="upenn.edu"]
259
+ - row:
260
+ - cell "91 points by JackeJR 7 hours ago | hide | 19 comments":
261
+ - role=link[name="JackeJR"]
262
+ - role=link[name="7 hours ago"] >> nth=0
267
263
  - role=link[name="hide"] >> nth=18
268
- - role=link[name="23 comments"]
264
+ - role=link[name="19 comments"]
269
265
  - row:
270
266
  - cell "20."
271
267
  - cell:
272
- - link [id="up_47667717"]
273
- - cell "Anthropic expands partnership with Google and Broadcom for next-gen compute (anthropic.com)":
274
- - role=link[name="Anthropic expands partnership with Google and Broadcom for next-gen compute"]
275
- - role=link[name="anthropic.com"]
276
- - row:
277
- - cell "244 points by l1n 12 hours ago | hide | 110 comments":
278
- - role=link[name="l1n"]
279
- - role=link[name="12 hours ago"] >> nth=2
268
+ - link [id="up_47716490"]
269
+ - cell "FBI used iPhone notification data to retrieve deleted Signal messages (9to5mac.com)":
270
+ - role=link[name="FBI used iPhone notification data to retrieve deleted Signal messages"]
271
+ - role=link[name="9to5mac.com"]
272
+ - row:
273
+ - cell "486 points by 01-_- 7 hours ago | hide | 247 comments":
274
+ - role=link[name="01-_-"]
275
+ - role=link[name="7 hours ago"] >> nth=1
280
276
  - role=link[name="hide"] >> nth=19
281
- - role=link[name="110 comments"]
277
+ - role=link[name="247 comments"]
282
278
  - row:
283
279
  - cell "21."
284
280
  - cell:
285
- - link [id="up_47627998"]
286
- - cell "VOID: Video Object and Interaction Deletion (github.com/netflix)":
287
- - role=link[name="VOID: Video Object and Interaction Deletion"]
288
- - role=link[name="github.com/netflix"]
289
- - row:
290
- - cell "159 points by bobsoap 9 hours ago | hide | 48 comments":
291
- - role=link[name="bobsoap"]
292
- - role=link[name="9 hours ago"] >> nth=1
281
+ - link [id="up_47721207"]
282
+ - cell "HBO Obtains DMCA Subpoena to Unmask 'Euphoria' Spoiler Account on X (torrentfreak.com)":
283
+ - role=link[name="HBO Obtains DMCA Subpoena to Unmask 'Euphoria' Spoiler Account on X"]
284
+ - role=link[name="torrentfreak.com"]
285
+ - row:
286
+ - cell "42 points by speckx 1 hour ago | hide | 26 comments":
287
+ - role=link[name="speckx"]
288
+ - role=link[name="1 hour ago"] >> nth=1
293
289
  - role=link[name="hide"] >> nth=20
294
- - role=link[name="48 comments"]
290
+ - role=link[name="26 comments"]
295
291
  - row:
296
292
  - cell "22."
297
293
  - cell:
298
- - link [id="up_47637010"]
299
- - cell "The Last Quiet Thing (terrygodier.com)":
300
- - role=link[name="The Last Quiet Thing"]
301
- - role=link[name="terrygodier.com"]
302
- - row:
303
- - cell "227 points by coinfused 21 hours ago | hide | 122 comments":
304
- - role=link[name="coinfused"]
305
- - role=link[name="21 hours ago"] >> nth=1
294
+ - link [id="up_47712718"]
295
+ - cell "I still prefer MCP over skills (david.coffee)":
296
+ - role=link[name="I still prefer MCP over skills"]
297
+ - role=link[name="david.coffee"]
298
+ - row:
299
+ - cell "408 points by gmays 17 hours ago | hide | 331 comments":
300
+ - role=link[name="gmays"]
301
+ - role=link[name="17 hours ago"]
306
302
  - role=link[name="hide"] >> nth=21
307
- - role=link[name="122 comments"]
303
+ - role=link[name="331 comments"]
308
304
  - row:
309
305
  - cell "23."
310
306
  - cell:
311
- - link [id="up_47662116"]
312
- - cell "Sky an Elm-inspired language that compiles to Go (github.com/anzellai)":
313
- - role=link[name="Sky an Elm-inspired language that compiles to Go"]
314
- - role=link[name="github.com/anzellai"]
315
- - row:
316
- - cell "167 points by whalesalad 18 hours ago | hide | 67 comments":
317
- - role=link[name="whalesalad"]
318
- - role=link[name="18 hours ago"] >> nth=1
307
+ - link [id="up_47681701"]
308
+ - cell "RSoC 2026: A new CPU scheduler for Redox OS (redox-os.org)":
309
+ - role=link[name="RSoC 2026: A new CPU scheduler for Redox OS"]
310
+ - role=link[name="redox-os.org"]
311
+ - row:
312
+ - cell "29 points by akyuu 4 hours ago | hide | 4 comments":
313
+ - role=link[name="akyuu"]
314
+ - role=link[name="4 hours ago"] >> nth=1
319
315
  - role=link[name="hide"] >> nth=22
320
- - role=link[name="67 comments"]
316
+ - role=link[name="4 comments"] >> nth=2
321
317
  - row:
322
318
  - cell "24."
323
319
  - cell:
324
- - link [id="up_47667672"]
325
- - cell "Show HN: Hippo, biologically inspired memory for AI agents (github.com/kitfunso)":
326
- - role=link[name="Show HN: Hippo, biologically inspired memory for AI agents"]
327
- - role=link[name="github.com/kitfunso"]
328
- - row:
329
- - cell "96 points by kitfunso 12 hours ago | hide | 18 comments":
330
- - role=link[name="kitfunso"]
331
- - role=link[name="12 hours ago"] >> nth=3
320
+ - link [id="up_47714273"]
321
+ - cell "Penguin 'Toxicologists' Find PFAS Chemicals in Remote Patagonia (ucdavis.edu)":
322
+ - role=link[name="Penguin 'Toxicologists' Find PFAS Chemicals in Remote Patagonia"]
323
+ - role=link[name="ucdavis.edu"]
324
+ - row:
325
+ - cell "129 points by giuliomagnifico 13 hours ago | hide | 59 comments":
326
+ - role=link[name="giuliomagnifico"]
327
+ - role=link[name="13 hours ago"]
332
328
  - role=link[name="hide"] >> nth=23
333
- - role=link[name="18 comments"]
329
+ - role=link[name="59 comments"]
334
330
  - row:
335
331
  - cell "25."
336
332
  - cell:
337
- - link [id="up_47671527"]
338
- - cell "Some iPhone Apps Receive Mysterious Update 'From Apple' (macrumors.com)":
339
- - role=link[name="Some iPhone Apps Receive Mysterious Update 'From Apple'"]
340
- - role=link[name="macrumors.com"]
341
- - row:
342
- - cell "46 points by tosh 3 hours ago | hide | 14 comments":
343
- - role=link[name="tosh"]
344
- - role=link[name="3 hours ago"]
333
+ - link [id="up_47686431"]
334
+ - cell "C++: Freestanding Standard Library (sandordargo.com)":
335
+ - role=link[name="C++: Freestanding Standard Library"]
336
+ - role=link[name="sandordargo.com"]
337
+ - row:
338
+ - cell "35 points by ingve 5 hours ago | hide | 5 comments":
339
+ - role=link[name="ingve"]
340
+ - role=link[name="5 hours ago"] >> nth=1
345
341
  - role=link[name="hide"] >> nth=24
346
- - role=link[name="14 comments"]
342
+ - role=link[name="5 comments"] >> nth=1
347
343
  - row:
348
344
  - cell "26."
349
345
  - cell:
350
- - link [id="up_47647397"]
351
- - cell "Build web apps for smart glasses (evenrealities.com)":
352
- - role=link[name="Build web apps for smart glasses"]
353
- - role=link[name="evenrealities.com"]
346
+ - link [id="up_47690609"]
347
+ - cell "Deterministic Primality Testing for Limited Bit Width (jeremykun.com)":
348
+ - role=link[name="Deterministic Primality Testing for Limited Bit Width"]
349
+ - role=link[name="jeremykun.com"]
354
350
  - row:
355
- - cell "6 points by mozz100 4 hours ago | hide | 5 comments":
356
- - role=link[name="mozz100"]
357
- - role=link[name="4 hours ago"] >> nth=2
351
+ - cell "24 points by ibobev 6 hours ago | hide | 3 comments":
352
+ - role=link[name="ibobev"] >> nth=1
353
+ - role=link[name="6 hours ago"]
358
354
  - role=link[name="hide"] >> nth=25
359
- - role=link[name="5 comments"]
355
+ - role=link[name="3 comments"]
360
356
  - row:
361
357
  - cell "27."
362
358
  - cell:
363
- - link [id="up_47637828"]
364
- - cell "Show HN: Tusk for macOS and Gnome (shapemachine.xyz)":
365
- - role=link[name="Show HN: Tusk for macOS and Gnome"]
366
- - role=link[name="shapemachine.xyz"]
367
- - row:
368
- - cell "97 points by factorialboy 13 hours ago | hide | 31 comments":
369
- - role=link[name="factorialboy"]
370
- - role=link[name="13 hours ago"]
359
+ - link [id="up_47713495"]
360
+ - cell "A new trick brings stability to quantum operations (ethz.ch)":
361
+ - role=link[name="A new trick brings stability to quantum operations"]
362
+ - role=link[name="ethz.ch"]
363
+ - row:
364
+ - cell "212 points by joko42 15 hours ago | hide | 47 comments":
365
+ - role=link[name="joko42"]
366
+ - role=link[name="15 hours ago"]
371
367
  - role=link[name="hide"] >> nth=26
372
- - role=link[name="31 comments"]
368
+ - role=link[name="47 comments"]
373
369
  - row:
374
370
  - cell "28."
375
371
  - cell:
376
- - link [id="up_47669749"]
377
- - cell "Dear Heroku: Uhh What's Going On? (judoscale.com)":
378
- - role=link[name="Dear Heroku: Uhh What's Going On?"]
379
- - role=link[name="judoscale.com"]
380
- - row:
381
- - cell "64 points by crcastle 8 hours ago | hide | 24 comments":
382
- - role=link[name="crcastle"]
383
- - role=link[name="8 hours ago"]
372
+ - link [id="up_47708818"]
373
+ - cell "Native Instant Space Switching on macOS (arhan.sh)":
374
+ - role=link[name="Native Instant Space Switching on macOS"]
375
+ - role=link[name="arhan.sh"]
376
+ - row:
377
+ - cell "614 points by PaulHoule 23 hours ago | hide | 295 comments":
378
+ - role=link[name="PaulHoule"]
379
+ - role=link[name="23 hours ago"]
384
380
  - role=link[name="hide"] >> nth=27
385
- - role=link[name="24 comments"]
381
+ - role=link[name="295 comments"]
386
382
  - row:
387
383
  - cell "29."
388
384
  - cell:
389
- - role=link[name="HackerRank (YC S11) Is Hiring"]
390
- - row:
391
- - cell "12 hours ago | hide":
392
- - role=link[name="12 hours ago"] >> nth=4
385
+ - link [id="up_47721516"]
386
+ - cell "\"Not Even Government Agencies\" - Proton's misleading marketing (ppb1701.com)":
387
+ - role=link[name="\"Not Even Government Agencies\" - Proton's misleading marketing"]
388
+ - role=link[name="ppb1701.com"]
389
+ - row:
390
+ - cell "5 points by leotravis10 1 hour ago | hide | discuss":
391
+ - role=link[name="leotravis10"]
392
+ - role=link[name="1 hour ago"] >> nth=2
393
393
  - role=link[name="hide"] >> nth=28
394
+ - role=link[name="discuss"] >> nth=1
394
395
  - row:
395
396
  - cell "30."
396
397
  - cell:
397
- - link [id="up_47664186"]
398
- - cell "Battle for Wesnoth: open-source, turn-based strategy game (wesnoth.org)":
399
- - role=link[name="Battle for Wesnoth: open-source, turn-based strategy game"]
400
- - role=link[name="wesnoth.org"]
398
+ - link [id="up_47719486"]
399
+ - cell "France to ditch Windows for Linux to reduce reliance on US tech (techcrunch.com)":
400
+ - role=link[name="France to ditch Windows for Linux to reduce reliance on US tech"]
401
+ - role=link[name="techcrunch.com"]
401
402
  - row:
402
- - cell "487 points by akyuu 16 hours ago | hide | 136 comments":
403
- - role=link[name="akyuu"]
404
- - role=link[name="16 hours ago"]
403
+ - cell "335 points by Teever 4 hours ago | hide | 149 comments":
404
+ - role=link[name="Teever"]
405
+ - role=link[name="4 hours ago"] >> nth=2
405
406
  - role=link[name="hide"] >> nth=29
406
- - role=link[name="136 comments"]
407
+ - role=link[name="149 comments"]
407
408
  - row:
408
409
  - cell:
409
410
  - role=link[name="More"]
@@ -417,4 +418,7 @@
417
418
  - role=link[name="Legal"]
418
419
  - role=link[name="Apply to YC"]
419
420
  - role=link[name="Contact"]
420
- - role=textbox
421
+ - role=textbox
422
+ - toolbar "Playwriter tools":
423
+ - role=button[name="Pin element — click any element to copy its Playwriter reference"]
424
+ - role=button[name="Close Playwriter toolbar"]